Skip to content

Commit

Permalink
Release v1.40.0 (2021-07-14) (#4007)
Browse files Browse the repository at this point in the history
Release v1.40.0 (2021-07-14)
===

### Service Client Updates
* `service/acm`: Updates service API and documentation
  * Added support for RSA 3072 SSL certificate import
* `service/dms`: Updates service API and documentation
  * Release of feature needed for ECA-Endpoint settings. This allows customer to delete a field in endpoint settings by using --exact-settings flag in modify-endpoint api. This also displays default values for certain required fields of endpoint settings in describe-endpoint-settings api.
* `service/glue`: Updates service API and documentation
  * Add support for Event Driven Workflows
* `service/healthlake`: Updates service API, documentation, and paginators
* `service/lightsail`: Updates service API and documentation
  * This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects.
* `service/wellarchitected`: Updates service API and documentation

### SDK Features
* `aws/session`: Support has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints ([#4006](#4006))
  * Adds support for `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE`  environment variable which may specify `IPv6` or `IPv4` for selecting the desired endpoint.
  * Adds support for `ec2_metadata_service_endpoint_mode` AWS profile key, which may specify `IPv6` or `IPv4` for selecting the desired endpoint. Has lower precedence then `AWS_EC2_METADATA_SERVICE_ENDPOINT`.
  * Adds support for `ec2_metadata_service_endpoint` AWS profile key, which may specify an explicit endpoint URI. Has higher precedence then `ec2_metadata_service_endpoint_mode`.
* `aws/endpoints`: Supported has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints ([#4006](#4006))
  • Loading branch information
aws-sdk-go-automation committed Jul 14, 2021
1 parent 2aae042 commit d1c9974
Show file tree
Hide file tree
Showing 29 changed files with 8,259 additions and 1,909 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.40.0 (2021-07-14)
===

### Service Client Updates
* `service/acm`: Updates service API and documentation
* Added support for RSA 3072 SSL certificate import
* `service/dms`: Updates service API and documentation
* Release of feature needed for ECA-Endpoint settings. This allows customer to delete a field in endpoint settings by using --exact-settings flag in modify-endpoint api. This also displays default values for certain required fields of endpoint settings in describe-endpoint-settings api.
* `service/glue`: Updates service API and documentation
* Add support for Event Driven Workflows
* `service/healthlake`: Updates service API, documentation, and paginators
* `service/lightsail`: Updates service API and documentation
* This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects.
* `service/wellarchitected`: Updates service API and documentation

### SDK Features
* `aws/session`: Support has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints ([#4006](https://github.com/aws/aws-sdk-go/pull/4006))
* Adds support for `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable which may specify `IPv6` or `IPv4` for selecting the desired endpoint.
* Adds support for `ec2_metadata_service_endpoint_mode` AWS profile key, which may specify `IPv6` or `IPv4` for selecting the desired endpoint. Has lower precedence then `AWS_EC2_METADATA_SERVICE_ENDPOINT`.
* Adds support for `ec2_metadata_service_endpoint` AWS profile key, which may specify an explicit endpoint URI. Has higher precedence then `ec2_metadata_service_endpoint_mode`.
* `aws/endpoints`: Supported has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints ([#4006](https://github.com/aws/aws-sdk-go/pull/4006))

Release v1.39.6 (2021-07-13)
===

Expand Down
5 changes: 0 additions & 5 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
### SDK Features
* `aws/session`: Support has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints ([#4006](https://github.com/aws/aws-sdk-go/pull/4006))
* Adds support for `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable which may specify `IPv6` or `IPv4` for selecting the desired endpoint.
* Adds support for `ec2_metadata_service_endpoint_mode` AWS profile key, which may specify `IPv6` or `IPv4` for selecting the desired endpoint. Has lower precedence then `AWS_EC2_METADATA_SERVICE_ENDPOINT`.
* Adds support for `ec2_metadata_service_endpoint` AWS profile key, which may specify an explicit endpoint URI. Has higher precedence then `ec2_metadata_service_endpoint_mode`.
* `aws/endpoints`: Supported has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints ([#4006](https://github.com/aws/aws-sdk-go/pull/4006))

### SDK Enhancements

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.39.6"
const SDKVersion = "1.40.0"
3 changes: 2 additions & 1 deletion models/apis/acm/2015-12-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,9 @@
"KeyAlgorithm":{
"type":"string",
"enum":[
"RSA_2048",
"RSA_1024",
"RSA_2048",
"RSA_3072",
"RSA_4096",
"EC_prime256v1",
"EC_secp384r1",
Expand Down
32 changes: 16 additions & 16 deletions models/apis/acm/2015-12-08/docs-2.json

Large diffs are not rendered by default.

28 changes: 24 additions & 4 deletions models/apis/dms/2016-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,8 @@
"Units":{"shape":"String"},
"Applicability":{"shape":"String"},
"IntValueMin":{"shape":"IntegerOptional"},
"IntValueMax":{"shape":"IntegerOptional"}
"IntValueMax":{"shape":"IntegerOptional"},
"DefaultValue":{"shape":"String"}
}
},
"EndpointSettingEnumValues":{
Expand Down Expand Up @@ -1891,7 +1892,8 @@
"SslClientKeyPassword":{"shape":"SecretString"},
"SslCaCertificateArn":{"shape":"String"},
"SaslUsername":{"shape":"String"},
"SaslPassword":{"shape":"SecretString"}
"SaslPassword":{"shape":"SecretString"},
"NoHexPrefix":{"shape":"BooleanOptional"}
}
},
"KeyList":{
Expand All @@ -1909,7 +1911,8 @@
"PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
"IncludeTableAlterOperations":{"shape":"BooleanOptional"},
"IncludeControlDetails":{"shape":"BooleanOptional"},
"IncludeNullAndEmpty":{"shape":"BooleanOptional"}
"IncludeNullAndEmpty":{"shape":"BooleanOptional"},
"NoHexPrefix":{"shape":"BooleanOptional"}
}
},
"ListTagsForResourceMessage":{
Expand Down Expand Up @@ -1993,7 +1996,8 @@
"SybaseSettings":{"shape":"SybaseSettings"},
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
"IBMDb2Settings":{"shape":"IBMDb2Settings"},
"DocDbSettings":{"shape":"DocDbSettings"}
"DocDbSettings":{"shape":"DocDbSettings"},
"ExactSettings":{"shape":"BooleanOptional"}
}
},
"ModifyEndpointResponse":{
Expand Down Expand Up @@ -2192,7 +2196,11 @@
"SecurityDbEncryptionName":{"shape":"String"},
"ServerName":{"shape":"String"},
"SpatialDataOptionToGeoJsonFunctionName":{"shape":"String"},
"StandbyDelayTime":{"shape":"IntegerOptional"},
"Username":{"shape":"String"},
"UseBFile":{"shape":"BooleanOptional"},
"UseDirectPathFullLoad":{"shape":"BooleanOptional"},
"UseLogminerReader":{"shape":"BooleanOptional"},
"SecretsManagerAccessRoleArn":{"shape":"String"},
"SecretsManagerSecretId":{"shape":"String"},
"SecretsManagerOracleAsmAccessRoleArn":{"shape":"String"},
Expand Down Expand Up @@ -2243,6 +2251,14 @@
"type":"list",
"member":{"shape":"ResourcePendingMaintenanceActions"}
},
"PluginNameValue":{
"type":"string",
"enum":[
"no-preference",
"test-decoding",
"pglogical"
]
},
"PostgreSQLSettings":{
"type":"structure",
"members":{
Expand All @@ -2253,11 +2269,15 @@
"DdlArtifactsSchema":{"shape":"String"},
"ExecuteTimeout":{"shape":"IntegerOptional"},
"FailTasksOnLobTruncation":{"shape":"BooleanOptional"},
"HeartbeatEnable":{"shape":"BooleanOptional"},
"HeartbeatSchema":{"shape":"String"},
"HeartbeatFrequency":{"shape":"IntegerOptional"},
"Password":{"shape":"SecretString"},
"Port":{"shape":"IntegerOptional"},
"ServerName":{"shape":"String"},
"Username":{"shape":"String"},
"SlotName":{"shape":"String"},
"PluginName":{"shape":"PluginNameValue"},
"SecretsManagerAccessRoleArn":{"shape":"String"},
"SecretsManagerSecretId":{"shape":"String"}
}
Expand Down
Loading

0 comments on commit d1c9974

Please sign in to comment.