Skip to content

Commit cc65a10

Browse files
author
awstools
committed
Updates SDK to v2.1320.0
1 parent a663ff4 commit cc65a10

28 files changed

+9638
-558
lines changed

.changes/2.1320.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "QuickSight",
5+
"description": "S3 data sources now accept a custom IAM role."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Resiliencehub",
10+
"description": "In this release we improved resilience hub application creation and maintenance by introducing new resource and app component crud APIs, improving visibility and maintenance of application input sources and added support for additional information attributes to be provided by customers."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Tnb",
15+
"description": "This is the initial SDK release for AWS Telco Network Builder (TNB). AWS Telco Network Builder is a network automation service that helps you deploy and manage telecom networks."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1319.0-->
2+
<!--LATEST=2.1320.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1320.0
6+
* feature: QuickSight: S3 data sources now accept a custom IAM role.
7+
* feature: Resiliencehub: In this release we improved resilience hub application creation and maintenance by introducing new resource and app component crud APIs, improving visibility and maintenance of application input sources and added support for additional information attributes to be provided by customers.
8+
* feature: Tnb: This is the initial SDK release for AWS Telco Network Builder (TNB). AWS Telco Network Builder is a network automation service that helps you deploy and manage telecom networks.
9+
510
## 2.1319.0
611
* feature: AuditManager: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.
712
* feature: Connect: Reasons for failed diff has been approved by SDK Reviewer

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1319.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1320.0.min.js"></script>
6161

6262
You can also build a custom browser SDK with your specified set of AWS services.
6363
This can allow you to reduce the SDK's size, specify different API versions of

apis/metadata.json

+3
Original file line numberDiff line numberDiff line change
@@ -1278,5 +1278,8 @@
12781278
"cloudtraildata": {
12791279
"prefix": "cloudtrail-data",
12801280
"name": "CloudTrailData"
1281+
},
1282+
"tnb": {
1283+
"name": "Tnb"
12811284
}
12821285
}

apis/quicksight-2018-04-01.min.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12284,7 +12284,8 @@
1228412284
"Bucket": {},
1228512285
"Key": {}
1228612286
}
12287-
}
12287+
},
12288+
"RoleArn": {}
1228812289
}
1228912290
},
1229012291
"ServiceNowParameters": {

apis/quicksight-2018-04-01.normal.json

+4
Original file line numberDiff line numberDiff line change
@@ -21309,6 +21309,10 @@
2130921309
"ManifestFileLocation": {
2131021310
"shape": "ManifestFileLocation",
2131121311
"documentation": "<p>Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.</p>"
21312+
},
21313+
"RoleArn": {
21314+
"shape": "RoleArn",
21315+
"documentation": "<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>"
2131221316
}
2131321317
},
2131421318
"documentation": "<p>The parameters for S3.</p>"

0 commit comments

Comments
 (0)