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

Commit 33b50e7

Browse files
Release v1.44.206 (2023-02-21) (#4734)
Release v1.44.206 (2023-02-21) === ### Service Client Updates * `service/quicksight`: Updates service API and documentation * S3 data sources now accept a custom IAM role. * `service/resiliencehub`: Updates service API, documentation, and paginators * `service/securityhub`: Updates service documentation * `service/tnb`: Updates service API, documentation, paginators, and examples
1 parent 162792e commit 33b50e7

33 files changed

+26856
-7107
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.206 (2023-02-21)
2+
===
3+
4+
### Service Client Updates
5+
* `service/quicksight`: Updates service API and documentation
6+
* S3 data sources now accept a custom IAM role.
7+
* `service/resiliencehub`: Updates service API, documentation, and paginators
8+
* `service/securityhub`: Updates service documentation
9+
* `service/tnb`: Updates service API, documentation, paginators, and examples
10+
111
Release v1.44.205 (2023-02-20)
212
===
313

aws/endpoints/defaults.go

Lines changed: 3 additions & 0 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.44.205"
8+
const SDKVersion = "1.44.206"

models/apis/quicksight/2018-04-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12323,7 +12323,8 @@
1232312323
"type":"structure",
1232412324
"required":["ManifestFileLocation"],
1232512325
"members":{
12326-
"ManifestFileLocation":{"shape":"ManifestFileLocation"}
12326+
"ManifestFileLocation":{"shape":"ManifestFileLocation"},
12327+
"RoleArn":{"shape":"RoleArn"}
1232712328
}
1232812329
},
1232912330
"S3Source":{

models/apis/quicksight/2018-04-01/docs-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6953,7 +6953,8 @@
69536953
"RoleArn": {
69546954
"base": null,
69556955
"refs": {
6956-
"AthenaParameters$RoleArn": "<p>Use the <code>RoleArn</code> structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use <code>RoleArn</code> to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.</p>"
6956+
"AthenaParameters$RoleArn": "<p>Use the <code>RoleArn</code> structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use <code>RoleArn</code> to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.</p>",
6957+
"S3Parameters$RoleArn": "<p>Use the <code>RoleArn</code> structure to override an account-wide role for a specific S3 data source. For example, say an account administrator has turned off all S3 access with an account-wide role. The administrator can then use <code>RoleArn</code> to bypass the account-wide role and allow S3 access for the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.</p>"
69576958
}
69586959
},
69596960
"RoleName": {

models/apis/quicksight/2018-04-01/endpoint-rule-set-1.json

Lines changed: 203 additions & 177 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)