Skip to content

Commit

Permalink
Updates SDK to v2.1320.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 21, 2023
1 parent a663ff4 commit cc65a10
Show file tree
Hide file tree
Showing 28 changed files with 9,638 additions and 558 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1320.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "QuickSight",
"description": "S3 data sources now accept a custom IAM role."
},
{
"type": "feature",
"category": "Resiliencehub",
"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."
},
{
"type": "feature",
"category": "Tnb",
"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."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1319.0-->
<!--LATEST=2.1320.0-->
<!--ENTRYINSERT-->

## 2.1320.0
* feature: QuickSight: S3 data sources now accept a custom IAM role.
* 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.
* 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.

## 2.1319.0
* feature: AuditManager: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.
* feature: Connect: Reasons for failed diff has been approved by SDK Reviewer
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 3 additions & 0 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1278,5 +1278,8 @@
"cloudtraildata": {
"prefix": "cloudtrail-data",
"name": "CloudTrailData"
},
"tnb": {
"name": "Tnb"
}
}
3 changes: 2 additions & 1 deletion apis/quicksight-2018-04-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -12284,7 +12284,8 @@
"Bucket": {},
"Key": {}
}
}
},
"RoleArn": {}
}
},
"ServiceNowParameters": {
Expand Down
4 changes: 4 additions & 0 deletions apis/quicksight-2018-04-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -21309,6 +21309,10 @@
"ManifestFileLocation": {
"shape": "ManifestFileLocation",
"documentation": "<p>Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.</p>"
},
"RoleArn": {
"shape": "RoleArn",
"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>"
}
},
"documentation": "<p>The parameters for S3.</p>"
Expand Down
Loading

0 comments on commit cc65a10

Please sign in to comment.