cdk-docker-image-deployment 0.0.75 → 0.0.77
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 +3 -3
- 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 +36 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +2 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
- package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
- package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
- package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
- package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
- 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 +106 -32
- package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -341,7 +341,8 @@
|
|
|
341
341
|
"assessmentId": {
|
|
342
342
|
"location": "uri",
|
|
343
343
|
"locationName": "assessmentId"
|
|
344
|
-
}
|
|
344
|
+
},
|
|
345
|
+
"queryStatement": {}
|
|
345
346
|
}
|
|
346
347
|
},
|
|
347
348
|
"output": {
|
|
@@ -854,7 +855,7 @@
|
|
|
854
855
|
"type": "structure",
|
|
855
856
|
"members": {
|
|
856
857
|
"evidence": {
|
|
857
|
-
"shape": "
|
|
858
|
+
"shape": "S4t"
|
|
858
859
|
}
|
|
859
860
|
}
|
|
860
861
|
}
|
|
@@ -901,7 +902,7 @@
|
|
|
901
902
|
"evidence": {
|
|
902
903
|
"type": "list",
|
|
903
904
|
"member": {
|
|
904
|
-
"shape": "
|
|
905
|
+
"shape": "S4t"
|
|
905
906
|
}
|
|
906
907
|
},
|
|
907
908
|
"nextToken": {}
|
|
@@ -939,7 +940,7 @@
|
|
|
939
940
|
"type": "structure",
|
|
940
941
|
"members": {
|
|
941
942
|
"evidenceFolder": {
|
|
942
|
-
"shape": "
|
|
943
|
+
"shape": "S57"
|
|
943
944
|
}
|
|
944
945
|
}
|
|
945
946
|
}
|
|
@@ -974,7 +975,7 @@
|
|
|
974
975
|
"type": "structure",
|
|
975
976
|
"members": {
|
|
976
977
|
"evidenceFolders": {
|
|
977
|
-
"shape": "
|
|
978
|
+
"shape": "S5b"
|
|
978
979
|
},
|
|
979
980
|
"nextToken": {}
|
|
980
981
|
}
|
|
@@ -1020,7 +1021,7 @@
|
|
|
1020
1021
|
"type": "structure",
|
|
1021
1022
|
"members": {
|
|
1022
1023
|
"evidenceFolders": {
|
|
1023
|
-
"shape": "
|
|
1024
|
+
"shape": "S5b"
|
|
1024
1025
|
},
|
|
1025
1026
|
"nextToken": {}
|
|
1026
1027
|
}
|
|
@@ -1178,7 +1179,7 @@
|
|
|
1178
1179
|
"type": "structure",
|
|
1179
1180
|
"members": {
|
|
1180
1181
|
"settings": {
|
|
1181
|
-
"shape": "
|
|
1182
|
+
"shape": "S5v"
|
|
1182
1183
|
}
|
|
1183
1184
|
}
|
|
1184
1185
|
}
|
|
@@ -1225,7 +1226,7 @@
|
|
|
1225
1226
|
"name": {},
|
|
1226
1227
|
"id": {},
|
|
1227
1228
|
"evidenceInsights": {
|
|
1228
|
-
"shape": "
|
|
1229
|
+
"shape": "S67"
|
|
1229
1230
|
},
|
|
1230
1231
|
"controlSetName": {},
|
|
1231
1232
|
"lastUpdated": {
|
|
@@ -1270,7 +1271,7 @@
|
|
|
1270
1271
|
"assessmentFrameworkShareRequests": {
|
|
1271
1272
|
"type": "list",
|
|
1272
1273
|
"member": {
|
|
1273
|
-
"shape": "
|
|
1274
|
+
"shape": "S6b"
|
|
1274
1275
|
}
|
|
1275
1276
|
},
|
|
1276
1277
|
"nextToken": {}
|
|
@@ -1458,7 +1459,7 @@
|
|
|
1458
1459
|
"type": "structure",
|
|
1459
1460
|
"members": {
|
|
1460
1461
|
"controlDomainInsights": {
|
|
1461
|
-
"shape": "
|
|
1462
|
+
"shape": "S6v"
|
|
1462
1463
|
},
|
|
1463
1464
|
"nextToken": {}
|
|
1464
1465
|
}
|
|
@@ -1494,7 +1495,7 @@
|
|
|
1494
1495
|
"type": "structure",
|
|
1495
1496
|
"members": {
|
|
1496
1497
|
"controlDomainInsights": {
|
|
1497
|
-
"shape": "
|
|
1498
|
+
"shape": "S6v"
|
|
1498
1499
|
},
|
|
1499
1500
|
"nextToken": {}
|
|
1500
1501
|
}
|
|
@@ -1537,7 +1538,7 @@
|
|
|
1537
1538
|
"name": {},
|
|
1538
1539
|
"id": {},
|
|
1539
1540
|
"evidenceInsights": {
|
|
1540
|
-
"shape": "
|
|
1541
|
+
"shape": "S67"
|
|
1541
1542
|
},
|
|
1542
1543
|
"lastUpdated": {
|
|
1543
1544
|
"type": "timestamp"
|
|
@@ -1771,7 +1772,7 @@
|
|
|
1771
1772
|
"type": "structure",
|
|
1772
1773
|
"members": {
|
|
1773
1774
|
"assessmentFrameworkShareRequest": {
|
|
1774
|
-
"shape": "
|
|
1775
|
+
"shape": "S6b"
|
|
1775
1776
|
}
|
|
1776
1777
|
}
|
|
1777
1778
|
}
|
|
@@ -2014,7 +2015,7 @@
|
|
|
2014
2015
|
"type": "structure",
|
|
2015
2016
|
"members": {
|
|
2016
2017
|
"assessmentFrameworkShareRequest": {
|
|
2017
|
-
"shape": "
|
|
2018
|
+
"shape": "S6b"
|
|
2018
2019
|
}
|
|
2019
2020
|
}
|
|
2020
2021
|
}
|
|
@@ -2098,14 +2099,17 @@
|
|
|
2098
2099
|
"defaultProcessOwners": {
|
|
2099
2100
|
"shape": "S1i"
|
|
2100
2101
|
},
|
|
2101
|
-
"kmsKey": {}
|
|
2102
|
+
"kmsKey": {},
|
|
2103
|
+
"evidenceFinderEnabled": {
|
|
2104
|
+
"type": "boolean"
|
|
2105
|
+
}
|
|
2102
2106
|
}
|
|
2103
2107
|
},
|
|
2104
2108
|
"output": {
|
|
2105
2109
|
"type": "structure",
|
|
2106
2110
|
"members": {
|
|
2107
2111
|
"settings": {
|
|
2108
|
-
"shape": "
|
|
2112
|
+
"shape": "S5v"
|
|
2109
2113
|
}
|
|
2110
2114
|
}
|
|
2111
2115
|
}
|
|
@@ -2477,7 +2481,7 @@
|
|
|
2477
2481
|
"keywordValue": {}
|
|
2478
2482
|
}
|
|
2479
2483
|
},
|
|
2480
|
-
"
|
|
2484
|
+
"S4t": {
|
|
2481
2485
|
"type": "structure",
|
|
2482
2486
|
"members": {
|
|
2483
2487
|
"dataSource": {},
|
|
@@ -2494,7 +2498,8 @@
|
|
|
2494
2498
|
"type": "structure",
|
|
2495
2499
|
"members": {
|
|
2496
2500
|
"arn": {},
|
|
2497
|
-
"value": {}
|
|
2501
|
+
"value": {},
|
|
2502
|
+
"complianceCheck": {}
|
|
2498
2503
|
}
|
|
2499
2504
|
}
|
|
2500
2505
|
},
|
|
@@ -2512,7 +2517,7 @@
|
|
|
2512
2517
|
"assessmentReportSelection": {}
|
|
2513
2518
|
}
|
|
2514
2519
|
},
|
|
2515
|
-
"
|
|
2520
|
+
"S57": {
|
|
2516
2521
|
"type": "structure",
|
|
2517
2522
|
"members": {
|
|
2518
2523
|
"name": {},
|
|
@@ -2555,13 +2560,13 @@
|
|
|
2555
2560
|
}
|
|
2556
2561
|
}
|
|
2557
2562
|
},
|
|
2558
|
-
"
|
|
2563
|
+
"S5b": {
|
|
2559
2564
|
"type": "list",
|
|
2560
2565
|
"member": {
|
|
2561
|
-
"shape": "
|
|
2566
|
+
"shape": "S57"
|
|
2562
2567
|
}
|
|
2563
2568
|
},
|
|
2564
|
-
"
|
|
2569
|
+
"S5v": {
|
|
2565
2570
|
"type": "structure",
|
|
2566
2571
|
"members": {
|
|
2567
2572
|
"isAwsOrgEnabled": {
|
|
@@ -2574,10 +2579,19 @@
|
|
|
2574
2579
|
"defaultProcessOwners": {
|
|
2575
2580
|
"shape": "S1i"
|
|
2576
2581
|
},
|
|
2577
|
-
"kmsKey": {}
|
|
2582
|
+
"kmsKey": {},
|
|
2583
|
+
"evidenceFinderEnablement": {
|
|
2584
|
+
"type": "structure",
|
|
2585
|
+
"members": {
|
|
2586
|
+
"eventDataStoreArn": {},
|
|
2587
|
+
"enablementStatus": {},
|
|
2588
|
+
"backfillStatus": {},
|
|
2589
|
+
"error": {}
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2578
2592
|
}
|
|
2579
2593
|
},
|
|
2580
|
-
"
|
|
2594
|
+
"S67": {
|
|
2581
2595
|
"type": "structure",
|
|
2582
2596
|
"members": {
|
|
2583
2597
|
"noncompliantEvidenceCount": {
|
|
@@ -2591,7 +2605,7 @@
|
|
|
2591
2605
|
}
|
|
2592
2606
|
}
|
|
2593
2607
|
},
|
|
2594
|
-
"
|
|
2608
|
+
"S6b": {
|
|
2595
2609
|
"type": "structure",
|
|
2596
2610
|
"members": {
|
|
2597
2611
|
"id": {},
|
|
@@ -2621,7 +2635,7 @@
|
|
|
2621
2635
|
"complianceType": {}
|
|
2622
2636
|
}
|
|
2623
2637
|
},
|
|
2624
|
-
"
|
|
2638
|
+
"S6v": {
|
|
2625
2639
|
"type": "list",
|
|
2626
2640
|
"member": {
|
|
2627
2641
|
"type": "structure",
|
|
@@ -2635,7 +2649,7 @@
|
|
|
2635
2649
|
"type": "integer"
|
|
2636
2650
|
},
|
|
2637
2651
|
"evidenceInsights": {
|
|
2638
|
-
"shape": "
|
|
2652
|
+
"shape": "S67"
|
|
2639
2653
|
},
|
|
2640
2654
|
"lastUpdated": {
|
|
2641
2655
|
"type": "timestamp"
|
|
File without changes
|