cdk-docker-image-deployment 0.0.144 → 0.0.146

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 (28) 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 +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1721 -1253
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +24 -0
  9. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +40 -29
  10. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +23 -1
  11. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -534
  12. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +79 -28
  13. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.paginators.json +6 -0
  14. package/node_modules/aws-sdk/clients/ec2.d.ts +544 -14
  15. package/node_modules/aws-sdk/clients/m2.d.ts +10 -0
  16. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +16 -16
  18. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  19. package/node_modules/aws-sdk/clients/sagemaker.d.ts +28 -1
  20. package/node_modules/aws-sdk/clients/ssmsap.d.ts +174 -115
  21. package/node_modules/aws-sdk/clients/sts.d.ts +4 -4
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +1723 -1231
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +73 -72
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +4 -4
@@ -64,14 +64,15 @@
64
64
  "type": "structure",
65
65
  "members": {
66
66
  "ApplicationId": {},
67
- "ApplicationArn": {}
67
+ "ApplicationArn": {},
68
+ "AppRegistryArn": {}
68
69
  }
69
70
  },
70
71
  "output": {
71
72
  "type": "structure",
72
73
  "members": {
73
74
  "Application": {
74
- "shape": "Sc"
75
+ "shape": "Sd"
75
76
  },
76
77
  "Tags": {
77
78
  "shape": "Sj"
@@ -193,30 +194,7 @@
193
194
  "type": "structure",
194
195
  "members": {
195
196
  "Operation": {
196
- "type": "structure",
197
- "members": {
198
- "Id": {},
199
- "Type": {},
200
- "Status": {},
201
- "StatusMessage": {},
202
- "Properties": {
203
- "type": "map",
204
- "key": {},
205
- "value": {}
206
- },
207
- "ResourceType": {},
208
- "ResourceId": {},
209
- "ResourceArn": {},
210
- "StartTime": {
211
- "type": "timestamp"
212
- },
213
- "EndTime": {
214
- "type": "timestamp"
215
- },
216
- "LastUpdatedTime": {
217
- "type": "timestamp"
218
- }
219
- }
197
+ "shape": "S1a"
220
198
  }
221
199
  }
222
200
  }
@@ -353,6 +331,53 @@
353
331
  }
354
332
  }
355
333
  },
334
+ "ListOperations": {
335
+ "http": {
336
+ "requestUri": "/list-operations",
337
+ "responseCode": 200
338
+ },
339
+ "input": {
340
+ "type": "structure",
341
+ "required": [
342
+ "ApplicationId"
343
+ ],
344
+ "members": {
345
+ "ApplicationId": {},
346
+ "MaxResults": {
347
+ "type": "integer"
348
+ },
349
+ "NextToken": {},
350
+ "Filters": {
351
+ "type": "list",
352
+ "member": {
353
+ "type": "structure",
354
+ "required": [
355
+ "Name",
356
+ "Value",
357
+ "Operator"
358
+ ],
359
+ "members": {
360
+ "Name": {},
361
+ "Value": {},
362
+ "Operator": {}
363
+ }
364
+ }
365
+ }
366
+ }
367
+ },
368
+ "output": {
369
+ "type": "structure",
370
+ "members": {
371
+ "Operations": {
372
+ "type": "list",
373
+ "member": {
374
+ "shape": "S1a"
375
+ }
376
+ },
377
+ "NextToken": {}
378
+ }
379
+ }
380
+ },
356
381
  "ListTagsForResource": {
357
382
  "http": {
358
383
  "method": "GET",
@@ -439,7 +464,7 @@
439
464
  "type": "structure",
440
465
  "members": {
441
466
  "Application": {
442
- "shape": "Sc"
467
+ "shape": "Sd"
443
468
  },
444
469
  "OperationId": {}
445
470
  }
@@ -535,7 +560,7 @@
535
560
  }
536
561
  },
537
562
  "shapes": {
538
- "Sc": {
563
+ "Sd": {
539
564
  "type": "structure",
540
565
  "members": {
541
566
  "Id": {},
@@ -576,6 +601,32 @@
576
601
  }
577
602
  }
578
603
  }
604
+ },
605
+ "S1a": {
606
+ "type": "structure",
607
+ "members": {
608
+ "Id": {},
609
+ "Type": {},
610
+ "Status": {},
611
+ "StatusMessage": {},
612
+ "Properties": {
613
+ "type": "map",
614
+ "key": {},
615
+ "value": {}
616
+ },
617
+ "ResourceType": {},
618
+ "ResourceId": {},
619
+ "ResourceArn": {},
620
+ "StartTime": {
621
+ "type": "timestamp"
622
+ },
623
+ "EndTime": {
624
+ "type": "timestamp"
625
+ },
626
+ "LastUpdatedTime": {
627
+ "type": "timestamp"
628
+ }
629
+ }
579
630
  }
580
631
  }
581
632
  }
@@ -17,6 +17,12 @@
17
17
  "output_token": "NextToken",
18
18
  "limit_key": "MaxResults",
19
19
  "result_key": "Databases"
20
+ },
21
+ "ListOperations": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "Operations"
20
26
  }
21
27
  }
22
28
  }