Skip to content

Commit 5356f4f

Browse files
author
awstools
committed
Updates SDK to v2.1037.0
1 parent 11fcfc1 commit 5356f4f

26 files changed

+3450
-263
lines changed

.changes/2.1037.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "Documentation updates for EC2."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Mgn",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Outposts",
15+
"description": "This release adds new APIs for working with Outpost sites and orders."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Pinpoint",
20+
"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"
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1036.0-->
2+
<!--LATEST=2.1037.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1037.0
6+
* feature: EC2: Documentation updates for EC2.
7+
* 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.
8+
* feature: Outposts: This release adds new APIs for working with Outpost sites and orders.
9+
* 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
10+
511
## 2.1036.0
612
* 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.
713
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1036.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1037.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/autoscaling-2011-01-01.normal.json

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

apis/ec2-2016-11-15.normal.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
"output": {
439439
"shape": "AuthorizeSecurityGroupEgressResult"
440440
},
441-
"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>"
441+
"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>"
442442
},
443443
"AuthorizeSecurityGroupIngress": {
444444
"name": "AuthorizeSecurityGroupIngress",
@@ -13119,7 +13119,8 @@
1311913119
"locationName": "vpcPeeringConnectionId"
1312013120
},
1312113121
"CoreNetworkArn": {
13122-
"shape": "CoreNetworkArn"
13122+
"shape": "CoreNetworkArn",
13123+
"documentation": "<p>The Amazon Resource Name (ARN) of the core network.</p>"
1312313124
}
1312413125
}
1312513126
},
@@ -15758,7 +15759,7 @@
1575815759
},
1575915760
"Tags": {
1576015761
"shape": "TagList",
15761-
"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>",
15762+
"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>",
1576215763
"locationName": "tag"
1576315764
}
1576415765
}
@@ -39527,7 +39528,8 @@
3952739528
"locationName": "vpcPeeringConnectionId"
3952839529
},
3952939530
"CoreNetworkArn": {
39530-
"shape": "CoreNetworkArn"
39531+
"shape": "CoreNetworkArn",
39532+
"documentation": "<p>The Amazon Resource Name (ARN) of the core network.</p>"
3953139533
}
3953239534
}
3953339535
},
@@ -41436,6 +41438,7 @@
4143641438
},
4143741439
"CoreNetworkArn": {
4143841440
"shape": "CoreNetworkArn",
41441+
"documentation": "<p>The Amazon Resource Name (ARN) of the core network.</p>",
4143941442
"locationName": "coreNetworkArn"
4144041443
}
4144141444
},

apis/iotdeviceadvisor-2020-09-18.normal.json

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
{
8080
"shape": "ResourceNotFoundException"
8181
}
82-
]
82+
],
83+
"documentation": "<p>Gets information about an Device Advisor endpoint.</p>"
8384
},
8485
"GetSuiteDefinition": {
8586
"name": "GetSuiteDefinition",
@@ -198,7 +199,7 @@
198199
"shape": "InternalServerException"
199200
}
200201
],
201-
"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>"
202+
"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>"
202203
},
203204
"ListTagsForResource": {
204205
"name": "ListTagsForResource",
@@ -418,7 +419,7 @@
418419
"documentation": "<p>Lists devices certificate ARN.</p>"
419420
}
420421
},
421-
"documentation": "<p>Information of a test device. Required to provide either a thing ARN or a certificate ARN.</p>"
422+
"documentation": "<p>Information of a test device. A thing ARN or a certificate ARN is required.</p>"
422423
},
423424
"DeviceUnderTestList": {
424425
"type": "list",
@@ -444,11 +445,13 @@
444445
"members": {
445446
"thingArn": {
446447
"shape": "AmazonResourceName",
448+
"documentation": "<p>The thing ARN of the device. This is an optional parameter.</p>",
447449
"location": "querystring",
448450
"locationName": "thingArn"
449451
},
450452
"certificateArn": {
451453
"shape": "AmazonResourceName",
454+
"documentation": "<p>The certificate ARN of the device. This is an optional parameter.</p>",
452455
"location": "querystring",
453456
"locationName": "certificateArn"
454457
}
@@ -458,7 +461,8 @@
458461
"type": "structure",
459462
"members": {
460463
"endpoint": {
461-
"shape": "Endpoint"
464+
"shape": "Endpoint",
465+
"documentation": "<p>The response of an Device Advisor endpoint.</p>"
462466
}
463467
}
464468
},
@@ -599,7 +603,7 @@
599603
},
600604
"startTime": {
601605
"shape": "Timestamp",
602-
"documentation": "<p>Date (in Unix epoch time) when the test suite run was started.</p>"
606+
"documentation": "<p>Date (in Unix epoch time) when the test suite run started.</p>"
603607
},
604608
"endTime": {
605609
"shape": "Timestamp",
@@ -691,7 +695,7 @@
691695
},
692696
"suiteDefinitionVersion": {
693697
"shape": "SuiteDefinitionVersion",
694-
"documentation": "<p>Must be passed along with suiteDefinitionId. Lists the test suite runs of the specified test suite based on suite definition version.</p>",
698+
"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>",
695699
"location": "querystring",
696700
"locationName": "suiteDefinitionVersion"
697701
},
@@ -885,7 +889,7 @@
885889
},
886890
"devicePermissionRoleArn": {
887891
"shape": "AmazonResourceName",
888-
"documentation": "<p>Gets device permission ARN.</p>"
892+
"documentation": "<p>Gets the device permission ARN.</p>"
889893
}
890894
},
891895
"documentation": "<p>Gets Suite Definition Configuration.</p>"
@@ -903,7 +907,7 @@
903907
},
904908
"defaultDevices": {
905909
"shape": "DeviceUnderTestList",
906-
"documentation": "<p>Specifies the devices under test for the test suite.</p>"
910+
"documentation": "<p>Specifies the devices that are under test for the test suite.</p>"
907911
},
908912
"intendedForQualification": {
909913
"shape": "IntendedForQualificationBoolean",
@@ -944,7 +948,8 @@
944948
"documentation": "<p>Gets test case list.</p>"
945949
},
946950
"parallelRun": {
947-
"shape": "ParallelRun"
951+
"shape": "ParallelRun",
952+
"documentation": "<p>TRUE if multiple test suites run in parallel.</p>"
948953
}
949954
},
950955
"documentation": "<p>Gets suite run configuration.</p>"
@@ -1070,19 +1075,19 @@
10701075
"members": {
10711076
"testCaseRunId": {
10721077
"shape": "UUID",
1073-
"documentation": "<p>Provides test case run ID.</p>"
1078+
"documentation": "<p>Provides the test case run ID.</p>"
10741079
},
10751080
"testCaseDefinitionId": {
10761081
"shape": "UUID",
1077-
"documentation": "<p>Provides test case run definition ID.</p>"
1082+
"documentation": "<p>Provides the test case run definition ID.</p>"
10781083
},
10791084
"testCaseDefinitionName": {
10801085
"shape": "TestCaseDefinitionName",
1081-
"documentation": "<p>Provides test case run definition Name.</p>"
1086+
"documentation": "<p>Provides the test case run definition name.</p>"
10821087
},
10831088
"status": {
10841089
"shape": "Status",
1085-
"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>"
1090+
"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>"
10861091
},
10871092
"startTime": {
10881093
"shape": "Timestamp",
@@ -1094,7 +1099,7 @@
10941099
},
10951100
"logUrl": {
10961101
"shape": "LogUrl",
1097-
"documentation": "<p>Provides test case run log Url.</p>"
1102+
"documentation": "<p>Provides test case run log URL.</p>"
10981103
},
10991104
"warnings": {
11001105
"shape": "Warnings",
@@ -1105,7 +1110,7 @@
11051110
"documentation": "<p>Provides test case run failure result.</p>"
11061111
}
11071112
},
1108-
"documentation": "<p>Provides test case run.</p>"
1113+
"documentation": "<p>Provides the test case run.</p>"
11091114
},
11101115
"TestCaseRuns": {
11111116
"type": "list",

0 commit comments

Comments
 (0)