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.38.17 #3857

Merged
merged 1 commit into from Apr 9, 2021
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.38.17 (2021-04-09)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and paginators
* Add paginator support to DescribeStoreImageTasks and update documentation.
* `service/redshift`: Updates service API and documentation
* Add support for case sensitive table level restore
* `service/shield`: Updates service API and documentation
* CreateProtection now throws InvalidParameterException instead of InternalErrorException when system tags (tag with keys prefixed with "aws:") are passed in.

Release v1.38.16 (2021-04-08)
===

Expand Down
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.38.16"
const SDKVersion = "1.38.17"
22 changes: 11 additions & 11 deletions models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -5022,17 +5022,17 @@
"AssociateSubnetCidrBlockRequest":{
"type":"structure",
"required":[
"Ipv6CidrBlock",
"SubnetId"
"SubnetId",
"Ipv6CidrBlock"
],
"members":{
"Ipv6CidrBlock":{
"shape":"String",
"locationName":"ipv6CidrBlock"
},
"SubnetId":{
"shape":"SubnetId",
"locationName":"subnetId"
},
"Ipv6CidrBlock":{
"shape":"String",
"locationName":"ipv6CidrBlock"
}
}
},
Expand Down Expand Up @@ -8595,8 +8595,8 @@
"CreateSubnetRequest":{
"type":"structure",
"required":[
"CidrBlock",
"VpcId"
"VpcId",
"CidrBlock"
],
"members":{
"TagSpecifications":{
Expand All @@ -8605,14 +8605,14 @@
},
"AvailabilityZone":{"shape":"String"},
"AvailabilityZoneId":{"shape":"String"},
"CidrBlock":{"shape":"String"},
"Ipv6CidrBlock":{"shape":"String"},
"OutpostArn":{"shape":"String"},
"VpcId":{"shape":"VpcId"},
"DryRun":{
"shape":"Boolean",
"locationName":"dryRun"
}
},
"CidrBlock":{"shape":"String"}
}
},
"CreateSubnetResult":{
Expand Down Expand Up @@ -26724,7 +26724,7 @@
"RequestSpotLaunchSpecificationSecurityGroupList":{
"type":"list",
"member":{
"shape":"SecurityGroupName",
"shape":"String",
"locationName":"item"
}
},
Expand Down
38 changes: 19 additions & 19 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions models/apis/ec2/2016-11-15/paginators-1.json
Expand Up @@ -410,6 +410,12 @@
"output_token": "NextToken",
"result_key": "StaleSecurityGroupSet"
},
"DescribeStoreImageTasks": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "StoreImageTaskResults"
},
"DescribeSubnets": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down
3 changes: 2 additions & 1 deletion models/apis/redshift/2012-12-01/api-2.json
Expand Up @@ -4940,7 +4940,8 @@
"SourceTableName":{"shape":"String"},
"TargetDatabaseName":{"shape":"String"},
"TargetSchemaName":{"shape":"String"},
"NewTableName":{"shape":"String"}
"NewTableName":{"shape":"String"},
"EnableCaseSensitiveIdentifier":{"shape":"BooleanOptional"}
}
},
"RestoreTableFromClusterSnapshotResult":{
Expand Down
5 changes: 3 additions & 2 deletions models/apis/redshift/2012-12-01/docs-2.json
Expand Up @@ -17,7 +17,7 @@
"CreateClusterSubnetGroup": "<p>Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group.</p> <p> For information about subnet groups, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-cluster-subnet-groups.html\">Amazon Redshift Cluster Subnet Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>",
"CreateEndpointAccess": "<p>Creates a Redshift-managed VPC endpoint.</p>",
"CreateEventSubscription": "<p>Creates an Amazon Redshift event notification subscription. This action requires an ARN (Amazon Resource Name) of an Amazon SNS topic created by either the Amazon Redshift console, the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.</p> <p>You can specify the source type, and lists of Amazon Redshift source IDs, event categories, and event severities. Notifications will be sent for all events you want that match those criteria. For example, you can specify source type = cluster, source ID = my-cluster-1 and mycluster2, event categories = Availability, Backup, and severity = ERROR. The subscription will only send notifications for those ERROR events in the Availability and Backup categories for the specified clusters.</p> <p>If you specify both the source type and source IDs, such as source type = cluster and source identifier = my-cluster-1, notifications will be sent for all the cluster events for my-cluster-1. If you specify a source type but do not specify a source identifier, you will receive notice of the events for the objects of that type in your AWS account. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all Amazon Redshift sources belonging to your AWS account. You must specify a source type if you specify a source ID.</p>",
"CreateHsmClientCertificate": "<p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.</p> <p>The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html\">Hardware Security Modules</a> in the Amazon Redshift Cluster Management Guide.</p>",
"CreateHsmClientCertificate": "<p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.</p> <p>The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html#working-with-HSM\">Hardware Security Modules</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>",
"CreateHsmConfiguration": "<p>Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). After creating the HSM configuration, you can specify it as a parameter when creating a cluster. The cluster will then store its encryption keys in the HSM.</p> <p>In addition to creating an HSM configuration, you must also create an HSM client certificate. For more information, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html\">Hardware Security Modules</a> in the Amazon Redshift Cluster Management Guide.</p>",
"CreateScheduledAction": "<p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action. For example, you can create a schedule of when to run the <code>ResizeCluster</code> API operation. </p>",
"CreateSnapshotCopyGrant": "<p>Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.</p> <p> For more information about managing snapshot copy grants, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html\">Amazon Redshift Database Encryption</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>",
Expand Down Expand Up @@ -336,7 +336,8 @@
"RestoreFromClusterSnapshotMessage$AllowVersionUpgrade": "<p>If <code>true</code>, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. </p> <p>Default: <code>true</code> </p>",
"RestoreFromClusterSnapshotMessage$PubliclyAccessible": "<p>If <code>true</code>, the cluster can be accessed from a public network. </p>",
"RestoreFromClusterSnapshotMessage$EnhancedVpcRouting": "<p>An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html\">Enhanced VPC Routing</a> in the Amazon Redshift Cluster Management Guide.</p> <p>If this option is <code>true</code>, enhanced VPC routing is enabled. </p> <p>Default: false</p>",
"RestoreFromClusterSnapshotMessage$AvailabilityZoneRelocation": "<p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is restored.</p>"
"RestoreFromClusterSnapshotMessage$AvailabilityZoneRelocation": "<p>The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is restored.</p>",
"RestoreTableFromClusterSnapshotMessage$EnableCaseSensitiveIdentifier": "<p>Indicates whether name identifiers for database, schema, and table are case sensitive. If <code>true</code>, the names are case sensitive. If <code>false</code> (default), the names are not case sensitive.</p>"
}
},
"BucketNotFoundFault": {
Expand Down
3 changes: 2 additions & 1 deletion models/apis/shield/2016-06-02/api-2.json
Expand Up @@ -96,7 +96,8 @@
{"shape":"LimitsExceededException"},
{"shape":"ResourceAlreadyExistsException"},
{"shape":"OptimisticLockException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterException"}
]
},
"CreateProtectionGroup":{
Expand Down
6 changes: 3 additions & 3 deletions models/apis/shield/2016-06-02/docs-2.json
Expand Up @@ -488,13 +488,13 @@
"LimitNumber": {
"base": null,
"refs": {
"LimitsExceededException$Limit": null
"LimitsExceededException$Limit": "<p>The threshold that would be exceeded.</p>"
}
},
"LimitType": {
"base": null,
"refs": {
"LimitsExceededException$Type": null
"LimitsExceededException$Type": "<p>The type of limit that would be exceeded.</p>"
}
},
"Limits": {
Expand All @@ -505,7 +505,7 @@
}
},
"LimitsExceededException": {
"base": "<p>Exception that indicates that the operation would exceed a limit.</p> <p> <code>Type</code> is the type of limit that would be exceeded.</p> <p> <code>Limit</code> is the threshold that would be exceeded.</p>",
"base": "<p>Exception that indicates that the operation would exceed a limit.</p>",
"refs": {
}
},
Expand Down