Skip to content

Commit

Permalink
Updates SDK to v2.750.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 10, 2020
1 parent 08f03af commit 3c7f127
Show file tree
Hide file tree
Showing 28 changed files with 6,281 additions and 530 deletions.
17 changes: 17 additions & 0 deletions .changes/2.750.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CloudFront",
"description": "Cloudfront adds support for Brotli. You can enable brotli caching and compression support by enabling it in your Cache Policy."
},
{
"type": "feature",
"category": "S3",
"description": "Bucket owner verification feature added. This feature introduces the x-amz-expected-bucket-owner and x-amz-source-expected-bucket-owner headers."
},
{
"type": "feature",
"category": "SSOAdmin",
"description": "This is an initial release of AWS Single Sign-On (SSO) Access Management APIs. This release adds support for SSO operations which could be used for managing access to AWS accounts."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.749.0-->
<!--LATEST=2.750.0-->
<!--ENTRYINSERT-->

## 2.750.0
* feature: CloudFront: Cloudfront adds support for Brotli. You can enable brotli caching and compression support by enabling it in your Cache Policy.
* feature: S3: Bucket owner verification feature added. This feature introduces the x-amz-expected-bucket-owner and x-amz-source-expected-bucket-owner headers.
* feature: SSOAdmin: This is an initial release of AWS Single Sign-On (SSO) Access Management APIs. This release adds support for SSO operations which could be used for managing access to AWS accounts.

## 2.749.0
* feature: Glue: Adding support for partitionIndexes to improve GetPartitions performance.
* feature: KinesisAnalyticsV2: Kinesis Data Analytics is adding new AUTOSCALING application status for applications during auto scaling and also adding FlinkRunConfigurationDescription in the ApplicationDetails.
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.749.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.750.0.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
3 changes: 3 additions & 0 deletions apis/cloudfront-2020-05-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2605,6 +2605,9 @@
"EnableAcceptEncodingGzip": {
"type": "boolean"
},
"EnableAcceptEncodingBrotli": {
"type": "boolean"
},
"HeadersConfig": {
"type": "structure",
"required": [
Expand Down
22 changes: 13 additions & 9 deletions apis/cloudfront-2020-05-31.normal.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions apis/ebs-2019-11-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<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>"
"documentation": "<p>Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.</p>"
},
"ListSnapshotBlocks": {
"name": "ListSnapshotBlocks",
Expand Down Expand Up @@ -147,7 +147,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Returns the block indexes and block tokens for blocks in an Amazon Elastic Block Store snapshot.</p>"
"documentation": "<p>Returns information about the blocks in an Amazon Elastic Block Store snapshot.</p>"
},
"PutSnapshotBlock": {
"name": "PutSnapshotBlock",
Expand Down Expand Up @@ -182,7 +182,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<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>",
"documentation": "<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>",
"authtype": "v4-unsigned-body"
},
"StartSnapshot": {
Expand Down Expand Up @@ -603,7 +603,7 @@
},
"BlockIndex": {
"shape": "BlockIndex",
"documentation": "<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>",
"documentation": "<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>",
"location": "uri",
"locationName": "blockIndex"
},
Expand Down Expand Up @@ -799,5 +799,5 @@
"min": 1
}
},
"documentation": "<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>"
"documentation": "<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>"
}
4 changes: 4 additions & 0 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,5 +897,9 @@
"redshiftdata": {
"prefix": "redshift-data",
"name": "RedshiftData"
},
"ssoadmin": {
"prefix": "sso-admin",
"name": "SSOAdmin"
}
}
Loading

0 comments on commit 3c7f127

Please sign in to comment.