aws-sdk 2.1666.0 → 2.1668.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/README.md +1 -1
- package/apis/datazone-2018-05-10.min.json +1000 -509
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/ecr-2015-09-21.min.json +44 -6
- package/apis/kinesis-2013-12-02.min.json +7 -1
- package/apis/kinesis-video-webrtc-storage-2018-05-10.min.json +17 -0
- package/apis/monitoring-2010-08-01.min.json +7 -1
- package/apis/resiliencehub-2020-04-30.min.json +422 -142
- package/apis/resiliencehub-2020-04-30.paginators.json +6 -0
- package/apis/route53-2013-04-01.min.json +7 -1
- package/apis/waf-regional-2016-11-28.min.json +7 -1
- package/clients/datazone.d.ts +616 -9
- package/clients/ecr.d.ts +57 -3
- package/clients/kinesisvideowebrtcstorage.d.ts +21 -2
- package/clients/pi.d.ts +1 -1
- package/clients/resiliencehub.d.ts +305 -14
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +68 -12
- package/dist/aws-sdk.min.js +63 -63
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -71,6 +71,12 @@
|
|
71
71
|
"output_token": "nextToken",
|
72
72
|
"limit_key": "maxResults"
|
73
73
|
},
|
74
|
+
"ListResourceGroupingRecommendations": {
|
75
|
+
"input_token": "nextToken",
|
76
|
+
"output_token": "nextToken",
|
77
|
+
"limit_key": "maxResults",
|
78
|
+
"result_key": "groupingRecommendations"
|
79
|
+
},
|
74
80
|
"ListSopRecommendations": {
|
75
81
|
"input_token": "nextToken",
|
76
82
|
"output_token": "nextToken",
|
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "route53",
|
6
6
|
"globalEndpoint": "route53.amazonaws.com",
|
7
7
|
"protocol": "rest-xml",
|
8
|
+
"protocols": [
|
9
|
+
"rest-xml"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "Route 53",
|
9
12
|
"serviceFullName": "Amazon Route 53",
|
10
13
|
"serviceId": "Route 53",
|
11
14
|
"signatureVersion": "v4",
|
12
|
-
"uid": "route53-2013-04-01"
|
15
|
+
"uid": "route53-2013-04-01",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"ActivateKeySigningKey": {
|
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "waf-regional",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "WAF Regional",
|
9
12
|
"serviceFullName": "AWS WAF Regional",
|
10
13
|
"serviceId": "WAF Regional",
|
11
14
|
"signatureVersion": "v4",
|
12
15
|
"targetPrefix": "AWSWAF_Regional_20161128",
|
13
|
-
"uid": "waf-regional-2016-11-28"
|
16
|
+
"uid": "waf-regional-2016-11-28",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"AssociateWebACL": {
|