aws-sdk 2.1065.0 → 2.1069.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 +25 -1
- package/README.md +1 -1
- package/apis/appconfig-2019-10-09.min.json +3 -1
- package/apis/appconfigdata-2021-11-11.min.json +11 -11
- package/apis/appflow-2020-08-23.min.json +677 -237
- package/apis/appflow-2020-08-23.paginators.json +7 -1
- package/apis/athena-2017-05-18.min.json +43 -30
- package/apis/comprehend-2017-11-27.min.json +167 -79
- package/apis/ec2-2016-11-15.min.json +122 -43
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/es-2015-01-01.min.json +125 -49
- package/apis/fis-2020-12-01.min.json +130 -30
- package/apis/fis-2020-12-01.paginators.json +5 -0
- package/apis/lakeformation-2017-03-31.min.json +0 -1
- package/apis/meteringmarketplace-2016-01-14.min.json +2 -1
- package/apis/personalize-2018-05-22.min.json +3 -0
- package/apis/robomaker-2018-06-29.min.json +135 -45
- package/apis/secretsmanager-2017-10-17.min.json +15 -10
- package/clients/appconfig.d.ts +13 -13
- package/clients/appconfigdata.d.ts +18 -18
- package/clients/appflow.d.ts +611 -3
- package/clients/athena.d.ts +31 -8
- package/clients/cognitoidentityserviceprovider.d.ts +287 -287
- package/clients/comprehend.d.ts +138 -0
- package/clients/costexplorer.d.ts +17 -17
- package/clients/dynamodb.d.ts +5 -5
- package/clients/ec2.d.ts +123 -9
- package/clients/elasticache.d.ts +3 -3
- package/clients/emr.d.ts +14 -14
- package/clients/es.d.ts +97 -0
- package/clients/fis.d.ts +119 -9
- package/clients/glue.d.ts +7 -7
- package/clients/iot.d.ts +1 -1
- package/clients/lakeformation.d.ts +1 -1
- package/clients/marketplacemetering.d.ts +17 -12
- package/clients/personalize.d.ts +7 -3
- package/clients/rbin.d.ts +41 -41
- package/clients/rds.d.ts +17 -17
- package/clients/robomaker.d.ts +30 -30
- package/clients/sagemaker.d.ts +1 -1
- package/clients/secretsmanager.d.ts +62 -48
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +359 -165
- package/dist/aws-sdk.min.js +90 -90
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,31 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1069.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1069.0
|
|
6
|
+
* feature: Athena: You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
|
|
7
|
+
* feature: LakeFormation: Add support for calling Update Table Objects without a TransactionId.
|
|
8
|
+
|
|
9
|
+
## 2.1068.0
|
|
10
|
+
* feature: EC2: adds support for AMIs in Recycle Bin
|
|
11
|
+
* feature: MarketplaceMetering: Add CustomerAWSAccountId to ResolveCustomer API response and increase UsageAllocation limit to 2500.
|
|
12
|
+
* feature: Rbin: Add EC2 Image recycle bin support.
|
|
13
|
+
* feature: RoboMaker: The release deprecates the use various APIs of RoboMaker Deployment Service in favor of AWS IoT GreenGrass v2.0.
|
|
14
|
+
|
|
15
|
+
## 2.1067.0
|
|
16
|
+
* feature: Appflow: Launching Amazon AppFlow Custom Connector SDK.
|
|
17
|
+
* feature: Comprehend: Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
|
|
18
|
+
* feature: ES: Allows customers to get progress updates for blue/green deployments
|
|
19
|
+
* feature: Fis: Added GetTargetResourceType and ListTargetResourceTypesAPI actions. These actions return additional details about resource types and parameters that can be targeted by FIS actions. Added a parameters field for the targets that can be specified in experiment templates.
|
|
20
|
+
* feature: Glue: Launch Protobuf support for AWS Glue Schema Registry
|
|
21
|
+
* feature: Iot: This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
|
|
22
|
+
* feature: Personalize: Adding minRecommendationRequestsPerSecond attribute to recommender APIs.
|
|
23
|
+
|
|
24
|
+
## 2.1066.0
|
|
25
|
+
* feature: Athena: This release adds a field, AthenaError, to the GetQueryExecution response object when a query fails.
|
|
26
|
+
* feature: SageMaker: This release added a new NNA accelerator compilation support for Sagemaker Neo.
|
|
27
|
+
* feature: SecretsManager: Feature are ready to release on Jan 28th
|
|
28
|
+
|
|
5
29
|
## 2.1065.0
|
|
6
30
|
* feature: Connect: This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes).
|
|
7
31
|
* feature: EC2: X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1069.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -371,7 +371,9 @@
|
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
373
|
"payload": "Content"
|
|
374
|
-
}
|
|
374
|
+
},
|
|
375
|
+
"deprecated": true,
|
|
376
|
+
"deprecatedMessage": "This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession."
|
|
375
377
|
},
|
|
376
378
|
"GetConfigurationProfile": {
|
|
377
379
|
"http": {
|
|
@@ -33,14 +33,6 @@
|
|
|
33
33
|
"output": {
|
|
34
34
|
"type": "structure",
|
|
35
35
|
"members": {
|
|
36
|
-
"Configuration": {
|
|
37
|
-
"type": "blob",
|
|
38
|
-
"sensitive": true
|
|
39
|
-
},
|
|
40
|
-
"ContentType": {
|
|
41
|
-
"location": "header",
|
|
42
|
-
"locationName": "Content-Type"
|
|
43
|
-
},
|
|
44
36
|
"NextPollConfigurationToken": {
|
|
45
37
|
"location": "header",
|
|
46
38
|
"locationName": "Next-Poll-Configuration-Token"
|
|
@@ -49,6 +41,14 @@
|
|
|
49
41
|
"location": "header",
|
|
50
42
|
"locationName": "Next-Poll-Interval-In-Seconds",
|
|
51
43
|
"type": "integer"
|
|
44
|
+
},
|
|
45
|
+
"ContentType": {
|
|
46
|
+
"location": "header",
|
|
47
|
+
"locationName": "Content-Type"
|
|
48
|
+
},
|
|
49
|
+
"Configuration": {
|
|
50
|
+
"type": "blob",
|
|
51
|
+
"sensitive": true
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"payload": "Configuration"
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"type": "structure",
|
|
64
64
|
"required": [
|
|
65
65
|
"ApplicationIdentifier",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
66
|
+
"EnvironmentIdentifier",
|
|
67
|
+
"ConfigurationProfileIdentifier"
|
|
68
68
|
],
|
|
69
69
|
"members": {
|
|
70
70
|
"ApplicationIdentifier": {},
|
|
71
|
-
"ConfigurationProfileIdentifier": {},
|
|
72
71
|
"EnvironmentIdentifier": {},
|
|
72
|
+
"ConfigurationProfileIdentifier": {},
|
|
73
73
|
"RequiredMinimumPollIntervalInSeconds": {
|
|
74
74
|
"type": "integer"
|
|
75
75
|
}
|