Skip to content

Commit

Permalink
Updates SDK to v2.440.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 18, 2019
1 parent 01c10fe commit beb52b6
Show file tree
Hide file tree
Showing 28 changed files with 1,463 additions and 128 deletions.
27 changes: 27 additions & 0 deletions .changes/2.440.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Discovery",
"description": "The Application Discovery Service's DescribeImportTasks and BatchDeleteImportData APIs now return additional statuses for error reporting."
},
{
"type": "feature",
"category": "Kafka",
"description": "Amazon Kafka - Added tagging APIs"
},
{
"type": "feature",
"category": "Organizations",
"description": "AWS Organizations is now available in the AWS GovCloud (US) Regions, and we added a new API action for creating accounts in those Regions. For more information, see CreateGovCloudAccount in the AWS Organizations API Reference. "
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds the TimeoutAction parameter to the ScalingConfiguration of an Aurora Serverless DB cluster. You can now configure the behavior when an auto-scaling capacity change can't find a scaling point."
},
{
"type": "feature",
"category": "WorkLink",
"description": "Amazon WorkLink is a fully managed, cloud-based service that enables secure, one-click access to internal websites and web apps from mobile phones. This release introduces new APIs to link and manage internal websites and web apps with Amazon WorkLink fleets. "
}
]
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.439.0-->
<!--LATEST=2.440.0-->
<!--ENTRYINSERT-->

## 2.440.0
* feature: Discovery: The Application Discovery Service's DescribeImportTasks and BatchDeleteImportData APIs now return additional statuses for error reporting.
* feature: Kafka: Amazon Kafka - Added tagging APIs
* feature: Organizations: AWS Organizations is now available in the AWS GovCloud (US) Regions, and we added a new API action for creating accounts in those Regions. For more information, see CreateGovCloudAccount in the AWS Organizations API Reference.
* feature: RDS: This release adds the TimeoutAction parameter to the ScalingConfiguration of an Aurora Serverless DB cluster. You can now configure the behavior when an auto-scaling capacity change can't find a scaling point.
* feature: WorkLink: Amazon WorkLink is a fully managed, cloud-based service that enables secure, one-click access to internal websites and web apps from mobile phones. This release introduces new APIs to link and manage internal websites and web apps with Amazon WorkLink fleets.

## 2.439.0
* feature: EC2: This release adds support for requester-managed Interface VPC Endpoints (powered by AWS PrivateLink). The feature prevents VPC endpoint owners from accidentally deleting or otherwise mismanaging the VPC endpoints of some AWS VPC endpoint services.
* feature: Polly: Amazon Polly adds Arabic language support with new female voice - "Zeina"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.439.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.440.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
8 changes: 4 additions & 4 deletions apis/cognito-idp-2016-04-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4287,7 +4287,7 @@
},
"UserStatus": {
"shape": "UserStatusType",
"documentation": "<p>The user status. Can be one of the following:</p> <ul> <li> <p>UNCONFIRMED - User has been created but not confirmed.</p> </li> <li> <p>CONFIRMED - User has been confirmed.</p> </li> <li> <p>ARCHIVED - User is no longer active.</p> </li> <li> <p>COMPROMISED - User is disabled due to a potential security threat.</p> </li> <li> <p>UNKNOWN - User status is not known.</p> </li> </ul>"
"documentation": "<p>The user status. Can be one of the following:</p> <ul> <li> <p>UNCONFIRMED - User has been created but not confirmed.</p> </li> <li> <p>CONFIRMED - User has been confirmed.</p> </li> <li> <p>ARCHIVED - User is no longer active.</p> </li> <li> <p>COMPROMISED - User is disabled due to a potential security threat.</p> </li> <li> <p>UNKNOWN - User status is not known.</p> </li> <li> <p>RESET_REQUIRED - User is confirmed, but the user must request a code and reset his or her password before he or she can sign in.</p> </li> <li> <p>FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change his or her password to a new value before doing anything else. </p> </li> </ul>"
},
"MFAOptions": {
"shape": "MFAOptionListType",
Expand Down Expand Up @@ -5614,7 +5614,7 @@
},
"SupportedIdentityProviders": {
"shape": "SupportedIdentityProvidersListType",
"documentation": "<p>A list of provider names for the identity providers that are supported on this client.</p>"
"documentation": "<p>A list of provider names for the identity providers that are supported on this client. The following are supported: <code>COGNITO</code>, <code>Facebook</code>, <code>Google</code> and <code>LoginWithAmazon</code>.</p>"
},
"CallbackURLs": {
"shape": "CallbackURLsListType",
Expand Down Expand Up @@ -8812,7 +8812,7 @@
},
"AllowedOAuthFlows": {
"shape": "OAuthFlowsType",
"documentation": "<p>Set to <code>code</code> to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint.</p> <p>Set to <code>token</code> to specify that the client should get the access token (and, optionally, ID token, based on scopes) directly.</p>"
"documentation": "<p>Set to <code>code</code> to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint.</p>"
},
"AllowedOAuthScopes": {
"shape": "ScopeListType",
Expand Down Expand Up @@ -9417,7 +9417,7 @@
},
"UserStatus": {
"shape": "UserStatusType",
"documentation": "<p>The user status. Can be one of the following:</p> <ul> <li> <p>UNCONFIRMED - User has been created but not confirmed.</p> </li> <li> <p>CONFIRMED - User has been confirmed.</p> </li> <li> <p>ARCHIVED - User is no longer active.</p> </li> <li> <p>COMPROMISED - User is disabled due to a potential security threat.</p> </li> <li> <p>UNKNOWN - User status is not known.</p> </li> </ul>"
"documentation": "<p>The user status. Can be one of the following:</p> <ul> <li> <p>UNCONFIRMED - User has been created but not confirmed.</p> </li> <li> <p>CONFIRMED - User has been confirmed.</p> </li> <li> <p>ARCHIVED - User is no longer active.</p> </li> <li> <p>COMPROMISED - User is disabled due to a potential security threat.</p> </li> <li> <p>UNKNOWN - User status is not known.</p> </li> <li> <p>RESET_REQUIRED - User is confirmed, but the user must request a code and reset his or her password before he or she can sign in.</p> </li> <li> <p>FORCE_CHANGE_PASSWORD - The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change his or her password to a new value before doing anything else. </p> </li> </ul>"
},
"MFAOptions": {
"shape": "MFAOptionListType",
Expand Down
7 changes: 5 additions & 2 deletions apis/discovery-2015-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,8 @@
"type": "string",
"enum": [
"NOT_FOUND",
"INTERNAL_SERVER_ERROR"
"INTERNAL_SERVER_ERROR",
"OVER_LIMIT"
]
},
"BatchDeleteImportDataErrorDescription": {
Expand Down Expand Up @@ -1743,13 +1744,15 @@
"enum": [
"IMPORT_IN_PROGRESS",
"IMPORT_COMPLETE",
"IMPORT_COMPLETE_WITH_ERRORS",
"IMPORT_FAILED",
"IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
"IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
"DELETE_IN_PROGRESS",
"DELETE_COMPLETE",
"DELETE_FAILED",
"DELETE_FAILED_LIMIT_EXCEEDED"
"DELETE_FAILED_LIMIT_EXCEEDED",
"INTERNAL_ERROR"
]
},
"ImportTask": {
Expand Down
81 changes: 81 additions & 0 deletions apis/kafka-2018-11-14.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,82 @@
}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/v1/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ResourceArn": {
"location": "uri",
"locationName": "resourceArn"
}
},
"required": [
"ResourceArn"
]
},
"output": {
"type": "structure",
"members": {
"Tags": {
"shape": "S16",
"locationName": "tags"
}
}
}
},
"TagResource": {
"http": {
"requestUri": "/v1/tags/{resourceArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"members": {
"ResourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"Tags": {
"shape": "S16",
"locationName": "tags"
}
},
"required": [
"ResourceArn",
"Tags"
]
}
},
"UntagResource": {
"http": {
"method": "DELETE",
"requestUri": "/v1/tags/{resourceArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"members": {
"ResourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"TagKeys": {
"shape": "S4",
"location": "querystring",
"locationName": "tagKeys"
}
},
"required": [
"TagKeys",
"ResourceArn"
]
}
}
},
"shapes": {
Expand Down Expand Up @@ -411,6 +487,11 @@
"locationName": "kafkaVersion"
}
}
},
"S16": {
"type": "map",
"key": {},
"value": {}
}
}
}
156 changes: 156 additions & 0 deletions apis/kafka-2018-11-14.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,88 @@
}
],
"documentation": "<p>Returns a list of the broker nodes in the cluster.</p>"
},
"ListTagsForResource": {
"name": "ListTagsForResource",
"http": {
"method": "GET",
"requestUri": "/v1/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"shape": "ListTagsForResourceRequest"
},
"output": {
"shape": "ListTagsForResourceResponse",
"documentation": "<p>Successful response.</p>"
},
"errors": [
{
"shape": "NotFoundException",
"documentation": "<p>The resource could not be found due to incorrect input. Correct your request and then retry it.</p>"
},
{
"shape": "BadRequestException",
"documentation": "<p>Bad request due to incorrect input. Correct your request and then retry it.</p>"
},
{
"shape": "InternalServerErrorException",
"documentation": "<p>There was an unexpected internal server error. Retrying your request might resolve the issue.</p>"
}
],
"documentation": "<p>Returns a list of tags attached to a resource.</p>"
},
"TagResource": {
"name": "TagResource",
"http": {
"method": "POST",
"requestUri": "/v1/tags/{resourceArn}",
"responseCode": 204
},
"input": {
"shape": "TagResourceRequest"
},
"errors": [
{
"shape": "NotFoundException",
"documentation": "<p>The resource could not be found due to incorrect input. Correct your request and then retry it.</p>"
},
{
"shape": "BadRequestException",
"documentation": "<p>Bad request due to incorrect input. Correct your request and then retry it.</p>"
},
{
"shape": "InternalServerErrorException",
"documentation": "<p>There was an unexpected internal server error. Retrying your request might resolve the issue.</p>"
}
],
"documentation": "<p>Tag a resource with given tags.</p>"
},
"UntagResource": {
"name": "UntagResource",
"http": {
"method": "DELETE",
"requestUri": "/v1/tags/{resourceArn}",
"responseCode": 204
},
"input": {
"shape": "UntagResourceRequest"
},
"errors": [
{
"shape": "NotFoundException",
"documentation": "<p>The resource could not be found due to incorrect input. Correct your request and then retry it.</p>"
},
{
"shape": "BadRequestException",
"documentation": "<p>Bad request due to incorrect input. Correct your request and then retry it.</p>"
},
{
"shape": "InternalServerErrorException",
"documentation": "<p>There was an unexpected internal server error. Retrying your request might resolve the issue.</p>"
}
],
"documentation": "<p>Remove tags of a resource by given tag keys.</p>"
}
},
"shapes": {
Expand Down Expand Up @@ -670,6 +752,30 @@
}
}
},
"ListTagsForResourceRequest": {
"type": "structure",
"members": {
"ResourceArn": {
"shape": "__string",
"location": "uri",
"locationName": "resourceArn",
"documentation": "<p>The Amazon Resource Name (ARN) that uniquely identifies the resource.</p>"
}
},
"required": [
"ResourceArn"
]
},
"ListTagsForResourceResponse": {
"type": "structure",
"members": {
"Tags": {
"shape": "__mapOf__string",
"locationName": "tags",
"documentation": "<p>The key-value pairs for the resource tags</p>"
}
}
},
"MaxResults": {
"type": "integer",
"min": 1,
Expand Down Expand Up @@ -729,6 +835,47 @@
},
"documentation": "<p>Contains information about storage volumes attached to MSK broker nodes.</p>"
},
"TagResourceRequest": {
"type": "structure",
"members": {
"ResourceArn": {
"shape": "__string",
"location": "uri",
"locationName": "resourceArn",
"documentation": "<p>The Amazon Resource Name (ARN) that uniquely identifies the resource.</p>"
},
"Tags": {
"shape": "__mapOf__string",
"locationName": "tags",
"documentation": "<p>The key-value pairs for the resource tags</p>"
}
},
"required": [
"ResourceArn",
"Tags"
]
},
"UntagResourceRequest": {
"type": "structure",
"members": {
"ResourceArn": {
"shape": "__string",
"location": "uri",
"locationName": "resourceArn",
"documentation": "<p>The Amazon Resource Name (ARN) that uniquely identifies the resource.</p>"
},
"TagKeys": {
"shape": "__listOf__string",
"location": "querystring",
"locationName": "tagKeys",
"documentation": "<p>The list of tag keys.</p>"
}
},
"required": [
"TagKeys",
"ResourceArn"
]
},
"ZookeeperNodeInfo": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -789,6 +936,15 @@
"shape": "__string"
}
},
"__mapOf__string": {
"type": "map",
"key": {
"shape": "__string"
},
"value": {
"shape": "__string"
}
},
"__string": {
"type": "string"
},
Expand Down
Loading

0 comments on commit beb52b6

Please sign in to comment.