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
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListEarthObservationJobs": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults",
|
|
7
|
+
"result_key": "EarthObservationJobSummaries"
|
|
8
|
+
},
|
|
9
|
+
"ListRasterDataCollections": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"output_token": "NextToken",
|
|
12
|
+
"limit_key": "MaxResults",
|
|
13
|
+
"result_key": "RasterDataCollectionSummaries"
|
|
14
|
+
},
|
|
15
|
+
"ListVectorEnrichmentJobs": {
|
|
16
|
+
"input_token": "NextToken",
|
|
17
|
+
"output_token": "NextToken",
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "VectorEnrichmentJobSummaries"
|
|
20
|
+
},
|
|
21
|
+
"SearchRasterDataCollection": {
|
|
22
|
+
"input_token": "NextToken",
|
|
23
|
+
"output_token": "NextToken"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -694,6 +694,13 @@
|
|
|
694
694
|
"Description": {},
|
|
695
695
|
"EnabledByDefault": {
|
|
696
696
|
"type": "boolean"
|
|
697
|
+
},
|
|
698
|
+
"StandardsManagedBy": {
|
|
699
|
+
"type": "structure",
|
|
700
|
+
"members": {
|
|
701
|
+
"Company": {},
|
|
702
|
+
"Product": {}
|
|
703
|
+
}
|
|
697
704
|
}
|
|
698
705
|
}
|
|
699
706
|
}
|
|
@@ -740,7 +747,7 @@
|
|
|
740
747
|
"ControlStatus": {},
|
|
741
748
|
"DisabledReason": {},
|
|
742
749
|
"ControlStatusUpdatedAt": {
|
|
743
|
-
"shape": "
|
|
750
|
+
"shape": "Sl4"
|
|
744
751
|
},
|
|
745
752
|
"ControlId": {},
|
|
746
753
|
"Title": {},
|
|
@@ -905,7 +912,7 @@
|
|
|
905
912
|
"type": "structure",
|
|
906
913
|
"members": {
|
|
907
914
|
"Tags": {
|
|
908
|
-
"shape": "
|
|
915
|
+
"shape": "Sln"
|
|
909
916
|
},
|
|
910
917
|
"EnableDefaultStandards": {
|
|
911
918
|
"type": "boolean"
|
|
@@ -930,7 +937,7 @@
|
|
|
930
937
|
"type": "structure",
|
|
931
938
|
"members": {
|
|
932
939
|
"Administrator": {
|
|
933
|
-
"shape": "
|
|
940
|
+
"shape": "Slt"
|
|
934
941
|
}
|
|
935
942
|
}
|
|
936
943
|
}
|
|
@@ -1163,7 +1170,7 @@
|
|
|
1163
1170
|
"type": "structure",
|
|
1164
1171
|
"members": {
|
|
1165
1172
|
"Master": {
|
|
1166
|
-
"shape": "
|
|
1173
|
+
"shape": "Slt"
|
|
1167
1174
|
}
|
|
1168
1175
|
}
|
|
1169
1176
|
},
|
|
@@ -1189,7 +1196,7 @@
|
|
|
1189
1196
|
"type": "structure",
|
|
1190
1197
|
"members": {
|
|
1191
1198
|
"Members": {
|
|
1192
|
-
"shape": "
|
|
1199
|
+
"shape": "Smj"
|
|
1193
1200
|
},
|
|
1194
1201
|
"UnprocessedAccounts": {
|
|
1195
1202
|
"shape": "Sjw"
|
|
@@ -1311,7 +1318,7 @@
|
|
|
1311
1318
|
"Invitations": {
|
|
1312
1319
|
"type": "list",
|
|
1313
1320
|
"member": {
|
|
1314
|
-
"shape": "
|
|
1321
|
+
"shape": "Slt"
|
|
1315
1322
|
}
|
|
1316
1323
|
},
|
|
1317
1324
|
"NextToken": {}
|
|
@@ -1346,7 +1353,7 @@
|
|
|
1346
1353
|
"type": "structure",
|
|
1347
1354
|
"members": {
|
|
1348
1355
|
"Members": {
|
|
1349
|
-
"shape": "
|
|
1356
|
+
"shape": "Smj"
|
|
1350
1357
|
},
|
|
1351
1358
|
"NextToken": {}
|
|
1352
1359
|
}
|
|
@@ -1409,7 +1416,7 @@
|
|
|
1409
1416
|
"type": "structure",
|
|
1410
1417
|
"members": {
|
|
1411
1418
|
"Tags": {
|
|
1412
|
-
"shape": "
|
|
1419
|
+
"shape": "Sln"
|
|
1413
1420
|
}
|
|
1414
1421
|
}
|
|
1415
1422
|
}
|
|
@@ -1430,7 +1437,7 @@
|
|
|
1430
1437
|
"locationName": "ResourceArn"
|
|
1431
1438
|
},
|
|
1432
1439
|
"Tags": {
|
|
1433
|
-
"shape": "
|
|
1440
|
+
"shape": "Sln"
|
|
1434
1441
|
}
|
|
1435
1442
|
}
|
|
1436
1443
|
},
|
|
@@ -7869,27 +7876,27 @@
|
|
|
7869
7876
|
"type": "list",
|
|
7870
7877
|
"member": {}
|
|
7871
7878
|
},
|
|
7872
|
-
"
|
|
7879
|
+
"Sl4": {
|
|
7873
7880
|
"type": "timestamp",
|
|
7874
7881
|
"timestampFormat": "iso8601"
|
|
7875
7882
|
},
|
|
7876
|
-
"
|
|
7883
|
+
"Sln": {
|
|
7877
7884
|
"type": "map",
|
|
7878
7885
|
"key": {},
|
|
7879
7886
|
"value": {}
|
|
7880
7887
|
},
|
|
7881
|
-
"
|
|
7888
|
+
"Slt": {
|
|
7882
7889
|
"type": "structure",
|
|
7883
7890
|
"members": {
|
|
7884
7891
|
"AccountId": {},
|
|
7885
7892
|
"InvitationId": {},
|
|
7886
7893
|
"InvitedAt": {
|
|
7887
|
-
"shape": "
|
|
7894
|
+
"shape": "Sl4"
|
|
7888
7895
|
},
|
|
7889
7896
|
"MemberStatus": {}
|
|
7890
7897
|
}
|
|
7891
7898
|
},
|
|
7892
|
-
"
|
|
7899
|
+
"Smj": {
|
|
7893
7900
|
"type": "list",
|
|
7894
7901
|
"member": {
|
|
7895
7902
|
"type": "structure",
|
|
@@ -7903,10 +7910,10 @@
|
|
|
7903
7910
|
"AdministratorId": {},
|
|
7904
7911
|
"MemberStatus": {},
|
|
7905
7912
|
"InvitedAt": {
|
|
7906
|
-
"shape": "
|
|
7913
|
+
"shape": "Sl4"
|
|
7907
7914
|
},
|
|
7908
7915
|
"UpdatedAt": {
|
|
7909
|
-
"shape": "
|
|
7916
|
+
"shape": "Sl4"
|
|
7910
7917
|
}
|
|
7911
7918
|
}
|
|
7912
7919
|
}
|