Skip to content

Commit

Permalink
Updates SDK to v2.804.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 4, 2020
1 parent 332573f commit b981971
Show file tree
Hide file tree
Showing 33 changed files with 2,764 additions and 1,101 deletions.
42 changes: 42 additions & 0 deletions .changes/2.804.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release introduces tag-on-create capability for the CreateImage API. A user can now specify tags that will be applied to the new resources (image, snapshots or both), during creation time."
},
{
"type": "feature",
"category": "Kafka",
"description": "Adding HEALING to ClusterState."
},
{
"type": "feature",
"category": "Lambda",
"description": "Added the additional enum InvalidImage to StateReasonCode and LastUpdateStatusReasonCode fields."
},
{
"type": "feature",
"category": "LicenseManager",
"description": "Automated Discovery now has support for custom tags, and detects software uninstalls."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive now supports black video and audio silence as new conditions to trigger automatic input failover."
},
{
"type": "feature",
"category": "RDS",
"description": "Adds support for Amazon RDS Cross-Region Automated Backups, the ability to setup automatic replication of snapshots and transaction logs from a primary AWS Region to a secondary AWS Region."
},
{
"type": "feature",
"category": "SSM",
"description": "AWS Systems Manager Patch Manager MAC OS Support and OpsMetadata Store APIs to store operational metadata for an Application."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "Update the import-workspace-image API to have \"BYOL_REGULAR_WSP\" as a valid input string for ingestion-process."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.803.0-->
<!--LATEST=2.804.0-->
<!--ENTRYINSERT-->

## 2.804.0
* feature: EC2: This release introduces tag-on-create capability for the CreateImage API. A user can now specify tags that will be applied to the new resources (image, snapshots or both), during creation time.
* feature: Kafka: Adding HEALING to ClusterState.
* feature: Lambda: Added the additional enum InvalidImage to StateReasonCode and LastUpdateStatusReasonCode fields.
* feature: LicenseManager: Automated Discovery now has support for custom tags, and detects software uninstalls.
* feature: MediaLive: AWS Elemental MediaLive now supports black video and audio silence as new conditions to trigger automatic input failover.
* feature: RDS: Adds support for Amazon RDS Cross-Region Automated Backups, the ability to setup automatic replication of snapshots and transaction logs from a primary AWS Region to a secondary AWS Region.
* feature: SSM: AWS Systems Manager Patch Manager MAC OS Support and OpsMetadata Store APIs to store operational metadata for an Application.
* feature: WorkSpaces: Update the import-workspace-image API to have "BYOL_REGULAR_WSP" as a valid input string for ingestion-process.

## 2.803.0
* feature: Batch: This release adds support for customer to run Batch Jobs on ECS Fargate, the serverless compute engine built for containers on AWS. Customer can also propagate Job and Job Definition Tags to ECS Task.
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for EBS volumes that are attached to instances.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.803.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.804.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
35 changes: 18 additions & 17 deletions apis/ds-2015-04-16.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
"shape": "ServiceException"
}
],
"documentation": "<p>Deletes from the system the certificate that was registered for a secured LDAP connection.</p>"
"documentation": "<p>Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.</p>"
},
"DeregisterEventTopic": {
"name": "DeregisterEventTopic",
Expand Down Expand Up @@ -723,7 +723,7 @@
"shape": "ServiceException"
}
],
"documentation": "<p>Displays information about the certificate registered for a secured LDAP connection.</p>"
"documentation": "<p>Displays information about the certificate registered for secure LDAP or client certificate authentication.</p>"
},
"DescribeConditionalForwarders": {
"name": "DescribeConditionalForwarders",
Expand Down Expand Up @@ -1054,7 +1054,7 @@
"shape": "ServiceException"
}
],
"documentation": "<p>Disable client authentication for smart cards.</p>"
"documentation": "<p>Disables alternative client authentication methods for the specified directory. </p>"
},
"DisableLDAPS": {
"name": "DisableLDAPS",
Expand Down Expand Up @@ -1184,7 +1184,7 @@
"shape": "ServiceException"
}
],
"documentation": "<p>Enable client authentication for smardtcards.</p>"
"documentation": "<p>Enables alternative client authentication methods for the specified directory.</p>"
},
"EnableLDAPS": {
"name": "EnableLDAPS",
Expand Down Expand Up @@ -1370,7 +1370,7 @@
"shape": "ServiceException"
}
],
"documentation": "<p>For the specified directory, lists all the certificates registered for a secured LDAP connection.</p>"
"documentation": "<p>For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.</p>"
},
"ListIpRoutes": {
"name": "ListIpRoutes",
Expand Down Expand Up @@ -1531,7 +1531,7 @@
"shape": "ServiceException"
}
],
"documentation": "<p>Registers a certificate for secured LDAP connection.</p>"
"documentation": "<p>Registers a certificate for a secure LDAP or client certificate authentication.</p>"
},
"RegisterEventTopic": {
"name": "RegisterEventTopic",
Expand Down Expand Up @@ -2219,11 +2219,11 @@
},
"Type": {
"shape": "CertificateType",
"documentation": "<p>Select <code>ClientCertAuth</code> for smart card integration.</p>"
"documentation": "<p>The function that the registered certificate performs. Valid values include <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is <code>ClientLDAPS</code>.</p>"
},
"ClientCertAuthSettings": {
"shape": "ClientCertAuthSettings",
"documentation": "<p>Provides information about the client certificate authentication settings. The default value is <code>ClientLDAPS</code>.</p>"
"documentation": "<p>A <code>ClientCertAuthSettings</code> object that contains client certificate authentication settings.</p>"
}
},
"documentation": "<p>Information about the certificate.</p>"
Expand Down Expand Up @@ -2264,7 +2264,7 @@
},
"Type": {
"shape": "CertificateType",
"documentation": "<p>Displays the type of certificate.</p>"
"documentation": "<p>The function that the registered certificate performs. Valid values include <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is <code>ClientLDAPS</code>.</p>"
}
},
"documentation": "<p>Contains general information about a certificate.</p>"
Expand Down Expand Up @@ -2320,10 +2320,10 @@
"members": {
"OCSPUrl": {
"shape": "OCSPUrl",
"documentation": "<p>Specifies the URL of the default OCSP server used to check for revocation status.</p>"
"documentation": "<p>Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.</p>"
}
},
"documentation": "<p>Contains information about the client certificate authentication settings, such as <code>ClientLDAPS</code> or <code>ClientCertAuth</code>.</p>"
"documentation": "<p>Contains information about the client certificate authentication settings for the <code>RegisterCertificate</code> and <code>DescribeCertificate</code> operations. </p>"
},
"CloudOnlyDirectoriesLimitReached": {
"type": "boolean"
Expand Down Expand Up @@ -3568,11 +3568,11 @@
"members": {
"DirectoryId": {
"shape": "DirectoryId",
"documentation": "<p>Disable client authentication in a specified directory for smart cards. </p>"
"documentation": "<p>The identifier of the directory </p>"
},
"Type": {
"shape": "ClientAuthenticationType",
"documentation": "<p>Disable the type of client authentication request. </p>"
"documentation": "<p>The type of client authentication to disable. Currently, only the parameter, <code>SmartCard</code> is supported.</p>"
}
}
},
Expand Down Expand Up @@ -3737,11 +3737,11 @@
"members": {
"DirectoryId": {
"shape": "DirectoryId",
"documentation": "<p>Enable client authentication in a specified directory for smart cards. </p>"
"documentation": "<p>The identifier of the specified directory. </p>"
},
"Type": {
"shape": "ClientAuthenticationType",
"documentation": "<p>Enable the type of client authentication request. </p>"
"documentation": "<p>The type of client authentication to enable. Currently only the value <code>SmartCard</code> is supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in the on-premises AD. </p>"
}
}
},
Expand Down Expand Up @@ -4454,10 +4454,11 @@
},
"Type": {
"shape": "CertificateType",
"documentation": "<p>The certificate type to register for the request.</p>"
"documentation": "<p>The function that the registered certificate performs. Valid values include <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is <code>ClientLDAPS</code>.</p>"
},
"ClientCertAuthSettings": {
"shape": "ClientCertAuthSettings"
"shape": "ClientCertAuthSettings",
"documentation": "<p>A <code>ClientCertAuthSettings</code> object that contains client certificate authentication settings.</p>"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1908,6 +1908,10 @@
"NoReboot": {
"locationName": "noReboot",
"type": "boolean"
},
"TagSpecifications": {
"shape": "S1o",
"locationName": "TagSpecification"
}
}
},
Expand Down
9 changes: 7 additions & 2 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -10354,8 +10354,13 @@
},
"NoReboot": {
"shape": "Boolean",
"documentation": "<p>By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the 'No Reboot' option is set, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed.</p>",
"documentation": "<p>By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the <code>No Reboot</code> option is set, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed.</p>",
"locationName": "noReboot"
},
"TagSpecifications": {
"shape": "TagSpecificationList",
"documentation": "<p>The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the snapshots, or both.</p> <ul> <li> <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>.</p> </li> <li> <p>To tag the snapshots that are created of the root volume and of other EBS volumes that are attached to the instance, the value for <code>ResourceType</code> must be <code>snapshot</code>. The same tag is applied to all of the snapshots that are created.</p> </li> </ul> <p>If you specify other values for <code>ResourceType</code>, the request fails.</p> <p>To tag an AMI or snapshot after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>. </p>",
"locationName": "TagSpecification"
}
}
},
Expand Down Expand Up @@ -38587,7 +38592,7 @@
"members": {
"ResourceType": {
"shape": "ResourceType",
"documentation": "<p>The type of resource to tag. Currently, the resource types that support tagging on creation are: <code>capacity-reservation</code> | <code>carrier-gateway</code> | <code>client-vpn-endpoint</code> | <code>customer-gateway</code> | <code>dedicated-host</code> | <code>dhcp-options</code> | <code>export-image-task</code> | <code>export-instance-task</code> | <code>fleet</code> | <code>fpga-image</code> | <code>host-reservation</code> | <code>import-image-task</code> | <code>import-snapshot-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>ipv4pool-ec2</code> | <code>ipv6pool-ec2</code> | <code>key-pair</code> | <code>launch-template</code> | <code>placement-group</code> | <code>prefix-list</code> | <code>natgateway</code> | <code>network-acl</code> | <code>route-table</code> | <code>security-group</code> | <code>spot-fleet-request</code> | <code>spot-instances-request</code> | <code>snapshot</code> | <code>subnet</code> | <code>traffic-mirror-filter</code> | <code>traffic-mirror-session</code> | <code>traffic-mirror-target</code> | <code>transit-gateway</code> | <code>transit-gateway-attachment</code> | <code>transit-gateway-route-table</code> | <code>volume</code> |<code>vpc</code> | <code> vpc-peering-connection</code> | <code>vpc-endpoint</code> (for interface and gateway endpoints) | <code>vpc-endpoint-service</code> (for AWS PrivateLink) | <code>vpc-flow-log</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p> <p>To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>",
"documentation": "<p>The type of resource to tag. Currently, the resource types that support tagging on creation are: <code>capacity-reservation</code> | <code>carrier-gateway</code> | <code>client-vpn-endpoint</code> | <code>customer-gateway</code> | <code>dedicated-host</code> | <code>dhcp-options</code> | <code>export-image-task</code> | <code>export-instance-task</code> | <code>fleet</code> | <code>fpga-image</code> | <code>host-reservation</code> | <code>image</code>| <code>import-image-task</code> | <code>import-snapshot-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>ipv4pool-ec2</code> | <code>ipv6pool-ec2</code> | <code>key-pair</code> | <code>launch-template</code> | <code>placement-group</code> | <code>prefix-list</code> | <code>natgateway</code> | <code>network-acl</code> | <code>route-table</code> | <code>security-group</code>| <code>snapshot</code> | <code>spot-fleet-request</code> | <code>spot-instances-request</code> | <code>snapshot</code> | <code>subnet</code> | <code>traffic-mirror-filter</code> | <code>traffic-mirror-session</code> | <code>traffic-mirror-target</code> | <code>transit-gateway</code> | <code>transit-gateway-attachment</code> | <code>transit-gateway-route-table</code> | <code>volume</code> |<code>vpc</code> | <code> vpc-peering-connection</code> | <code>vpc-endpoint</code> (for interface and gateway endpoints) | <code>vpc-endpoint-service</code> (for AWS PrivateLink) | <code>vpc-flow-log</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>.</p> <p>To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>",
"locationName": "resourceType"
},
"Tags": {
Expand Down
7 changes: 4 additions & 3 deletions apis/kafka-2018-11-14.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@
"State": {
"shape": "ClusterState",
"locationName": "state",
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
},
"StateInfo": {
"shape": "StateInfo",
Expand Down Expand Up @@ -1545,6 +1545,7 @@
"CREATING",
"DELETING",
"FAILED",
"HEALING",
"MAINTENANCE",
"REBOOTING_BROKER",
"UPDATING"
Expand Down Expand Up @@ -1751,7 +1752,7 @@
"State": {
"shape": "ClusterState",
"locationName": "state",
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
}
}
},
Expand Down Expand Up @@ -1845,7 +1846,7 @@
"State": {
"shape": "ClusterState",
"locationName": "state",
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
}
}
},
Expand Down
12 changes: 6 additions & 6 deletions apis/lambda-2015-03-31.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -649,9 +649,9 @@
"output": {
}
},
"description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
"title": "To view a provisioned concurrency configuration"
"description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
"title": "To get a provisioned concurrency configuration"
},
{
"input": {
Expand All @@ -671,9 +671,9 @@
"output": {
}
},
"description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
"title": "To get a provisioned concurrency configuration"
"description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
"title": "To view a provisioned concurrency configuration"
}
],
"Invoke": [
Expand Down
Loading

0 comments on commit b981971

Please sign in to comment.