@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
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteAccessPointForObjectLambdaRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeleteAccessPointForObjectLambdaCommandInput extends DeleteAccessPointForObjectLambdaRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAccessPointForObjectLambdaCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified Object Lambda Access Point.</p>
|
|
11
|
+
* <p>The following actions are related to <code>DeleteAccessPointForObjectLambda</code>:</p>
|
|
12
|
+
* <ul>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p>
|
|
15
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html">CreateAccessPointForObjectLambda</a>
|
|
16
|
+
* </p>
|
|
17
|
+
* </li>
|
|
18
|
+
* <li>
|
|
19
|
+
* <p>
|
|
20
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html">GetAccessPointForObjectLambda</a>
|
|
21
|
+
* </p>
|
|
22
|
+
* </li>
|
|
23
|
+
* <li>
|
|
24
|
+
* <p>
|
|
25
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html">ListAccessPointsForObjectLambda</a>
|
|
26
|
+
* </p>
|
|
27
|
+
* </li>
|
|
28
|
+
* </ul>
|
|
29
|
+
* @example
|
|
30
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
+
* ```javascript
|
|
32
|
+
* import { S3ControlClient, DeleteAccessPointForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
33
|
+
* // const { S3ControlClient, DeleteAccessPointForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
34
|
+
* const client = new S3ControlClient(config);
|
|
35
|
+
* const command = new DeleteAccessPointForObjectLambdaCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* @see {@link DeleteAccessPointForObjectLambdaCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link DeleteAccessPointForObjectLambdaCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
export declare class DeleteAccessPointForObjectLambdaCommand extends $Command<DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
45
|
+
readonly input: DeleteAccessPointForObjectLambdaCommandInput;
|
|
46
|
+
constructor(input: DeleteAccessPointForObjectLambdaCommandInput);
|
|
47
|
+
/**
|
|
48
|
+
* @internal
|
|
49
|
+
*/
|
|
50
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput>;
|
|
51
|
+
private serialize;
|
|
52
|
+
private deserialize;
|
|
53
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteAccessPointPolicyRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeleteAccessPointPolicyCommandInput extends DeleteAccessPointPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the access point policy for the specified access point.</p>
|
|
11
|
+
* <p></p>
|
|
12
|
+
* <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_DeleteAccessPointPolicy.html#API_control_DeleteAccessPointPolicy_Examples">Examples</a> section.</p>
|
|
13
|
+
* <p>The following actions are related to <code>DeleteAccessPointPolicy</code>:</p>
|
|
14
|
+
* <ul>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>
|
|
17
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html">PutAccessPointPolicy</a>
|
|
18
|
+
* </p>
|
|
19
|
+
* </li>
|
|
20
|
+
* <li>
|
|
21
|
+
* <p>
|
|
22
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html">GetAccessPointPolicy</a>
|
|
23
|
+
* </p>
|
|
24
|
+
* </li>
|
|
25
|
+
* </ul>
|
|
26
|
+
* @example
|
|
27
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
+
* ```javascript
|
|
29
|
+
* import { S3ControlClient, DeleteAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
30
|
+
* // const { S3ControlClient, DeleteAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
31
|
+
* const client = new S3ControlClient(config);
|
|
32
|
+
* const command = new DeleteAccessPointPolicyCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @see {@link DeleteAccessPointPolicyCommandInput} for command's `input` shape.
|
|
37
|
+
* @see {@link DeleteAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
38
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
export declare class DeleteAccessPointPolicyCommand extends $Command<DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
42
|
+
readonly input: DeleteAccessPointPolicyCommandInput;
|
|
43
|
+
constructor(input: DeleteAccessPointPolicyCommandInput);
|
|
44
|
+
/**
|
|
45
|
+
* @internal
|
|
46
|
+
*/
|
|
47
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput>;
|
|
48
|
+
private serialize;
|
|
49
|
+
private deserialize;
|
|
50
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteAccessPointPolicyForObjectLambdaRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeleteAccessPointPolicyForObjectLambdaCommandInput extends DeleteAccessPointPolicyForObjectLambdaRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Removes the resource policy for an Object Lambda Access Point.</p>
|
|
11
|
+
* <p>The following actions are related to <code>DeleteAccessPointPolicyForObjectLambda</code>:</p>
|
|
12
|
+
* <ul>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p>
|
|
15
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html">GetAccessPointPolicyForObjectLambda</a>
|
|
16
|
+
* </p>
|
|
17
|
+
* </li>
|
|
18
|
+
* <li>
|
|
19
|
+
* <p>
|
|
20
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicyForObjectLambda.html">PutAccessPointPolicyForObjectLambda</a>
|
|
21
|
+
* </p>
|
|
22
|
+
* </li>
|
|
23
|
+
* </ul>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { S3ControlClient, DeleteAccessPointPolicyForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
28
|
+
* // const { S3ControlClient, DeleteAccessPointPolicyForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
29
|
+
* const client = new S3ControlClient(config);
|
|
30
|
+
* const command = new DeleteAccessPointPolicyForObjectLambdaCommand(input);
|
|
31
|
+
* const response = await client.send(command);
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* @see {@link DeleteAccessPointPolicyForObjectLambdaCommandInput} for command's `input` shape.
|
|
35
|
+
* @see {@link DeleteAccessPointPolicyForObjectLambdaCommandOutput} for command's `response` shape.
|
|
36
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
export declare class DeleteAccessPointPolicyForObjectLambdaCommand extends $Command<DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
40
|
+
readonly input: DeleteAccessPointPolicyForObjectLambdaCommandInput;
|
|
41
|
+
constructor(input: DeleteAccessPointPolicyForObjectLambdaCommandInput);
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
45
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
46
|
+
private serialize;
|
|
47
|
+
private deserialize;
|
|
48
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteBucketRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeleteBucketCommandInput extends DeleteBucketRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteBucketCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <note>
|
|
11
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket. To delete an S3 bucket,
|
|
12
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a> in the <i>Amazon S3 API Reference</i>.
|
|
13
|
+
* </p>
|
|
14
|
+
* </note>
|
|
15
|
+
* <p>Deletes the Amazon S3 on Outposts bucket. All objects (including all object versions and delete markers) in the
|
|
16
|
+
* bucket must be deleted before the bucket itself can be deleted.
|
|
17
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
18
|
+
* <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_DeleteBucket.html#API_control_DeleteBucket_Examples">Examples</a> section.</p>
|
|
19
|
+
* <p class="title">
|
|
20
|
+
* <b>Related Resources</b>
|
|
21
|
+
* </p>
|
|
22
|
+
* <ul>
|
|
23
|
+
* <li>
|
|
24
|
+
* <p>
|
|
25
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">CreateBucket</a>
|
|
26
|
+
* </p>
|
|
27
|
+
* </li>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>
|
|
30
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html">GetBucket</a>
|
|
31
|
+
* </p>
|
|
32
|
+
* </li>
|
|
33
|
+
* <li>
|
|
34
|
+
* <p>
|
|
35
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html">DeleteObject</a>
|
|
36
|
+
* </p>
|
|
37
|
+
* </li>
|
|
38
|
+
* </ul>
|
|
39
|
+
* @example
|
|
40
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
41
|
+
* ```javascript
|
|
42
|
+
* import { S3ControlClient, DeleteBucketCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
43
|
+
* // const { S3ControlClient, DeleteBucketCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
44
|
+
* const client = new S3ControlClient(config);
|
|
45
|
+
* const command = new DeleteBucketCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @see {@link DeleteBucketCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link DeleteBucketCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
export declare class DeleteBucketCommand extends $Command<DeleteBucketCommandInput, DeleteBucketCommandOutput, S3ControlClientResolvedConfig> {
|
|
55
|
+
readonly input: DeleteBucketCommandInput;
|
|
56
|
+
constructor(input: DeleteBucketCommandInput);
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
*/
|
|
60
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketCommandInput, DeleteBucketCommandOutput>;
|
|
61
|
+
private serialize;
|
|
62
|
+
private deserialize;
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteBucketLifecycleConfigurationRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeleteBucketLifecycleConfigurationCommandInput extends DeleteBucketLifecycleConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteBucketLifecycleConfigurationCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <note>
|
|
11
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket's lifecycle configuration. To delete an
|
|
12
|
+
* S3 bucket's lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html">DeleteBucketLifecycle</a> in the <i>Amazon S3 API Reference</i>.
|
|
13
|
+
* </p>
|
|
14
|
+
* </note>
|
|
15
|
+
* <p>Deletes the lifecycle configuration from the specified Outposts bucket. Amazon S3 on Outposts removes all the lifecycle configuration
|
|
16
|
+
* rules in the lifecycle subresource associated with the bucket. Your objects never expire, and Amazon S3 on Outposts no longer automatically
|
|
17
|
+
* deletes any objects on the basis of rules contained in the deleted lifecycle configuration.
|
|
18
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
19
|
+
* <p>To use this action, you must have permission to perform the
|
|
20
|
+
* <code>s3-outposts:DeleteLifecycleConfiguration</code> action. By default, the bucket
|
|
21
|
+
* owner has this permission and the Outposts bucket owner can grant this permission to
|
|
22
|
+
* others.</p>
|
|
23
|
+
* <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_DeleteBucketLifecycleConfiguration.html#API_control_DeleteBucketLifecycleConfiguration_Examples">Examples</a> section.</p>
|
|
24
|
+
*
|
|
25
|
+
* <p>For more information about object expiration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#intro-lifecycle-rules-actions">Elements to Describe Lifecycle Actions</a>.</p>
|
|
26
|
+
* <p>Related actions include:</p>
|
|
27
|
+
* <ul>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>
|
|
30
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>
|
|
31
|
+
* </p>
|
|
32
|
+
* </li>
|
|
33
|
+
* <li>
|
|
34
|
+
* <p>
|
|
35
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a>
|
|
36
|
+
* </p>
|
|
37
|
+
* </li>
|
|
38
|
+
* </ul>
|
|
39
|
+
* @example
|
|
40
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
41
|
+
* ```javascript
|
|
42
|
+
* import { S3ControlClient, DeleteBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
43
|
+
* // const { S3ControlClient, DeleteBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
44
|
+
* const client = new S3ControlClient(config);
|
|
45
|
+
* const command = new DeleteBucketLifecycleConfigurationCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @see {@link DeleteBucketLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link DeleteBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
export declare class DeleteBucketLifecycleConfigurationCommand extends $Command<DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
55
|
+
readonly input: DeleteBucketLifecycleConfigurationCommandInput;
|
|
56
|
+
constructor(input: DeleteBucketLifecycleConfigurationCommandInput);
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
*/
|
|
60
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput>;
|
|
61
|
+
private serialize;
|
|
62
|
+
private deserialize;
|
|
63
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteBucketPolicyRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeleteBucketPolicyCommandInput extends DeleteBucketPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <note>
|
|
11
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket policy. To delete an
|
|
12
|
+
* S3 bucket policy, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html">DeleteBucketPolicy</a> in the <i>Amazon S3 API Reference</i>.
|
|
13
|
+
* </p>
|
|
14
|
+
* </note>
|
|
15
|
+
* <p>This implementation of the DELETE action uses the policy subresource to delete the
|
|
16
|
+
* policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the
|
|
17
|
+
* root user of the Amazon Web Services account that owns the bucket, the calling identity must have the
|
|
18
|
+
* <code>s3-outposts:DeleteBucketPolicy</code> permissions on the specified Outposts bucket
|
|
19
|
+
* and belong to the bucket owner's account to use this action. For more information, see
|
|
20
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in
|
|
21
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
22
|
+
*
|
|
23
|
+
* <p>If you don't have <code>DeleteBucketPolicy</code> permissions, Amazon S3 returns a
|
|
24
|
+
* <code>403 Access Denied</code> error. If you have the correct permissions, but you're
|
|
25
|
+
* not using an identity that belongs to the bucket owner's account, Amazon S3 returns a
|
|
26
|
+
* <code>405 Method Not Allowed</code> error. </p>
|
|
27
|
+
*
|
|
28
|
+
*
|
|
29
|
+
* <important>
|
|
30
|
+
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action,
|
|
31
|
+
* even if the policy explicitly denies the root user the ability to perform this action.</p>
|
|
32
|
+
* </important>
|
|
33
|
+
*
|
|
34
|
+
* <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>
|
|
35
|
+
*
|
|
36
|
+
* <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_DeleteBucketPolicy.html#API_control_DeleteBucketPolicy_Examples">Examples</a> section.</p>
|
|
37
|
+
*
|
|
38
|
+
* <p>The following actions are related to <code>DeleteBucketPolicy</code>:</p>
|
|
39
|
+
* <ul>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>
|
|
42
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html">GetBucketPolicy</a>
|
|
43
|
+
* </p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>
|
|
47
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html">PutBucketPolicy</a>
|
|
48
|
+
* </p>
|
|
49
|
+
* </li>
|
|
50
|
+
* </ul>
|
|
51
|
+
* @example
|
|
52
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
53
|
+
* ```javascript
|
|
54
|
+
* import { S3ControlClient, DeleteBucketPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
55
|
+
* // const { S3ControlClient, DeleteBucketPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
56
|
+
* const client = new S3ControlClient(config);
|
|
57
|
+
* const command = new DeleteBucketPolicyCommand(input);
|
|
58
|
+
* const response = await client.send(command);
|
|
59
|
+
* ```
|
|
60
|
+
*
|
|
61
|
+
* @see {@link DeleteBucketPolicyCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link DeleteBucketPolicyCommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
export declare class DeleteBucketPolicyCommand extends $Command<DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
67
|
+
readonly input: DeleteBucketPolicyCommandInput;
|
|
68
|
+
constructor(input: DeleteBucketPolicyCommandInput);
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput>;
|
|
73
|
+
private serialize;
|
|
74
|
+
private deserialize;
|
|
75
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteBucketTaggingRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeleteBucketTaggingCommandInput extends DeleteBucketTaggingRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <note>
|
|
11
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket's tags. To delete an
|
|
12
|
+
* S3 bucket tags, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html">DeleteBucketTagging</a> in the <i>Amazon S3 API Reference</i>.
|
|
13
|
+
* </p>
|
|
14
|
+
* </note>
|
|
15
|
+
* <p>Deletes the tags from the 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
|
|
16
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
17
|
+
*
|
|
18
|
+
* <p>To use this action, you must have permission to perform the <code>PutBucketTagging</code> action.
|
|
19
|
+
* By default, the bucket owner has this permission and can grant this permission to others.
|
|
20
|
+
* </p>
|
|
21
|
+
*
|
|
22
|
+
* <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_DeleteBucketTagging.html#API_control_DeleteBucketTagging_Examples">Examples</a> section.</p>
|
|
23
|
+
*
|
|
24
|
+
* <p>The following actions are related to <code>DeleteBucketTagging</code>:</p>
|
|
25
|
+
* <ul>
|
|
26
|
+
* <li>
|
|
27
|
+
* <p>
|
|
28
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html">GetBucketTagging</a>
|
|
29
|
+
* </p>
|
|
30
|
+
* </li>
|
|
31
|
+
* <li>
|
|
32
|
+
* <p>
|
|
33
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html">PutBucketTagging</a>
|
|
34
|
+
* </p>
|
|
35
|
+
* </li>
|
|
36
|
+
* </ul>
|
|
37
|
+
* @example
|
|
38
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
39
|
+
* ```javascript
|
|
40
|
+
* import { S3ControlClient, DeleteBucketTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
41
|
+
* // const { S3ControlClient, DeleteBucketTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
42
|
+
* const client = new S3ControlClient(config);
|
|
43
|
+
* const command = new DeleteBucketTaggingCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @see {@link DeleteBucketTaggingCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link DeleteBucketTaggingCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
export declare class DeleteBucketTaggingCommand extends $Command<DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
53
|
+
readonly input: DeleteBucketTaggingCommandInput;
|
|
54
|
+
constructor(input: DeleteBucketTaggingCommandInput);
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
58
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput>;
|
|
59
|
+
private serialize;
|
|
60
|
+
private deserialize;
|
|
61
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteJobTaggingRequest, DeleteJobTaggingResult } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeleteJobTaggingCommandInput extends DeleteJobTaggingRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Removes the entire tag set from the specified S3 Batch Operations job. To use this operation,
|
|
11
|
+
* you must have permission to perform the <code>s3:DeleteJobTagging</code> action. For more
|
|
12
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling access and labeling jobs using tags</a> in the
|
|
13
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
14
|
+
* <p></p>
|
|
15
|
+
* <p>Related actions include:</p>
|
|
16
|
+
* <ul>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>
|
|
19
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
|
|
20
|
+
* </p>
|
|
21
|
+
* </li>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>
|
|
24
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>
|
|
25
|
+
* </p>
|
|
26
|
+
* </li>
|
|
27
|
+
* <li>
|
|
28
|
+
* <p>
|
|
29
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html">PutJobTagging</a>
|
|
30
|
+
* </p>
|
|
31
|
+
* </li>
|
|
32
|
+
* </ul>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { S3ControlClient, DeleteJobTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
37
|
+
* // const { S3ControlClient, DeleteJobTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
38
|
+
* const client = new S3ControlClient(config);
|
|
39
|
+
* const command = new DeleteJobTaggingCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @see {@link DeleteJobTaggingCommandInput} for command's `input` shape.
|
|
44
|
+
* @see {@link DeleteJobTaggingCommandOutput} for command's `response` shape.
|
|
45
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
export declare class DeleteJobTaggingCommand extends $Command<DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
49
|
+
readonly input: DeleteJobTaggingCommandInput;
|
|
50
|
+
constructor(input: DeleteJobTaggingCommandInput);
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
*/
|
|
54
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput>;
|
|
55
|
+
private serialize;
|
|
56
|
+
private deserialize;
|
|
57
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteMultiRegionAccessPointRequest, DeleteMultiRegionAccessPointResult } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeleteMultiRegionAccessPointCommandInput extends DeleteMultiRegionAccessPointRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteMultiRegionAccessPointCommandOutput extends DeleteMultiRegionAccessPointResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point,
|
|
11
|
+
* only the Multi-Region Access Point itself.</p>
|
|
12
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
13
|
+
* information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
14
|
+
* Multi-Region Access Points</a> in the
|
|
15
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
16
|
+
* <p>This request is asynchronous, meaning that you might receive a response before the
|
|
17
|
+
* command has completed. When this request provides a response, it provides a token that
|
|
18
|
+
* you can use to monitor the status of the request with
|
|
19
|
+
* <code>DescribeMultiRegionAccessPointOperation</code>.</p>
|
|
20
|
+
* <p>The following actions are related to <code>DeleteMultiRegionAccessPoint</code>:</p>
|
|
21
|
+
* <ul>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>
|
|
24
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
|
|
25
|
+
* </p>
|
|
26
|
+
* </li>
|
|
27
|
+
* <li>
|
|
28
|
+
* <p>
|
|
29
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
|
|
30
|
+
* </p>
|
|
31
|
+
* </li>
|
|
32
|
+
* <li>
|
|
33
|
+
* <p>
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
|
|
35
|
+
* </p>
|
|
36
|
+
* </li>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>
|
|
39
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
|
|
40
|
+
* </p>
|
|
41
|
+
* </li>
|
|
42
|
+
* </ul>
|
|
43
|
+
* @example
|
|
44
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
45
|
+
* ```javascript
|
|
46
|
+
* import { S3ControlClient, DeleteMultiRegionAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
47
|
+
* // const { S3ControlClient, DeleteMultiRegionAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
48
|
+
* const client = new S3ControlClient(config);
|
|
49
|
+
* const command = new DeleteMultiRegionAccessPointCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @see {@link DeleteMultiRegionAccessPointCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link DeleteMultiRegionAccessPointCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
export declare class DeleteMultiRegionAccessPointCommand extends $Command<DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
59
|
+
readonly input: DeleteMultiRegionAccessPointCommandInput;
|
|
60
|
+
constructor(input: DeleteMultiRegionAccessPointCommandInput);
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
64
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput>;
|
|
65
|
+
private serialize;
|
|
66
|
+
private deserialize;
|
|
67
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeletePublicAccessBlockRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface DeletePublicAccessBlockCommandInput extends DeletePublicAccessBlockRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For more
|
|
11
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
|
|
12
|
+
* public access</a>.</p>
|
|
13
|
+
* <p>Related actions include:</p>
|
|
14
|
+
* <ul>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>
|
|
17
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetPublicAccessBlock.html">GetPublicAccessBlock</a>
|
|
18
|
+
* </p>
|
|
19
|
+
* </li>
|
|
20
|
+
* <li>
|
|
21
|
+
* <p>
|
|
22
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html">PutPublicAccessBlock</a>
|
|
23
|
+
* </p>
|
|
24
|
+
* </li>
|
|
25
|
+
* </ul>
|
|
26
|
+
* @example
|
|
27
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
+
* ```javascript
|
|
29
|
+
* import { S3ControlClient, DeletePublicAccessBlockCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
30
|
+
* // const { S3ControlClient, DeletePublicAccessBlockCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
31
|
+
* const client = new S3ControlClient(config);
|
|
32
|
+
* const command = new DeletePublicAccessBlockCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @see {@link DeletePublicAccessBlockCommandInput} for command's `input` shape.
|
|
37
|
+
* @see {@link DeletePublicAccessBlockCommandOutput} for command's `response` shape.
|
|
38
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
export declare class DeletePublicAccessBlockCommand extends $Command<DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
|
|
42
|
+
readonly input: DeletePublicAccessBlockCommandInput;
|
|
43
|
+
constructor(input: DeletePublicAccessBlockCommandInput);
|
|
44
|
+
/**
|
|
45
|
+
* @internal
|
|
46
|
+
*/
|
|
47
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput>;
|
|
48
|
+
private serialize;
|
|
49
|
+
private deserialize;
|
|
50
|
+
}
|