cdk-docker-image-deployment 0.0.159 → 0.0.161

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 (36) 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 +15 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +118 -77
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +133 -127
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +12 -4
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +19 -0
  11. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +37 -9
  12. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +339 -271
  13. package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +18 -4
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +847 -831
  15. package/node_modules/aws-sdk/clients/autoscaling.d.ts +84 -26
  16. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +14 -14
  17. package/node_modules/aws-sdk/clients/connect.d.ts +13 -3
  18. package/node_modules/aws-sdk/clients/ec2.d.ts +118 -110
  19. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +39 -15
  20. package/node_modules/aws-sdk/clients/evidently.d.ts +11 -11
  21. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +152 -52
  22. package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +19 -1
  23. package/node_modules/aws-sdk/clients/lightsail.d.ts +8 -2
  24. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +56 -39
  27. package/node_modules/aws-sdk/clients/sns.d.ts +3 -3
  28. package/node_modules/aws-sdk/clients/workdocs.d.ts +47 -47
  29. package/node_modules/aws-sdk/clients/workspaces.d.ts +21 -21
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +303 -215
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +5 -5
@@ -2886,9 +2886,8 @@
2886
2886
  "locationName": "keyFingerprint"
2887
2887
  },
2888
2888
  "KeyMaterial": {
2889
- "locationName": "keyMaterial",
2890
- "type": "string",
2891
- "sensitive": true
2889
+ "shape": "Sfu",
2890
+ "locationName": "keyMaterial"
2892
2891
  },
2893
2892
  "KeyName": {
2894
2893
  "locationName": "keyName"
@@ -22868,6 +22867,7 @@
22868
22867
  "locationName": "subnetId"
22869
22868
  },
22870
22869
  "UserData": {
22870
+ "shape": "Sfu",
22871
22871
  "locationName": "userData"
22872
22872
  }
22873
22873
  }
@@ -23719,7 +23719,8 @@
23719
23719
  },
23720
23720
  "SubnetId": {},
23721
23721
  "UserData": {}
23722
- }
23722
+ },
23723
+ "sensitive": true
23723
23724
  },
23724
23725
  "ScheduledInstanceId": {}
23725
23726
  }
@@ -27146,6 +27147,10 @@
27146
27147
  }
27147
27148
  }
27148
27149
  },
27150
+ "Sfu": {
27151
+ "type": "string",
27152
+ "sensitive": true
27153
+ },
27149
27154
  "Sfx": {
27150
27155
  "type": "structure",
27151
27156
  "members": {
@@ -27849,6 +27854,7 @@
27849
27854
  "locationName": "instanceInitiatedShutdownBehavior"
27850
27855
  },
27851
27856
  "UserData": {
27857
+ "shape": "Sfu",
27852
27858
  "locationName": "userData"
27853
27859
  },
27854
27860
  "TagSpecifications": {
@@ -32815,6 +32821,7 @@
32815
32821
  "locationName": "subnetId"
32816
32822
  },
32817
32823
  "UserData": {
32824
+ "shape": "Sfu",
32818
32825
  "locationName": "userData"
32819
32826
  },
32820
32827
  "WeightedCapacity": {
@@ -33120,6 +33127,7 @@
33120
33127
  "type": "structure",
33121
33128
  "members": {
33122
33129
  "UserData": {
33130
+ "shape": "Sfu",
33123
33131
  "locationName": "userData"
33124
33132
  },
33125
33133
  "SecurityGroups": {
@@ -421,6 +421,25 @@
421
421
  }
422
422
  ]
423
423
  },
424
+ "SnapshotImported": {
425
+ "delay": 15,
426
+ "operation": "DescribeImportSnapshotTasks",
427
+ "maxAttempts": 40,
428
+ "acceptors": [
429
+ {
430
+ "expected": "completed",
431
+ "matcher": "pathAll",
432
+ "state": "success",
433
+ "argument": "ImportSnapshotTasks[].SnapshotTaskDetail.Status"
434
+ },
435
+ {
436
+ "expected": "error",
437
+ "matcher": "pathAny",
438
+ "state": "failure",
439
+ "argument": "ImportSnapshotTasks[].SnapshotTaskDetail.Status"
440
+ }
441
+ ]
442
+ },
424
443
  "SecurityGroupExists": {
425
444
  "operation": "DescribeSecurityGroups",
426
445
  "delay": 5,
@@ -290,7 +290,7 @@
290
290
  "type": "structure",
291
291
  "members": {
292
292
  "jobTemplate": {
293
- "shape": "S25"
293
+ "shape": "S28"
294
294
  }
295
295
  }
296
296
  }
@@ -321,7 +321,7 @@
321
321
  "type": "structure",
322
322
  "members": {
323
323
  "endpoint": {
324
- "shape": "S29"
324
+ "shape": "S2c"
325
325
  }
326
326
  }
327
327
  }
@@ -347,7 +347,7 @@
347
347
  "type": "structure",
348
348
  "members": {
349
349
  "virtualCluster": {
350
- "shape": "S2g"
350
+ "shape": "S2j"
351
351
  }
352
352
  }
353
353
  }
@@ -446,7 +446,7 @@
446
446
  "templates": {
447
447
  "type": "list",
448
448
  "member": {
449
- "shape": "S25"
449
+ "shape": "S28"
450
450
  }
451
451
  },
452
452
  "nextToken": {}
@@ -507,7 +507,7 @@
507
507
  "endpoints": {
508
508
  "type": "list",
509
509
  "member": {
510
- "shape": "S29"
510
+ "shape": "S2c"
511
511
  }
512
512
  },
513
513
  "nextToken": {}
@@ -589,7 +589,7 @@
589
589
  "virtualClusters": {
590
590
  "type": "list",
591
591
  "member": {
592
- "shape": "S2g"
592
+ "shape": "S2j"
593
593
  }
594
594
  },
595
595
  "nextToken": {}
@@ -631,6 +631,9 @@
631
631
  "type": "map",
632
632
  "key": {},
633
633
  "value": {}
634
+ },
635
+ "retryPolicyConfiguration": {
636
+ "shape": "S23"
634
637
  }
635
638
  }
636
639
  },
@@ -913,10 +916,35 @@
913
916
  "failureReason": {},
914
917
  "tags": {
915
918
  "shape": "Sx"
919
+ },
920
+ "retryPolicyConfiguration": {
921
+ "shape": "S23"
922
+ },
923
+ "retryPolicyExecution": {
924
+ "type": "structure",
925
+ "required": [
926
+ "currentAttemptCount"
927
+ ],
928
+ "members": {
929
+ "currentAttemptCount": {
930
+ "type": "integer"
931
+ }
932
+ }
933
+ }
934
+ }
935
+ },
936
+ "S23": {
937
+ "type": "structure",
938
+ "required": [
939
+ "maxAttempts"
940
+ ],
941
+ "members": {
942
+ "maxAttempts": {
943
+ "type": "integer"
916
944
  }
917
945
  }
918
946
  },
919
- "S25": {
947
+ "S28": {
920
948
  "type": "structure",
921
949
  "required": [
922
950
  "jobTemplateData"
@@ -939,7 +967,7 @@
939
967
  "decryptionError": {}
940
968
  }
941
969
  },
942
- "S29": {
970
+ "S2c": {
943
971
  "type": "structure",
944
972
  "members": {
945
973
  "id": {},
@@ -980,7 +1008,7 @@
980
1008
  }
981
1009
  }
982
1010
  },
983
- "S2g": {
1011
+ "S2j": {
984
1012
  "type": "structure",
985
1013
  "members": {
986
1014
  "id": {},