@aws-sdk/client-s3-control 3.34.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/S3Control.js +869 -0
- package/dist-cjs/S3Control.js.map +1 -0
- package/dist-cjs/S3ControlClient.js +49 -0
- package/dist-cjs/S3ControlClient.js.map +1 -0
- package/dist-cjs/commands/CreateAccessPointCommand.js +93 -0
- package/dist-cjs/commands/CreateAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +82 -0
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/CreateBucketCommand.js +114 -0
- package/dist-cjs/commands/CreateBucketCommand.js.map +1 -0
- package/dist-cjs/commands/CreateJobCommand.js +96 -0
- package/dist-cjs/commands/CreateJobCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +98 -0
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointCommand.js +83 -0
- package/dist-cjs/commands/DeleteAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +81 -0
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +78 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +76 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketCommand.js +91 -0
- package/dist-cjs/commands/DeleteBucketCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +91 -0
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +103 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +89 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteJobTaggingCommand.js +85 -0
- package/dist-cjs/commands/DeleteJobTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +97 -0
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +78 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +72 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +72 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeJobCommand.js +89 -0
- package/dist-cjs/commands/DescribeJobCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +91 -0
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointCommand.js +84 -0
- package/dist-cjs/commands/GetAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +71 -0
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +81 -0
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js +76 -0
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +76 -0
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +63 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +63 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketCommand.js +93 -0
- package/dist-cjs/commands/GetBucketCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +111 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js +103 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js +101 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/GetJobTaggingCommand.js +86 -0
- package/dist-cjs/commands/GetJobTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +92 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +82 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +83 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +78 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js.map +1 -0
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +72 -0
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +71 -0
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/ListAccessPointsCommand.js +86 -0
- package/dist-cjs/commands/ListAccessPointsCommand.js.map +1 -0
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +84 -0
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/ListJobsCommand.js +89 -0
- package/dist-cjs/commands/ListJobsCommand.js.map +1 -0
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +94 -0
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRegionalBucketsCommand.js +67 -0
- package/dist-cjs/commands/ListRegionalBucketsCommand.js.map +1 -0
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +72 -0
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +71 -0
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js +79 -0
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +77 -0
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +87 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js +103 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js +148 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/PutJobTaggingCommand.js +125 -0
- package/dist-cjs/commands/PutJobTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +84 -0
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +78 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js.map +1 -0
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +70 -0
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +72 -0
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateJobPriorityCommand.js +88 -0
- package/dist-cjs/commands/UpdateJobPriorityCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateJobStatusCommand.js +89 -0
- package/dist-cjs/commands/UpdateJobStatusCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +46 -0
- package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListAccessPointsPaginator.js +46 -0
- package/dist-cjs/pagination/ListAccessPointsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListJobsPaginator.js +46 -0
- package/dist-cjs/pagination/ListJobsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js +46 -0
- package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRegionalBucketsPaginator.js +46 -0
- package/dist-cjs/pagination/ListRegionalBucketsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +8017 -0
- package/dist-cjs/protocols/Aws_restXml.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +46 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/S3Control.js +866 -0
- package/dist-es/S3Control.js.map +1 -0
- package/dist-es/S3ControlClient.js +40 -0
- package/dist-es/S3ControlClient.js.map +1 -0
- package/dist-es/commands/CreateAccessPointCommand.js +42 -0
- package/dist-es/commands/CreateAccessPointCommand.js.map +1 -0
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/CreateBucketCommand.js +44 -0
- package/dist-es/commands/CreateBucketCommand.js.map +1 -0
- package/dist-es/commands/CreateJobCommand.js +42 -0
- package/dist-es/commands/CreateJobCommand.js.map +1 -0
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +44 -0
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketCommand.js +42 -0
- package/dist-es/commands/DeleteBucketCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js +42 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js.map +1 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js +42 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js.map +1 -0
- package/dist-es/commands/DeleteJobTaggingCommand.js +42 -0
- package/dist-es/commands/DeleteJobTaggingCommand.js.map +1 -0
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +44 -0
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +42 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js.map +1 -0
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +42 -0
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-es/commands/DescribeJobCommand.js +42 -0
- package/dist-es/commands/DescribeJobCommand.js.map +1 -0
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +44 -0
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointCommand.js +42 -0
- package/dist-es/commands/GetAccessPointCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/GetBucketCommand.js +42 -0
- package/dist-es/commands/GetBucketCommand.js.map +1 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +42 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetBucketPolicyCommand.js +42 -0
- package/dist-es/commands/GetBucketPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetBucketTaggingCommand.js +42 -0
- package/dist-es/commands/GetBucketTaggingCommand.js.map +1 -0
- package/dist-es/commands/GetJobTaggingCommand.js +42 -0
- package/dist-es/commands/GetJobTaggingCommand.js.map +1 -0
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +44 -0
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +44 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +44 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js +42 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js.map +1 -0
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +42 -0
- package/dist-es/commands/GetStorageLensConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +42 -0
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-es/commands/ListAccessPointsCommand.js +42 -0
- package/dist-es/commands/ListAccessPointsCommand.js.map +1 -0
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/ListJobsCommand.js +42 -0
- package/dist-es/commands/ListJobsCommand.js.map +1 -0
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +44 -0
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
- package/dist-es/commands/ListRegionalBucketsCommand.js +42 -0
- package/dist-es/commands/ListRegionalBucketsCommand.js.map +1 -0
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +42 -0
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/PutAccessPointPolicyCommand.js +42 -0
- package/dist-es/commands/PutAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +42 -0
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +44 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutBucketPolicyCommand.js +44 -0
- package/dist-es/commands/PutBucketPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutBucketTaggingCommand.js +44 -0
- package/dist-es/commands/PutBucketTaggingCommand.js.map +1 -0
- package/dist-es/commands/PutJobTaggingCommand.js +42 -0
- package/dist-es/commands/PutJobTaggingCommand.js.map +1 -0
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +44 -0
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js +42 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js.map +1 -0
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +42 -0
- package/dist-es/commands/PutStorageLensConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +42 -0
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
- package/dist-es/commands/UpdateJobPriorityCommand.js +42 -0
- package/dist-es/commands/UpdateJobPriorityCommand.js.map +1 -0
- package/dist-es/commands/UpdateJobStatusCommand.js +42 -0
- package/dist-es/commands/UpdateJobStatusCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +75 -0
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
- package/dist-es/pagination/ListAccessPointsPaginator.js +75 -0
- package/dist-es/pagination/ListAccessPointsPaginator.js.map +1 -0
- package/dist-es/pagination/ListJobsPaginator.js +75 -0
- package/dist-es/pagination/ListJobsPaginator.js.map +1 -0
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +75 -0
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
- package/dist-es/pagination/ListRegionalBucketsPaginator.js +75 -0
- package/dist-es/pagination/ListRegionalBucketsPaginator.js.map +1 -0
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restXml.js +8843 -0
- package/dist-es/protocols/Aws_restXml.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +19 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +23 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/S3Control.d.ts +1702 -0
- package/dist-types/S3ControlClient.d.ts +207 -0
- package/dist-types/commands/CreateAccessPointCommand.d.ts +65 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +84 -0
- package/dist-types/commands/CreateJobCommand.d.ts +68 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +55 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +63 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +75 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +61 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +57 -0
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +61 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +56 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
- package/dist-types/commands/GetBucketCommand.d.ts +65 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +75 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +73 -0
- package/dist-types/commands/GetJobTaggingCommand.d.ts +58 -0
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +58 -0
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
- package/dist-types/commands/ListJobsCommand.d.ts +61 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +39 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +51 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +73 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +118 -0
- package/dist-types/commands/PutJobTaggingCommand.d.ts +97 -0
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +60 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +61 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAccessPointsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +173 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/S3Control.d.ts +1702 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +207 -0
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +118 -0
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +97 -0
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +61 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +173 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +43 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +49 -49
- package/src/S3Control.ts +3381 -0
- package/src/S3ControlClient.ts +545 -0
- package/src/commands/CreateAccessPointCommand.ts +127 -0
- package/src/commands/CreateAccessPointForObjectLambdaCommand.ts +124 -0
- package/src/commands/CreateBucketCommand.ts +148 -0
- package/src/commands/CreateJobCommand.ts +127 -0
- package/src/commands/CreateMultiRegionAccessPointCommand.ts +137 -0
- package/src/commands/DeleteAccessPointCommand.ts +117 -0
- package/src/commands/DeleteAccessPointForObjectLambdaCommand.ts +121 -0
- package/src/commands/DeleteAccessPointPolicyCommand.ts +112 -0
- package/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +117 -0
- package/src/commands/DeleteBucketCommand.ts +125 -0
- package/src/commands/DeleteBucketLifecycleConfigurationCommand.ts +131 -0
- package/src/commands/DeleteBucketPolicyCommand.ts +137 -0
- package/src/commands/DeleteBucketTaggingCommand.ts +123 -0
- package/src/commands/DeleteJobTaggingCommand.ts +119 -0
- package/src/commands/DeleteMultiRegionAccessPointCommand.ts +136 -0
- package/src/commands/DeletePublicAccessBlockCommand.ts +112 -0
- package/src/commands/DeleteStorageLensConfigurationCommand.ts +112 -0
- package/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts +118 -0
- package/src/commands/DescribeJobCommand.ts +123 -0
- package/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts +140 -0
- package/src/commands/GetAccessPointCommand.ts +118 -0
- package/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +120 -0
- package/src/commands/GetAccessPointForObjectLambdaCommand.ts +120 -0
- package/src/commands/GetAccessPointPolicyCommand.ts +110 -0
- package/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +121 -0
- package/src/commands/GetAccessPointPolicyStatusCommand.ts +100 -0
- package/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +112 -0
- package/src/commands/GetBucketCommand.ts +124 -0
- package/src/commands/GetBucketLifecycleConfigurationCommand.ts +153 -0
- package/src/commands/GetBucketPolicyCommand.ts +137 -0
- package/src/commands/GetBucketTaggingCommand.ts +135 -0
- package/src/commands/GetJobTaggingCommand.ts +120 -0
- package/src/commands/GetMultiRegionAccessPointCommand.ts +129 -0
- package/src/commands/GetMultiRegionAccessPointPolicyCommand.ts +124 -0
- package/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +129 -0
- package/src/commands/GetPublicAccessBlockCommand.ts +112 -0
- package/src/commands/GetStorageLensConfigurationCommand.ts +109 -0
- package/src/commands/GetStorageLensConfigurationTaggingCommand.ts +116 -0
- package/src/commands/ListAccessPointsCommand.ts +120 -0
- package/src/commands/ListAccessPointsForObjectLambdaCommand.ts +126 -0
- package/src/commands/ListJobsCommand.ts +120 -0
- package/src/commands/ListMultiRegionAccessPointsCommand.ts +131 -0
- package/src/commands/ListRegionalBucketsCommand.ts +101 -0
- package/src/commands/ListStorageLensConfigurationsCommand.ts +111 -0
- package/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +115 -0
- package/src/commands/PutAccessPointPolicyCommand.ts +113 -0
- package/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +117 -0
- package/src/commands/PutBucketLifecycleConfigurationCommand.ts +127 -0
- package/src/commands/PutBucketPolicyCommand.ts +137 -0
- package/src/commands/PutBucketTaggingCommand.ts +182 -0
- package/src/commands/PutJobTaggingCommand.ts +159 -0
- package/src/commands/PutMultiRegionAccessPointPolicyCommand.ts +126 -0
- package/src/commands/PutPublicAccessBlockCommand.ts +112 -0
- package/src/commands/PutStorageLensConfigurationCommand.ts +107 -0
- package/src/commands/PutStorageLensConfigurationTaggingCommand.ts +117 -0
- package/src/commands/UpdateJobPriorityCommand.ts +122 -0
- package/src/commands/UpdateJobStatusCommand.ts +123 -0
- package/src/endpoints.ts +175 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListAccessPointsForObjectLambdaPaginator.ts +59 -0
- package/src/pagination/ListAccessPointsPaginator.ts +59 -0
- package/src/pagination/ListJobsPaginator.ts +55 -0
- package/src/pagination/ListMultiRegionAccessPointsPaginator.ts +59 -0
- package/src/pagination/ListRegionalBucketsPaginator.ts +59 -0
- package/src/pagination/ListStorageLensConfigurationsPaginator.ts +58 -0
- package/src/protocols/Aws_restXml.ts +9444 -0
- package/src/runtimeConfig.browser.ts +45 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +50 -0
- package/test/S3Control.spec.ts +134 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/S3Control.spec.ts +0 -133
- package/S3Control.ts +0 -3380
- package/S3ControlClient.ts +0 -544
- package/commands/CreateAccessPointCommand.ts +0 -126
- package/commands/CreateAccessPointForObjectLambdaCommand.ts +0 -123
- package/commands/CreateBucketCommand.ts +0 -147
- package/commands/CreateJobCommand.ts +0 -126
- package/commands/CreateMultiRegionAccessPointCommand.ts +0 -136
- package/commands/DeleteAccessPointCommand.ts +0 -116
- package/commands/DeleteAccessPointForObjectLambdaCommand.ts +0 -120
- package/commands/DeleteAccessPointPolicyCommand.ts +0 -111
- package/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +0 -116
- package/commands/DeleteBucketCommand.ts +0 -124
- package/commands/DeleteBucketLifecycleConfigurationCommand.ts +0 -130
- package/commands/DeleteBucketPolicyCommand.ts +0 -136
- package/commands/DeleteBucketTaggingCommand.ts +0 -122
- package/commands/DeleteJobTaggingCommand.ts +0 -118
- package/commands/DeleteMultiRegionAccessPointCommand.ts +0 -135
- package/commands/DeletePublicAccessBlockCommand.ts +0 -111
- package/commands/DeleteStorageLensConfigurationCommand.ts +0 -111
- package/commands/DeleteStorageLensConfigurationTaggingCommand.ts +0 -117
- package/commands/DescribeJobCommand.ts +0 -122
- package/commands/DescribeMultiRegionAccessPointOperationCommand.ts +0 -139
- package/commands/GetAccessPointCommand.ts +0 -117
- package/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +0 -119
- package/commands/GetAccessPointForObjectLambdaCommand.ts +0 -119
- package/commands/GetAccessPointPolicyCommand.ts +0 -109
- package/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +0 -120
- package/commands/GetAccessPointPolicyStatusCommand.ts +0 -99
- package/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +0 -111
- package/commands/GetBucketCommand.ts +0 -123
- package/commands/GetBucketLifecycleConfigurationCommand.ts +0 -152
- package/commands/GetBucketPolicyCommand.ts +0 -136
- package/commands/GetBucketTaggingCommand.ts +0 -134
- package/commands/GetJobTaggingCommand.ts +0 -119
- package/commands/GetMultiRegionAccessPointCommand.ts +0 -128
- package/commands/GetMultiRegionAccessPointPolicyCommand.ts +0 -123
- package/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +0 -128
- package/commands/GetPublicAccessBlockCommand.ts +0 -111
- package/commands/GetStorageLensConfigurationCommand.ts +0 -108
- package/commands/GetStorageLensConfigurationTaggingCommand.ts +0 -115
- package/commands/ListAccessPointsCommand.ts +0 -119
- package/commands/ListAccessPointsForObjectLambdaCommand.ts +0 -125
- package/commands/ListJobsCommand.ts +0 -119
- package/commands/ListMultiRegionAccessPointsCommand.ts +0 -130
- package/commands/ListRegionalBucketsCommand.ts +0 -100
- package/commands/ListStorageLensConfigurationsCommand.ts +0 -110
- package/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +0 -114
- package/commands/PutAccessPointPolicyCommand.ts +0 -112
- package/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +0 -116
- package/commands/PutBucketLifecycleConfigurationCommand.ts +0 -126
- package/commands/PutBucketPolicyCommand.ts +0 -136
- package/commands/PutBucketTaggingCommand.ts +0 -181
- package/commands/PutJobTaggingCommand.ts +0 -158
- package/commands/PutMultiRegionAccessPointPolicyCommand.ts +0 -125
- package/commands/PutPublicAccessBlockCommand.ts +0 -111
- package/commands/PutStorageLensConfigurationCommand.ts +0 -106
- package/commands/PutStorageLensConfigurationTaggingCommand.ts +0 -116
- package/commands/UpdateJobPriorityCommand.ts +0 -121
- package/commands/UpdateJobStatusCommand.ts +0 -122
- package/dist/cjs/S3Control.js +0 -869
- package/dist/cjs/S3Control.js.map +0 -1
- package/dist/cjs/S3Control.spec.js +0 -102
- package/dist/cjs/S3Control.spec.js.map +0 -1
- package/dist/cjs/S3ControlClient.js +0 -49
- package/dist/cjs/S3ControlClient.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPointCommand.js +0 -93
- package/dist/cjs/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js +0 -82
- package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBucketCommand.js +0 -114
- package/dist/cjs/commands/CreateBucketCommand.js.map +0 -1
- package/dist/cjs/commands/CreateJobCommand.js +0 -96
- package/dist/cjs/commands/CreateJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js +0 -98
- package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointCommand.js +0 -83
- package/dist/cjs/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -81
- package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js +0 -78
- package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -76
- package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketCommand.js +0 -91
- package/dist/cjs/commands/DeleteBucketCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -91
- package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketPolicyCommand.js +0 -103
- package/dist/cjs/commands/DeleteBucketPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBucketTaggingCommand.js +0 -89
- package/dist/cjs/commands/DeleteBucketTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteJobTaggingCommand.js +0 -85
- package/dist/cjs/commands/DeleteJobTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js +0 -97
- package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePublicAccessBlockCommand.js +0 -78
- package/dist/cjs/commands/DeletePublicAccessBlockCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js +0 -72
- package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -72
- package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeJobCommand.js +0 -89
- package/dist/cjs/commands/DescribeJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -91
- package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointCommand.js +0 -84
- package/dist/cjs/commands/GetAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -71
- package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js +0 -81
- package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyCommand.js +0 -76
- package/dist/cjs/commands/GetAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -76
- package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js +0 -63
- package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -63
- package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketCommand.js +0 -93
- package/dist/cjs/commands/GetBucketCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js +0 -111
- package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketPolicyCommand.js +0 -103
- package/dist/cjs/commands/GetBucketPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetBucketTaggingCommand.js +0 -101
- package/dist/cjs/commands/GetBucketTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/GetJobTaggingCommand.js +0 -86
- package/dist/cjs/commands/GetJobTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js +0 -92
- package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -82
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -83
- package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicAccessBlockCommand.js +0 -78
- package/dist/cjs/commands/GetPublicAccessBlockCommand.js.map +0 -1
- package/dist/cjs/commands/GetStorageLensConfigurationCommand.js +0 -72
- package/dist/cjs/commands/GetStorageLensConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js +0 -71
- package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccessPointsCommand.js +0 -86
- package/dist/cjs/commands/ListAccessPointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js +0 -84
- package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/ListJobsCommand.js +0 -89
- package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js +0 -94
- package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRegionalBucketsCommand.js +0 -67
- package/dist/cjs/commands/ListRegionalBucketsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js +0 -72
- package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -71
- package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccessPointPolicyCommand.js +0 -79
- package/dist/cjs/commands/PutAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -77
- package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js +0 -87
- package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutBucketPolicyCommand.js +0 -103
- package/dist/cjs/commands/PutBucketPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutBucketTaggingCommand.js +0 -148
- package/dist/cjs/commands/PutBucketTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/PutJobTaggingCommand.js +0 -125
- package/dist/cjs/commands/PutJobTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -84
- package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutPublicAccessBlockCommand.js +0 -78
- package/dist/cjs/commands/PutPublicAccessBlockCommand.js.map +0 -1
- package/dist/cjs/commands/PutStorageLensConfigurationCommand.js +0 -70
- package/dist/cjs/commands/PutStorageLensConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js +0 -72
- package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateJobPriorityCommand.js +0 -88
- package/dist/cjs/commands/UpdateJobPriorityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateJobStatusCommand.js +0 -89
- package/dist/cjs/commands/UpdateJobStatusCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -103
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -46
- package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAccessPointsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAccessPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js +0 -46
- package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRegionalBucketsPaginator.js +0 -46
- package/dist/cjs/pagination/ListRegionalBucketsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js +0 -45
- package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -8017
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -45
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -49
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/S3Control.js +0 -866
- package/dist/es/S3Control.js.map +0 -1
- package/dist/es/S3Control.spec.js +0 -146
- package/dist/es/S3Control.spec.js.map +0 -1
- package/dist/es/S3ControlClient.js +0 -40
- package/dist/es/S3ControlClient.js.map +0 -1
- package/dist/es/commands/CreateAccessPointCommand.js +0 -42
- package/dist/es/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/CreateBucketCommand.js +0 -44
- package/dist/es/commands/CreateBucketCommand.js.map +0 -1
- package/dist/es/commands/CreateJobCommand.js +0 -42
- package/dist/es/commands/CreateJobCommand.js.map +0 -1
- package/dist/es/commands/CreateMultiRegionAccessPointCommand.js +0 -44
- package/dist/es/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointPolicyCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketCommand.js +0 -42
- package/dist/es/commands/DeleteBucketCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -42
- package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketPolicyCommand.js +0 -42
- package/dist/es/commands/DeleteBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteBucketTaggingCommand.js +0 -42
- package/dist/es/commands/DeleteBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/DeleteJobTaggingCommand.js +0 -42
- package/dist/es/commands/DeleteJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js +0 -44
- package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeletePublicAccessBlockCommand.js +0 -42
- package/dist/es/commands/DeletePublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/DeleteStorageLensConfigurationCommand.js +0 -42
- package/dist/es/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -42
- package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/DescribeJobCommand.js +0 -42
- package/dist/es/commands/DescribeJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -44
- package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointCommand.js +0 -42
- package/dist/es/commands/GetAccessPointCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyStatusCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/GetBucketCommand.js +0 -42
- package/dist/es/commands/GetBucketCommand.js.map +0 -1
- package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js +0 -42
- package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetBucketPolicyCommand.js +0 -42
- package/dist/es/commands/GetBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetBucketTaggingCommand.js +0 -42
- package/dist/es/commands/GetBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/GetJobTaggingCommand.js +0 -42
- package/dist/es/commands/GetJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointCommand.js +0 -44
- package/dist/es/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -44
- package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -44
- package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
- package/dist/es/commands/GetPublicAccessBlockCommand.js +0 -42
- package/dist/es/commands/GetPublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/GetStorageLensConfigurationCommand.js +0 -42
- package/dist/es/commands/GetStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js +0 -42
- package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPointsCommand.js +0 -42
- package/dist/es/commands/ListAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/ListJobsCommand.js +0 -42
- package/dist/es/commands/ListJobsCommand.js.map +0 -1
- package/dist/es/commands/ListMultiRegionAccessPointsCommand.js +0 -44
- package/dist/es/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/ListRegionalBucketsCommand.js +0 -42
- package/dist/es/commands/ListRegionalBucketsCommand.js.map +0 -1
- package/dist/es/commands/ListStorageLensConfigurationsCommand.js +0 -42
- package/dist/es/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointPolicyCommand.js +0 -42
- package/dist/es/commands/PutAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -42
- package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
- package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js +0 -44
- package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutBucketPolicyCommand.js +0 -44
- package/dist/es/commands/PutBucketPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutBucketTaggingCommand.js +0 -44
- package/dist/es/commands/PutBucketTaggingCommand.js.map +0 -1
- package/dist/es/commands/PutJobTaggingCommand.js +0 -42
- package/dist/es/commands/PutJobTaggingCommand.js.map +0 -1
- package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -44
- package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutPublicAccessBlockCommand.js +0 -42
- package/dist/es/commands/PutPublicAccessBlockCommand.js.map +0 -1
- package/dist/es/commands/PutStorageLensConfigurationCommand.js +0 -42
- package/dist/es/commands/PutStorageLensConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js +0 -42
- package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
- package/dist/es/commands/UpdateJobPriorityCommand.js +0 -42
- package/dist/es/commands/UpdateJobPriorityCommand.js.map +0 -1
- package/dist/es/commands/UpdateJobStatusCommand.js +0 -42
- package/dist/es/commands/UpdateJobStatusCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -103
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -75
- package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
- package/dist/es/pagination/ListAccessPointsPaginator.js +0 -75
- package/dist/es/pagination/ListAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListJobsPaginator.js +0 -75
- package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js +0 -75
- package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRegionalBucketsPaginator.js +0 -75
- package/dist/es/pagination/ListRegionalBucketsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js +0 -74
- package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -8843
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -19
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -23
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/S3Control.d.ts +0 -1702
- package/dist/types/S3Control.spec.d.ts +0 -1
- package/dist/types/S3ControlClient.d.ts +0 -207
- package/dist/types/commands/CreateAccessPointCommand.d.ts +0 -65
- package/dist/types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
- package/dist/types/commands/CreateBucketCommand.d.ts +0 -84
- package/dist/types/commands/CreateJobCommand.d.ts +0 -68
- package/dist/types/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
- package/dist/types/commands/DeleteAccessPointCommand.d.ts +0 -55
- package/dist/types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
- package/dist/types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/commands/DeleteBucketCommand.d.ts +0 -63
- package/dist/types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
- package/dist/types/commands/DeleteBucketPolicyCommand.d.ts +0 -75
- package/dist/types/commands/DeleteBucketTaggingCommand.d.ts +0 -61
- package/dist/types/commands/DeleteJobTaggingCommand.d.ts +0 -57
- package/dist/types/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
- package/dist/types/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/commands/DescribeJobCommand.d.ts +0 -61
- package/dist/types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
- package/dist/types/commands/GetAccessPointCommand.d.ts +0 -56
- package/dist/types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/commands/GetAccessPointPolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
- package/dist/types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
- package/dist/types/commands/GetBucketCommand.d.ts +0 -65
- package/dist/types/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
- package/dist/types/commands/GetBucketPolicyCommand.d.ts +0 -75
- package/dist/types/commands/GetBucketTaggingCommand.d.ts +0 -73
- package/dist/types/commands/GetJobTaggingCommand.d.ts +0 -58
- package/dist/types/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
- package/dist/types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
- package/dist/types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
- package/dist/types/commands/GetPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
- package/dist/types/commands/ListAccessPointsCommand.d.ts +0 -58
- package/dist/types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
- package/dist/types/commands/ListJobsCommand.d.ts +0 -61
- package/dist/types/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
- package/dist/types/commands/ListRegionalBucketsCommand.d.ts +0 -39
- package/dist/types/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
- package/dist/types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/commands/PutAccessPointPolicyCommand.d.ts +0 -51
- package/dist/types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
- package/dist/types/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
- package/dist/types/commands/PutBucketPolicyCommand.d.ts +0 -73
- package/dist/types/commands/PutBucketTaggingCommand.d.ts +0 -118
- package/dist/types/commands/PutJobTaggingCommand.d.ts +0 -97
- package/dist/types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
- package/dist/types/commands/PutPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
- package/dist/types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/commands/UpdateJobPriorityCommand.d.ts +0 -60
- package/dist/types/commands/UpdateJobStatusCommand.d.ts +0 -61
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAccessPointsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -173
- package/dist/types/runtimeConfig.d.ts +0 -43
- package/dist/types/ts3.4/S3Control.d.ts +0 -1702
- package/dist/types/ts3.4/S3Control.spec.d.ts +0 -1
- package/dist/types/ts3.4/S3ControlClient.d.ts +0 -207
- package/dist/types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/CreateBucketCommand.d.ts +0 -84
- package/dist/types/ts3.4/commands/CreateJobCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DescribeJobCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/GetAccessPointCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBucketCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
- package/dist/types/ts3.4/commands/GetBucketPolicyCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/GetBucketTaggingCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/GetJobTaggingCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListAccessPointsCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/PutBucketPolicyCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/PutBucketTaggingCommand.d.ts +0 -118
- package/dist/types/ts3.4/commands/PutJobTaggingCommand.d.ts +0 -97
- package/dist/types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/UpdateJobStatusCommand.d.ts +0 -61
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -173
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -43
- package/endpoints.ts +0 -175
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAccessPointsForObjectLambdaPaginator.ts +0 -58
- package/pagination/ListAccessPointsPaginator.ts +0 -58
- package/pagination/ListJobsPaginator.ts +0 -54
- package/pagination/ListMultiRegionAccessPointsPaginator.ts +0 -58
- package/pagination/ListRegionalBucketsPaginator.ts +0 -58
- package/pagination/ListStorageLensConfigurationsPaginator.ts +0 -57
- package/protocols/Aws_restXml.ts +0 -9443
- package/runtimeConfig.browser.ts +0 -44
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -49
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListAccessPointsRequest, ListAccessPointsResult } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface ListAccessPointsCommandInput extends ListAccessPointsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of the access points currently associated with the specified bucket. You
|
|
11
|
+
* can retrieve up to 1000 access points per call. If the specified bucket has more than 1,000
|
|
12
|
+
* access points (or the number specified in <code>maxResults</code>, whichever is less), the
|
|
13
|
+
* response will include a continuation token that you can use to list the additional access points.</p>
|
|
14
|
+
* <p></p>
|
|
15
|
+
* <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_GetAccessPoint.html#API_control_GetAccessPoint_Examples">Examples</a> section.</p>
|
|
16
|
+
* <p>The following actions are related to <code>ListAccessPoints</code>:</p>
|
|
17
|
+
* <ul>
|
|
18
|
+
* <li>
|
|
19
|
+
* <p>
|
|
20
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
|
|
21
|
+
* </p>
|
|
22
|
+
* </li>
|
|
23
|
+
* <li>
|
|
24
|
+
* <p>
|
|
25
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
|
|
26
|
+
* </p>
|
|
27
|
+
* </li>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>
|
|
30
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
|
|
31
|
+
* </p>
|
|
32
|
+
* </li>
|
|
33
|
+
* </ul>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { S3ControlClient, ListAccessPointsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
38
|
+
* // const { S3ControlClient, ListAccessPointsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
39
|
+
* const client = new S3ControlClient(config);
|
|
40
|
+
* const command = new ListAccessPointsCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* @see {@link ListAccessPointsCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link ListAccessPointsCommandOutput} for command's `response` shape.
|
|
46
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
export declare class ListAccessPointsCommand extends $Command<ListAccessPointsCommandInput, ListAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
50
|
+
readonly input: ListAccessPointsCommandInput;
|
|
51
|
+
constructor(input: ListAccessPointsCommandInput);
|
|
52
|
+
/**
|
|
53
|
+
* @internal
|
|
54
|
+
*/
|
|
55
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessPointsCommandInput, ListAccessPointsCommandOutput>;
|
|
56
|
+
private serialize;
|
|
57
|
+
private deserialize;
|
|
58
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListAccessPointsForObjectLambdaRequest, ListAccessPointsForObjectLambdaResult } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface ListAccessPointsForObjectLambdaCommandInput extends ListAccessPointsForObjectLambdaRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccessPointsForObjectLambdaResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of the access points associated with the Object Lambda Access Point. You
|
|
11
|
+
* can retrieve up to 1000 access points per call. If there are more than 1,000
|
|
12
|
+
* access points (or the number specified in <code>maxResults</code>, whichever is less), the
|
|
13
|
+
* response will include a continuation token that you can use to list the additional access points.</p>
|
|
14
|
+
* <p>The following actions are related to <code>ListAccessPointsForObjectLambda</code>:</p>
|
|
15
|
+
* <ul>
|
|
16
|
+
* <li>
|
|
17
|
+
* <p>
|
|
18
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html">CreateAccessPointForObjectLambda</a>
|
|
19
|
+
* </p>
|
|
20
|
+
* </li>
|
|
21
|
+
* <li>
|
|
22
|
+
* <p>
|
|
23
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html">DeleteAccessPointForObjectLambda</a>
|
|
24
|
+
* </p>
|
|
25
|
+
* </li>
|
|
26
|
+
* <li>
|
|
27
|
+
* <p>
|
|
28
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html">GetAccessPointForObjectLambda</a>
|
|
29
|
+
* </p>
|
|
30
|
+
* </li>
|
|
31
|
+
* </ul>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { S3ControlClient, ListAccessPointsForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
36
|
+
* // const { S3ControlClient, ListAccessPointsForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
37
|
+
* const client = new S3ControlClient(config);
|
|
38
|
+
* const command = new ListAccessPointsForObjectLambdaCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @see {@link ListAccessPointsForObjectLambdaCommandInput} for command's `input` shape.
|
|
43
|
+
* @see {@link ListAccessPointsForObjectLambdaCommandOutput} for command's `response` shape.
|
|
44
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
export declare class ListAccessPointsForObjectLambdaCommand extends $Command<ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
48
|
+
readonly input: ListAccessPointsForObjectLambdaCommandInput;
|
|
49
|
+
constructor(input: ListAccessPointsForObjectLambdaCommandInput);
|
|
50
|
+
/**
|
|
51
|
+
* @internal
|
|
52
|
+
*/
|
|
53
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput>;
|
|
54
|
+
private serialize;
|
|
55
|
+
private deserialize;
|
|
56
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface ListJobsCommandInput extends ListJobsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for
|
|
11
|
+
* the Amazon Web Services account making the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html">S3 Batch Operations</a> in the
|
|
12
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
13
|
+
* <p>Related actions include:</p>
|
|
14
|
+
* <p></p>
|
|
15
|
+
* <ul>
|
|
16
|
+
* <li>
|
|
17
|
+
* <p>
|
|
18
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
|
|
19
|
+
* </p>
|
|
20
|
+
* </li>
|
|
21
|
+
* <li>
|
|
22
|
+
* <p>
|
|
23
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
|
|
24
|
+
* </p>
|
|
25
|
+
* </li>
|
|
26
|
+
* <li>
|
|
27
|
+
* <p>
|
|
28
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html">UpdateJobPriority</a>
|
|
29
|
+
* </p>
|
|
30
|
+
* </li>
|
|
31
|
+
* <li>
|
|
32
|
+
* <p>
|
|
33
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
|
|
34
|
+
* </p>
|
|
35
|
+
* </li>
|
|
36
|
+
* </ul>
|
|
37
|
+
* @example
|
|
38
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
39
|
+
* ```javascript
|
|
40
|
+
* import { S3ControlClient, ListJobsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
41
|
+
* // const { S3ControlClient, ListJobsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
42
|
+
* const client = new S3ControlClient(config);
|
|
43
|
+
* const command = new ListJobsCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @see {@link ListJobsCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, S3ControlClientResolvedConfig> {
|
|
53
|
+
readonly input: ListJobsCommandInput;
|
|
54
|
+
constructor(input: ListJobsCommandInput);
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
58
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
|
|
59
|
+
private serialize;
|
|
60
|
+
private deserialize;
|
|
61
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListMultiRegionAccessPointsRequest, ListMultiRegionAccessPointsResult } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface ListMultiRegionAccessPointsCommandInput extends ListMultiRegionAccessPointsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegionAccessPointsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account. Each
|
|
11
|
+
* call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be associated with
|
|
12
|
+
* a single account.</p>
|
|
13
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
14
|
+
* information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
15
|
+
* Multi-Region Access Points</a> in the
|
|
16
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
17
|
+
* <p>The following actions are related to <code>ListMultiRegionAccessPoint</code>:</p>
|
|
18
|
+
* <ul>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>
|
|
21
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
|
|
22
|
+
* </p>
|
|
23
|
+
* </li>
|
|
24
|
+
* <li>
|
|
25
|
+
* <p>
|
|
26
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
|
|
27
|
+
* </p>
|
|
28
|
+
* </li>
|
|
29
|
+
* <li>
|
|
30
|
+
* <p>
|
|
31
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
|
|
32
|
+
* </p>
|
|
33
|
+
* </li>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>
|
|
36
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
|
|
37
|
+
* </p>
|
|
38
|
+
* </li>
|
|
39
|
+
* </ul>
|
|
40
|
+
* @example
|
|
41
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
42
|
+
* ```javascript
|
|
43
|
+
* import { S3ControlClient, ListMultiRegionAccessPointsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
44
|
+
* // const { S3ControlClient, ListMultiRegionAccessPointsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
45
|
+
* const client = new S3ControlClient(config);
|
|
46
|
+
* const command = new ListMultiRegionAccessPointsCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @see {@link ListMultiRegionAccessPointsCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link ListMultiRegionAccessPointsCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
export declare class ListMultiRegionAccessPointsCommand extends $Command<ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
56
|
+
readonly input: ListMultiRegionAccessPointsCommandInput;
|
|
57
|
+
constructor(input: ListMultiRegionAccessPointsCommandInput);
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
61
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput>;
|
|
62
|
+
private serialize;
|
|
63
|
+
private deserialize;
|
|
64
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListRegionalBucketsRequest, ListRegionalBucketsResult } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface ListRegionalBucketsCommandInput extends ListRegionalBucketsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated
|
|
11
|
+
* sender of the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
|
|
12
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
13
|
+
* <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts
|
|
14
|
+
* endpoint hostname prefix and <code>x-amz-outpost-id</code> in your request, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListRegionalBuckets.html#API_control_ListRegionalBuckets_Examples">Examples</a> section.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { S3ControlClient, ListRegionalBucketsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
19
|
+
* // const { S3ControlClient, ListRegionalBucketsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
20
|
+
* const client = new S3ControlClient(config);
|
|
21
|
+
* const command = new ListRegionalBucketsCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link ListRegionalBucketsCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link ListRegionalBucketsCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class ListRegionalBucketsCommand extends $Command<ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput, S3ControlClientResolvedConfig> {
|
|
31
|
+
readonly input: ListRegionalBucketsCommandInput;
|
|
32
|
+
constructor(input: ListRegionalBucketsCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListStorageLensConfigurationsRequest, ListStorageLensConfigurationsResult } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface ListStorageLensConfigurationsCommandInput extends ListStorageLensConfigurationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListStorageLensConfigurationsCommandOutput extends ListStorageLensConfigurationsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets a list of Amazon S3 Storage Lens configurations. For more information about S3 Storage Lens, see
|
|
11
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
|
|
12
|
+
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
13
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
14
|
+
* <note>
|
|
15
|
+
* <p>To use this action,
|
|
16
|
+
* you must have permission to perform the <code>s3:ListStorageLensConfigurations</code> action. For more
|
|
17
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
|
|
18
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
19
|
+
* </note>
|
|
20
|
+
* @example
|
|
21
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
+
* ```javascript
|
|
23
|
+
* import { S3ControlClient, ListStorageLensConfigurationsCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
24
|
+
* // const { S3ControlClient, ListStorageLensConfigurationsCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
25
|
+
* const client = new S3ControlClient(config);
|
|
26
|
+
* const command = new ListStorageLensConfigurationsCommand(input);
|
|
27
|
+
* const response = await client.send(command);
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* @see {@link ListStorageLensConfigurationsCommandInput} for command's `input` shape.
|
|
31
|
+
* @see {@link ListStorageLensConfigurationsCommandOutput} for command's `response` shape.
|
|
32
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
export declare class ListStorageLensConfigurationsCommand extends $Command<ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput, S3ControlClientResolvedConfig> {
|
|
36
|
+
readonly input: ListStorageLensConfigurationsCommandInput;
|
|
37
|
+
constructor(input: ListStorageLensConfigurationsCommandInput);
|
|
38
|
+
/**
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput>;
|
|
42
|
+
private serialize;
|
|
43
|
+
private deserialize;
|
|
44
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface PutAccessPointConfigurationForObjectLambdaCommandInput extends PutAccessPointConfigurationForObjectLambdaRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Replaces configuration for an Object Lambda Access Point.</p>
|
|
11
|
+
* <p>The following actions are related to <code>PutAccessPointConfigurationForObjectLambda</code>:</p>
|
|
12
|
+
* <ul>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p>
|
|
15
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointConfigurationForObjectLambda.html">GetAccessPointConfigurationForObjectLambda</a>
|
|
16
|
+
* </p>
|
|
17
|
+
* </li>
|
|
18
|
+
* </ul>
|
|
19
|
+
* @example
|
|
20
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
+
* ```javascript
|
|
22
|
+
* import { S3ControlClient, PutAccessPointConfigurationForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
23
|
+
* // const { S3ControlClient, PutAccessPointConfigurationForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
24
|
+
* const client = new S3ControlClient(config);
|
|
25
|
+
* const command = new PutAccessPointConfigurationForObjectLambdaCommand(input);
|
|
26
|
+
* const response = await client.send(command);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @see {@link PutAccessPointConfigurationForObjectLambdaCommandInput} for command's `input` shape.
|
|
30
|
+
* @see {@link PutAccessPointConfigurationForObjectLambdaCommandOutput} for command's `response` shape.
|
|
31
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
export declare class PutAccessPointConfigurationForObjectLambdaCommand extends $Command<PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
35
|
+
readonly input: PutAccessPointConfigurationForObjectLambdaCommandInput;
|
|
36
|
+
constructor(input: PutAccessPointConfigurationForObjectLambdaCommandInput);
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutAccessPointPolicyRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface PutAccessPointPolicyCommandInput extends PutAccessPointPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Associates an access policy with the specified access point. Each access point can have only one policy, so a request made to this API
|
|
11
|
+
* replaces any existing policy associated with the specified access point.</p>
|
|
12
|
+
* <p></p>
|
|
13
|
+
* <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_PutAccessPointPolicy.html#API_control_PutAccessPointPolicy_Examples">Examples</a> section.</p>
|
|
14
|
+
* <p>The following actions are related to <code>PutAccessPointPolicy</code>:</p>
|
|
15
|
+
* <ul>
|
|
16
|
+
* <li>
|
|
17
|
+
* <p>
|
|
18
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html">GetAccessPointPolicy</a>
|
|
19
|
+
* </p>
|
|
20
|
+
* </li>
|
|
21
|
+
* <li>
|
|
22
|
+
* <p>
|
|
23
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html">DeleteAccessPointPolicy</a>
|
|
24
|
+
* </p>
|
|
25
|
+
* </li>
|
|
26
|
+
* </ul>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { S3ControlClient, PutAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
31
|
+
* // const { S3ControlClient, PutAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
32
|
+
* const client = new S3ControlClient(config);
|
|
33
|
+
* const command = new PutAccessPointPolicyCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @see {@link PutAccessPointPolicyCommandInput} for command's `input` shape.
|
|
38
|
+
* @see {@link PutAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
39
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
export declare class PutAccessPointPolicyCommand extends $Command<PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
43
|
+
readonly input: PutAccessPointPolicyCommandInput;
|
|
44
|
+
constructor(input: PutAccessPointPolicyCommandInput);
|
|
45
|
+
/**
|
|
46
|
+
* @internal
|
|
47
|
+
*/
|
|
48
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput>;
|
|
49
|
+
private serialize;
|
|
50
|
+
private deserialize;
|
|
51
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutAccessPointPolicyForObjectLambdaRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface PutAccessPointPolicyForObjectLambdaCommandInput extends PutAccessPointPolicyForObjectLambdaRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see
|
|
11
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-create.html#olap-create-cli">Creating Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12
|
+
* <p>The following actions are related to <code>PutAccessPointPolicyForObjectLambda</code>:</p>
|
|
13
|
+
* <ul>
|
|
14
|
+
* <li>
|
|
15
|
+
* <p>
|
|
16
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicyForObjectLambda.html">DeleteAccessPointPolicyForObjectLambda</a>
|
|
17
|
+
* </p>
|
|
18
|
+
* </li>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>
|
|
21
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html">GetAccessPointPolicyForObjectLambda</a>
|
|
22
|
+
* </p>
|
|
23
|
+
* </li>
|
|
24
|
+
* </ul>
|
|
25
|
+
* @example
|
|
26
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
+
* ```javascript
|
|
28
|
+
* import { S3ControlClient, PutAccessPointPolicyForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
29
|
+
* // const { S3ControlClient, PutAccessPointPolicyForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
30
|
+
* const client = new S3ControlClient(config);
|
|
31
|
+
* const command = new PutAccessPointPolicyForObjectLambdaCommand(input);
|
|
32
|
+
* const response = await client.send(command);
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* @see {@link PutAccessPointPolicyForObjectLambdaCommandInput} for command's `input` shape.
|
|
36
|
+
* @see {@link PutAccessPointPolicyForObjectLambdaCommandOutput} for command's `response` shape.
|
|
37
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
export declare class PutAccessPointPolicyForObjectLambdaCommand extends $Command<PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
41
|
+
readonly input: PutAccessPointPolicyForObjectLambdaCommandInput;
|
|
42
|
+
constructor(input: PutAccessPointPolicyForObjectLambdaCommandInput);
|
|
43
|
+
/**
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
46
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
47
|
+
private serialize;
|
|
48
|
+
private deserialize;
|
|
49
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutBucketLifecycleConfigurationRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface PutBucketLifecycleConfigurationCommandInput extends PutBucketLifecycleConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutBucketLifecycleConfigurationCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <note>
|
|
11
|
+
* <p>This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a lifecycle configuration to an S3 bucket,
|
|
12
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a> in the <i>Amazon S3 API Reference</i>.
|
|
13
|
+
* </p>
|
|
14
|
+
* </note>
|
|
15
|
+
* <p>Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing
|
|
16
|
+
* lifecycle configuration. Outposts buckets only support lifecycle configurations that delete/expire objects
|
|
17
|
+
* after a certain period of time and abort incomplete multipart uploads.</p>
|
|
18
|
+
* <p></p>
|
|
19
|
+
* <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_PutBucketLifecycleConfiguration.html#API_control_PutBucketLifecycleConfiguration_Examples">Examples</a> section.</p>
|
|
20
|
+
* <p>The following actions are related to <code>PutBucketLifecycleConfiguration</code>:</p>
|
|
21
|
+
* <ul>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>
|
|
24
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a>
|
|
25
|
+
* </p>
|
|
26
|
+
* </li>
|
|
27
|
+
* <li>
|
|
28
|
+
* <p>
|
|
29
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html">DeleteBucketLifecycleConfiguration</a>
|
|
30
|
+
* </p>
|
|
31
|
+
* </li>
|
|
32
|
+
* </ul>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { S3ControlClient, PutBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
37
|
+
* // const { S3ControlClient, PutBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
38
|
+
* const client = new S3ControlClient(config);
|
|
39
|
+
* const command = new PutBucketLifecycleConfigurationCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @see {@link PutBucketLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
44
|
+
* @see {@link PutBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
45
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
export declare class PutBucketLifecycleConfigurationCommand extends $Command<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
49
|
+
readonly input: PutBucketLifecycleConfigurationCommandInput;
|
|
50
|
+
constructor(input: PutBucketLifecycleConfigurationCommandInput);
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
*/
|
|
54
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput>;
|
|
55
|
+
private serialize;
|
|
56
|
+
private deserialize;
|
|
57
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutBucketPolicyRequest } from "../models/models_0";
|
|
4
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
5
|
+
export interface PutBucketPolicyCommandInput extends PutBucketPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <note>
|
|
11
|
+
* <p>This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket,
|
|
12
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html">PutBucketPolicy</a> in the <i>Amazon S3 API Reference</i>.
|
|
13
|
+
* </p>
|
|
14
|
+
* </note>
|
|
15
|
+
* <p>Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
|
|
16
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
17
|
+
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
18
|
+
* Outposts bucket, the calling identity must have the <code>PutBucketPolicy</code>
|
|
19
|
+
* permissions on the specified Outposts bucket and belong to the bucket owner's account in
|
|
20
|
+
* order to use this action.</p>
|
|
21
|
+
*
|
|
22
|
+
* <p>If you don't have <code>PutBucketPolicy</code> permissions, Amazon S3 returns a <code>403 Access Denied</code> error. If you have the correct permissions,
|
|
23
|
+
* but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not Allowed</code> error.</p>
|
|
24
|
+
*
|
|
25
|
+
* <important>
|
|
26
|
+
* <p> As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy
|
|
27
|
+
* explicitly denies the root user the ability to perform this action.
|
|
28
|
+
* </p>
|
|
29
|
+
* </important>
|
|
30
|
+
*
|
|
31
|
+
*
|
|
32
|
+
* <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User Policies</a>.</p>
|
|
33
|
+
*
|
|
34
|
+
* <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_PutBucketPolicy.html#API_control_PutBucketPolicy_Examples">Examples</a> section.</p>
|
|
35
|
+
*
|
|
36
|
+
* <p>The following actions are related to <code>PutBucketPolicy</code>:</p>
|
|
37
|
+
* <ul>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>
|
|
40
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html">GetBucketPolicy</a>
|
|
41
|
+
* </p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>
|
|
45
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html">DeleteBucketPolicy</a>
|
|
46
|
+
* </p>
|
|
47
|
+
* </li>
|
|
48
|
+
* </ul>
|
|
49
|
+
* @example
|
|
50
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
51
|
+
* ```javascript
|
|
52
|
+
* import { S3ControlClient, PutBucketPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
53
|
+
* // const { S3ControlClient, PutBucketPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
54
|
+
* const client = new S3ControlClient(config);
|
|
55
|
+
* const command = new PutBucketPolicyCommand(input);
|
|
56
|
+
* const response = await client.send(command);
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @see {@link PutBucketPolicyCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link PutBucketPolicyCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
export declare class PutBucketPolicyCommand extends $Command<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
65
|
+
readonly input: PutBucketPolicyCommandInput;
|
|
66
|
+
constructor(input: PutBucketPolicyCommandInput);
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
70
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput>;
|
|
71
|
+
private serialize;
|
|
72
|
+
private deserialize;
|
|
73
|
+
}
|