@aws-sdk/client-s3-control 3.188.0 → 3.192.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 +19 -0
- package/dist-cjs/S3ControlClient.js +12 -9
- package/dist-cjs/commands/CreateAccessPointCommand.js +13 -0
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/CreateBucketCommand.js +13 -0
- package/dist-cjs/commands/CreateJobCommand.js +12 -0
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +12 -0
- package/dist-cjs/commands/DeleteAccessPointCommand.js +13 -0
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +13 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/DeleteBucketCommand.js +13 -0
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +13 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +13 -0
- package/dist-cjs/commands/DeleteJobTaggingCommand.js +12 -0
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +12 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +12 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +12 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-cjs/commands/DescribeJobCommand.js +12 -0
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +12 -0
- package/dist-cjs/commands/GetAccessPointCommand.js +13 -0
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js +13 -0
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +13 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/GetBucketCommand.js +13 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js +13 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js +13 -0
- package/dist-cjs/commands/GetBucketVersioningCommand.js +11 -0
- package/dist-cjs/commands/GetJobTaggingCommand.js +12 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +12 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +12 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +12 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +12 -0
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +12 -0
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-cjs/commands/ListAccessPointsCommand.js +13 -0
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/ListJobsCommand.js +12 -0
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +12 -0
- package/dist-cjs/commands/ListRegionalBucketsCommand.js +13 -0
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +12 -0
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js +13 -0
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js +13 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js +13 -0
- package/dist-cjs/commands/PutBucketVersioningCommand.js +11 -0
- package/dist-cjs/commands/PutJobTaggingCommand.js +12 -0
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +12 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +12 -0
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +12 -0
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-cjs/commands/UpdateJobPriorityCommand.js +12 -0
- package/dist-cjs/commands/UpdateJobStatusCommand.js +12 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +2354 -0
- package/dist-cjs/protocols/Aws_restXml.js +12 -15
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/S3ControlClient.js +13 -10
- package/dist-es/commands/CreateAccessPointCommand.js +13 -0
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/CreateBucketCommand.js +13 -0
- package/dist-es/commands/CreateJobCommand.js +12 -0
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +12 -0
- package/dist-es/commands/DeleteAccessPointCommand.js +13 -0
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +13 -0
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/DeleteBucketCommand.js +13 -0
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js +13 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js +13 -0
- package/dist-es/commands/DeleteJobTaggingCommand.js +12 -0
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +12 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +12 -0
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +12 -0
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-es/commands/DescribeJobCommand.js +12 -0
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +12 -0
- package/dist-es/commands/GetAccessPointCommand.js +13 -0
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/GetAccessPointPolicyCommand.js +13 -0
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +13 -0
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/GetBucketCommand.js +13 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-es/commands/GetBucketPolicyCommand.js +13 -0
- package/dist-es/commands/GetBucketTaggingCommand.js +13 -0
- package/dist-es/commands/GetBucketVersioningCommand.js +11 -0
- package/dist-es/commands/GetJobTaggingCommand.js +12 -0
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +12 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +12 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +12 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js +12 -0
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +12 -0
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-es/commands/ListAccessPointsCommand.js +13 -0
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/ListJobsCommand.js +12 -0
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +12 -0
- package/dist-es/commands/ListRegionalBucketsCommand.js +13 -0
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +12 -0
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/PutAccessPointPolicyCommand.js +13 -0
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-es/commands/PutBucketPolicyCommand.js +13 -0
- package/dist-es/commands/PutBucketTaggingCommand.js +13 -0
- package/dist-es/commands/PutBucketVersioningCommand.js +11 -0
- package/dist-es/commands/PutJobTaggingCommand.js +12 -0
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +12 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js +12 -0
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +12 -0
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-es/commands/UpdateJobPriorityCommand.js +12 -0
- package/dist-es/commands/UpdateJobStatusCommand.js +12 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +2351 -0
- package/dist-es/protocols/Aws_restXml.js +12 -15
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/S3ControlClient.d.ts +6 -9
- package/dist-types/commands/CreateAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +2 -0
- package/dist-types/commands/CreateJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +2 -0
- package/dist-types/commands/GetJobTaggingCommand.d.ts +2 -0
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +2 -0
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +2 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -0
- package/dist-types/commands/PutJobTaggingCommand.d.ts +2 -0
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/S3ControlClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +32 -31
- package/dist-cjs/endpoints.js +0 -467
- package/dist-es/endpoints.js +0 -463
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class PutBucketPolicyCommand extends $Command<
|
|
|
19
20
|
S3ControlClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: PutBucketPolicyCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: PutBucketPolicyCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class PutBucketTaggingCommand extends $Command<
|
|
|
19
20
|
S3ControlClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: PutBucketTaggingCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: PutBucketTaggingCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class PutBucketVersioningCommand extends $Command<
|
|
|
20
21
|
S3ControlClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: PutBucketVersioningCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: PutBucketVersioningCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class PutJobTaggingCommand extends $Command<
|
|
|
21
22
|
S3ControlClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: PutJobTaggingCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: PutJobTaggingCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class PutMultiRegionAccessPointPolicyCommand extends $Command<
|
|
|
25
26
|
S3ControlClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutMultiRegionAccessPointPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutMultiRegionAccessPointPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class PutPublicAccessBlockCommand extends $Command<
|
|
|
20
21
|
S3ControlClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: PutPublicAccessBlockCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: PutPublicAccessBlockCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class PutStorageLensConfigurationCommand extends $Command<
|
|
|
21
22
|
S3ControlClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: PutStorageLensConfigurationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: PutStorageLensConfigurationCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class PutStorageLensConfigurationTaggingCommand extends $Command<
|
|
|
25
26
|
S3ControlClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutStorageLensConfigurationTaggingCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutStorageLensConfigurationTaggingCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateJobPriorityCommand extends $Command<
|
|
|
25
26
|
S3ControlClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateJobPriorityCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateJobPriorityCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateJobStatusCommand extends $Command<
|
|
|
24
25
|
S3ControlClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateJobStatusCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateJobStatusCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
useArnRegion?: boolean | Provider<boolean>;
|
|
11
|
+
}
|
|
12
|
+
export declare type ClientResolvedEndpointParameters =
|
|
13
|
+
ClientInputEndpointParameters & {
|
|
14
|
+
defaultSigningName: string;
|
|
15
|
+
};
|
|
16
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
17
|
+
options: T & ClientInputEndpointParameters
|
|
18
|
+
) => T &
|
|
19
|
+
ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
22
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
23
|
+
Region?: string;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
UseDualStack?: boolean;
|
|
26
|
+
Endpoint?: string;
|
|
27
|
+
AccountId?: string;
|
|
28
|
+
RequiresAccountId?: boolean;
|
|
29
|
+
OutpostId?: string;
|
|
30
|
+
Bucket?: string;
|
|
31
|
+
AccessPointName?: string;
|
|
32
|
+
UseArnRegion?: boolean;
|
|
33
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EndpointV2, Logger } from "@aws-sdk/types";
|
|
2
|
+
import { EndpointParameters } from "../endpoint/EndpointParameters";
|
|
3
|
+
export declare const defaultEndpointResolver: (
|
|
4
|
+
endpointParams: EndpointParameters,
|
|
5
|
+
context?: {
|
|
6
|
+
logger?: Logger;
|
|
7
|
+
}
|
|
8
|
+
) => EndpointV2;
|
|
@@ -40,12 +40,22 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
|
|
|
40
40
|
disableHostPrefix: boolean;
|
|
41
41
|
logger: import("@aws-sdk/types").Logger;
|
|
42
42
|
serviceId: string;
|
|
43
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
44
43
|
endpoint?:
|
|
45
|
-
|
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
| ((
|
|
45
|
+
| string
|
|
46
|
+
| import("@aws-sdk/types").Endpoint
|
|
47
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
48
|
+
| import("@aws-sdk/types").EndpointV2
|
|
49
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
50
|
+
) &
|
|
51
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
48
52
|
| undefined;
|
|
53
|
+
endpointProvider: (
|
|
54
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
55
|
+
context?: {
|
|
56
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
57
|
+
}
|
|
58
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
49
59
|
tls?: boolean | undefined;
|
|
50
60
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
51
61
|
credentials?:
|
|
@@ -41,12 +41,22 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
|
|
|
41
41
|
disableHostPrefix: boolean;
|
|
42
42
|
logger: import("@aws-sdk/types").Logger;
|
|
43
43
|
serviceId: string;
|
|
44
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
45
44
|
endpoint?:
|
|
46
|
-
|
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
| ((
|
|
46
|
+
| string
|
|
47
|
+
| import("@aws-sdk/types").Endpoint
|
|
48
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
49
|
+
| import("@aws-sdk/types").EndpointV2
|
|
50
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
51
|
+
) &
|
|
52
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
49
53
|
| undefined;
|
|
54
|
+
endpointProvider: (
|
|
55
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
56
|
+
context?: {
|
|
57
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
58
|
+
}
|
|
59
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
50
60
|
tls?: boolean | undefined;
|
|
51
61
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
52
62
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -44,9 +43,21 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
|
|
|
44
43
|
>;
|
|
45
44
|
endpoint?:
|
|
46
45
|
| string
|
|
47
|
-
| import("@aws-sdk/types").Endpoint
|
|
48
|
-
|
|
46
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
50
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
51
|
+
import("@aws-sdk/types").Provider<string>)
|
|
52
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
53
|
+
import("@aws-sdk/types").Provider<string>)
|
|
49
54
|
| undefined;
|
|
55
|
+
endpointProvider: (
|
|
56
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
57
|
+
context?: {
|
|
58
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
59
|
+
}
|
|
60
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
50
61
|
tls?: boolean | undefined;
|
|
51
62
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
52
63
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { S3ControlClientConfig } from "./S3ControlClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
signingEscapePath: boolean;
|
|
10
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
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.192.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,40 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-blob-browser": "3.
|
|
29
|
-
"@aws-sdk/hash-node": "3.
|
|
30
|
-
"@aws-sdk/hash-stream-node": "3.
|
|
31
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
32
|
-
"@aws-sdk/md5-js": "3.
|
|
33
|
-
"@aws-sdk/middleware-apply-body-checksum": "3.
|
|
34
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
35
|
-
"@aws-sdk/middleware-
|
|
36
|
-
"@aws-sdk/middleware-
|
|
37
|
-
"@aws-sdk/middleware-
|
|
38
|
-
"@aws-sdk/middleware-
|
|
39
|
-
"@aws-sdk/middleware-
|
|
40
|
-
"@aws-sdk/middleware-
|
|
41
|
-
"@aws-sdk/middleware-
|
|
42
|
-
"@aws-sdk/middleware-
|
|
43
|
-
"@aws-sdk/middleware-
|
|
44
|
-
"@aws-sdk/
|
|
45
|
-
"@aws-sdk/node-
|
|
46
|
-
"@aws-sdk/
|
|
47
|
-
"@aws-sdk/
|
|
48
|
-
"@aws-sdk/
|
|
49
|
-
"@aws-sdk/
|
|
24
|
+
"@aws-sdk/client-sts": "3.192.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.190.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.190.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.190.0",
|
|
28
|
+
"@aws-sdk/hash-blob-browser": "3.190.0",
|
|
29
|
+
"@aws-sdk/hash-node": "3.190.0",
|
|
30
|
+
"@aws-sdk/hash-stream-node": "3.190.0",
|
|
31
|
+
"@aws-sdk/invalid-dependency": "3.190.0",
|
|
32
|
+
"@aws-sdk/md5-js": "3.190.0",
|
|
33
|
+
"@aws-sdk/middleware-apply-body-checksum": "3.190.0",
|
|
34
|
+
"@aws-sdk/middleware-content-length": "3.190.0",
|
|
35
|
+
"@aws-sdk/middleware-endpoint": "3.190.0",
|
|
36
|
+
"@aws-sdk/middleware-host-header": "3.190.0",
|
|
37
|
+
"@aws-sdk/middleware-logger": "3.190.0",
|
|
38
|
+
"@aws-sdk/middleware-recursion-detection": "3.190.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.190.0",
|
|
40
|
+
"@aws-sdk/middleware-sdk-s3-control": "3.190.0",
|
|
41
|
+
"@aws-sdk/middleware-serde": "3.190.0",
|
|
42
|
+
"@aws-sdk/middleware-signing": "3.192.0",
|
|
43
|
+
"@aws-sdk/middleware-stack": "3.190.0",
|
|
44
|
+
"@aws-sdk/middleware-user-agent": "3.190.0",
|
|
45
|
+
"@aws-sdk/node-config-provider": "3.190.0",
|
|
46
|
+
"@aws-sdk/node-http-handler": "3.190.0",
|
|
47
|
+
"@aws-sdk/protocol-http": "3.190.0",
|
|
48
|
+
"@aws-sdk/smithy-client": "3.190.0",
|
|
49
|
+
"@aws-sdk/types": "3.190.0",
|
|
50
|
+
"@aws-sdk/url-parser": "3.190.0",
|
|
50
51
|
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
51
52
|
"@aws-sdk/util-base64-node": "3.188.0",
|
|
52
53
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
53
54
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
54
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
55
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
56
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
57
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
+
"@aws-sdk/util-defaults-mode-browser": "3.190.0",
|
|
56
|
+
"@aws-sdk/util-defaults-mode-node": "3.190.0",
|
|
57
|
+
"@aws-sdk/util-user-agent-browser": "3.190.0",
|
|
58
|
+
"@aws-sdk/util-user-agent-node": "3.190.0",
|
|
58
59
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
59
60
|
"@aws-sdk/util-utf8-node": "3.188.0",
|
|
60
61
|
"@aws-sdk/xml-builder": "3.188.0",
|