Skip to content

Commit

Permalink
Release v1.33.16 (2020-07-30) (#3450)
Browse files Browse the repository at this point in the history
Release v1.33.16 (2020-07-30)
===

### Service Client Updates
* `service/cloudfront`: Updates service documentation
  * Documentation updates for CloudFront
* `service/codebuild`: Updates service API, documentation, and paginators
  * Adding support for BuildBatch, and CodeCoverage APIs. BuildBatch allows you to model your project environment in source, and helps start multiple builds with a single API call. CodeCoverage allows you to track your code coverage using AWS CodeBuild.
* `service/ec2`: Updates service API
  * EC2 On-Demand Capacity Reservations now adds support to bring your own licenses (BYOL) of Windows operating system to launch EC2 instances.
* `service/guardduty`: Updates service API, documentation, and paginators
  * GuardDuty can now provide detailed cost metrics broken down by account, data source, and S3 resources, based on the past 30 days of usage.  This new feature also supports viewing cost metrics for all member accounts as a GuardDuty master.
* `service/kafka`: Updates service API and documentation
* `service/organizations`: Updates service documentation
  * Documentation updates for AWS Organizations
* `service/resource-groups`: Updates service documentation
* `service/servicecatalog`: Updates service API and documentation
  * This release adds support for ProvisionProduct, UpdateProvisionedProduct & DescribeProvisioningParameters by product name, provisioning artifact name and path name. In addition DescribeProvisioningParameters now returns a list of provisioning artifact outputs.
* `service/sesv2`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation committed Jul 30, 2020
1 parent f5a1d90 commit 8a4ffc0
Show file tree
Hide file tree
Showing 35 changed files with 15,485 additions and 4,120 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Release v1.33.16 (2020-07-30)
===

### Service Client Updates
* `service/cloudfront`: Updates service documentation
* Documentation updates for CloudFront
* `service/codebuild`: Updates service API, documentation, and paginators
* Adding support for BuildBatch, and CodeCoverage APIs. BuildBatch allows you to model your project environment in source, and helps start multiple builds with a single API call. CodeCoverage allows you to track your code coverage using AWS CodeBuild.
* `service/ec2`: Updates service API
* EC2 On-Demand Capacity Reservations now adds support to bring your own licenses (BYOL) of Windows operating system to launch EC2 instances.
* `service/guardduty`: Updates service API, documentation, and paginators
* GuardDuty can now provide detailed cost metrics broken down by account, data source, and S3 resources, based on the past 30 days of usage. This new feature also supports viewing cost metrics for all member accounts as a GuardDuty master.
* `service/kafka`: Updates service API and documentation
* `service/organizations`: Updates service documentation
* Documentation updates for AWS Organizations
* `service/resource-groups`: Updates service documentation
* `service/servicecatalog`: Updates service API and documentation
* This release adds support for ProvisionProduct, UpdateProvisionedProduct & DescribeProvisioningParameters by product name, provisioning artifact name and path name. In addition DescribeProvisioningParameters now returns a list of provisioning artifact outputs.
* `service/sesv2`: Updates service API, documentation, and paginators

Release v1.33.15 (2020-07-29)
===

Expand Down
10 changes: 10 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.33.15"
const SDKVersion = "1.33.16"
40 changes: 20 additions & 20 deletions models/apis/cloudfront/2020-05-31/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8a4ffc0

Please sign in to comment.