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.36.12 #3703

Merged
merged 1 commit into from Dec 18, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Release v1.36.12 (2020-12-18)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* EBS io2 volumes now supports Multi-Attach
* `service/personalize-runtime`: Updates service API
* `service/rds`: Updates service API and documentation
* Adds IAM DB authentication information to the PendingModifiedValues output of the DescribeDBInstances API. Adds ClusterPendingModifiedValues information to the output of the DescribeDBClusters API.

Release v1.36.11 (2020-12-17)
===

Expand Down
15 changes: 15 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.11"
const SDKVersion = "1.36.12"
11 changes: 10 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -22791,7 +22791,8 @@
"Size":{"shape":"Integer"},
"VolumeType":{"shape":"VolumeType"},
"Iops":{"shape":"Integer"},
"Throughput":{"shape":"Integer"}
"Throughput":{"shape":"Integer"},
"MultiAttachEnabled":{"shape":"Boolean"}
}
},
"ModifyVolumeResult":{
Expand Down Expand Up @@ -31839,6 +31840,10 @@
"shape":"Integer",
"locationName":"targetThroughput"
},
"TargetMultiAttachEnabled":{
"shape":"Boolean",
"locationName":"targetMultiAttachEnabled"
},
"OriginalSize":{
"shape":"Integer",
"locationName":"originalSize"
Expand All @@ -31855,6 +31860,10 @@
"shape":"Integer",
"locationName":"originalThroughput"
},
"OriginalMultiAttachEnabled":{
"shape":"Boolean",
"locationName":"originalMultiAttachEnabled"
},
"Progress":{
"shape":"Long",
"locationName":"progress"
Expand Down
5 changes: 4 additions & 1 deletion models/apis/ec2/2016-11-15/docs-2.json
Expand Up @@ -1402,7 +1402,7 @@
"CreateTransitGatewayVpcAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"CreateVolumeRequest$Encrypted": "<p>Indicates whether the volume should be encrypted. The effect of setting the encryption state to <code>true</code> depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default\">Encryption by default</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances\">Supported instance types</a>.</p>",
"CreateVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"CreateVolumeRequest$MultiAttachEnabled": "<p>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is supported with <code>io1</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"CreateVolumeRequest$MultiAttachEnabled": "<p>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"CreateVpcEndpointConnectionNotificationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"CreateVpcEndpointRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"CreateVpcEndpointRequest$PrivateDnsEnabled": "<p>(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, <code>kinesis.us-east-1.amazonaws.com</code>), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.</p> <p>To use a private hosted zone, you must set the following VPC attributes to <code>true</code>: <code>enableDnsHostnames</code> and <code>enableDnsSupport</code>. Use <a>ModifyVpcAttribute</a> to set the VPC attributes.</p> <p>Default: <code>true</code> </p>",
Expand Down Expand Up @@ -1745,6 +1745,7 @@
"ModifyTransitGatewayVpcAttachmentRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ModifyVolumeAttributeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ModifyVolumeRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ModifyVolumeRequest$MultiAttachEnabled": "<p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\"> Nitro-based instances</a> in the same Availability Zone. This parameter is supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"ModifyVpcEndpointConnectionNotificationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ModifyVpcEndpointConnectionNotificationResult$ReturnValue": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
"ModifyVpcEndpointRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
Expand Down Expand Up @@ -1899,6 +1900,8 @@
"Volume$FastRestored": "<p>Indicates whether the volume was created using fast snapshot restore.</p>",
"Volume$MultiAttachEnabled": "<p>Indicates whether Amazon EBS Multi-Attach is enabled.</p>",
"VolumeAttachment$DeleteOnTermination": "<p>Indicates whether the EBS volume is deleted on instance termination.</p>",
"VolumeModification$TargetMultiAttachEnabled": "<p>The target setting for Amazon EBS Multi-Attach.</p>",
"VolumeModification$OriginalMultiAttachEnabled": "<p>The original setting for Amazon EBS Multi-Attach.</p>",
"Vpc$IsDefault": "<p>Indicates whether the VPC is the default VPC.</p>",
"VpcClassicLink$ClassicLinkEnabled": "<p>Indicates whether the VPC is enabled for ClassicLink.</p>",
"VpcEndpoint$PrivateDnsEnabled": "<p>(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.</p>",
Expand Down
2 changes: 1 addition & 1 deletion models/apis/personalize-runtime/2018-05-22/api-2.json
Expand Up @@ -67,7 +67,7 @@
"FilterAttributeName":{
"type":"string",
"max":50,
"pattern":"[A-Za-z0-9]+"
"pattern":"[A-Za-z0-9_]+"
},
"FilterAttributeValue":{
"type":"string",
Expand Down
16 changes: 14 additions & 2 deletions models/apis/rds/2014-10-31/api-2.json
Expand Up @@ -2616,6 +2616,16 @@
"DisableLogTypes":{"shape":"LogTypeList"}
}
},
"ClusterPendingModifiedValues":{
"type":"structure",
"members":{
"PendingCloudwatchLogsExports":{"shape":"PendingCloudwatchLogsExports"},
"DBClusterIdentifier":{"shape":"String"},
"MasterUserPassword":{"shape":"String"},
"IAMDatabaseAuthenticationEnabled":{"shape":"BooleanOptional"},
"EngineVersion":{"shape":"String"}
}
},
"ConnectionPoolConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3248,7 +3258,8 @@
"DomainMemberships":{"shape":"DomainMembershipList"},
"TagList":{"shape":"TagList"},
"GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"},
"GlobalWriteForwardingRequested":{"shape":"BooleanOptional"}
"GlobalWriteForwardingRequested":{"shape":"BooleanOptional"},
"PendingModifiedValues":{"shape":"ClusterPendingModifiedValues"}
},
"wrapper":true
},
Expand Down Expand Up @@ -6597,7 +6608,8 @@
"CACertificateIdentifier":{"shape":"String"},
"DBSubnetGroupName":{"shape":"String"},
"PendingCloudwatchLogsExports":{"shape":"PendingCloudwatchLogsExports"},
"ProcessorFeatures":{"shape":"ProcessorFeatureList"}
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
"IAMDatabaseAuthenticationEnabled":{"shape":"BooleanOptional"}
}
},
"PointInTimeRestoreNotEnabledFault":{
Expand Down