Skip to content

Commit

Permalink
Release v1.38.66 (2021-06-23) (#3974)
Browse files Browse the repository at this point in the history
Release v1.38.66 (2021-06-23)
===

### Service Client Updates
* `service/cloud9`: Updates service documentation and examples
  * Updated documentation for CreateEnvironmentEC2 to explain that because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2--which includes long term support through 2023--for new AWS Cloud9 environments.
* `service/cloudfront`: Updates service API
  * Amazon CloudFront adds support for a new security policy, TLSv1.2_2021.
* `service/cloudsearch`: Updates service API and documentation
  * This release replaces previous generation CloudSearch instances with equivalent new instances that provide better stability at the same price.
* `service/codeguru-reviewer`: Updates service API, documentation, and waiters
* `service/docdb`: Updates service documentation
  * DocumentDB documentation-only edits
* `service/ec2`: Updates service API and documentation
  * This release adds support for provisioning your own IP (BYOIP) range in multiple regions. This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
  * Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags
* `service/license-manager`: Updates service API and documentation
* `service/mediatailor`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
  * Releasing new APIs for AWS QuickSight Folders
  • Loading branch information
aws-sdk-go-automation committed Jun 23, 2021
1 parent e806432 commit 4eb07f4
Show file tree
Hide file tree
Showing 43 changed files with 7,210 additions and 653 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Release v1.38.66 (2021-06-23)
===

### Service Client Updates
* `service/cloud9`: Updates service documentation and examples
* Updated documentation for CreateEnvironmentEC2 to explain that because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2--which includes long term support through 2023--for new AWS Cloud9 environments.
* `service/cloudfront`: Updates service API
* Amazon CloudFront adds support for a new security policy, TLSv1.2_2021.
* `service/cloudsearch`: Updates service API and documentation
* This release replaces previous generation CloudSearch instances with equivalent new instances that provide better stability at the same price.
* `service/codeguru-reviewer`: Updates service API, documentation, and waiters
* `service/docdb`: Updates service documentation
* DocumentDB documentation-only edits
* `service/ec2`: Updates service API and documentation
* This release adds support for provisioning your own IP (BYOIP) range in multiple regions. This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
* Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags
* `service/license-manager`: Updates service API and documentation
* `service/mediatailor`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
* Releasing new APIs for AWS QuickSight Folders

Release v1.38.65 (2021-06-21)
===

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.38.65"
const SDKVersion = "1.38.66"
68 changes: 34 additions & 34 deletions models/apis/cloud9/2017-09-23/docs-2.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions models/apis/cloud9/2017-09-23/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"output": {
}
},
"description": "The following example gets information about all of the environment members for the specified AWS Cloud9 development environment.",
"description": "The following example gets information about all of the environment members for the specified &AWS; Cloud9 development environment.",
"id": "describeenvironmentmemberships1-1516823070453",
"title": "DescribeEnvironmentMemberships1"
},
Expand All @@ -142,7 +142,7 @@
"output": {
}
},
"description": "The following example gets information about the owner of the specified AWS Cloud9 development environment.",
"description": "The following example gets information about the owner of the specified &AWS; Cloud9 development environment.",
"id": "describeenvironmentmemberships2-1516823191355",
"title": "DescribeEnvironmentMemberships2"
},
Expand Down Expand Up @@ -174,7 +174,7 @@
"output": {
}
},
"description": "The following example gets AWS Cloud9 development environment membership information for the specified user.",
"description": "The following example gets &AWS; Cloud9 development environment membership information for the specified user.",
"id": "describeenvironmentmemberships3-1516823268793",
"title": "DescribeEnvironmentMemberships3"
}
Expand Down
3 changes: 2 additions & 1 deletion models/apis/cloudfront/2020-05-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4673,7 +4673,8 @@
"TLSv1_2016",
"TLSv1.1_2016",
"TLSv1.2_2018",
"TLSv1.2_2019"
"TLSv1.2_2019",
"TLSv1.2_2021"
]
},
"MissingBody":{
Expand Down
21 changes: 19 additions & 2 deletions models/apis/cloudsearch/2013-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"errors":[
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"LimitExceededException"}
{"shape":"LimitExceededException"},
{"shape":"ResourceAlreadyExistsException"},
{"shape":"ValidationException"}
]
},
"DefineAnalysisScheme":{
Expand Down Expand Up @@ -1330,10 +1332,25 @@
"search.medium",
"search.large",
"search.xlarge",
"search.2xlarge"
"search.2xlarge",
"search.previousgeneration.small",
"search.previousgeneration.large",
"search.previousgeneration.xlarge",
"search.previousgeneration.2xlarge"
]
},
"PolicyDocument":{"type":"string"},
"ResourceAlreadyExistsException":{
"type":"structure",
"members":{
},
"error":{
"code":"ResourceAlreadyExists",
"httpStatusCode":409,
"senderFault":true
},
"exception":true
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
Expand Down
5 changes: 5 additions & 0 deletions models/apis/cloudsearch/2013-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,11 @@
"UpdateServiceAccessPoliciesRequest$AccessPolicies": "<p>The access rules you want to configure. These rules replace any existing rules. </p>"
}
},
"ResourceAlreadyExistsException": {
"base": "<p>The request was rejected because it attempted to create a resource that already exists.</p>",
"refs": {
}
},
"ResourceNotFoundException": {
"base": "<p>The request was rejected because it attempted to reference a resource that does not exist.</p>",
"refs": {
Expand Down
Loading

0 comments on commit 4eb07f4

Please sign in to comment.