Skip to content

Commit d8e78ac

Browse files
author
awstools
committed
Updates SDK to v2.1061.0
1 parent 449fb2d commit d8e78ac

23 files changed

+537
-296
lines changed

Diff for: .changes/2.1061.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "This release adds tagging support for UserHierarchyGroups resource."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "C6i, M6i and R6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Fis",
15+
"description": "Added action startTime and action endTime timestamp fields to the ExperimentAction object"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "GuardDuty",
20+
"description": "Amazon GuardDuty findings now include remoteAccountDetails under AwsApiCallAction section if instance credential is exfiltrated."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MediaTailor",
25+
"description": "This release adds support for multiple Segment Delivery Configurations. Users can provide a list of names and URLs when creating or editing a source location. When retrieving content, users can send a header to choose which URL should be used to serve content."
26+
}
27+
]

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1060.0-->
2+
<!--LATEST=2.1061.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1061.0
6+
* feature: Connect: This release adds tagging support for UserHierarchyGroups resource.
7+
* feature: EC2: C6i, M6i and R6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz
8+
* feature: Fis: Added action startTime and action endTime timestamp fields to the ExperimentAction object
9+
* feature: GuardDuty: Amazon GuardDuty findings now include remoteAccountDetails under AwsApiCallAction section if instance credential is exfiltrated.
10+
* feature: MediaTailor: This release adds support for multiple Segment Delivery Configurations. Users can provide a list of names and URLs when creating or editing a source location. When retrieving content, users can send a header to choose which URL should be used to serve content.
11+
512
## 2.1060.0
613
* feature: EC2InstanceConnect: Adds support for ED25519 keys. PushSSHPublicKey Availability Zone parameter is now optional. Adds EC2InstanceStateInvalidException for instances that are not running. This was previously a service exception, so this may require updating your code to handle this new exception.
714
* feature: Macie2: This release of the Amazon Macie API introduces stricter validation of requests to create custom data identifiers.

Diff for: README.md

+1-1
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.1060.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1061.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

Diff for: apis/connect-2017-08-08.min.json

+6
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,9 @@
671671
"InstanceId": {
672672
"location": "uri",
673673
"locationName": "InstanceId"
674+
},
675+
"Tags": {
676+
"shape": "S1e"
674677
}
675678
}
676679
},
@@ -1559,6 +1562,9 @@
15591562
"shape": "S66"
15601563
}
15611564
}
1565+
},
1566+
"Tags": {
1567+
"shape": "S1e"
15621568
}
15631569
}
15641570
}

Diff for: apis/connect-2017-08-08.normal.json

+14-6
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
"shape": "ThrottlingException"
500500
}
501501
],
502-
"documentation": "<p>Creates an AWS resource association with an Amazon Connect instance.</p>"
502+
"documentation": "<p>Creates an Amazon Web Services resource association with an Amazon Connect instance.</p>"
503503
},
504504
"CreateQueue": {
505505
"name": "CreateQueue",
@@ -892,7 +892,7 @@
892892
"shape": "ThrottlingException"
893893
}
894894
],
895-
"documentation": "<p>Deletes an AWS resource association from an Amazon Connect instance. The association must not have any use cases associated with it.</p>"
895+
"documentation": "<p>Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it.</p>"
896896
},
897897
"DeleteQuickConnect": {
898898
"name": "DeleteQuickConnect",
@@ -2174,7 +2174,7 @@
21742174
"shape": "ThrottlingException"
21752175
}
21762176
],
2177-
"documentation": "<p>Provides summary information about the AWS resource associations for the specified Amazon Connect instance.</p>"
2177+
"documentation": "<p>Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.</p>"
21782178
},
21792179
"ListLambdaFunctions": {
21802180
"name": "ListLambdaFunctions",
@@ -5330,6 +5330,10 @@
53305330
"documentation": "<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>",
53315331
"location": "uri",
53325332
"locationName": "InstanceId"
5333+
},
5334+
"Tags": {
5335+
"shape": "TagMap",
5336+
"documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
53335337
}
53345338
}
53355339
},
@@ -6449,7 +6453,7 @@
64496453
"members": {
64506454
"Queues": {
64516455
"shape": "Queues",
6452-
"documentation": "<p>The queues to use to filter the metrics. You can specify up to 100 queues per request.</p>"
6456+
"documentation": "<p>The queues to use to filter the metrics. You should specify at least one queue, and can specify up to 100 queues per request. The <code>GetCurrentMetricsData</code> API in particular requires a queue when you include a <code>Filter</code> in your request. </p>"
64536457
},
64546458
"Channels": {
64556459
"shape": "Channels",
@@ -6672,6 +6676,10 @@
66726676
"HierarchyPath": {
66736677
"shape": "HierarchyPath",
66746678
"documentation": "<p>Information about the levels in the hierarchy group.</p>"
6679+
},
6680+
"Tags": {
6681+
"shape": "TagMap",
6682+
"documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
66756683
}
66766684
},
66776685
"documentation": "<p>Contains information about a hierarchy group.</p>"
@@ -10598,7 +10606,7 @@
1059810606
},
1059910607
"AttributeType": {
1060010608
"shape": "InstanceAttributeType",
10601-
"documentation": "<p>The type of attribute.</p> <note> <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.</p> </note>",
10609+
"documentation": "<p>The type of attribute.</p> <note> <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.</p> </note>",
1060210610
"location": "uri",
1060310611
"locationName": "AttributeType"
1060410612
},
@@ -11352,5 +11360,5 @@
1135211360
"type": "timestamp"
1135311361
}
1135411362
},
11355-
"documentation": "<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p> <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits to the number of requests that you can make per second. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <p>You can connect programmatically to an AWS service by using an endpoint. For a list of Amazon Connect endpoints, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect Endpoints</a>.</p> <note> <p>Working with contact flows? Check out the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html\">Amazon Connect Flow language</a>.</p> </note>"
11363+
"documentation": "<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p> <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits to the number of requests that you can make per second. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect Endpoints</a>.</p> <note> <p>Working with contact flows? Check out the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html\">Amazon Connect Flow language</a>.</p> </note>"
1135611364
}

Diff for: apis/ec2-2016-11-15.normal.json

+12
Original file line numberDiff line numberDiff line change
@@ -32925,6 +32925,7 @@
3292532925
"c6i.16xlarge",
3292632926
"c6i.24xlarge",
3292732927
"c6i.32xlarge",
32928+
"c6i.metal",
3292832929
"cc1.4xlarge",
3292932930
"cc2.8xlarge",
3293032931
"cg1.4xlarge",
@@ -33134,6 +33135,7 @@
3313433135
"m6i.16xlarge",
3313533136
"m6i.24xlarge",
3313633137
"m6i.32xlarge",
33138+
"m6i.metal",
3313733139
"mac1.metal",
3313833140
"p2.xlarge",
3313933141
"p2.8xlarge",
@@ -33233,6 +33235,16 @@
3323333235
"r6gd.12xlarge",
3323433236
"r6gd.16xlarge",
3323533237
"r6gd.metal",
33238+
"r6i.large",
33239+
"r6i.xlarge",
33240+
"r6i.2xlarge",
33241+
"r6i.4xlarge",
33242+
"r6i.8xlarge",
33243+
"r6i.12xlarge",
33244+
"r6i.16xlarge",
33245+
"r6i.24xlarge",
33246+
"r6i.32xlarge",
33247+
"r6i.metal",
3323633248
"t1.micro",
3323733249
"t2.nano",
3323833250
"t2.micro",

Diff for: apis/fis-2020-12-01.min.json

+6
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,12 @@
796796
"status": {},
797797
"reason": {}
798798
}
799+
},
800+
"startTime": {
801+
"type": "timestamp"
802+
},
803+
"endTime": {
804+
"type": "timestamp"
799805
}
800806
}
801807
}

0 commit comments

Comments
 (0)