Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 7051404

Browse files
Release v1.36.33 (2021-01-27) (#3757)
Release v1.36.33 (2021-01-27) === ### Service Client Updates * `service/accessanalyzer`: Updates service API and documentation * `service/customer-profiles`: Updates service API * `service/elasticache`: Updates service API and documentation * Add support to pass ParameterGroup name as part updating Engine Version of Global Datastore. * `service/es`: Updates service API and documentation * Amazon Elasticsearch Service adds support for node-to-node encryption and encryption at rest for existing domains running Elasticsearch version 6.7 and above * `service/lightsail`: Updates service documentation * Documentation updates for Lightsail * `service/sesv2`: Updates service API and documentation
1 parent b9efcac commit 7051404

File tree

21 files changed

+431
-56
lines changed

21 files changed

+431
-56
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.36.33 (2021-01-27)
2+
===
3+
4+
### Service Client Updates
5+
* `service/accessanalyzer`: Updates service API and documentation
6+
* `service/customer-profiles`: Updates service API
7+
* `service/elasticache`: Updates service API and documentation
8+
* Add support to pass ParameterGroup name as part updating Engine Version of Global Datastore.
9+
* `service/es`: Updates service API and documentation
10+
* Amazon Elasticsearch Service adds support for node-to-node encryption and encryption at rest for existing domains running Elasticsearch version 6.7 and above
11+
* `service/lightsail`: Updates service documentation
12+
* Documentation updates for Lightsail
13+
* `service/sesv2`: Updates service API and documentation
14+
115
Release v1.36.32 (2021-01-26)
216
===
317

aws/endpoints/defaults.go

Lines changed: 26 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.36.32"
8+
const SDKVersion = "1.36.33"

models/apis/accessanalyzer/2019-11-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,8 @@
10021002
"AWS::SQS::Queue",
10031003
"AWS::Lambda::Function",
10041004
"AWS::Lambda::LayerVersion",
1005-
"AWS::KMS::Key"
1005+
"AWS::KMS::Key",
1006+
"AWS::SecretsManager::Secret"
10061007
]
10071008
},
10081009
"ServiceQuotaExceededException":{

models/apis/accessanalyzer/2019-11-01/docs-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ApplyArchiveRule": "<p>Retroactively applies the archive rule to existing findings that meet the archive rule criteria.</p>",
66
"CreateAnalyzer": "<p>Creates an analyzer for your account.</p>",
77
"CreateArchiveRule": "<p>Creates an archive rule for the specified analyzer. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.</p>",
8-
"DeleteAnalyzer": "<p>Deletes the specified analyzer. When you delete an analyzer, Access Analyzer is disabled for the account in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.</p>",
8+
"DeleteAnalyzer": "<p>Deletes the specified analyzer. When you delete an analyzer, Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.</p>",
99
"DeleteArchiveRule": "<p>Deletes the specified archive rule.</p>",
1010
"GetAnalyzedResource": "<p>Retrieves information about a resource that was analyzed.</p>",
1111
"GetAnalyzer": "<p>Retrieves information about the specified analyzer.</p>",
@@ -71,7 +71,7 @@
7171
"AnalyzerStatus": {
7272
"base": null,
7373
"refs": {
74-
"AnalyzerSummary$status": "<p>The status of the analyzer. An <code>Active</code> analyzer successfully monitors supported resources and generates new findings. The analyzer is <code>Disabled</code> when a user action, such as removing trusted access for IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new findings. The status is <code>Creating</code> when the analyzer creation is in progress and <code>Failed</code> when the analyzer creation has failed. </p>"
74+
"AnalyzerSummary$status": "<p>The status of the analyzer. An <code>Active</code> analyzer successfully monitors supported resources and generates new findings. The analyzer is <code>Disabled</code> when a user action, such as removing trusted access for AWS IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new findings. The status is <code>Creating</code> when the analyzer creation is in progress and <code>Failed</code> when the analyzer creation has failed. </p>"
7575
}
7676
},
7777
"AnalyzerSummary": {
@@ -568,7 +568,7 @@
568568
"base": null,
569569
"refs": {
570570
"AnalyzerSummary$type": "<p>The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.</p>",
571-
"CreateAnalyzerRequest$type": "<p>The type of analyzer to create. Only ACCOUNT analyzers are supported. You can create only one analyzer per account per Region.</p>",
571+
"CreateAnalyzerRequest$type": "<p>The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.</p>",
572572
"ListAnalyzersRequest$type": "<p>The type of analyzer.</p>"
573573
}
574574
},

models/apis/customer-profiles/2020-08-15/api-2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,10 @@
620620
},
621621
"DeleteIntegrationRequest":{
622622
"type":"structure",
623-
"required":["DomainName"],
623+
"required":[
624+
"DomainName",
625+
"Uri"
626+
],
624627
"members":{
625628
"DomainName":{
626629
"shape":"name",
@@ -805,7 +808,10 @@
805808
},
806809
"GetIntegrationRequest":{
807810
"type":"structure",
808-
"required":["DomainName"],
811+
"required":[
812+
"DomainName",
813+
"Uri"
814+
],
809815
"members":{
810816
"DomainName":{
811817
"shape":"name",

models/apis/elasticache/2015-02-02/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,6 +2982,7 @@
29822982
"ApplyImmediately":{"shape":"Boolean"},
29832983
"CacheNodeType":{"shape":"String"},
29842984
"EngineVersion":{"shape":"String"},
2985+
"CacheParameterGroupName":{"shape":"String"},
29852986
"GlobalReplicationGroupDescription":{"shape":"String"},
29862987
"AutomaticFailoverEnabled":{"shape":"BooleanOptional"}
29872988
}

0 commit comments

Comments
 (0)