Skip to content

Commit

Permalink
Release v1.25.35 (2019-11-14)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/meteringmarketplace`: Updates service API and documentation
  * Added CustomerNotEntitledException in MeterUsage API for Container use case.
* `service/personalize`: Updates service API, documentation, and paginators
* `service/ssm`: Updates service API and documentation
  * Updates support for adding attachments to Systems Manager Automation documents

### SDK Enhancements
* `aws/endpoints`: Add support for regional S3 us-east-1 endpoint
  * Adds support for S3 configuring an SDK Amazon S3 client for the regional us-east-1 endpoint instead of the default global S3 endpoint.
  * Adds a new configuration option, `S3UsEast1RegionalEndpoint` which when set to `RegionalS3UsEast1Endpoint`, and region is `us-east-1` the S3 client will resolve the `us-east-1` regional endpoint, `s3.us-east-1.amazonaws.com` instead of the global S3 endpoint, `s3.amazonaws.com`. The SDK defaults to the current global S3 endpoint resolution for backwards compatibility.
  * Opt-in to the `us-east-1` regional endpoint via the SDK's Config, environment variable, `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT=regional`, or shared config option, `s3_us_east_1_regional_endpoint=regional`.
  * Note the SDK does not support the shared configuration file by default.  You must opt-in to that behavior via Session Option `SharedConfigState`, or `AWS_SDK_LOAD_CONFIG=true` environment variable.
  • Loading branch information
awssdkgo committed Nov 14, 2019
1 parent acdb6f2 commit 502ed1c
Show file tree
Hide file tree
Showing 24 changed files with 2,392 additions and 143 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
Release v1.25.35 (2019-11-14)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/connect`: Updates service API and documentation
* `service/meteringmarketplace`: Updates service API and documentation
* Added CustomerNotEntitledException in MeterUsage API for Container use case.
* `service/personalize`: Updates service API, documentation, and paginators
* `service/ssm`: Updates service API and documentation
* Updates support for adding attachments to Systems Manager Automation documents

### SDK Enhancements
* `aws/endpoints`: Add support for regional S3 us-east-1 endpoint
* Adds support for S3 configuring an SDK Amazon S3 client for the regional us-east-1 endpoint instead of the default global S3 endpoint.
* Adds a new configuration option, `S3UsEast1RegionalEndpoint` which when set to `RegionalS3UsEast1Endpoint`, and region is `us-east-1` the S3 client will resolve the `us-east-1` regional endpoint, `s3.us-east-1.amazonaws.com` instead of the global S3 endpoint, `s3.amazonaws.com`. The SDK defaults to the current global S3 endpoint resolution for backwards compatibility.
* Opt-in to the `us-east-1` regional endpoint via the SDK's Config, environment variable, `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT=regional`, or shared config option, `s3_us_east_1_regional_endpoint=regional`.
* Note the SDK does not support the shared configuration file by default. You must opt-in to that behavior via Session Option `SharedConfigState`, or `AWS_SDK_LOAD_CONFIG=true` environment variable.

Release v1.25.34 (2019-11-13)
===

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

### SDK Enhancements
* `aws/endpoints`: Add support for regional S3 us-east-1 endpoint
* Adds support for S3 configuring an SDK Amazon S3 client for the regional us-east-1 endpoint instead of the default global S3 endpoint.
* Adds a new configuration option, `S3UsEast1RegionalEndpoint` which when set to `RegionalS3UsEast1Endpoint`, and region is `us-east-1` the S3 client will resolve the `us-east-1` regional endpoint, `s3.us-east-1.amazonaws.com` instead of the global S3 endpoint, `s3.amazonaws.com`. The SDK defaults to the current global S3 endpoint resolution for backwards compatibility.
* Opt-in to the `us-east-1` regional endpoint via the SDK's Config, environment variable, `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT=regional`, or shared config option, `s3_us_east_1_regional_endpoint=regional`.
* Note the SDK does not support the shared configuration file by default. You must opt-in to that behavior via Session Option `SharedConfigState`, or `AWS_SDK_LOAD_CONFIG=true` environment variable.

### SDK Bugs
36 changes: 19 additions & 17 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.25.34"
const SDKVersion = "1.25.35"
26 changes: 21 additions & 5 deletions models/apis/cognito-idp/2016-04-18/api-2.json
Expand Up @@ -2571,7 +2571,8 @@
"REFRESH_TOKEN",
"CUSTOM_AUTH",
"ADMIN_NO_SRP_AUTH",
"USER_PASSWORD_AUTH"
"USER_PASSWORD_AUTH",
"ADMIN_USER_PASSWORD_AUTH"
]
},
"AuthParametersType":{
Expand Down Expand Up @@ -2960,7 +2961,8 @@
"AllowedOAuthFlows":{"shape":"OAuthFlowsType"},
"AllowedOAuthScopes":{"shape":"ScopeListType"},
"AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"},
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"}
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"}
}
},
"CreateUserPoolClientResponse":{
Expand Down Expand Up @@ -3488,7 +3490,12 @@
"enum":[
"ADMIN_NO_SRP_AUTH",
"CUSTOM_AUTH_FLOW_ONLY",
"USER_PASSWORD_AUTH"
"USER_PASSWORD_AUTH",
"ALLOW_ADMIN_USER_PASSWORD_AUTH",
"ALLOW_CUSTOM_AUTH",
"ALLOW_USER_PASSWORD_AUTH",
"ALLOW_USER_SRP_AUTH",
"ALLOW_REFRESH_TOKEN_AUTH"
]
},
"FeedbackValueType":{
Expand Down Expand Up @@ -4218,6 +4225,13 @@
},
"exception":true
},
"PreventUserExistenceErrorTypes":{
"type":"string",
"enum":[
"LEGACY",
"ENABLED"
]
},
"ProviderDescription":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4961,7 +4975,8 @@
"AllowedOAuthFlows":{"shape":"OAuthFlowsType"},
"AllowedOAuthScopes":{"shape":"ScopeListType"},
"AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"},
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"}
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"}
}
},
"UpdateUserPoolClientResponse":{
Expand Down Expand Up @@ -5156,7 +5171,8 @@
"shape":"BooleanType",
"box":true
},
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"}
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"}
}
},
"UserPoolDescriptionType":{
Expand Down

0 comments on commit 502ed1c

Please sign in to comment.