cdk-docker-image-deployment 0.0.66 → 0.0.68
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/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +68 -65
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +20 -8
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +844 -836
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +343 -42
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +4 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
- package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
- package/node_modules/aws-sdk/clients/connect.d.ts +15 -2
- package/node_modules/aws-sdk/clients/connectcases.d.ts +27 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +19 -3
- package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
- package/node_modules/aws-sdk/clients/groundstation.d.ts +413 -70
- package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +4 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
- package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +53 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +921 -905
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -0,0 +1,624 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "2.0",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"apiVersion": "2022-07-28",
|
|
5
|
+
"endpointPrefix": "resource-explorer-2",
|
|
6
|
+
"jsonVersion": "1.1",
|
|
7
|
+
"protocol": "rest-json",
|
|
8
|
+
"serviceFullName": "AWS Resource Explorer",
|
|
9
|
+
"serviceId": "Resource Explorer 2",
|
|
10
|
+
"signatureVersion": "v4",
|
|
11
|
+
"signingName": "resource-explorer-2",
|
|
12
|
+
"uid": "resource-explorer-2-2022-07-28"
|
|
13
|
+
},
|
|
14
|
+
"operations": {
|
|
15
|
+
"AssociateDefaultView": {
|
|
16
|
+
"http": {
|
|
17
|
+
"requestUri": "/AssociateDefaultView",
|
|
18
|
+
"responseCode": 200
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"ViewArn"
|
|
24
|
+
],
|
|
25
|
+
"members": {
|
|
26
|
+
"ViewArn": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"output": {
|
|
30
|
+
"type": "structure",
|
|
31
|
+
"members": {
|
|
32
|
+
"ViewArn": {}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"idempotent": true
|
|
36
|
+
},
|
|
37
|
+
"BatchGetView": {
|
|
38
|
+
"http": {
|
|
39
|
+
"requestUri": "/BatchGetView",
|
|
40
|
+
"responseCode": 200
|
|
41
|
+
},
|
|
42
|
+
"input": {
|
|
43
|
+
"type": "structure",
|
|
44
|
+
"members": {
|
|
45
|
+
"ViewArns": {
|
|
46
|
+
"type": "list",
|
|
47
|
+
"member": {}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"output": {
|
|
52
|
+
"type": "structure",
|
|
53
|
+
"members": {
|
|
54
|
+
"Errors": {
|
|
55
|
+
"type": "list",
|
|
56
|
+
"member": {
|
|
57
|
+
"type": "structure",
|
|
58
|
+
"required": [
|
|
59
|
+
"ErrorMessage",
|
|
60
|
+
"ViewArn"
|
|
61
|
+
],
|
|
62
|
+
"members": {
|
|
63
|
+
"ErrorMessage": {},
|
|
64
|
+
"ViewArn": {}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"Views": {
|
|
69
|
+
"type": "list",
|
|
70
|
+
"member": {
|
|
71
|
+
"shape": "Sb"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"CreateIndex": {
|
|
78
|
+
"http": {
|
|
79
|
+
"requestUri": "/CreateIndex",
|
|
80
|
+
"responseCode": 200
|
|
81
|
+
},
|
|
82
|
+
"input": {
|
|
83
|
+
"type": "structure",
|
|
84
|
+
"members": {
|
|
85
|
+
"ClientToken": {
|
|
86
|
+
"idempotencyToken": true
|
|
87
|
+
},
|
|
88
|
+
"Tags": {
|
|
89
|
+
"shape": "Sj"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"output": {
|
|
94
|
+
"type": "structure",
|
|
95
|
+
"members": {
|
|
96
|
+
"Arn": {},
|
|
97
|
+
"CreatedAt": {
|
|
98
|
+
"shape": "Sh"
|
|
99
|
+
},
|
|
100
|
+
"State": {}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"idempotent": true
|
|
104
|
+
},
|
|
105
|
+
"CreateView": {
|
|
106
|
+
"http": {
|
|
107
|
+
"requestUri": "/CreateView",
|
|
108
|
+
"responseCode": 200
|
|
109
|
+
},
|
|
110
|
+
"input": {
|
|
111
|
+
"type": "structure",
|
|
112
|
+
"required": [
|
|
113
|
+
"ViewName"
|
|
114
|
+
],
|
|
115
|
+
"members": {
|
|
116
|
+
"ClientToken": {
|
|
117
|
+
"idempotencyToken": true
|
|
118
|
+
},
|
|
119
|
+
"Filters": {
|
|
120
|
+
"shape": "Sc"
|
|
121
|
+
},
|
|
122
|
+
"IncludedProperties": {
|
|
123
|
+
"shape": "Se"
|
|
124
|
+
},
|
|
125
|
+
"Tags": {
|
|
126
|
+
"shape": "Sj"
|
|
127
|
+
},
|
|
128
|
+
"ViewName": {}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"output": {
|
|
132
|
+
"type": "structure",
|
|
133
|
+
"members": {
|
|
134
|
+
"View": {
|
|
135
|
+
"shape": "Sb"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"DeleteIndex": {
|
|
141
|
+
"http": {
|
|
142
|
+
"requestUri": "/DeleteIndex",
|
|
143
|
+
"responseCode": 200
|
|
144
|
+
},
|
|
145
|
+
"input": {
|
|
146
|
+
"type": "structure",
|
|
147
|
+
"required": [
|
|
148
|
+
"Arn"
|
|
149
|
+
],
|
|
150
|
+
"members": {
|
|
151
|
+
"Arn": {}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"output": {
|
|
155
|
+
"type": "structure",
|
|
156
|
+
"members": {
|
|
157
|
+
"Arn": {},
|
|
158
|
+
"LastUpdatedAt": {
|
|
159
|
+
"shape": "Sh"
|
|
160
|
+
},
|
|
161
|
+
"State": {}
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"idempotent": true
|
|
165
|
+
},
|
|
166
|
+
"DeleteView": {
|
|
167
|
+
"http": {
|
|
168
|
+
"requestUri": "/DeleteView",
|
|
169
|
+
"responseCode": 200
|
|
170
|
+
},
|
|
171
|
+
"input": {
|
|
172
|
+
"type": "structure",
|
|
173
|
+
"required": [
|
|
174
|
+
"ViewArn"
|
|
175
|
+
],
|
|
176
|
+
"members": {
|
|
177
|
+
"ViewArn": {}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"output": {
|
|
181
|
+
"type": "structure",
|
|
182
|
+
"members": {
|
|
183
|
+
"ViewArn": {}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"idempotent": true
|
|
187
|
+
},
|
|
188
|
+
"DisassociateDefaultView": {
|
|
189
|
+
"http": {
|
|
190
|
+
"requestUri": "/DisassociateDefaultView",
|
|
191
|
+
"responseCode": 200
|
|
192
|
+
},
|
|
193
|
+
"idempotent": true
|
|
194
|
+
},
|
|
195
|
+
"GetDefaultView": {
|
|
196
|
+
"http": {
|
|
197
|
+
"requestUri": "/GetDefaultView",
|
|
198
|
+
"responseCode": 200
|
|
199
|
+
},
|
|
200
|
+
"output": {
|
|
201
|
+
"type": "structure",
|
|
202
|
+
"members": {
|
|
203
|
+
"ViewArn": {}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"GetIndex": {
|
|
208
|
+
"http": {
|
|
209
|
+
"requestUri": "/GetIndex",
|
|
210
|
+
"responseCode": 200
|
|
211
|
+
},
|
|
212
|
+
"output": {
|
|
213
|
+
"type": "structure",
|
|
214
|
+
"members": {
|
|
215
|
+
"Arn": {},
|
|
216
|
+
"CreatedAt": {
|
|
217
|
+
"shape": "Sh"
|
|
218
|
+
},
|
|
219
|
+
"LastUpdatedAt": {
|
|
220
|
+
"shape": "Sh"
|
|
221
|
+
},
|
|
222
|
+
"ReplicatingFrom": {
|
|
223
|
+
"shape": "Sx"
|
|
224
|
+
},
|
|
225
|
+
"ReplicatingTo": {
|
|
226
|
+
"shape": "Sx"
|
|
227
|
+
},
|
|
228
|
+
"State": {},
|
|
229
|
+
"Tags": {
|
|
230
|
+
"shape": "Sj"
|
|
231
|
+
},
|
|
232
|
+
"Type": {}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"GetView": {
|
|
237
|
+
"http": {
|
|
238
|
+
"requestUri": "/GetView",
|
|
239
|
+
"responseCode": 200
|
|
240
|
+
},
|
|
241
|
+
"input": {
|
|
242
|
+
"type": "structure",
|
|
243
|
+
"required": [
|
|
244
|
+
"ViewArn"
|
|
245
|
+
],
|
|
246
|
+
"members": {
|
|
247
|
+
"ViewArn": {}
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"output": {
|
|
251
|
+
"type": "structure",
|
|
252
|
+
"members": {
|
|
253
|
+
"Tags": {
|
|
254
|
+
"shape": "Sj"
|
|
255
|
+
},
|
|
256
|
+
"View": {
|
|
257
|
+
"shape": "Sb"
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"ListIndexes": {
|
|
263
|
+
"http": {
|
|
264
|
+
"requestUri": "/ListIndexes",
|
|
265
|
+
"responseCode": 200
|
|
266
|
+
},
|
|
267
|
+
"input": {
|
|
268
|
+
"type": "structure",
|
|
269
|
+
"members": {
|
|
270
|
+
"MaxResults": {
|
|
271
|
+
"type": "integer"
|
|
272
|
+
},
|
|
273
|
+
"NextToken": {},
|
|
274
|
+
"Regions": {
|
|
275
|
+
"type": "list",
|
|
276
|
+
"member": {}
|
|
277
|
+
},
|
|
278
|
+
"Type": {}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"output": {
|
|
282
|
+
"type": "structure",
|
|
283
|
+
"members": {
|
|
284
|
+
"Indexes": {
|
|
285
|
+
"type": "list",
|
|
286
|
+
"member": {
|
|
287
|
+
"type": "structure",
|
|
288
|
+
"members": {
|
|
289
|
+
"Arn": {},
|
|
290
|
+
"Region": {},
|
|
291
|
+
"Type": {}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"NextToken": {}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"ListSupportedResourceTypes": {
|
|
300
|
+
"http": {
|
|
301
|
+
"requestUri": "/ListSupportedResourceTypes",
|
|
302
|
+
"responseCode": 200
|
|
303
|
+
},
|
|
304
|
+
"input": {
|
|
305
|
+
"type": "structure",
|
|
306
|
+
"members": {
|
|
307
|
+
"MaxResults": {
|
|
308
|
+
"type": "integer"
|
|
309
|
+
},
|
|
310
|
+
"NextToken": {}
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"output": {
|
|
314
|
+
"type": "structure",
|
|
315
|
+
"members": {
|
|
316
|
+
"NextToken": {},
|
|
317
|
+
"ResourceTypes": {
|
|
318
|
+
"type": "list",
|
|
319
|
+
"member": {
|
|
320
|
+
"type": "structure",
|
|
321
|
+
"members": {
|
|
322
|
+
"ResourceType": {},
|
|
323
|
+
"Service": {}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"ListTagsForResource": {
|
|
331
|
+
"http": {
|
|
332
|
+
"method": "GET",
|
|
333
|
+
"requestUri": "/tags/{resourceArn}",
|
|
334
|
+
"responseCode": 200
|
|
335
|
+
},
|
|
336
|
+
"input": {
|
|
337
|
+
"type": "structure",
|
|
338
|
+
"required": [
|
|
339
|
+
"resourceArn"
|
|
340
|
+
],
|
|
341
|
+
"members": {
|
|
342
|
+
"resourceArn": {
|
|
343
|
+
"location": "uri",
|
|
344
|
+
"locationName": "resourceArn"
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"output": {
|
|
349
|
+
"type": "structure",
|
|
350
|
+
"members": {
|
|
351
|
+
"Tags": {
|
|
352
|
+
"shape": "Sj"
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
"ListViews": {
|
|
358
|
+
"http": {
|
|
359
|
+
"requestUri": "/ListViews",
|
|
360
|
+
"responseCode": 200
|
|
361
|
+
},
|
|
362
|
+
"input": {
|
|
363
|
+
"type": "structure",
|
|
364
|
+
"members": {
|
|
365
|
+
"MaxResults": {
|
|
366
|
+
"type": "integer"
|
|
367
|
+
},
|
|
368
|
+
"NextToken": {}
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"output": {
|
|
372
|
+
"type": "structure",
|
|
373
|
+
"members": {
|
|
374
|
+
"NextToken": {},
|
|
375
|
+
"Views": {
|
|
376
|
+
"type": "list",
|
|
377
|
+
"member": {}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"Search": {
|
|
383
|
+
"http": {
|
|
384
|
+
"requestUri": "/Search",
|
|
385
|
+
"responseCode": 200
|
|
386
|
+
},
|
|
387
|
+
"input": {
|
|
388
|
+
"type": "structure",
|
|
389
|
+
"required": [
|
|
390
|
+
"QueryString"
|
|
391
|
+
],
|
|
392
|
+
"members": {
|
|
393
|
+
"MaxResults": {
|
|
394
|
+
"type": "integer"
|
|
395
|
+
},
|
|
396
|
+
"NextToken": {},
|
|
397
|
+
"QueryString": {
|
|
398
|
+
"type": "string",
|
|
399
|
+
"sensitive": true
|
|
400
|
+
},
|
|
401
|
+
"ViewArn": {}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"output": {
|
|
405
|
+
"type": "structure",
|
|
406
|
+
"members": {
|
|
407
|
+
"Count": {
|
|
408
|
+
"type": "structure",
|
|
409
|
+
"members": {
|
|
410
|
+
"Complete": {
|
|
411
|
+
"type": "boolean"
|
|
412
|
+
},
|
|
413
|
+
"TotalResources": {
|
|
414
|
+
"type": "long"
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"NextToken": {},
|
|
419
|
+
"Resources": {
|
|
420
|
+
"type": "list",
|
|
421
|
+
"member": {
|
|
422
|
+
"type": "structure",
|
|
423
|
+
"members": {
|
|
424
|
+
"Arn": {},
|
|
425
|
+
"LastReportedAt": {
|
|
426
|
+
"shape": "Sh"
|
|
427
|
+
},
|
|
428
|
+
"OwningAccountId": {},
|
|
429
|
+
"Properties": {
|
|
430
|
+
"type": "list",
|
|
431
|
+
"member": {
|
|
432
|
+
"type": "structure",
|
|
433
|
+
"members": {
|
|
434
|
+
"Data": {
|
|
435
|
+
"type": "structure",
|
|
436
|
+
"members": {},
|
|
437
|
+
"document": true
|
|
438
|
+
},
|
|
439
|
+
"LastReportedAt": {
|
|
440
|
+
"shape": "Sh"
|
|
441
|
+
},
|
|
442
|
+
"Name": {}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"Region": {},
|
|
447
|
+
"ResourceType": {},
|
|
448
|
+
"Service": {}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"ViewArn": {}
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"TagResource": {
|
|
457
|
+
"http": {
|
|
458
|
+
"requestUri": "/tags/{resourceArn}",
|
|
459
|
+
"responseCode": 200
|
|
460
|
+
},
|
|
461
|
+
"input": {
|
|
462
|
+
"type": "structure",
|
|
463
|
+
"required": [
|
|
464
|
+
"resourceArn"
|
|
465
|
+
],
|
|
466
|
+
"members": {
|
|
467
|
+
"Tags": {
|
|
468
|
+
"shape": "Sj"
|
|
469
|
+
},
|
|
470
|
+
"resourceArn": {
|
|
471
|
+
"location": "uri",
|
|
472
|
+
"locationName": "resourceArn"
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"output": {
|
|
477
|
+
"type": "structure",
|
|
478
|
+
"members": {}
|
|
479
|
+
},
|
|
480
|
+
"idempotent": true
|
|
481
|
+
},
|
|
482
|
+
"UntagResource": {
|
|
483
|
+
"http": {
|
|
484
|
+
"method": "DELETE",
|
|
485
|
+
"requestUri": "/tags/{resourceArn}",
|
|
486
|
+
"responseCode": 200
|
|
487
|
+
},
|
|
488
|
+
"input": {
|
|
489
|
+
"type": "structure",
|
|
490
|
+
"required": [
|
|
491
|
+
"resourceArn",
|
|
492
|
+
"tagKeys"
|
|
493
|
+
],
|
|
494
|
+
"members": {
|
|
495
|
+
"resourceArn": {
|
|
496
|
+
"location": "uri",
|
|
497
|
+
"locationName": "resourceArn"
|
|
498
|
+
},
|
|
499
|
+
"tagKeys": {
|
|
500
|
+
"location": "querystring",
|
|
501
|
+
"locationName": "tagKeys",
|
|
502
|
+
"type": "list",
|
|
503
|
+
"member": {}
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
"output": {
|
|
508
|
+
"type": "structure",
|
|
509
|
+
"members": {}
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"UpdateIndexType": {
|
|
513
|
+
"http": {
|
|
514
|
+
"requestUri": "/UpdateIndexType",
|
|
515
|
+
"responseCode": 200
|
|
516
|
+
},
|
|
517
|
+
"input": {
|
|
518
|
+
"type": "structure",
|
|
519
|
+
"required": [
|
|
520
|
+
"Arn",
|
|
521
|
+
"Type"
|
|
522
|
+
],
|
|
523
|
+
"members": {
|
|
524
|
+
"Arn": {},
|
|
525
|
+
"Type": {}
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"output": {
|
|
529
|
+
"type": "structure",
|
|
530
|
+
"members": {
|
|
531
|
+
"Arn": {},
|
|
532
|
+
"LastUpdatedAt": {
|
|
533
|
+
"shape": "Sh"
|
|
534
|
+
},
|
|
535
|
+
"State": {},
|
|
536
|
+
"Type": {}
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"UpdateView": {
|
|
541
|
+
"http": {
|
|
542
|
+
"requestUri": "/UpdateView",
|
|
543
|
+
"responseCode": 200
|
|
544
|
+
},
|
|
545
|
+
"input": {
|
|
546
|
+
"type": "structure",
|
|
547
|
+
"required": [
|
|
548
|
+
"ViewArn"
|
|
549
|
+
],
|
|
550
|
+
"members": {
|
|
551
|
+
"Filters": {
|
|
552
|
+
"shape": "Sc"
|
|
553
|
+
},
|
|
554
|
+
"IncludedProperties": {
|
|
555
|
+
"shape": "Se"
|
|
556
|
+
},
|
|
557
|
+
"ViewArn": {}
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
"output": {
|
|
561
|
+
"type": "structure",
|
|
562
|
+
"members": {
|
|
563
|
+
"View": {
|
|
564
|
+
"shape": "Sb"
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"shapes": {
|
|
571
|
+
"Sb": {
|
|
572
|
+
"type": "structure",
|
|
573
|
+
"members": {
|
|
574
|
+
"Filters": {
|
|
575
|
+
"shape": "Sc"
|
|
576
|
+
},
|
|
577
|
+
"IncludedProperties": {
|
|
578
|
+
"shape": "Se"
|
|
579
|
+
},
|
|
580
|
+
"LastUpdatedAt": {
|
|
581
|
+
"shape": "Sh"
|
|
582
|
+
},
|
|
583
|
+
"Owner": {},
|
|
584
|
+
"Scope": {},
|
|
585
|
+
"ViewArn": {}
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
"Sc": {
|
|
589
|
+
"type": "structure",
|
|
590
|
+
"required": [
|
|
591
|
+
"FilterString"
|
|
592
|
+
],
|
|
593
|
+
"members": {
|
|
594
|
+
"FilterString": {}
|
|
595
|
+
},
|
|
596
|
+
"sensitive": true
|
|
597
|
+
},
|
|
598
|
+
"Se": {
|
|
599
|
+
"type": "list",
|
|
600
|
+
"member": {
|
|
601
|
+
"type": "structure",
|
|
602
|
+
"required": [
|
|
603
|
+
"Name"
|
|
604
|
+
],
|
|
605
|
+
"members": {
|
|
606
|
+
"Name": {}
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
"Sh": {
|
|
611
|
+
"type": "timestamp",
|
|
612
|
+
"timestampFormat": "iso8601"
|
|
613
|
+
},
|
|
614
|
+
"Sj": {
|
|
615
|
+
"type": "map",
|
|
616
|
+
"key": {},
|
|
617
|
+
"value": {}
|
|
618
|
+
},
|
|
619
|
+
"Sx": {
|
|
620
|
+
"type": "list",
|
|
621
|
+
"member": {}
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListIndexes": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults",
|
|
7
|
+
"result_key": "Indexes"
|
|
8
|
+
},
|
|
9
|
+
"ListSupportedResourceTypes": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"output_token": "NextToken",
|
|
12
|
+
"limit_key": "MaxResults",
|
|
13
|
+
"result_key": "ResourceTypes"
|
|
14
|
+
},
|
|
15
|
+
"ListViews": {
|
|
16
|
+
"input_token": "NextToken",
|
|
17
|
+
"output_token": "NextToken",
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "Views"
|
|
20
|
+
},
|
|
21
|
+
"Search": {
|
|
22
|
+
"input_token": "NextToken",
|
|
23
|
+
"output_token": "NextToken",
|
|
24
|
+
"limit_key": "MaxResults",
|
|
25
|
+
"result_key": "Resources"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -97,11 +97,11 @@ declare class ACM extends Service {
|
|
|
97
97
|
*/
|
|
98
98
|
removeTagsFromCertificate(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
99
99
|
/**
|
|
100
|
-
* Renews an eligible ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your
|
|
100
|
+
* Renews an eligible ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your Amazon Web Services Private CA certificates with ACM, you must first grant the ACM service principal permission to do so. For more information, see Testing Managed Renewal in the ACM User Guide.
|
|
101
101
|
*/
|
|
102
102
|
renewCertificate(params: ACM.Types.RenewCertificateRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
103
103
|
/**
|
|
104
|
-
* Renews an eligible ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your
|
|
104
|
+
* Renews an eligible ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your Amazon Web Services Private CA certificates with ACM, you must first grant the ACM service principal permission to do so. For more information, see Testing Managed Renewal in the ACM User Guide.
|
|
105
105
|
*/
|
|
106
106
|
renewCertificate(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
107
107
|
/**
|
|
@@ -578,6 +578,7 @@ declare namespace ACM {
|
|
|
578
578
|
export type NextToken = string;
|
|
579
579
|
export type NullableBoolean = boolean;
|
|
580
580
|
export type PassphraseBlob = Buffer|Uint8Array|Blob|string;
|
|
581
|
+
export type PcaArn = string;
|
|
581
582
|
export type PositiveInteger = number;
|
|
582
583
|
export type PrivateKey = string;
|
|
583
584
|
export type PrivateKeyBlob = Buffer|Uint8Array|Blob|string;
|
|
@@ -654,13 +655,17 @@ declare namespace ACM {
|
|
|
654
655
|
*/
|
|
655
656
|
Options?: CertificateOptions;
|
|
656
657
|
/**
|
|
657
|
-
* The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the
|
|
658
|
+
* The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the Amazon Web Services Private Certificate Authority user guide. The ARN must have the following form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
|
|
658
659
|
*/
|
|
659
|
-
CertificateAuthorityArn?:
|
|
660
|
+
CertificateAuthorityArn?: PcaArn;
|
|
660
661
|
/**
|
|
661
662
|
* One or more resource tags to associate with the certificate.
|
|
662
663
|
*/
|
|
663
664
|
Tags?: TagList;
|
|
665
|
+
/**
|
|
666
|
+
* Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. Default: RSA_2048
|
|
667
|
+
*/
|
|
668
|
+
KeyAlgorithm?: KeyAlgorithm;
|
|
664
669
|
}
|
|
665
670
|
export interface RequestCertificateResponse {
|
|
666
671
|
/**
|
|
@@ -317,3 +317,4 @@ export import ControlTower = require('./controltower');
|
|
|
317
317
|
export import IoTFleetWise = require('./iotfleetwise');
|
|
318
318
|
export import MigrationHubOrchestrator = require('./migrationhuborchestrator');
|
|
319
319
|
export import ConnectCases = require('./connectcases');
|
|
320
|
+
export import ResourceExplorer2 = require('./resourceexplorer2');
|