Skip to content

Commit

Permalink
Release v1.37.10 (2021-02-12) (#3780)
Browse files Browse the repository at this point in the history
Release v1.37.10 (2021-02-12)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/codepipeline`: Updates service API and documentation
  * The release provides new GetActionType and UpdateActionType APIs for viewing and editing action types in CodePipeline.
* `service/detective`: Updates service API
* `service/eks`: Updates service API, documentation, and paginators
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/iam`: Updates service API and documentation
  * AWS Identity and Access Management now supports tagging for the following resources: customer managed policies, identity providers, instance profiles, server certificates, and virtual MFA devices.
* `service/macie2`: Updates service API and documentation
* `service/personalize-events`: Updates service API and documentation
* `service/rds`: Updates service API and documentation
  * EngineMode in the response of DescribeDBClusterSnapshots. SupportedEngineModes, SupportsParallelQuery and SupportsGlobalDatabases in ValidUpgradeTarget of DBEngineVersions in DescribeDBEngineVersions.
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Feb 12, 2021
1 parent 4952154 commit 6aa5fda
Show file tree
Hide file tree
Showing 42 changed files with 10,679 additions and 1,992 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.37.10 (2021-02-12)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/codepipeline`: Updates service API and documentation
* The release provides new GetActionType and UpdateActionType APIs for viewing and editing action types in CodePipeline.
* `service/detective`: Updates service API
* `service/eks`: Updates service API, documentation, and paginators
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/iam`: Updates service API and documentation
* AWS Identity and Access Management now supports tagging for the following resources: customer managed policies, identity providers, instance profiles, server certificates, and virtual MFA devices.
* `service/macie2`: Updates service API and documentation
* `service/personalize-events`: Updates service API and documentation
* `service/rds`: Updates service API and documentation
* EngineMode in the response of DescribeDBClusterSnapshots. SupportedEngineModes, SupportsParallelQuery and SupportsGlobalDatabases in ValidUpgradeTarget of DBEngineVersions in DescribeDBEngineVersions.
* `service/wafv2`: Updates service API and documentation

Release v1.37.9 (2021-02-11)
===

Expand Down
32 changes: 32 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
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.37.9"
const SDKVersion = "1.37.10"
9 changes: 6 additions & 3 deletions models/apis/appsync/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,8 @@
"dataSourceName":{"shape":"ResourceName"},
"requestMappingTemplate":{"shape":"MappingTemplate"},
"responseMappingTemplate":{"shape":"MappingTemplate"},
"functionVersion":{"shape":"String"}
"functionVersion":{"shape":"String"},
"syncConfig":{"shape":"SyncConfig"}
}
},
"CreateFunctionResponse":{
Expand Down Expand Up @@ -1299,7 +1300,8 @@
"dataSourceName":{"shape":"ResourceName"},
"requestMappingTemplate":{"shape":"MappingTemplate"},
"responseMappingTemplate":{"shape":"MappingTemplate"},
"functionVersion":{"shape":"String"}
"functionVersion":{"shape":"String"},
"syncConfig":{"shape":"SyncConfig"}
}
},
"Functions":{
Expand Down Expand Up @@ -2174,7 +2176,8 @@
"dataSourceName":{"shape":"ResourceName"},
"requestMappingTemplate":{"shape":"MappingTemplate"},
"responseMappingTemplate":{"shape":"MappingTemplate"},
"functionVersion":{"shape":"String"}
"functionVersion":{"shape":"String"},
"syncConfig":{"shape":"SyncConfig"}
}
},
"UpdateFunctionResponse":{
Expand Down
3 changes: 3 additions & 0 deletions models/apis/appsync/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,8 +996,11 @@
"SyncConfig": {
"base": "<p>Describes a Sync configuration for a resolver.</p> <p>Contains information on which Conflict Detection as well as Resolution strategy should be performed when the resolver is invoked.</p>",
"refs": {
"CreateFunctionRequest$syncConfig": null,
"CreateResolverRequest$syncConfig": "<p>The <code>SyncConfig</code> for a resolver attached to a versioned datasource.</p>",
"FunctionConfiguration$syncConfig": null,
"Resolver$syncConfig": "<p>The <code>SyncConfig</code> for a resolver attached to a versioned datasource.</p>",
"UpdateFunctionRequest$syncConfig": null,
"UpdateResolverRequest$syncConfig": "<p>The <code>SyncConfig</code> for a resolver attached to a versioned datasource.</p>"
}
},
Expand Down
Loading

0 comments on commit 6aa5fda

Please sign in to comment.