Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Nov 12, 2020
1 parent 6076957 commit f549304
Show file tree
Hide file tree
Showing 20 changed files with 2,631 additions and 48 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Unreleased Changes
------------------

* Feature - Aws::IoT - Updated the API, and documentation for AWS IoT.

* Feature - Aws::LexModelBuildingService - Updated the API for Amazon Lex Model Building Service.

* Feature - Aws::Lightsail - Updated the API, and documentation for Amazon Lightsail.

* Feature - Aws::PersonalizeRuntime - Updated the API, and documentation for Amazon Personalize Runtime.

* Feature - Aws::Polly - Updated the API, and documentation for Amazon Polly.

* Feature - Aws::RoboMaker - Updated the API, and documentation for AWS RoboMaker.

* Feature - Aws::AppRegistry - Added support for a new service, AWS Service Catalog App Registry.

* Feature - Aws::AppRegistry - Added support for the new 2020-06-24 API version of AWS Service Catalog App Registry.

2.11.625 (2020-11-11)
------------------

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ to be backwards compatible.
| AWS SecurityHub | SecurityHub | 2018-10-26 |
| AWS Server Migration Service | SMS | 2016-10-24 |
| AWS Service Catalog | ServiceCatalog | 2015-12-10 |
| AWS Service Catalog App Registry | AppRegistry | 2020-06-24 |
| AWS Shield | Shield | 2016-06-02 |
| AWS Signer | Signer | 2017-08-25 |
| AWS Single Sign-On | SSO | 2019-06-10 |
Expand Down
6 changes: 5 additions & 1 deletion aws-sdk-core/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 aws-sdk-core/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 aws-sdk-core/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 f549304

Please sign in to comment.