-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Dec 19, 2019
1 parent
2c93f42
commit 853285b
Showing
40 changed files
with
3,414 additions
and
1,337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"version": "1.0", | ||
"examples": { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.