cdk-docker-image-deployment 0.0.89 → 0.0.91
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 +19 -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/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/codecatalyst-2022-09-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
- 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/gamelift-2015-10-01.min.json +423 -164
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/metadata.json +14 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
- 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/states-2016-11-23.min.json +285 -62
- package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
- package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
- package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
- 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/gamelift.d.ts +712 -323
- package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
- package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
- package/node_modules/aws-sdk/clients/pipes.js +18 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +18 -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/stepfunctions.d.ts +290 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +176 -21
- package/node_modules/aws-sdk/dist/aws-sdk.js +1576 -367
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -816,9 +816,13 @@ declare namespace AccessAnalyzer {
|
|
|
816
816
|
* The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.
|
|
817
817
|
*/
|
|
818
818
|
accessPointArn?: String;
|
|
819
|
+
/**
|
|
820
|
+
* The account of the cross-account access point that generated the finding.
|
|
821
|
+
*/
|
|
822
|
+
accessPointAccount?: String;
|
|
819
823
|
}
|
|
820
824
|
export type FindingSourceList = FindingSource[];
|
|
821
|
-
export type FindingSourceType = "POLICY"|"BUCKET_ACL"|"S3_ACCESS_POINT"|string;
|
|
825
|
+
export type FindingSourceType = "POLICY"|"BUCKET_ACL"|"S3_ACCESS_POINT"|"S3_ACCESS_POINT_ACCOUNT"|string;
|
|
822
826
|
export type FindingStatus = "ACTIVE"|"ARCHIVED"|"RESOLVED"|string;
|
|
823
827
|
export type FindingStatusUpdate = "ACTIVE"|"ARCHIVED"|string;
|
|
824
828
|
export interface FindingSummary {
|
|
@@ -328,3 +328,7 @@ export import Omics = require('./omics');
|
|
|
328
328
|
export import OpenSearchServerless = require('./opensearchserverless');
|
|
329
329
|
export import SecurityLake = require('./securitylake');
|
|
330
330
|
export import SimSpaceWeaver = require('./simspaceweaver');
|
|
331
|
+
export import DocDBElastic = require('./docdbelastic');
|
|
332
|
+
export import SageMakerGeospatial = require('./sagemakergeospatial');
|
|
333
|
+
export import CodeCatalyst = require('./codecatalyst');
|
|
334
|
+
export import Pipes = require('./pipes');
|
|
@@ -329,5 +329,9 @@ module.exports = {
|
|
|
329
329
|
Omics: require('./omics'),
|
|
330
330
|
OpenSearchServerless: require('./opensearchserverless'),
|
|
331
331
|
SecurityLake: require('./securitylake'),
|
|
332
|
-
SimSpaceWeaver: require('./simspaceweaver')
|
|
332
|
+
SimSpaceWeaver: require('./simspaceweaver'),
|
|
333
|
+
DocDBElastic: require('./docdbelastic'),
|
|
334
|
+
SageMakerGeospatial: require('./sagemakergeospatial'),
|
|
335
|
+
CodeCatalyst: require('./codecatalyst'),
|
|
336
|
+
Pipes: require('./pipes')
|
|
333
337
|
};
|