Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.46.6 #5042

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.46.6 (2023-10-27)
===

### Service Client Updates
* `service/elasticmapreduce`: Updates service API and documentation
* Updated CreateCluster API request and DescribeCluster API responses to include EbsRootVolumeIops, and EbsRootVolumeThroughput attributes that specify the user configured root volume IOPS and throughput for Amazon EBS root device volume. This feature will be available from Amazon EMR releases 6.15.0
* `service/neptune`: Updates service API and documentation
* Update TdeCredentialPassword type to SensitiveString
* `service/pinpoint`: Updates service documentation
* Updated documentation to describe the case insensitivity for EndpointIds.
* `service/redshift`: Updates service API and documentation
* added support to create a dual stack cluster
* `service/wafv2`: Updates service documentation

Release v1.46.5 (2023-10-26)
===

Expand Down
12 changes: 12 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.46.5"
const SDKVersion = "1.46.6"
8 changes: 6 additions & 2 deletions models/apis/elasticmapreduce/2009-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,9 @@
"OutpostArn":{"shape":"OptionalArnType"},
"StepConcurrencyLevel":{"shape":"Integer"},
"PlacementGroups":{"shape":"PlacementGroupConfigList"},
"OSReleaseLabel":{"shape":"String"}
"OSReleaseLabel":{"shape":"String"},
"EbsRootVolumeIops":{"shape":"Integer"},
"EbsRootVolumeThroughput":{"shape":"Integer"}
}
},
"ClusterId":{"type":"string"},
Expand Down Expand Up @@ -2728,7 +2730,9 @@
"ManagedScalingPolicy":{"shape":"ManagedScalingPolicy"},
"PlacementGroupConfigs":{"shape":"PlacementGroupConfigList"},
"AutoTerminationPolicy":{"shape":"AutoTerminationPolicy"},
"OSReleaseLabel":{"shape":"XmlStringMaxLen256"}
"OSReleaseLabel":{"shape":"XmlStringMaxLen256"},
"EbsRootVolumeIops":{"shape":"Integer"},
"EbsRootVolumeThroughput":{"shape":"Integer"}
}
},
"RunJobFlowOutput":{
Expand Down
102 changes: 53 additions & 49 deletions models/apis/elasticmapreduce/2009-03-31/docs-2.json

Large diffs are not rendered by default.

386 changes: 175 additions & 211 deletions models/apis/elasticmapreduce/2009-03-31/endpoint-rule-set-1.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions models/apis/neptune/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@
"DBClusterIdentifier":{"shape":"String"},
"StorageType":{"shape":"String"},
"TdeCredentialArn":{"shape":"String"},
"TdeCredentialPassword":{"shape":"String"},
"TdeCredentialPassword":{"shape":"SensitiveString"},
"StorageEncrypted":{"shape":"BooleanOptional"},
"KmsKeyId":{"shape":"String"},
"Domain":{"shape":"String"},
Expand Down Expand Up @@ -3363,7 +3363,7 @@
"NewDBInstanceIdentifier":{"shape":"String"},
"StorageType":{"shape":"String"},
"TdeCredentialArn":{"shape":"String"},
"TdeCredentialPassword":{"shape":"String"},
"TdeCredentialPassword":{"shape":"SensitiveString"},
"CACertificateIdentifier":{"shape":"String"},
"Domain":{"shape":"String"},
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
Expand Down Expand Up @@ -3868,6 +3868,10 @@
},
"exception":true
},
"SensitiveString":{
"type":"string",
"sensitive":true
},
"ServerlessV2ScalingConfiguration":{
"type":"structure",
"members":{
Expand Down
33 changes: 19 additions & 14 deletions models/apis/neptune/2014-10-31/docs-2.json

Large diffs are not rendered by default.

Loading
Loading