aws-sdk 2.1414.0 → 2.1415.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 +14 -1
- package/README.md +1 -1
- package/apis/cognito-idp-2016-04-18.min.json +6 -2
- package/apis/connect-2017-08-08.min.json +223 -177
- package/apis/datasync-2018-11-09.min.json +11 -2
- package/apis/dms-2016-01-01.min.json +148 -146
- package/apis/fsx-2018-03-01.min.json +236 -131
- package/apis/mediatailor-2018-04-23.min.json +4 -3
- package/apis/personalize-2018-05-22.min.json +40 -6
- package/apis/proton-2020-07-20.min.json +400 -151
- package/apis/proton-2020-07-20.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +92 -92
- package/apis/sagemaker-2017-07-24.min.json +730 -723
- package/apis/secretsmanager-2017-10-17.examples.json +1 -1
- package/clients/connect.d.ts +38 -2
- package/clients/datasync.d.ts +24 -12
- package/clients/dms.d.ts +9 -0
- package/clients/ec2.d.ts +1 -1
- package/clients/fsx.d.ts +134 -4
- package/clients/iam.d.ts +27 -27
- package/clients/mediatailor.d.ts +6 -1
- package/clients/personalize.d.ts +52 -2
- package/clients/proton.d.ts +414 -0
- package/clients/s3.d.ts +4 -4
- package/clients/sagemaker.d.ts +21 -1
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +272 -188
- package/dist/aws-sdk.min.js +84 -83
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,20 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1415.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1415.0
|
6
|
+
* feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito
|
7
|
+
* feature: Connect: Add support for deleting Queues and Routing Profiles.
|
8
|
+
* feature: DMS: Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
|
9
|
+
* feature: DataSync: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
|
10
|
+
* feature: EC2: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
|
11
|
+
* feature: FSx: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
|
12
|
+
* feature: MediaTailor: Adds categories to MediaTailor channel assembly alerts
|
13
|
+
* feature: Personalize: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
|
14
|
+
* feature: Proton: This release adds support for deployment history for Proton provisioned resources
|
15
|
+
* feature: S3: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
|
16
|
+
* feature: SageMaker: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
|
17
|
+
|
5
18
|
## 2.1414.0
|
6
19
|
* bugfix: node: use undefined node http agent if explicitly passed by user
|
7
20
|
* feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1415.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -2837,7 +2837,10 @@
|
|
2837
2837
|
"Session": {
|
2838
2838
|
"shape": "S1s"
|
2839
2839
|
},
|
2840
|
-
"UserCode": {
|
2840
|
+
"UserCode": {
|
2841
|
+
"type": "string",
|
2842
|
+
"sensitive": true
|
2843
|
+
},
|
2841
2844
|
"FriendlyDeviceName": {}
|
2842
2845
|
}
|
2843
2846
|
},
|
@@ -3148,7 +3151,8 @@
|
|
3148
3151
|
"members": {
|
3149
3152
|
"IpAddress": {},
|
3150
3153
|
"EncodedData": {}
|
3151
|
-
}
|
3154
|
+
},
|
3155
|
+
"sensitive": true
|
3152
3156
|
},
|
3153
3157
|
"S43": {
|
3154
3158
|
"type": "map",
|