aws-sdk 2.949.0 → 2.953.0
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/CHANGELOG.md +22 -1
- package/README.md +1 -1
- package/apis/codebuild-2016-10-06.min.json +134 -131
- package/apis/databrew-2017-07-25.min.json +177 -61
- package/apis/ec2-2016-11-15.min.json +1301 -982
- package/apis/elasticmapreduce-2009-03-31.min.json +84 -28
- package/apis/elasticmapreduce-2009-03-31.paginators.json +5 -0
- package/apis/kendra-2019-02-03.min.json +59 -35
- package/apis/medialive-2017-10-14.min.json +221 -201
- package/apis/personalize-2018-05-22.min.json +1 -2
- package/apis/qldb-2019-01-02.min.json +51 -28
- package/apis/rds-2014-10-31.min.json +3 -0
- package/apis/s3outposts-2017-07-25.min.json +9 -2
- package/apis/securityhub-2018-10-26.min.json +409 -207
- package/clients/codebuild.d.ts +130 -126
- package/clients/computeoptimizer.d.ts +3 -3
- package/clients/databrew.d.ts +123 -8
- package/clients/ec2.d.ts +501 -182
- package/clients/elbv2.d.ts +1 -1
- package/clients/emr.d.ts +146 -56
- package/clients/iam.d.ts +4 -4
- package/clients/imagebuilder.d.ts +1 -1
- package/clients/kendra.d.ts +39 -8
- package/clients/lambda.d.ts +14 -14
- package/clients/medialive.d.ts +16 -0
- package/clients/personalize.d.ts +15 -15
- package/clients/proton.d.ts +54 -54
- package/clients/qldb.d.ts +51 -15
- package/clients/rds.d.ts +8 -4
- package/clients/s3control.d.ts +78 -78
- package/clients/s3outposts.d.ts +44 -13
- package/clients/securityhub.d.ts +473 -143
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +1531 -1146
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/s3control.d.ts
CHANGED
|
@@ -93,11 +93,11 @@ declare class S3Control extends Service {
|
|
|
93
93
|
*/
|
|
94
94
|
deleteBucketLifecycleConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
95
95
|
/**
|
|
96
|
-
* This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see DeleteBucketPolicy in the Amazon S3 API Reference. This implementation of the DELETE action uses the policy subresource to delete the policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the root user of the
|
|
96
|
+
* This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see DeleteBucketPolicy in the Amazon S3 API Reference. This implementation of the DELETE action uses the policy subresource to delete the policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the root user of the account that owns the bucket, the calling identity must have the s3-outposts:DeleteBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account to use this action. For more information, see Using Amazon S3 on Outposts in Amazon S3 User Guide. If you don't have DeleteBucketPolicy permissions, Amazon S3 returns a 403 Access Denied error. If you have the correct permissions, but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 405 Method Not Allowed error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. 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 and 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 using the access point ARN, see the Examples section. The following actions are related to DeleteBucketPolicy: GetBucketPolicy PutBucketPolicy
|
|
97
97
|
*/
|
|
98
98
|
deleteBucketPolicy(params: S3Control.Types.DeleteBucketPolicyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
99
99
|
/**
|
|
100
|
-
* This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see DeleteBucketPolicy in the Amazon S3 API Reference. This implementation of the DELETE action uses the policy subresource to delete the policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the root user of the
|
|
100
|
+
* This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see DeleteBucketPolicy in the Amazon S3 API Reference. This implementation of the DELETE action uses the policy subresource to delete the policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the root user of the account that owns the bucket, the calling identity must have the s3-outposts:DeleteBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account to use this action. For more information, see Using Amazon S3 on Outposts in Amazon S3 User Guide. If you don't have DeleteBucketPolicy permissions, Amazon S3 returns a 403 Access Denied error. If you have the correct permissions, but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 405 Method Not Allowed error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. 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 and 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 using the access point ARN, see the Examples section. The following actions are related to DeleteBucketPolicy: GetBucketPolicy PutBucketPolicy
|
|
101
101
|
*/
|
|
102
102
|
deleteBucketPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
103
103
|
/**
|
|
@@ -117,11 +117,11 @@ declare class S3Control extends Service {
|
|
|
117
117
|
*/
|
|
118
118
|
deleteJobTagging(callback?: (err: AWSError, data: S3Control.Types.DeleteJobTaggingResult) => void): Request<S3Control.Types.DeleteJobTaggingResult, AWSError>;
|
|
119
119
|
/**
|
|
120
|
-
* Removes the PublicAccessBlock configuration for an
|
|
120
|
+
* Removes the PublicAccessBlock configuration for an account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock PutPublicAccessBlock
|
|
121
121
|
*/
|
|
122
122
|
deletePublicAccessBlock(params: S3Control.Types.DeletePublicAccessBlockRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
123
123
|
/**
|
|
124
|
-
* Removes the PublicAccessBlock configuration for an
|
|
124
|
+
* Removes the PublicAccessBlock configuration for an account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock PutPublicAccessBlock
|
|
125
125
|
*/
|
|
126
126
|
deletePublicAccessBlock(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
127
127
|
/**
|
|
@@ -205,11 +205,11 @@ declare class S3Control extends Service {
|
|
|
205
205
|
*/
|
|
206
206
|
getAccessPointPolicyStatusForObjectLambda(callback?: (err: AWSError, data: S3Control.Types.GetAccessPointPolicyStatusForObjectLambdaResult) => void): Request<S3Control.Types.GetAccessPointPolicyStatusForObjectLambdaResult, AWSError>;
|
|
207
207
|
/**
|
|
208
|
-
* Gets an Amazon S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the
|
|
208
|
+
* Gets an Amazon S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the Outposts bucket, the calling identity must have the s3-outposts:GetBucket permissions on the specified Outposts bucket and belong to the Outposts bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucket permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. The following actions are related to GetBucket for Amazon S3 on Outposts: 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 and 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 using the access point ARN, see the Examples section. PutObject CreateBucket DeleteBucket
|
|
209
209
|
*/
|
|
210
210
|
getBucket(params: S3Control.Types.GetBucketRequest, callback?: (err: AWSError, data: S3Control.Types.GetBucketResult) => void): Request<S3Control.Types.GetBucketResult, AWSError>;
|
|
211
211
|
/**
|
|
212
|
-
* Gets an Amazon S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the
|
|
212
|
+
* Gets an Amazon S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the Outposts bucket, the calling identity must have the s3-outposts:GetBucket permissions on the specified Outposts bucket and belong to the Outposts bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucket permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. The following actions are related to GetBucket for Amazon S3 on Outposts: 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 and 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 using the access point ARN, see the Examples section. PutObject CreateBucket DeleteBucket
|
|
213
213
|
*/
|
|
214
214
|
getBucket(callback?: (err: AWSError, data: S3Control.Types.GetBucketResult) => void): Request<S3Control.Types.GetBucketResult, AWSError>;
|
|
215
215
|
/**
|
|
@@ -221,11 +221,11 @@ declare class S3Control extends Service {
|
|
|
221
221
|
*/
|
|
222
222
|
getBucketLifecycleConfiguration(callback?: (err: AWSError, data: S3Control.Types.GetBucketLifecycleConfigurationResult) => void): Request<S3Control.Types.GetBucketLifecycleConfigurationResult, AWSError>;
|
|
223
223
|
/**
|
|
224
|
-
* This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see GetBucketPolicy in the Amazon S3 API Reference. Returns the policy of a specified Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the
|
|
224
|
+
* This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see GetBucketPolicy in the Amazon S3 API Reference. Returns the policy of a specified Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the bucket, the calling identity must have the GetBucketPolicy permissions on the specified bucket and belong to the bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucketPolicy permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. 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 and 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 using the access point ARN, see the Examples section. The following actions are related to GetBucketPolicy: GetObject PutBucketPolicy DeleteBucketPolicy
|
|
225
225
|
*/
|
|
226
226
|
getBucketPolicy(params: S3Control.Types.GetBucketPolicyRequest, callback?: (err: AWSError, data: S3Control.Types.GetBucketPolicyResult) => void): Request<S3Control.Types.GetBucketPolicyResult, AWSError>;
|
|
227
227
|
/**
|
|
228
|
-
* This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see GetBucketPolicy in the Amazon S3 API Reference. Returns the policy of a specified Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the
|
|
228
|
+
* This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see GetBucketPolicy in the Amazon S3 API Reference. Returns the policy of a specified Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the bucket, the calling identity must have the GetBucketPolicy permissions on the specified bucket and belong to the bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucketPolicy permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. 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 and 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 using the access point ARN, see the Examples section. The following actions are related to GetBucketPolicy: GetObject PutBucketPolicy DeleteBucketPolicy
|
|
229
229
|
*/
|
|
230
230
|
getBucketPolicy(callback?: (err: AWSError, data: S3Control.Types.GetBucketPolicyResult) => void): Request<S3Control.Types.GetBucketPolicyResult, AWSError>;
|
|
231
231
|
/**
|
|
@@ -245,11 +245,11 @@ declare class S3Control extends Service {
|
|
|
245
245
|
*/
|
|
246
246
|
getJobTagging(callback?: (err: AWSError, data: S3Control.Types.GetJobTaggingResult) => void): Request<S3Control.Types.GetJobTaggingResult, AWSError>;
|
|
247
247
|
/**
|
|
248
|
-
* Retrieves the PublicAccessBlock configuration for an
|
|
248
|
+
* Retrieves the PublicAccessBlock configuration for an account. For more information, see Using Amazon S3 block public access. Related actions include: DeletePublicAccessBlock PutPublicAccessBlock
|
|
249
249
|
*/
|
|
250
250
|
getPublicAccessBlock(params: S3Control.Types.GetPublicAccessBlockRequest, callback?: (err: AWSError, data: S3Control.Types.GetPublicAccessBlockOutput) => void): Request<S3Control.Types.GetPublicAccessBlockOutput, AWSError>;
|
|
251
251
|
/**
|
|
252
|
-
* Retrieves the PublicAccessBlock configuration for an
|
|
252
|
+
* Retrieves the PublicAccessBlock configuration for an account. For more information, see Using Amazon S3 block public access. Related actions include: DeletePublicAccessBlock PutPublicAccessBlock
|
|
253
253
|
*/
|
|
254
254
|
getPublicAccessBlock(callback?: (err: AWSError, data: S3Control.Types.GetPublicAccessBlockOutput) => void): Request<S3Control.Types.GetPublicAccessBlockOutput, AWSError>;
|
|
255
255
|
/**
|
|
@@ -285,11 +285,11 @@ declare class S3Control extends Service {
|
|
|
285
285
|
*/
|
|
286
286
|
listAccessPointsForObjectLambda(callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsForObjectLambdaResult) => void): Request<S3Control.Types.ListAccessPointsForObjectLambdaResult, AWSError>;
|
|
287
287
|
/**
|
|
288
|
-
* Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the
|
|
288
|
+
* Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Related actions include: CreateJob DescribeJob UpdateJobPriority UpdateJobStatus
|
|
289
289
|
*/
|
|
290
290
|
listJobs(params: S3Control.Types.ListJobsRequest, callback?: (err: AWSError, data: S3Control.Types.ListJobsResult) => void): Request<S3Control.Types.ListJobsResult, AWSError>;
|
|
291
291
|
/**
|
|
292
|
-
* Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the
|
|
292
|
+
* Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Related actions include: CreateJob DescribeJob UpdateJobPriority UpdateJobStatus
|
|
293
293
|
*/
|
|
294
294
|
listJobs(callback?: (err: AWSError, data: S3Control.Types.ListJobsResult) => void): Request<S3Control.Types.ListJobsResult, AWSError>;
|
|
295
295
|
/**
|
|
@@ -341,35 +341,35 @@ declare class S3Control extends Service {
|
|
|
341
341
|
*/
|
|
342
342
|
putBucketLifecycleConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
343
343
|
/**
|
|
344
|
-
* This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see PutBucketPolicy in the Amazon S3 API Reference. Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the
|
|
344
|
+
* This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see PutBucketPolicy in the Amazon S3 API Reference. Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the Outposts bucket, the calling identity must have the PutBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account in order to use this action. If you don't have PutBucketPolicy permissions, Amazon S3 returns a 403 Access Denied error. If you have the correct permissions, but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 405 Method Not Allowed error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. 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 and 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 using the access point ARN, see the Examples section. The following actions are related to PutBucketPolicy: GetBucketPolicy DeleteBucketPolicy
|
|
345
345
|
*/
|
|
346
346
|
putBucketPolicy(params: S3Control.Types.PutBucketPolicyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
347
347
|
/**
|
|
348
|
-
* This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see PutBucketPolicy in the Amazon S3 API Reference. Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the
|
|
348
|
+
* This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see PutBucketPolicy in the Amazon S3 API Reference. Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the Outposts bucket, the calling identity must have the PutBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account in order to use this action. If you don't have PutBucketPolicy permissions, Amazon S3 returns a 403 Access Denied error. If you have the correct permissions, but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 405 Method Not Allowed error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. 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 and 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 using the access point ARN, see the Examples section. The following actions are related to PutBucketPolicy: GetBucketPolicy DeleteBucketPolicy
|
|
349
349
|
*/
|
|
350
350
|
putBucketPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
351
351
|
/**
|
|
352
|
-
* This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see PutBucketTagging in the Amazon S3 API Reference. Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. Use tags to organize your
|
|
352
|
+
* This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see PutBucketTagging in the Amazon S3 API Reference. Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get your account bill with tag key values included. Then, to see the cost of combined resources, organize your billing information according to resources with the same tag key values. For example, you can tag several resources with a specific application name, and then organize your billing information to see the total cost of that application across several services. For more information, see Cost allocation and tagging. Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites the old value. For more information, see Using cost allocation in Amazon S3 bucket tags. To use this action, you must have permissions to perform the s3-outposts:PutBucketTagging action. The Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing access permissions to your Amazon S3 resources. PutBucketTagging has the following special errors: Error code: InvalidTagError Description: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation. For information about tag restrictions, see User-Defined Tag Restrictions and Amazon Web Services-Generated Cost Allocation Tag Restrictions. Error code: MalformedXMLError Description: The XML provided does not match the schema. Error code: OperationAbortedError Description: A conflicting conditional action is currently in progress against this resource. Try again. Error code: InternalError Description: The service was unable to apply the provided tag to the bucket. 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 and 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 using the access point ARN, see the Examples section. The following actions are related to PutBucketTagging: GetBucketTagging DeleteBucketTagging
|
|
353
353
|
*/
|
|
354
354
|
putBucketTagging(params: S3Control.Types.PutBucketTaggingRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
355
355
|
/**
|
|
356
|
-
* This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see PutBucketTagging in the Amazon S3 API Reference. Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. Use tags to organize your
|
|
356
|
+
* This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see PutBucketTagging in the Amazon S3 API Reference. Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get your account bill with tag key values included. Then, to see the cost of combined resources, organize your billing information according to resources with the same tag key values. For example, you can tag several resources with a specific application name, and then organize your billing information to see the total cost of that application across several services. For more information, see Cost allocation and tagging. Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites the old value. For more information, see Using cost allocation in Amazon S3 bucket tags. To use this action, you must have permissions to perform the s3-outposts:PutBucketTagging action. The Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing access permissions to your Amazon S3 resources. PutBucketTagging has the following special errors: Error code: InvalidTagError Description: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation. For information about tag restrictions, see User-Defined Tag Restrictions and Amazon Web Services-Generated Cost Allocation Tag Restrictions. Error code: MalformedXMLError Description: The XML provided does not match the schema. Error code: OperationAbortedError Description: A conflicting conditional action is currently in progress against this resource. Try again. Error code: InternalError Description: The service was unable to apply the provided tag to the bucket. 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 and 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 using the access point ARN, see the Examples section. The following actions are related to PutBucketTagging: GetBucketTagging DeleteBucketTagging
|
|
357
357
|
*/
|
|
358
358
|
putBucketTagging(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
359
359
|
/**
|
|
360
|
-
* Sets the supplied tag-set on an S3 Batch Operations job. A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending a PUT request against the tagging subresource that is associated with the job. To modify the existing tag set, you can either replace the existing tag set entirely, or make changes within the existing tag set by retrieving the existing tag set using GetJobTagging, modify that tag set, and use this action to replace the tag set with the one you modified. For more information, see Controlling access and labeling jobs using tags in the Amazon S3 User Guide. If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the Batch Operations job. If you use this method, you are charged for a Tier 1 Request (PUT). For more information, see Amazon S3 pricing. For deleting existing tags for your Batch Operations job, a DeleteJobTagging request is preferred because it achieves the same result without incurring charges. A few things to consider about using tags: Amazon S3 limits the maximum number of tags to 50 tags per job. You can associate up to 50 tags with a job as long as they have unique tag keys. A tag key can be up to 128 Unicode characters in length, and tag values can be up to 256 Unicode characters in length. The key and values are case sensitive. For tagging-related restrictions related to characters and encodings, see User-Defined Tag Restrictions in the
|
|
360
|
+
* Sets the supplied tag-set on an S3 Batch Operations job. A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending a PUT request against the tagging subresource that is associated with the job. To modify the existing tag set, you can either replace the existing tag set entirely, or make changes within the existing tag set by retrieving the existing tag set using GetJobTagging, modify that tag set, and use this action to replace the tag set with the one you modified. For more information, see Controlling access and labeling jobs using tags in the Amazon S3 User Guide. If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the Batch Operations job. If you use this method, you are charged for a Tier 1 Request (PUT). For more information, see Amazon S3 pricing. For deleting existing tags for your Batch Operations job, a DeleteJobTagging request is preferred because it achieves the same result without incurring charges. A few things to consider about using tags: Amazon S3 limits the maximum number of tags to 50 tags per job. You can associate up to 50 tags with a job as long as they have unique tag keys. A tag key can be up to 128 Unicode characters in length, and tag values can be up to 256 Unicode characters in length. The key and values are case sensitive. For tagging-related restrictions related to characters and encodings, see User-Defined Tag Restrictions in the Billing and Cost Management User Guide. To use this action, you must have permission to perform the s3:PutJobTagging action. Related actions include: CreatJob GetJobTagging DeleteJobTagging
|
|
361
361
|
*/
|
|
362
362
|
putJobTagging(params: S3Control.Types.PutJobTaggingRequest, callback?: (err: AWSError, data: S3Control.Types.PutJobTaggingResult) => void): Request<S3Control.Types.PutJobTaggingResult, AWSError>;
|
|
363
363
|
/**
|
|
364
|
-
* Sets the supplied tag-set on an S3 Batch Operations job. A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending a PUT request against the tagging subresource that is associated with the job. To modify the existing tag set, you can either replace the existing tag set entirely, or make changes within the existing tag set by retrieving the existing tag set using GetJobTagging, modify that tag set, and use this action to replace the tag set with the one you modified. For more information, see Controlling access and labeling jobs using tags in the Amazon S3 User Guide. If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the Batch Operations job. If you use this method, you are charged for a Tier 1 Request (PUT). For more information, see Amazon S3 pricing. For deleting existing tags for your Batch Operations job, a DeleteJobTagging request is preferred because it achieves the same result without incurring charges. A few things to consider about using tags: Amazon S3 limits the maximum number of tags to 50 tags per job. You can associate up to 50 tags with a job as long as they have unique tag keys. A tag key can be up to 128 Unicode characters in length, and tag values can be up to 256 Unicode characters in length. The key and values are case sensitive. For tagging-related restrictions related to characters and encodings, see User-Defined Tag Restrictions in the
|
|
364
|
+
* Sets the supplied tag-set on an S3 Batch Operations job. A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending a PUT request against the tagging subresource that is associated with the job. To modify the existing tag set, you can either replace the existing tag set entirely, or make changes within the existing tag set by retrieving the existing tag set using GetJobTagging, modify that tag set, and use this action to replace the tag set with the one you modified. For more information, see Controlling access and labeling jobs using tags in the Amazon S3 User Guide. If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the Batch Operations job. If you use this method, you are charged for a Tier 1 Request (PUT). For more information, see Amazon S3 pricing. For deleting existing tags for your Batch Operations job, a DeleteJobTagging request is preferred because it achieves the same result without incurring charges. A few things to consider about using tags: Amazon S3 limits the maximum number of tags to 50 tags per job. You can associate up to 50 tags with a job as long as they have unique tag keys. A tag key can be up to 128 Unicode characters in length, and tag values can be up to 256 Unicode characters in length. The key and values are case sensitive. For tagging-related restrictions related to characters and encodings, see User-Defined Tag Restrictions in the Billing and Cost Management User Guide. To use this action, you must have permission to perform the s3:PutJobTagging action. Related actions include: CreatJob GetJobTagging DeleteJobTagging
|
|
365
365
|
*/
|
|
366
366
|
putJobTagging(callback?: (err: AWSError, data: S3Control.Types.PutJobTaggingResult) => void): Request<S3Control.Types.PutJobTaggingResult, AWSError>;
|
|
367
367
|
/**
|
|
368
|
-
* Creates or modifies the PublicAccessBlock configuration for an
|
|
368
|
+
* Creates or modifies the PublicAccessBlock configuration for an account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock DeletePublicAccessBlock
|
|
369
369
|
*/
|
|
370
370
|
putPublicAccessBlock(params: S3Control.Types.PutPublicAccessBlockRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
371
371
|
/**
|
|
372
|
-
* Creates or modifies the PublicAccessBlock configuration for an
|
|
372
|
+
* Creates or modifies the PublicAccessBlock configuration for an account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock DeletePublicAccessBlock
|
|
373
373
|
*/
|
|
374
374
|
putPublicAccessBlock(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
375
375
|
/**
|
|
@@ -422,7 +422,7 @@ declare namespace S3Control {
|
|
|
422
422
|
*/
|
|
423
423
|
NetworkOrigin: NetworkOrigin;
|
|
424
424
|
/**
|
|
425
|
-
* The virtual private cloud (VPC) configuration for this access point, if one exists. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
|
|
425
|
+
* The virtual private cloud (VPC) configuration for this access point, if one exists. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services.
|
|
426
426
|
*/
|
|
427
427
|
VpcConfiguration?: VpcConfiguration;
|
|
428
428
|
/**
|
|
@@ -455,7 +455,7 @@ declare namespace S3Control {
|
|
|
455
455
|
}
|
|
456
456
|
export interface AwsLambdaTransformation {
|
|
457
457
|
/**
|
|
458
|
-
* The Amazon Resource Name (ARN) of the
|
|
458
|
+
* The Amazon Resource Name (ARN) of the Lambda function.
|
|
459
459
|
*/
|
|
460
460
|
FunctionArn: FunctionArnString;
|
|
461
461
|
/**
|
|
@@ -486,7 +486,7 @@ declare namespace S3Control {
|
|
|
486
486
|
export type ContinuationToken = string;
|
|
487
487
|
export interface CreateAccessPointForObjectLambdaRequest {
|
|
488
488
|
/**
|
|
489
|
-
* The
|
|
489
|
+
* The account ID for owner of the specified Object Lambda Access Point.
|
|
490
490
|
*/
|
|
491
491
|
AccountId: AccountId;
|
|
492
492
|
/**
|
|
@@ -506,7 +506,7 @@ declare namespace S3Control {
|
|
|
506
506
|
}
|
|
507
507
|
export interface CreateAccessPointRequest {
|
|
508
508
|
/**
|
|
509
|
-
* The
|
|
509
|
+
* The account ID for the owner of the bucket for which you want to create an access point.
|
|
510
510
|
*/
|
|
511
511
|
AccountId: AccountId;
|
|
512
512
|
/**
|
|
@@ -514,7 +514,7 @@ declare namespace S3Control {
|
|
|
514
514
|
*/
|
|
515
515
|
Name: AccessPointName;
|
|
516
516
|
/**
|
|
517
|
-
* The name of the bucket that you want to associate this access point with. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
517
|
+
* The name of the bucket that you want to associate this access point with. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
518
518
|
*/
|
|
519
519
|
Bucket: BucketName;
|
|
520
520
|
/**
|
|
@@ -586,13 +586,13 @@ declare namespace S3Control {
|
|
|
586
586
|
*/
|
|
587
587
|
Location?: Location;
|
|
588
588
|
/**
|
|
589
|
-
* The Amazon Resource Name (ARN) of the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
589
|
+
* The Amazon Resource Name (ARN) of the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
590
590
|
*/
|
|
591
591
|
BucketArn?: S3RegionalBucketArn;
|
|
592
592
|
}
|
|
593
593
|
export interface CreateJobRequest {
|
|
594
594
|
/**
|
|
595
|
-
* The
|
|
595
|
+
* The account ID that creates the job.
|
|
596
596
|
*/
|
|
597
597
|
AccountId: AccountId;
|
|
598
598
|
/**
|
|
@@ -624,7 +624,7 @@ declare namespace S3Control {
|
|
|
624
624
|
*/
|
|
625
625
|
Priority: JobPriority;
|
|
626
626
|
/**
|
|
627
|
-
* The Amazon Resource Name (ARN) for the
|
|
627
|
+
* The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role that Batch Operations will use to run this job's action on every object in the manifest.
|
|
628
628
|
*/
|
|
629
629
|
RoleArn: IAMRoleArn;
|
|
630
630
|
/**
|
|
@@ -668,7 +668,7 @@ declare namespace S3Control {
|
|
|
668
668
|
*/
|
|
669
669
|
AccountId: AccountId;
|
|
670
670
|
/**
|
|
671
|
-
* The name of the access point whose policy you want to delete. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
671
|
+
* The name of the access point whose policy you want to delete. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. For example, to access the access point reports-ap through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. The value must be URL encoded.
|
|
672
672
|
*/
|
|
673
673
|
Name: AccessPointName;
|
|
674
674
|
}
|
|
@@ -678,7 +678,7 @@ declare namespace S3Control {
|
|
|
678
678
|
*/
|
|
679
679
|
AccountId: AccountId;
|
|
680
680
|
/**
|
|
681
|
-
* The name of the access point you want to delete. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
681
|
+
* The name of the access point you want to delete. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. For example, to access the access point reports-ap through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. The value must be URL encoded.
|
|
682
682
|
*/
|
|
683
683
|
Name: AccessPointName;
|
|
684
684
|
}
|
|
@@ -688,7 +688,7 @@ declare namespace S3Control {
|
|
|
688
688
|
*/
|
|
689
689
|
AccountId: AccountId;
|
|
690
690
|
/**
|
|
691
|
-
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
691
|
+
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
692
692
|
*/
|
|
693
693
|
Bucket: BucketName;
|
|
694
694
|
}
|
|
@@ -698,7 +698,7 @@ declare namespace S3Control {
|
|
|
698
698
|
*/
|
|
699
699
|
AccountId: AccountId;
|
|
700
700
|
/**
|
|
701
|
-
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
701
|
+
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
702
702
|
*/
|
|
703
703
|
Bucket: BucketName;
|
|
704
704
|
}
|
|
@@ -708,23 +708,23 @@ declare namespace S3Control {
|
|
|
708
708
|
*/
|
|
709
709
|
AccountId: AccountId;
|
|
710
710
|
/**
|
|
711
|
-
* Specifies the bucket being deleted. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
711
|
+
* Specifies the bucket being deleted. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
712
712
|
*/
|
|
713
713
|
Bucket: BucketName;
|
|
714
714
|
}
|
|
715
715
|
export interface DeleteBucketTaggingRequest {
|
|
716
716
|
/**
|
|
717
|
-
* The
|
|
717
|
+
* The account ID of the Outposts bucket tag set to be removed.
|
|
718
718
|
*/
|
|
719
719
|
AccountId: AccountId;
|
|
720
720
|
/**
|
|
721
|
-
* The bucket ARN that has the tag set to be removed. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
721
|
+
* The bucket ARN that has the tag set to be removed. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
722
722
|
*/
|
|
723
723
|
Bucket: BucketName;
|
|
724
724
|
}
|
|
725
725
|
export interface DeleteJobTaggingRequest {
|
|
726
726
|
/**
|
|
727
|
-
* The
|
|
727
|
+
* The account ID associated with the S3 Batch Operations job.
|
|
728
728
|
*/
|
|
729
729
|
AccountId: AccountId;
|
|
730
730
|
/**
|
|
@@ -736,7 +736,7 @@ declare namespace S3Control {
|
|
|
736
736
|
}
|
|
737
737
|
export interface DeletePublicAccessBlockRequest {
|
|
738
738
|
/**
|
|
739
|
-
* The account ID for the
|
|
739
|
+
* The account ID for the account whose PublicAccessBlock configuration you want to remove.
|
|
740
740
|
*/
|
|
741
741
|
AccountId: AccountId;
|
|
742
742
|
}
|
|
@@ -764,7 +764,7 @@ declare namespace S3Control {
|
|
|
764
764
|
}
|
|
765
765
|
export interface DescribeJobRequest {
|
|
766
766
|
/**
|
|
767
|
-
* The
|
|
767
|
+
* The account ID associated with the S3 Batch Operations job.
|
|
768
768
|
*/
|
|
769
769
|
AccountId: AccountId;
|
|
770
770
|
/**
|
|
@@ -854,7 +854,7 @@ declare namespace S3Control {
|
|
|
854
854
|
*/
|
|
855
855
|
AccountId: AccountId;
|
|
856
856
|
/**
|
|
857
|
-
* The name of the access point whose policy you want to retrieve. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
857
|
+
* The name of the access point whose policy you want to retrieve. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. For example, to access the access point reports-ap through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. The value must be URL encoded.
|
|
858
858
|
*/
|
|
859
859
|
Name: AccessPointName;
|
|
860
860
|
}
|
|
@@ -899,7 +899,7 @@ declare namespace S3Control {
|
|
|
899
899
|
*/
|
|
900
900
|
AccountId: AccountId;
|
|
901
901
|
/**
|
|
902
|
-
* The name of the access point whose configuration information you want to retrieve. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
902
|
+
* The name of the access point whose configuration information you want to retrieve. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. For example, to access the access point reports-ap through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. The value must be URL encoded.
|
|
903
903
|
*/
|
|
904
904
|
Name: AccessPointName;
|
|
905
905
|
}
|
|
@@ -917,7 +917,7 @@ declare namespace S3Control {
|
|
|
917
917
|
*/
|
|
918
918
|
NetworkOrigin?: NetworkOrigin;
|
|
919
919
|
/**
|
|
920
|
-
* Contains the virtual private cloud (VPC) configuration for the specified access point. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
|
|
920
|
+
* Contains the virtual private cloud (VPC) configuration for the specified access point. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services.
|
|
921
921
|
*/
|
|
922
922
|
VpcConfiguration?: VpcConfiguration;
|
|
923
923
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
@@ -928,11 +928,11 @@ declare namespace S3Control {
|
|
|
928
928
|
}
|
|
929
929
|
export interface GetBucketLifecycleConfigurationRequest {
|
|
930
930
|
/**
|
|
931
|
-
* The
|
|
931
|
+
* The account ID of the Outposts bucket.
|
|
932
932
|
*/
|
|
933
933
|
AccountId: AccountId;
|
|
934
934
|
/**
|
|
935
|
-
* The Amazon Resource Name (ARN) of the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
935
|
+
* The Amazon Resource Name (ARN) of the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
936
936
|
*/
|
|
937
937
|
Bucket: BucketName;
|
|
938
938
|
}
|
|
@@ -944,11 +944,11 @@ declare namespace S3Control {
|
|
|
944
944
|
}
|
|
945
945
|
export interface GetBucketPolicyRequest {
|
|
946
946
|
/**
|
|
947
|
-
* The
|
|
947
|
+
* The account ID of the Outposts bucket.
|
|
948
948
|
*/
|
|
949
949
|
AccountId: AccountId;
|
|
950
950
|
/**
|
|
951
|
-
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
951
|
+
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
952
952
|
*/
|
|
953
953
|
Bucket: BucketName;
|
|
954
954
|
}
|
|
@@ -960,11 +960,11 @@ declare namespace S3Control {
|
|
|
960
960
|
}
|
|
961
961
|
export interface GetBucketRequest {
|
|
962
962
|
/**
|
|
963
|
-
* The
|
|
963
|
+
* The account ID of the Outposts bucket.
|
|
964
964
|
*/
|
|
965
965
|
AccountId: AccountId;
|
|
966
966
|
/**
|
|
967
|
-
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
967
|
+
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
968
968
|
*/
|
|
969
969
|
Bucket: BucketName;
|
|
970
970
|
}
|
|
@@ -984,11 +984,11 @@ declare namespace S3Control {
|
|
|
984
984
|
}
|
|
985
985
|
export interface GetBucketTaggingRequest {
|
|
986
986
|
/**
|
|
987
|
-
* The
|
|
987
|
+
* The account ID of the Outposts bucket.
|
|
988
988
|
*/
|
|
989
989
|
AccountId: AccountId;
|
|
990
990
|
/**
|
|
991
|
-
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
991
|
+
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
992
992
|
*/
|
|
993
993
|
Bucket: BucketName;
|
|
994
994
|
}
|
|
@@ -1000,7 +1000,7 @@ declare namespace S3Control {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
export interface GetJobTaggingRequest {
|
|
1002
1002
|
/**
|
|
1003
|
-
* The
|
|
1003
|
+
* The account ID associated with the S3 Batch Operations job.
|
|
1004
1004
|
*/
|
|
1005
1005
|
AccountId: AccountId;
|
|
1006
1006
|
/**
|
|
@@ -1016,13 +1016,13 @@ declare namespace S3Control {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
export interface GetPublicAccessBlockOutput {
|
|
1018
1018
|
/**
|
|
1019
|
-
* The PublicAccessBlock configuration currently in effect for this
|
|
1019
|
+
* The PublicAccessBlock configuration currently in effect for this account.
|
|
1020
1020
|
*/
|
|
1021
1021
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
1022
1022
|
}
|
|
1023
1023
|
export interface GetPublicAccessBlockRequest {
|
|
1024
1024
|
/**
|
|
1025
|
-
* The account ID for the
|
|
1025
|
+
* The account ID for the account whose PublicAccessBlock configuration you want to retrieve.
|
|
1026
1026
|
*/
|
|
1027
1027
|
AccountId: AccountId;
|
|
1028
1028
|
}
|
|
@@ -1137,7 +1137,7 @@ declare namespace S3Control {
|
|
|
1137
1137
|
*/
|
|
1138
1138
|
TerminationDate?: JobTerminationDate;
|
|
1139
1139
|
/**
|
|
1140
|
-
* The Amazon Resource Name (ARN) for the
|
|
1140
|
+
* The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role assigned to run the tasks for this job.
|
|
1141
1141
|
*/
|
|
1142
1142
|
RoleArn?: IAMRoleArn;
|
|
1143
1143
|
/**
|
|
@@ -1239,7 +1239,7 @@ declare namespace S3Control {
|
|
|
1239
1239
|
export type JobNumberOfTasksSucceeded = number;
|
|
1240
1240
|
export interface JobOperation {
|
|
1241
1241
|
/**
|
|
1242
|
-
* Directs the specified job to invoke an
|
|
1242
|
+
* Directs the specified job to invoke an Lambda function on every object in the manifest.
|
|
1243
1243
|
*/
|
|
1244
1244
|
LambdaInvoke?: LambdaInvokeOperation;
|
|
1245
1245
|
/**
|
|
@@ -1312,7 +1312,7 @@ declare namespace S3Control {
|
|
|
1312
1312
|
export type KmsKeyArnString = string;
|
|
1313
1313
|
export interface LambdaInvokeOperation {
|
|
1314
1314
|
/**
|
|
1315
|
-
* The Amazon Resource Name (ARN) for the
|
|
1315
|
+
* The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
|
|
1316
1316
|
*/
|
|
1317
1317
|
FunctionArn?: FunctionArnString;
|
|
1318
1318
|
}
|
|
@@ -1418,11 +1418,11 @@ declare namespace S3Control {
|
|
|
1418
1418
|
}
|
|
1419
1419
|
export interface ListAccessPointsRequest {
|
|
1420
1420
|
/**
|
|
1421
|
-
* The
|
|
1421
|
+
* The account ID for owner of the bucket whose access points you want to list.
|
|
1422
1422
|
*/
|
|
1423
1423
|
AccountId: AccountId;
|
|
1424
1424
|
/**
|
|
1425
|
-
* The name of the bucket whose associated access points you want to list. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
1425
|
+
* The name of the bucket whose associated access points you want to list. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
1426
1426
|
*/
|
|
1427
1427
|
Bucket?: BucketName;
|
|
1428
1428
|
/**
|
|
@@ -1446,7 +1446,7 @@ declare namespace S3Control {
|
|
|
1446
1446
|
}
|
|
1447
1447
|
export interface ListJobsRequest {
|
|
1448
1448
|
/**
|
|
1449
|
-
* The
|
|
1449
|
+
* The account ID associated with the S3 Batch Operations job.
|
|
1450
1450
|
*/
|
|
1451
1451
|
AccountId: AccountId;
|
|
1452
1452
|
/**
|
|
@@ -1474,7 +1474,7 @@ declare namespace S3Control {
|
|
|
1474
1474
|
}
|
|
1475
1475
|
export interface ListRegionalBucketsRequest {
|
|
1476
1476
|
/**
|
|
1477
|
-
* The
|
|
1477
|
+
* The account ID of the Outposts bucket.
|
|
1478
1478
|
*/
|
|
1479
1479
|
AccountId: AccountId;
|
|
1480
1480
|
/**
|
|
@@ -1486,7 +1486,7 @@ declare namespace S3Control {
|
|
|
1486
1486
|
*/
|
|
1487
1487
|
MaxResults?: MaxResults;
|
|
1488
1488
|
/**
|
|
1489
|
-
* The ID of the
|
|
1489
|
+
* The ID of the Outposts. This is required by Amazon S3 on Outposts buckets.
|
|
1490
1490
|
*/
|
|
1491
1491
|
OutpostId?: NonEmptyMaxLength64String;
|
|
1492
1492
|
}
|
|
@@ -1599,7 +1599,7 @@ declare namespace S3Control {
|
|
|
1599
1599
|
}
|
|
1600
1600
|
export interface ObjectLambdaContentTransformation {
|
|
1601
1601
|
/**
|
|
1602
|
-
* A container for an
|
|
1602
|
+
* A container for an Lambda function.
|
|
1603
1603
|
*/
|
|
1604
1604
|
AwsLambda?: AwsLambdaTransformation;
|
|
1605
1605
|
}
|
|
@@ -1656,7 +1656,7 @@ declare namespace S3Control {
|
|
|
1656
1656
|
*/
|
|
1657
1657
|
BlockPublicPolicy?: Setting;
|
|
1658
1658
|
/**
|
|
1659
|
-
* Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. Setting this element to TRUE restricts access to buckets with public policies to only
|
|
1659
|
+
* Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. Setting this element to TRUE restricts access to buckets with public policies to only Amazon Web Service principals and authorized users within this account. Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked. This is not supported for Amazon S3 on Outposts.
|
|
1660
1660
|
*/
|
|
1661
1661
|
RestrictPublicBuckets?: Setting;
|
|
1662
1662
|
}
|
|
@@ -1691,11 +1691,11 @@ declare namespace S3Control {
|
|
|
1691
1691
|
}
|
|
1692
1692
|
export interface PutAccessPointPolicyRequest {
|
|
1693
1693
|
/**
|
|
1694
|
-
* The
|
|
1694
|
+
* The account ID for owner of the bucket associated with the specified access point.
|
|
1695
1695
|
*/
|
|
1696
1696
|
AccountId: AccountId;
|
|
1697
1697
|
/**
|
|
1698
|
-
* The name of the access point that you want to associate with the specified policy. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
1698
|
+
* The name of the access point that you want to associate with the specified policy. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. For example, to access the access point reports-ap through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. The value must be URL encoded.
|
|
1699
1699
|
*/
|
|
1700
1700
|
Name: AccessPointName;
|
|
1701
1701
|
/**
|
|
@@ -1705,7 +1705,7 @@ declare namespace S3Control {
|
|
|
1705
1705
|
}
|
|
1706
1706
|
export interface PutBucketLifecycleConfigurationRequest {
|
|
1707
1707
|
/**
|
|
1708
|
-
* The
|
|
1708
|
+
* The account ID of the Outposts bucket.
|
|
1709
1709
|
*/
|
|
1710
1710
|
AccountId: AccountId;
|
|
1711
1711
|
/**
|
|
@@ -1719,11 +1719,11 @@ declare namespace S3Control {
|
|
|
1719
1719
|
}
|
|
1720
1720
|
export interface PutBucketPolicyRequest {
|
|
1721
1721
|
/**
|
|
1722
|
-
* The
|
|
1722
|
+
* The account ID of the Outposts bucket.
|
|
1723
1723
|
*/
|
|
1724
1724
|
AccountId: AccountId;
|
|
1725
1725
|
/**
|
|
1726
|
-
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
1726
|
+
* Specifies the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
1727
1727
|
*/
|
|
1728
1728
|
Bucket: BucketName;
|
|
1729
1729
|
/**
|
|
@@ -1737,11 +1737,11 @@ declare namespace S3Control {
|
|
|
1737
1737
|
}
|
|
1738
1738
|
export interface PutBucketTaggingRequest {
|
|
1739
1739
|
/**
|
|
1740
|
-
* The
|
|
1740
|
+
* The account ID of the Outposts bucket.
|
|
1741
1741
|
*/
|
|
1742
1742
|
AccountId: AccountId;
|
|
1743
1743
|
/**
|
|
1744
|
-
* The Amazon Resource Name (ARN) of the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the
|
|
1744
|
+
* The Amazon Resource Name (ARN) of the bucket. For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well. For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucket reports through outpost my-outpost owned by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
|
|
1745
1745
|
*/
|
|
1746
1746
|
Bucket: BucketName;
|
|
1747
1747
|
/**
|
|
@@ -1751,7 +1751,7 @@ declare namespace S3Control {
|
|
|
1751
1751
|
}
|
|
1752
1752
|
export interface PutJobTaggingRequest {
|
|
1753
1753
|
/**
|
|
1754
|
-
* The
|
|
1754
|
+
* The account ID associated with the S3 Batch Operations job.
|
|
1755
1755
|
*/
|
|
1756
1756
|
AccountId: AccountId;
|
|
1757
1757
|
/**
|
|
@@ -1767,11 +1767,11 @@ declare namespace S3Control {
|
|
|
1767
1767
|
}
|
|
1768
1768
|
export interface PutPublicAccessBlockRequest {
|
|
1769
1769
|
/**
|
|
1770
|
-
* The PublicAccessBlock configuration that you want to apply to the specified
|
|
1770
|
+
* The PublicAccessBlock configuration that you want to apply to the specified account.
|
|
1771
1771
|
*/
|
|
1772
1772
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration;
|
|
1773
1773
|
/**
|
|
1774
|
-
* The account ID for the
|
|
1774
|
+
* The account ID for the account whose PublicAccessBlock configuration you want to set.
|
|
1775
1775
|
*/
|
|
1776
1776
|
AccountId: AccountId;
|
|
1777
1777
|
}
|
|
@@ -1827,7 +1827,7 @@ declare namespace S3Control {
|
|
|
1827
1827
|
*/
|
|
1828
1828
|
CreationDate: CreationDate;
|
|
1829
1829
|
/**
|
|
1830
|
-
* The
|
|
1830
|
+
* The Outposts ID of the regional bucket.
|
|
1831
1831
|
*/
|
|
1832
1832
|
OutpostId?: NonEmptyMaxLength64String;
|
|
1833
1833
|
}
|
|
@@ -1952,7 +1952,7 @@ declare namespace S3Control {
|
|
|
1952
1952
|
*/
|
|
1953
1953
|
ObjectLockRetainUntilDate?: TimeStamp;
|
|
1954
1954
|
/**
|
|
1955
|
-
* Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using
|
|
1955
|
+
* Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using Amazon Web Services KMS (SSE-KMS). Setting this header to true causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS. Specifying this header with an object action doesn’t affect bucket-level settings for S3 Bucket Key.
|
|
1956
1956
|
*/
|
|
1957
1957
|
BucketKeyEnabled?: Boolean;
|
|
1958
1958
|
}
|
|
@@ -2145,7 +2145,7 @@ declare namespace S3Control {
|
|
|
2145
2145
|
export type StorageLensArn = string;
|
|
2146
2146
|
export interface StorageLensAwsOrg {
|
|
2147
2147
|
/**
|
|
2148
|
-
* A container for the Amazon Resource Name (ARN) of the
|
|
2148
|
+
* A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization. This property is read-only and follows the following format: arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck
|
|
2149
2149
|
*/
|
|
2150
2150
|
Arn: AwsOrgArn;
|
|
2151
2151
|
}
|
|
@@ -2175,7 +2175,7 @@ declare namespace S3Control {
|
|
|
2175
2175
|
*/
|
|
2176
2176
|
IsEnabled: IsEnabled;
|
|
2177
2177
|
/**
|
|
2178
|
-
* A container for the
|
|
2178
|
+
* A container for the Amazon Web Services organization for this S3 Storage Lens configuration.
|
|
2179
2179
|
*/
|
|
2180
2180
|
AwsOrg?: StorageLensAwsOrg;
|
|
2181
2181
|
/**
|
|
@@ -2243,7 +2243,7 @@ declare namespace S3Control {
|
|
|
2243
2243
|
export type TransitionStorageClass = "GLACIER"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"DEEP_ARCHIVE"|string;
|
|
2244
2244
|
export interface UpdateJobPriorityRequest {
|
|
2245
2245
|
/**
|
|
2246
|
-
* The
|
|
2246
|
+
* The account ID associated with the S3 Batch Operations job.
|
|
2247
2247
|
*/
|
|
2248
2248
|
AccountId: AccountId;
|
|
2249
2249
|
/**
|
|
@@ -2267,7 +2267,7 @@ declare namespace S3Control {
|
|
|
2267
2267
|
}
|
|
2268
2268
|
export interface UpdateJobStatusRequest {
|
|
2269
2269
|
/**
|
|
2270
|
-
* The
|
|
2270
|
+
* The account ID associated with the S3 Batch Operations job.
|
|
2271
2271
|
*/
|
|
2272
2272
|
AccountId: AccountId;
|
|
2273
2273
|
/**
|