@aws-sdk/client-s3-control 3.31.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 +39 -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/endpoints.js +175 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +71 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -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/runtimeConfig.native.js +20 -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/endpoints.js +171 -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/models/models_0.js +912 -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/runtimeConfig.native.js +9 -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/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -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/ts3.4/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +43 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +41 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +57 -57
- 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 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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 +0 -175
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -71
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- 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 +0 -20
- 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 -872
- package/dist/es/S3Control.js.map +0 -1
- package/dist/es/S3Control.spec.js +0 -151
- package/dist/es/S3Control.spec.js.map +0 -1
- package/dist/es/S3ControlClient.js +0 -51
- package/dist/es/S3ControlClient.js.map +0 -1
- package/dist/es/commands/CreateAccessPointCommand.js +0 -97
- package/dist/es/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js +0 -86
- package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/CreateBucketCommand.js +0 -118
- package/dist/es/commands/CreateBucketCommand.js.map +0 -1
- package/dist/es/commands/CreateJobCommand.js +0 -100
- package/dist/es/commands/CreateJobCommand.js.map +0 -1
- package/dist/es/commands/CreateMultiRegionAccessPointCommand.js +0 -102
- package/dist/es/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointCommand.js +0 -87
- package/dist/es/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -85
- package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointPolicyCommand.js +0 -82
- package/dist/es/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -80
- package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketCommand.js +0 -95
- package/dist/es/commands/DeleteBucketCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -95
- package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketPolicyCommand.js +0 -107
- package/dist/es/commands/DeleteBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketTaggingCommand.js +0 -93
- package/dist/es/commands/DeleteBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/DeleteJobTaggingCommand.js +0 -89
- package/dist/es/commands/DeleteJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js +0 -101
- package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeletePublicAccessBlockCommand.js +0 -82
- package/dist/es/commands/DeletePublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/DeleteStorageLensConfigurationCommand.js +0 -76
- package/dist/es/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -76
- package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/DescribeJobCommand.js +0 -93
- package/dist/es/commands/DescribeJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -95
- package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointCommand.js +0 -88
- package/dist/es/commands/GetAccessPointCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -75
- package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js +0 -85
- package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyCommand.js +0 -80
- package/dist/es/commands/GetAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -80
- package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyStatusCommand.js +0 -67
- package/dist/es/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -67
- package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetBucketCommand.js +0 -97
- package/dist/es/commands/GetBucketCommand.js.map +0 -1
- package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js +0 -115
- package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetBucketPolicyCommand.js +0 -107
- package/dist/es/commands/GetBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetBucketTaggingCommand.js +0 -105
- package/dist/es/commands/GetBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/GetJobTaggingCommand.js +0 -90
- package/dist/es/commands/GetJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointCommand.js +0 -96
- package/dist/es/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -86
- package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -87
- package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/es/commands/GetPublicAccessBlockCommand.js +0 -82
- package/dist/es/commands/GetPublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/GetStorageLensConfigurationCommand.js +0 -76
- package/dist/es/commands/GetStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js +0 -75
- package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPointsCommand.js +0 -90
- package/dist/es/commands/ListAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js +0 -88
- package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/ListJobsCommand.js +0 -93
- package/dist/es/commands/ListJobsCommand.js.map +0 -1
- package/dist/es/commands/ListMultiRegionAccessPointsCommand.js +0 -98
- package/dist/es/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/ListRegionalBucketsCommand.js +0 -71
- package/dist/es/commands/ListRegionalBucketsCommand.js.map +0 -1
- package/dist/es/commands/ListStorageLensConfigurationsCommand.js +0 -76
- package/dist/es/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -75
- package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointPolicyCommand.js +0 -83
- package/dist/es/commands/PutAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -81
- package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js +0 -91
- package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutBucketPolicyCommand.js +0 -107
- package/dist/es/commands/PutBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutBucketTaggingCommand.js +0 -152
- package/dist/es/commands/PutBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/PutJobTaggingCommand.js +0 -129
- package/dist/es/commands/PutJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -88
- package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutPublicAccessBlockCommand.js +0 -82
- package/dist/es/commands/PutPublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/PutStorageLensConfigurationCommand.js +0 -74
- package/dist/es/commands/PutStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js +0 -76
- package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/UpdateJobPriorityCommand.js +0 -92
- package/dist/es/commands/UpdateJobPriorityCommand.js.map +0 -1
- package/dist/es/commands/UpdateJobStatusCommand.js +0 -93
- package/dist/es/commands/UpdateJobStatusCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -171
- 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 +0 -1473
- 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 -87
- package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
- package/dist/es/pagination/ListAccessPointsPaginator.js +0 -87
- package/dist/es/pagination/ListAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListJobsPaginator.js +0 -87
- package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js +0 -87
- package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRegionalBucketsPaginator.js +0 -87
- package/dist/es/pagination/ListRegionalBucketsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js +0 -86
- package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -8845
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -22
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -26
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- 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.browser.d.ts +0 -41
- package/dist/types/runtimeConfig.d.ts +0 -42
- package/dist/types/runtimeConfig.native.d.ts +0 -40
- 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.browser.d.ts +0 -41
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -42
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -40
- package/endpoints.ts +0 -175
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAccessPointsForObjectLambdaPaginator.ts +0 -58
- package/pagination/ListAccessPointsPaginator.ts +0 -58
- package/pagination/ListJobsPaginator.ts +0 -54
- package/pagination/ListMultiRegionAccessPointsPaginator.ts +0 -58
- package/pagination/ListRegionalBucketsPaginator.ts +0 -58
- package/pagination/ListStorageLensConfigurationsPaginator.ts +0 -57
- package/protocols/Aws_restXml.ts +0 -9443
- package/runtimeConfig.browser.ts +0 -44
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -49
|
@@ -0,0 +1,545 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
resolveEndpointsConfig,
|
|
7
|
+
resolveRegionConfig,
|
|
8
|
+
} from "@aws-sdk/config-resolver";
|
|
9
|
+
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
10
|
+
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
12
|
+
HostHeaderInputConfig,
|
|
13
|
+
HostHeaderResolvedConfig,
|
|
14
|
+
resolveHostHeaderConfig,
|
|
15
|
+
} from "@aws-sdk/middleware-host-header";
|
|
16
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
18
|
+
import {
|
|
19
|
+
resolveS3ControlConfig,
|
|
20
|
+
S3ControlInputConfig,
|
|
21
|
+
S3ControlResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-sdk-s3-control";
|
|
23
|
+
import {
|
|
24
|
+
AwsAuthInputConfig,
|
|
25
|
+
AwsAuthResolvedConfig,
|
|
26
|
+
getAwsAuthPlugin,
|
|
27
|
+
resolveAwsAuthConfig,
|
|
28
|
+
} from "@aws-sdk/middleware-signing";
|
|
29
|
+
import {
|
|
30
|
+
getUserAgentPlugin,
|
|
31
|
+
resolveUserAgentConfig,
|
|
32
|
+
UserAgentInputConfig,
|
|
33
|
+
UserAgentResolvedConfig,
|
|
34
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
35
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
36
|
+
import {
|
|
37
|
+
Client as __Client,
|
|
38
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
39
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
40
|
+
} from "@aws-sdk/smithy-client";
|
|
41
|
+
import {
|
|
42
|
+
Credentials as __Credentials,
|
|
43
|
+
Decoder as __Decoder,
|
|
44
|
+
Encoder as __Encoder,
|
|
45
|
+
Hash as __Hash,
|
|
46
|
+
HashConstructor as __HashConstructor,
|
|
47
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
48
|
+
Logger as __Logger,
|
|
49
|
+
Provider as __Provider,
|
|
50
|
+
Provider,
|
|
51
|
+
RegionInfoProvider,
|
|
52
|
+
StreamCollector as __StreamCollector,
|
|
53
|
+
StreamHasher as __StreamHasher,
|
|
54
|
+
UrlParser as __UrlParser,
|
|
55
|
+
UserAgent as __UserAgent,
|
|
56
|
+
} from "@aws-sdk/types";
|
|
57
|
+
import { Readable } from "stream";
|
|
58
|
+
|
|
59
|
+
import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateAccessPointForObjectLambdaCommandInput,
|
|
62
|
+
CreateAccessPointForObjectLambdaCommandOutput,
|
|
63
|
+
} from "./commands/CreateAccessPointForObjectLambdaCommand";
|
|
64
|
+
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
|
|
65
|
+
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateMultiRegionAccessPointCommandInput,
|
|
68
|
+
CreateMultiRegionAccessPointCommandOutput,
|
|
69
|
+
} from "./commands/CreateMultiRegionAccessPointCommand";
|
|
70
|
+
import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "./commands/DeleteAccessPointCommand";
|
|
71
|
+
import {
|
|
72
|
+
DeleteAccessPointForObjectLambdaCommandInput,
|
|
73
|
+
DeleteAccessPointForObjectLambdaCommandOutput,
|
|
74
|
+
} from "./commands/DeleteAccessPointForObjectLambdaCommand";
|
|
75
|
+
import {
|
|
76
|
+
DeleteAccessPointPolicyCommandInput,
|
|
77
|
+
DeleteAccessPointPolicyCommandOutput,
|
|
78
|
+
} from "./commands/DeleteAccessPointPolicyCommand";
|
|
79
|
+
import {
|
|
80
|
+
DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
81
|
+
DeleteAccessPointPolicyForObjectLambdaCommandOutput,
|
|
82
|
+
} from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
83
|
+
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
|
|
84
|
+
import {
|
|
85
|
+
DeleteBucketLifecycleConfigurationCommandInput,
|
|
86
|
+
DeleteBucketLifecycleConfigurationCommandOutput,
|
|
87
|
+
} from "./commands/DeleteBucketLifecycleConfigurationCommand";
|
|
88
|
+
import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteBucketTaggingCommandInput,
|
|
91
|
+
DeleteBucketTaggingCommandOutput,
|
|
92
|
+
} from "./commands/DeleteBucketTaggingCommand";
|
|
93
|
+
import { DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput } from "./commands/DeleteJobTaggingCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteMultiRegionAccessPointCommandInput,
|
|
96
|
+
DeleteMultiRegionAccessPointCommandOutput,
|
|
97
|
+
} from "./commands/DeleteMultiRegionAccessPointCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeletePublicAccessBlockCommandInput,
|
|
100
|
+
DeletePublicAccessBlockCommandOutput,
|
|
101
|
+
} from "./commands/DeletePublicAccessBlockCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteStorageLensConfigurationCommandInput,
|
|
104
|
+
DeleteStorageLensConfigurationCommandOutput,
|
|
105
|
+
} from "./commands/DeleteStorageLensConfigurationCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteStorageLensConfigurationTaggingCommandInput,
|
|
108
|
+
DeleteStorageLensConfigurationTaggingCommandOutput,
|
|
109
|
+
} from "./commands/DeleteStorageLensConfigurationTaggingCommand";
|
|
110
|
+
import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
|
|
111
|
+
import {
|
|
112
|
+
DescribeMultiRegionAccessPointOperationCommandInput,
|
|
113
|
+
DescribeMultiRegionAccessPointOperationCommandOutput,
|
|
114
|
+
} from "./commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
115
|
+
import { GetAccessPointCommandInput, GetAccessPointCommandOutput } from "./commands/GetAccessPointCommand";
|
|
116
|
+
import {
|
|
117
|
+
GetAccessPointConfigurationForObjectLambdaCommandInput,
|
|
118
|
+
GetAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
119
|
+
} from "./commands/GetAccessPointConfigurationForObjectLambdaCommand";
|
|
120
|
+
import {
|
|
121
|
+
GetAccessPointForObjectLambdaCommandInput,
|
|
122
|
+
GetAccessPointForObjectLambdaCommandOutput,
|
|
123
|
+
} from "./commands/GetAccessPointForObjectLambdaCommand";
|
|
124
|
+
import {
|
|
125
|
+
GetAccessPointPolicyCommandInput,
|
|
126
|
+
GetAccessPointPolicyCommandOutput,
|
|
127
|
+
} from "./commands/GetAccessPointPolicyCommand";
|
|
128
|
+
import {
|
|
129
|
+
GetAccessPointPolicyForObjectLambdaCommandInput,
|
|
130
|
+
GetAccessPointPolicyForObjectLambdaCommandOutput,
|
|
131
|
+
} from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
|
|
132
|
+
import {
|
|
133
|
+
GetAccessPointPolicyStatusCommandInput,
|
|
134
|
+
GetAccessPointPolicyStatusCommandOutput,
|
|
135
|
+
} from "./commands/GetAccessPointPolicyStatusCommand";
|
|
136
|
+
import {
|
|
137
|
+
GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
138
|
+
GetAccessPointPolicyStatusForObjectLambdaCommandOutput,
|
|
139
|
+
} from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
140
|
+
import { GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetBucketLifecycleConfigurationCommandInput,
|
|
143
|
+
GetBucketLifecycleConfigurationCommandOutput,
|
|
144
|
+
} from "./commands/GetBucketLifecycleConfigurationCommand";
|
|
145
|
+
import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "./commands/GetBucketPolicyCommand";
|
|
146
|
+
import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "./commands/GetBucketTaggingCommand";
|
|
147
|
+
import { GetJobTaggingCommandInput, GetJobTaggingCommandOutput } from "./commands/GetJobTaggingCommand";
|
|
148
|
+
import {
|
|
149
|
+
GetMultiRegionAccessPointCommandInput,
|
|
150
|
+
GetMultiRegionAccessPointCommandOutput,
|
|
151
|
+
} from "./commands/GetMultiRegionAccessPointCommand";
|
|
152
|
+
import {
|
|
153
|
+
GetMultiRegionAccessPointPolicyCommandInput,
|
|
154
|
+
GetMultiRegionAccessPointPolicyCommandOutput,
|
|
155
|
+
} from "./commands/GetMultiRegionAccessPointPolicyCommand";
|
|
156
|
+
import {
|
|
157
|
+
GetMultiRegionAccessPointPolicyStatusCommandInput,
|
|
158
|
+
GetMultiRegionAccessPointPolicyStatusCommandOutput,
|
|
159
|
+
} from "./commands/GetMultiRegionAccessPointPolicyStatusCommand";
|
|
160
|
+
import {
|
|
161
|
+
GetPublicAccessBlockCommandInput,
|
|
162
|
+
GetPublicAccessBlockCommandOutput,
|
|
163
|
+
} from "./commands/GetPublicAccessBlockCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetStorageLensConfigurationCommandInput,
|
|
166
|
+
GetStorageLensConfigurationCommandOutput,
|
|
167
|
+
} from "./commands/GetStorageLensConfigurationCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetStorageLensConfigurationTaggingCommandInput,
|
|
170
|
+
GetStorageLensConfigurationTaggingCommandOutput,
|
|
171
|
+
} from "./commands/GetStorageLensConfigurationTaggingCommand";
|
|
172
|
+
import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "./commands/ListAccessPointsCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListAccessPointsForObjectLambdaCommandInput,
|
|
175
|
+
ListAccessPointsForObjectLambdaCommandOutput,
|
|
176
|
+
} from "./commands/ListAccessPointsForObjectLambdaCommand";
|
|
177
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListMultiRegionAccessPointsCommandInput,
|
|
180
|
+
ListMultiRegionAccessPointsCommandOutput,
|
|
181
|
+
} from "./commands/ListMultiRegionAccessPointsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListRegionalBucketsCommandInput,
|
|
184
|
+
ListRegionalBucketsCommandOutput,
|
|
185
|
+
} from "./commands/ListRegionalBucketsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListStorageLensConfigurationsCommandInput,
|
|
188
|
+
ListStorageLensConfigurationsCommandOutput,
|
|
189
|
+
} from "./commands/ListStorageLensConfigurationsCommand";
|
|
190
|
+
import {
|
|
191
|
+
PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
192
|
+
PutAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
193
|
+
} from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
194
|
+
import {
|
|
195
|
+
PutAccessPointPolicyCommandInput,
|
|
196
|
+
PutAccessPointPolicyCommandOutput,
|
|
197
|
+
} from "./commands/PutAccessPointPolicyCommand";
|
|
198
|
+
import {
|
|
199
|
+
PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
200
|
+
PutAccessPointPolicyForObjectLambdaCommandOutput,
|
|
201
|
+
} from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
202
|
+
import {
|
|
203
|
+
PutBucketLifecycleConfigurationCommandInput,
|
|
204
|
+
PutBucketLifecycleConfigurationCommandOutput,
|
|
205
|
+
} from "./commands/PutBucketLifecycleConfigurationCommand";
|
|
206
|
+
import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "./commands/PutBucketPolicyCommand";
|
|
207
|
+
import { PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput } from "./commands/PutBucketTaggingCommand";
|
|
208
|
+
import { PutJobTaggingCommandInput, PutJobTaggingCommandOutput } from "./commands/PutJobTaggingCommand";
|
|
209
|
+
import {
|
|
210
|
+
PutMultiRegionAccessPointPolicyCommandInput,
|
|
211
|
+
PutMultiRegionAccessPointPolicyCommandOutput,
|
|
212
|
+
} from "./commands/PutMultiRegionAccessPointPolicyCommand";
|
|
213
|
+
import {
|
|
214
|
+
PutPublicAccessBlockCommandInput,
|
|
215
|
+
PutPublicAccessBlockCommandOutput,
|
|
216
|
+
} from "./commands/PutPublicAccessBlockCommand";
|
|
217
|
+
import {
|
|
218
|
+
PutStorageLensConfigurationCommandInput,
|
|
219
|
+
PutStorageLensConfigurationCommandOutput,
|
|
220
|
+
} from "./commands/PutStorageLensConfigurationCommand";
|
|
221
|
+
import {
|
|
222
|
+
PutStorageLensConfigurationTaggingCommandInput,
|
|
223
|
+
PutStorageLensConfigurationTaggingCommandOutput,
|
|
224
|
+
} from "./commands/PutStorageLensConfigurationTaggingCommand";
|
|
225
|
+
import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "./commands/UpdateJobPriorityCommand";
|
|
226
|
+
import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "./commands/UpdateJobStatusCommand";
|
|
227
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
228
|
+
|
|
229
|
+
export type ServiceInputTypes =
|
|
230
|
+
| CreateAccessPointCommandInput
|
|
231
|
+
| CreateAccessPointForObjectLambdaCommandInput
|
|
232
|
+
| CreateBucketCommandInput
|
|
233
|
+
| CreateJobCommandInput
|
|
234
|
+
| CreateMultiRegionAccessPointCommandInput
|
|
235
|
+
| DeleteAccessPointCommandInput
|
|
236
|
+
| DeleteAccessPointForObjectLambdaCommandInput
|
|
237
|
+
| DeleteAccessPointPolicyCommandInput
|
|
238
|
+
| DeleteAccessPointPolicyForObjectLambdaCommandInput
|
|
239
|
+
| DeleteBucketCommandInput
|
|
240
|
+
| DeleteBucketLifecycleConfigurationCommandInput
|
|
241
|
+
| DeleteBucketPolicyCommandInput
|
|
242
|
+
| DeleteBucketTaggingCommandInput
|
|
243
|
+
| DeleteJobTaggingCommandInput
|
|
244
|
+
| DeleteMultiRegionAccessPointCommandInput
|
|
245
|
+
| DeletePublicAccessBlockCommandInput
|
|
246
|
+
| DeleteStorageLensConfigurationCommandInput
|
|
247
|
+
| DeleteStorageLensConfigurationTaggingCommandInput
|
|
248
|
+
| DescribeJobCommandInput
|
|
249
|
+
| DescribeMultiRegionAccessPointOperationCommandInput
|
|
250
|
+
| GetAccessPointCommandInput
|
|
251
|
+
| GetAccessPointConfigurationForObjectLambdaCommandInput
|
|
252
|
+
| GetAccessPointForObjectLambdaCommandInput
|
|
253
|
+
| GetAccessPointPolicyCommandInput
|
|
254
|
+
| GetAccessPointPolicyForObjectLambdaCommandInput
|
|
255
|
+
| GetAccessPointPolicyStatusCommandInput
|
|
256
|
+
| GetAccessPointPolicyStatusForObjectLambdaCommandInput
|
|
257
|
+
| GetBucketCommandInput
|
|
258
|
+
| GetBucketLifecycleConfigurationCommandInput
|
|
259
|
+
| GetBucketPolicyCommandInput
|
|
260
|
+
| GetBucketTaggingCommandInput
|
|
261
|
+
| GetJobTaggingCommandInput
|
|
262
|
+
| GetMultiRegionAccessPointCommandInput
|
|
263
|
+
| GetMultiRegionAccessPointPolicyCommandInput
|
|
264
|
+
| GetMultiRegionAccessPointPolicyStatusCommandInput
|
|
265
|
+
| GetPublicAccessBlockCommandInput
|
|
266
|
+
| GetStorageLensConfigurationCommandInput
|
|
267
|
+
| GetStorageLensConfigurationTaggingCommandInput
|
|
268
|
+
| ListAccessPointsCommandInput
|
|
269
|
+
| ListAccessPointsForObjectLambdaCommandInput
|
|
270
|
+
| ListJobsCommandInput
|
|
271
|
+
| ListMultiRegionAccessPointsCommandInput
|
|
272
|
+
| ListRegionalBucketsCommandInput
|
|
273
|
+
| ListStorageLensConfigurationsCommandInput
|
|
274
|
+
| PutAccessPointConfigurationForObjectLambdaCommandInput
|
|
275
|
+
| PutAccessPointPolicyCommandInput
|
|
276
|
+
| PutAccessPointPolicyForObjectLambdaCommandInput
|
|
277
|
+
| PutBucketLifecycleConfigurationCommandInput
|
|
278
|
+
| PutBucketPolicyCommandInput
|
|
279
|
+
| PutBucketTaggingCommandInput
|
|
280
|
+
| PutJobTaggingCommandInput
|
|
281
|
+
| PutMultiRegionAccessPointPolicyCommandInput
|
|
282
|
+
| PutPublicAccessBlockCommandInput
|
|
283
|
+
| PutStorageLensConfigurationCommandInput
|
|
284
|
+
| PutStorageLensConfigurationTaggingCommandInput
|
|
285
|
+
| UpdateJobPriorityCommandInput
|
|
286
|
+
| UpdateJobStatusCommandInput;
|
|
287
|
+
|
|
288
|
+
export type ServiceOutputTypes =
|
|
289
|
+
| CreateAccessPointCommandOutput
|
|
290
|
+
| CreateAccessPointForObjectLambdaCommandOutput
|
|
291
|
+
| CreateBucketCommandOutput
|
|
292
|
+
| CreateJobCommandOutput
|
|
293
|
+
| CreateMultiRegionAccessPointCommandOutput
|
|
294
|
+
| DeleteAccessPointCommandOutput
|
|
295
|
+
| DeleteAccessPointForObjectLambdaCommandOutput
|
|
296
|
+
| DeleteAccessPointPolicyCommandOutput
|
|
297
|
+
| DeleteAccessPointPolicyForObjectLambdaCommandOutput
|
|
298
|
+
| DeleteBucketCommandOutput
|
|
299
|
+
| DeleteBucketLifecycleConfigurationCommandOutput
|
|
300
|
+
| DeleteBucketPolicyCommandOutput
|
|
301
|
+
| DeleteBucketTaggingCommandOutput
|
|
302
|
+
| DeleteJobTaggingCommandOutput
|
|
303
|
+
| DeleteMultiRegionAccessPointCommandOutput
|
|
304
|
+
| DeletePublicAccessBlockCommandOutput
|
|
305
|
+
| DeleteStorageLensConfigurationCommandOutput
|
|
306
|
+
| DeleteStorageLensConfigurationTaggingCommandOutput
|
|
307
|
+
| DescribeJobCommandOutput
|
|
308
|
+
| DescribeMultiRegionAccessPointOperationCommandOutput
|
|
309
|
+
| GetAccessPointCommandOutput
|
|
310
|
+
| GetAccessPointConfigurationForObjectLambdaCommandOutput
|
|
311
|
+
| GetAccessPointForObjectLambdaCommandOutput
|
|
312
|
+
| GetAccessPointPolicyCommandOutput
|
|
313
|
+
| GetAccessPointPolicyForObjectLambdaCommandOutput
|
|
314
|
+
| GetAccessPointPolicyStatusCommandOutput
|
|
315
|
+
| GetAccessPointPolicyStatusForObjectLambdaCommandOutput
|
|
316
|
+
| GetBucketCommandOutput
|
|
317
|
+
| GetBucketLifecycleConfigurationCommandOutput
|
|
318
|
+
| GetBucketPolicyCommandOutput
|
|
319
|
+
| GetBucketTaggingCommandOutput
|
|
320
|
+
| GetJobTaggingCommandOutput
|
|
321
|
+
| GetMultiRegionAccessPointCommandOutput
|
|
322
|
+
| GetMultiRegionAccessPointPolicyCommandOutput
|
|
323
|
+
| GetMultiRegionAccessPointPolicyStatusCommandOutput
|
|
324
|
+
| GetPublicAccessBlockCommandOutput
|
|
325
|
+
| GetStorageLensConfigurationCommandOutput
|
|
326
|
+
| GetStorageLensConfigurationTaggingCommandOutput
|
|
327
|
+
| ListAccessPointsCommandOutput
|
|
328
|
+
| ListAccessPointsForObjectLambdaCommandOutput
|
|
329
|
+
| ListJobsCommandOutput
|
|
330
|
+
| ListMultiRegionAccessPointsCommandOutput
|
|
331
|
+
| ListRegionalBucketsCommandOutput
|
|
332
|
+
| ListStorageLensConfigurationsCommandOutput
|
|
333
|
+
| PutAccessPointConfigurationForObjectLambdaCommandOutput
|
|
334
|
+
| PutAccessPointPolicyCommandOutput
|
|
335
|
+
| PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
336
|
+
| PutBucketLifecycleConfigurationCommandOutput
|
|
337
|
+
| PutBucketPolicyCommandOutput
|
|
338
|
+
| PutBucketTaggingCommandOutput
|
|
339
|
+
| PutJobTaggingCommandOutput
|
|
340
|
+
| PutMultiRegionAccessPointPolicyCommandOutput
|
|
341
|
+
| PutPublicAccessBlockCommandOutput
|
|
342
|
+
| PutStorageLensConfigurationCommandOutput
|
|
343
|
+
| PutStorageLensConfigurationTaggingCommandOutput
|
|
344
|
+
| UpdateJobPriorityCommandOutput
|
|
345
|
+
| UpdateJobStatusCommandOutput;
|
|
346
|
+
|
|
347
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
348
|
+
/**
|
|
349
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
350
|
+
*/
|
|
351
|
+
requestHandler?: __HttpHandler;
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* A constructor for a class implementing the {@link __Hash} interface
|
|
355
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
356
|
+
* @internal
|
|
357
|
+
*/
|
|
358
|
+
sha256?: __HashConstructor;
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
362
|
+
* @internal
|
|
363
|
+
*/
|
|
364
|
+
urlParser?: __UrlParser;
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* A function that can calculate the length of a request body.
|
|
368
|
+
* @internal
|
|
369
|
+
*/
|
|
370
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* A function that converts a stream into an array of bytes.
|
|
374
|
+
* @internal
|
|
375
|
+
*/
|
|
376
|
+
streamCollector?: __StreamCollector;
|
|
377
|
+
|
|
378
|
+
/**
|
|
379
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
380
|
+
* @internal
|
|
381
|
+
*/
|
|
382
|
+
base64Decoder?: __Decoder;
|
|
383
|
+
|
|
384
|
+
/**
|
|
385
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
386
|
+
* @internal
|
|
387
|
+
*/
|
|
388
|
+
base64Encoder?: __Encoder;
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
392
|
+
* @internal
|
|
393
|
+
*/
|
|
394
|
+
utf8Decoder?: __Decoder;
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
398
|
+
* @internal
|
|
399
|
+
*/
|
|
400
|
+
utf8Encoder?: __Encoder;
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* The runtime environment.
|
|
404
|
+
* @internal
|
|
405
|
+
*/
|
|
406
|
+
runtime?: string;
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
410
|
+
* trait of an operation.
|
|
411
|
+
*/
|
|
412
|
+
disableHostPrefix?: boolean;
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
416
|
+
*/
|
|
417
|
+
maxAttempts?: number | __Provider<number>;
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* Specifies which retry algorithm to use.
|
|
421
|
+
*/
|
|
422
|
+
retryMode?: string | __Provider<string>;
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* Optional logger for logging debug/info/warn/error.
|
|
426
|
+
*/
|
|
427
|
+
logger?: __Logger;
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* Unique service identifier.
|
|
431
|
+
* @internal
|
|
432
|
+
*/
|
|
433
|
+
serviceId?: string;
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* The AWS region to which this client will send requests
|
|
437
|
+
*/
|
|
438
|
+
region?: string | __Provider<string>;
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* Default credentials provider; Not available in browser runtime.
|
|
442
|
+
* @internal
|
|
443
|
+
*/
|
|
444
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* Fetch related hostname, signing name or signing region with given region.
|
|
448
|
+
* @internal
|
|
449
|
+
*/
|
|
450
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
454
|
+
* @internal
|
|
455
|
+
*/
|
|
456
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* A function that, given a hash constructor and a stream, calculates the
|
|
460
|
+
* hash of the streamed value.
|
|
461
|
+
* @internal
|
|
462
|
+
*/
|
|
463
|
+
streamHasher?: __StreamHasher<Readable> | __StreamHasher<Blob>;
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* A constructor for a class implementing the {@link __Hash} interface
|
|
467
|
+
* that computes MD5 hashes.
|
|
468
|
+
* @internal
|
|
469
|
+
*/
|
|
470
|
+
md5?: __HashConstructor;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
type S3ControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
474
|
+
ClientDefaults &
|
|
475
|
+
RegionInputConfig &
|
|
476
|
+
EndpointsInputConfig &
|
|
477
|
+
RetryInputConfig &
|
|
478
|
+
HostHeaderInputConfig &
|
|
479
|
+
AwsAuthInputConfig &
|
|
480
|
+
S3ControlInputConfig &
|
|
481
|
+
UserAgentInputConfig;
|
|
482
|
+
/**
|
|
483
|
+
* The configuration interface of S3ControlClient class constructor that set the region, credentials and other options.
|
|
484
|
+
*/
|
|
485
|
+
export interface S3ControlClientConfig extends S3ControlClientConfigType {}
|
|
486
|
+
|
|
487
|
+
type S3ControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
488
|
+
Required<ClientDefaults> &
|
|
489
|
+
RegionResolvedConfig &
|
|
490
|
+
EndpointsResolvedConfig &
|
|
491
|
+
RetryResolvedConfig &
|
|
492
|
+
HostHeaderResolvedConfig &
|
|
493
|
+
AwsAuthResolvedConfig &
|
|
494
|
+
S3ControlResolvedConfig &
|
|
495
|
+
UserAgentResolvedConfig;
|
|
496
|
+
/**
|
|
497
|
+
* The resolved configuration interface of S3ControlClient class. This is resolved and normalized from the {@link S3ControlClientConfig | constructor configuration interface}.
|
|
498
|
+
*/
|
|
499
|
+
export interface S3ControlClientResolvedConfig extends S3ControlClientResolvedConfigType {}
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* <p>
|
|
503
|
+
* Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
|
504
|
+
*
|
|
505
|
+
* </p>
|
|
506
|
+
*/
|
|
507
|
+
export class S3ControlClient extends __Client<
|
|
508
|
+
__HttpHandlerOptions,
|
|
509
|
+
ServiceInputTypes,
|
|
510
|
+
ServiceOutputTypes,
|
|
511
|
+
S3ControlClientResolvedConfig
|
|
512
|
+
> {
|
|
513
|
+
/**
|
|
514
|
+
* The resolved configuration of S3ControlClient class. This is resolved and normalized from the {@link S3ControlClientConfig | constructor configuration interface}.
|
|
515
|
+
*/
|
|
516
|
+
readonly config: S3ControlClientResolvedConfig;
|
|
517
|
+
|
|
518
|
+
constructor(configuration: S3ControlClientConfig) {
|
|
519
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
520
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
521
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
522
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
523
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
524
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
525
|
+
const _config_6 = resolveS3ControlConfig(_config_5);
|
|
526
|
+
const _config_7 = resolveUserAgentConfig(_config_6);
|
|
527
|
+
super(_config_7);
|
|
528
|
+
this.config = _config_7;
|
|
529
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
530
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
531
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
532
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
533
|
+
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
534
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
539
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
540
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
541
|
+
*/
|
|
542
|
+
destroy(): void {
|
|
543
|
+
super.destroy();
|
|
544
|
+
}
|
|
545
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
4
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
+
import {
|
|
6
|
+
FinalizeHandlerArguments,
|
|
7
|
+
Handler,
|
|
8
|
+
HandlerExecutionContext,
|
|
9
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
10
|
+
MetadataBearer as __MetadataBearer,
|
|
11
|
+
MiddlewareStack,
|
|
12
|
+
SerdeContext as __SerdeContext,
|
|
13
|
+
} from "@aws-sdk/types";
|
|
14
|
+
|
|
15
|
+
import { CreateAccessPointRequest, CreateAccessPointResult } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restXmlCreateAccessPointCommand,
|
|
18
|
+
serializeAws_restXmlCreateAccessPointCommand,
|
|
19
|
+
} from "../protocols/Aws_restXml";
|
|
20
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
21
|
+
|
|
22
|
+
export interface CreateAccessPointCommandInput extends CreateAccessPointRequest {}
|
|
23
|
+
export interface CreateAccessPointCommandOutput extends CreateAccessPointResult, __MetadataBearer {}
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* <p>Creates an access point and associates it with the specified bucket. For more information, see
|
|
27
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing Data Access with Amazon S3 Access
|
|
28
|
+
* Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
29
|
+
* <p></p>
|
|
30
|
+
* <note>
|
|
31
|
+
* <p>S3 on Outposts only supports VPC-style access points.
|
|
32
|
+
* </p>
|
|
33
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
|
|
34
|
+
* Accessing Amazon S3 on Outposts using virtual private cloud (VPC) only access points</a> in
|
|
35
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
36
|
+
* </note>
|
|
37
|
+
* <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>
|
|
38
|
+
* <p></p>
|
|
39
|
+
* <p>The following actions are related to <code>CreateAccessPoint</code>:</p>
|
|
40
|
+
* <ul>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>
|
|
43
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
|
|
44
|
+
* </p>
|
|
45
|
+
* </li>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>
|
|
48
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
|
|
49
|
+
* </p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>
|
|
53
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
|
|
54
|
+
* </p>
|
|
55
|
+
* </li>
|
|
56
|
+
* </ul>
|
|
57
|
+
* @example
|
|
58
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
59
|
+
* ```javascript
|
|
60
|
+
* import { S3ControlClient, CreateAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
61
|
+
* // const { S3ControlClient, CreateAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
62
|
+
* const client = new S3ControlClient(config);
|
|
63
|
+
* const command = new CreateAccessPointCommand(input);
|
|
64
|
+
* const response = await client.send(command);
|
|
65
|
+
* ```
|
|
66
|
+
*
|
|
67
|
+
* @see {@link CreateAccessPointCommandInput} for command's `input` shape.
|
|
68
|
+
* @see {@link CreateAccessPointCommandOutput} for command's `response` shape.
|
|
69
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
export class CreateAccessPointCommand extends $Command<
|
|
73
|
+
CreateAccessPointCommandInput,
|
|
74
|
+
CreateAccessPointCommandOutput,
|
|
75
|
+
S3ControlClientResolvedConfig
|
|
76
|
+
> {
|
|
77
|
+
// Start section: command_properties
|
|
78
|
+
// End section: command_properties
|
|
79
|
+
|
|
80
|
+
constructor(readonly input: CreateAccessPointCommandInput) {
|
|
81
|
+
// Start section: command_constructor
|
|
82
|
+
super();
|
|
83
|
+
// End section: command_constructor
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
resolveMiddleware(
|
|
90
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
91
|
+
configuration: S3ControlClientResolvedConfig,
|
|
92
|
+
options?: __HttpHandlerOptions
|
|
93
|
+
): Handler<CreateAccessPointCommandInput, CreateAccessPointCommandOutput> {
|
|
94
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
95
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
96
|
+
|
|
97
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
98
|
+
|
|
99
|
+
const { logger } = configuration;
|
|
100
|
+
const clientName = "S3ControlClient";
|
|
101
|
+
const commandName = "CreateAccessPointCommand";
|
|
102
|
+
const handlerExecutionContext: HandlerExecutionContext = {
|
|
103
|
+
logger,
|
|
104
|
+
clientName,
|
|
105
|
+
commandName,
|
|
106
|
+
inputFilterSensitiveLog: CreateAccessPointRequest.filterSensitiveLog,
|
|
107
|
+
outputFilterSensitiveLog: CreateAccessPointResult.filterSensitiveLog,
|
|
108
|
+
};
|
|
109
|
+
const { requestHandler } = configuration;
|
|
110
|
+
return stack.resolve(
|
|
111
|
+
(request: FinalizeHandlerArguments<any>) =>
|
|
112
|
+
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
113
|
+
handlerExecutionContext
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
private serialize(input: CreateAccessPointCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
118
|
+
return serializeAws_restXmlCreateAccessPointCommand(input, context);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAccessPointCommandOutput> {
|
|
122
|
+
return deserializeAws_restXmlCreateAccessPointCommand(output, context);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// Start section: command_body_extra
|
|
126
|
+
// End section: command_body_extra
|
|
127
|
+
}
|