aws-sdk 2.1024.0 → 2.1028.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 +24 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +92 -59
- package/apis/batch-2016-08-10.examples.json +30 -6
- package/apis/batch-2016-08-10.min.json +267 -72
- package/apis/batch-2016-08-10.paginators.json +6 -0
- package/apis/connect-2017-08-08.min.json +258 -62
- package/apis/connect-2017-08-08.paginators.json +5 -0
- package/apis/devops-guru-2020-12-01.min.json +477 -144
- package/apis/devops-guru-2020-12-01.paginators.json +27 -7
- package/apis/ec2-2016-11-15.min.json +650 -645
- package/apis/ecs-2014-11-13.min.json +100 -78
- package/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/apis/metadata.json +3 -0
- package/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/apis/translate-2017-07-01.min.json +28 -13
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +13 -0
- package/clients/batch.d.ts +239 -23
- package/clients/connect.d.ts +265 -28
- package/clients/devopsguru.d.ts +420 -63
- package/clients/dynamodb.d.ts +61 -61
- package/clients/ec2.d.ts +5 -1
- package/clients/ecs.d.ts +380 -345
- package/clients/greengrassv2.d.ts +8 -4
- package/clients/health.d.ts +49 -49
- package/clients/mediaconvert.d.ts +16 -16
- package/clients/resiliencehub.d.ts +2101 -0
- package/clients/resiliencehub.js +18 -0
- package/clients/ssm.d.ts +4 -4
- package/clients/translate.d.ts +34 -5
- package/dist/aws-sdk-core-react-native.js +116 -101
- package/dist/aws-sdk-react-native.js +181 -171
- package/dist/aws-sdk.js +1326 -1025
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config-base.d.ts +8 -0
- package/lib/config.js +14 -2
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/config_use_dualstack.d.ts +3 -0
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +39 -39
- package/lib/metadata_service/get_endpoint.js +8 -0
- package/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/lib/node_loader.js +63 -21
- package/lib/region/utils.js +21 -0
- package/lib/region_config.js +12 -55
- package/lib/region_config_data.json +102 -59
- package/lib/service.js +20 -1
- package/lib/services/s3util.js +2 -1
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +5 -5
- package/lib/metadata_service/endpoint.js +0 -6
- package/lib/metadata_service/endpoint_config_options.js +0 -14
- package/lib/metadata_service/endpoint_mode.js +0 -6
- package/lib/metadata_service/endpoint_mode_config_options.js +0 -16
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
-
"
|
|
3
|
+
"DescribeOrganizationResourceCollectionHealth": {
|
|
4
4
|
"input_token": "NextToken",
|
|
5
5
|
"output_token": "NextToken",
|
|
6
6
|
"result_key": [
|
|
7
7
|
"CloudFormation",
|
|
8
|
+
"Account",
|
|
8
9
|
"Service"
|
|
9
10
|
]
|
|
10
11
|
},
|
|
12
|
+
"DescribeResourceCollectionHealth": {
|
|
13
|
+
"input_token": "NextToken",
|
|
14
|
+
"output_token": "NextToken",
|
|
15
|
+
"result_key": [
|
|
16
|
+
"CloudFormation"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
11
19
|
"GetCostEstimation": {
|
|
12
20
|
"input_token": "NextToken",
|
|
13
|
-
"non_aggregate_keys": [
|
|
14
|
-
"Status",
|
|
15
|
-
"TotalCost",
|
|
16
|
-
"TimeRange",
|
|
17
|
-
"ResourceCollection"
|
|
18
|
-
],
|
|
19
21
|
"output_token": "NextToken",
|
|
20
22
|
"result_key": [
|
|
21
23
|
"Costs"
|
|
@@ -60,6 +62,15 @@
|
|
|
60
62
|
"output_token": "NextToken",
|
|
61
63
|
"result_key": "Channels"
|
|
62
64
|
},
|
|
65
|
+
"ListOrganizationInsights": {
|
|
66
|
+
"input_token": "NextToken",
|
|
67
|
+
"limit_key": "MaxResults",
|
|
68
|
+
"output_token": "NextToken",
|
|
69
|
+
"result_key": [
|
|
70
|
+
"ProactiveInsights",
|
|
71
|
+
"ReactiveInsights"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
63
74
|
"ListRecommendations": {
|
|
64
75
|
"input_token": "NextToken",
|
|
65
76
|
"output_token": "NextToken",
|
|
@@ -73,6 +84,15 @@
|
|
|
73
84
|
"ProactiveInsights",
|
|
74
85
|
"ReactiveInsights"
|
|
75
86
|
]
|
|
87
|
+
},
|
|
88
|
+
"SearchOrganizationInsights": {
|
|
89
|
+
"input_token": "NextToken",
|
|
90
|
+
"limit_key": "MaxResults",
|
|
91
|
+
"output_token": "NextToken",
|
|
92
|
+
"result_key": [
|
|
93
|
+
"ProactiveInsights",
|
|
94
|
+
"ReactiveInsights"
|
|
95
|
+
]
|
|
76
96
|
}
|
|
77
97
|
}
|
|
78
98
|
}
|