@aws-sdk/client-s3-control 3.957.0 → 3.962.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/README.md +1 -102
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1691 -2521
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/commands/CreateAccessPointCommand.js +4 -1
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/CreateJobCommand.js +4 -1
- package/dist-es/commands/CreateStorageLensGroupCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointScopeCommand.js +4 -1
- package/dist-es/commands/DeleteBucketCommand.js +4 -1
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +4 -1
- package/dist-es/commands/DeleteBucketPolicyCommand.js +4 -1
- package/dist-es/commands/DeleteBucketReplicationCommand.js +4 -1
- package/dist-es/commands/DeleteBucketTaggingCommand.js +4 -1
- package/dist-es/commands/DeleteJobTaggingCommand.js +4 -1
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +4 -1
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +4 -1
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +4 -1
- package/dist-es/commands/DeleteStorageLensGroupCommand.js +4 -1
- package/dist-es/commands/DescribeJobCommand.js +4 -1
- package/dist-es/commands/GetAccessPointCommand.js +4 -1
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/GetAccessPointPolicyCommand.js +4 -1
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +4 -1
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/GetAccessPointScopeCommand.js +4 -1
- package/dist-es/commands/GetBucketCommand.js +4 -1
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +4 -1
- package/dist-es/commands/GetBucketPolicyCommand.js +4 -1
- package/dist-es/commands/GetBucketReplicationCommand.js +4 -1
- package/dist-es/commands/GetBucketTaggingCommand.js +4 -1
- package/dist-es/commands/GetBucketVersioningCommand.js +4 -1
- package/dist-es/commands/GetJobTaggingCommand.js +4 -1
- package/dist-es/commands/GetPublicAccessBlockCommand.js +4 -1
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +4 -1
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +4 -1
- package/dist-es/commands/GetStorageLensGroupCommand.js +4 -1
- package/dist-es/commands/ListAccessPointsCommand.js +4 -1
- package/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +4 -1
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/ListJobsCommand.js +4 -1
- package/dist-es/commands/ListRegionalBucketsCommand.js +4 -1
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +4 -1
- package/dist-es/commands/ListStorageLensGroupsCommand.js +4 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -1
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/PutAccessPointPolicyCommand.js +4 -1
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/PutAccessPointScopeCommand.js +4 -1
- package/dist-es/commands/PutJobTaggingCommand.js +4 -1
- package/dist-es/commands/PutPublicAccessBlockCommand.js +4 -1
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +4 -1
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +4 -1
- package/dist-es/commands/TagResourceCommand.js +4 -1
- package/dist-es/commands/UntagResourceCommand.js +4 -1
- package/dist-es/commands/UpdateJobPriorityCommand.js +4 -1
- package/dist-es/commands/UpdateJobStatusCommand.js +4 -1
- package/dist-es/commands/UpdateStorageLensGroupCommand.js +4 -1
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1444 -2454
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccessGrantsPaginator";
|
|
2
3
|
export * from "./ListAccessGrantsInstancesPaginator";
|
|
3
4
|
export * from "./ListAccessGrantsLocationsPaginator";
|
|
4
|
-
export * from "./
|
|
5
|
+
export * from "./ListAccessPointsPaginator";
|
|
5
6
|
export * from "./ListAccessPointsForDirectoryBucketsPaginator";
|
|
6
7
|
export * from "./ListAccessPointsForObjectLambdaPaginator";
|
|
7
|
-
export * from "./ListAccessPointsPaginator";
|
|
8
8
|
export * from "./ListCallerAccessGrantsPaginator";
|
|
9
9
|
export * from "./ListJobsPaginator";
|
|
10
10
|
export * from "./ListMultiRegionAccessPointsPaginator";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccessGrantsPaginator";
|
|
2
3
|
export * from "./ListAccessGrantsInstancesPaginator";
|
|
3
4
|
export * from "./ListAccessGrantsLocationsPaginator";
|
|
4
|
-
export * from "./
|
|
5
|
+
export * from "./ListAccessPointsPaginator";
|
|
5
6
|
export * from "./ListAccessPointsForDirectoryBucketsPaginator";
|
|
6
7
|
export * from "./ListAccessPointsForObjectLambdaPaginator";
|
|
7
|
-
export * from "./ListAccessPointsPaginator";
|
|
8
8
|
export * from "./ListCallerAccessGrantsPaginator";
|
|
9
9
|
export * from "./ListJobsPaginator";
|
|
10
10
|
export * from "./ListMultiRegionAccessPointsPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3-control",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "3.957.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
28
28
|
"@aws-sdk/middleware-bucket-endpoint": "3.957.0",
|
|
29
29
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
30
30
|
"@aws-sdk/middleware-logger": "3.957.0",
|