Skip to content

Commit

Permalink
Updates SDK to v2.594.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 19, 2019
1 parent 2c93f42 commit 853285b
Show file tree
Hide file tree
Showing 40 changed files with 3,414 additions and 1,337 deletions.
42 changes: 42 additions & 0 deletions .changes/2.594.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "CodeStarconnections",
"description": "Public beta for Bitbucket Cloud support in AWS CodePipeline through integration with AWS CodeStar connections."
},
{
"type": "feature",
"category": "DLM",
"description": "You can now copy snapshots across regions using Data Lifecycle Manager (DLM). You can enable policies which, along with create, can now also copy snapshots to one or more AWS region(s). Copies can be scheduled for up to three regions from a single policy and retention periods are set for each region separately. "
},
{
"type": "feature",
"category": "EC2",
"description": "We are updating the supportedRootDevices field to supportedRootDeviceTypes for DescribeInstanceTypes API to ensure that the actual value is returned, correcting a previous error in the model."
},
{
"type": "feature",
"category": "GameLift",
"description": "Amazon GameLift now supports ARNs for all key GameLift resources, tagging for GameLift resource authorization management, and updated documentation that articulates GameLift's resource authorization strategy."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Amazon Lex now supports conversation logs and slot obfuscation."
},
{
"type": "feature",
"category": "PersonalizeRuntime",
"description": "Add context map to get-recommendations and get-personalized-ranking request objects to provide contextual metadata at inference time"
},
{
"type": "feature",
"category": "SSM",
"description": "This release allows customers to add tags to Automation execution, enabling them to sort and filter executions in different ways, such as by resource, purpose, owner, or environment."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Amazon Transcribe supports job queuing for the StartTranscriptionJob API."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.593.0-->
<!--LATEST=2.594.0-->
<!--ENTRYINSERT-->

## 2.594.0
* feature: CodeStarconnections: Public beta for Bitbucket Cloud support in AWS CodePipeline through integration with AWS CodeStar connections.
* feature: DLM: You can now copy snapshots across regions using Data Lifecycle Manager (DLM). You can enable policies which, along with create, can now also copy snapshots to one or more AWS region(s). Copies can be scheduled for up to three regions from a single policy and retention periods are set for each region separately.
* feature: EC2: We are updating the supportedRootDevices field to supportedRootDeviceTypes for DescribeInstanceTypes API to ensure that the actual value is returned, correcting a previous error in the model.
* feature: GameLift: Amazon GameLift now supports ARNs for all key GameLift resources, tagging for GameLift resource authorization management, and updated documentation that articulates GameLift's resource authorization strategy.
* feature: LexModelBuildingService: Amazon Lex now supports conversation logs and slot obfuscation.
* feature: PersonalizeRuntime: Add context map to get-recommendations and get-personalized-ranking request objects to provide contextual metadata at inference time
* feature: SSM: This release allows customers to add tags to Automation execution, enabling them to sort and filter executions in different ways, such as by resource, purpose, owner, or environment.
* feature: TranscribeService: Amazon Transcribe supports job queuing for the StartTranscriptionJob API.

## 2.593.0
* feature: EC2: This release introduces the ability to tag Elastic Graphics accelerators. You can use tags to organize and identify your accelerators for cost allocation.
* feature: OpsWorksCM: AWS OpsWorks CM now supports tagging, and tag-based access control, of servers and backups.
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.593.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.594.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
5 changes: 5 additions & 0 deletions apis/codestar-connections-2019-12-01.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
109 changes: 109 additions & 0 deletions apis/codestar-connections-2019-12-01.min.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"version": "2.0",
"metadata": {
"apiVersion": "2019-12-01",
"endpointPrefix": "codestar-connections",
"jsonVersion": "1.0",
"protocol": "json",
"serviceFullName": "AWS CodeStar connections",
"serviceId": "CodeStar connections",
"signatureVersion": "v4",
"signingName": "codestar-connections",
"targetPrefix": "com.amazonaws.codestar.connections.CodeStar_connections_20191201",
"uid": "codestar-connections-2019-12-01"
},
"operations": {
"CreateConnection": {
"input": {
"type": "structure",
"required": [
"ProviderType",
"ConnectionName"
],
"members": {
"ProviderType": {},
"ConnectionName": {}
}
},
"output": {
"type": "structure",
"required": [
"ConnectionArn"
],
"members": {
"ConnectionArn": {}
}
}
},
"DeleteConnection": {
"input": {
"type": "structure",
"required": [
"ConnectionArn"
],
"members": {
"ConnectionArn": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"GetConnection": {
"input": {
"type": "structure",
"required": [
"ConnectionArn"
],
"members": {
"ConnectionArn": {}
}
},
"output": {
"type": "structure",
"members": {
"Connection": {
"shape": "Sa"
}
}
}
},
"ListConnections": {
"input": {
"type": "structure",
"members": {
"ProviderTypeFilter": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Connections": {
"type": "list",
"member": {
"shape": "Sa"
}
},
"NextToken": {}
}
}
}
},
"shapes": {
"Sa": {
"type": "structure",
"members": {
"ConnectionName": {},
"ConnectionArn": {},
"ProviderType": {},
"OwnerAccountId": {},
"ConnectionStatus": {}
}
}
}
}
Loading

0 comments on commit 853285b

Please sign in to comment.