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
|
@@ -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
|
*/
|
|
@@ -325,11 +333,11 @@ declare class S3Control extends Service {
|
|
|
325
333
|
*/
|
|
326
334
|
getStorageLensConfigurationTagging(callback?: (err: AWSError, data: S3Control.Types.GetStorageLensConfigurationTaggingResult) => void): Request<S3Control.Types.GetStorageLensConfigurationTaggingResult, AWSError>;
|
|
327
335
|
/**
|
|
328
|
-
* Returns a list of the access points
|
|
336
|
+
* Returns a list of the access points owned by the current account associated with the specified bucket. You can retrieve up to 1000 access points per call. If the specified bucket has more than 1,000 access points (or the number specified in maxResults, whichever is less), the response will include a continuation token that you can use to list the additional access points. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples section. The following actions are related to ListAccessPoints: CreateAccessPoint DeleteAccessPoint GetAccessPoint
|
|
329
337
|
*/
|
|
330
338
|
listAccessPoints(params: S3Control.Types.ListAccessPointsRequest, callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsResult) => void): Request<S3Control.Types.ListAccessPointsResult, AWSError>;
|
|
331
339
|
/**
|
|
332
|
-
* Returns a list of the access points
|
|
340
|
+
* Returns a list of the access points owned by the current account associated with the specified bucket. You can retrieve up to 1000 access points per call. If the specified bucket has more than 1,000 access points (or the number specified in maxResults, whichever is less), the response will include a continuation token that you can use to list the additional access points. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples section. The following actions are related to ListAccessPoints: CreateAccessPoint DeleteAccessPoint GetAccessPoint
|
|
333
341
|
*/
|
|
334
342
|
listAccessPoints(callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsResult) => void): Request<S3Control.Types.ListAccessPointsResult, AWSError>;
|
|
335
343
|
/**
|
|
@@ -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
|
*/
|
|
@@ -517,6 +533,10 @@ declare namespace S3Control {
|
|
|
517
533
|
* The name or alias of the access point.
|
|
518
534
|
*/
|
|
519
535
|
Alias?: Alias;
|
|
536
|
+
/**
|
|
537
|
+
* The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
|
538
|
+
*/
|
|
539
|
+
BucketAccountId?: AccountId;
|
|
520
540
|
}
|
|
521
541
|
export type AccessPointList = AccessPoint[];
|
|
522
542
|
export type AccessPointName = string;
|
|
@@ -706,7 +726,7 @@ declare namespace S3Control {
|
|
|
706
726
|
}
|
|
707
727
|
export interface CreateAccessPointRequest {
|
|
708
728
|
/**
|
|
709
|
-
* The Amazon Web Services account ID for the
|
|
729
|
+
* The Amazon Web Services account ID for the account that owns the specified access point.
|
|
710
730
|
*/
|
|
711
731
|
AccountId: AccountId;
|
|
712
732
|
/**
|
|
@@ -725,6 +745,10 @@ declare namespace S3Control {
|
|
|
725
745
|
* The PublicAccessBlock configuration that you want to apply to the access point.
|
|
726
746
|
*/
|
|
727
747
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
748
|
+
/**
|
|
749
|
+
* The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
|
750
|
+
*/
|
|
751
|
+
BucketAccountId?: AccountId;
|
|
728
752
|
}
|
|
729
753
|
export interface CreateAccessPointResult {
|
|
730
754
|
/**
|
|
@@ -914,7 +938,7 @@ declare namespace S3Control {
|
|
|
914
938
|
}
|
|
915
939
|
export interface DeleteAccessPointRequest {
|
|
916
940
|
/**
|
|
917
|
-
* The account ID for the account that owns the specified access point.
|
|
941
|
+
* The Amazon Web Services account ID for the account that owns the specified access point.
|
|
918
942
|
*/
|
|
919
943
|
AccountId: AccountId;
|
|
920
944
|
/**
|
|
@@ -1201,7 +1225,7 @@ declare namespace S3Control {
|
|
|
1201
1225
|
}
|
|
1202
1226
|
export interface GetAccessPointRequest {
|
|
1203
1227
|
/**
|
|
1204
|
-
* The account ID for the account that owns the specified access point.
|
|
1228
|
+
* The Amazon Web Services account ID for the account that owns the specified access point.
|
|
1205
1229
|
*/
|
|
1206
1230
|
AccountId: AccountId;
|
|
1207
1231
|
/**
|
|
@@ -1243,6 +1267,10 @@ declare namespace S3Control {
|
|
|
1243
1267
|
* The VPC endpoint for the access point.
|
|
1244
1268
|
*/
|
|
1245
1269
|
Endpoints?: Endpoints;
|
|
1270
|
+
/**
|
|
1271
|
+
* The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
|
1272
|
+
*/
|
|
1273
|
+
BucketAccountId?: AccountId;
|
|
1246
1274
|
}
|
|
1247
1275
|
export interface GetBucketLifecycleConfigurationRequest {
|
|
1248
1276
|
/**
|
|
@@ -1397,6 +1425,26 @@ declare namespace S3Control {
|
|
|
1397
1425
|
*/
|
|
1398
1426
|
AccessPoint?: MultiRegionAccessPointReport;
|
|
1399
1427
|
}
|
|
1428
|
+
export interface GetMultiRegionAccessPointRoutesRequest {
|
|
1429
|
+
/**
|
|
1430
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
1431
|
+
*/
|
|
1432
|
+
AccountId: AccountId;
|
|
1433
|
+
/**
|
|
1434
|
+
* The Multi-Region Access Point ARN.
|
|
1435
|
+
*/
|
|
1436
|
+
Mrap: MultiRegionAccessPointId;
|
|
1437
|
+
}
|
|
1438
|
+
export interface GetMultiRegionAccessPointRoutesResult {
|
|
1439
|
+
/**
|
|
1440
|
+
* The Multi-Region Access Point ARN.
|
|
1441
|
+
*/
|
|
1442
|
+
Mrap?: MultiRegionAccessPointId;
|
|
1443
|
+
/**
|
|
1444
|
+
* The different routes that make up the route configuration. Active routes return a value of 100, and passive routes return a value of 0.
|
|
1445
|
+
*/
|
|
1446
|
+
Routes?: RouteList;
|
|
1447
|
+
}
|
|
1400
1448
|
export interface GetPublicAccessBlockOutput {
|
|
1401
1449
|
/**
|
|
1402
1450
|
* The PublicAccessBlock configuration currently in effect for this Amazon Web Services account.
|
|
@@ -1864,7 +1912,7 @@ declare namespace S3Control {
|
|
|
1864
1912
|
}
|
|
1865
1913
|
export interface ListAccessPointsRequest {
|
|
1866
1914
|
/**
|
|
1867
|
-
* The Amazon Web Services account ID for
|
|
1915
|
+
* The Amazon Web Services account ID for the account that owns the specified access points.
|
|
1868
1916
|
*/
|
|
1869
1917
|
AccountId: AccountId;
|
|
1870
1918
|
/**
|
|
@@ -2018,6 +2066,7 @@ declare namespace S3Control {
|
|
|
2018
2066
|
export type MinStorageBytesPercentage = number;
|
|
2019
2067
|
export type MultiRegionAccessPointAlias = string;
|
|
2020
2068
|
export type MultiRegionAccessPointClientToken = string;
|
|
2069
|
+
export type MultiRegionAccessPointId = string;
|
|
2021
2070
|
export type MultiRegionAccessPointName = string;
|
|
2022
2071
|
export interface MultiRegionAccessPointPolicyDocument {
|
|
2023
2072
|
/**
|
|
@@ -2064,6 +2113,20 @@ declare namespace S3Control {
|
|
|
2064
2113
|
Regions?: RegionReportList;
|
|
2065
2114
|
}
|
|
2066
2115
|
export type MultiRegionAccessPointReportList = MultiRegionAccessPointReport[];
|
|
2116
|
+
export interface MultiRegionAccessPointRoute {
|
|
2117
|
+
/**
|
|
2118
|
+
* 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.
|
|
2119
|
+
*/
|
|
2120
|
+
Bucket?: BucketName;
|
|
2121
|
+
/**
|
|
2122
|
+
* 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.
|
|
2123
|
+
*/
|
|
2124
|
+
Region?: RegionName;
|
|
2125
|
+
/**
|
|
2126
|
+
* 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.
|
|
2127
|
+
*/
|
|
2128
|
+
TrafficDialPercentage: TrafficDialPercentage;
|
|
2129
|
+
}
|
|
2067
2130
|
export type MultiRegionAccessPointStatus = "READY"|"INCONSISTENT_ACROSS_REGIONS"|"CREATING"|"PARTIALLY_CREATED"|"PARTIALLY_DELETED"|"DELETING"|string;
|
|
2068
2131
|
export interface MultiRegionAccessPointsAsyncResponse {
|
|
2069
2132
|
/**
|
|
@@ -2447,6 +2510,7 @@ declare namespace S3Control {
|
|
|
2447
2510
|
export type ReplicationStatusFilterList = ReplicationStatus[];
|
|
2448
2511
|
export type ReportPrefixString = string;
|
|
2449
2512
|
export type RequestedJobStatus = "Cancelled"|"Ready"|string;
|
|
2513
|
+
export type RouteList = MultiRegionAccessPointRoute[];
|
|
2450
2514
|
export type S3AWSRegion = string;
|
|
2451
2515
|
export interface S3AccessControlList {
|
|
2452
2516
|
/**
|
|
@@ -2896,6 +2960,22 @@ declare namespace S3Control {
|
|
|
2896
2960
|
}
|
|
2897
2961
|
export type StorageLensTags = StorageLensTag[];
|
|
2898
2962
|
export type StringForNextToken = string;
|
|
2963
|
+
export interface SubmitMultiRegionAccessPointRoutesRequest {
|
|
2964
|
+
/**
|
|
2965
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
2966
|
+
*/
|
|
2967
|
+
AccountId: AccountId;
|
|
2968
|
+
/**
|
|
2969
|
+
* The Multi-Region Access Point ARN.
|
|
2970
|
+
*/
|
|
2971
|
+
Mrap: MultiRegionAccessPointId;
|
|
2972
|
+
/**
|
|
2973
|
+
* 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.
|
|
2974
|
+
*/
|
|
2975
|
+
RouteUpdates: RouteList;
|
|
2976
|
+
}
|
|
2977
|
+
export interface SubmitMultiRegionAccessPointRoutesResult {
|
|
2978
|
+
}
|
|
2899
2979
|
export type SuspendedCause = string;
|
|
2900
2980
|
export type SuspendedDate = Date;
|
|
2901
2981
|
export type TagKeyString = string;
|
|
@@ -2907,6 +2987,7 @@ declare namespace S3Control {
|
|
|
2907
2987
|
TagSet: S3TagSet;
|
|
2908
2988
|
}
|
|
2909
2989
|
export type TimeStamp = Date;
|
|
2990
|
+
export type TrafficDialPercentage = number;
|
|
2910
2991
|
export interface Transition {
|
|
2911
2992
|
/**
|
|
2912
2993
|
* 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.
|