@aws-sdk/client-s3-control 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/S3Control.d.ts +1045 -290
- package/dist-types/ts3.4/S3ControlClient.d.ts +456 -137
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +57 -57
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1653 -2062
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +689 -173
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +73 -42
- package/dist-types/ts3.4/runtimeConfig.d.ts +74 -43
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +74 -41
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +40 -40
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-s3-control
|