Skip to content

Commit

Permalink
Updates SDK to v2.884.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 9, 2021
1 parent bd687d6 commit 4661223
Show file tree
Hide file tree
Showing 17 changed files with 198 additions and 147 deletions.
17 changes: 17 additions & 0 deletions .changes/2.884.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Add paginator support to DescribeStoreImageTasks and update documentation."
},
{
"type": "feature",
"category": "Redshift",
"description": "Add support for case sensitive table level restore"
},
{
"type": "feature",
"category": "Shield",
"description": "CreateProtection now throws InvalidParameterException instead of InternalErrorException when system tags (tag with keys prefixed with \"aws:\") are passed in."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.883.0-->
<!--LATEST=2.884.0-->
<!--ENTRYINSERT-->

## 2.884.0
* feature: EC2: Add paginator support to DescribeStoreImageTasks and update documentation.
* feature: Redshift: Add support for case sensitive table level restore
* feature: Shield: CreateProtection now throws InvalidParameterException instead of InternalErrorException when system tags (tag with keys prefixed with "aws:") are passed in.

## 2.883.0
* bugfix: ManagedUpload: Use resolved credentials if customer supplies configured S3 Client
* feature: AppStream: This release provides support for image updates
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.883.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.884.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
18 changes: 9 additions & 9 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,15 +552,15 @@
"input": {
"type": "structure",
"required": [
"Ipv6CidrBlock",
"SubnetId"
"SubnetId",
"Ipv6CidrBlock"
],
"members": {
"Ipv6CidrBlock": {
"locationName": "ipv6CidrBlock"
},
"SubnetId": {
"locationName": "subnetId"
},
"Ipv6CidrBlock": {
"locationName": "ipv6CidrBlock"
}
}
},
Expand Down Expand Up @@ -2918,8 +2918,8 @@
"input": {
"type": "structure",
"required": [
"CidrBlock",
"VpcId"
"VpcId",
"CidrBlock"
],
"members": {
"TagSpecifications": {
Expand All @@ -2928,14 +2928,14 @@
},
"AvailabilityZone": {},
"AvailabilityZoneId": {},
"CidrBlock": {},
"Ipv6CidrBlock": {},
"OutpostArn": {},
"VpcId": {},
"DryRun": {
"locationName": "dryRun",
"type": "boolean"
}
},
"CidrBlock": {}
}
},
"output": {
Expand Down
62 changes: 31 additions & 31 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions apis/ec2-2016-11-15.paginators.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,12 @@
"output_token": "NextToken",
"result_key": "StaleSecurityGroupSet"
},
"DescribeStoreImageTasks": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "StoreImageTaskResults"
},
"DescribeSubnets": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down
5 changes: 4 additions & 1 deletion apis/redshift-2012-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,10 @@
"SourceTableName": {},
"TargetDatabaseName": {},
"TargetSchemaName": {},
"NewTableName": {}
"NewTableName": {},
"EnableCaseSensitiveIdentifier": {
"type": "boolean"
}
}
},
"output": {
Expand Down
6 changes: 5 additions & 1 deletion apis/redshift-2012-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
"shape": "InvalidTagFault"
}
],
"documentation": "<p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.</p> <p>The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html\">Hardware Security Modules</a> in the Amazon Redshift Cluster Management Guide.</p>"
"documentation": "<p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.</p> <p>The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html#working-with-HSM\">Hardware Security Modules</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"CreateHsmConfiguration": {
"name": "CreateHsmConfiguration",
Expand Down Expand Up @@ -7594,6 +7594,10 @@
"NewTableName": {
"shape": "String",
"documentation": "<p>The name of the table to create as a result of the current request.</p>"
},
"EnableCaseSensitiveIdentifier": {
"shape": "BooleanOptional",
"documentation": "<p>Indicates whether name identifiers for database, schema, and table are case sensitive. If <code>true</code>, the names are case sensitive. If <code>false</code> (default), the names are not case sensitive.</p>"
}
},
"documentation": "<p/>"
Expand Down
3 changes: 3 additions & 0 deletions apis/shield-2016-06-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "InvalidParameterException"
}
],
"documentation": "<p>Enables AWS Shield Advanced for a specific AWS resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, AWS Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.</p> <p>You can add protection to only a single resource with each CreateProtection request. If you want to add protection to multiple resources at once, use the <a href=\"https://console.aws.amazon.com/waf/\">AWS WAF console</a>. For more information see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/getting-started-ddos.html\">Getting Started with AWS Shield Advanced</a> and <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/configure-new-protection.html\">Add AWS Shield Advanced Protection to more AWS Resources</a>.</p>"
Expand Down
Loading

0 comments on commit 4661223

Please sign in to comment.