aws-sdk 2.1318.0 → 2.1320.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -1
- package/README.md +1 -1
- package/apis/connect-2017-08-08.min.json +4 -0
- package/apis/metadata.json +3 -0
- package/apis/quicksight-2018-04-01.min.json +2 -1
- package/apis/resiliencehub-2020-04-30.min.json +639 -104
- package/apis/resiliencehub-2020-04-30.paginators.json +10 -0
- package/apis/tnb-2008-10-21.examples.json +5 -0
- package/apis/tnb-2008-10-21.min.json +1579 -0
- package/apis/tnb-2008-10-21.paginators.json +34 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/auditmanager.d.ts +9 -9
- package/clients/connect.d.ts +158 -158
- package/clients/quicksight.d.ts +4 -0
- package/clients/resiliencehub.d.ts +743 -128
- package/clients/securityhub.d.ts +85 -85
- package/clients/tnb.d.ts +1607 -0
- package/clients/tnb.js +18 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +45 -8
- package/dist/aws-sdk.js +10 -3
- package/dist/aws-sdk.min.js +8 -8
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1320.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
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
|
+
|
|
10
|
+
## 2.1319.0
|
|
11
|
+
* feature: AuditManager: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.
|
|
12
|
+
* feature: Connect: Reasons for failed diff has been approved by SDK Reviewer
|
|
13
|
+
|
|
5
14
|
## 2.1318.0
|
|
6
15
|
* feature: AppRunner: This release supports removing MaxSize limit for AutoScalingConfiguration.
|
|
7
16
|
* feature: Glue: Release of Delta Lake Data Lake Format for Glue Studio Service
|
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ for further details.
|
|
|
57
57
|
To use the SDK in the browser, simply add the following script tag to your
|
|
58
58
|
HTML pages:
|
|
59
59
|
|
|
60
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
60
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1320.0.min.js"></script>
|
|
61
61
|
|
|
62
62
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
63
63
|
This can allow you to reduce the SDK's size, specify different API versions of
|
package/apis/metadata.json
CHANGED
|
@@ -12284,7 +12284,8 @@
|
|
|
12284
12284
|
"Bucket": {},
|
|
12285
12285
|
"Key": {}
|
|
12286
12286
|
}
|
|
12287
|
-
}
|
|
12287
|
+
},
|
|
12288
|
+
"RoleArn": {}
|
|
12288
12289
|
}
|
|
12289
12290
|
},
|
|
12290
12291
|
"ServiceNowParameters": {
|