Skip to content

Commit

Permalink
Release v1.34.3 (2020-08-12) (#3479)
Browse files Browse the repository at this point in the history
Release v1.34.3 (2020-08-12)
===

### Service Client Updates
* `service/cloud9`: Updates service API and documentation
  * Add ConnectionType input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with SSM connection.
* `service/comprehend`: Updates service documentation
* `service/ec2`: Updates service API and documentation
  * Introduces support for IPv6-in-IPv4 IPsec tunnels. A user can now send traffic from their on-premise IPv6 network to AWS VPCs that have IPv6 support enabled.
* `service/fsx`: Updates service API and documentation
* `service/iot`: Updates service API, documentation, and paginators
  * Audit finding suppressions: Device Defender enables customers to turn off non-compliant findings for specific resources on a per check basis.
* `service/lambda`: Updates service API and examples
  * Support for creating Lambda Functions using 'java8.al2' and 'provided.al2'
* `service/transfer`: Updates service API, documentation, and paginators
  * Adds security policies to control cryptographic algorithms advertised by your server, additional characters in usernames and length increase, and FIPS compliant endpoints in the US and Canada regions.
* `service/workspaces`: Updates service API and documentation
  * Adds optional EnableWorkDocs property to WorkspaceCreationProperties in the ModifyWorkspaceCreationProperties API

### SDK Enhancements
* `codegen`: Add XXX_Values functions for getting slice of API enums by type.
  * Fixes [#3441](#3441) by adding a new XXX_Values function for each API enum type that returns a slice of enum values, e.g `DomainStatus_Values`.
* `aws/request`: Update default retry to retry "use of closed network connection" errors ([#3476](#3476))
  * Fixes [#3406](#3406)

### SDK Bugs
* `private/protocol/json/jsonutil`: Fixes a bug that truncated millisecond precision time in API response to seconds. ([#3474](#3474))
  * Fixes [#3464](#3464)
  * Fixes [#3410](#3410)
* `codegen`: Export event stream constructor for easier mocking ([#3473](#3473))
  * Fixes [#3412](#3412) by exporting the operation's EventStream type's constructor function so it can be used to fully initialize fully when mocking out behavior for API operations with event streams.
* `service/ec2`: Fix max retries with client customizations ([#3465](#3465))
  * Fixes [#3374](#3374) by correcting the EC2 API client's customization for ModifyNetworkInterfaceAttribute and AssignPrivateIpAddresses operations to use the aws.Config.MaxRetries value if set. Previously the API client's customizations would ignore MaxRetries specified in the SDK's aws.Config.MaxRetries field.
  • Loading branch information
aws-sdk-go-automation committed Aug 12, 2020
1 parent 10a6e5a commit 20cd465
Show file tree
Hide file tree
Showing 34 changed files with 5,889 additions and 291 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,37 @@
Release v1.34.3 (2020-08-12)
===

### Service Client Updates
* `service/cloud9`: Updates service API and documentation
* Add ConnectionType input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with SSM connection.
* `service/comprehend`: Updates service documentation
* `service/ec2`: Updates service API and documentation
* Introduces support for IPv6-in-IPv4 IPsec tunnels. A user can now send traffic from their on-premise IPv6 network to AWS VPCs that have IPv6 support enabled.
* `service/fsx`: Updates service API and documentation
* `service/iot`: Updates service API, documentation, and paginators
* Audit finding suppressions: Device Defender enables customers to turn off non-compliant findings for specific resources on a per check basis.
* `service/lambda`: Updates service API and examples
* Support for creating Lambda Functions using 'java8.al2' and 'provided.al2'
* `service/transfer`: Updates service API, documentation, and paginators
* Adds security policies to control cryptographic algorithms advertised by your server, additional characters in usernames and length increase, and FIPS compliant endpoints in the US and Canada regions.
* `service/workspaces`: Updates service API and documentation
* Adds optional EnableWorkDocs property to WorkspaceCreationProperties in the ModifyWorkspaceCreationProperties API

### SDK Enhancements
* `codegen`: Add XXX_Values functions for getting slice of API enums by type.
* Fixes [#3441](https://github.com/aws/aws-sdk-go/issues/3441) by adding a new XXX_Values function for each API enum type that returns a slice of enum values, e.g `DomainStatus_Values`.
* `aws/request`: Update default retry to retry "use of closed network connection" errors ([#3476](https://github.com/aws/aws-sdk-go/pull/3476))
* Fixes [#3406](https://github.com/aws/aws-sdk-go/issues/3406)

### SDK Bugs
* `private/protocol/json/jsonutil`: Fixes a bug that truncated millisecond precision time in API response to seconds. ([#3474](https://github.com/aws/aws-sdk-go/pull/3474))
* Fixes [#3464](https://github.com/aws/aws-sdk-go/issues/3464)
* Fixes [#3410](https://github.com/aws/aws-sdk-go/issues/3410)
* `codegen`: Export event stream constructor for easier mocking ([#3473](https://github.com/aws/aws-sdk-go/pull/3473))
* Fixes [#3412](https://github.com/aws/aws-sdk-go/issues/3412) by exporting the operation's EventStream type's constructor function so it can be used to fully initialize fully when mocking out behavior for API operations with event streams.
* `service/ec2`: Fix max retries with client customizations ([#3465](https://github.com/aws/aws-sdk-go/pull/3465))
* Fixes [#3374](https://github.com/aws/aws-sdk-go/issues/3374) by correcting the EC2 API client's customization for ModifyNetworkInterfaceAttribute and AssignPrivateIpAddresses operations to use the aws.Config.MaxRetries value if set. Previously the API client's customizations would ignore MaxRetries specified in the SDK's aws.Config.MaxRetries field.

Release v1.34.2 (2020-08-11)
===

Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG_PENDING.md
@@ -1,16 +1,5 @@
### SDK Features

### SDK Enhancements
* `codegen`: Add XXX_Values functions for getting slice of API enums by type.
* Fixes [#3441](https://github.com/aws/aws-sdk-go/issues/3441) by adding a new XXX_Values function for each API enum type that returns a slice of enum values, e.g `DomainStatus_Values`.
* `aws/request`: Update default retry to retry "use of closed network connection" errors ([#3476](https://github.com/aws/aws-sdk-go/pull/3476))
* Fixes [#3406](https://github.com/aws/aws-sdk-go/issues/3406)

### SDK Bugs
* `private/protocol/json/jsonutil`: Fixes a bug that truncated millisecond precision time in API response to seconds. ([#3474](https://github.com/aws/aws-sdk-go/pull/3474))
* Fixes [#3464](https://github.com/aws/aws-sdk-go/issues/3464)
* Fixes [#3410](https://github.com/aws/aws-sdk-go/issues/3410)
* `codegen`: Export event stream constructor for easier mocking ([#3473](https://github.com/aws/aws-sdk-go/pull/3473))
* Fixes [#3412](https://github.com/aws/aws-sdk-go/issues/3412) by exporting the operation's EventStream type's constructor function so it can be used to fully initialize fully when mocking out behavior for API operations with event streams.
* `service/ec2`: Fix max retries with client customizations ([#3465](https://github.com/aws/aws-sdk-go/pull/3465))
* Fixes [#3374](https://github.com/aws/aws-sdk-go/issues/3374) by correcting the EC2 API client's customization for ModifyNetworkInterfaceAttribute and AssignPrivateIpAddresses operations to use the aws.Config.MaxRetries value if set. Previously the API client's customizations would ignore MaxRetries specified in the SDK's aws.Config.MaxRetries field.
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.34.2"
const SDKVersion = "1.34.3"
23 changes: 20 additions & 3 deletions models/apis/cloud9/2017-09-23/api-2.json
Expand Up @@ -185,7 +185,8 @@
"errors":[
{"shape":"NotFoundException"},
{"shape":"InternalServerErrorException"},
{"shape":"BadRequestException"}
{"shape":"BadRequestException"},
{"shape":"ConcurrentAccessException"}
]
},
"UntagResource":{
Expand All @@ -199,7 +200,8 @@
"errors":[
{"shape":"NotFoundException"},
{"shape":"InternalServerErrorException"},
{"shape":"BadRequestException"}
{"shape":"BadRequestException"},
{"shape":"ConcurrentAccessException"}
]
},
"UpdateEnvironment":{
Expand Down Expand Up @@ -263,12 +265,25 @@
"type":"string",
"pattern":"[\\x20-\\x7E]{10,128}"
},
"ConcurrentAccessException":{
"type":"structure",
"members":{
},
"exception":true
},
"ConflictException":{
"type":"structure",
"members":{
},
"exception":true
},
"ConnectionType":{
"type":"string",
"enum":[
"CONNECT_SSH",
"CONNECT_SSM"
]
},
"CreateEnvironmentEC2Request":{
"type":"structure",
"required":[
Expand All @@ -283,7 +298,8 @@
"subnetId":{"shape":"SubnetId"},
"automaticStopTimeMinutes":{"shape":"AutomaticStopTimeMinutes"},
"ownerArn":{"shape":"UserArn"},
"tags":{"shape":"TagList"}
"tags":{"shape":"TagList"},
"connectionType":{"shape":"ConnectionType"}
}
},
"CreateEnvironmentEC2Result":{
Expand Down Expand Up @@ -390,6 +406,7 @@
"name":{"shape":"EnvironmentName"},
"description":{"shape":"EnvironmentDescription"},
"type":{"shape":"EnvironmentType"},
"connectionType":{"shape":"ConnectionType"},
"arn":{"shape":"String"},
"ownerArn":{"shape":"String"},
"lifecycle":{"shape":"EnvironmentLifecycle"}
Expand Down
12 changes: 12 additions & 0 deletions models/apis/cloud9/2017-09-23/docs-2.json
Expand Up @@ -40,11 +40,23 @@
"CreateEnvironmentEC2Request$clientRequestToken": "<p>A unique, case-sensitive string that helps AWS Cloud9 to ensure this operation completes no more than one time.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Client Tokens</a> in the <i>Amazon EC2 API Reference</i>.</p>"
}
},
"ConcurrentAccessException": {
"base": "<p>A concurrent access issue occurred.</p>",
"refs": {
}
},
"ConflictException": {
"base": "<p>A conflict occurred.</p>",
"refs": {
}
},
"ConnectionType": {
"base": null,
"refs": {
"CreateEnvironmentEC2Request$connectionType": "<p>The connection type used for connecting to an Amazon EC2 environment.</p>",
"Environment$connectionType": "<p>The connection type used for connecting to an Amazon EC2 environment.</p>"
}
},
"CreateEnvironmentEC2Request": {
"base": null,
"refs": {
Expand Down
6 changes: 3 additions & 3 deletions models/apis/comprehend/2017-11-27/docs-2.json
Expand Up @@ -765,7 +765,7 @@
"EntityTypesList": {
"base": null,
"refs": {
"EntityRecognizerInputDataConfig$EntityTypes": "<p>The entity types in the input data for an entity recognizer. A maximum of 12 entity types can be used at one time to train an entity recognizer.</p>"
"EntityRecognizerInputDataConfig$EntityTypes": "<p>The entity types in the input data for an entity recognizer. A maximum of 25 entity types can be used at one time to train an entity recognizer.</p>"
}
},
"EntityTypesListItem": {
Expand Down Expand Up @@ -1034,7 +1034,7 @@
"BatchDetectKeyPhrasesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.</p>",
"BatchDetectSentimentRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.</p>",
"CreateDocumentClassifierRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>",
"CreateEntityRecognizerRequest$LanguageCode": "<p> The language of the input documents. All documents must be in the same language. Only English (\"en\") is currently supported. </p>",
"CreateEntityRecognizerRequest$LanguageCode": "<p> You can specify any of the following languages supported by Amazon Comprehend: English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), German (\"de\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>",
"DetectEntitiesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.</p> <p>If your request includes the endpoint for a custom entity recognition model, Amazon Comprehend uses the language of your custom model, and it ignores any language code that you specify here.</p>",
"DetectKeyPhrasesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.</p>",
"DetectSentimentRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.</p>",
Expand Down Expand Up @@ -1675,7 +1675,7 @@
}
},
"UnsupportedLanguageException": {
"base": "<p>Amazon Comprehend can't process the language of the input text. For all custom entity recognition APIs (such as <code>CreateEntityRecognizer</code>), only English is accepted. For most other APIs, such as those for Custom Classification, Amazon Comprehend accepts text in all supported languages. For a list of supported languages, see <a>supported-languages</a>. </p>",
"base": "<p>Amazon Comprehend can't process the language of the input text. For all custom entity recognition APIs (such as <code>CreateEntityRecognizer</code>), only English, Spanish, French, Italian, German, or Portuguese are accepted. For most other APIs, such as those for Custom Classification, Amazon Comprehend accepts text in all supported languages. For a list of supported languages, see <a>supported-languages</a>. </p>",
"refs": {
}
},
Expand Down
18 changes: 18 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -21558,6 +21558,7 @@
"type":"structure",
"members":{
"TunnelInsideCidr":{"shape":"String"},
"TunnelInsideIpv6Cidr":{"shape":"String"},
"PreSharedKey":{"shape":"String"},
"Phase1LifetimeSeconds":{"shape":"Integer"},
"Phase2LifetimeSeconds":{"shape":"Integer"},
Expand Down Expand Up @@ -28914,6 +28915,13 @@
"udp"
]
},
"TunnelInsideIpVersion":{
"type":"string",
"enum":[
"ipv4",
"ipv6"
]
},
"TunnelOption":{
"type":"structure",
"members":{
Expand All @@ -28925,6 +28933,10 @@
"shape":"String",
"locationName":"tunnelInsideCidr"
},
"TunnelInsideIpv6Cidr":{
"shape":"String",
"locationName":"tunnelInsideIpv6Cidr"
},
"PreSharedKey":{
"shape":"String",
"locationName":"preSharedKey"
Expand Down Expand Up @@ -30389,6 +30401,10 @@
"shape":"Boolean",
"locationName":"staticRoutesOnly"
},
"TunnelInsideIpVersion":{
"shape":"TunnelInsideIpVersion",
"locationName":"tunnelInsideIpVersion"
},
"TunnelOptions":{
"shape":"TunnelOptionsList",
"locationName":"tunnelOptionSet"
Expand All @@ -30403,6 +30419,7 @@
"shape":"Boolean",
"locationName":"staticRoutesOnly"
},
"TunnelInsideIpVersion":{"shape":"TunnelInsideIpVersion"},
"TunnelOptions":{"shape":"VpnTunnelOptionsSpecificationsList"}
}
},
Expand Down Expand Up @@ -30506,6 +30523,7 @@
"type":"structure",
"members":{
"TunnelInsideCidr":{"shape":"String"},
"TunnelInsideIpv6Cidr":{"shape":"String"},
"PreSharedKey":{"shape":"String"},
"Phase1LifetimeSeconds":{"shape":"Integer"},
"Phase2LifetimeSeconds":{"shape":"Integer"},
Expand Down

0 comments on commit 20cd465

Please sign in to comment.