Skip to content

Commit

Permalink
Updates SDK to v2.1061.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 20, 2022
1 parent 449fb2d commit d8e78ac
Show file tree
Hide file tree
Showing 23 changed files with 537 additions and 296 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1061.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds tagging support for UserHierarchyGroups resource."
},
{
"type": "feature",
"category": "EC2",
"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"
},
{
"type": "feature",
"category": "Fis",
"description": "Added action startTime and action endTime timestamp fields to the ExperimentAction object"
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Amazon GuardDuty findings now include remoteAccountDetails under AwsApiCallAction section if instance credential is exfiltrated."
},
{
"type": "feature",
"category": "MediaTailor",
"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."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1060.0-->
<!--LATEST=2.1061.0-->
<!--ENTRYINSERT-->

## 2.1061.0
* feature: Connect: This release adds tagging support for UserHierarchyGroups resource.
* 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
* feature: Fis: Added action startTime and action endTime timestamp fields to the ExperimentAction object
* feature: GuardDuty: Amazon GuardDuty findings now include remoteAccountDetails under AwsApiCallAction section if instance credential is exfiltrated.
* 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.

## 2.1060.0
* 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.
* feature: Macie2: This release of the Amazon Macie API introduces stricter validation of requests to create custom data identifiers.
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.1060.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1061.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
6 changes: 6 additions & 0 deletions apis/connect-2017-08-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,9 @@
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Tags": {
"shape": "S1e"
}
}
},
Expand Down Expand Up @@ -1559,6 +1562,9 @@
"shape": "S66"
}
}
},
"Tags": {
"shape": "S1e"
}
}
}
Expand Down
20 changes: 14 additions & 6 deletions apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
"shape": "ThrottlingException"
}
],
"documentation": "<p>Creates an AWS resource association with an Amazon Connect instance.</p>"
"documentation": "<p>Creates an Amazon Web Services resource association with an Amazon Connect instance.</p>"
},
"CreateQueue": {
"name": "CreateQueue",
Expand Down Expand Up @@ -892,7 +892,7 @@
"shape": "ThrottlingException"
}
],
"documentation": "<p>Deletes an AWS resource association from an Amazon Connect instance. The association must not have any use cases associated with it.</p>"
"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>"
},
"DeleteQuickConnect": {
"name": "DeleteQuickConnect",
Expand Down Expand Up @@ -2174,7 +2174,7 @@
"shape": "ThrottlingException"
}
],
"documentation": "<p>Provides summary information about the AWS resource associations for the specified Amazon Connect instance.</p>"
"documentation": "<p>Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.</p>"
},
"ListLambdaFunctions": {
"name": "ListLambdaFunctions",
Expand Down Expand Up @@ -5330,6 +5330,10 @@
"documentation": "<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>",
"location": "uri",
"locationName": "InstanceId"
},
"Tags": {
"shape": "TagMap",
"documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
}
}
},
Expand Down Expand Up @@ -6449,7 +6453,7 @@
"members": {
"Queues": {
"shape": "Queues",
"documentation": "<p>The queues to use to filter the metrics. You can specify up to 100 queues per request.</p>"
"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>"
},
"Channels": {
"shape": "Channels",
Expand Down Expand Up @@ -6672,6 +6676,10 @@
"HierarchyPath": {
"shape": "HierarchyPath",
"documentation": "<p>Information about the levels in the hierarchy group.</p>"
},
"Tags": {
"shape": "TagMap",
"documentation": "<p>The tags used to organize, track, or control access for this resource.</p>"
}
},
"documentation": "<p>Contains information about a hierarchy group.</p>"
Expand Down Expand Up @@ -10598,7 +10606,7 @@
},
"AttributeType": {
"shape": "InstanceAttributeType",
"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>",
"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>",
"location": "uri",
"locationName": "AttributeType"
},
Expand Down Expand Up @@ -11352,5 +11360,5 @@
"type": "timestamp"
}
},
"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>"
"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>"
}
12 changes: 12 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -32925,6 +32925,7 @@
"c6i.16xlarge",
"c6i.24xlarge",
"c6i.32xlarge",
"c6i.metal",
"cc1.4xlarge",
"cc2.8xlarge",
"cg1.4xlarge",
Expand Down Expand Up @@ -33134,6 +33135,7 @@
"m6i.16xlarge",
"m6i.24xlarge",
"m6i.32xlarge",
"m6i.metal",
"mac1.metal",
"p2.xlarge",
"p2.8xlarge",
Expand Down Expand Up @@ -33233,6 +33235,16 @@
"r6gd.12xlarge",
"r6gd.16xlarge",
"r6gd.metal",
"r6i.large",
"r6i.xlarge",
"r6i.2xlarge",
"r6i.4xlarge",
"r6i.8xlarge",
"r6i.12xlarge",
"r6i.16xlarge",
"r6i.24xlarge",
"r6i.32xlarge",
"r6i.metal",
"t1.micro",
"t2.nano",
"t2.micro",
Expand Down
6 changes: 6 additions & 0 deletions apis/fis-2020-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,12 @@
"status": {},
"reason": {}
}
},
"startTime": {
"type": "timestamp"
},
"endTime": {
"type": "timestamp"
}
}
}
Expand Down
Loading

0 comments on commit d8e78ac

Please sign in to comment.