@aws-sdk/client-s3-control 3.34.0 → 3.35.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 +12 -0
- package/dist-cjs/S3Control.js +869 -0
- package/dist-cjs/S3Control.js.map +1 -0
- package/dist-cjs/S3ControlClient.js +49 -0
- package/dist-cjs/S3ControlClient.js.map +1 -0
- package/dist-cjs/commands/CreateAccessPointCommand.js +93 -0
- package/dist-cjs/commands/CreateAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +82 -0
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/CreateBucketCommand.js +114 -0
- package/dist-cjs/commands/CreateBucketCommand.js.map +1 -0
- package/dist-cjs/commands/CreateJobCommand.js +96 -0
- package/dist-cjs/commands/CreateJobCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +98 -0
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointCommand.js +83 -0
- package/dist-cjs/commands/DeleteAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +81 -0
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +78 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +76 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketCommand.js +91 -0
- package/dist-cjs/commands/DeleteBucketCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +91 -0
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +103 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +89 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteJobTaggingCommand.js +85 -0
- package/dist-cjs/commands/DeleteJobTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +97 -0
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +78 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +72 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +72 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeJobCommand.js +89 -0
- package/dist-cjs/commands/DescribeJobCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +91 -0
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointCommand.js +84 -0
- package/dist-cjs/commands/GetAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +71 -0
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +81 -0
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js +76 -0
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +76 -0
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +63 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +63 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketCommand.js +93 -0
- package/dist-cjs/commands/GetBucketCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +111 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js +103 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js +101 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/GetJobTaggingCommand.js +86 -0
- package/dist-cjs/commands/GetJobTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +92 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +82 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +83 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +78 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js.map +1 -0
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +72 -0
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +71 -0
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/ListAccessPointsCommand.js +86 -0
- package/dist-cjs/commands/ListAccessPointsCommand.js.map +1 -0
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +84 -0
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/ListJobsCommand.js +89 -0
- package/dist-cjs/commands/ListJobsCommand.js.map +1 -0
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +94 -0
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRegionalBucketsCommand.js +67 -0
- package/dist-cjs/commands/ListRegionalBucketsCommand.js.map +1 -0
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +72 -0
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +71 -0
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js +79 -0
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +77 -0
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +87 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js +103 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js +148 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/PutJobTaggingCommand.js +125 -0
- package/dist-cjs/commands/PutJobTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +84 -0
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +78 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js.map +1 -0
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +70 -0
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +72 -0
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateJobPriorityCommand.js +88 -0
- package/dist-cjs/commands/UpdateJobPriorityCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateJobStatusCommand.js +89 -0
- package/dist-cjs/commands/UpdateJobStatusCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +46 -0
- package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListAccessPointsPaginator.js +46 -0
- package/dist-cjs/pagination/ListAccessPointsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListJobsPaginator.js +46 -0
- package/dist-cjs/pagination/ListJobsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js +46 -0
- package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRegionalBucketsPaginator.js +46 -0
- package/dist-cjs/pagination/ListRegionalBucketsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +8017 -0
- package/dist-cjs/protocols/Aws_restXml.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +46 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/S3Control.js +866 -0
- package/dist-es/S3Control.js.map +1 -0
- package/dist-es/S3ControlClient.js +40 -0
- package/dist-es/S3ControlClient.js.map +1 -0
- package/dist-es/commands/CreateAccessPointCommand.js +42 -0
- package/dist-es/commands/CreateAccessPointCommand.js.map +1 -0
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/CreateBucketCommand.js +44 -0
- package/dist-es/commands/CreateBucketCommand.js.map +1 -0
- package/dist-es/commands/CreateJobCommand.js +42 -0
- package/dist-es/commands/CreateJobCommand.js.map +1 -0
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +44 -0
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketCommand.js +42 -0
- package/dist-es/commands/DeleteBucketCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js +42 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js +42 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js.map +1 -0
- package/dist-es/commands/DeleteJobTaggingCommand.js +42 -0
- package/dist-es/commands/DeleteJobTaggingCommand.js.map +1 -0
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +44 -0
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +42 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js.map +1 -0
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +42 -0
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-es/commands/DescribeJobCommand.js +42 -0
- package/dist-es/commands/DescribeJobCommand.js.map +1 -0
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +44 -0
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointCommand.js +42 -0
- package/dist-es/commands/GetAccessPointCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetBucketCommand.js +42 -0
- package/dist-es/commands/GetBucketCommand.js.map +1 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +42 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetBucketPolicyCommand.js +42 -0
- package/dist-es/commands/GetBucketPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetBucketTaggingCommand.js +42 -0
- package/dist-es/commands/GetBucketTaggingCommand.js.map +1 -0
- package/dist-es/commands/GetJobTaggingCommand.js +42 -0
- package/dist-es/commands/GetJobTaggingCommand.js.map +1 -0
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +44 -0
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +44 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +44 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js +42 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js.map +1 -0
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +42 -0
- package/dist-es/commands/GetStorageLensConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +42 -0
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-es/commands/ListAccessPointsCommand.js +42 -0
- package/dist-es/commands/ListAccessPointsCommand.js.map +1 -0
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/ListJobsCommand.js +42 -0
- package/dist-es/commands/ListJobsCommand.js.map +1 -0
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +44 -0
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
- package/dist-es/commands/ListRegionalBucketsCommand.js +42 -0
- package/dist-es/commands/ListRegionalBucketsCommand.js.map +1 -0
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +42 -0
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/PutAccessPointPolicyCommand.js +42 -0
- package/dist-es/commands/PutAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +44 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutBucketPolicyCommand.js +44 -0
- package/dist-es/commands/PutBucketPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutBucketTaggingCommand.js +44 -0
- package/dist-es/commands/PutBucketTaggingCommand.js.map +1 -0
- package/dist-es/commands/PutJobTaggingCommand.js +42 -0
- package/dist-es/commands/PutJobTaggingCommand.js.map +1 -0
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +44 -0
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js +42 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js.map +1 -0
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +42 -0
- package/dist-es/commands/PutStorageLensConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +42 -0
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-es/commands/UpdateJobPriorityCommand.js +42 -0
- package/dist-es/commands/UpdateJobPriorityCommand.js.map +1 -0
- package/dist-es/commands/UpdateJobStatusCommand.js +42 -0
- package/dist-es/commands/UpdateJobStatusCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +75 -0
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
- package/dist-es/pagination/ListAccessPointsPaginator.js +75 -0
- package/dist-es/pagination/ListAccessPointsPaginator.js.map +1 -0
- package/dist-es/pagination/ListJobsPaginator.js +75 -0
- package/dist-es/pagination/ListJobsPaginator.js.map +1 -0
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +75 -0
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
- package/dist-es/pagination/ListRegionalBucketsPaginator.js +75 -0
- package/dist-es/pagination/ListRegionalBucketsPaginator.js.map +1 -0
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restXml.js +8843 -0
- package/dist-es/protocols/Aws_restXml.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +19 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +23 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/S3Control.d.ts +1702 -0
- package/dist-types/S3ControlClient.d.ts +207 -0
- package/dist-types/commands/CreateAccessPointCommand.d.ts +65 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +84 -0
- package/dist-types/commands/CreateJobCommand.d.ts +68 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +55 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +63 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +75 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +61 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +57 -0
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +61 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +56 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
- package/dist-types/commands/GetBucketCommand.d.ts +65 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +75 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +73 -0
- package/dist-types/commands/GetJobTaggingCommand.d.ts +58 -0
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +58 -0
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
- package/dist-types/commands/ListJobsCommand.d.ts +61 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +39 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +51 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +73 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +118 -0
- package/dist-types/commands/PutJobTaggingCommand.d.ts +97 -0
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +60 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +61 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAccessPointsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +173 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/S3Control.d.ts +1702 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +207 -0
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +118 -0
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +97 -0
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +61 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +173 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +43 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +49 -49
- package/src/S3Control.ts +3381 -0
- package/src/S3ControlClient.ts +545 -0
- package/src/commands/CreateAccessPointCommand.ts +127 -0
- package/src/commands/CreateAccessPointForObjectLambdaCommand.ts +124 -0
- package/src/commands/CreateBucketCommand.ts +148 -0
- package/src/commands/CreateJobCommand.ts +127 -0
- package/src/commands/CreateMultiRegionAccessPointCommand.ts +137 -0
- package/src/commands/DeleteAccessPointCommand.ts +117 -0
- package/src/commands/DeleteAccessPointForObjectLambdaCommand.ts +121 -0
- package/src/commands/DeleteAccessPointPolicyCommand.ts +112 -0
- package/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +117 -0
- package/src/commands/DeleteBucketCommand.ts +125 -0
- package/src/commands/DeleteBucketLifecycleConfigurationCommand.ts +131 -0
- package/src/commands/DeleteBucketPolicyCommand.ts +137 -0
- package/src/commands/DeleteBucketTaggingCommand.ts +123 -0
- package/src/commands/DeleteJobTaggingCommand.ts +119 -0
- package/src/commands/DeleteMultiRegionAccessPointCommand.ts +136 -0
- package/src/commands/DeletePublicAccessBlockCommand.ts +112 -0
- package/src/commands/DeleteStorageLensConfigurationCommand.ts +112 -0
- package/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts +118 -0
- package/src/commands/DescribeJobCommand.ts +123 -0
- package/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts +140 -0
- package/src/commands/GetAccessPointCommand.ts +118 -0
- package/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +120 -0
- package/src/commands/GetAccessPointForObjectLambdaCommand.ts +120 -0
- package/src/commands/GetAccessPointPolicyCommand.ts +110 -0
- package/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +121 -0
- package/src/commands/GetAccessPointPolicyStatusCommand.ts +100 -0
- package/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +112 -0
- package/src/commands/GetBucketCommand.ts +124 -0
- package/src/commands/GetBucketLifecycleConfigurationCommand.ts +153 -0
- package/src/commands/GetBucketPolicyCommand.ts +137 -0
- package/src/commands/GetBucketTaggingCommand.ts +135 -0
- package/src/commands/GetJobTaggingCommand.ts +120 -0
- package/src/commands/GetMultiRegionAccessPointCommand.ts +129 -0
- package/src/commands/GetMultiRegionAccessPointPolicyCommand.ts +124 -0
- package/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +129 -0
- package/src/commands/GetPublicAccessBlockCommand.ts +112 -0
- package/src/commands/GetStorageLensConfigurationCommand.ts +109 -0
- package/src/commands/GetStorageLensConfigurationTaggingCommand.ts +116 -0
- package/src/commands/ListAccessPointsCommand.ts +120 -0
- package/src/commands/ListAccessPointsForObjectLambdaCommand.ts +126 -0
- package/src/commands/ListJobsCommand.ts +120 -0
- package/src/commands/ListMultiRegionAccessPointsCommand.ts +131 -0
- package/src/commands/ListRegionalBucketsCommand.ts +101 -0
- package/src/commands/ListStorageLensConfigurationsCommand.ts +111 -0
- package/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +115 -0
- package/src/commands/PutAccessPointPolicyCommand.ts +113 -0
- package/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +117 -0
- package/src/commands/PutBucketLifecycleConfigurationCommand.ts +127 -0
- package/src/commands/PutBucketPolicyCommand.ts +137 -0
- package/src/commands/PutBucketTaggingCommand.ts +182 -0
- package/src/commands/PutJobTaggingCommand.ts +159 -0
- package/src/commands/PutMultiRegionAccessPointPolicyCommand.ts +126 -0
- package/src/commands/PutPublicAccessBlockCommand.ts +112 -0
- package/src/commands/PutStorageLensConfigurationCommand.ts +107 -0
- package/src/commands/PutStorageLensConfigurationTaggingCommand.ts +117 -0
- package/src/commands/UpdateJobPriorityCommand.ts +122 -0
- package/src/commands/UpdateJobStatusCommand.ts +123 -0
- package/src/endpoints.ts +175 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListAccessPointsForObjectLambdaPaginator.ts +59 -0
- package/src/pagination/ListAccessPointsPaginator.ts +59 -0
- package/src/pagination/ListJobsPaginator.ts +55 -0
- package/src/pagination/ListMultiRegionAccessPointsPaginator.ts +59 -0
- package/src/pagination/ListRegionalBucketsPaginator.ts +59 -0
- package/src/pagination/ListStorageLensConfigurationsPaginator.ts +58 -0
- package/src/protocols/Aws_restXml.ts +9444 -0
- package/src/runtimeConfig.browser.ts +45 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +50 -0
- package/test/S3Control.spec.ts +134 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/S3Control.spec.ts +0 -133
- package/S3Control.ts +0 -3380
- package/S3ControlClient.ts +0 -544
- package/commands/CreateAccessPointCommand.ts +0 -126
- package/commands/CreateAccessPointForObjectLambdaCommand.ts +0 -123
- package/commands/CreateBucketCommand.ts +0 -147
- package/commands/CreateJobCommand.ts +0 -126
- package/commands/CreateMultiRegionAccessPointCommand.ts +0 -136
- package/commands/DeleteAccessPointCommand.ts +0 -116
- package/commands/DeleteAccessPointForObjectLambdaCommand.ts +0 -120
- package/commands/DeleteAccessPointPolicyCommand.ts +0 -111
- package/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +0 -116
- package/commands/DeleteBucketCommand.ts +0 -124
- package/commands/DeleteBucketLifecycleConfigurationCommand.ts +0 -130
- package/commands/DeleteBucketPolicyCommand.ts +0 -136
- package/commands/DeleteBucketTaggingCommand.ts +0 -122
- package/commands/DeleteJobTaggingCommand.ts +0 -118
- package/commands/DeleteMultiRegionAccessPointCommand.ts +0 -135
- package/commands/DeletePublicAccessBlockCommand.ts +0 -111
- package/commands/DeleteStorageLensConfigurationCommand.ts +0 -111
- package/commands/DeleteStorageLensConfigurationTaggingCommand.ts +0 -117
- package/commands/DescribeJobCommand.ts +0 -122
- package/commands/DescribeMultiRegionAccessPointOperationCommand.ts +0 -139
- package/commands/GetAccessPointCommand.ts +0 -117
- package/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +0 -119
- package/commands/GetAccessPointForObjectLambdaCommand.ts +0 -119
- package/commands/GetAccessPointPolicyCommand.ts +0 -109
- package/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +0 -120
- package/commands/GetAccessPointPolicyStatusCommand.ts +0 -99
- package/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +0 -111
- package/commands/GetBucketCommand.ts +0 -123
- package/commands/GetBucketLifecycleConfigurationCommand.ts +0 -152
- package/commands/GetBucketPolicyCommand.ts +0 -136
- package/commands/GetBucketTaggingCommand.ts +0 -134
- package/commands/GetJobTaggingCommand.ts +0 -119
- package/commands/GetMultiRegionAccessPointCommand.ts +0 -128
- package/commands/GetMultiRegionAccessPointPolicyCommand.ts +0 -123
- package/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +0 -128
- package/commands/GetPublicAccessBlockCommand.ts +0 -111
- package/commands/GetStorageLensConfigurationCommand.ts +0 -108
- package/commands/GetStorageLensConfigurationTaggingCommand.ts +0 -115
- package/commands/ListAccessPointsCommand.ts +0 -119
- package/commands/ListAccessPointsForObjectLambdaCommand.ts +0 -125
- package/commands/ListJobsCommand.ts +0 -119
- package/commands/ListMultiRegionAccessPointsCommand.ts +0 -130
- package/commands/ListRegionalBucketsCommand.ts +0 -100
- package/commands/ListStorageLensConfigurationsCommand.ts +0 -110
- package/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +0 -114
- package/commands/PutAccessPointPolicyCommand.ts +0 -112
- package/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +0 -116
- package/commands/PutBucketLifecycleConfigurationCommand.ts +0 -126
- package/commands/PutBucketPolicyCommand.ts +0 -136
- package/commands/PutBucketTaggingCommand.ts +0 -181
- package/commands/PutJobTaggingCommand.ts +0 -158
- package/commands/PutMultiRegionAccessPointPolicyCommand.ts +0 -125
- package/commands/PutPublicAccessBlockCommand.ts +0 -111
- package/commands/PutStorageLensConfigurationCommand.ts +0 -106
- package/commands/PutStorageLensConfigurationTaggingCommand.ts +0 -116
- package/commands/UpdateJobPriorityCommand.ts +0 -121
- package/commands/UpdateJobStatusCommand.ts +0 -122
- package/dist/cjs/S3Control.js +0 -869
- package/dist/cjs/S3Control.js.map +0 -1
- package/dist/cjs/S3Control.spec.js +0 -102
- package/dist/cjs/S3Control.spec.js.map +0 -1
- package/dist/cjs/S3ControlClient.js +0 -49
- package/dist/cjs/S3ControlClient.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPointCommand.js +0 -93
- package/dist/cjs/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js +0 -82
- package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBucketCommand.js +0 -114
- package/dist/cjs/commands/CreateBucketCommand.js.map +0 -1
- package/dist/cjs/commands/CreateJobCommand.js +0 -96
- package/dist/cjs/commands/CreateJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js +0 -98
- package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointCommand.js +0 -83
- package/dist/cjs/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -81
- package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js +0 -78
- package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -76
- package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketCommand.js +0 -91
- package/dist/cjs/commands/DeleteBucketCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -91
- package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketPolicyCommand.js +0 -103
- package/dist/cjs/commands/DeleteBucketPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketTaggingCommand.js +0 -89
- package/dist/cjs/commands/DeleteBucketTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteJobTaggingCommand.js +0 -85
- package/dist/cjs/commands/DeleteJobTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js +0 -97
- package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePublicAccessBlockCommand.js +0 -78
- package/dist/cjs/commands/DeletePublicAccessBlockCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js +0 -72
- package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -72
- package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeJobCommand.js +0 -89
- package/dist/cjs/commands/DescribeJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -91
- package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointCommand.js +0 -84
- package/dist/cjs/commands/GetAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -71
- package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js +0 -81
- package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyCommand.js +0 -76
- package/dist/cjs/commands/GetAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -76
- package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js +0 -63
- package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -63
- package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketCommand.js +0 -93
- package/dist/cjs/commands/GetBucketCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js +0 -111
- package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketPolicyCommand.js +0 -103
- package/dist/cjs/commands/GetBucketPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketTaggingCommand.js +0 -101
- package/dist/cjs/commands/GetBucketTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/GetJobTaggingCommand.js +0 -86
- package/dist/cjs/commands/GetJobTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js +0 -92
- package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -82
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -83
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicAccessBlockCommand.js +0 -78
- package/dist/cjs/commands/GetPublicAccessBlockCommand.js.map +0 -1
- package/dist/cjs/commands/GetStorageLensConfigurationCommand.js +0 -72
- package/dist/cjs/commands/GetStorageLensConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js +0 -71
- package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccessPointsCommand.js +0 -86
- package/dist/cjs/commands/ListAccessPointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js +0 -84
- package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/ListJobsCommand.js +0 -89
- package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js +0 -94
- package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRegionalBucketsCommand.js +0 -67
- package/dist/cjs/commands/ListRegionalBucketsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js +0 -72
- package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -71
- package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccessPointPolicyCommand.js +0 -79
- package/dist/cjs/commands/PutAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -77
- package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js +0 -87
- package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutBucketPolicyCommand.js +0 -103
- package/dist/cjs/commands/PutBucketPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutBucketTaggingCommand.js +0 -148
- package/dist/cjs/commands/PutBucketTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/PutJobTaggingCommand.js +0 -125
- package/dist/cjs/commands/PutJobTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -84
- package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutPublicAccessBlockCommand.js +0 -78
- package/dist/cjs/commands/PutPublicAccessBlockCommand.js.map +0 -1
- package/dist/cjs/commands/PutStorageLensConfigurationCommand.js +0 -70
- package/dist/cjs/commands/PutStorageLensConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js +0 -72
- package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateJobPriorityCommand.js +0 -88
- package/dist/cjs/commands/UpdateJobPriorityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateJobStatusCommand.js +0 -89
- package/dist/cjs/commands/UpdateJobStatusCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -103
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -46
- package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAccessPointsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAccessPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js +0 -46
- package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRegionalBucketsPaginator.js +0 -46
- package/dist/cjs/pagination/ListRegionalBucketsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js +0 -45
- package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -8017
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -45
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -49
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/S3Control.js +0 -866
- package/dist/es/S3Control.js.map +0 -1
- package/dist/es/S3Control.spec.js +0 -146
- package/dist/es/S3Control.spec.js.map +0 -1
- package/dist/es/S3ControlClient.js +0 -40
- package/dist/es/S3ControlClient.js.map +0 -1
- package/dist/es/commands/CreateAccessPointCommand.js +0 -42
- package/dist/es/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/CreateBucketCommand.js +0 -44
- package/dist/es/commands/CreateBucketCommand.js.map +0 -1
- package/dist/es/commands/CreateJobCommand.js +0 -42
- package/dist/es/commands/CreateJobCommand.js.map +0 -1
- package/dist/es/commands/CreateMultiRegionAccessPointCommand.js +0 -44
- package/dist/es/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointPolicyCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketCommand.js +0 -42
- package/dist/es/commands/DeleteBucketCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -42
- package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketPolicyCommand.js +0 -42
- package/dist/es/commands/DeleteBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketTaggingCommand.js +0 -42
- package/dist/es/commands/DeleteBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/DeleteJobTaggingCommand.js +0 -42
- package/dist/es/commands/DeleteJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js +0 -44
- package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeletePublicAccessBlockCommand.js +0 -42
- package/dist/es/commands/DeletePublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/DeleteStorageLensConfigurationCommand.js +0 -42
- package/dist/es/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -42
- package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/DescribeJobCommand.js +0 -42
- package/dist/es/commands/DescribeJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -44
- package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointCommand.js +0 -42
- package/dist/es/commands/GetAccessPointCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyStatusCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetBucketCommand.js +0 -42
- package/dist/es/commands/GetBucketCommand.js.map +0 -1
- package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js +0 -42
- package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetBucketPolicyCommand.js +0 -42
- package/dist/es/commands/GetBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetBucketTaggingCommand.js +0 -42
- package/dist/es/commands/GetBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/GetJobTaggingCommand.js +0 -42
- package/dist/es/commands/GetJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointCommand.js +0 -44
- package/dist/es/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -44
- package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -44
- package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/es/commands/GetPublicAccessBlockCommand.js +0 -42
- package/dist/es/commands/GetPublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/GetStorageLensConfigurationCommand.js +0 -42
- package/dist/es/commands/GetStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js +0 -42
- package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPointsCommand.js +0 -42
- package/dist/es/commands/ListAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/ListJobsCommand.js +0 -42
- package/dist/es/commands/ListJobsCommand.js.map +0 -1
- package/dist/es/commands/ListMultiRegionAccessPointsCommand.js +0 -44
- package/dist/es/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/ListRegionalBucketsCommand.js +0 -42
- package/dist/es/commands/ListRegionalBucketsCommand.js.map +0 -1
- package/dist/es/commands/ListStorageLensConfigurationsCommand.js +0 -42
- package/dist/es/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointPolicyCommand.js +0 -42
- package/dist/es/commands/PutAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js +0 -44
- package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutBucketPolicyCommand.js +0 -44
- package/dist/es/commands/PutBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutBucketTaggingCommand.js +0 -44
- package/dist/es/commands/PutBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/PutJobTaggingCommand.js +0 -42
- package/dist/es/commands/PutJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -44
- package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutPublicAccessBlockCommand.js +0 -42
- package/dist/es/commands/PutPublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/PutStorageLensConfigurationCommand.js +0 -42
- package/dist/es/commands/PutStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js +0 -42
- package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/UpdateJobPriorityCommand.js +0 -42
- package/dist/es/commands/UpdateJobPriorityCommand.js.map +0 -1
- package/dist/es/commands/UpdateJobStatusCommand.js +0 -42
- package/dist/es/commands/UpdateJobStatusCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -103
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -75
- package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
- package/dist/es/pagination/ListAccessPointsPaginator.js +0 -75
- package/dist/es/pagination/ListAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListJobsPaginator.js +0 -75
- package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js +0 -75
- package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRegionalBucketsPaginator.js +0 -75
- package/dist/es/pagination/ListRegionalBucketsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js +0 -74
- package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -8843
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -19
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -23
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/S3Control.d.ts +0 -1702
- package/dist/types/S3Control.spec.d.ts +0 -1
- package/dist/types/S3ControlClient.d.ts +0 -207
- package/dist/types/commands/CreateAccessPointCommand.d.ts +0 -65
- package/dist/types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
- package/dist/types/commands/CreateBucketCommand.d.ts +0 -84
- package/dist/types/commands/CreateJobCommand.d.ts +0 -68
- package/dist/types/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
- package/dist/types/commands/DeleteAccessPointCommand.d.ts +0 -55
- package/dist/types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
- package/dist/types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/commands/DeleteBucketCommand.d.ts +0 -63
- package/dist/types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
- package/dist/types/commands/DeleteBucketPolicyCommand.d.ts +0 -75
- package/dist/types/commands/DeleteBucketTaggingCommand.d.ts +0 -61
- package/dist/types/commands/DeleteJobTaggingCommand.d.ts +0 -57
- package/dist/types/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
- package/dist/types/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/commands/DescribeJobCommand.d.ts +0 -61
- package/dist/types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
- package/dist/types/commands/GetAccessPointCommand.d.ts +0 -56
- package/dist/types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/commands/GetAccessPointPolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
- package/dist/types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
- package/dist/types/commands/GetBucketCommand.d.ts +0 -65
- package/dist/types/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
- package/dist/types/commands/GetBucketPolicyCommand.d.ts +0 -75
- package/dist/types/commands/GetBucketTaggingCommand.d.ts +0 -73
- package/dist/types/commands/GetJobTaggingCommand.d.ts +0 -58
- package/dist/types/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
- package/dist/types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
- package/dist/types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
- package/dist/types/commands/GetPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
- package/dist/types/commands/ListAccessPointsCommand.d.ts +0 -58
- package/dist/types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
- package/dist/types/commands/ListJobsCommand.d.ts +0 -61
- package/dist/types/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
- package/dist/types/commands/ListRegionalBucketsCommand.d.ts +0 -39
- package/dist/types/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
- package/dist/types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/commands/PutAccessPointPolicyCommand.d.ts +0 -51
- package/dist/types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
- package/dist/types/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
- package/dist/types/commands/PutBucketPolicyCommand.d.ts +0 -73
- package/dist/types/commands/PutBucketTaggingCommand.d.ts +0 -118
- package/dist/types/commands/PutJobTaggingCommand.d.ts +0 -97
- package/dist/types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
- package/dist/types/commands/PutPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
- package/dist/types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/commands/UpdateJobPriorityCommand.d.ts +0 -60
- package/dist/types/commands/UpdateJobStatusCommand.d.ts +0 -61
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAccessPointsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -173
- package/dist/types/runtimeConfig.d.ts +0 -43
- package/dist/types/ts3.4/S3Control.d.ts +0 -1702
- package/dist/types/ts3.4/S3Control.spec.d.ts +0 -1
- package/dist/types/ts3.4/S3ControlClient.d.ts +0 -207
- package/dist/types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/CreateBucketCommand.d.ts +0 -84
- package/dist/types/ts3.4/commands/CreateJobCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DescribeJobCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/GetAccessPointCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBucketCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
- package/dist/types/ts3.4/commands/GetBucketPolicyCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/GetBucketTaggingCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/GetJobTaggingCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListAccessPointsCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/PutBucketPolicyCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/PutBucketTaggingCommand.d.ts +0 -118
- package/dist/types/ts3.4/commands/PutJobTaggingCommand.d.ts +0 -97
- package/dist/types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/UpdateJobStatusCommand.d.ts +0 -61
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -173
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -43
- package/endpoints.ts +0 -175
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAccessPointsForObjectLambdaPaginator.ts +0 -58
- package/pagination/ListAccessPointsPaginator.ts +0 -58
- package/pagination/ListJobsPaginator.ts +0 -54
- package/pagination/ListMultiRegionAccessPointsPaginator.ts +0 -58
- package/pagination/ListRegionalBucketsPaginator.ts +0 -58
- package/pagination/ListStorageLensConfigurationsPaginator.ts +0 -57
- package/protocols/Aws_restXml.ts +0 -9443
- package/runtimeConfig.browser.ts +0 -44
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -49
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { GetBucketRequest, GetBucketResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restXmlGetBucketCommand, serializeAws_restXmlGetBucketCommand } from "../protocols/Aws_restXml";
|
|
4
|
-
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
5
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
6
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
8
|
-
import {
|
|
9
|
-
FinalizeHandlerArguments,
|
|
10
|
-
Handler,
|
|
11
|
-
HandlerExecutionContext,
|
|
12
|
-
MiddlewareStack,
|
|
13
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
14
|
-
MetadataBearer as __MetadataBearer,
|
|
15
|
-
SerdeContext as __SerdeContext,
|
|
16
|
-
} from "@aws-sdk/types";
|
|
17
|
-
|
|
18
|
-
export interface GetBucketCommandInput extends GetBucketRequest {}
|
|
19
|
-
export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
|
|
23
|
-
* Using Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
24
|
-
* <p>If you are using an identity other than the root user of the Amazon Web Services account
|
|
25
|
-
* that owns the Outposts bucket, the calling identity must have the
|
|
26
|
-
* <code>s3-outposts:GetBucket</code> permissions on the specified Outposts bucket and
|
|
27
|
-
* belong to the Outposts bucket owner's account in order to use this action. Only
|
|
28
|
-
* users from Outposts bucket owner account with the right permissions can perform
|
|
29
|
-
* actions on an Outposts bucket.
|
|
30
|
-
* </p>
|
|
31
|
-
* <p>
|
|
32
|
-
* If you don't have <code>s3-outposts:GetBucket</code> permissions or you're not using an identity that belongs to the bucket owner's
|
|
33
|
-
* account, Amazon S3 returns a <code>403 Access Denied</code> error.</p>
|
|
34
|
-
* <p>The following actions are related to <code>GetBucket</code> for Amazon S3 on Outposts:</p>
|
|
35
|
-
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html#API_control_GetBucket_Examples">Examples</a> section.</p>
|
|
36
|
-
* <ul>
|
|
37
|
-
* <li>
|
|
38
|
-
* <p>
|
|
39
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
|
|
40
|
-
* </p>
|
|
41
|
-
* </li>
|
|
42
|
-
* <li>
|
|
43
|
-
* <p>
|
|
44
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">CreateBucket</a>
|
|
45
|
-
* </p>
|
|
46
|
-
* </li>
|
|
47
|
-
* <li>
|
|
48
|
-
* <p>
|
|
49
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html">DeleteBucket</a>
|
|
50
|
-
* </p>
|
|
51
|
-
* </li>
|
|
52
|
-
* </ul>
|
|
53
|
-
* @example
|
|
54
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
55
|
-
* ```javascript
|
|
56
|
-
* import { S3ControlClient, GetBucketCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
57
|
-
* // const { S3ControlClient, GetBucketCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
58
|
-
* const client = new S3ControlClient(config);
|
|
59
|
-
* const command = new GetBucketCommand(input);
|
|
60
|
-
* const response = await client.send(command);
|
|
61
|
-
* ```
|
|
62
|
-
*
|
|
63
|
-
* @see {@link GetBucketCommandInput} for command's `input` shape.
|
|
64
|
-
* @see {@link GetBucketCommandOutput} for command's `response` shape.
|
|
65
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
66
|
-
*
|
|
67
|
-
*/
|
|
68
|
-
export class GetBucketCommand extends $Command<
|
|
69
|
-
GetBucketCommandInput,
|
|
70
|
-
GetBucketCommandOutput,
|
|
71
|
-
S3ControlClientResolvedConfig
|
|
72
|
-
> {
|
|
73
|
-
// Start section: command_properties
|
|
74
|
-
// End section: command_properties
|
|
75
|
-
|
|
76
|
-
constructor(readonly input: GetBucketCommandInput) {
|
|
77
|
-
// Start section: command_constructor
|
|
78
|
-
super();
|
|
79
|
-
// End section: command_constructor
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(
|
|
86
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
87
|
-
configuration: S3ControlClientResolvedConfig,
|
|
88
|
-
options?: __HttpHandlerOptions
|
|
89
|
-
): Handler<GetBucketCommandInput, GetBucketCommandOutput> {
|
|
90
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
91
|
-
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
92
|
-
|
|
93
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
94
|
-
|
|
95
|
-
const { logger } = configuration;
|
|
96
|
-
const clientName = "S3ControlClient";
|
|
97
|
-
const commandName = "GetBucketCommand";
|
|
98
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
99
|
-
logger,
|
|
100
|
-
clientName,
|
|
101
|
-
commandName,
|
|
102
|
-
inputFilterSensitiveLog: GetBucketRequest.filterSensitiveLog,
|
|
103
|
-
outputFilterSensitiveLog: GetBucketResult.filterSensitiveLog,
|
|
104
|
-
};
|
|
105
|
-
const { requestHandler } = configuration;
|
|
106
|
-
return stack.resolve(
|
|
107
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
108
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
109
|
-
handlerExecutionContext
|
|
110
|
-
);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
private serialize(input: GetBucketCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
114
|
-
return serializeAws_restXmlGetBucketCommand(input, context);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetBucketCommandOutput> {
|
|
118
|
-
return deserializeAws_restXmlGetBucketCommand(output, context);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
// Start section: command_body_extra
|
|
122
|
-
// End section: command_body_extra
|
|
123
|
-
}
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { GetBucketLifecycleConfigurationRequest, GetBucketLifecycleConfigurationResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetBucketLifecycleConfigurationCommand,
|
|
5
|
-
serializeAws_restXmlGetBucketLifecycleConfigurationCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
8
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
9
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
11
|
-
import {
|
|
12
|
-
FinalizeHandlerArguments,
|
|
13
|
-
Handler,
|
|
14
|
-
HandlerExecutionContext,
|
|
15
|
-
MiddlewareStack,
|
|
16
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
17
|
-
MetadataBearer as __MetadataBearer,
|
|
18
|
-
SerdeContext as __SerdeContext,
|
|
19
|
-
} from "@aws-sdk/types";
|
|
20
|
-
|
|
21
|
-
export interface GetBucketLifecycleConfigurationCommandInput extends GetBucketLifecycleConfigurationRequest {}
|
|
22
|
-
export interface GetBucketLifecycleConfigurationCommandOutput
|
|
23
|
-
extends GetBucketLifecycleConfigurationResult,
|
|
24
|
-
__MetadataBearer {}
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* <note>
|
|
28
|
-
* <p>This action gets an Amazon S3 on Outposts bucket's lifecycle configuration. To get an
|
|
29
|
-
* S3 bucket's lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a> in the <i>Amazon S3 API Reference</i>.
|
|
30
|
-
* </p>
|
|
31
|
-
* </note>
|
|
32
|
-
* <p>Returns the lifecycle configuration information set on the Outposts bucket. For more
|
|
33
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> and for
|
|
34
|
-
* information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html"> Object Lifecycle Management</a> in
|
|
35
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
36
|
-
*
|
|
37
|
-
* <p>To use this action, you must have permission to perform the <code>s3-outposts:GetLifecycleConfiguration</code> action.
|
|
38
|
-
* The Outposts bucket owner has this permission, by default. The bucket owner can grant this permission to others. For more
|
|
39
|
-
* information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions
|
|
40
|
-
* Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3 Resources</a>.</p>
|
|
41
|
-
*
|
|
42
|
-
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html#API_control_GetBucketLifecycleConfiguration_Examples">Examples</a> section.</p>
|
|
43
|
-
*
|
|
44
|
-
* <p>
|
|
45
|
-
* <code>GetBucketLifecycleConfiguration</code> has the following special error:</p>
|
|
46
|
-
* <ul>
|
|
47
|
-
* <li>
|
|
48
|
-
* <p>Error code: <code>NoSuchLifecycleConfiguration</code>
|
|
49
|
-
* </p>
|
|
50
|
-
* <ul>
|
|
51
|
-
* <li>
|
|
52
|
-
* <p>Description: The lifecycle configuration does not exist.</p>
|
|
53
|
-
* </li>
|
|
54
|
-
* <li>
|
|
55
|
-
* <p>HTTP Status Code: 404 Not Found</p>
|
|
56
|
-
* </li>
|
|
57
|
-
* <li>
|
|
58
|
-
* <p>SOAP Fault Code Prefix: Client</p>
|
|
59
|
-
* </li>
|
|
60
|
-
* </ul>
|
|
61
|
-
* </li>
|
|
62
|
-
* </ul>
|
|
63
|
-
* <p>The following actions are related to <code>GetBucketLifecycleConfiguration</code>:</p>
|
|
64
|
-
* <ul>
|
|
65
|
-
* <li>
|
|
66
|
-
* <p>
|
|
67
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>
|
|
68
|
-
* </p>
|
|
69
|
-
* </li>
|
|
70
|
-
* <li>
|
|
71
|
-
* <p>
|
|
72
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html">DeleteBucketLifecycleConfiguration</a>
|
|
73
|
-
* </p>
|
|
74
|
-
* </li>
|
|
75
|
-
* </ul>
|
|
76
|
-
* @example
|
|
77
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
78
|
-
* ```javascript
|
|
79
|
-
* import { S3ControlClient, GetBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
80
|
-
* // const { S3ControlClient, GetBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
81
|
-
* const client = new S3ControlClient(config);
|
|
82
|
-
* const command = new GetBucketLifecycleConfigurationCommand(input);
|
|
83
|
-
* const response = await client.send(command);
|
|
84
|
-
* ```
|
|
85
|
-
*
|
|
86
|
-
* @see {@link GetBucketLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
87
|
-
* @see {@link GetBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
88
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
89
|
-
*
|
|
90
|
-
*/
|
|
91
|
-
export class GetBucketLifecycleConfigurationCommand extends $Command<
|
|
92
|
-
GetBucketLifecycleConfigurationCommandInput,
|
|
93
|
-
GetBucketLifecycleConfigurationCommandOutput,
|
|
94
|
-
S3ControlClientResolvedConfig
|
|
95
|
-
> {
|
|
96
|
-
// Start section: command_properties
|
|
97
|
-
// End section: command_properties
|
|
98
|
-
|
|
99
|
-
constructor(readonly input: GetBucketLifecycleConfigurationCommandInput) {
|
|
100
|
-
// Start section: command_constructor
|
|
101
|
-
super();
|
|
102
|
-
// End section: command_constructor
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(
|
|
109
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
110
|
-
configuration: S3ControlClientResolvedConfig,
|
|
111
|
-
options?: __HttpHandlerOptions
|
|
112
|
-
): Handler<GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput> {
|
|
113
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
114
|
-
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
115
|
-
|
|
116
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
117
|
-
|
|
118
|
-
const { logger } = configuration;
|
|
119
|
-
const clientName = "S3ControlClient";
|
|
120
|
-
const commandName = "GetBucketLifecycleConfigurationCommand";
|
|
121
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
122
|
-
logger,
|
|
123
|
-
clientName,
|
|
124
|
-
commandName,
|
|
125
|
-
inputFilterSensitiveLog: GetBucketLifecycleConfigurationRequest.filterSensitiveLog,
|
|
126
|
-
outputFilterSensitiveLog: GetBucketLifecycleConfigurationResult.filterSensitiveLog,
|
|
127
|
-
};
|
|
128
|
-
const { requestHandler } = configuration;
|
|
129
|
-
return stack.resolve(
|
|
130
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
131
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
132
|
-
handlerExecutionContext
|
|
133
|
-
);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
private serialize(
|
|
137
|
-
input: GetBucketLifecycleConfigurationCommandInput,
|
|
138
|
-
context: __SerdeContext
|
|
139
|
-
): Promise<__HttpRequest> {
|
|
140
|
-
return serializeAws_restXmlGetBucketLifecycleConfigurationCommand(input, context);
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
private deserialize(
|
|
144
|
-
output: __HttpResponse,
|
|
145
|
-
context: __SerdeContext
|
|
146
|
-
): Promise<GetBucketLifecycleConfigurationCommandOutput> {
|
|
147
|
-
return deserializeAws_restXmlGetBucketLifecycleConfigurationCommand(output, context);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
// Start section: command_body_extra
|
|
151
|
-
// End section: command_body_extra
|
|
152
|
-
}
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { GetBucketPolicyRequest, GetBucketPolicyResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetBucketPolicyCommand,
|
|
5
|
-
serializeAws_restXmlGetBucketPolicyCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
8
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
9
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
11
|
-
import {
|
|
12
|
-
FinalizeHandlerArguments,
|
|
13
|
-
Handler,
|
|
14
|
-
HandlerExecutionContext,
|
|
15
|
-
MiddlewareStack,
|
|
16
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
17
|
-
MetadataBearer as __MetadataBearer,
|
|
18
|
-
SerdeContext as __SerdeContext,
|
|
19
|
-
} from "@aws-sdk/types";
|
|
20
|
-
|
|
21
|
-
export interface GetBucketPolicyCommandInput extends GetBucketPolicyRequest {}
|
|
22
|
-
export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <note>
|
|
26
|
-
* <p>This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3
|
|
27
|
-
* bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html">GetBucketPolicy</a> in the
|
|
28
|
-
* <i>Amazon S3 API Reference</i>. </p>
|
|
29
|
-
* </note>
|
|
30
|
-
* <p>Returns the policy of a specified Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
|
|
31
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
32
|
-
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the bucket, the calling identity
|
|
33
|
-
* must have the <code>GetBucketPolicy</code> permissions on the specified bucket and belong to the bucket owner's account in order to use this action.</p>
|
|
34
|
-
*
|
|
35
|
-
* <p>Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket.
|
|
36
|
-
* If you don't have <code>s3-outposts:GetBucketPolicy</code> permissions or you're not using an identity that belongs to the bucket owner's
|
|
37
|
-
* account, Amazon S3 returns a <code>403 Access Denied</code> error.</p>
|
|
38
|
-
*
|
|
39
|
-
* <important>
|
|
40
|
-
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy
|
|
41
|
-
* explicitly denies the root user the ability to perform this action.</p>
|
|
42
|
-
* </important>
|
|
43
|
-
*
|
|
44
|
-
* <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User Policies</a>.</p>
|
|
45
|
-
*
|
|
46
|
-
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html#API_control_GetBucketPolicy_Examples">Examples</a> section.</p>
|
|
47
|
-
*
|
|
48
|
-
* <p>The following actions are related to <code>GetBucketPolicy</code>:</p>
|
|
49
|
-
* <ul>
|
|
50
|
-
* <li>
|
|
51
|
-
* <p>
|
|
52
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
|
|
53
|
-
* </p>
|
|
54
|
-
* </li>
|
|
55
|
-
* <li>
|
|
56
|
-
* <p>
|
|
57
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html">PutBucketPolicy</a>
|
|
58
|
-
* </p>
|
|
59
|
-
* </li>
|
|
60
|
-
* <li>
|
|
61
|
-
* <p>
|
|
62
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html">DeleteBucketPolicy</a>
|
|
63
|
-
* </p>
|
|
64
|
-
* </li>
|
|
65
|
-
* </ul>
|
|
66
|
-
* @example
|
|
67
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
68
|
-
* ```javascript
|
|
69
|
-
* import { S3ControlClient, GetBucketPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
70
|
-
* // const { S3ControlClient, GetBucketPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
71
|
-
* const client = new S3ControlClient(config);
|
|
72
|
-
* const command = new GetBucketPolicyCommand(input);
|
|
73
|
-
* const response = await client.send(command);
|
|
74
|
-
* ```
|
|
75
|
-
*
|
|
76
|
-
* @see {@link GetBucketPolicyCommandInput} for command's `input` shape.
|
|
77
|
-
* @see {@link GetBucketPolicyCommandOutput} for command's `response` shape.
|
|
78
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
79
|
-
*
|
|
80
|
-
*/
|
|
81
|
-
export class GetBucketPolicyCommand extends $Command<
|
|
82
|
-
GetBucketPolicyCommandInput,
|
|
83
|
-
GetBucketPolicyCommandOutput,
|
|
84
|
-
S3ControlClientResolvedConfig
|
|
85
|
-
> {
|
|
86
|
-
// Start section: command_properties
|
|
87
|
-
// End section: command_properties
|
|
88
|
-
|
|
89
|
-
constructor(readonly input: GetBucketPolicyCommandInput) {
|
|
90
|
-
// Start section: command_constructor
|
|
91
|
-
super();
|
|
92
|
-
// End section: command_constructor
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(
|
|
99
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
100
|
-
configuration: S3ControlClientResolvedConfig,
|
|
101
|
-
options?: __HttpHandlerOptions
|
|
102
|
-
): Handler<GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput> {
|
|
103
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
104
|
-
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
105
|
-
|
|
106
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
107
|
-
|
|
108
|
-
const { logger } = configuration;
|
|
109
|
-
const clientName = "S3ControlClient";
|
|
110
|
-
const commandName = "GetBucketPolicyCommand";
|
|
111
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
112
|
-
logger,
|
|
113
|
-
clientName,
|
|
114
|
-
commandName,
|
|
115
|
-
inputFilterSensitiveLog: GetBucketPolicyRequest.filterSensitiveLog,
|
|
116
|
-
outputFilterSensitiveLog: GetBucketPolicyResult.filterSensitiveLog,
|
|
117
|
-
};
|
|
118
|
-
const { requestHandler } = configuration;
|
|
119
|
-
return stack.resolve(
|
|
120
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
121
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
122
|
-
handlerExecutionContext
|
|
123
|
-
);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
private serialize(input: GetBucketPolicyCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
127
|
-
return serializeAws_restXmlGetBucketPolicyCommand(input, context);
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetBucketPolicyCommandOutput> {
|
|
131
|
-
return deserializeAws_restXmlGetBucketPolicyCommand(output, context);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
// Start section: command_body_extra
|
|
135
|
-
// End section: command_body_extra
|
|
136
|
-
}
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { GetBucketTaggingRequest, GetBucketTaggingResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetBucketTaggingCommand,
|
|
5
|
-
serializeAws_restXmlGetBucketTaggingCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
8
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
9
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
11
|
-
import {
|
|
12
|
-
FinalizeHandlerArguments,
|
|
13
|
-
Handler,
|
|
14
|
-
HandlerExecutionContext,
|
|
15
|
-
MiddlewareStack,
|
|
16
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
17
|
-
MetadataBearer as __MetadataBearer,
|
|
18
|
-
SerdeContext as __SerdeContext,
|
|
19
|
-
} from "@aws-sdk/types";
|
|
20
|
-
|
|
21
|
-
export interface GetBucketTaggingCommandInput extends GetBucketTaggingRequest {}
|
|
22
|
-
export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <note>
|
|
26
|
-
* <p>This action gets an Amazon S3 on Outposts bucket's tags. To get an
|
|
27
|
-
* S3 bucket tags, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html">GetBucketTagging</a> in the <i>Amazon S3 API Reference</i>.
|
|
28
|
-
* </p>
|
|
29
|
-
* </note>
|
|
30
|
-
* <p>Returns the tag set associated with the Outposts bucket. For more information, see
|
|
31
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
|
|
32
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
33
|
-
* <p>To use this action, you must have permission to perform the <code>GetBucketTagging</code> action.
|
|
34
|
-
* By default, the bucket owner has this permission and can grant this permission to others.</p>
|
|
35
|
-
*
|
|
36
|
-
* <p>
|
|
37
|
-
* <code>GetBucketTagging</code> has the following special error:</p>
|
|
38
|
-
* <ul>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>Error code: <code>NoSuchTagSetError</code>
|
|
41
|
-
* </p>
|
|
42
|
-
* <ul>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>Description: There is no tag set associated with the bucket.</p>
|
|
45
|
-
* </li>
|
|
46
|
-
* </ul>
|
|
47
|
-
* </li>
|
|
48
|
-
* </ul>
|
|
49
|
-
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html#API_control_GetBucketTagging_Examples">Examples</a> section.</p>
|
|
50
|
-
*
|
|
51
|
-
* <p>The following actions are related to <code>GetBucketTagging</code>:</p>
|
|
52
|
-
* <ul>
|
|
53
|
-
* <li>
|
|
54
|
-
* <p>
|
|
55
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html">PutBucketTagging</a>
|
|
56
|
-
* </p>
|
|
57
|
-
* </li>
|
|
58
|
-
* <li>
|
|
59
|
-
* <p>
|
|
60
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html">DeleteBucketTagging</a>
|
|
61
|
-
* </p>
|
|
62
|
-
* </li>
|
|
63
|
-
* </ul>
|
|
64
|
-
* @example
|
|
65
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
66
|
-
* ```javascript
|
|
67
|
-
* import { S3ControlClient, GetBucketTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
68
|
-
* // const { S3ControlClient, GetBucketTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
69
|
-
* const client = new S3ControlClient(config);
|
|
70
|
-
* const command = new GetBucketTaggingCommand(input);
|
|
71
|
-
* const response = await client.send(command);
|
|
72
|
-
* ```
|
|
73
|
-
*
|
|
74
|
-
* @see {@link GetBucketTaggingCommandInput} for command's `input` shape.
|
|
75
|
-
* @see {@link GetBucketTaggingCommandOutput} for command's `response` shape.
|
|
76
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
77
|
-
*
|
|
78
|
-
*/
|
|
79
|
-
export class GetBucketTaggingCommand extends $Command<
|
|
80
|
-
GetBucketTaggingCommandInput,
|
|
81
|
-
GetBucketTaggingCommandOutput,
|
|
82
|
-
S3ControlClientResolvedConfig
|
|
83
|
-
> {
|
|
84
|
-
// Start section: command_properties
|
|
85
|
-
// End section: command_properties
|
|
86
|
-
|
|
87
|
-
constructor(readonly input: GetBucketTaggingCommandInput) {
|
|
88
|
-
// Start section: command_constructor
|
|
89
|
-
super();
|
|
90
|
-
// End section: command_constructor
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(
|
|
97
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
98
|
-
configuration: S3ControlClientResolvedConfig,
|
|
99
|
-
options?: __HttpHandlerOptions
|
|
100
|
-
): Handler<GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput> {
|
|
101
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
102
|
-
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
103
|
-
|
|
104
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
105
|
-
|
|
106
|
-
const { logger } = configuration;
|
|
107
|
-
const clientName = "S3ControlClient";
|
|
108
|
-
const commandName = "GetBucketTaggingCommand";
|
|
109
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
110
|
-
logger,
|
|
111
|
-
clientName,
|
|
112
|
-
commandName,
|
|
113
|
-
inputFilterSensitiveLog: GetBucketTaggingRequest.filterSensitiveLog,
|
|
114
|
-
outputFilterSensitiveLog: GetBucketTaggingResult.filterSensitiveLog,
|
|
115
|
-
};
|
|
116
|
-
const { requestHandler } = configuration;
|
|
117
|
-
return stack.resolve(
|
|
118
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
119
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
120
|
-
handlerExecutionContext
|
|
121
|
-
);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
private serialize(input: GetBucketTaggingCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
125
|
-
return serializeAws_restXmlGetBucketTaggingCommand(input, context);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetBucketTaggingCommandOutput> {
|
|
129
|
-
return deserializeAws_restXmlGetBucketTaggingCommand(output, context);
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
// Start section: command_body_extra
|
|
133
|
-
// End section: command_body_extra
|
|
134
|
-
}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { GetJobTaggingRequest, GetJobTaggingResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restXmlGetJobTaggingCommand,
|
|
5
|
-
serializeAws_restXmlGetJobTaggingCommand,
|
|
6
|
-
} from "../protocols/Aws_restXml";
|
|
7
|
-
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
8
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
9
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
10
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
11
|
-
import {
|
|
12
|
-
FinalizeHandlerArguments,
|
|
13
|
-
Handler,
|
|
14
|
-
HandlerExecutionContext,
|
|
15
|
-
MiddlewareStack,
|
|
16
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
17
|
-
MetadataBearer as __MetadataBearer,
|
|
18
|
-
SerdeContext as __SerdeContext,
|
|
19
|
-
} from "@aws-sdk/types";
|
|
20
|
-
|
|
21
|
-
export interface GetJobTaggingCommandInput extends GetJobTaggingRequest {}
|
|
22
|
-
export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Returns the tags on an S3 Batch Operations job. To use this operation, you must have
|
|
26
|
-
* permission to perform the <code>s3:GetJobTagging</code> action. For more information, see
|
|
27
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
|
|
28
|
-
* access and labeling jobs using tags</a> in the
|
|
29
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
30
|
-
* <p></p>
|
|
31
|
-
* <p>Related actions include:</p>
|
|
32
|
-
* <ul>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>
|
|
35
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
|
|
36
|
-
* </p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>
|
|
40
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html">PutJobTagging</a>
|
|
41
|
-
* </p>
|
|
42
|
-
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>
|
|
45
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html">DeleteJobTagging</a>
|
|
46
|
-
* </p>
|
|
47
|
-
* </li>
|
|
48
|
-
* </ul>
|
|
49
|
-
* @example
|
|
50
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
51
|
-
* ```javascript
|
|
52
|
-
* import { S3ControlClient, GetJobTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
53
|
-
* // const { S3ControlClient, GetJobTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
54
|
-
* const client = new S3ControlClient(config);
|
|
55
|
-
* const command = new GetJobTaggingCommand(input);
|
|
56
|
-
* const response = await client.send(command);
|
|
57
|
-
* ```
|
|
58
|
-
*
|
|
59
|
-
* @see {@link GetJobTaggingCommandInput} for command's `input` shape.
|
|
60
|
-
* @see {@link GetJobTaggingCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
62
|
-
*
|
|
63
|
-
*/
|
|
64
|
-
export class GetJobTaggingCommand extends $Command<
|
|
65
|
-
GetJobTaggingCommandInput,
|
|
66
|
-
GetJobTaggingCommandOutput,
|
|
67
|
-
S3ControlClientResolvedConfig
|
|
68
|
-
> {
|
|
69
|
-
// Start section: command_properties
|
|
70
|
-
// End section: command_properties
|
|
71
|
-
|
|
72
|
-
constructor(readonly input: GetJobTaggingCommandInput) {
|
|
73
|
-
// Start section: command_constructor
|
|
74
|
-
super();
|
|
75
|
-
// End section: command_constructor
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(
|
|
82
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
83
|
-
configuration: S3ControlClientResolvedConfig,
|
|
84
|
-
options?: __HttpHandlerOptions
|
|
85
|
-
): Handler<GetJobTaggingCommandInput, GetJobTaggingCommandOutput> {
|
|
86
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
87
|
-
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
88
|
-
|
|
89
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
90
|
-
|
|
91
|
-
const { logger } = configuration;
|
|
92
|
-
const clientName = "S3ControlClient";
|
|
93
|
-
const commandName = "GetJobTaggingCommand";
|
|
94
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
95
|
-
logger,
|
|
96
|
-
clientName,
|
|
97
|
-
commandName,
|
|
98
|
-
inputFilterSensitiveLog: GetJobTaggingRequest.filterSensitiveLog,
|
|
99
|
-
outputFilterSensitiveLog: GetJobTaggingResult.filterSensitiveLog,
|
|
100
|
-
};
|
|
101
|
-
const { requestHandler } = configuration;
|
|
102
|
-
return stack.resolve(
|
|
103
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
104
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
105
|
-
handlerExecutionContext
|
|
106
|
-
);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
private serialize(input: GetJobTaggingCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
110
|
-
return serializeAws_restXmlGetJobTaggingCommand(input, context);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetJobTaggingCommandOutput> {
|
|
114
|
-
return deserializeAws_restXmlGetJobTaggingCommand(output, context);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
// Start section: command_body_extra
|
|
118
|
-
// End section: command_body_extra
|
|
119
|
-
}
|