cdk-docker-image-deployment 0.0.89 → 0.0.90

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 (42) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +11 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
  10. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
  11. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
  12. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
  13. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
  14. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
  16. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  17. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
  18. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
  19. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
  20. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
  21. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
  23. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
  24. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  25. package/node_modules/aws-sdk/clients/all.js +3 -1
  26. package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
  27. package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
  28. package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
  29. package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
  30. package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
  31. package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
  32. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
  33. package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
  34. package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +87 -13
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +765 -21
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  39. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  40. package/node_modules/aws-sdk/lib/core.js +1 -1
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/package.json +3 -3
@@ -0,0 +1,586 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-11-28",
5
+ "endpointPrefix": "docdb-elastic",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "DocDB Elastic",
9
+ "serviceFullName": "Amazon DocumentDB Elastic Clusters",
10
+ "serviceId": "DocDB Elastic",
11
+ "signatureVersion": "v4",
12
+ "signingName": "docdb-elastic",
13
+ "uid": "docdb-elastic-2022-11-28"
14
+ },
15
+ "operations": {
16
+ "CreateCluster": {
17
+ "http": {
18
+ "requestUri": "/cluster",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "adminUserName",
25
+ "adminUserPassword",
26
+ "authType",
27
+ "clusterName",
28
+ "shardCapacity",
29
+ "shardCount"
30
+ ],
31
+ "members": {
32
+ "adminUserName": {},
33
+ "adminUserPassword": {
34
+ "shape": "S3"
35
+ },
36
+ "authType": {},
37
+ "clientToken": {
38
+ "idempotencyToken": true
39
+ },
40
+ "clusterName": {},
41
+ "kmsKeyId": {},
42
+ "preferredMaintenanceWindow": {},
43
+ "shardCapacity": {
44
+ "type": "integer"
45
+ },
46
+ "shardCount": {
47
+ "type": "integer"
48
+ },
49
+ "subnetIds": {
50
+ "shape": "S6"
51
+ },
52
+ "tags": {
53
+ "shape": "S7"
54
+ },
55
+ "vpcSecurityGroupIds": {
56
+ "shape": "S6"
57
+ }
58
+ }
59
+ },
60
+ "output": {
61
+ "type": "structure",
62
+ "required": [
63
+ "cluster"
64
+ ],
65
+ "members": {
66
+ "cluster": {
67
+ "shape": "Sb"
68
+ }
69
+ }
70
+ },
71
+ "idempotent": true
72
+ },
73
+ "CreateClusterSnapshot": {
74
+ "http": {
75
+ "requestUri": "/cluster-snapshot",
76
+ "responseCode": 200
77
+ },
78
+ "input": {
79
+ "type": "structure",
80
+ "required": [
81
+ "clusterArn",
82
+ "snapshotName"
83
+ ],
84
+ "members": {
85
+ "clusterArn": {},
86
+ "snapshotName": {},
87
+ "tags": {
88
+ "shape": "S7"
89
+ }
90
+ }
91
+ },
92
+ "output": {
93
+ "type": "structure",
94
+ "required": [
95
+ "snapshot"
96
+ ],
97
+ "members": {
98
+ "snapshot": {
99
+ "shape": "Sg"
100
+ }
101
+ }
102
+ },
103
+ "idempotent": true
104
+ },
105
+ "DeleteCluster": {
106
+ "http": {
107
+ "method": "DELETE",
108
+ "requestUri": "/cluster/{clusterArn}",
109
+ "responseCode": 200
110
+ },
111
+ "input": {
112
+ "type": "structure",
113
+ "required": [
114
+ "clusterArn"
115
+ ],
116
+ "members": {
117
+ "clusterArn": {
118
+ "location": "uri",
119
+ "locationName": "clusterArn"
120
+ }
121
+ }
122
+ },
123
+ "output": {
124
+ "type": "structure",
125
+ "required": [
126
+ "cluster"
127
+ ],
128
+ "members": {
129
+ "cluster": {
130
+ "shape": "Sb"
131
+ }
132
+ }
133
+ },
134
+ "idempotent": true
135
+ },
136
+ "DeleteClusterSnapshot": {
137
+ "http": {
138
+ "method": "DELETE",
139
+ "requestUri": "/cluster-snapshot/{snapshotArn}",
140
+ "responseCode": 200
141
+ },
142
+ "input": {
143
+ "type": "structure",
144
+ "required": [
145
+ "snapshotArn"
146
+ ],
147
+ "members": {
148
+ "snapshotArn": {
149
+ "location": "uri",
150
+ "locationName": "snapshotArn"
151
+ }
152
+ }
153
+ },
154
+ "output": {
155
+ "type": "structure",
156
+ "required": [
157
+ "snapshot"
158
+ ],
159
+ "members": {
160
+ "snapshot": {
161
+ "shape": "Sg"
162
+ }
163
+ }
164
+ },
165
+ "idempotent": true
166
+ },
167
+ "GetCluster": {
168
+ "http": {
169
+ "method": "GET",
170
+ "requestUri": "/cluster/{clusterArn}",
171
+ "responseCode": 200
172
+ },
173
+ "input": {
174
+ "type": "structure",
175
+ "required": [
176
+ "clusterArn"
177
+ ],
178
+ "members": {
179
+ "clusterArn": {
180
+ "location": "uri",
181
+ "locationName": "clusterArn"
182
+ }
183
+ }
184
+ },
185
+ "output": {
186
+ "type": "structure",
187
+ "required": [
188
+ "cluster"
189
+ ],
190
+ "members": {
191
+ "cluster": {
192
+ "shape": "Sb"
193
+ }
194
+ }
195
+ }
196
+ },
197
+ "GetClusterSnapshot": {
198
+ "http": {
199
+ "method": "GET",
200
+ "requestUri": "/cluster-snapshot/{snapshotArn}",
201
+ "responseCode": 200
202
+ },
203
+ "input": {
204
+ "type": "structure",
205
+ "required": [
206
+ "snapshotArn"
207
+ ],
208
+ "members": {
209
+ "snapshotArn": {
210
+ "location": "uri",
211
+ "locationName": "snapshotArn"
212
+ }
213
+ }
214
+ },
215
+ "output": {
216
+ "type": "structure",
217
+ "required": [
218
+ "snapshot"
219
+ ],
220
+ "members": {
221
+ "snapshot": {
222
+ "shape": "Sg"
223
+ }
224
+ }
225
+ }
226
+ },
227
+ "ListClusterSnapshots": {
228
+ "http": {
229
+ "method": "GET",
230
+ "requestUri": "/cluster-snapshots",
231
+ "responseCode": 200
232
+ },
233
+ "input": {
234
+ "type": "structure",
235
+ "members": {
236
+ "clusterArn": {
237
+ "location": "querystring",
238
+ "locationName": "clusterArn"
239
+ },
240
+ "maxResults": {
241
+ "location": "querystring",
242
+ "locationName": "maxResults",
243
+ "type": "integer"
244
+ },
245
+ "nextToken": {
246
+ "location": "querystring",
247
+ "locationName": "nextToken"
248
+ }
249
+ }
250
+ },
251
+ "output": {
252
+ "type": "structure",
253
+ "members": {
254
+ "nextToken": {},
255
+ "snapshots": {
256
+ "type": "list",
257
+ "member": {
258
+ "type": "structure",
259
+ "required": [
260
+ "clusterArn",
261
+ "snapshotArn",
262
+ "snapshotCreationTime",
263
+ "snapshotName",
264
+ "status"
265
+ ],
266
+ "members": {
267
+ "clusterArn": {},
268
+ "snapshotArn": {},
269
+ "snapshotCreationTime": {},
270
+ "snapshotName": {},
271
+ "status": {}
272
+ }
273
+ }
274
+ }
275
+ }
276
+ }
277
+ },
278
+ "ListClusters": {
279
+ "http": {
280
+ "method": "GET",
281
+ "requestUri": "/clusters",
282
+ "responseCode": 200
283
+ },
284
+ "input": {
285
+ "type": "structure",
286
+ "members": {
287
+ "maxResults": {
288
+ "location": "querystring",
289
+ "locationName": "maxResults",
290
+ "type": "integer"
291
+ },
292
+ "nextToken": {
293
+ "location": "querystring",
294
+ "locationName": "nextToken"
295
+ }
296
+ }
297
+ },
298
+ "output": {
299
+ "type": "structure",
300
+ "members": {
301
+ "clusters": {
302
+ "type": "list",
303
+ "member": {
304
+ "type": "structure",
305
+ "required": [
306
+ "clusterArn",
307
+ "clusterName",
308
+ "status"
309
+ ],
310
+ "members": {
311
+ "clusterArn": {},
312
+ "clusterName": {},
313
+ "status": {}
314
+ }
315
+ }
316
+ },
317
+ "nextToken": {}
318
+ }
319
+ }
320
+ },
321
+ "ListTagsForResource": {
322
+ "http": {
323
+ "method": "GET",
324
+ "requestUri": "/tags/{resourceArn}",
325
+ "responseCode": 200
326
+ },
327
+ "input": {
328
+ "type": "structure",
329
+ "required": [
330
+ "resourceArn"
331
+ ],
332
+ "members": {
333
+ "resourceArn": {
334
+ "location": "uri",
335
+ "locationName": "resourceArn"
336
+ }
337
+ }
338
+ },
339
+ "output": {
340
+ "type": "structure",
341
+ "members": {
342
+ "tags": {
343
+ "shape": "S7"
344
+ }
345
+ }
346
+ }
347
+ },
348
+ "RestoreClusterFromSnapshot": {
349
+ "http": {
350
+ "requestUri": "/cluster-snapshot/{snapshotArn}/restore",
351
+ "responseCode": 200
352
+ },
353
+ "input": {
354
+ "type": "structure",
355
+ "required": [
356
+ "clusterName",
357
+ "snapshotArn"
358
+ ],
359
+ "members": {
360
+ "clusterName": {},
361
+ "kmsKeyId": {},
362
+ "snapshotArn": {
363
+ "location": "uri",
364
+ "locationName": "snapshotArn"
365
+ },
366
+ "subnetIds": {
367
+ "shape": "S6"
368
+ },
369
+ "tags": {
370
+ "shape": "S7"
371
+ },
372
+ "vpcSecurityGroupIds": {
373
+ "shape": "S6"
374
+ }
375
+ }
376
+ },
377
+ "output": {
378
+ "type": "structure",
379
+ "required": [
380
+ "cluster"
381
+ ],
382
+ "members": {
383
+ "cluster": {
384
+ "shape": "Sb"
385
+ }
386
+ }
387
+ },
388
+ "idempotent": true
389
+ },
390
+ "TagResource": {
391
+ "http": {
392
+ "requestUri": "/tags/{resourceArn}",
393
+ "responseCode": 200
394
+ },
395
+ "input": {
396
+ "type": "structure",
397
+ "required": [
398
+ "resourceArn",
399
+ "tags"
400
+ ],
401
+ "members": {
402
+ "resourceArn": {
403
+ "location": "uri",
404
+ "locationName": "resourceArn"
405
+ },
406
+ "tags": {
407
+ "shape": "S7"
408
+ }
409
+ }
410
+ },
411
+ "output": {
412
+ "type": "structure",
413
+ "members": {}
414
+ }
415
+ },
416
+ "UntagResource": {
417
+ "http": {
418
+ "method": "DELETE",
419
+ "requestUri": "/tags/{resourceArn}",
420
+ "responseCode": 200
421
+ },
422
+ "input": {
423
+ "type": "structure",
424
+ "required": [
425
+ "resourceArn",
426
+ "tagKeys"
427
+ ],
428
+ "members": {
429
+ "resourceArn": {
430
+ "location": "uri",
431
+ "locationName": "resourceArn"
432
+ },
433
+ "tagKeys": {
434
+ "location": "querystring",
435
+ "locationName": "tagKeys",
436
+ "type": "list",
437
+ "member": {}
438
+ }
439
+ }
440
+ },
441
+ "output": {
442
+ "type": "structure",
443
+ "members": {}
444
+ },
445
+ "idempotent": true
446
+ },
447
+ "UpdateCluster": {
448
+ "http": {
449
+ "method": "PUT",
450
+ "requestUri": "/cluster/{clusterArn}",
451
+ "responseCode": 200
452
+ },
453
+ "input": {
454
+ "type": "structure",
455
+ "required": [
456
+ "clusterArn"
457
+ ],
458
+ "members": {
459
+ "adminUserPassword": {
460
+ "shape": "S3"
461
+ },
462
+ "authType": {},
463
+ "clientToken": {
464
+ "idempotencyToken": true
465
+ },
466
+ "clusterArn": {
467
+ "location": "uri",
468
+ "locationName": "clusterArn"
469
+ },
470
+ "preferredMaintenanceWindow": {},
471
+ "shardCapacity": {
472
+ "type": "integer"
473
+ },
474
+ "shardCount": {
475
+ "type": "integer"
476
+ },
477
+ "subnetIds": {
478
+ "shape": "S6"
479
+ },
480
+ "vpcSecurityGroupIds": {
481
+ "shape": "S6"
482
+ }
483
+ }
484
+ },
485
+ "output": {
486
+ "type": "structure",
487
+ "required": [
488
+ "cluster"
489
+ ],
490
+ "members": {
491
+ "cluster": {
492
+ "shape": "Sb"
493
+ }
494
+ }
495
+ },
496
+ "idempotent": true
497
+ }
498
+ },
499
+ "shapes": {
500
+ "S3": {
501
+ "type": "string",
502
+ "sensitive": true
503
+ },
504
+ "S6": {
505
+ "type": "list",
506
+ "member": {}
507
+ },
508
+ "S7": {
509
+ "type": "map",
510
+ "key": {},
511
+ "value": {}
512
+ },
513
+ "Sb": {
514
+ "type": "structure",
515
+ "required": [
516
+ "adminUserName",
517
+ "authType",
518
+ "clusterArn",
519
+ "clusterEndpoint",
520
+ "clusterName",
521
+ "createTime",
522
+ "kmsKeyId",
523
+ "preferredMaintenanceWindow",
524
+ "shardCapacity",
525
+ "shardCount",
526
+ "status",
527
+ "subnetIds",
528
+ "vpcSecurityGroupIds"
529
+ ],
530
+ "members": {
531
+ "adminUserName": {},
532
+ "authType": {},
533
+ "clusterArn": {},
534
+ "clusterEndpoint": {},
535
+ "clusterName": {},
536
+ "createTime": {},
537
+ "kmsKeyId": {},
538
+ "preferredMaintenanceWindow": {},
539
+ "shardCapacity": {
540
+ "type": "integer"
541
+ },
542
+ "shardCount": {
543
+ "type": "integer"
544
+ },
545
+ "status": {},
546
+ "subnetIds": {
547
+ "shape": "S6"
548
+ },
549
+ "vpcSecurityGroupIds": {
550
+ "shape": "S6"
551
+ }
552
+ }
553
+ },
554
+ "Sg": {
555
+ "type": "structure",
556
+ "required": [
557
+ "adminUserName",
558
+ "clusterArn",
559
+ "clusterCreationTime",
560
+ "kmsKeyId",
561
+ "snapshotArn",
562
+ "snapshotCreationTime",
563
+ "snapshotName",
564
+ "status",
565
+ "subnetIds",
566
+ "vpcSecurityGroupIds"
567
+ ],
568
+ "members": {
569
+ "adminUserName": {},
570
+ "clusterArn": {},
571
+ "clusterCreationTime": {},
572
+ "kmsKeyId": {},
573
+ "snapshotArn": {},
574
+ "snapshotCreationTime": {},
575
+ "snapshotName": {},
576
+ "status": {},
577
+ "subnetIds": {
578
+ "shape": "S6"
579
+ },
580
+ "vpcSecurityGroupIds": {
581
+ "shape": "S6"
582
+ }
583
+ }
584
+ }
585
+ }
586
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "pagination": {
3
+ "ListClusterSnapshots": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "snapshots"
8
+ },
9
+ "ListClusters": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "clusters"
14
+ }
15
+ }
16
+ }