aws-sdk 2.1460.0 → 2.1462.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 +15 -1
- package/README.md +1 -1
- package/apis/appconfig-2019-10-09.min.json +4 -2
- package/apis/appconfig-2019-10-09.paginators.json +16 -8
- package/apis/apprunner-2020-05-15.min.json +141 -72
- package/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/apis/logs-2014-03-28.min.json +4 -1
- package/apis/outposts-2019-12-03.min.json +5 -1
- package/apis/s3-2006-03-01.examples.json +120 -120
- package/apis/s3-2006-03-01.min.json +4 -4
- package/apis/sagemaker-2017-07-24.min.json +813 -809
- package/apis/servicediscovery-2017-03-14.min.json +37 -10
- package/clients/appconfig.d.ts +13 -5
- package/clients/apprunner.d.ts +96 -8
- package/clients/cloudwatchlogs.d.ts +11 -6
- package/clients/codeartifact.d.ts +1 -1
- package/clients/ec2.d.ts +1 -1
- package/clients/kinesisvideo.d.ts +7 -7
- package/clients/outposts.d.ts +10 -4
- package/clients/s3.d.ts +24 -24
- package/clients/sagemaker.d.ts +48 -31
- package/clients/servicediscovery.d.ts +34 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +11 -8
- package/dist/aws-sdk.min.js +19 -19
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,21 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1462.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1462.0
|
6
|
+
* feature: AppConfig: Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors
|
7
|
+
* feature: AppRunner: This release adds improvements for managing App Runner auto scaling configuration resources. New APIs: UpdateDefaultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoScalingConfiguration.
|
8
|
+
* feature: CloudWatchLogs: Add ClientToken to QueryDefinition CFN Handler in CWL
|
9
|
+
* feature: CodeArtifact: Add support for the Swift package format.
|
10
|
+
* feature: S3: Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException
|
11
|
+
* feature: SSOOIDC: Update FIPS endpoints in aws-us-gov.
|
12
|
+
* feature: ServiceDiscovery: Adds a new DiscoverInstancesRevision API and also adds InstanceRevision field to the DiscoverInstances API response.
|
13
|
+
|
14
|
+
## 2.1461.0
|
15
|
+
* feature: EC2: This release adds support for C7i, and R7a instance types.
|
16
|
+
* feature: Outposts: This release adds the InstanceFamilies field to the ListAssets response.
|
17
|
+
* feature: SageMaker: This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis.
|
18
|
+
|
5
19
|
## 2.1460.0
|
6
20
|
* feature: Discovery: Add sensitive protection for customer information
|
7
21
|
* feature: WorkMail: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.
|
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.1462.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
|
@@ -860,7 +860,8 @@
|
|
860
860
|
},
|
861
861
|
"CompletedAt": {
|
862
862
|
"shape": "S24"
|
863
|
-
}
|
863
|
+
},
|
864
|
+
"VersionLabel": {}
|
864
865
|
}
|
865
866
|
}
|
866
867
|
},
|
@@ -1693,7 +1694,8 @@
|
|
1693
1694
|
}
|
1694
1695
|
},
|
1695
1696
|
"KmsKeyArn": {},
|
1696
|
-
"KmsKeyIdentifier": {}
|
1697
|
+
"KmsKeyIdentifier": {},
|
1698
|
+
"VersionLabel": {}
|
1697
1699
|
}
|
1698
1700
|
},
|
1699
1701
|
"S24": {
|
@@ -3,42 +3,50 @@
|
|
3
3
|
"ListApplications": {
|
4
4
|
"input_token": "NextToken",
|
5
5
|
"output_token": "NextToken",
|
6
|
-
"limit_key": "MaxResults"
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "Items"
|
7
8
|
},
|
8
9
|
"ListConfigurationProfiles": {
|
9
10
|
"input_token": "NextToken",
|
10
11
|
"output_token": "NextToken",
|
11
|
-
"limit_key": "MaxResults"
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "Items"
|
12
14
|
},
|
13
15
|
"ListDeploymentStrategies": {
|
14
16
|
"input_token": "NextToken",
|
15
17
|
"output_token": "NextToken",
|
16
|
-
"limit_key": "MaxResults"
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "Items"
|
17
20
|
},
|
18
21
|
"ListDeployments": {
|
19
22
|
"input_token": "NextToken",
|
20
23
|
"output_token": "NextToken",
|
21
|
-
"limit_key": "MaxResults"
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "Items"
|
22
26
|
},
|
23
27
|
"ListEnvironments": {
|
24
28
|
"input_token": "NextToken",
|
25
29
|
"output_token": "NextToken",
|
26
|
-
"limit_key": "MaxResults"
|
30
|
+
"limit_key": "MaxResults",
|
31
|
+
"result_key": "Items"
|
27
32
|
},
|
28
33
|
"ListExtensionAssociations": {
|
29
34
|
"input_token": "NextToken",
|
30
35
|
"output_token": "NextToken",
|
31
|
-
"limit_key": "MaxResults"
|
36
|
+
"limit_key": "MaxResults",
|
37
|
+
"result_key": "Items"
|
32
38
|
},
|
33
39
|
"ListExtensions": {
|
34
40
|
"input_token": "NextToken",
|
35
41
|
"output_token": "NextToken",
|
36
|
-
"limit_key": "MaxResults"
|
42
|
+
"limit_key": "MaxResults",
|
43
|
+
"result_key": "Items"
|
37
44
|
},
|
38
45
|
"ListHostedConfigurationVersions": {
|
39
46
|
"input_token": "NextToken",
|
40
47
|
"output_token": "NextToken",
|
41
|
-
"limit_key": "MaxResults"
|
48
|
+
"limit_key": "MaxResults",
|
49
|
+
"result_key": "Items"
|
42
50
|
}
|
43
51
|
}
|
44
52
|
}
|