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
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListAlarmRecommendations": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken",
|
|
6
|
+
"limit_key": "maxResults"
|
|
7
|
+
},
|
|
8
|
+
"ListAppAssessments": {
|
|
9
|
+
"input_token": "nextToken",
|
|
10
|
+
"output_token": "nextToken",
|
|
11
|
+
"limit_key": "maxResults"
|
|
12
|
+
},
|
|
13
|
+
"ListAppComponentCompliances": {
|
|
14
|
+
"input_token": "nextToken",
|
|
15
|
+
"output_token": "nextToken",
|
|
16
|
+
"limit_key": "maxResults"
|
|
17
|
+
},
|
|
18
|
+
"ListAppComponentRecommendations": {
|
|
19
|
+
"input_token": "nextToken",
|
|
20
|
+
"output_token": "nextToken",
|
|
21
|
+
"limit_key": "maxResults"
|
|
22
|
+
},
|
|
23
|
+
"ListAppVersionResourceMappings": {
|
|
24
|
+
"input_token": "nextToken",
|
|
25
|
+
"output_token": "nextToken",
|
|
26
|
+
"limit_key": "maxResults"
|
|
27
|
+
},
|
|
28
|
+
"ListAppVersionResources": {
|
|
29
|
+
"input_token": "nextToken",
|
|
30
|
+
"output_token": "nextToken",
|
|
31
|
+
"limit_key": "maxResults"
|
|
32
|
+
},
|
|
33
|
+
"ListAppVersions": {
|
|
34
|
+
"input_token": "nextToken",
|
|
35
|
+
"output_token": "nextToken",
|
|
36
|
+
"limit_key": "maxResults"
|
|
37
|
+
},
|
|
38
|
+
"ListApps": {
|
|
39
|
+
"input_token": "nextToken",
|
|
40
|
+
"output_token": "nextToken",
|
|
41
|
+
"limit_key": "maxResults"
|
|
42
|
+
},
|
|
43
|
+
"ListRecommendationTemplates": {
|
|
44
|
+
"input_token": "nextToken",
|
|
45
|
+
"output_token": "nextToken",
|
|
46
|
+
"limit_key": "maxResults"
|
|
47
|
+
},
|
|
48
|
+
"ListResiliencyPolicies": {
|
|
49
|
+
"input_token": "nextToken",
|
|
50
|
+
"output_token": "nextToken",
|
|
51
|
+
"limit_key": "maxResults"
|
|
52
|
+
},
|
|
53
|
+
"ListSopRecommendations": {
|
|
54
|
+
"input_token": "nextToken",
|
|
55
|
+
"output_token": "nextToken",
|
|
56
|
+
"limit_key": "maxResults"
|
|
57
|
+
},
|
|
58
|
+
"ListSuggestedResiliencyPolicies": {
|
|
59
|
+
"input_token": "nextToken",
|
|
60
|
+
"output_token": "nextToken",
|
|
61
|
+
"limit_key": "maxResults"
|
|
62
|
+
},
|
|
63
|
+
"ListTestRecommendations": {
|
|
64
|
+
"input_token": "nextToken",
|
|
65
|
+
"output_token": "nextToken",
|
|
66
|
+
"limit_key": "maxResults"
|
|
67
|
+
},
|
|
68
|
+
"ListUnsupportedAppVersionResources": {
|
|
69
|
+
"input_token": "nextToken",
|
|
70
|
+
"output_token": "nextToken",
|
|
71
|
+
"limit_key": "maxResults"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -123,8 +123,7 @@
|
|
|
123
123
|
"input": {
|
|
124
124
|
"type": "structure",
|
|
125
125
|
"required": [
|
|
126
|
-
"Name"
|
|
127
|
-
"TerminologyDataFormat"
|
|
126
|
+
"Name"
|
|
128
127
|
],
|
|
129
128
|
"members": {
|
|
130
129
|
"Name": {},
|
|
@@ -138,15 +137,10 @@
|
|
|
138
137
|
"shape": "S18"
|
|
139
138
|
},
|
|
140
139
|
"TerminologyDataLocation": {
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
],
|
|
146
|
-
"members": {
|
|
147
|
-
"RepositoryType": {},
|
|
148
|
-
"Location": {}
|
|
149
|
-
}
|
|
140
|
+
"shape": "S1b"
|
|
141
|
+
},
|
|
142
|
+
"AuxiliaryDataLocation": {
|
|
143
|
+
"shape": "S1b"
|
|
150
144
|
}
|
|
151
145
|
}
|
|
152
146
|
}
|
|
@@ -174,7 +168,8 @@
|
|
|
174
168
|
"type": "blob",
|
|
175
169
|
"sensitive": true
|
|
176
170
|
},
|
|
177
|
-
"Format": {}
|
|
171
|
+
"Format": {},
|
|
172
|
+
"Directionality": {}
|
|
178
173
|
}
|
|
179
174
|
},
|
|
180
175
|
"EncryptionKey": {
|
|
@@ -187,6 +182,9 @@
|
|
|
187
182
|
"members": {
|
|
188
183
|
"TerminologyProperties": {
|
|
189
184
|
"shape": "S18"
|
|
185
|
+
},
|
|
186
|
+
"AuxiliaryDataLocation": {
|
|
187
|
+
"shape": "S1b"
|
|
190
188
|
}
|
|
191
189
|
}
|
|
192
190
|
}
|
|
@@ -597,7 +595,24 @@
|
|
|
597
595
|
},
|
|
598
596
|
"LastUpdatedAt": {
|
|
599
597
|
"type": "timestamp"
|
|
600
|
-
}
|
|
598
|
+
},
|
|
599
|
+
"Directionality": {},
|
|
600
|
+
"Message": {},
|
|
601
|
+
"SkippedTermCount": {
|
|
602
|
+
"type": "integer"
|
|
603
|
+
},
|
|
604
|
+
"Format": {}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"S1b": {
|
|
608
|
+
"type": "structure",
|
|
609
|
+
"required": [
|
|
610
|
+
"RepositoryType",
|
|
611
|
+
"Location"
|
|
612
|
+
],
|
|
613
|
+
"members": {
|
|
614
|
+
"RepositoryType": {},
|
|
615
|
+
"Location": {}
|
|
601
616
|
}
|
|
602
617
|
}
|
|
603
618
|
}
|
package/clients/all.d.ts
CHANGED
|
@@ -285,3 +285,4 @@ export import CloudControl = require('./cloudcontrol');
|
|
|
285
285
|
export import Grafana = require('./grafana');
|
|
286
286
|
export import Panorama = require('./panorama');
|
|
287
287
|
export import ChimeSDKMeetings = require('./chimesdkmeetings');
|
|
288
|
+
export import Resiliencehub = require('./resiliencehub');
|
package/clients/all.js
CHANGED
|
@@ -286,5 +286,6 @@ module.exports = {
|
|
|
286
286
|
CloudControl: require('./cloudcontrol'),
|
|
287
287
|
Grafana: require('./grafana'),
|
|
288
288
|
Panorama: require('./panorama'),
|
|
289
|
-
ChimeSDKMeetings: require('./chimesdkmeetings')
|
|
289
|
+
ChimeSDKMeetings: require('./chimesdkmeetings'),
|
|
290
|
+
Resiliencehub: require('./resiliencehub')
|
|
290
291
|
};
|
package/clients/backup.d.ts
CHANGED
|
@@ -817,6 +817,8 @@ declare namespace Backup {
|
|
|
817
817
|
* An array of conditions used to specify a set of resources to assign to a backup plan; for example, "StringEquals": {"ec2:ResourceTag/Department": "accounting". Assigns the backup plan to every resource with at least one matching tag.
|
|
818
818
|
*/
|
|
819
819
|
ListOfTags?: ListOfTags;
|
|
820
|
+
NotResources?: ResourceArns;
|
|
821
|
+
Conditions?: Conditions;
|
|
820
822
|
}
|
|
821
823
|
export type BackupSelectionName = string;
|
|
822
824
|
export type BackupSelectionsList = BackupSelectionsListMember[];
|
|
@@ -919,8 +921,19 @@ declare namespace Backup {
|
|
|
919
921
|
ConditionValue: ConditionValue;
|
|
920
922
|
}
|
|
921
923
|
export type ConditionKey = string;
|
|
924
|
+
export interface ConditionParameter {
|
|
925
|
+
ConditionKey?: ConditionKey;
|
|
926
|
+
ConditionValue?: ConditionValue;
|
|
927
|
+
}
|
|
928
|
+
export type ConditionParameters = ConditionParameter[];
|
|
922
929
|
export type ConditionType = "STRINGEQUALS"|string;
|
|
923
930
|
export type ConditionValue = string;
|
|
931
|
+
export interface Conditions {
|
|
932
|
+
StringEquals?: ConditionParameters;
|
|
933
|
+
StringNotEquals?: ConditionParameters;
|
|
934
|
+
StringLike?: ConditionParameters;
|
|
935
|
+
StringNotLike?: ConditionParameters;
|
|
936
|
+
}
|
|
924
937
|
export interface ControlInputParameter {
|
|
925
938
|
/**
|
|
926
939
|
* The name of a parameter, for example, BackupPlanFrequency.
|