cdk-docker-image-deployment 0.0.200 → 0.0.201

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 (43) hide show
  1. package/.jsii +4 -4
  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/batch-2016-08-10.min.json +74 -41
  8. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
  9. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
  13. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
  14. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
  15. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
  16. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
  17. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
  19. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
  20. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
  22. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  23. package/node_modules/aws-sdk/clients/all.js +2 -1
  24. package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
  25. package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
  26. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
  27. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
  28. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
  29. package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
  30. package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
  31. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
  32. package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
  33. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
  34. package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
  35. package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
  36. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +52 -15
  38. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
  39. package/node_modules/aws-sdk/dist/aws-sdk.min.js +12 -12
  40. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/package.json +6 -6
@@ -857,11 +857,12 @@
857
857
  "output": {
858
858
  "type": "structure",
859
859
  "required": [
860
- "AutoEnable",
861
860
  "MemberAccountLimitReached"
862
861
  ],
863
862
  "members": {
864
863
  "AutoEnable": {
864
+ "deprecated": true,
865
+ "deprecatedMessage": "This field is deprecated, use AutoEnableOrganizationMembers instead",
865
866
  "locationName": "autoEnable",
866
867
  "type": "boolean"
867
868
  },
@@ -954,6 +955,9 @@
954
955
  },
955
956
  "NextToken": {
956
957
  "locationName": "nextToken"
958
+ },
959
+ "AutoEnableOrganizationMembers": {
960
+ "locationName": "autoEnableOrganizationMembers"
957
961
  }
958
962
  }
959
963
  }
@@ -1224,7 +1228,7 @@
1224
1228
  "locationName": "updatedAt"
1225
1229
  },
1226
1230
  "DataSources": {
1227
- "shape": "S43",
1231
+ "shape": "S44",
1228
1232
  "deprecated": true,
1229
1233
  "deprecatedMessage": "This parameter is deprecated, use Features instead",
1230
1234
  "locationName": "dataSources"
@@ -1436,7 +1440,7 @@
1436
1440
  }
1437
1441
  },
1438
1442
  "Tags": {
1439
- "shape": "S4p",
1443
+ "shape": "S4q",
1440
1444
  "locationName": "tags"
1441
1445
  },
1442
1446
  "DefaultServerSideEncryption": {
@@ -1492,7 +1496,7 @@
1492
1496
  }
1493
1497
  },
1494
1498
  "BlockPublicAccess": {
1495
- "shape": "S4x",
1499
+ "shape": "S4y",
1496
1500
  "locationName": "blockPublicAccess"
1497
1501
  }
1498
1502
  }
@@ -1502,7 +1506,7 @@
1502
1506
  "type": "structure",
1503
1507
  "members": {
1504
1508
  "BlockPublicAccess": {
1505
- "shape": "S4x",
1509
+ "shape": "S4y",
1506
1510
  "locationName": "blockPublicAccess"
1507
1511
  }
1508
1512
  }
@@ -1641,7 +1645,7 @@
1641
1645
  }
1642
1646
  },
1643
1647
  "Tags": {
1644
- "shape": "S4p",
1648
+ "shape": "S4q",
1645
1649
  "locationName": "tags"
1646
1650
  }
1647
1651
  }
@@ -1663,7 +1667,7 @@
1663
1667
  "locationName": "status"
1664
1668
  },
1665
1669
  "Tags": {
1666
- "shape": "S4p",
1670
+ "shape": "S4q",
1667
1671
  "locationName": "tags"
1668
1672
  },
1669
1673
  "CreatedAt": {
@@ -1714,11 +1718,11 @@
1714
1718
  "type": "boolean"
1715
1719
  },
1716
1720
  "Containers": {
1717
- "shape": "S5f",
1721
+ "shape": "S5g",
1718
1722
  "locationName": "containers"
1719
1723
  },
1720
1724
  "Volumes": {
1721
- "shape": "S5k",
1725
+ "shape": "S5l",
1722
1726
  "locationName": "volumes"
1723
1727
  }
1724
1728
  }
@@ -1768,7 +1772,7 @@
1768
1772
  "type": "integer"
1769
1773
  },
1770
1774
  "Tags": {
1771
- "shape": "S4p",
1775
+ "shape": "S4q",
1772
1776
  "locationName": "tags"
1773
1777
  },
1774
1778
  "TaskDetails": {
@@ -1796,15 +1800,15 @@
1796
1800
  "locationName": "startedBy"
1797
1801
  },
1798
1802
  "Tags": {
1799
- "shape": "S4p",
1803
+ "shape": "S4q",
1800
1804
  "locationName": "tags"
1801
1805
  },
1802
1806
  "Volumes": {
1803
- "shape": "S5k",
1807
+ "shape": "S5l",
1804
1808
  "locationName": "volumes"
1805
1809
  },
1806
1810
  "Containers": {
1807
- "shape": "S5f",
1811
+ "shape": "S5g",
1808
1812
  "locationName": "containers"
1809
1813
  },
1810
1814
  "Group": {
@@ -1815,7 +1819,7 @@
1815
1819
  }
1816
1820
  },
1817
1821
  "ContainerDetails": {
1818
- "shape": "S5g",
1822
+ "shape": "S5h",
1819
1823
  "locationName": "containerDetails"
1820
1824
  },
1821
1825
  "RdsDbInstanceDetails": {
@@ -1838,7 +1842,7 @@
1838
1842
  "locationName": "dbInstanceArn"
1839
1843
  },
1840
1844
  "Tags": {
1841
- "shape": "S4p",
1845
+ "shape": "S4q",
1842
1846
  "locationName": "tags"
1843
1847
  }
1844
1848
  }
@@ -1906,7 +1910,7 @@
1906
1910
  "locationName": "userAgent"
1907
1911
  },
1908
1912
  "RemoteIpDetails": {
1909
- "shape": "S5w",
1913
+ "shape": "S5x",
1910
1914
  "locationName": "remoteIpDetails"
1911
1915
  },
1912
1916
  "ServiceName": {
@@ -1961,18 +1965,18 @@
1961
1965
  "locationName": "connectionDirection"
1962
1966
  },
1963
1967
  "LocalPortDetails": {
1964
- "shape": "S65",
1968
+ "shape": "S66",
1965
1969
  "locationName": "localPortDetails"
1966
1970
  },
1967
1971
  "Protocol": {
1968
1972
  "locationName": "protocol"
1969
1973
  },
1970
1974
  "LocalIpDetails": {
1971
- "shape": "S66",
1975
+ "shape": "S67",
1972
1976
  "locationName": "localIpDetails"
1973
1977
  },
1974
1978
  "RemoteIpDetails": {
1975
- "shape": "S5w",
1979
+ "shape": "S5x",
1976
1980
  "locationName": "remoteIpDetails"
1977
1981
  },
1978
1982
  "RemotePortDetails": {
@@ -2005,15 +2009,15 @@
2005
2009
  "type": "structure",
2006
2010
  "members": {
2007
2011
  "LocalPortDetails": {
2008
- "shape": "S65",
2012
+ "shape": "S66",
2009
2013
  "locationName": "localPortDetails"
2010
2014
  },
2011
2015
  "LocalIpDetails": {
2012
- "shape": "S66",
2016
+ "shape": "S67",
2013
2017
  "locationName": "localIpDetails"
2014
2018
  },
2015
2019
  "RemoteIpDetails": {
2016
- "shape": "S5w",
2020
+ "shape": "S5x",
2017
2021
  "locationName": "remoteIpDetails"
2018
2022
  }
2019
2023
  }
@@ -2040,7 +2044,7 @@
2040
2044
  "locationName": "userAgent"
2041
2045
  },
2042
2046
  "RemoteIpDetails": {
2043
- "shape": "S5w",
2047
+ "shape": "S5x",
2044
2048
  "locationName": "remoteIpDetails"
2045
2049
  },
2046
2050
  "StatusCode": {
@@ -2057,7 +2061,7 @@
2057
2061
  "type": "structure",
2058
2062
  "members": {
2059
2063
  "RemoteIpDetails": {
2060
- "shape": "S5w",
2064
+ "shape": "S5x",
2061
2065
  "locationName": "remoteIpDetails"
2062
2066
  },
2063
2067
  "LoginAttributes": {
@@ -2447,7 +2451,7 @@
2447
2451
  "type": "structure",
2448
2452
  "members": {
2449
2453
  "ScanResourceCriteria": {
2450
- "shape": "S79",
2454
+ "shape": "S7a",
2451
2455
  "locationName": "scanResourceCriteria"
2452
2456
  },
2453
2457
  "EbsSnapshotPreservation": {
@@ -2549,7 +2553,7 @@
2549
2553
  "locationName": "accountId"
2550
2554
  },
2551
2555
  "DataSources": {
2552
- "shape": "S43",
2556
+ "shape": "S44",
2553
2557
  "deprecated": true,
2554
2558
  "deprecatedMessage": "This parameter is deprecated, use Features instead",
2555
2559
  "locationName": "dataSources"
@@ -2613,7 +2617,7 @@
2613
2617
  ],
2614
2618
  "members": {
2615
2619
  "Members": {
2616
- "shape": "S7r",
2620
+ "shape": "S7s",
2617
2621
  "locationName": "members"
2618
2622
  },
2619
2623
  "UnprocessedAccounts": {
@@ -2663,19 +2667,19 @@
2663
2667
  "type": "structure",
2664
2668
  "members": {
2665
2669
  "CloudTrail": {
2666
- "shape": "S7y",
2670
+ "shape": "S7z",
2667
2671
  "locationName": "cloudTrail"
2668
2672
  },
2669
2673
  "DnsLogs": {
2670
- "shape": "S7y",
2674
+ "shape": "S7z",
2671
2675
  "locationName": "dnsLogs"
2672
2676
  },
2673
2677
  "FlowLogs": {
2674
- "shape": "S7y",
2678
+ "shape": "S7z",
2675
2679
  "locationName": "flowLogs"
2676
2680
  },
2677
2681
  "S3Logs": {
2678
- "shape": "S7y",
2682
+ "shape": "S7z",
2679
2683
  "locationName": "s3Logs"
2680
2684
  },
2681
2685
  "Kubernetes": {
@@ -2683,7 +2687,7 @@
2683
2687
  "type": "structure",
2684
2688
  "members": {
2685
2689
  "AuditLogs": {
2686
- "shape": "S7y",
2690
+ "shape": "S7z",
2687
2691
  "locationName": "auditLogs"
2688
2692
  }
2689
2693
  }
@@ -2693,7 +2697,7 @@
2693
2697
  "type": "structure",
2694
2698
  "members": {
2695
2699
  "ScanEc2InstanceWithFindings": {
2696
- "shape": "S7y",
2700
+ "shape": "S7z",
2697
2701
  "locationName": "scanEc2InstanceWithFindings"
2698
2702
  }
2699
2703
  }
@@ -2853,7 +2857,7 @@
2853
2857
  "locationName": "accountId"
2854
2858
  },
2855
2859
  "Total": {
2856
- "shape": "S8j",
2860
+ "shape": "S8k",
2857
2861
  "locationName": "total"
2858
2862
  }
2859
2863
  }
@@ -2869,18 +2873,18 @@
2869
2873
  "locationName": "dataSource"
2870
2874
  },
2871
2875
  "Total": {
2872
- "shape": "S8j",
2876
+ "shape": "S8k",
2873
2877
  "locationName": "total"
2874
2878
  }
2875
2879
  }
2876
2880
  }
2877
2881
  },
2878
2882
  "SumByResource": {
2879
- "shape": "S8m",
2883
+ "shape": "S8n",
2880
2884
  "locationName": "sumByResource"
2881
2885
  },
2882
2886
  "TopResources": {
2883
- "shape": "S8m",
2887
+ "shape": "S8n",
2884
2888
  "locationName": "topResources"
2885
2889
  },
2886
2890
  "SumByFeature": {
@@ -2893,7 +2897,7 @@
2893
2897
  "locationName": "feature"
2894
2898
  },
2895
2899
  "Total": {
2896
- "shape": "S8j",
2900
+ "shape": "S8k",
2897
2901
  "locationName": "total"
2898
2902
  }
2899
2903
  }
@@ -3207,7 +3211,7 @@
3207
3211
  "type": "structure",
3208
3212
  "members": {
3209
3213
  "Members": {
3210
- "shape": "S7r",
3214
+ "shape": "S7s",
3211
3215
  "locationName": "members"
3212
3216
  },
3213
3217
  "NextToken": {
@@ -3722,7 +3726,7 @@
3722
3726
  "locationName": "detectorId"
3723
3727
  },
3724
3728
  "ScanResourceCriteria": {
3725
- "shape": "S79",
3729
+ "shape": "S7a",
3726
3730
  "locationName": "scanResourceCriteria"
3727
3731
  },
3728
3732
  "EbsSnapshotPreservation": {
@@ -3799,8 +3803,7 @@
3799
3803
  "input": {
3800
3804
  "type": "structure",
3801
3805
  "required": [
3802
- "DetectorId",
3803
- "AutoEnable"
3806
+ "DetectorId"
3804
3807
  ],
3805
3808
  "members": {
3806
3809
  "DetectorId": {
@@ -3808,6 +3811,8 @@
3808
3811
  "locationName": "detectorId"
3809
3812
  },
3810
3813
  "AutoEnable": {
3814
+ "deprecated": true,
3815
+ "deprecatedMessage": "This field is deprecated, use AutoEnableOrganizationMembers instead",
3811
3816
  "locationName": "autoEnable",
3812
3817
  "type": "boolean"
3813
3818
  },
@@ -3890,6 +3895,9 @@
3890
3895
  }
3891
3896
  }
3892
3897
  }
3898
+ },
3899
+ "AutoEnableOrganizationMembers": {
3900
+ "locationName": "autoEnableOrganizationMembers"
3893
3901
  }
3894
3902
  }
3895
3903
  },
@@ -4220,7 +4228,7 @@
4220
4228
  }
4221
4229
  }
4222
4230
  },
4223
- "S43": {
4231
+ "S44": {
4224
4232
  "type": "structure",
4225
4233
  "required": [
4226
4234
  "CloudTrail",
@@ -4304,7 +4312,7 @@
4304
4312
  }
4305
4313
  }
4306
4314
  },
4307
- "S4p": {
4315
+ "S4q": {
4308
4316
  "type": "list",
4309
4317
  "member": {
4310
4318
  "type": "structure",
@@ -4318,7 +4326,7 @@
4318
4326
  }
4319
4327
  }
4320
4328
  },
4321
- "S4x": {
4329
+ "S4y": {
4322
4330
  "type": "structure",
4323
4331
  "members": {
4324
4332
  "IgnorePublicAcls": {
@@ -4339,13 +4347,13 @@
4339
4347
  }
4340
4348
  }
4341
4349
  },
4342
- "S5f": {
4350
+ "S5g": {
4343
4351
  "type": "list",
4344
4352
  "member": {
4345
- "shape": "S5g"
4353
+ "shape": "S5h"
4346
4354
  }
4347
4355
  },
4348
- "S5g": {
4356
+ "S5h": {
4349
4357
  "type": "structure",
4350
4358
  "members": {
4351
4359
  "ContainerRuntime": {
@@ -4390,7 +4398,7 @@
4390
4398
  }
4391
4399
  }
4392
4400
  },
4393
- "S5k": {
4401
+ "S5l": {
4394
4402
  "type": "list",
4395
4403
  "member": {
4396
4404
  "type": "structure",
@@ -4410,7 +4418,7 @@
4410
4418
  }
4411
4419
  }
4412
4420
  },
4413
- "S5w": {
4421
+ "S5x": {
4414
4422
  "type": "structure",
4415
4423
  "members": {
4416
4424
  "City": {
@@ -4471,7 +4479,7 @@
4471
4479
  }
4472
4480
  }
4473
4481
  },
4474
- "S65": {
4482
+ "S66": {
4475
4483
  "type": "structure",
4476
4484
  "members": {
4477
4485
  "Port": {
@@ -4483,7 +4491,7 @@
4483
4491
  }
4484
4492
  }
4485
4493
  },
4486
- "S66": {
4494
+ "S67": {
4487
4495
  "type": "structure",
4488
4496
  "members": {
4489
4497
  "IpAddressV4": {
@@ -4491,20 +4499,20 @@
4491
4499
  }
4492
4500
  }
4493
4501
  },
4494
- "S79": {
4502
+ "S7a": {
4495
4503
  "type": "structure",
4496
4504
  "members": {
4497
4505
  "Include": {
4498
- "shape": "S7a",
4506
+ "shape": "S7b",
4499
4507
  "locationName": "include"
4500
4508
  },
4501
4509
  "Exclude": {
4502
- "shape": "S7a",
4510
+ "shape": "S7b",
4503
4511
  "locationName": "exclude"
4504
4512
  }
4505
4513
  }
4506
4514
  },
4507
- "S7a": {
4515
+ "S7b": {
4508
4516
  "type": "map",
4509
4517
  "key": {},
4510
4518
  "value": {
@@ -4534,7 +4542,7 @@
4534
4542
  }
4535
4543
  }
4536
4544
  },
4537
- "S7r": {
4545
+ "S7s": {
4538
4546
  "type": "list",
4539
4547
  "member": {
4540
4548
  "type": "structure",
@@ -4573,7 +4581,7 @@
4573
4581
  }
4574
4582
  }
4575
4583
  },
4576
- "S7y": {
4584
+ "S7z": {
4577
4585
  "type": "structure",
4578
4586
  "members": {
4579
4587
  "FreeTrialDaysRemaining": {
@@ -4582,7 +4590,7 @@
4582
4590
  }
4583
4591
  }
4584
4592
  },
4585
- "S8j": {
4593
+ "S8k": {
4586
4594
  "type": "structure",
4587
4595
  "members": {
4588
4596
  "Amount": {
@@ -4593,7 +4601,7 @@
4593
4601
  }
4594
4602
  }
4595
4603
  },
4596
- "S8m": {
4604
+ "S8n": {
4597
4605
  "type": "list",
4598
4606
  "member": {
4599
4607
  "type": "structure",
@@ -4602,7 +4610,7 @@
4602
4610
  "locationName": "resource"
4603
4611
  },
4604
4612
  "Total": {
4605
- "shape": "S8j",
4613
+ "shape": "S8k",
4606
4614
  "locationName": "total"
4607
4615
  }
4608
4616
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }