cdk-docker-image-deployment 0.0.88 → 0.0.89
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 +29 -1
- package/node_modules/aws-sdk/README.md +1 -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/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/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 +341 -298
- 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 +16 -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 +138 -28
- 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/all.d.ts +5 -0
- package/node_modules/aws-sdk/clients/all.js +6 -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/computeoptimizer.d.ts +28 -5
- package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
- 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 +66 -0
- 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 +69 -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 +264 -37
- package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -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
|
@@ -300,6 +300,14 @@ declare class S3Control extends Service {
|
|
|
300
300
|
* Indicates whether the specified Multi-Region Access Point has an access control policy that allows public access. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPointPolicyStatus: GetMultiRegionAccessPointPolicy PutMultiRegionAccessPointPolicy
|
|
301
301
|
*/
|
|
302
302
|
getMultiRegionAccessPointPolicyStatus(callback?: (err: AWSError, data: S3Control.Types.GetMultiRegionAccessPointPolicyStatusResult) => void): Request<S3Control.Types.GetMultiRegionAccessPointPolicyStatusResult, AWSError>;
|
|
303
|
+
/**
|
|
304
|
+
* Returns the routing configuration for a Multi-Region Access Point, indicating which Regions are active or passive. To obtain routing control changes and failover requests, use the Amazon S3 failover control infrastructure endpoints in these five Amazon Web Services Regions: us-east-1 us-west-2 ap-southeast-2 ap-northeast-1 eu-west-1 Your Amazon S3 bucket does not need to be in these five Regions.
|
|
305
|
+
*/
|
|
306
|
+
getMultiRegionAccessPointRoutes(params: S3Control.Types.GetMultiRegionAccessPointRoutesRequest, callback?: (err: AWSError, data: S3Control.Types.GetMultiRegionAccessPointRoutesResult) => void): Request<S3Control.Types.GetMultiRegionAccessPointRoutesResult, AWSError>;
|
|
307
|
+
/**
|
|
308
|
+
* Returns the routing configuration for a Multi-Region Access Point, indicating which Regions are active or passive. To obtain routing control changes and failover requests, use the Amazon S3 failover control infrastructure endpoints in these five Amazon Web Services Regions: us-east-1 us-west-2 ap-southeast-2 ap-northeast-1 eu-west-1 Your Amazon S3 bucket does not need to be in these five Regions.
|
|
309
|
+
*/
|
|
310
|
+
getMultiRegionAccessPointRoutes(callback?: (err: AWSError, data: S3Control.Types.GetMultiRegionAccessPointRoutesResult) => void): Request<S3Control.Types.GetMultiRegionAccessPointRoutesResult, AWSError>;
|
|
303
311
|
/**
|
|
304
312
|
* Retrieves the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access. Related actions include: DeletePublicAccessBlock PutPublicAccessBlock
|
|
305
313
|
*/
|
|
@@ -468,6 +476,14 @@ declare class S3Control extends Service {
|
|
|
468
476
|
* Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens in the Amazon S3 User Guide. To use this action, you must have permission to perform the s3:PutStorageLensConfigurationTagging action. For more information, see Setting permissions to use Amazon S3 Storage Lens in the Amazon S3 User Guide.
|
|
469
477
|
*/
|
|
470
478
|
putStorageLensConfigurationTagging(callback?: (err: AWSError, data: S3Control.Types.PutStorageLensConfigurationTaggingResult) => void): Request<S3Control.Types.PutStorageLensConfigurationTaggingResult, AWSError>;
|
|
479
|
+
/**
|
|
480
|
+
* Submits an updated route configuration for a Multi-Region Access Point. This API operation updates the routing status for the specified Regions from active to passive, or from passive to active. A value of 0 indicates a passive status, which means that traffic won't be routed to the specified Region. A value of 100 indicates an active status, which means that traffic will be routed to the specified Region. At least one Region must be active at all times. When the routing configuration is changed, any in-progress operations (uploads, copies, deletes, and so on) to formerly active Regions will continue to run to their final completion state (success or failure). The routing configurations of any Regions that aren’t specified remain unchanged. Updated routing configurations might not be immediately applied. It can take up to 2 minutes for your changes to take effect. To submit routing control changes and failover requests, use the Amazon S3 failover control infrastructure endpoints in these five Amazon Web Services Regions: us-east-1 us-west-2 ap-southeast-2 ap-northeast-1 eu-west-1 Your Amazon S3 bucket does not need to be in these five Regions.
|
|
481
|
+
*/
|
|
482
|
+
submitMultiRegionAccessPointRoutes(params: S3Control.Types.SubmitMultiRegionAccessPointRoutesRequest, callback?: (err: AWSError, data: S3Control.Types.SubmitMultiRegionAccessPointRoutesResult) => void): Request<S3Control.Types.SubmitMultiRegionAccessPointRoutesResult, AWSError>;
|
|
483
|
+
/**
|
|
484
|
+
* Submits an updated route configuration for a Multi-Region Access Point. This API operation updates the routing status for the specified Regions from active to passive, or from passive to active. A value of 0 indicates a passive status, which means that traffic won't be routed to the specified Region. A value of 100 indicates an active status, which means that traffic will be routed to the specified Region. At least one Region must be active at all times. When the routing configuration is changed, any in-progress operations (uploads, copies, deletes, and so on) to formerly active Regions will continue to run to their final completion state (success or failure). The routing configurations of any Regions that aren’t specified remain unchanged. Updated routing configurations might not be immediately applied. It can take up to 2 minutes for your changes to take effect. To submit routing control changes and failover requests, use the Amazon S3 failover control infrastructure endpoints in these five Amazon Web Services Regions: us-east-1 us-west-2 ap-southeast-2 ap-northeast-1 eu-west-1 Your Amazon S3 bucket does not need to be in these five Regions.
|
|
485
|
+
*/
|
|
486
|
+
submitMultiRegionAccessPointRoutes(callback?: (err: AWSError, data: S3Control.Types.SubmitMultiRegionAccessPointRoutesResult) => void): Request<S3Control.Types.SubmitMultiRegionAccessPointRoutesResult, AWSError>;
|
|
471
487
|
/**
|
|
472
488
|
* Updates an existing S3 Batch Operations job's priority. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Related actions include: CreateJob ListJobs DescribeJob UpdateJobStatus
|
|
473
489
|
*/
|
|
@@ -1397,6 +1413,26 @@ declare namespace S3Control {
|
|
|
1397
1413
|
*/
|
|
1398
1414
|
AccessPoint?: MultiRegionAccessPointReport;
|
|
1399
1415
|
}
|
|
1416
|
+
export interface GetMultiRegionAccessPointRoutesRequest {
|
|
1417
|
+
/**
|
|
1418
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
1419
|
+
*/
|
|
1420
|
+
AccountId: AccountId;
|
|
1421
|
+
/**
|
|
1422
|
+
* The Multi-Region Access Point ARN.
|
|
1423
|
+
*/
|
|
1424
|
+
Mrap: MultiRegionAccessPointId;
|
|
1425
|
+
}
|
|
1426
|
+
export interface GetMultiRegionAccessPointRoutesResult {
|
|
1427
|
+
/**
|
|
1428
|
+
* The Multi-Region Access Point ARN.
|
|
1429
|
+
*/
|
|
1430
|
+
Mrap?: MultiRegionAccessPointId;
|
|
1431
|
+
/**
|
|
1432
|
+
* The different routes that make up the route configuration. Active routes return a value of 100, and passive routes return a value of 0.
|
|
1433
|
+
*/
|
|
1434
|
+
Routes?: RouteList;
|
|
1435
|
+
}
|
|
1400
1436
|
export interface GetPublicAccessBlockOutput {
|
|
1401
1437
|
/**
|
|
1402
1438
|
* The PublicAccessBlock configuration currently in effect for this Amazon Web Services account.
|
|
@@ -2018,6 +2054,7 @@ declare namespace S3Control {
|
|
|
2018
2054
|
export type MinStorageBytesPercentage = number;
|
|
2019
2055
|
export type MultiRegionAccessPointAlias = string;
|
|
2020
2056
|
export type MultiRegionAccessPointClientToken = string;
|
|
2057
|
+
export type MultiRegionAccessPointId = string;
|
|
2021
2058
|
export type MultiRegionAccessPointName = string;
|
|
2022
2059
|
export interface MultiRegionAccessPointPolicyDocument {
|
|
2023
2060
|
/**
|
|
@@ -2064,6 +2101,20 @@ declare namespace S3Control {
|
|
|
2064
2101
|
Regions?: RegionReportList;
|
|
2065
2102
|
}
|
|
2066
2103
|
export type MultiRegionAccessPointReportList = MultiRegionAccessPointReport[];
|
|
2104
|
+
export interface MultiRegionAccessPointRoute {
|
|
2105
|
+
/**
|
|
2106
|
+
* The name of the Amazon S3 bucket for which you'll submit a routing configuration change. Either the Bucket or the Region value must be provided. If both are provided, the bucket must be in the specified Region.
|
|
2107
|
+
*/
|
|
2108
|
+
Bucket?: BucketName;
|
|
2109
|
+
/**
|
|
2110
|
+
* The Amazon Web Services Region to which you'll be submitting a routing configuration change. Either the Bucket or the Region value must be provided. If both are provided, the bucket must be in the specified Region.
|
|
2111
|
+
*/
|
|
2112
|
+
Region?: RegionName;
|
|
2113
|
+
/**
|
|
2114
|
+
* The traffic state for the specified bucket or Amazon Web Services Region. A value of 0 indicates a passive state, which means that no new traffic will be routed to the Region. A value of 100 indicates an active state, which means that traffic will be routed to the specified Region. When the routing configuration for a Region is changed from active to passive, any in-progress operations (uploads, copies, deletes, and so on) to the formerly active Region will continue to run to until a final success or failure status is reached. If all Regions in the routing configuration are designated as passive, you'll receive an InvalidRequest error.
|
|
2115
|
+
*/
|
|
2116
|
+
TrafficDialPercentage: TrafficDialPercentage;
|
|
2117
|
+
}
|
|
2067
2118
|
export type MultiRegionAccessPointStatus = "READY"|"INCONSISTENT_ACROSS_REGIONS"|"CREATING"|"PARTIALLY_CREATED"|"PARTIALLY_DELETED"|"DELETING"|string;
|
|
2068
2119
|
export interface MultiRegionAccessPointsAsyncResponse {
|
|
2069
2120
|
/**
|
|
@@ -2447,6 +2498,7 @@ declare namespace S3Control {
|
|
|
2447
2498
|
export type ReplicationStatusFilterList = ReplicationStatus[];
|
|
2448
2499
|
export type ReportPrefixString = string;
|
|
2449
2500
|
export type RequestedJobStatus = "Cancelled"|"Ready"|string;
|
|
2501
|
+
export type RouteList = MultiRegionAccessPointRoute[];
|
|
2450
2502
|
export type S3AWSRegion = string;
|
|
2451
2503
|
export interface S3AccessControlList {
|
|
2452
2504
|
/**
|
|
@@ -2896,6 +2948,22 @@ declare namespace S3Control {
|
|
|
2896
2948
|
}
|
|
2897
2949
|
export type StorageLensTags = StorageLensTag[];
|
|
2898
2950
|
export type StringForNextToken = string;
|
|
2951
|
+
export interface SubmitMultiRegionAccessPointRoutesRequest {
|
|
2952
|
+
/**
|
|
2953
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
2954
|
+
*/
|
|
2955
|
+
AccountId: AccountId;
|
|
2956
|
+
/**
|
|
2957
|
+
* The Multi-Region Access Point ARN.
|
|
2958
|
+
*/
|
|
2959
|
+
Mrap: MultiRegionAccessPointId;
|
|
2960
|
+
/**
|
|
2961
|
+
* The different routes that make up the new route configuration. Active routes return a value of 100, and passive routes return a value of 0.
|
|
2962
|
+
*/
|
|
2963
|
+
RouteUpdates: RouteList;
|
|
2964
|
+
}
|
|
2965
|
+
export interface SubmitMultiRegionAccessPointRoutesResult {
|
|
2966
|
+
}
|
|
2899
2967
|
export type SuspendedCause = string;
|
|
2900
2968
|
export type SuspendedDate = Date;
|
|
2901
2969
|
export type TagKeyString = string;
|
|
@@ -2907,6 +2975,7 @@ declare namespace S3Control {
|
|
|
2907
2975
|
TagSet: S3TagSet;
|
|
2908
2976
|
}
|
|
2909
2977
|
export type TimeStamp = Date;
|
|
2978
|
+
export type TrafficDialPercentage = number;
|
|
2910
2979
|
export interface Transition {
|
|
2911
2980
|
/**
|
|
2912
2981
|
* Indicates when objects are transitioned to the specified storage class. The date value must be in ISO 8601 format. The time is always midnight UTC.
|
|
@@ -11601,6 +11601,10 @@ declare namespace SecurityHub {
|
|
|
11601
11601
|
* Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default. When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled by default unless EnableDefaultStandards is set to false.
|
|
11602
11602
|
*/
|
|
11603
11603
|
EnabledByDefault?: Boolean;
|
|
11604
|
+
/**
|
|
11605
|
+
* Provides details about the management of a standard.
|
|
11606
|
+
*/
|
|
11607
|
+
StandardsManagedBy?: StandardsManagedBy;
|
|
11604
11608
|
}
|
|
11605
11609
|
export type Standards = Standard[];
|
|
11606
11610
|
export interface StandardsControl {
|
|
@@ -11647,6 +11651,16 @@ declare namespace SecurityHub {
|
|
|
11647
11651
|
}
|
|
11648
11652
|
export type StandardsControls = StandardsControl[];
|
|
11649
11653
|
export type StandardsInputParameterMap = {[key: string]: NonEmptyString};
|
|
11654
|
+
export interface StandardsManagedBy {
|
|
11655
|
+
/**
|
|
11656
|
+
* An identifier for the company that manages a specific security standard. For existing standards, the value is equal to Amazon Web Services.
|
|
11657
|
+
*/
|
|
11658
|
+
Company?: NonEmptyString;
|
|
11659
|
+
/**
|
|
11660
|
+
* An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
|
|
11661
|
+
*/
|
|
11662
|
+
Product?: NonEmptyString;
|
|
11663
|
+
}
|
|
11650
11664
|
export type StandardsStatus = "PENDING"|"READY"|"FAILED"|"DELETING"|"INCOMPLETE"|string;
|
|
11651
11665
|
export interface StandardsStatusReason {
|
|
11652
11666
|
/**
|