Skip to content

Commit

Permalink
Updates SDK to v2.645.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 24, 2020
1 parent 9ec02ad commit eb3450b
Show file tree
Hide file tree
Showing 19 changed files with 865 additions and 261 deletions.
12 changes: 12 additions & 0 deletions .changes/2.645.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EKS",
"description": "Adding new error codes: Ec2SubnetInvalidConfiguration and NodeCreationFailure for Nodegroups in EKS"
},
{
"type": "feature",
"category": "Organizations",
"description": "Introduces actions for giving a member account administrative Organizations permissions for an AWS service. You can run this action only for AWS services that support this feature."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.644.0-->
<!--LATEST=2.645.0-->
<!--ENTRYINSERT-->

## 2.645.0
* feature: EKS: Adding new error codes: Ec2SubnetInvalidConfiguration and NodeCreationFailure for Nodegroups in EKS
* feature: Organizations: Introduces actions for giving a member account administrative Organizations permissions for an AWS service. You can run this action only for AWS services that support this feature.

## 2.644.0
* feature: ApiGatewayV2: Documentation updates to reflect that the default timeout for integrations is now 30 seconds for HTTP APIs.
* feature: EC2: Add EC2ThrottledException to throttledError
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.644.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.645.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
12 changes: 6 additions & 6 deletions apis/athena-2017-05-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"shape": "InvalidRequestException"
}
],
"documentation": "<p>Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the workgroup.</p> <p>For code samples using the AWS SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>"
"documentation": "<p>Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the workgroup. If a workgroup is not specified, lists the saved queries for the primary workgroup.</p> <p>For code samples using the AWS SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>"
},
"ListQueryExecutions": {
"name": "ListQueryExecutions",
Expand All @@ -277,7 +277,7 @@
"shape": "InvalidRequestException"
}
],
"documentation": "<p>Provides a list of available query execution IDs for the queries in the specified workgroup. Requires you to have access to the workgroup in which the queries ran.</p> <p>For code samples using the AWS SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>"
"documentation": "<p>Provides a list of available query execution IDs for the queries in the specified workgroup. If a workgroup is not specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the workgroup in which the queries ran.</p> <p>For code samples using the AWS SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>"
},
"ListTagsForResource": {
"name": "ListTagsForResource",
Expand Down Expand Up @@ -865,7 +865,7 @@
},
"WorkGroup": {
"shape": "WorkGroupName",
"documentation": "<p>The name of the workgroup from which the named queries are being returned.</p>"
"documentation": "<p>The name of the workgroup from which the named queries are returned. If a workgroup is not specified, the saved queries for the primary workgroup are returned.</p>"
}
}
},
Expand Down Expand Up @@ -895,7 +895,7 @@
},
"WorkGroup": {
"shape": "WorkGroupName",
"documentation": "<p>The name of the workgroup from which queries are being returned.</p>"
"documentation": "<p>The name of the workgroup from which queries are returned. If a workgroup is not specified, a list of available query execution IDs for the queries in the primary workgroup is returned.</p>"
}
}
},
Expand Down Expand Up @@ -1089,7 +1089,7 @@
},
"Statistics": {
"shape": "QueryExecutionStatistics",
"documentation": "<p>The amount of data scanned during the query execution and the amount of time that it took to execute, and the type of statement that was run.</p>"
"documentation": "<p>Query execution statistics, such as the amount of data scanned, the amount of time that the query took to process, and the type of statement that was run.</p>"
},
"WorkGroup": {
"shape": "WorkGroupName",
Expand Down Expand Up @@ -1174,7 +1174,7 @@
"members": {
"State": {
"shape": "QueryExecutionState",
"documentation": "<p>The state of query execution. <code>QUEUED</code> state is listed but is not used by Athena and is reserved for future use. <code>RUNNING</code> indicates that the query has been submitted to the service, and Athena will execute the query as soon as resources are available. <code>SUCCEEDED</code> indicates that the query completed without errors. <code>FAILED</code> indicates that the query experienced an error and did not complete processing. <code>CANCELLED</code> indicates that a user input interrupted query execution. </p>"
"documentation": "<p>The state of query execution. <code>QUEUED</code> indicates that the query has been submitted to the service, and Athena will execute the query as soon as resources are available. <code>RUNNING</code> indicates that the query is in execution phase. <code>SUCCEEDED</code> indicates that the query completed without errors. <code>FAILED</code> indicates that the query experienced an error and did not complete processing. <code>CANCELLED</code> indicates that a user input interrupted query execution. </p>"
},
"StateChangeReason": {
"shape": "String",
Expand Down
4 changes: 3 additions & 1 deletion apis/eks-2017-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
"shape": "ResourceNotFoundException"
}
],
"documentation": "<p>Lists the Amazon EKS node groups associated with the specified cluster in your AWS account in the specified Region.</p>"
"documentation": "<p>Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the specified Region. Self-managed node groups are not listed.</p>"
},
"ListTagsForResource": {
"name": "ListTagsForResource",
Expand Down Expand Up @@ -1686,9 +1686,11 @@
"Ec2LaunchTemplateNotFound",
"Ec2LaunchTemplateVersionMismatch",
"Ec2SubnetNotFound",
"Ec2SubnetInvalidConfiguration",
"IamInstanceProfileNotFound",
"IamLimitExceeded",
"IamNodeRoleNotFound",
"NodeCreationFailure",
"AsgInstanceLaunchFailures",
"InstanceLimitExceeded",
"InsufficientFreeAddresses",
Expand Down

0 comments on commit eb3450b

Please sign in to comment.