cdk-docker-image-deployment 0.0.88 → 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.
- 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 +39 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
- package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1210 -481
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
- package/node_modules/aws-sdk/apis/metadata.json +24 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +144 -31
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +7 -0
- package/node_modules/aws-sdk/clients/all.js +8 -1
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
- package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
- package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
- package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
- package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
- package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
- package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +1084 -75
- package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
- package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
- package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
- package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
- package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
- package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
- package/node_modules/aws-sdk/clients/omics.js +19 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
- package/node_modules/aws-sdk/clients/s3control.d.ts +87 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
- package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
- package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
- package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
- package/node_modules/aws-sdk/clients/securitylake.js +18 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +345 -44
- package/node_modules/aws-sdk/dist/aws-sdk.js +4128 -1445
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -95
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +14 -0
- package/node_modules/aws-sdk/lib/core.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
- package/node_modules/aws-sdk/lib/region_config.js +11 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -5,6 +5,16 @@
|
|
|
5
5
|
"limit_key": "MaxResults",
|
|
6
6
|
"output_token": "NextToken"
|
|
7
7
|
},
|
|
8
|
+
"ListApplicationDPUSizes": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"limit_key": "MaxResults",
|
|
11
|
+
"output_token": "NextToken"
|
|
12
|
+
},
|
|
13
|
+
"ListCalculationExecutions": {
|
|
14
|
+
"input_token": "NextToken",
|
|
15
|
+
"limit_key": "MaxResults",
|
|
16
|
+
"output_token": "NextToken"
|
|
17
|
+
},
|
|
8
18
|
"ListDataCatalogs": {
|
|
9
19
|
"input_token": "NextToken",
|
|
10
20
|
"limit_key": "MaxResults",
|
|
@@ -22,6 +32,11 @@
|
|
|
22
32
|
"limit_key": "MaxResults",
|
|
23
33
|
"output_token": "NextToken"
|
|
24
34
|
},
|
|
35
|
+
"ListExecutors": {
|
|
36
|
+
"input_token": "NextToken",
|
|
37
|
+
"limit_key": "MaxResults",
|
|
38
|
+
"output_token": "NextToken"
|
|
39
|
+
},
|
|
25
40
|
"ListNamedQueries": {
|
|
26
41
|
"input_token": "NextToken",
|
|
27
42
|
"limit_key": "MaxResults",
|
|
@@ -37,6 +52,11 @@
|
|
|
37
52
|
"limit_key": "MaxResults",
|
|
38
53
|
"output_token": "NextToken"
|
|
39
54
|
},
|
|
55
|
+
"ListSessions": {
|
|
56
|
+
"input_token": "NextToken",
|
|
57
|
+
"limit_key": "MaxResults",
|
|
58
|
+
"output_token": "NextToken"
|
|
59
|
+
},
|
|
40
60
|
"ListTableMetadata": {
|
|
41
61
|
"input_token": "NextToken",
|
|
42
62
|
"limit_key": "MaxResults",
|
|
@@ -322,13 +322,13 @@
|
|
|
322
322
|
"shape": "S2p"
|
|
323
323
|
},
|
|
324
324
|
"inferredWorkloadTypes": {
|
|
325
|
-
"shape": "
|
|
325
|
+
"shape": "S2u"
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
329
|
},
|
|
330
330
|
"errors": {
|
|
331
|
-
"shape": "
|
|
331
|
+
"shape": "S2w"
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
}
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
"volumeArn": {},
|
|
366
366
|
"accountId": {},
|
|
367
367
|
"currentConfiguration": {
|
|
368
|
-
"shape": "
|
|
368
|
+
"shape": "S37"
|
|
369
369
|
},
|
|
370
370
|
"finding": {},
|
|
371
371
|
"utilizationMetrics": {
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"type": "structure",
|
|
391
391
|
"members": {
|
|
392
392
|
"configuration": {
|
|
393
|
-
"shape": "
|
|
393
|
+
"shape": "S37"
|
|
394
394
|
},
|
|
395
395
|
"performanceRisk": {
|
|
396
396
|
"type": "double"
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
414
|
"errors": {
|
|
415
|
-
"shape": "
|
|
415
|
+
"shape": "S2w"
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
}
|
|
@@ -508,13 +508,13 @@
|
|
|
508
508
|
"shape": "S2p"
|
|
509
509
|
},
|
|
510
510
|
"inferredWorkloadTypes": {
|
|
511
|
-
"shape": "
|
|
511
|
+
"shape": "S2u"
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
"errors": {
|
|
517
|
-
"shape": "
|
|
517
|
+
"shape": "S2w"
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
520
|
}
|
|
@@ -598,7 +598,10 @@
|
|
|
598
598
|
"output": {
|
|
599
599
|
"type": "structure",
|
|
600
600
|
"members": {
|
|
601
|
-
"enhancedInfrastructureMetrics": {}
|
|
601
|
+
"enhancedInfrastructureMetrics": {},
|
|
602
|
+
"externalMetricsPreference": {
|
|
603
|
+
"shape": "S2s"
|
|
604
|
+
}
|
|
602
605
|
}
|
|
603
606
|
}
|
|
604
607
|
},
|
|
@@ -797,7 +800,10 @@
|
|
|
797
800
|
},
|
|
798
801
|
"resourceType": {},
|
|
799
802
|
"enhancedInfrastructureMetrics": {},
|
|
800
|
-
"inferredWorkloadTypes": {}
|
|
803
|
+
"inferredWorkloadTypes": {},
|
|
804
|
+
"externalMetricsPreference": {
|
|
805
|
+
"shape": "S2s"
|
|
806
|
+
}
|
|
801
807
|
}
|
|
802
808
|
}
|
|
803
809
|
}
|
|
@@ -890,7 +896,10 @@
|
|
|
890
896
|
"shape": "S3"
|
|
891
897
|
},
|
|
892
898
|
"enhancedInfrastructureMetrics": {},
|
|
893
|
-
"inferredWorkloadTypes": {}
|
|
899
|
+
"inferredWorkloadTypes": {},
|
|
900
|
+
"externalMetricsPreference": {
|
|
901
|
+
"shape": "S2s"
|
|
902
|
+
}
|
|
894
903
|
}
|
|
895
904
|
},
|
|
896
905
|
"output": {
|
|
@@ -1060,14 +1069,23 @@
|
|
|
1060
1069
|
"shape": "S18"
|
|
1061
1070
|
},
|
|
1062
1071
|
"enhancedInfrastructureMetrics": {},
|
|
1063
|
-
"inferredWorkloadTypes": {}
|
|
1072
|
+
"inferredWorkloadTypes": {},
|
|
1073
|
+
"externalMetricsPreference": {
|
|
1074
|
+
"shape": "S2s"
|
|
1075
|
+
}
|
|
1064
1076
|
}
|
|
1065
1077
|
},
|
|
1066
1078
|
"S2s": {
|
|
1079
|
+
"type": "structure",
|
|
1080
|
+
"members": {
|
|
1081
|
+
"source": {}
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"S2u": {
|
|
1067
1085
|
"type": "list",
|
|
1068
1086
|
"member": {}
|
|
1069
1087
|
},
|
|
1070
|
-
"
|
|
1088
|
+
"S2w": {
|
|
1071
1089
|
"type": "list",
|
|
1072
1090
|
"member": {
|
|
1073
1091
|
"type": "structure",
|
|
@@ -1078,7 +1096,7 @@
|
|
|
1078
1096
|
}
|
|
1079
1097
|
}
|
|
1080
1098
|
},
|
|
1081
|
-
"
|
|
1099
|
+
"S37": {
|
|
1082
1100
|
"type": "structure",
|
|
1083
1101
|
"members": {
|
|
1084
1102
|
"volumeType": {},
|