Skip to content

Commit

Permalink
Release v1.35.27 (2020-11-12) (#3634)
Browse files Browse the repository at this point in the history
Release v1.35.27 (2020-11-12)
===

### Service Client Updates
* `service/iot`: Updates service API and documentation
  * This release adds a batchMode parameter to the IotEvents, IotAnalytics, and Firehose actions which allows customers to send an array of messages to the corresponding services
* `service/lex-models`: Updates service API
* `service/lightsail`: Updates service API and documentation
  * This release adds support for Amazon Lightsail container services. You can now create a Lightsail container service, and deploy Docker images to it.
* `service/personalize-runtime`: Updates service API and documentation
* `service/polly`: Updates service API and documentation
  * Amazon Polly adds new Australian English female voice - Olivia. Olivia is available as Neural voice only.
* `service/robomaker`: Updates service API and documentation
* `service/servicecatalog-appregistry`: Adds new service
  • Loading branch information
aws-sdk-go-automation authored Nov 12, 2020
1 parent 1ac9992 commit 0a625f5
Show file tree
Hide file tree
Showing 30 changed files with 15,110 additions and 4,467 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.35.27 (2020-11-12)
===

### Service Client Updates
* `service/iot`: Updates service API and documentation
* This release adds a batchMode parameter to the IotEvents, IotAnalytics, and Firehose actions which allows customers to send an array of messages to the corresponding services
* `service/lex-models`: Updates service API
* `service/lightsail`: Updates service API and documentation
* This release adds support for Amazon Lightsail container services. You can now create a Lightsail container service, and deploy Docker images to it.
* `service/personalize-runtime`: Updates service API and documentation
* `service/polly`: Updates service API and documentation
* Amazon Polly adds new Australian English female voice - Olivia. Olivia is available as Neural voice only.
* `service/robomaker`: Updates service API and documentation
* `service/servicecatalog-appregistry`: Adds new service

Release v1.35.26 (2020-11-11)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.35.26"
const SDKVersion = "1.35.27"
6 changes: 5 additions & 1 deletion models/apis/iot/2015-05-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4252,6 +4252,7 @@
}
},
"AwsJobTimeoutInProgressTimeoutInMinutes":{"type":"long"},
"BatchMode":{"type":"boolean"},
"Behavior":{
"type":"structure",
"required":["name"],
Expand Down Expand Up @@ -6959,7 +6960,8 @@
"members":{
"roleArn":{"shape":"AwsArn"},
"deliveryStreamName":{"shape":"DeliveryStreamName"},
"separator":{"shape":"FirehoseSeparator"}
"separator":{"shape":"FirehoseSeparator"},
"batchMode":{"shape":"BatchMode"}
}
},
"FirehoseSeparator":{
Expand Down Expand Up @@ -7417,6 +7419,7 @@
"members":{
"channelArn":{"shape":"AwsArn"},
"channelName":{"shape":"ChannelName"},
"batchMode":{"shape":"BatchMode"},
"roleArn":{"shape":"AwsArn"}
}
},
Expand All @@ -7429,6 +7432,7 @@
"members":{
"inputName":{"shape":"InputName"},
"messageId":{"shape":"MessageId"},
"batchMode":{"shape":"BatchMode"},
"roleArn":{"shape":"AwsArn"}
}
},
Expand Down
14 changes: 11 additions & 3 deletions models/apis/iot/2015-05-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,14 @@
"AwsJobTimeoutConfig$inProgressTimeoutInMinutes": "<p>Specifies the amount of time, in minutes, this device has to finish execution of this job. The timeout interval can be anywhere between 1 minute and 7 days (1 to 10080 minutes). The in progress timer can't be updated and will apply to all job executions for the job. Whenever a job execution remains in the IN_PROGRESS status for longer than this interval, the job execution will fail and switch to the terminal <code>TIMED_OUT</code> status.</p>"
}
},
"BatchMode": {
"base": null,
"refs": {
"FirehoseAction$batchMode": "<p>Whether to deliver the Kinesis Data Firehose stream as a batch by using <a href=\"https://docs.aws.amazon.com/firehose/latest/APIReference/API_PutRecordBatch.html\"> <code>PutRecordBatch</code> </a>. The default value is <code>false</code>.</p> <p>When <code>batchMode</code> is <code>true</code> and the rule's SQL statement evaluates to an Array, each Array element forms one record in the <a href=\"https://docs.aws.amazon.com/firehose/latest/APIReference/API_PutRecordBatch.html\"> <code>PutRecordBatch</code> </a> request. The resulting array can't have more than 500 records.</p>",
"IotAnalyticsAction$batchMode": "<p>Whether to process the action as a batch. The default value is <code>false</code>.</p> <p>When <code>batchMode</code> is <code>true</code> and the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed by <a href=\"https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_BatchPutMessage.html\"> <code>BatchPutMessage</code> </a> to the AWS IoT Analytics channel. The resulting array can't have more than 100 messages.</p>",
"IotEventsAction$batchMode": "<p>Whether to process the event actions as a batch. The default value is <code>false</code>.</p> <p>When <code>batchMode</code> is <code>true</code>, you can't specify a <code>messageId</code>. </p> <p>When <code>batchMode</code> is <code>true</code> and the rule SQL statement evaluates to an Array, each Array element is treated as a separate message when it's sent to AWS IoT Events by calling <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchPutMessage.html\"> <code>BatchPutMessage</code> </a>. The resulting array can't have more than 10 messages.</p>"
}
},
"Behavior": {
"base": "<p>A Device Defender security profile behavior.</p>",
"refs": {
Expand Down Expand Up @@ -3713,7 +3721,7 @@
"Key": {
"base": null,
"refs": {
"S3Action$key": "<p>The object key.</p>"
"S3Action$key": "<p>The object key. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/list_amazons3.html\">Actions, resources, and condition keys for Amazon S3</a>.</p>"
}
},
"KeyName": {
Expand Down Expand Up @@ -4414,7 +4422,7 @@
"MessageId": {
"base": null,
"refs": {
"IotEventsAction$messageId": "<p>[Optional] Use this to ensure that only one input (message) with a given messageId will be processed by an AWS IoT Events detector.</p>"
"IotEventsAction$messageId": "<p>The ID of the message. The default <code>messageId</code> is a new UUID value.</p> <p>When <code>batchMode</code> is <code>true</code>, you can't specify a <code>messageId</code>--a new UUID value will be assigned.</p> <p>Assign a value to this property to ensure that only one input (message) with a given <code>messageId</code> will be processed by an AWS IoT Events detector.</p>"
}
},
"MetricDimension": {
Expand Down Expand Up @@ -5970,7 +5978,7 @@
}
},
"SigV4Authorization": {
"base": "<p>Use Sig V4 authorization.</p>",
"base": "<p>For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 signing process</a>.</p>",
"refs": {
"HttpAuthorization$sigv4": "<p>Use Sig V4 authorization. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 Signing Process</a>.</p>"
}
Expand Down
6 changes: 5 additions & 1 deletion models/apis/lex-models/2017-04-19/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,11 @@
"en-AU",
"en-GB",
"en-US",
"es-US"
"es-ES",
"es-US",
"fr-FR",
"fr-CA",
"it-IT"
]
},
"LocaleList":{
Expand Down
Loading

0 comments on commit 0a625f5

Please sign in to comment.