Skip to content

Commit

Permalink
Updates SDK to v2.1037.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 26, 2021
1 parent 11fcfc1 commit 5356f4f
Show file tree
Hide file tree
Showing 26 changed files with 3,450 additions and 263 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1037.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Documentation updates for EC2."
},
{
"type": "feature",
"category": "Mgn",
"description": "Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0."
},
{
"type": "feature",
"category": "Outposts",
"description": "This release adds new APIs for working with Outpost sites and orders."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "Added a One-Time Password (OTP) management feature. You can use the Amazon Pinpoint API to generate OTP codes and send them to your users as SMS messages. Your apps can then call the API to verify the OTP codes that your users input"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1036.0-->
<!--LATEST=2.1037.0-->
<!--ENTRYINSERT-->

## 2.1037.0
* feature: EC2: Documentation updates for EC2.
* feature: Mgn: Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0.
* feature: Outposts: This release adds new APIs for working with Outpost sites and orders.
* feature: Pinpoint: Added a One-Time Password (OTP) management feature. You can use the Amazon Pinpoint API to generate OTP codes and send them to your users as SMS messages. Your apps can then call the API to verify the OTP codes that your users input

## 2.1036.0
* feature: AutoScaling: Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics.
* feature: CustomerProfiles: This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1036.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1037.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
72 changes: 36 additions & 36 deletions apis/autoscaling-2011-01-01.normal.json

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"output": {
"shape": "AuthorizeSecurityGroupEgressResult"
},
"documentation": "<p>[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.</p> <p>An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified destination security groups.</p> <p>You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.</p> <p>Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.</p> <p>For information about VPC security group quotas, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC quotas</a>.</p>"
"documentation": "<p>[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.</p> <p>An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups.</p> <p>You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.</p> <p>Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.</p> <p>For information about VPC security group quotas, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC quotas</a>.</p>"
},
"AuthorizeSecurityGroupIngress": {
"name": "AuthorizeSecurityGroupIngress",
Expand Down Expand Up @@ -13119,7 +13119,8 @@
"locationName": "vpcPeeringConnectionId"
},
"CoreNetworkArn": {
"shape": "CoreNetworkArn"
"shape": "CoreNetworkArn",
"documentation": "<p>The Amazon Resource Name (ARN) of the core network.</p>"
}
}
},
Expand Down Expand Up @@ -15758,7 +15759,7 @@
},
"Tags": {
"shape": "TagList",
"documentation": "<p>The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.</p> <p>If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code> prefix).</p>",
"documentation": "<p>The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.</p> <p>If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code> prefix).</p> <p>Constraints: Up to 1000 tags.</p>",
"locationName": "tag"
}
}
Expand Down Expand Up @@ -39527,7 +39528,8 @@
"locationName": "vpcPeeringConnectionId"
},
"CoreNetworkArn": {
"shape": "CoreNetworkArn"
"shape": "CoreNetworkArn",
"documentation": "<p>The Amazon Resource Name (ARN) of the core network.</p>"
}
}
},
Expand Down Expand Up @@ -41436,6 +41438,7 @@
},
"CoreNetworkArn": {
"shape": "CoreNetworkArn",
"documentation": "<p>The Amazon Resource Name (ARN) of the core network.</p>",
"locationName": "coreNetworkArn"
}
},
Expand Down
35 changes: 20 additions & 15 deletions apis/iotdeviceadvisor-2020-09-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
{
"shape": "ResourceNotFoundException"
}
]
],
"documentation": "<p>Gets information about an Device Advisor endpoint.</p>"
},
"GetSuiteDefinition": {
"name": "GetSuiteDefinition",
Expand Down Expand Up @@ -198,7 +199,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Lists the runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">ListSuiteRuns</a> action.</p>"
"documentation": "<p>Lists runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">ListSuiteRuns</a> action.</p>"
},
"ListTagsForResource": {
"name": "ListTagsForResource",
Expand Down Expand Up @@ -418,7 +419,7 @@
"documentation": "<p>Lists devices certificate ARN.</p>"
}
},
"documentation": "<p>Information of a test device. Required to provide either a thing ARN or a certificate ARN.</p>"
"documentation": "<p>Information of a test device. A thing ARN or a certificate ARN is required.</p>"
},
"DeviceUnderTestList": {
"type": "list",
Expand All @@ -444,11 +445,13 @@
"members": {
"thingArn": {
"shape": "AmazonResourceName",
"documentation": "<p>The thing ARN of the device. This is an optional parameter.</p>",
"location": "querystring",
"locationName": "thingArn"
},
"certificateArn": {
"shape": "AmazonResourceName",
"documentation": "<p>The certificate ARN of the device. This is an optional parameter.</p>",
"location": "querystring",
"locationName": "certificateArn"
}
Expand All @@ -458,7 +461,8 @@
"type": "structure",
"members": {
"endpoint": {
"shape": "Endpoint"
"shape": "Endpoint",
"documentation": "<p>The response of an Device Advisor endpoint.</p>"
}
}
},
Expand Down Expand Up @@ -599,7 +603,7 @@
},
"startTime": {
"shape": "Timestamp",
"documentation": "<p>Date (in Unix epoch time) when the test suite run was started.</p>"
"documentation": "<p>Date (in Unix epoch time) when the test suite run started.</p>"
},
"endTime": {
"shape": "Timestamp",
Expand Down Expand Up @@ -691,7 +695,7 @@
},
"suiteDefinitionVersion": {
"shape": "SuiteDefinitionVersion",
"documentation": "<p>Must be passed along with suiteDefinitionId. Lists the test suite runs of the specified test suite based on suite definition version.</p>",
"documentation": "<p>Must be passed along with <code>suiteDefinitionId</code>. Lists the test suite runs of the specified test suite based on suite definition version.</p>",
"location": "querystring",
"locationName": "suiteDefinitionVersion"
},
Expand Down Expand Up @@ -885,7 +889,7 @@
},
"devicePermissionRoleArn": {
"shape": "AmazonResourceName",
"documentation": "<p>Gets device permission ARN.</p>"
"documentation": "<p>Gets the device permission ARN.</p>"
}
},
"documentation": "<p>Gets Suite Definition Configuration.</p>"
Expand All @@ -903,7 +907,7 @@
},
"defaultDevices": {
"shape": "DeviceUnderTestList",
"documentation": "<p>Specifies the devices under test for the test suite.</p>"
"documentation": "<p>Specifies the devices that are under test for the test suite.</p>"
},
"intendedForQualification": {
"shape": "IntendedForQualificationBoolean",
Expand Down Expand Up @@ -944,7 +948,8 @@
"documentation": "<p>Gets test case list.</p>"
},
"parallelRun": {
"shape": "ParallelRun"
"shape": "ParallelRun",
"documentation": "<p>TRUE if multiple test suites run in parallel.</p>"
}
},
"documentation": "<p>Gets suite run configuration.</p>"
Expand Down Expand Up @@ -1070,19 +1075,19 @@
"members": {
"testCaseRunId": {
"shape": "UUID",
"documentation": "<p>Provides test case run ID.</p>"
"documentation": "<p>Provides the test case run ID.</p>"
},
"testCaseDefinitionId": {
"shape": "UUID",
"documentation": "<p>Provides test case run definition ID.</p>"
"documentation": "<p>Provides the test case run definition ID.</p>"
},
"testCaseDefinitionName": {
"shape": "TestCaseDefinitionName",
"documentation": "<p>Provides test case run definition Name.</p>"
"documentation": "<p>Provides the test case run definition name.</p>"
},
"status": {
"shape": "Status",
"documentation": "<p>Provides test case run status.</p> <ul> <li> <p> <code>PASS</code>: Test passed.</p> </li> <li> <p> <code>FAIL</code>: Test failed.</p> </li> <li> <p> <code>PENDING</code>: Test has not started running but is scheduled.</p> </li> <li> <p> <code>RUNNING</code>: Test is running</p> </li> <li> <p> <code>STOPPING</code>: Test is performing cleanup steps. You will see this status only if you stop a suite run.</p> </li> <li> <p> <code>STOPPED</code> Test is stopped. You will see this status only if you stop a suite run.</p> </li> <li> <p> <code>PASS_WITH_WARNINGS</code>: Test passed with warnings.</p> </li> <li> <p> <code>ERORR</code>: Test faced an error when running due to an internal issue.</p> </li> </ul>"
"documentation": "<p>Provides the test case run status. Status is one of the following:</p> <ul> <li> <p> <code>PASS</code>: Test passed.</p> </li> <li> <p> <code>FAIL</code>: Test failed.</p> </li> <li> <p> <code>PENDING</code>: Test has not started running but is scheduled.</p> </li> <li> <p> <code>RUNNING</code>: Test is running.</p> </li> <li> <p> <code>STOPPING</code>: Test is performing cleanup steps. You will see this status only if you stop a suite run.</p> </li> <li> <p> <code>STOPPED</code> Test is stopped. You will see this status only if you stop a suite run.</p> </li> <li> <p> <code>PASS_WITH_WARNINGS</code>: Test passed with warnings.</p> </li> <li> <p> <code>ERORR</code>: Test faced an error when running due to an internal issue.</p> </li> </ul>"
},
"startTime": {
"shape": "Timestamp",
Expand All @@ -1094,7 +1099,7 @@
},
"logUrl": {
"shape": "LogUrl",
"documentation": "<p>Provides test case run log Url.</p>"
"documentation": "<p>Provides test case run log URL.</p>"
},
"warnings": {
"shape": "Warnings",
Expand All @@ -1105,7 +1110,7 @@
"documentation": "<p>Provides test case run failure result.</p>"
}
},
"documentation": "<p>Provides test case run.</p>"
"documentation": "<p>Provides the test case run.</p>"
},
"TestCaseRuns": {
"type": "list",
Expand Down
Loading

0 comments on commit 5356f4f

Please sign in to comment.