@aws-sdk/client-s3-control 3.34.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/S3Control.js +869 -0
- package/dist-cjs/S3Control.js.map +1 -0
- package/dist-cjs/S3ControlClient.js +49 -0
- package/dist-cjs/S3ControlClient.js.map +1 -0
- package/dist-cjs/commands/CreateAccessPointCommand.js +93 -0
- package/dist-cjs/commands/CreateAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +82 -0
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/CreateBucketCommand.js +114 -0
- package/dist-cjs/commands/CreateBucketCommand.js.map +1 -0
- package/dist-cjs/commands/CreateJobCommand.js +96 -0
- package/dist-cjs/commands/CreateJobCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +98 -0
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointCommand.js +83 -0
- package/dist-cjs/commands/DeleteAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +81 -0
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +78 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +76 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketCommand.js +91 -0
- package/dist-cjs/commands/DeleteBucketCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +91 -0
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +103 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +89 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteJobTaggingCommand.js +85 -0
- package/dist-cjs/commands/DeleteJobTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +97 -0
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +78 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +72 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +72 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeJobCommand.js +89 -0
- package/dist-cjs/commands/DescribeJobCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +91 -0
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointCommand.js +84 -0
- package/dist-cjs/commands/GetAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +71 -0
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +81 -0
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js +76 -0
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +76 -0
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +63 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +63 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketCommand.js +93 -0
- package/dist-cjs/commands/GetBucketCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +111 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js +103 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js +101 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/GetJobTaggingCommand.js +86 -0
- package/dist-cjs/commands/GetJobTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +92 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +82 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +83 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +78 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js.map +1 -0
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +72 -0
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +71 -0
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/ListAccessPointsCommand.js +86 -0
- package/dist-cjs/commands/ListAccessPointsCommand.js.map +1 -0
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +84 -0
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/ListJobsCommand.js +89 -0
- package/dist-cjs/commands/ListJobsCommand.js.map +1 -0
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +94 -0
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRegionalBucketsCommand.js +67 -0
- package/dist-cjs/commands/ListRegionalBucketsCommand.js.map +1 -0
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +72 -0
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +71 -0
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js +79 -0
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +77 -0
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +87 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js +103 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js +148 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/PutJobTaggingCommand.js +125 -0
- package/dist-cjs/commands/PutJobTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +84 -0
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +78 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js.map +1 -0
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +70 -0
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +72 -0
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateJobPriorityCommand.js +88 -0
- package/dist-cjs/commands/UpdateJobPriorityCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateJobStatusCommand.js +89 -0
- package/dist-cjs/commands/UpdateJobStatusCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +46 -0
- package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListAccessPointsPaginator.js +46 -0
- package/dist-cjs/pagination/ListAccessPointsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListJobsPaginator.js +46 -0
- package/dist-cjs/pagination/ListJobsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js +46 -0
- package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRegionalBucketsPaginator.js +46 -0
- package/dist-cjs/pagination/ListRegionalBucketsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +8017 -0
- package/dist-cjs/protocols/Aws_restXml.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +46 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/S3Control.js +866 -0
- package/dist-es/S3Control.js.map +1 -0
- package/dist-es/S3ControlClient.js +40 -0
- package/dist-es/S3ControlClient.js.map +1 -0
- package/dist-es/commands/CreateAccessPointCommand.js +42 -0
- package/dist-es/commands/CreateAccessPointCommand.js.map +1 -0
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/CreateBucketCommand.js +44 -0
- package/dist-es/commands/CreateBucketCommand.js.map +1 -0
- package/dist-es/commands/CreateJobCommand.js +42 -0
- package/dist-es/commands/CreateJobCommand.js.map +1 -0
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +44 -0
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketCommand.js +42 -0
- package/dist-es/commands/DeleteBucketCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js +42 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js +42 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js.map +1 -0
- package/dist-es/commands/DeleteJobTaggingCommand.js +42 -0
- package/dist-es/commands/DeleteJobTaggingCommand.js.map +1 -0
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +44 -0
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +42 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js.map +1 -0
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +42 -0
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-es/commands/DescribeJobCommand.js +42 -0
- package/dist-es/commands/DescribeJobCommand.js.map +1 -0
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +44 -0
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointCommand.js +42 -0
- package/dist-es/commands/GetAccessPointCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetBucketCommand.js +42 -0
- package/dist-es/commands/GetBucketCommand.js.map +1 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +42 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetBucketPolicyCommand.js +42 -0
- package/dist-es/commands/GetBucketPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetBucketTaggingCommand.js +42 -0
- package/dist-es/commands/GetBucketTaggingCommand.js.map +1 -0
- package/dist-es/commands/GetJobTaggingCommand.js +42 -0
- package/dist-es/commands/GetJobTaggingCommand.js.map +1 -0
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +44 -0
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +44 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +44 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js +42 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js.map +1 -0
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +42 -0
- package/dist-es/commands/GetStorageLensConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +42 -0
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-es/commands/ListAccessPointsCommand.js +42 -0
- package/dist-es/commands/ListAccessPointsCommand.js.map +1 -0
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/ListJobsCommand.js +42 -0
- package/dist-es/commands/ListJobsCommand.js.map +1 -0
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +44 -0
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
- package/dist-es/commands/ListRegionalBucketsCommand.js +42 -0
- package/dist-es/commands/ListRegionalBucketsCommand.js.map +1 -0
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +42 -0
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/PutAccessPointPolicyCommand.js +42 -0
- package/dist-es/commands/PutAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +44 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutBucketPolicyCommand.js +44 -0
- package/dist-es/commands/PutBucketPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutBucketTaggingCommand.js +44 -0
- package/dist-es/commands/PutBucketTaggingCommand.js.map +1 -0
- package/dist-es/commands/PutJobTaggingCommand.js +42 -0
- package/dist-es/commands/PutJobTaggingCommand.js.map +1 -0
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +44 -0
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js +42 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js.map +1 -0
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +42 -0
- package/dist-es/commands/PutStorageLensConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +42 -0
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-es/commands/UpdateJobPriorityCommand.js +42 -0
- package/dist-es/commands/UpdateJobPriorityCommand.js.map +1 -0
- package/dist-es/commands/UpdateJobStatusCommand.js +42 -0
- package/dist-es/commands/UpdateJobStatusCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +75 -0
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
- package/dist-es/pagination/ListAccessPointsPaginator.js +75 -0
- package/dist-es/pagination/ListAccessPointsPaginator.js.map +1 -0
- package/dist-es/pagination/ListJobsPaginator.js +75 -0
- package/dist-es/pagination/ListJobsPaginator.js.map +1 -0
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +75 -0
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
- package/dist-es/pagination/ListRegionalBucketsPaginator.js +75 -0
- package/dist-es/pagination/ListRegionalBucketsPaginator.js.map +1 -0
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restXml.js +8843 -0
- package/dist-es/protocols/Aws_restXml.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +19 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +23 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/S3Control.d.ts +1702 -0
- package/dist-types/S3ControlClient.d.ts +207 -0
- package/dist-types/commands/CreateAccessPointCommand.d.ts +65 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +84 -0
- package/dist-types/commands/CreateJobCommand.d.ts +68 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +55 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +63 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +75 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +61 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +57 -0
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +61 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +56 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
- package/dist-types/commands/GetBucketCommand.d.ts +65 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +75 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +73 -0
- package/dist-types/commands/GetJobTaggingCommand.d.ts +58 -0
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +58 -0
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
- package/dist-types/commands/ListJobsCommand.d.ts +61 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +39 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +51 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +73 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +118 -0
- package/dist-types/commands/PutJobTaggingCommand.d.ts +97 -0
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +60 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +61 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAccessPointsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +173 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/S3Control.d.ts +1702 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +207 -0
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +118 -0
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +97 -0
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +61 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +173 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +43 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +49 -49
- package/src/S3Control.ts +3381 -0
- package/src/S3ControlClient.ts +545 -0
- package/src/commands/CreateAccessPointCommand.ts +127 -0
- package/src/commands/CreateAccessPointForObjectLambdaCommand.ts +124 -0
- package/src/commands/CreateBucketCommand.ts +148 -0
- package/src/commands/CreateJobCommand.ts +127 -0
- package/src/commands/CreateMultiRegionAccessPointCommand.ts +137 -0
- package/src/commands/DeleteAccessPointCommand.ts +117 -0
- package/src/commands/DeleteAccessPointForObjectLambdaCommand.ts +121 -0
- package/src/commands/DeleteAccessPointPolicyCommand.ts +112 -0
- package/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +117 -0
- package/src/commands/DeleteBucketCommand.ts +125 -0
- package/src/commands/DeleteBucketLifecycleConfigurationCommand.ts +131 -0
- package/src/commands/DeleteBucketPolicyCommand.ts +137 -0
- package/src/commands/DeleteBucketTaggingCommand.ts +123 -0
- package/src/commands/DeleteJobTaggingCommand.ts +119 -0
- package/src/commands/DeleteMultiRegionAccessPointCommand.ts +136 -0
- package/src/commands/DeletePublicAccessBlockCommand.ts +112 -0
- package/src/commands/DeleteStorageLensConfigurationCommand.ts +112 -0
- package/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts +118 -0
- package/src/commands/DescribeJobCommand.ts +123 -0
- package/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts +140 -0
- package/src/commands/GetAccessPointCommand.ts +118 -0
- package/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +120 -0
- package/src/commands/GetAccessPointForObjectLambdaCommand.ts +120 -0
- package/src/commands/GetAccessPointPolicyCommand.ts +110 -0
- package/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +121 -0
- package/src/commands/GetAccessPointPolicyStatusCommand.ts +100 -0
- package/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +112 -0
- package/src/commands/GetBucketCommand.ts +124 -0
- package/src/commands/GetBucketLifecycleConfigurationCommand.ts +153 -0
- package/src/commands/GetBucketPolicyCommand.ts +137 -0
- package/src/commands/GetBucketTaggingCommand.ts +135 -0
- package/src/commands/GetJobTaggingCommand.ts +120 -0
- package/src/commands/GetMultiRegionAccessPointCommand.ts +129 -0
- package/src/commands/GetMultiRegionAccessPointPolicyCommand.ts +124 -0
- package/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +129 -0
- package/src/commands/GetPublicAccessBlockCommand.ts +112 -0
- package/src/commands/GetStorageLensConfigurationCommand.ts +109 -0
- package/src/commands/GetStorageLensConfigurationTaggingCommand.ts +116 -0
- package/src/commands/ListAccessPointsCommand.ts +120 -0
- package/src/commands/ListAccessPointsForObjectLambdaCommand.ts +126 -0
- package/src/commands/ListJobsCommand.ts +120 -0
- package/src/commands/ListMultiRegionAccessPointsCommand.ts +131 -0
- package/src/commands/ListRegionalBucketsCommand.ts +101 -0
- package/src/commands/ListStorageLensConfigurationsCommand.ts +111 -0
- package/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +115 -0
- package/src/commands/PutAccessPointPolicyCommand.ts +113 -0
- package/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +117 -0
- package/src/commands/PutBucketLifecycleConfigurationCommand.ts +127 -0
- package/src/commands/PutBucketPolicyCommand.ts +137 -0
- package/src/commands/PutBucketTaggingCommand.ts +182 -0
- package/src/commands/PutJobTaggingCommand.ts +159 -0
- package/src/commands/PutMultiRegionAccessPointPolicyCommand.ts +126 -0
- package/src/commands/PutPublicAccessBlockCommand.ts +112 -0
- package/src/commands/PutStorageLensConfigurationCommand.ts +107 -0
- package/src/commands/PutStorageLensConfigurationTaggingCommand.ts +117 -0
- package/src/commands/UpdateJobPriorityCommand.ts +122 -0
- package/src/commands/UpdateJobStatusCommand.ts +123 -0
- package/src/endpoints.ts +175 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListAccessPointsForObjectLambdaPaginator.ts +59 -0
- package/src/pagination/ListAccessPointsPaginator.ts +59 -0
- package/src/pagination/ListJobsPaginator.ts +55 -0
- package/src/pagination/ListMultiRegionAccessPointsPaginator.ts +59 -0
- package/src/pagination/ListRegionalBucketsPaginator.ts +59 -0
- package/src/pagination/ListStorageLensConfigurationsPaginator.ts +58 -0
- package/src/protocols/Aws_restXml.ts +9444 -0
- package/src/runtimeConfig.browser.ts +45 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +50 -0
- package/test/S3Control.spec.ts +134 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/S3Control.spec.ts +0 -133
- package/S3Control.ts +0 -3380
- package/S3ControlClient.ts +0 -544
- package/commands/CreateAccessPointCommand.ts +0 -126
- package/commands/CreateAccessPointForObjectLambdaCommand.ts +0 -123
- package/commands/CreateBucketCommand.ts +0 -147
- package/commands/CreateJobCommand.ts +0 -126
- package/commands/CreateMultiRegionAccessPointCommand.ts +0 -136
- package/commands/DeleteAccessPointCommand.ts +0 -116
- package/commands/DeleteAccessPointForObjectLambdaCommand.ts +0 -120
- package/commands/DeleteAccessPointPolicyCommand.ts +0 -111
- package/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +0 -116
- package/commands/DeleteBucketCommand.ts +0 -124
- package/commands/DeleteBucketLifecycleConfigurationCommand.ts +0 -130
- package/commands/DeleteBucketPolicyCommand.ts +0 -136
- package/commands/DeleteBucketTaggingCommand.ts +0 -122
- package/commands/DeleteJobTaggingCommand.ts +0 -118
- package/commands/DeleteMultiRegionAccessPointCommand.ts +0 -135
- package/commands/DeletePublicAccessBlockCommand.ts +0 -111
- package/commands/DeleteStorageLensConfigurationCommand.ts +0 -111
- package/commands/DeleteStorageLensConfigurationTaggingCommand.ts +0 -117
- package/commands/DescribeJobCommand.ts +0 -122
- package/commands/DescribeMultiRegionAccessPointOperationCommand.ts +0 -139
- package/commands/GetAccessPointCommand.ts +0 -117
- package/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +0 -119
- package/commands/GetAccessPointForObjectLambdaCommand.ts +0 -119
- package/commands/GetAccessPointPolicyCommand.ts +0 -109
- package/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +0 -120
- package/commands/GetAccessPointPolicyStatusCommand.ts +0 -99
- package/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +0 -111
- package/commands/GetBucketCommand.ts +0 -123
- package/commands/GetBucketLifecycleConfigurationCommand.ts +0 -152
- package/commands/GetBucketPolicyCommand.ts +0 -136
- package/commands/GetBucketTaggingCommand.ts +0 -134
- package/commands/GetJobTaggingCommand.ts +0 -119
- package/commands/GetMultiRegionAccessPointCommand.ts +0 -128
- package/commands/GetMultiRegionAccessPointPolicyCommand.ts +0 -123
- package/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +0 -128
- package/commands/GetPublicAccessBlockCommand.ts +0 -111
- package/commands/GetStorageLensConfigurationCommand.ts +0 -108
- package/commands/GetStorageLensConfigurationTaggingCommand.ts +0 -115
- package/commands/ListAccessPointsCommand.ts +0 -119
- package/commands/ListAccessPointsForObjectLambdaCommand.ts +0 -125
- package/commands/ListJobsCommand.ts +0 -119
- package/commands/ListMultiRegionAccessPointsCommand.ts +0 -130
- package/commands/ListRegionalBucketsCommand.ts +0 -100
- package/commands/ListStorageLensConfigurationsCommand.ts +0 -110
- package/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +0 -114
- package/commands/PutAccessPointPolicyCommand.ts +0 -112
- package/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +0 -116
- package/commands/PutBucketLifecycleConfigurationCommand.ts +0 -126
- package/commands/PutBucketPolicyCommand.ts +0 -136
- package/commands/PutBucketTaggingCommand.ts +0 -181
- package/commands/PutJobTaggingCommand.ts +0 -158
- package/commands/PutMultiRegionAccessPointPolicyCommand.ts +0 -125
- package/commands/PutPublicAccessBlockCommand.ts +0 -111
- package/commands/PutStorageLensConfigurationCommand.ts +0 -106
- package/commands/PutStorageLensConfigurationTaggingCommand.ts +0 -116
- package/commands/UpdateJobPriorityCommand.ts +0 -121
- package/commands/UpdateJobStatusCommand.ts +0 -122
- package/dist/cjs/S3Control.js +0 -869
- package/dist/cjs/S3Control.js.map +0 -1
- package/dist/cjs/S3Control.spec.js +0 -102
- package/dist/cjs/S3Control.spec.js.map +0 -1
- package/dist/cjs/S3ControlClient.js +0 -49
- package/dist/cjs/S3ControlClient.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPointCommand.js +0 -93
- package/dist/cjs/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js +0 -82
- package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBucketCommand.js +0 -114
- package/dist/cjs/commands/CreateBucketCommand.js.map +0 -1
- package/dist/cjs/commands/CreateJobCommand.js +0 -96
- package/dist/cjs/commands/CreateJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js +0 -98
- package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointCommand.js +0 -83
- package/dist/cjs/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -81
- package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js +0 -78
- package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -76
- package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketCommand.js +0 -91
- package/dist/cjs/commands/DeleteBucketCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -91
- package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketPolicyCommand.js +0 -103
- package/dist/cjs/commands/DeleteBucketPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketTaggingCommand.js +0 -89
- package/dist/cjs/commands/DeleteBucketTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteJobTaggingCommand.js +0 -85
- package/dist/cjs/commands/DeleteJobTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js +0 -97
- package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePublicAccessBlockCommand.js +0 -78
- package/dist/cjs/commands/DeletePublicAccessBlockCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js +0 -72
- package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -72
- package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeJobCommand.js +0 -89
- package/dist/cjs/commands/DescribeJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -91
- package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointCommand.js +0 -84
- package/dist/cjs/commands/GetAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -71
- package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js +0 -81
- package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyCommand.js +0 -76
- package/dist/cjs/commands/GetAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -76
- package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js +0 -63
- package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -63
- package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketCommand.js +0 -93
- package/dist/cjs/commands/GetBucketCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js +0 -111
- package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketPolicyCommand.js +0 -103
- package/dist/cjs/commands/GetBucketPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketTaggingCommand.js +0 -101
- package/dist/cjs/commands/GetBucketTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/GetJobTaggingCommand.js +0 -86
- package/dist/cjs/commands/GetJobTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js +0 -92
- package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -82
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -83
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicAccessBlockCommand.js +0 -78
- package/dist/cjs/commands/GetPublicAccessBlockCommand.js.map +0 -1
- package/dist/cjs/commands/GetStorageLensConfigurationCommand.js +0 -72
- package/dist/cjs/commands/GetStorageLensConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js +0 -71
- package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccessPointsCommand.js +0 -86
- package/dist/cjs/commands/ListAccessPointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js +0 -84
- package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/ListJobsCommand.js +0 -89
- package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js +0 -94
- package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRegionalBucketsCommand.js +0 -67
- package/dist/cjs/commands/ListRegionalBucketsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js +0 -72
- package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -71
- package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccessPointPolicyCommand.js +0 -79
- package/dist/cjs/commands/PutAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -77
- package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js +0 -87
- package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutBucketPolicyCommand.js +0 -103
- package/dist/cjs/commands/PutBucketPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutBucketTaggingCommand.js +0 -148
- package/dist/cjs/commands/PutBucketTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/PutJobTaggingCommand.js +0 -125
- package/dist/cjs/commands/PutJobTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -84
- package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutPublicAccessBlockCommand.js +0 -78
- package/dist/cjs/commands/PutPublicAccessBlockCommand.js.map +0 -1
- package/dist/cjs/commands/PutStorageLensConfigurationCommand.js +0 -70
- package/dist/cjs/commands/PutStorageLensConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js +0 -72
- package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateJobPriorityCommand.js +0 -88
- package/dist/cjs/commands/UpdateJobPriorityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateJobStatusCommand.js +0 -89
- package/dist/cjs/commands/UpdateJobStatusCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -103
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -46
- package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAccessPointsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAccessPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js +0 -46
- package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRegionalBucketsPaginator.js +0 -46
- package/dist/cjs/pagination/ListRegionalBucketsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js +0 -45
- package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -8017
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -45
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -49
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/S3Control.js +0 -866
- package/dist/es/S3Control.js.map +0 -1
- package/dist/es/S3Control.spec.js +0 -146
- package/dist/es/S3Control.spec.js.map +0 -1
- package/dist/es/S3ControlClient.js +0 -40
- package/dist/es/S3ControlClient.js.map +0 -1
- package/dist/es/commands/CreateAccessPointCommand.js +0 -42
- package/dist/es/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/CreateBucketCommand.js +0 -44
- package/dist/es/commands/CreateBucketCommand.js.map +0 -1
- package/dist/es/commands/CreateJobCommand.js +0 -42
- package/dist/es/commands/CreateJobCommand.js.map +0 -1
- package/dist/es/commands/CreateMultiRegionAccessPointCommand.js +0 -44
- package/dist/es/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointPolicyCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketCommand.js +0 -42
- package/dist/es/commands/DeleteBucketCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -42
- package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketPolicyCommand.js +0 -42
- package/dist/es/commands/DeleteBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketTaggingCommand.js +0 -42
- package/dist/es/commands/DeleteBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/DeleteJobTaggingCommand.js +0 -42
- package/dist/es/commands/DeleteJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js +0 -44
- package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeletePublicAccessBlockCommand.js +0 -42
- package/dist/es/commands/DeletePublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/DeleteStorageLensConfigurationCommand.js +0 -42
- package/dist/es/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -42
- package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/DescribeJobCommand.js +0 -42
- package/dist/es/commands/DescribeJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -44
- package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointCommand.js +0 -42
- package/dist/es/commands/GetAccessPointCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyStatusCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetBucketCommand.js +0 -42
- package/dist/es/commands/GetBucketCommand.js.map +0 -1
- package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js +0 -42
- package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetBucketPolicyCommand.js +0 -42
- package/dist/es/commands/GetBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetBucketTaggingCommand.js +0 -42
- package/dist/es/commands/GetBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/GetJobTaggingCommand.js +0 -42
- package/dist/es/commands/GetJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointCommand.js +0 -44
- package/dist/es/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -44
- package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -44
- package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/es/commands/GetPublicAccessBlockCommand.js +0 -42
- package/dist/es/commands/GetPublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/GetStorageLensConfigurationCommand.js +0 -42
- package/dist/es/commands/GetStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js +0 -42
- package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPointsCommand.js +0 -42
- package/dist/es/commands/ListAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/ListJobsCommand.js +0 -42
- package/dist/es/commands/ListJobsCommand.js.map +0 -1
- package/dist/es/commands/ListMultiRegionAccessPointsCommand.js +0 -44
- package/dist/es/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/ListRegionalBucketsCommand.js +0 -42
- package/dist/es/commands/ListRegionalBucketsCommand.js.map +0 -1
- package/dist/es/commands/ListStorageLensConfigurationsCommand.js +0 -42
- package/dist/es/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointPolicyCommand.js +0 -42
- package/dist/es/commands/PutAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js +0 -44
- package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutBucketPolicyCommand.js +0 -44
- package/dist/es/commands/PutBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutBucketTaggingCommand.js +0 -44
- package/dist/es/commands/PutBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/PutJobTaggingCommand.js +0 -42
- package/dist/es/commands/PutJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -44
- package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutPublicAccessBlockCommand.js +0 -42
- package/dist/es/commands/PutPublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/PutStorageLensConfigurationCommand.js +0 -42
- package/dist/es/commands/PutStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js +0 -42
- package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/UpdateJobPriorityCommand.js +0 -42
- package/dist/es/commands/UpdateJobPriorityCommand.js.map +0 -1
- package/dist/es/commands/UpdateJobStatusCommand.js +0 -42
- package/dist/es/commands/UpdateJobStatusCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -103
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -75
- package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
- package/dist/es/pagination/ListAccessPointsPaginator.js +0 -75
- package/dist/es/pagination/ListAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListJobsPaginator.js +0 -75
- package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js +0 -75
- package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRegionalBucketsPaginator.js +0 -75
- package/dist/es/pagination/ListRegionalBucketsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js +0 -74
- package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -8843
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -19
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -23
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/S3Control.d.ts +0 -1702
- package/dist/types/S3Control.spec.d.ts +0 -1
- package/dist/types/S3ControlClient.d.ts +0 -207
- package/dist/types/commands/CreateAccessPointCommand.d.ts +0 -65
- package/dist/types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
- package/dist/types/commands/CreateBucketCommand.d.ts +0 -84
- package/dist/types/commands/CreateJobCommand.d.ts +0 -68
- package/dist/types/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
- package/dist/types/commands/DeleteAccessPointCommand.d.ts +0 -55
- package/dist/types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
- package/dist/types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/commands/DeleteBucketCommand.d.ts +0 -63
- package/dist/types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
- package/dist/types/commands/DeleteBucketPolicyCommand.d.ts +0 -75
- package/dist/types/commands/DeleteBucketTaggingCommand.d.ts +0 -61
- package/dist/types/commands/DeleteJobTaggingCommand.d.ts +0 -57
- package/dist/types/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
- package/dist/types/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/commands/DescribeJobCommand.d.ts +0 -61
- package/dist/types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
- package/dist/types/commands/GetAccessPointCommand.d.ts +0 -56
- package/dist/types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/commands/GetAccessPointPolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
- package/dist/types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
- package/dist/types/commands/GetBucketCommand.d.ts +0 -65
- package/dist/types/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
- package/dist/types/commands/GetBucketPolicyCommand.d.ts +0 -75
- package/dist/types/commands/GetBucketTaggingCommand.d.ts +0 -73
- package/dist/types/commands/GetJobTaggingCommand.d.ts +0 -58
- package/dist/types/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
- package/dist/types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
- package/dist/types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
- package/dist/types/commands/GetPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
- package/dist/types/commands/ListAccessPointsCommand.d.ts +0 -58
- package/dist/types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
- package/dist/types/commands/ListJobsCommand.d.ts +0 -61
- package/dist/types/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
- package/dist/types/commands/ListRegionalBucketsCommand.d.ts +0 -39
- package/dist/types/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
- package/dist/types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/commands/PutAccessPointPolicyCommand.d.ts +0 -51
- package/dist/types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
- package/dist/types/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
- package/dist/types/commands/PutBucketPolicyCommand.d.ts +0 -73
- package/dist/types/commands/PutBucketTaggingCommand.d.ts +0 -118
- package/dist/types/commands/PutJobTaggingCommand.d.ts +0 -97
- package/dist/types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
- package/dist/types/commands/PutPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
- package/dist/types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/commands/UpdateJobPriorityCommand.d.ts +0 -60
- package/dist/types/commands/UpdateJobStatusCommand.d.ts +0 -61
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAccessPointsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -173
- package/dist/types/runtimeConfig.d.ts +0 -43
- package/dist/types/ts3.4/S3Control.d.ts +0 -1702
- package/dist/types/ts3.4/S3Control.spec.d.ts +0 -1
- package/dist/types/ts3.4/S3ControlClient.d.ts +0 -207
- package/dist/types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/CreateBucketCommand.d.ts +0 -84
- package/dist/types/ts3.4/commands/CreateJobCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DescribeJobCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/GetAccessPointCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBucketCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
- package/dist/types/ts3.4/commands/GetBucketPolicyCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/GetBucketTaggingCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/GetJobTaggingCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListAccessPointsCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/PutBucketPolicyCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/PutBucketTaggingCommand.d.ts +0 -118
- package/dist/types/ts3.4/commands/PutJobTaggingCommand.d.ts +0 -97
- package/dist/types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/UpdateJobStatusCommand.d.ts +0 -61
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -173
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -43
- package/endpoints.ts +0 -175
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAccessPointsForObjectLambdaPaginator.ts +0 -58
- package/pagination/ListAccessPointsPaginator.ts +0 -58
- package/pagination/ListJobsPaginator.ts +0 -54
- package/pagination/ListMultiRegionAccessPointsPaginator.ts +0 -58
- package/pagination/ListRegionalBucketsPaginator.ts +0 -58
- package/pagination/ListStorageLensConfigurationsPaginator.ts +0 -57
- package/protocols/Aws_restXml.ts +0 -9443
- package/runtimeConfig.browser.ts +0 -44
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -49
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
|
|
3
|
-
import { CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput } from "./commands/CreateAccessPointForObjectLambdaCommand";
|
|
4
|
-
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
|
|
5
|
-
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
6
|
-
import { CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput } from "./commands/CreateMultiRegionAccessPointCommand";
|
|
7
|
-
import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "./commands/DeleteAccessPointCommand";
|
|
8
|
-
import { DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput } from "./commands/DeleteAccessPointForObjectLambdaCommand";
|
|
9
|
-
import { DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput } from "./commands/DeleteAccessPointPolicyCommand";
|
|
10
|
-
import { DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
11
|
-
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
|
|
12
|
-
import { DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput } from "./commands/DeleteBucketLifecycleConfigurationCommand";
|
|
13
|
-
import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
|
|
14
|
-
import { DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput } from "./commands/DeleteBucketTaggingCommand";
|
|
15
|
-
import { DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput } from "./commands/DeleteJobTaggingCommand";
|
|
16
|
-
import { DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput } from "./commands/DeleteMultiRegionAccessPointCommand";
|
|
17
|
-
import { DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput } from "./commands/DeletePublicAccessBlockCommand";
|
|
18
|
-
import { DeleteStorageLensConfigurationCommandInput, DeleteStorageLensConfigurationCommandOutput } from "./commands/DeleteStorageLensConfigurationCommand";
|
|
19
|
-
import { DeleteStorageLensConfigurationTaggingCommandInput, DeleteStorageLensConfigurationTaggingCommandOutput } from "./commands/DeleteStorageLensConfigurationTaggingCommand";
|
|
20
|
-
import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
|
|
21
|
-
import { DescribeMultiRegionAccessPointOperationCommandInput, DescribeMultiRegionAccessPointOperationCommandOutput } from "./commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
22
|
-
import { GetAccessPointCommandInput, GetAccessPointCommandOutput } from "./commands/GetAccessPointCommand";
|
|
23
|
-
import { GetAccessPointConfigurationForObjectLambdaCommandInput, GetAccessPointConfigurationForObjectLambdaCommandOutput } from "./commands/GetAccessPointConfigurationForObjectLambdaCommand";
|
|
24
|
-
import { GetAccessPointForObjectLambdaCommandInput, GetAccessPointForObjectLambdaCommandOutput } from "./commands/GetAccessPointForObjectLambdaCommand";
|
|
25
|
-
import { GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput } from "./commands/GetAccessPointPolicyCommand";
|
|
26
|
-
import { GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
|
|
27
|
-
import { GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput } from "./commands/GetAccessPointPolicyStatusCommand";
|
|
28
|
-
import { GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput } from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
29
|
-
import { GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
|
|
30
|
-
import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "./commands/GetBucketLifecycleConfigurationCommand";
|
|
31
|
-
import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "./commands/GetBucketPolicyCommand";
|
|
32
|
-
import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "./commands/GetBucketTaggingCommand";
|
|
33
|
-
import { GetJobTaggingCommandInput, GetJobTaggingCommandOutput } from "./commands/GetJobTaggingCommand";
|
|
34
|
-
import { GetMultiRegionAccessPointCommandInput, GetMultiRegionAccessPointCommandOutput } from "./commands/GetMultiRegionAccessPointCommand";
|
|
35
|
-
import { GetMultiRegionAccessPointPolicyCommandInput, GetMultiRegionAccessPointPolicyCommandOutput } from "./commands/GetMultiRegionAccessPointPolicyCommand";
|
|
36
|
-
import { GetMultiRegionAccessPointPolicyStatusCommandInput, GetMultiRegionAccessPointPolicyStatusCommandOutput } from "./commands/GetMultiRegionAccessPointPolicyStatusCommand";
|
|
37
|
-
import { GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput } from "./commands/GetPublicAccessBlockCommand";
|
|
38
|
-
import { GetStorageLensConfigurationCommandInput, GetStorageLensConfigurationCommandOutput } from "./commands/GetStorageLensConfigurationCommand";
|
|
39
|
-
import { GetStorageLensConfigurationTaggingCommandInput, GetStorageLensConfigurationTaggingCommandOutput } from "./commands/GetStorageLensConfigurationTaggingCommand";
|
|
40
|
-
import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "./commands/ListAccessPointsCommand";
|
|
41
|
-
import { ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput } from "./commands/ListAccessPointsForObjectLambdaCommand";
|
|
42
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
43
|
-
import { ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput } from "./commands/ListMultiRegionAccessPointsCommand";
|
|
44
|
-
import { ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput } from "./commands/ListRegionalBucketsCommand";
|
|
45
|
-
import { ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput } from "./commands/ListStorageLensConfigurationsCommand";
|
|
46
|
-
import { PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput } from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
47
|
-
import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } from "./commands/PutAccessPointPolicyCommand";
|
|
48
|
-
import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
49
|
-
import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "./commands/PutBucketLifecycleConfigurationCommand";
|
|
50
|
-
import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "./commands/PutBucketPolicyCommand";
|
|
51
|
-
import { PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput } from "./commands/PutBucketTaggingCommand";
|
|
52
|
-
import { PutJobTaggingCommandInput, PutJobTaggingCommandOutput } from "./commands/PutJobTaggingCommand";
|
|
53
|
-
import { PutMultiRegionAccessPointPolicyCommandInput, PutMultiRegionAccessPointPolicyCommandOutput } from "./commands/PutMultiRegionAccessPointPolicyCommand";
|
|
54
|
-
import { PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput } from "./commands/PutPublicAccessBlockCommand";
|
|
55
|
-
import { PutStorageLensConfigurationCommandInput, PutStorageLensConfigurationCommandOutput } from "./commands/PutStorageLensConfigurationCommand";
|
|
56
|
-
import { PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigurationTaggingCommandOutput } from "./commands/PutStorageLensConfigurationTaggingCommand";
|
|
57
|
-
import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "./commands/UpdateJobPriorityCommand";
|
|
58
|
-
import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "./commands/UpdateJobStatusCommand";
|
|
59
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
60
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
61
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
62
|
-
import { S3ControlInputConfig, S3ControlResolvedConfig } from "@aws-sdk/middleware-sdk-s3-control";
|
|
63
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
64
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
65
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
66
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
67
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
68
|
-
import { Readable } from "stream";
|
|
69
|
-
export declare type ServiceInputTypes = CreateAccessPointCommandInput | CreateAccessPointForObjectLambdaCommandInput | CreateBucketCommandInput | CreateJobCommandInput | CreateMultiRegionAccessPointCommandInput | DeleteAccessPointCommandInput | DeleteAccessPointForObjectLambdaCommandInput | DeleteAccessPointPolicyCommandInput | DeleteAccessPointPolicyForObjectLambdaCommandInput | DeleteBucketCommandInput | DeleteBucketLifecycleConfigurationCommandInput | DeleteBucketPolicyCommandInput | DeleteBucketTaggingCommandInput | DeleteJobTaggingCommandInput | DeleteMultiRegionAccessPointCommandInput | DeletePublicAccessBlockCommandInput | DeleteStorageLensConfigurationCommandInput | DeleteStorageLensConfigurationTaggingCommandInput | DescribeJobCommandInput | DescribeMultiRegionAccessPointOperationCommandInput | GetAccessPointCommandInput | GetAccessPointConfigurationForObjectLambdaCommandInput | GetAccessPointForObjectLambdaCommandInput | GetAccessPointPolicyCommandInput | GetAccessPointPolicyForObjectLambdaCommandInput | GetAccessPointPolicyStatusCommandInput | GetAccessPointPolicyStatusForObjectLambdaCommandInput | GetBucketCommandInput | GetBucketLifecycleConfigurationCommandInput | GetBucketPolicyCommandInput | GetBucketTaggingCommandInput | GetJobTaggingCommandInput | GetMultiRegionAccessPointCommandInput | GetMultiRegionAccessPointPolicyCommandInput | GetMultiRegionAccessPointPolicyStatusCommandInput | GetPublicAccessBlockCommandInput | GetStorageLensConfigurationCommandInput | GetStorageLensConfigurationTaggingCommandInput | ListAccessPointsCommandInput | ListAccessPointsForObjectLambdaCommandInput | ListJobsCommandInput | ListMultiRegionAccessPointsCommandInput | ListRegionalBucketsCommandInput | ListStorageLensConfigurationsCommandInput | PutAccessPointConfigurationForObjectLambdaCommandInput | PutAccessPointPolicyCommandInput | PutAccessPointPolicyForObjectLambdaCommandInput | PutBucketLifecycleConfigurationCommandInput | PutBucketPolicyCommandInput | PutBucketTaggingCommandInput | PutJobTaggingCommandInput | PutMultiRegionAccessPointPolicyCommandInput | PutPublicAccessBlockCommandInput | PutStorageLensConfigurationCommandInput | PutStorageLensConfigurationTaggingCommandInput | UpdateJobPriorityCommandInput | UpdateJobStatusCommandInput;
|
|
70
|
-
export declare type ServiceOutputTypes = CreateAccessPointCommandOutput | CreateAccessPointForObjectLambdaCommandOutput | CreateBucketCommandOutput | CreateJobCommandOutput | CreateMultiRegionAccessPointCommandOutput | DeleteAccessPointCommandOutput | DeleteAccessPointForObjectLambdaCommandOutput | DeleteAccessPointPolicyCommandOutput | DeleteAccessPointPolicyForObjectLambdaCommandOutput | DeleteBucketCommandOutput | DeleteBucketLifecycleConfigurationCommandOutput | DeleteBucketPolicyCommandOutput | DeleteBucketTaggingCommandOutput | DeleteJobTaggingCommandOutput | DeleteMultiRegionAccessPointCommandOutput | DeletePublicAccessBlockCommandOutput | DeleteStorageLensConfigurationCommandOutput | DeleteStorageLensConfigurationTaggingCommandOutput | DescribeJobCommandOutput | DescribeMultiRegionAccessPointOperationCommandOutput | GetAccessPointCommandOutput | GetAccessPointConfigurationForObjectLambdaCommandOutput | GetAccessPointForObjectLambdaCommandOutput | GetAccessPointPolicyCommandOutput | GetAccessPointPolicyForObjectLambdaCommandOutput | GetAccessPointPolicyStatusCommandOutput | GetAccessPointPolicyStatusForObjectLambdaCommandOutput | GetBucketCommandOutput | GetBucketLifecycleConfigurationCommandOutput | GetBucketPolicyCommandOutput | GetBucketTaggingCommandOutput | GetJobTaggingCommandOutput | GetMultiRegionAccessPointCommandOutput | GetMultiRegionAccessPointPolicyCommandOutput | GetMultiRegionAccessPointPolicyStatusCommandOutput | GetPublicAccessBlockCommandOutput | GetStorageLensConfigurationCommandOutput | GetStorageLensConfigurationTaggingCommandOutput | ListAccessPointsCommandOutput | ListAccessPointsForObjectLambdaCommandOutput | ListJobsCommandOutput | ListMultiRegionAccessPointsCommandOutput | ListRegionalBucketsCommandOutput | ListStorageLensConfigurationsCommandOutput | PutAccessPointConfigurationForObjectLambdaCommandOutput | PutAccessPointPolicyCommandOutput | PutAccessPointPolicyForObjectLambdaCommandOutput | PutBucketLifecycleConfigurationCommandOutput | PutBucketPolicyCommandOutput | PutBucketTaggingCommandOutput | PutJobTaggingCommandOutput | PutMultiRegionAccessPointPolicyCommandOutput | PutPublicAccessBlockCommandOutput | PutStorageLensConfigurationCommandOutput | PutStorageLensConfigurationTaggingCommandOutput | UpdateJobPriorityCommandOutput | UpdateJobStatusCommandOutput;
|
|
71
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
72
|
-
/**
|
|
73
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
74
|
-
*/
|
|
75
|
-
requestHandler?: __HttpHandler;
|
|
76
|
-
/**
|
|
77
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
78
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
sha256?: __HashConstructor;
|
|
82
|
-
/**
|
|
83
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
urlParser?: __UrlParser;
|
|
87
|
-
/**
|
|
88
|
-
* A function that can calculate the length of a request body.
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
92
|
-
/**
|
|
93
|
-
* A function that converts a stream into an array of bytes.
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
streamCollector?: __StreamCollector;
|
|
97
|
-
/**
|
|
98
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
base64Decoder?: __Decoder;
|
|
102
|
-
/**
|
|
103
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
base64Encoder?: __Encoder;
|
|
107
|
-
/**
|
|
108
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
utf8Decoder?: __Decoder;
|
|
112
|
-
/**
|
|
113
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
utf8Encoder?: __Encoder;
|
|
117
|
-
/**
|
|
118
|
-
* The runtime environment.
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
runtime?: string;
|
|
122
|
-
/**
|
|
123
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
124
|
-
* trait of an operation.
|
|
125
|
-
*/
|
|
126
|
-
disableHostPrefix?: boolean;
|
|
127
|
-
/**
|
|
128
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
129
|
-
*/
|
|
130
|
-
maxAttempts?: number | __Provider<number>;
|
|
131
|
-
/**
|
|
132
|
-
* Specifies which retry algorithm to use.
|
|
133
|
-
*/
|
|
134
|
-
retryMode?: string | __Provider<string>;
|
|
135
|
-
/**
|
|
136
|
-
* Optional logger for logging debug/info/warn/error.
|
|
137
|
-
*/
|
|
138
|
-
logger?: __Logger;
|
|
139
|
-
/**
|
|
140
|
-
* Unique service identifier.
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
serviceId?: string;
|
|
144
|
-
/**
|
|
145
|
-
* The AWS region to which this client will send requests
|
|
146
|
-
*/
|
|
147
|
-
region?: string | __Provider<string>;
|
|
148
|
-
/**
|
|
149
|
-
* Default credentials provider; Not available in browser runtime.
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
153
|
-
/**
|
|
154
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
158
|
-
/**
|
|
159
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
163
|
-
/**
|
|
164
|
-
* A function that, given a hash constructor and a stream, calculates the
|
|
165
|
-
* hash of the streamed value.
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
|
-
streamHasher?: __StreamHasher<Readable> | __StreamHasher<Blob>;
|
|
169
|
-
/**
|
|
170
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
171
|
-
* that computes MD5 hashes.
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
md5?: __HashConstructor;
|
|
175
|
-
}
|
|
176
|
-
declare type S3ControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & S3ControlInputConfig & UserAgentInputConfig;
|
|
177
|
-
/**
|
|
178
|
-
* The configuration interface of S3ControlClient class constructor that set the region, credentials and other options.
|
|
179
|
-
*/
|
|
180
|
-
export interface S3ControlClientConfig extends S3ControlClientConfigType {
|
|
181
|
-
}
|
|
182
|
-
declare type S3ControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & S3ControlResolvedConfig & UserAgentResolvedConfig;
|
|
183
|
-
/**
|
|
184
|
-
* The resolved configuration interface of S3ControlClient class. This is resolved and normalized from the {@link S3ControlClientConfig | constructor configuration interface}.
|
|
185
|
-
*/
|
|
186
|
-
export interface S3ControlClientResolvedConfig extends S3ControlClientResolvedConfigType {
|
|
187
|
-
}
|
|
188
|
-
/**
|
|
189
|
-
* <p>
|
|
190
|
-
* Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
|
191
|
-
*
|
|
192
|
-
* </p>
|
|
193
|
-
*/
|
|
194
|
-
export declare class S3ControlClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, S3ControlClientResolvedConfig> {
|
|
195
|
-
/**
|
|
196
|
-
* The resolved configuration of S3ControlClient class. This is resolved and normalized from the {@link S3ControlClientConfig | constructor configuration interface}.
|
|
197
|
-
*/
|
|
198
|
-
readonly config: S3ControlClientResolvedConfig;
|
|
199
|
-
constructor(configuration: S3ControlClientConfig);
|
|
200
|
-
/**
|
|
201
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
202
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
203
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
204
|
-
*/
|
|
205
|
-
destroy(): void;
|
|
206
|
-
}
|
|
207
|
-
export {};
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { CreateAccessPointRequest, CreateAccessPointResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateAccessPointCommandInput extends CreateAccessPointRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateAccessPointCommandOutput extends CreateAccessPointResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates an access point and associates it with the specified bucket. For more information, see
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing Data Access with Amazon S3 Access
|
|
12
|
-
* Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
13
|
-
* <p></p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>S3 on Outposts only supports VPC-style access points.
|
|
16
|
-
* </p>
|
|
17
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
|
|
18
|
-
* Accessing Amazon S3 on Outposts using virtual private cloud (VPC) only access points</a> in
|
|
19
|
-
* the <i>Amazon S3 User Guide</i>.</p>
|
|
20
|
-
* </note>
|
|
21
|
-
* <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_CreateAccessPoint.html#API_control_CreateAccessPoint_Examples">Examples</a> section.</p>
|
|
22
|
-
* <p></p>
|
|
23
|
-
* <p>The following actions are related to <code>CreateAccessPoint</code>:</p>
|
|
24
|
-
* <ul>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>
|
|
27
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
|
|
28
|
-
* </p>
|
|
29
|
-
* </li>
|
|
30
|
-
* <li>
|
|
31
|
-
* <p>
|
|
32
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
|
|
33
|
-
* </p>
|
|
34
|
-
* </li>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>
|
|
37
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
|
|
38
|
-
* </p>
|
|
39
|
-
* </li>
|
|
40
|
-
* </ul>
|
|
41
|
-
* @example
|
|
42
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
43
|
-
* ```javascript
|
|
44
|
-
* import { S3ControlClient, CreateAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
45
|
-
* // const { S3ControlClient, CreateAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
46
|
-
* const client = new S3ControlClient(config);
|
|
47
|
-
* const command = new CreateAccessPointCommand(input);
|
|
48
|
-
* const response = await client.send(command);
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @see {@link CreateAccessPointCommandInput} for command's `input` shape.
|
|
52
|
-
* @see {@link CreateAccessPointCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
54
|
-
*
|
|
55
|
-
*/
|
|
56
|
-
export declare class CreateAccessPointCommand extends $Command<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
57
|
-
readonly input: CreateAccessPointCommandInput;
|
|
58
|
-
constructor(input: CreateAccessPointCommandInput);
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPointCommandInput, CreateAccessPointCommandOutput>;
|
|
63
|
-
private serialize;
|
|
64
|
-
private deserialize;
|
|
65
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { CreateAccessPointForObjectLambdaRequest, CreateAccessPointForObjectLambdaResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateAccessPointForObjectLambdaCommandInput extends CreateAccessPointForObjectLambdaRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateAccessPointForObjectLambdaCommandOutput extends CreateAccessPointForObjectLambdaResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates an Object Lambda Access Point. For more information, see
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">Transforming objects with Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12
|
-
* <p>The following actions are related to <code>CreateAccessPointForObjectLambda</code>:</p>
|
|
13
|
-
* <ul>
|
|
14
|
-
* <li>
|
|
15
|
-
* <p>
|
|
16
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html">DeleteAccessPointForObjectLambda</a>
|
|
17
|
-
* </p>
|
|
18
|
-
* </li>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>
|
|
21
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html">GetAccessPointForObjectLambda</a>
|
|
22
|
-
* </p>
|
|
23
|
-
* </li>
|
|
24
|
-
* <li>
|
|
25
|
-
* <p>
|
|
26
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html">ListAccessPointsForObjectLambda</a>
|
|
27
|
-
* </p>
|
|
28
|
-
* </li>
|
|
29
|
-
* </ul>
|
|
30
|
-
* @example
|
|
31
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
-
* ```javascript
|
|
33
|
-
* import { S3ControlClient, CreateAccessPointForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
34
|
-
* // const { S3ControlClient, CreateAccessPointForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
35
|
-
* const client = new S3ControlClient(config);
|
|
36
|
-
* const command = new CreateAccessPointForObjectLambdaCommand(input);
|
|
37
|
-
* const response = await client.send(command);
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @see {@link CreateAccessPointForObjectLambdaCommandInput} for command's `input` shape.
|
|
41
|
-
* @see {@link CreateAccessPointForObjectLambdaCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
export declare class CreateAccessPointForObjectLambdaCommand extends $Command<CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
46
|
-
readonly input: CreateAccessPointForObjectLambdaCommandInput;
|
|
47
|
-
constructor(input: CreateAccessPointForObjectLambdaCommandInput);
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput>;
|
|
52
|
-
private serialize;
|
|
53
|
-
private deserialize;
|
|
54
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { CreateBucketRequest, CreateBucketResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateBucketCommandInput extends CreateBucketRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateBucketCommandOutput extends CreateBucketResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This action creates an Amazon S3 on Outposts bucket. To create an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">Create Bucket</a> in the <i>Amazon S3 API Reference</i>.
|
|
12
|
-
* </p>
|
|
13
|
-
* </note>
|
|
14
|
-
* <p>Creates a new Outposts bucket. By creating the bucket, you become the bucket owner. To create an Outposts bucket, you must have S3 on Outposts.
|
|
15
|
-
* 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>
|
|
16
|
-
* <p>Not every string is an acceptable bucket name. For information on bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html#bucketnamingrules">Working with Amazon S3 Buckets</a>.</p>
|
|
17
|
-
* <p>S3 on Outposts buckets support:</p>
|
|
18
|
-
* <ul>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>Tags</p>
|
|
21
|
-
* </li>
|
|
22
|
-
* <li>
|
|
23
|
-
* <p>LifecycleConfigurations for deleting expired objects</p>
|
|
24
|
-
* </li>
|
|
25
|
-
* </ul>
|
|
26
|
-
* <p>For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts,
|
|
27
|
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OnOutpostsRestrictionsLimitations.html">
|
|
28
|
-
* Amazon S3 on Outposts Restrictions and Limitations</a>.</p>
|
|
29
|
-
* <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts
|
|
30
|
-
* endpoint hostname prefix and <code>x-amz-outpost-id</code> in your API request, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html#API_control_CreateBucket_Examples">Examples</a> section.</p>
|
|
31
|
-
*
|
|
32
|
-
* <p>The following actions are related to <code>CreateBucket</code> for Amazon S3 on Outposts:</p>
|
|
33
|
-
* <ul>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>
|
|
36
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
|
|
37
|
-
* </p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>
|
|
41
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html">GetBucket</a>
|
|
42
|
-
* </p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>
|
|
46
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html">DeleteBucket</a>
|
|
47
|
-
* </p>
|
|
48
|
-
* </li>
|
|
49
|
-
* <li>
|
|
50
|
-
* <p>
|
|
51
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
|
|
52
|
-
* </p>
|
|
53
|
-
* </li>
|
|
54
|
-
* <li>
|
|
55
|
-
* <p>
|
|
56
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html">PutAccessPointPolicy</a>
|
|
57
|
-
* </p>
|
|
58
|
-
* </li>
|
|
59
|
-
* </ul>
|
|
60
|
-
* @example
|
|
61
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
62
|
-
* ```javascript
|
|
63
|
-
* import { S3ControlClient, CreateBucketCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
64
|
-
* // const { S3ControlClient, CreateBucketCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
65
|
-
* const client = new S3ControlClient(config);
|
|
66
|
-
* const command = new CreateBucketCommand(input);
|
|
67
|
-
* const response = await client.send(command);
|
|
68
|
-
* ```
|
|
69
|
-
*
|
|
70
|
-
* @see {@link CreateBucketCommandInput} for command's `input` shape.
|
|
71
|
-
* @see {@link CreateBucketCommandOutput} for command's `response` shape.
|
|
72
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
73
|
-
*
|
|
74
|
-
*/
|
|
75
|
-
export declare class CreateBucketCommand extends $Command<CreateBucketCommandInput, CreateBucketCommandOutput, S3ControlClientResolvedConfig> {
|
|
76
|
-
readonly input: CreateBucketCommandInput;
|
|
77
|
-
constructor(input: CreateBucketCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBucketCommandInput, CreateBucketCommandOutput>;
|
|
82
|
-
private serialize;
|
|
83
|
-
private deserialize;
|
|
84
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { CreateJobRequest, CreateJobResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateJobCommandInput extends CreateJobRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects. Batch Operations can run a
|
|
11
|
-
* single action on lists of Amazon S3 objects that you specify. For more information,
|
|
12
|
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html">S3 Batch Operations</a> in the
|
|
13
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
14
|
-
* <p>This action creates a S3 Batch Operations job.</p>
|
|
15
|
-
* <p></p>
|
|
16
|
-
* <p>Related actions include:</p>
|
|
17
|
-
* <ul>
|
|
18
|
-
* <li>
|
|
19
|
-
* <p>
|
|
20
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
|
|
21
|
-
* </p>
|
|
22
|
-
* </li>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>
|
|
25
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html">ListJobs</a>
|
|
26
|
-
* </p>
|
|
27
|
-
* </li>
|
|
28
|
-
* <li>
|
|
29
|
-
* <p>
|
|
30
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html">UpdateJobPriority</a>
|
|
31
|
-
* </p>
|
|
32
|
-
* </li>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>
|
|
35
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
|
|
36
|
-
* </p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>
|
|
40
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_JobOperation.html">JobOperation</a>
|
|
41
|
-
* </p>
|
|
42
|
-
* </li>
|
|
43
|
-
* </ul>
|
|
44
|
-
* @example
|
|
45
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
46
|
-
* ```javascript
|
|
47
|
-
* import { S3ControlClient, CreateJobCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
48
|
-
* // const { S3ControlClient, CreateJobCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
49
|
-
* const client = new S3ControlClient(config);
|
|
50
|
-
* const command = new CreateJobCommand(input);
|
|
51
|
-
* const response = await client.send(command);
|
|
52
|
-
* ```
|
|
53
|
-
*
|
|
54
|
-
* @see {@link CreateJobCommandInput} for command's `input` shape.
|
|
55
|
-
* @see {@link CreateJobCommandOutput} for command's `response` shape.
|
|
56
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
57
|
-
*
|
|
58
|
-
*/
|
|
59
|
-
export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, S3ControlClientResolvedConfig> {
|
|
60
|
-
readonly input: CreateJobCommandInput;
|
|
61
|
-
constructor(input: CreateJobCommandInput);
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateJobCommandInput, CreateJobCommandOutput>;
|
|
66
|
-
private serialize;
|
|
67
|
-
private deserialize;
|
|
68
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { CreateMultiRegionAccessPointRequest, CreateMultiRegionAccessPointResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateMultiRegionAccessPointCommandInput extends CreateMultiRegionAccessPointRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateMultiRegionAccessPointCommandOutput extends CreateMultiRegionAccessPointResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information about creating Multi-Region Access Points, see
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating
|
|
12
|
-
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
13
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
14
|
-
* information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
15
|
-
* Multi-Region Access Points</a> in the
|
|
16
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
17
|
-
* <p>This request is asynchronous, meaning that you might receive a response before the
|
|
18
|
-
* command has completed. When this request provides a response, it provides a token that
|
|
19
|
-
* you can use to monitor the status of the request with
|
|
20
|
-
* <code>DescribeMultiRegionAccessPointOperation</code>.</p>
|
|
21
|
-
* <p>The following actions are related to <code>CreateMultiRegionAccessPoint</code>:</p>
|
|
22
|
-
* <ul>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>
|
|
25
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
|
|
26
|
-
* </p>
|
|
27
|
-
* </li>
|
|
28
|
-
* <li>
|
|
29
|
-
* <p>
|
|
30
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
|
|
31
|
-
* </p>
|
|
32
|
-
* </li>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>
|
|
35
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
|
|
36
|
-
* </p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>
|
|
40
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
|
|
41
|
-
* </p>
|
|
42
|
-
* </li>
|
|
43
|
-
* </ul>
|
|
44
|
-
* @example
|
|
45
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
46
|
-
* ```javascript
|
|
47
|
-
* import { S3ControlClient, CreateMultiRegionAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
48
|
-
* // const { S3ControlClient, CreateMultiRegionAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
49
|
-
* const client = new S3ControlClient(config);
|
|
50
|
-
* const command = new CreateMultiRegionAccessPointCommand(input);
|
|
51
|
-
* const response = await client.send(command);
|
|
52
|
-
* ```
|
|
53
|
-
*
|
|
54
|
-
* @see {@link CreateMultiRegionAccessPointCommandInput} for command's `input` shape.
|
|
55
|
-
* @see {@link CreateMultiRegionAccessPointCommandOutput} for command's `response` shape.
|
|
56
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
57
|
-
*
|
|
58
|
-
*/
|
|
59
|
-
export declare class CreateMultiRegionAccessPointCommand extends $Command<CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
60
|
-
readonly input: CreateMultiRegionAccessPointCommandInput;
|
|
61
|
-
constructor(input: CreateMultiRegionAccessPointCommandInput);
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput>;
|
|
66
|
-
private serialize;
|
|
67
|
-
private deserialize;
|
|
68
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
2
|
-
import { DeleteAccessPointRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteAccessPointCommandInput extends DeleteAccessPointRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified access point.</p>
|
|
11
|
-
*
|
|
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_DeleteAccessPoint.html#API_control_DeleteAccessPoint_Examples">Examples</a> section.</p>
|
|
13
|
-
* <p>The following actions are related to <code>DeleteAccessPoint</code>:</p>
|
|
14
|
-
* <ul>
|
|
15
|
-
* <li>
|
|
16
|
-
* <p>
|
|
17
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
|
|
18
|
-
* </p>
|
|
19
|
-
* </li>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>
|
|
22
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
|
|
23
|
-
* </p>
|
|
24
|
-
* </li>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>
|
|
27
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
|
|
28
|
-
* </p>
|
|
29
|
-
* </li>
|
|
30
|
-
* </ul>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { S3ControlClient, DeleteAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
35
|
-
* // const { S3ControlClient, DeleteAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
36
|
-
* const client = new S3ControlClient(config);
|
|
37
|
-
* const command = new DeleteAccessPointCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link DeleteAccessPointCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link DeleteAccessPointCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export declare class DeleteAccessPointCommand extends $Command<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
47
|
-
readonly input: DeleteAccessPointCommandInput;
|
|
48
|
-
constructor(input: DeleteAccessPointCommandInput);
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput>;
|
|
53
|
-
private serialize;
|
|
54
|
-
private deserialize;
|
|
55
|
-
}
|