aws-sdk 2.997.0 → 2.1001.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/README.md +1 -1
  3. package/apis/account-2021-02-01.examples.json +5 -0
  4. package/apis/account-2021-02-01.min.json +123 -0
  5. package/apis/account-2021-02-01.paginators.json +4 -0
  6. package/apis/apprunner-2020-05-15.min.json +10 -10
  7. package/apis/backup-2018-11-15.min.json +54 -42
  8. package/apis/cloudcontrol-2021-09-30.examples.json +5 -0
  9. package/apis/cloudcontrol-2021-09-30.min.json +271 -0
  10. package/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
  11. package/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
  12. package/apis/codebuild-2016-10-06.min.json +74 -73
  13. package/apis/dataexchange-2017-07-25.min.json +277 -38
  14. package/apis/dataexchange-2017-07-25.paginators.json +6 -0
  15. package/apis/ec2-2016-11-15.min.json +1212 -879
  16. package/apis/ec2-2016-11-15.paginators.json +6 -0
  17. package/apis/ec2-2016-11-15.waiters2.json +6 -0
  18. package/apis/glue-2017-03-31.min.json +3 -0
  19. package/apis/kms-2014-11-01.examples.json +608 -8
  20. package/apis/location-2020-11-19.min.json +9 -6
  21. package/apis/macie2-2020-01-01.min.json +79 -67
  22. package/apis/metadata.json +6 -0
  23. package/apis/network-firewall-2020-11-12.min.json +65 -31
  24. package/apis/ssm-2014-11-06.min.json +3 -0
  25. package/apis/synthetics-2017-10-11.min.json +39 -9
  26. package/apis/workmail-2017-10-01.min.json +179 -27
  27. package/apis/workmail-2017-10-01.paginators.json +5 -0
  28. package/apis/workspaces-2015-04-08.min.json +83 -50
  29. package/clients/account.d.ts +136 -0
  30. package/clients/account.js +18 -0
  31. package/clients/all.d.ts +2 -0
  32. package/clients/all.js +3 -1
  33. package/clients/applicationautoscaling.d.ts +38 -38
  34. package/clients/apprunner.d.ts +55 -54
  35. package/clients/backup.d.ts +22 -10
  36. package/clients/cloudcontrol.d.ts +385 -0
  37. package/clients/cloudcontrol.js +19 -0
  38. package/clients/codebuild.d.ts +8 -3
  39. package/clients/dataexchange.d.ts +226 -2
  40. package/clients/ec2.d.ts +377 -2
  41. package/clients/glue.d.ts +7 -0
  42. package/clients/kms.d.ts +2 -2
  43. package/clients/location.d.ts +37 -24
  44. package/clients/macie2.d.ts +29 -12
  45. package/clients/networkfirewall.d.ts +61 -10
  46. package/clients/ssm.d.ts +7 -3
  47. package/clients/synthetics.d.ts +40 -0
  48. package/clients/workmail.d.ts +214 -0
  49. package/clients/workspaces.d.ts +87 -40
  50. package/dist/aws-sdk-core-react-native.js +2 -3
  51. package/dist/aws-sdk-react-native.js +102 -37
  52. package/dist/aws-sdk.js +1319 -977
  53. package/dist/aws-sdk.min.js +77 -77
  54. package/lib/config_service_placeholders.d.ts +4 -0
  55. package/lib/core.js +1 -1
  56. package/lib/event_listeners.js +0 -1
  57. package/lib/services/s3.js +0 -15
  58. package/package.json +1 -1
  59. package/scripts/region-checker/allowlist.js +7 -7
@@ -0,0 +1,271 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-09-30",
5
+ "endpointPrefix": "cloudcontrolapi",
6
+ "jsonVersion": "1.0",
7
+ "protocol": "json",
8
+ "serviceAbbreviation": "CloudControlApi",
9
+ "serviceFullName": "AWS Cloud Control API",
10
+ "serviceId": "CloudControl",
11
+ "signatureVersion": "v4",
12
+ "signingName": "cloudcontrolapi",
13
+ "targetPrefix": "CloudApiService",
14
+ "uid": "cloudcontrol-2021-09-30"
15
+ },
16
+ "operations": {
17
+ "CancelResourceRequest": {
18
+ "input": {
19
+ "type": "structure",
20
+ "required": [
21
+ "RequestToken"
22
+ ],
23
+ "members": {
24
+ "RequestToken": {}
25
+ }
26
+ },
27
+ "output": {
28
+ "type": "structure",
29
+ "members": {
30
+ "ProgressEvent": {
31
+ "shape": "S4"
32
+ }
33
+ }
34
+ },
35
+ "idempotent": true
36
+ },
37
+ "CreateResource": {
38
+ "input": {
39
+ "type": "structure",
40
+ "required": [
41
+ "TypeName",
42
+ "DesiredState"
43
+ ],
44
+ "members": {
45
+ "TypeName": {},
46
+ "TypeVersionId": {},
47
+ "RoleArn": {},
48
+ "ClientToken": {
49
+ "idempotencyToken": true
50
+ },
51
+ "DesiredState": {
52
+ "shape": "Sa"
53
+ }
54
+ }
55
+ },
56
+ "output": {
57
+ "type": "structure",
58
+ "members": {
59
+ "ProgressEvent": {
60
+ "shape": "S4"
61
+ }
62
+ }
63
+ }
64
+ },
65
+ "DeleteResource": {
66
+ "input": {
67
+ "type": "structure",
68
+ "required": [
69
+ "TypeName",
70
+ "Identifier"
71
+ ],
72
+ "members": {
73
+ "TypeName": {},
74
+ "TypeVersionId": {},
75
+ "RoleArn": {},
76
+ "ClientToken": {
77
+ "idempotencyToken": true
78
+ },
79
+ "Identifier": {}
80
+ }
81
+ },
82
+ "output": {
83
+ "type": "structure",
84
+ "members": {
85
+ "ProgressEvent": {
86
+ "shape": "S4"
87
+ }
88
+ }
89
+ }
90
+ },
91
+ "GetResource": {
92
+ "input": {
93
+ "type": "structure",
94
+ "required": [
95
+ "TypeName",
96
+ "Identifier"
97
+ ],
98
+ "members": {
99
+ "TypeName": {},
100
+ "TypeVersionId": {},
101
+ "RoleArn": {},
102
+ "Identifier": {}
103
+ }
104
+ },
105
+ "output": {
106
+ "type": "structure",
107
+ "members": {
108
+ "TypeName": {},
109
+ "ResourceDescription": {
110
+ "shape": "Sm"
111
+ }
112
+ }
113
+ }
114
+ },
115
+ "GetResourceRequestStatus": {
116
+ "input": {
117
+ "type": "structure",
118
+ "required": [
119
+ "RequestToken"
120
+ ],
121
+ "members": {
122
+ "RequestToken": {}
123
+ }
124
+ },
125
+ "output": {
126
+ "type": "structure",
127
+ "members": {
128
+ "ProgressEvent": {
129
+ "shape": "S4"
130
+ }
131
+ }
132
+ }
133
+ },
134
+ "ListResourceRequests": {
135
+ "input": {
136
+ "type": "structure",
137
+ "members": {
138
+ "MaxResults": {
139
+ "type": "integer"
140
+ },
141
+ "NextToken": {},
142
+ "ResourceRequestStatusFilter": {
143
+ "type": "structure",
144
+ "members": {
145
+ "Operations": {
146
+ "type": "list",
147
+ "member": {}
148
+ },
149
+ "OperationStatuses": {
150
+ "type": "list",
151
+ "member": {}
152
+ }
153
+ }
154
+ }
155
+ }
156
+ },
157
+ "output": {
158
+ "type": "structure",
159
+ "members": {
160
+ "ResourceRequestStatusSummaries": {
161
+ "type": "list",
162
+ "member": {
163
+ "shape": "S4"
164
+ }
165
+ },
166
+ "NextToken": {}
167
+ }
168
+ }
169
+ },
170
+ "ListResources": {
171
+ "input": {
172
+ "type": "structure",
173
+ "required": [
174
+ "TypeName"
175
+ ],
176
+ "members": {
177
+ "TypeName": {},
178
+ "TypeVersionId": {},
179
+ "RoleArn": {},
180
+ "NextToken": {},
181
+ "MaxResults": {
182
+ "type": "integer"
183
+ },
184
+ "ResourceModel": {
185
+ "shape": "Sa"
186
+ }
187
+ }
188
+ },
189
+ "output": {
190
+ "type": "structure",
191
+ "members": {
192
+ "TypeName": {},
193
+ "ResourceDescriptions": {
194
+ "type": "list",
195
+ "member": {
196
+ "shape": "Sm"
197
+ }
198
+ },
199
+ "NextToken": {}
200
+ }
201
+ }
202
+ },
203
+ "UpdateResource": {
204
+ "input": {
205
+ "type": "structure",
206
+ "required": [
207
+ "TypeName",
208
+ "Identifier",
209
+ "PatchDocument"
210
+ ],
211
+ "members": {
212
+ "TypeName": {},
213
+ "TypeVersionId": {},
214
+ "RoleArn": {},
215
+ "ClientToken": {
216
+ "idempotencyToken": true
217
+ },
218
+ "Identifier": {},
219
+ "PatchDocument": {
220
+ "type": "string",
221
+ "sensitive": true
222
+ }
223
+ }
224
+ },
225
+ "output": {
226
+ "type": "structure",
227
+ "members": {
228
+ "ProgressEvent": {
229
+ "shape": "S4"
230
+ }
231
+ }
232
+ }
233
+ }
234
+ },
235
+ "shapes": {
236
+ "S4": {
237
+ "type": "structure",
238
+ "members": {
239
+ "TypeName": {},
240
+ "Identifier": {},
241
+ "RequestToken": {},
242
+ "Operation": {},
243
+ "OperationStatus": {},
244
+ "EventTime": {
245
+ "type": "timestamp"
246
+ },
247
+ "ResourceModel": {
248
+ "shape": "Sa"
249
+ },
250
+ "StatusMessage": {},
251
+ "ErrorCode": {},
252
+ "RetryAfter": {
253
+ "type": "timestamp"
254
+ }
255
+ }
256
+ },
257
+ "Sa": {
258
+ "type": "string",
259
+ "sensitive": true
260
+ },
261
+ "Sm": {
262
+ "type": "structure",
263
+ "members": {
264
+ "Identifier": {},
265
+ "Properties": {
266
+ "shape": "Sa"
267
+ }
268
+ }
269
+ }
270
+ }
271
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListResourceRequests": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListResources": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "ResourceRequestSuccess": {
5
+ "description": "Wait until resource operation request is successful",
6
+ "operation": "GetResourceRequestStatus",
7
+ "delay": 5,
8
+ "maxAttempts": 720,
9
+ "acceptors": [
10
+ {
11
+ "state": "success",
12
+ "matcher": "path",
13
+ "argument": "ProgressEvent.OperationStatus",
14
+ "expected": "SUCCESS"
15
+ },
16
+ {
17
+ "state": "failure",
18
+ "matcher": "path",
19
+ "argument": "ProgressEvent.OperationStatus",
20
+ "expected": "FAILED"
21
+ },
22
+ {
23
+ "state": "failure",
24
+ "matcher": "path",
25
+ "argument": "ProgressEvent.OperationStatus",
26
+ "expected": "CANCEL_COMPLETE"
27
+ }
28
+ ]
29
+ }
30
+ }
31
+ }