Skip to content

Commit

Permalink
Updates SDK to v2.286.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 2, 2018
1 parent ebe8392 commit d626206
Show file tree
Hide file tree
Showing 24 changed files with 2,940 additions and 1,478 deletions.
27 changes: 27 additions & 0 deletions .changes/2.286.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "react-native",
"description": "Fixes issue where promise methods are undefined when using react-native 0.56.0. See [this issue](https://github.com/facebook/metro/issues/208) for more information."
},
{
"type": "feature",
"category": "Kinesis",
"description": "Updates API to latest version."
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly enables female voice Aditi to speak Hindi language"
},
{
"type": "feature",
"category": "ResourceGroups",
"description": "AWS Resource Groups service added a new feature to filter group resources by resource-type when using the ListGroupResources operation."
},
{
"type": "feature",
"category": "SSM",
"description": "This release updates AWS Systems Manager APIs to let customers create and use service-linked roles to register and edit Maintenance Window tasks."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-react-native-0dd527b9.json

This file was deleted.

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.285.1-->
<!--LATEST=2.286.1-->
<!--ENTRYINSERT-->

## 2.286.1
* bugfix: react-native: Fixes issue where promise methods are undefined when using react-native 0.56.0. See [this issue](https://github.com/facebook/metro/issues/208) for more information.
* feature: Kinesis: Updates API to latest version.
* feature: Polly: Amazon Polly enables female voice Aditi to speak Hindi language
* feature: ResourceGroups: AWS Resource Groups service added a new feature to filter group resources by resource-type when using the ListGroupResources operation.
* feature: SSM: This release updates AWS Systems Manager APIs to let customers create and use service-linked roles to register and edit Maintenance Window tasks.

## 2.285.1
* feature: StorageGateway: AWS Storage Gateway now enables you to create stored volumes with AWS KMS support.
* feature: TranscribeService: With this update Amazon Transcribe now supports channel identification. It transcribes audio from separate channels and combines them into a single transcription.
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.285.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.286.1.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: 2 additions & 3 deletions apis/kinesis-2013-12-02.examples.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"version": "1.0",
"examples": {
}
}
"examples": {}
}
159 changes: 143 additions & 16 deletions apis/kinesis-2013-12-02.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "kinesis",
"jsonVersion": "1.1",
"protocol": "json",
"protocolSettings": {
"h2": "eventstream"
},
"serviceAbbreviation": "Kinesis",
"serviceFullName": "Amazon Kinesis",
"serviceId": "Kinesis",
Expand Down Expand Up @@ -67,7 +70,20 @@
"StreamName"
],
"members": {
"StreamName": {}
"StreamName": {},
"EnforceConsumerDeletion": {
"type": "boolean"
}
}
}
},
"DeregisterStreamConsumer": {
"input": {
"type": "structure",
"members": {
"StreamARN": {},
"ConsumerName": {},
"ConsumerARN": {}
}
}
},
Expand Down Expand Up @@ -129,7 +145,7 @@
"StreamARN": {},
"StreamStatus": {},
"Shards": {
"shape": "Sl"
"shape": "Sp"
},
"HasMoreShards": {
"type": "boolean"
Expand All @@ -141,7 +157,7 @@
"type": "timestamp"
},
"EnhancedMonitoring": {
"shape": "St"
"shape": "Sw"
},
"EncryptionType": {},
"KeyId": {}
Expand All @@ -150,6 +166,43 @@
}
}
},
"DescribeStreamConsumer": {
"input": {
"type": "structure",
"members": {
"StreamARN": {},
"ConsumerName": {},
"ConsumerARN": {}
}
},
"output": {
"type": "structure",
"required": [
"ConsumerDescription"
],
"members": {
"ConsumerDescription": {
"type": "structure",
"required": [
"ConsumerName",
"ConsumerARN",
"ConsumerStatus",
"ConsumerCreationTimestamp",
"StreamARN"
],
"members": {
"ConsumerName": {},
"ConsumerARN": {},
"ConsumerStatus": {},
"ConsumerCreationTimestamp": {
"type": "timestamp"
},
"StreamARN": {}
}
}
}
}
},
"DescribeStreamSummary": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -188,12 +241,15 @@
"type": "timestamp"
},
"EnhancedMonitoring": {
"shape": "St"
"shape": "Sw"
},
"EncryptionType": {},
"KeyId": {},
"OpenShardCount": {
"type": "integer"
},
"ConsumerCount": {
"type": "integer"
}
}
}
Expand All @@ -210,12 +266,12 @@
"members": {
"StreamName": {},
"ShardLevelMetrics": {
"shape": "Sv"
"shape": "Sy"
}
}
},
"output": {
"shape": "S13"
"shape": "S1b"
}
},
"EnableEnhancedMonitoring": {
Expand All @@ -228,12 +284,12 @@
"members": {
"StreamName": {},
"ShardLevelMetrics": {
"shape": "Sv"
"shape": "Sy"
}
}
},
"output": {
"shape": "S13"
"shape": "S1b"
}
},
"GetRecords": {
Expand Down Expand Up @@ -343,7 +399,37 @@
"type": "structure",
"members": {
"Shards": {
"shape": "Sl"
"shape": "Sp"
},
"NextToken": {}
}
}
},
"ListStreamConsumers": {
"input": {
"type": "structure",
"required": [
"StreamARN"
],
"members": {
"StreamARN": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"StreamCreationTimestamp": {
"type": "timestamp"
}
}
},
"output": {
"type": "structure",
"members": {
"Consumers": {
"type": "list",
"member": {
"shape": "S1y"
}
},
"NextToken": {}
}
Expand Down Expand Up @@ -515,6 +601,30 @@
}
}
},
"RegisterStreamConsumer": {
"input": {
"type": "structure",
"required": [
"StreamARN",
"ConsumerName"
],
"members": {
"StreamARN": {},
"ConsumerName": {}
}
},
"output": {
"type": "structure",
"required": [
"Consumer"
],
"members": {
"Consumer": {
"shape": "S1y"
}
}
}
},
"RemoveTagsFromStream": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -607,7 +717,7 @@
}
},
"shapes": {
"Sl": {
"Sp": {
"type": "list",
"member": {
"type": "structure",
Expand Down Expand Up @@ -644,30 +754,47 @@
}
}
},
"St": {
"Sw": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ShardLevelMetrics": {
"shape": "Sv"
"shape": "Sy"
}
}
}
},
"Sv": {
"Sy": {
"type": "list",
"member": {}
},
"S13": {
"S1b": {
"type": "structure",
"members": {
"StreamName": {},
"CurrentShardLevelMetrics": {
"shape": "Sv"
"shape": "Sy"
},
"DesiredShardLevelMetrics": {
"shape": "Sv"
"shape": "Sy"
}
}
},
"S1y": {
"type": "structure",
"required": [
"ConsumerName",
"ConsumerARN",
"ConsumerStatus",
"ConsumerCreationTimestamp"
],
"members": {
"ConsumerName": {},
"ConsumerARN": {},
"ConsumerStatus": {},
"ConsumerCreationTimestamp": {
"type": "timestamp"
}
}
}
Expand Down
Loading

0 comments on commit d626206

Please sign in to comment.