aws-sdk 2.1410.0 → 2.1412.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 +12 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +281 -278
- package/apis/kms-2014-11-01.min.json +57 -15
- package/apis/location-2020-11-19.min.json +79 -40
- package/apis/mgn-2020-02-26.min.json +274 -130
- package/apis/mgn-2020-02-26.paginators.json +6 -0
- package/apis/outposts-2019-12-03.paginators.json +12 -6
- package/apis/quicksight-2018-04-01.min.json +561 -528
- package/clients/comprehendmedical.d.ts +46 -46
- package/clients/connect.d.ts +11 -11
- package/clients/ec2.d.ts +10 -5
- package/clients/kms.d.ts +58 -2
- package/clients/location.d.ts +50 -14
- package/clients/mgn.d.ts +275 -7
- package/clients/outposts.d.ts +4 -4
- package/clients/quicksight.d.ts +53 -7
- package/clients/rds.d.ts +35 -35
- package/clients/securityhub.d.ts +19 -19
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +420 -336
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/lib/credentials/shared_ini_file_credentials.js +2 -0
- package/package.json +1 -1
@@ -66,6 +66,12 @@
|
|
66
66
|
"limit_key": "maxResults",
|
67
67
|
"result_key": "items"
|
68
68
|
},
|
69
|
+
"ListManagedAccounts": {
|
70
|
+
"input_token": "nextToken",
|
71
|
+
"output_token": "nextToken",
|
72
|
+
"limit_key": "maxResults",
|
73
|
+
"result_key": "items"
|
74
|
+
},
|
69
75
|
"ListSourceServerActions": {
|
70
76
|
"input_token": "nextToken",
|
71
77
|
"output_token": "nextToken",
|
@@ -3,32 +3,38 @@
|
|
3
3
|
"GetOutpostInstanceTypes": {
|
4
4
|
"input_token": "NextToken",
|
5
5
|
"output_token": "NextToken",
|
6
|
-
"limit_key": "MaxResults"
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "InstanceTypes"
|
7
8
|
},
|
8
9
|
"ListAssets": {
|
9
10
|
"input_token": "NextToken",
|
10
11
|
"output_token": "NextToken",
|
11
|
-
"limit_key": "MaxResults"
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "Assets"
|
12
14
|
},
|
13
15
|
"ListCatalogItems": {
|
14
16
|
"input_token": "NextToken",
|
15
17
|
"output_token": "NextToken",
|
16
|
-
"limit_key": "MaxResults"
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "CatalogItems"
|
17
20
|
},
|
18
21
|
"ListOrders": {
|
19
22
|
"input_token": "NextToken",
|
20
23
|
"output_token": "NextToken",
|
21
|
-
"limit_key": "MaxResults"
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "Orders"
|
22
26
|
},
|
23
27
|
"ListOutposts": {
|
24
28
|
"input_token": "NextToken",
|
25
29
|
"output_token": "NextToken",
|
26
|
-
"limit_key": "MaxResults"
|
30
|
+
"limit_key": "MaxResults",
|
31
|
+
"result_key": "Outposts"
|
27
32
|
},
|
28
33
|
"ListSites": {
|
29
34
|
"input_token": "NextToken",
|
30
35
|
"output_token": "NextToken",
|
31
|
-
"limit_key": "MaxResults"
|
36
|
+
"limit_key": "MaxResults",
|
37
|
+
"result_key": "Sites"
|
32
38
|
}
|
33
39
|
}
|
34
40
|
}
|