cdk-docker-image-deployment 0.0.192 → 0.0.194
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 +5 -5
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/index.d.ts +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/codecommit.d.ts +36 -0
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +353 -107
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +70 -30
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +106 -90
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +26 -8
- package/node_modules/aws-sdk/clients/guardduty.d.ts +245 -6
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +67 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +34 -10
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +2 -2
- package/node_modules/aws-sdk/clients/securitylake.d.ts +57 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
|
@@ -109,11 +109,11 @@ declare class S3Control extends Service {
|
|
|
109
109
|
*/
|
|
110
110
|
deleteBucketPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
111
111
|
/**
|
|
112
|
-
* This operation deletes an Amazon S3 on Outposts bucket's replication configuration. To delete an S3 bucket's replication configuration, see DeleteBucketReplication in the Amazon S3 API Reference. Deletes the replication configuration from the specified S3 on Outposts bucket. To use this operation, you must have permissions to perform the s3-outposts:PutReplicationConfiguration action. The Outposts bucket owner has this permission by default and can grant it to others. For more information about permissions, see Setting up IAM with S3 on Outposts and Managing access to S3 on Outposts buckets in the Amazon S3 User Guide. It can take a while to propagate PUT or DELETE requests for a replication configuration to all S3 on Outposts systems. Therefore, the replication configuration that's returned by a GET request soon after a PUT or DELETE request might return a more recent result than what's on the Outpost. If an Outpost is offline, the delay in updating the replication configuration on that Outpost can be significant. 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. For information about S3 replication on Outposts configuration, see Replicating objects for
|
|
112
|
+
* This operation deletes an Amazon S3 on Outposts bucket's replication configuration. To delete an S3 bucket's replication configuration, see DeleteBucketReplication in the Amazon S3 API Reference. Deletes the replication configuration from the specified S3 on Outposts bucket. To use this operation, you must have permissions to perform the s3-outposts:PutReplicationConfiguration action. The Outposts bucket owner has this permission by default and can grant it to others. For more information about permissions, see Setting up IAM with S3 on Outposts and Managing access to S3 on Outposts buckets in the Amazon S3 User Guide. It can take a while to propagate PUT or DELETE requests for a replication configuration to all S3 on Outposts systems. Therefore, the replication configuration that's returned by a GET request soon after a PUT or DELETE request might return a more recent result than what's on the Outpost. If an Outpost is offline, the delay in updating the replication configuration on that Outpost can be significant. 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. For information about S3 replication on Outposts configuration, see Replicating objects for S3 on Outposts in the Amazon S3 User Guide. The following operations are related to DeleteBucketReplication: PutBucketReplication GetBucketReplication
|
|
113
113
|
*/
|
|
114
114
|
deleteBucketReplication(params: S3Control.Types.DeleteBucketReplicationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
115
115
|
/**
|
|
116
|
-
* This operation deletes an Amazon S3 on Outposts bucket's replication configuration. To delete an S3 bucket's replication configuration, see DeleteBucketReplication in the Amazon S3 API Reference. Deletes the replication configuration from the specified S3 on Outposts bucket. To use this operation, you must have permissions to perform the s3-outposts:PutReplicationConfiguration action. The Outposts bucket owner has this permission by default and can grant it to others. For more information about permissions, see Setting up IAM with S3 on Outposts and Managing access to S3 on Outposts buckets in the Amazon S3 User Guide. It can take a while to propagate PUT or DELETE requests for a replication configuration to all S3 on Outposts systems. Therefore, the replication configuration that's returned by a GET request soon after a PUT or DELETE request might return a more recent result than what's on the Outpost. If an Outpost is offline, the delay in updating the replication configuration on that Outpost can be significant. 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. For information about S3 replication on Outposts configuration, see Replicating objects for
|
|
116
|
+
* This operation deletes an Amazon S3 on Outposts bucket's replication configuration. To delete an S3 bucket's replication configuration, see DeleteBucketReplication in the Amazon S3 API Reference. Deletes the replication configuration from the specified S3 on Outposts bucket. To use this operation, you must have permissions to perform the s3-outposts:PutReplicationConfiguration action. The Outposts bucket owner has this permission by default and can grant it to others. For more information about permissions, see Setting up IAM with S3 on Outposts and Managing access to S3 on Outposts buckets in the Amazon S3 User Guide. It can take a while to propagate PUT or DELETE requests for a replication configuration to all S3 on Outposts systems. Therefore, the replication configuration that's returned by a GET request soon after a PUT or DELETE request might return a more recent result than what's on the Outpost. If an Outpost is offline, the delay in updating the replication configuration on that Outpost can be significant. 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. For information about S3 replication on Outposts configuration, see Replicating objects for S3 on Outposts in the Amazon S3 User Guide. The following operations are related to DeleteBucketReplication: PutBucketReplication GetBucketReplication
|
|
117
117
|
*/
|
|
118
118
|
deleteBucketReplication(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
119
119
|
/**
|
|
@@ -261,11 +261,11 @@ declare class S3Control extends Service {
|
|
|
261
261
|
*/
|
|
262
262
|
getBucketPolicy(callback?: (err: AWSError, data: S3Control.Types.GetBucketPolicyResult) => void): Request<S3Control.Types.GetBucketPolicyResult, AWSError>;
|
|
263
263
|
/**
|
|
264
|
-
* This operation gets an Amazon S3 on Outposts bucket's replication configuration. To get an S3 bucket's replication configuration, see GetBucketReplication in the Amazon S3 API Reference. Returns the replication configuration of an S3 on Outposts bucket. For more information about S3 on Outposts, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. For information about S3 replication on Outposts configuration, see Replicating objects for
|
|
264
|
+
* This operation gets an Amazon S3 on Outposts bucket's replication configuration. To get an S3 bucket's replication configuration, see GetBucketReplication in the Amazon S3 API Reference. Returns the replication configuration of an S3 on Outposts bucket. For more information about S3 on Outposts, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. For information about S3 replication on Outposts configuration, see Replicating objects for S3 on Outposts in the Amazon S3 User Guide. It can take a while to propagate PUT or DELETE requests for a replication configuration to all S3 on Outposts systems. Therefore, the replication configuration that's returned by a GET request soon after a PUT or DELETE request might return a more recent result than what's on the Outpost. If an Outpost is offline, the delay in updating the replication configuration on that Outpost can be significant. This action requires permissions for the s3-outposts:GetReplicationConfiguration action. The Outposts bucket owner has this permission by default and can grant it to others. For more information about permissions, see Setting up IAM with S3 on Outposts and Managing access to S3 on Outposts bucket in the Amazon S3 User Guide. 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. If you include the Filter element in a replication configuration, you must also include the DeleteMarkerReplication, Status, and Priority elements. The response also returns those elements. For information about S3 on Outposts replication failure reasons, see Replication failure reasons in the Amazon S3 User Guide. The following operations are related to GetBucketReplication: PutBucketReplication DeleteBucketReplication
|
|
265
265
|
*/
|
|
266
266
|
getBucketReplication(params: S3Control.Types.GetBucketReplicationRequest, callback?: (err: AWSError, data: S3Control.Types.GetBucketReplicationResult) => void): Request<S3Control.Types.GetBucketReplicationResult, AWSError>;
|
|
267
267
|
/**
|
|
268
|
-
* This operation gets an Amazon S3 on Outposts bucket's replication configuration. To get an S3 bucket's replication configuration, see GetBucketReplication in the Amazon S3 API Reference. Returns the replication configuration of an S3 on Outposts bucket. For more information about S3 on Outposts, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. For information about S3 replication on Outposts configuration, see Replicating objects for
|
|
268
|
+
* This operation gets an Amazon S3 on Outposts bucket's replication configuration. To get an S3 bucket's replication configuration, see GetBucketReplication in the Amazon S3 API Reference. Returns the replication configuration of an S3 on Outposts bucket. For more information about S3 on Outposts, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. For information about S3 replication on Outposts configuration, see Replicating objects for S3 on Outposts in the Amazon S3 User Guide. It can take a while to propagate PUT or DELETE requests for a replication configuration to all S3 on Outposts systems. Therefore, the replication configuration that's returned by a GET request soon after a PUT or DELETE request might return a more recent result than what's on the Outpost. If an Outpost is offline, the delay in updating the replication configuration on that Outpost can be significant. This action requires permissions for the s3-outposts:GetReplicationConfiguration action. The Outposts bucket owner has this permission by default and can grant it to others. For more information about permissions, see Setting up IAM with S3 on Outposts and Managing access to S3 on Outposts bucket in the Amazon S3 User Guide. 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. If you include the Filter element in a replication configuration, you must also include the DeleteMarkerReplication, Status, and Priority elements. The response also returns those elements. For information about S3 on Outposts replication failure reasons, see Replication failure reasons in the Amazon S3 User Guide. The following operations are related to GetBucketReplication: PutBucketReplication DeleteBucketReplication
|
|
269
269
|
*/
|
|
270
270
|
getBucketReplication(callback?: (err: AWSError, data: S3Control.Types.GetBucketReplicationResult) => void): Request<S3Control.Types.GetBucketReplicationResult, AWSError>;
|
|
271
271
|
/**
|
|
@@ -437,11 +437,11 @@ declare class S3Control extends Service {
|
|
|
437
437
|
*/
|
|
438
438
|
putBucketPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
439
439
|
/**
|
|
440
|
-
* This action creates an Amazon S3 on Outposts bucket's replication configuration. To create an S3 bucket's replication configuration, see PutBucketReplication in the Amazon S3 API Reference. Creates a replication configuration or replaces an existing one. For information about S3 replication on Outposts configuration, see Replicating objects for
|
|
440
|
+
* This action creates an Amazon S3 on Outposts bucket's replication configuration. To create an S3 bucket's replication configuration, see PutBucketReplication in the Amazon S3 API Reference. Creates a replication configuration or replaces an existing one. For information about S3 replication on Outposts configuration, see Replicating objects for S3 on Outposts in the Amazon S3 User Guide. It can take a while to propagate PUT or DELETE requests for a replication configuration to all S3 on Outposts systems. Therefore, the replication configuration that's returned by a GET request soon after a PUT or DELETE request might return a more recent result than what's on the Outpost. If an Outpost is offline, the delay in updating the replication configuration on that Outpost can be significant. Specify the replication configuration in the request body. In the replication configuration, you provide the following information: The name of the destination bucket or buckets where you want S3 on Outposts to replicate objects The Identity and Access Management (IAM) role that S3 on Outposts can assume to replicate objects on your behalf Other relevant information, such as replication rules A replication configuration must include at least one rule and can contain a maximum of 100. Each rule identifies a subset of objects to replicate by filtering the objects in the source Outposts bucket. To choose additional subsets of objects to replicate, add a rule for each subset. To specify a subset of the objects in the source Outposts bucket to apply a replication rule to, add the Filter element as a child of the Rule element. You can filter objects based on an object key prefix, one or more object tags, or both. When you add the Filter element in the configuration, you must also add the following elements: DeleteMarkerReplication, Status, and Priority. Using PutBucketReplication on Outposts requires that both the source and destination buckets must have versioning enabled. For information about enabling versioning on a bucket, see Managing S3 Versioning for your S3 on Outposts bucket. For information about S3 on Outposts replication failure reasons, see Replication failure reasons in the Amazon S3 User Guide. Handling Replication of Encrypted Objects Outposts buckets are encrypted at all times. All the objects in the source Outposts bucket are encrypted and can be replicated. Also, all the replicas in the destination Outposts bucket are encrypted with the same encryption key as the objects in the source Outposts bucket. Permissions To create a PutBucketReplication request, you must have s3-outposts:PutReplicationConfiguration permissions for the bucket. The Outposts bucket owner has this permission by default and can grant it to others. For more information about permissions, see Setting up IAM with S3 on Outposts and Managing access to S3 on Outposts buckets. To perform this operation, the user or role must also have the iam:CreateRole and iam:PassRole permissions. For more information, see Granting a user permissions to pass a role to an Amazon Web Services service. 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 operations are related to PutBucketReplication: GetBucketReplication DeleteBucketReplication
|
|
441
441
|
*/
|
|
442
442
|
putBucketReplication(params: S3Control.Types.PutBucketReplicationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
443
443
|
/**
|
|
444
|
-
* This action creates an Amazon S3 on Outposts bucket's replication configuration. To create an S3 bucket's replication configuration, see PutBucketReplication in the Amazon S3 API Reference. Creates a replication configuration or replaces an existing one. For information about S3 replication on Outposts configuration, see Replicating objects for
|
|
444
|
+
* This action creates an Amazon S3 on Outposts bucket's replication configuration. To create an S3 bucket's replication configuration, see PutBucketReplication in the Amazon S3 API Reference. Creates a replication configuration or replaces an existing one. For information about S3 replication on Outposts configuration, see Replicating objects for S3 on Outposts in the Amazon S3 User Guide. It can take a while to propagate PUT or DELETE requests for a replication configuration to all S3 on Outposts systems. Therefore, the replication configuration that's returned by a GET request soon after a PUT or DELETE request might return a more recent result than what's on the Outpost. If an Outpost is offline, the delay in updating the replication configuration on that Outpost can be significant. Specify the replication configuration in the request body. In the replication configuration, you provide the following information: The name of the destination bucket or buckets where you want S3 on Outposts to replicate objects The Identity and Access Management (IAM) role that S3 on Outposts can assume to replicate objects on your behalf Other relevant information, such as replication rules A replication configuration must include at least one rule and can contain a maximum of 100. Each rule identifies a subset of objects to replicate by filtering the objects in the source Outposts bucket. To choose additional subsets of objects to replicate, add a rule for each subset. To specify a subset of the objects in the source Outposts bucket to apply a replication rule to, add the Filter element as a child of the Rule element. You can filter objects based on an object key prefix, one or more object tags, or both. When you add the Filter element in the configuration, you must also add the following elements: DeleteMarkerReplication, Status, and Priority. Using PutBucketReplication on Outposts requires that both the source and destination buckets must have versioning enabled. For information about enabling versioning on a bucket, see Managing S3 Versioning for your S3 on Outposts bucket. For information about S3 on Outposts replication failure reasons, see Replication failure reasons in the Amazon S3 User Guide. Handling Replication of Encrypted Objects Outposts buckets are encrypted at all times. All the objects in the source Outposts bucket are encrypted and can be replicated. Also, all the replicas in the destination Outposts bucket are encrypted with the same encryption key as the objects in the source Outposts bucket. Permissions To create a PutBucketReplication request, you must have s3-outposts:PutReplicationConfiguration permissions for the bucket. The Outposts bucket owner has this permission by default and can grant it to others. For more information about permissions, see Setting up IAM with S3 on Outposts and Managing access to S3 on Outposts buckets. To perform this operation, the user or role must also have the iam:CreateRole and iam:PassRole permissions. For more information, see Granting a user permissions to pass a role to an Amazon Web Services service. 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 operations are related to PutBucketReplication: GetBucketReplication DeleteBucketReplication
|
|
445
445
|
*/
|
|
446
446
|
putBucketReplication(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
447
447
|
/**
|
|
@@ -453,11 +453,11 @@ declare class S3Control extends Service {
|
|
|
453
453
|
*/
|
|
454
454
|
putBucketTagging(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
455
455
|
/**
|
|
456
|
-
* This operation sets the versioning state for S3 on Outposts buckets only. To set the versioning state for an S3 bucket, see PutBucketVersioning in the Amazon S3 API Reference. Sets the versioning state for an S3 on Outposts bucket. With S3 Versioning, you can save multiple distinct copies of your objects and recover from unintended user actions and application failures. You can set the versioning state to one of the following: Enabled - Enables versioning for the objects in the bucket. All objects added to the bucket receive a unique version ID. Suspended - Suspends versioning for the objects in the bucket. All objects added to the bucket receive the version ID null. If you've never set versioning on your bucket, it has no versioning state. In that case, a GetBucketVersioning request does not return a versioning state value. When you enable S3 Versioning, for each object in your bucket, you have a current version and zero or more noncurrent versions. You can configure your bucket S3 Lifecycle rules to expire noncurrent versions after a specified time period. For more information, see Creating and managing a lifecycle configuration for your S3 on Outposts bucket in the Amazon S3 User Guide. If you have an object expiration lifecycle
|
|
456
|
+
* This operation sets the versioning state for S3 on Outposts buckets only. To set the versioning state for an S3 bucket, see PutBucketVersioning in the Amazon S3 API Reference. Sets the versioning state for an S3 on Outposts bucket. With S3 Versioning, you can save multiple distinct copies of your objects and recover from unintended user actions and application failures. You can set the versioning state to one of the following: Enabled - Enables versioning for the objects in the bucket. All objects added to the bucket receive a unique version ID. Suspended - Suspends versioning for the objects in the bucket. All objects added to the bucket receive the version ID null. If you've never set versioning on your bucket, it has no versioning state. In that case, a GetBucketVersioning request does not return a versioning state value. When you enable S3 Versioning, for each object in your bucket, you have a current version and zero or more noncurrent versions. You can configure your bucket S3 Lifecycle rules to expire noncurrent versions after a specified time period. For more information, see Creating and managing a lifecycle configuration for your S3 on Outposts bucket in the Amazon S3 User Guide. If you have an object expiration lifecycle configuration in your non-versioned bucket and you want to maintain the same permanent delete behavior when you enable versioning, you must add a noncurrent expiration policy. The noncurrent expiration lifecycle configuration will manage the deletes of the noncurrent object versions in the version-enabled bucket. For more information, see Versioning in the Amazon S3 User Guide. 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 operations are related to PutBucketVersioning for S3 on Outposts. GetBucketVersioning PutBucketLifecycleConfiguration GetBucketLifecycleConfiguration
|
|
457
457
|
*/
|
|
458
458
|
putBucketVersioning(params: S3Control.Types.PutBucketVersioningRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
459
459
|
/**
|
|
460
|
-
* This operation sets the versioning state for S3 on Outposts buckets only. To set the versioning state for an S3 bucket, see PutBucketVersioning in the Amazon S3 API Reference. Sets the versioning state for an S3 on Outposts bucket. With S3 Versioning, you can save multiple distinct copies of your objects and recover from unintended user actions and application failures. You can set the versioning state to one of the following: Enabled - Enables versioning for the objects in the bucket. All objects added to the bucket receive a unique version ID. Suspended - Suspends versioning for the objects in the bucket. All objects added to the bucket receive the version ID null. If you've never set versioning on your bucket, it has no versioning state. In that case, a GetBucketVersioning request does not return a versioning state value. When you enable S3 Versioning, for each object in your bucket, you have a current version and zero or more noncurrent versions. You can configure your bucket S3 Lifecycle rules to expire noncurrent versions after a specified time period. For more information, see Creating and managing a lifecycle configuration for your S3 on Outposts bucket in the Amazon S3 User Guide. If you have an object expiration lifecycle
|
|
460
|
+
* This operation sets the versioning state for S3 on Outposts buckets only. To set the versioning state for an S3 bucket, see PutBucketVersioning in the Amazon S3 API Reference. Sets the versioning state for an S3 on Outposts bucket. With S3 Versioning, you can save multiple distinct copies of your objects and recover from unintended user actions and application failures. You can set the versioning state to one of the following: Enabled - Enables versioning for the objects in the bucket. All objects added to the bucket receive a unique version ID. Suspended - Suspends versioning for the objects in the bucket. All objects added to the bucket receive the version ID null. If you've never set versioning on your bucket, it has no versioning state. In that case, a GetBucketVersioning request does not return a versioning state value. When you enable S3 Versioning, for each object in your bucket, you have a current version and zero or more noncurrent versions. You can configure your bucket S3 Lifecycle rules to expire noncurrent versions after a specified time period. For more information, see Creating and managing a lifecycle configuration for your S3 on Outposts bucket in the Amazon S3 User Guide. If you have an object expiration lifecycle configuration in your non-versioned bucket and you want to maintain the same permanent delete behavior when you enable versioning, you must add a noncurrent expiration policy. The noncurrent expiration lifecycle configuration will manage the deletes of the noncurrent object versions in the version-enabled bucket. For more information, see Versioning in the Amazon S3 User Guide. 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 operations are related to PutBucketVersioning for S3 on Outposts. GetBucketVersioning PutBucketLifecycleConfiguration GetBucketLifecycleConfiguration
|
|
461
461
|
*/
|
|
462
462
|
putBucketVersioning(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
463
463
|
/**
|
|
@@ -754,6 +754,10 @@ declare namespace S3Control {
|
|
|
754
754
|
* Specifies the ARN for the Object Lambda Access Point.
|
|
755
755
|
*/
|
|
756
756
|
ObjectLambdaAccessPointArn?: ObjectLambdaAccessPointArn;
|
|
757
|
+
/**
|
|
758
|
+
* The alias of the Object Lambda Access Point.
|
|
759
|
+
*/
|
|
760
|
+
Alias?: ObjectLambdaAccessPointAlias;
|
|
757
761
|
}
|
|
758
762
|
export interface CreateAccessPointRequest {
|
|
759
763
|
/**
|
|
@@ -1252,6 +1256,10 @@ declare namespace S3Control {
|
|
|
1252
1256
|
* The date and time when the specified Object Lambda Access Point was created.
|
|
1253
1257
|
*/
|
|
1254
1258
|
CreationDate?: CreationDate;
|
|
1259
|
+
/**
|
|
1260
|
+
* The alias of the Object Lambda Access Point.
|
|
1261
|
+
*/
|
|
1262
|
+
Alias?: ObjectLambdaAccessPointAlias;
|
|
1255
1263
|
}
|
|
1256
1264
|
export interface GetAccessPointPolicyForObjectLambdaRequest {
|
|
1257
1265
|
/**
|
|
@@ -1951,7 +1959,7 @@ declare namespace S3Control {
|
|
|
1951
1959
|
*/
|
|
1952
1960
|
NoncurrentVersionExpiration?: NoncurrentVersionExpiration;
|
|
1953
1961
|
/**
|
|
1954
|
-
* Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 waits before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle
|
|
1962
|
+
* Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 waits before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration in the Amazon S3 User Guide.
|
|
1955
1963
|
*/
|
|
1956
1964
|
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload;
|
|
1957
1965
|
}
|
|
@@ -2290,7 +2298,23 @@ declare namespace S3Control {
|
|
|
2290
2298
|
* Specifies the ARN for the Object Lambda Access Point.
|
|
2291
2299
|
*/
|
|
2292
2300
|
ObjectLambdaAccessPointArn?: ObjectLambdaAccessPointArn;
|
|
2301
|
+
/**
|
|
2302
|
+
* The alias of the Object Lambda Access Point.
|
|
2303
|
+
*/
|
|
2304
|
+
Alias?: ObjectLambdaAccessPointAlias;
|
|
2305
|
+
}
|
|
2306
|
+
export interface ObjectLambdaAccessPointAlias {
|
|
2307
|
+
/**
|
|
2308
|
+
* The alias value of the Object Lambda Access Point.
|
|
2309
|
+
*/
|
|
2310
|
+
Value?: ObjectLambdaAccessPointAliasValue;
|
|
2311
|
+
/**
|
|
2312
|
+
* The status of the Object Lambda Access Point alias. If the status is PROVISIONING, the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status is READY, the Object Lambda Access Point alias is successfully provisioned and ready for use.
|
|
2313
|
+
*/
|
|
2314
|
+
Status?: ObjectLambdaAccessPointAliasStatus;
|
|
2293
2315
|
}
|
|
2316
|
+
export type ObjectLambdaAccessPointAliasStatus = "PROVISIONING"|"READY"|string;
|
|
2317
|
+
export type ObjectLambdaAccessPointAliasValue = string;
|
|
2294
2318
|
export type ObjectLambdaAccessPointArn = string;
|
|
2295
2319
|
export type ObjectLambdaAccessPointList = ObjectLambdaAccessPoint[];
|
|
2296
2320
|
export type ObjectLambdaAccessPointName = string;
|
|
@@ -2673,7 +2697,7 @@ declare namespace S3Control {
|
|
|
2673
2697
|
*/
|
|
2674
2698
|
ID?: ID;
|
|
2675
2699
|
/**
|
|
2676
|
-
* The priority indicates which rule has precedence whenever two or more replication rules conflict. S3 on Outposts attempts to replicate objects according to all replication rules. However, if there are two or more rules with the same destination Outposts bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Creating replication rules
|
|
2700
|
+
* The priority indicates which rule has precedence whenever two or more replication rules conflict. S3 on Outposts attempts to replicate objects according to all replication rules. However, if there are two or more rules with the same destination Outposts bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Creating replication rules on Outposts in the Amazon S3 User Guide.
|
|
2677
2701
|
*/
|
|
2678
2702
|
Priority?: Priority;
|
|
2679
2703
|
/**
|
|
@@ -63,11 +63,11 @@ declare namespace SageMakerRuntime {
|
|
|
63
63
|
*/
|
|
64
64
|
InputLocation: InputLocationHeader;
|
|
65
65
|
/**
|
|
66
|
-
* Maximum age in seconds a request can be in the queue before it is marked as expired.
|
|
66
|
+
* Maximum age in seconds a request can be in the queue before it is marked as expired. The default is 6 hours, or 21,600 seconds.
|
|
67
67
|
*/
|
|
68
68
|
RequestTTLSeconds?: RequestTTLSecondsHeader;
|
|
69
69
|
/**
|
|
70
|
-
* Maximum amount of time in seconds a request can be processed before it is marked as expired.
|
|
70
|
+
* Maximum amount of time in seconds a request can be processed before it is marked as expired. The default is 15 minutes, or 900 seconds.
|
|
71
71
|
*/
|
|
72
72
|
InvocationTimeoutSeconds?: InvocationTimeoutSecondsHeader;
|
|
73
73
|
}
|
|
@@ -68,11 +68,11 @@ declare class SecurityLake extends Service {
|
|
|
68
68
|
*/
|
|
69
69
|
createSubscriber(callback?: (err: AWSError, data: SecurityLake.Types.CreateSubscriberResponse) => void): Request<SecurityLake.Types.CreateSubscriberResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake.
|
|
71
|
+
* Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake. You can create only one subscriber notification per subscriber.
|
|
72
72
|
*/
|
|
73
73
|
createSubscriptionNotificationConfiguration(params: SecurityLake.Types.CreateSubscriptionNotificationConfigurationRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.CreateSubscriptionNotificationConfigurationResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake.
|
|
75
|
+
* Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake. You can create only one subscriber notification per subscriber.
|
|
76
76
|
*/
|
|
77
77
|
createSubscriptionNotificationConfiguration(callback?: (err: AWSError, data: SecurityLake.Types.CreateSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.CreateSubscriptionNotificationConfigurationResponse, AWSError>;
|
|
78
78
|
/**
|
|
@@ -100,11 +100,11 @@ declare class SecurityLake extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
deleteDatalake(callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeResponse) => void): Request<SecurityLake.Types.DeleteDatalakeResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* DeleteDatalakeAutoEnable removes automatic enablement of configuration settings for new member accounts (but keeps settings for the delegated administrator) from Amazon Security Lake. You must run this API using credentials of the delegated administrator. When you run this API, new member accounts that are added after the organization enables Security Lake won't contribute to the data lake.
|
|
104
104
|
*/
|
|
105
105
|
deleteDatalakeAutoEnable(params: SecurityLake.Types.DeleteDatalakeAutoEnableRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeAutoEnableResponse) => void): Request<SecurityLake.Types.DeleteDatalakeAutoEnableResponse, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* DeleteDatalakeAutoEnable removes automatic enablement of configuration settings for new member accounts (but keeps settings for the delegated administrator) from Amazon Security Lake. You must run this API using credentials of the delegated administrator. When you run this API, new member accounts that are added after the organization enables Security Lake won't contribute to the data lake.
|
|
108
108
|
*/
|
|
109
109
|
deleteDatalakeAutoEnable(callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeAutoEnableResponse) => void): Request<SecurityLake.Types.DeleteDatalakeAutoEnableResponse, AWSError>;
|
|
110
110
|
/**
|
|
@@ -244,11 +244,11 @@ declare class SecurityLake extends Service {
|
|
|
244
244
|
*/
|
|
245
245
|
updateSubscriber(callback?: (err: AWSError, data: SecurityLake.Types.UpdateSubscriberResponse) => void): Request<SecurityLake.Types.UpdateSubscriberResponse, AWSError>;
|
|
246
246
|
/**
|
|
247
|
-
*
|
|
247
|
+
* Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.
|
|
248
248
|
*/
|
|
249
249
|
updateSubscriptionNotificationConfiguration(params: SecurityLake.Types.UpdateSubscriptionNotificationConfigurationRequest, callback?: (err: AWSError, data: SecurityLake.Types.UpdateSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.UpdateSubscriptionNotificationConfigurationResponse, AWSError>;
|
|
250
250
|
/**
|
|
251
|
-
*
|
|
251
|
+
* Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.
|
|
252
252
|
*/
|
|
253
253
|
updateSubscriptionNotificationConfiguration(callback?: (err: AWSError, data: SecurityLake.Types.UpdateSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.UpdateSubscriptionNotificationConfigurationResponse, AWSError>;
|
|
254
254
|
}
|
|
@@ -436,7 +436,15 @@ declare namespace SecurityLake {
|
|
|
436
436
|
export type CreateSubscriberRequestSubscriberNameString = string;
|
|
437
437
|
export interface CreateSubscriberResponse {
|
|
438
438
|
/**
|
|
439
|
-
* The Amazon Resource Name (ARN)
|
|
439
|
+
* The Amazon Resource Name (ARN) which uniquely defines the AWS RAM resource share. Before accepting the RAM resource share invitation, you can view details related to the RAM resource share.
|
|
440
|
+
*/
|
|
441
|
+
resourceShareArn?: ResourceShareArn;
|
|
442
|
+
/**
|
|
443
|
+
* The name of the resource share.
|
|
444
|
+
*/
|
|
445
|
+
resourceShareName?: ResourceShareName;
|
|
446
|
+
/**
|
|
447
|
+
* The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see Amazon Security Lake User Guide.
|
|
440
448
|
*/
|
|
441
449
|
roleArn?: RoleArn;
|
|
442
450
|
/**
|
|
@@ -470,7 +478,7 @@ declare namespace SecurityLake {
|
|
|
470
478
|
*/
|
|
471
479
|
httpsMethod?: HttpsMethod;
|
|
472
480
|
/**
|
|
473
|
-
* The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.
|
|
481
|
+
* The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created. For more information about ARNs and how to use them in policies, see Managing data access and Amazon Web Services Managed Policies in the Amazon Security Lake User Guide.
|
|
474
482
|
*/
|
|
475
483
|
roleArn?: RoleArn;
|
|
476
484
|
/**
|
|
@@ -478,7 +486,7 @@ declare namespace SecurityLake {
|
|
|
478
486
|
*/
|
|
479
487
|
subscriptionEndpoint?: CreateSubscriptionNotificationConfigurationRequestSubscriptionEndpointString;
|
|
480
488
|
/**
|
|
481
|
-
* The subscription ID for the notification subscription
|
|
489
|
+
* The subscription ID for the notification subscription.
|
|
482
490
|
*/
|
|
483
491
|
subscriptionId: UUID;
|
|
484
492
|
}
|
|
@@ -532,7 +540,7 @@ declare namespace SecurityLake {
|
|
|
532
540
|
}
|
|
533
541
|
export interface DeleteDatalakeAutoEnableRequest {
|
|
534
542
|
/**
|
|
535
|
-
*
|
|
543
|
+
* Remove automatic enablement of configuration settings for new member accounts in Security Lake.
|
|
536
544
|
*/
|
|
537
545
|
removeFromConfigurationForNewAccounts: AutoEnableNewRegionConfigurationList;
|
|
538
546
|
}
|
|
@@ -727,8 +735,22 @@ declare namespace SecurityLake {
|
|
|
727
735
|
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define.
|
|
728
736
|
*/
|
|
729
737
|
tagsMap?: TagsMap;
|
|
738
|
+
/**
|
|
739
|
+
* The status of the last UpdateDatalake or DeleteDatalake API request.
|
|
740
|
+
*/
|
|
741
|
+
updateStatus?: UpdateStatus;
|
|
730
742
|
}
|
|
731
743
|
export type LakeConfigurationResponseMap = {[key: string]: LakeConfigurationResponse};
|
|
744
|
+
export interface LastUpdateFailure {
|
|
745
|
+
/**
|
|
746
|
+
* The reason code for the failure of the last UpdateDatalake or DeleteDatalake API request.
|
|
747
|
+
*/
|
|
748
|
+
code?: String;
|
|
749
|
+
/**
|
|
750
|
+
* The reason for the failure of the last UpdateDatalakeor DeleteDatalake API request.
|
|
751
|
+
*/
|
|
752
|
+
reason?: String;
|
|
753
|
+
}
|
|
732
754
|
export interface ListDatalakeExceptionsRequest {
|
|
733
755
|
/**
|
|
734
756
|
* List the maximum number of failures in Security Lake.
|
|
@@ -835,6 +857,8 @@ declare namespace SecurityLake {
|
|
|
835
857
|
export type Region = "us-east-1"|"us-west-2"|"eu-central-1"|"us-east-2"|"eu-west-1"|"ap-northeast-1"|"ap-southeast-2"|string;
|
|
836
858
|
export type RegionSet = Region[];
|
|
837
859
|
export type RegionSourceTypesAccountsList = AllDimensionsMap[];
|
|
860
|
+
export type ResourceShareArn = string;
|
|
861
|
+
export type ResourceShareName = string;
|
|
838
862
|
export interface RetentionSetting {
|
|
839
863
|
/**
|
|
840
864
|
* The retention period specifies a fixed period of time during which the Security Lake object remains locked. You can specify the retention period in days for one or more sources.
|
|
@@ -883,6 +907,14 @@ declare namespace SecurityLake {
|
|
|
883
907
|
* The external ID of the subscriber. The external ID lets the user that is assuming the role assert the circumstances in which they are operating. It also provides a way for the account owner to permit the role to be assumed only under specific circumstances.
|
|
884
908
|
*/
|
|
885
909
|
externalId?: SafeString;
|
|
910
|
+
/**
|
|
911
|
+
* The Amazon Resource Name (ARN) which uniquely defines the AWS RAM resource share. Before accepting the RAM resource share invitation, you can view details related to the RAM resource share. This field is available only for Lake Formation subscribers created after March 8, 2023.
|
|
912
|
+
*/
|
|
913
|
+
resourceShareArn?: ResourceShareArn;
|
|
914
|
+
/**
|
|
915
|
+
* The name of the resource share.
|
|
916
|
+
*/
|
|
917
|
+
resourceShareName?: ResourceShareName;
|
|
886
918
|
/**
|
|
887
919
|
* The Amazon Resource Name (ARN) specifying the role of the subscriber.
|
|
888
920
|
*/
|
|
@@ -963,6 +995,20 @@ declare namespace SecurityLake {
|
|
|
963
995
|
}
|
|
964
996
|
export interface UpdateDatalakeResponse {
|
|
965
997
|
}
|
|
998
|
+
export interface UpdateStatus {
|
|
999
|
+
/**
|
|
1000
|
+
* The details of the last UpdateDatalakeor DeleteDatalake API request which failed.
|
|
1001
|
+
*/
|
|
1002
|
+
lastUpdateFailure?: LastUpdateFailure;
|
|
1003
|
+
/**
|
|
1004
|
+
* The unique ID for the UpdateDatalake or DeleteDatalake API request.
|
|
1005
|
+
*/
|
|
1006
|
+
lastUpdateRequestId?: String;
|
|
1007
|
+
/**
|
|
1008
|
+
* The status of the last UpdateDatalake or DeleteDatalake API request that was requested.
|
|
1009
|
+
*/
|
|
1010
|
+
lastUpdateStatus?: settingsStatus;
|
|
1011
|
+
}
|
|
966
1012
|
export interface UpdateSubscriberRequest {
|
|
967
1013
|
/**
|
|
968
1014
|
* The external ID of the Security Lake account.
|
|
@@ -1010,7 +1056,7 @@ declare namespace SecurityLake {
|
|
|
1010
1056
|
*/
|
|
1011
1057
|
httpsMethod?: HttpsMethod;
|
|
1012
1058
|
/**
|
|
1013
|
-
* The Amazon Resource Name (ARN) specifying the role of the subscriber.
|
|
1059
|
+
* The Amazon Resource Name (ARN) specifying the role of the subscriber. For more information about ARNs and how to use them in policies, see, see the Managing data access and Amazon Web Services Managed Policiesin the Amazon Security Lake User Guide.
|
|
1014
1060
|
*/
|
|
1015
1061
|
roleArn?: RoleArn;
|
|
1016
1062
|
/**
|