Skip to content

Commit 4919e1d

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 5e52ead commit 4919e1d

File tree

16 files changed

+2916
-228
lines changed

16 files changed

+2916
-228
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::CloudFront - Updated the API, and documentation for Amazon CloudFront.
5+
6+
* Feature - Aws::EBS - Updated the documentation for Amazon Elastic Block Store.
7+
8+
* Feature - Aws::Pinpoint - Updated the documentation for Amazon Pinpoint.
9+
10+
* Feature - Aws::S3 - Updated the API, and documentation for Amazon Simple Storage Service.
11+
12+
* Feature - Aws::SSOAdmin - Added support for a new service, AWS Single Sign-On Admin.
13+
414
2.11.582 (2020-09-09)
515
------------------
616

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ to be backwards compatible.
353353
| AWS Shield | Shield | 2016-06-02 |
354354
| AWS Signer | Signer | 2017-08-25 |
355355
| AWS Single Sign-On | SSO | 2019-06-10 |
356+
| AWS Single Sign-On Admin | SSOAdmin | 2020-07-20 |
356357
| AWS Step Functions | States | 2016-11-23 |
357358
| AWS Storage Gateway | StorageGateway | 2013-06-30 |
358359
| AWS Support | Support | 2013-04-15 |

aws-sdk-core/apis/cloudfront/2020-05-31/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4286,6 +4286,7 @@
42864286
],
42874287
"members":{
42884288
"EnableAcceptEncodingGzip":{"shape":"boolean"},
4289+
"EnableAcceptEncodingBrotli":{"shape":"boolean"},
42894290
"HeadersConfig":{"shape":"CachePolicyHeadersConfig"},
42904291
"CookiesConfig":{"shape":"CachePolicyCookiesConfig"},
42914292
"QueryStringsConfig":{"shape":"CachePolicyQueryStringsConfig"}

aws-sdk-core/apis/cloudfront/2020-05-31/docs-2.json

Lines changed: 10 additions & 9 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/ebs/2019-11-02/docs-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"version": "2.0",
3-
"service": "<p>You can use the Amazon Elastic Block Store (EBS) direct APIs to directly read the data on your EBS snapshots, and identify the difference between two snapshots. You can view the details of blocks in an EBS snapshot, compare the block difference between two snapshots, and directly access the data in a snapshot. If you're an independent software vendor (ISV) who offers backup services for EBS, the EBS direct APIs make it easier and more cost-effective to track incremental changes on your EBS volumes via EBS snapshots. This can be done without having to create new volumes from EBS snapshots.</p> <p>This API reference provides detailed information about the actions, data types, parameters, and errors of the EBS direct APIs. For more information about the elements that make up the EBS direct APIs, and examples of how to use them effectively, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html\">Accessing the Contents of an EBS Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about the supported AWS Regions, endpoints, and service quotas for the EBS direct APIs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/ebs-service.html\">Amazon Elastic Block Store Endpoints and Quotas</a> in the <i>AWS General Reference</i>.</p>",
3+
"service": "<p>You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create EBS snapshots, write data directly to your snapshots, read data on your snapshots, and identify the differences or changes between two snapshots. If you’re an independent software vendor (ISV) who offers backup services for Amazon EBS, the EBS direct APIs make it more efficient and cost-effective to track incremental changes on your EBS volumes through snapshots. This can be done without having to create new volumes from snapshots, and then use Amazon Elastic Compute Cloud (Amazon EC2) instances to compare the differences.</p> <p>You can create incremental snapshots directly from data on-premises into EBS volumes and the cloud to use for quick disaster recovery. With the ability to write and read snapshots, you can write your on-premises data to an EBS snapshot during a disaster. Then after recovery, you can restore it back to AWS or on-premises from the snapshot. You no longer need to build and maintain complex mechanisms to copy data to and from Amazon EBS.</p> <p>This API reference provides detailed information about the actions, data types, parameters, and errors of the EBS direct APIs. For more information about the elements that make up the EBS direct APIs, and examples of how to use them effectively, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html\">Accessing the Contents of an EBS Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about the supported AWS Regions, endpoints, and service quotas for the EBS direct APIs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/ebs-service.html\">Amazon Elastic Block Store Endpoints and Quotas</a> in the <i>AWS General Reference</i>.</p>",
44
"operations": {
55
"CompleteSnapshot": "<p>Seals and completes the snapshot after all of the required blocks of data have been written to it. Completing the snapshot changes the status to <code>completed</code>. You cannot write new blocks to a snapshot after it has been completed.</p>",
66
"GetSnapshotBlock": "<p>Returns the data in a block in an Amazon Elastic Block Store snapshot.</p>",
7-
"ListChangedBlocks": "<p>Returns the block indexes and block tokens for blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.</p>",
8-
"ListSnapshotBlocks": "<p>Returns the block indexes and block tokens for blocks in an Amazon Elastic Block Store snapshot.</p>",
9-
"PutSnapshotBlock": "<p>Writes a block of data to a block in the snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the <code>pending</code> state.</p> <p>Data written to a snapshot must be aligned with 512-byte sectors.</p>",
7+
"ListChangedBlocks": "<p>Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.</p>",
8+
"ListSnapshotBlocks": "<p>Returns information about the blocks in an Amazon Elastic Block Store snapshot.</p>",
9+
"PutSnapshotBlock": "<p>Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the <code>pending</code> state.</p> <p>Data written to a snapshot must be aligned with 512-byte sectors.</p>",
1010
"StartSnapshot": "<p>Creates a new Amazon EBS snapshot. The new snapshot enters the <code>pending</code> state after the request completes. </p> <p>After creating the snapshot, use <a href=\"https://docs.aws.amazon.com/ebs/latest/APIReference/API_PutSnapshotBlock.html\"> PutSnapshotBlock</a> to write blocks of data to the snapshot.</p>"
1111
},
1212
"shapes": {
@@ -42,7 +42,7 @@
4242
"GetSnapshotBlockRequest$BlockIndex": "<p>The block index of the block from which to get data.</p> <p>Obtain the <code>BlockIndex</code> by running the <code>ListChangedBlocks</code> or <code>ListSnapshotBlocks</code> operations.</p>",
4343
"ListChangedBlocksRequest$StartingBlockIndex": "<p>The block index from which the comparison should start.</p> <p>The list in the response will start from this block index or the next valid block index in the snapshots.</p>",
4444
"ListSnapshotBlocksRequest$StartingBlockIndex": "<p>The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.</p>",
45-
"PutSnapshotBlockRequest$BlockIndex": "<p>The block index of the block in which to write the data. A block index is the offset position of a block within a snapshot, and it is used to identify the block. To identify the logical offset of the data in the logical volume, multiply the block index with the block size (Block index * 512 bytes).</p>"
45+
"PutSnapshotBlockRequest$BlockIndex": "<p>The block index of the block in which to write the data. A block index is a logical index in units of <code>512</code> KiB blocks. To identify the block index, divide the logical offset of the data in the logical volume by the block size (logical offset of data/<code>524288</code>). The logical offset of the data must be <code>512</code> KiB aligned.</p>"
4646
}
4747
},
4848
"BlockSize": {

aws-sdk-core/apis/pinpoint/2016-12-01/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@
22092209
"SMSChannelResponse$ShortCode" : "<p>The registered short code to use when you send messages through the SMS channel.</p>",
22102210
"SMSMessage$Body" : "<p>The body of the SMS message.</p>",
22112211
"SMSMessage$Keyword" : "<p>The SMS program name that you provided to AWS Support when you requested your dedicated number.</p>",
2212-
"SMSMessage$MediaUrl" : "<p>The URL of an image or video to display in the SMS message.</p>",
2212+
"SMSMessage$MediaUrl" : "<p>The URL of an image or video to display in the SMS message. This field is reserved for future use.</p>",
22132213
"SMSMessage$OriginationNumber" : "<p>The number to send the SMS message from. This value should be one of the dedicated long or short codes that's assigned to your AWS account. If you don't specify a long or short code, Amazon Pinpoint assigns a random long code to the SMS message and sends the message from that code.</p>",
22142214
"SMSMessage$SenderId" : "<p>The sender ID to display as the sender of the message on a recipient's device. Support for sender IDs varies by country or region.</p>",
22152215
"SMSMessageActivity$NextActivity" : "<p>The unique identifier for the next activity to perform, after the message is sent.</p>",

0 commit comments

Comments
 (0)