@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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetBucketTaggingRequest, GetBucketTaggingResult } from "../models/models_0";
|
|
@@ -63,6 +64,7 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, _
|
|
|
63
64
|
*/
|
|
64
65
|
export declare class GetBucketTaggingCommand extends $Command<GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
65
66
|
readonly input: GetBucketTaggingCommandInput;
|
|
67
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
68
|
constructor(input: GetBucketTaggingCommandInput);
|
|
67
69
|
/**
|
|
68
70
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetBucketVersioningRequest, GetBucketVersioningResult } from "../models/models_0";
|
|
@@ -56,6 +57,7 @@ export interface GetBucketVersioningCommandOutput extends GetBucketVersioningRes
|
|
|
56
57
|
*/
|
|
57
58
|
export declare class GetBucketVersioningCommand extends $Command<GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput, S3ControlClientResolvedConfig> {
|
|
58
59
|
readonly input: GetBucketVersioningCommandInput;
|
|
60
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
61
|
constructor(input: GetBucketVersioningCommandInput);
|
|
60
62
|
/**
|
|
61
63
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetJobTaggingRequest, GetJobTaggingResult } from "../models/models_0";
|
|
@@ -48,6 +49,7 @@ export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __Metad
|
|
|
48
49
|
*/
|
|
49
50
|
export declare class GetJobTaggingCommand extends $Command<GetJobTaggingCommandInput, GetJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
50
51
|
readonly input: GetJobTaggingCommandInput;
|
|
52
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
53
|
constructor(input: GetJobTaggingCommandInput);
|
|
52
54
|
/**
|
|
53
55
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetMultiRegionAccessPointRequest, GetMultiRegionAccessPointResult } from "../models/models_0";
|
|
@@ -51,6 +52,7 @@ export interface GetMultiRegionAccessPointCommandOutput extends GetMultiRegionAc
|
|
|
51
52
|
*/
|
|
52
53
|
export declare class GetMultiRegionAccessPointCommand extends $Command<GetMultiRegionAccessPointCommandInput, GetMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
53
54
|
readonly input: GetMultiRegionAccessPointCommandInput;
|
|
55
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
56
|
constructor(input: GetMultiRegionAccessPointCommandInput);
|
|
55
57
|
/**
|
|
56
58
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetMultiRegionAccessPointPolicyRequest, GetMultiRegionAccessPointPolicyResult } from "../models/models_0";
|
|
@@ -42,6 +43,7 @@ export interface GetMultiRegionAccessPointPolicyCommandOutput extends GetMultiRe
|
|
|
42
43
|
*/
|
|
43
44
|
export declare class GetMultiRegionAccessPointPolicyCommand extends $Command<GetMultiRegionAccessPointPolicyCommandInput, GetMultiRegionAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
44
45
|
readonly input: GetMultiRegionAccessPointPolicyCommandInput;
|
|
46
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
45
47
|
constructor(input: GetMultiRegionAccessPointPolicyCommandInput);
|
|
46
48
|
/**
|
|
47
49
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetMultiRegionAccessPointPolicyStatusRequest, GetMultiRegionAccessPointPolicyStatusResult } from "../models/models_0";
|
|
@@ -43,6 +44,7 @@ export interface GetMultiRegionAccessPointPolicyStatusCommandOutput extends GetM
|
|
|
43
44
|
*/
|
|
44
45
|
export declare class GetMultiRegionAccessPointPolicyStatusCommand extends $Command<GetMultiRegionAccessPointPolicyStatusCommandInput, GetMultiRegionAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig> {
|
|
45
46
|
readonly input: GetMultiRegionAccessPointPolicyStatusCommandInput;
|
|
47
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
46
48
|
constructor(input: GetMultiRegionAccessPointPolicyStatusCommandInput);
|
|
47
49
|
/**
|
|
48
50
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../models/models_0";
|
|
@@ -40,6 +41,7 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
|
|
|
40
41
|
*/
|
|
41
42
|
export declare class GetPublicAccessBlockCommand extends $Command<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
|
|
42
43
|
readonly input: GetPublicAccessBlockCommandInput;
|
|
44
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
43
45
|
constructor(input: GetPublicAccessBlockCommandInput);
|
|
44
46
|
/**
|
|
45
47
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetStorageLensConfigurationRequest, GetStorageLensConfigurationResult } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface GetStorageLensConfigurationCommandOutput extends GetStorageLens
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class GetStorageLensConfigurationCommand extends $Command<GetStorageLensConfigurationCommandInput, GetStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
34
35
|
readonly input: GetStorageLensConfigurationCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: GetStorageLensConfigurationCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetStorageLensConfigurationTaggingRequest, GetStorageLensConfigurationTaggingResult } from "../models/models_0";
|
|
@@ -34,6 +35,7 @@ export interface GetStorageLensConfigurationTaggingCommandOutput extends GetStor
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class GetStorageLensConfigurationTaggingCommand extends $Command<GetStorageLensConfigurationTaggingCommandInput, GetStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
36
37
|
readonly input: GetStorageLensConfigurationTaggingCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: GetStorageLensConfigurationTaggingCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListAccessPointsRequest, ListAccessPointsResult } from "../models/models_0";
|
|
@@ -48,6 +49,7 @@ export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, _
|
|
|
48
49
|
*/
|
|
49
50
|
export declare class ListAccessPointsCommand extends $Command<ListAccessPointsCommandInput, ListAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
50
51
|
readonly input: ListAccessPointsCommandInput;
|
|
52
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
53
|
constructor(input: ListAccessPointsCommandInput);
|
|
52
54
|
/**
|
|
53
55
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListAccessPointsForObjectLambdaRequest, ListAccessPointsForObjectLambdaResult } from "../models/models_0";
|
|
@@ -46,6 +47,7 @@ export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccess
|
|
|
46
47
|
*/
|
|
47
48
|
export declare class ListAccessPointsForObjectLambdaCommand extends $Command<ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
48
49
|
readonly input: ListAccessPointsForObjectLambdaCommandInput;
|
|
50
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
49
51
|
constructor(input: ListAccessPointsForObjectLambdaCommandInput);
|
|
50
52
|
/**
|
|
51
53
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
@@ -51,6 +52,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
51
52
|
*/
|
|
52
53
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, S3ControlClientResolvedConfig> {
|
|
53
54
|
readonly input: ListJobsCommandInput;
|
|
55
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
56
|
constructor(input: ListJobsCommandInput);
|
|
55
57
|
/**
|
|
56
58
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListMultiRegionAccessPointsRequest, ListMultiRegionAccessPointsResult } from "../models/models_0";
|
|
@@ -53,6 +54,7 @@ export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegio
|
|
|
53
54
|
*/
|
|
54
55
|
export declare class ListMultiRegionAccessPointsCommand extends $Command<ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
55
56
|
readonly input: ListMultiRegionAccessPointsCommandInput;
|
|
57
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
58
|
constructor(input: ListMultiRegionAccessPointsCommandInput);
|
|
57
59
|
/**
|
|
58
60
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListRegionalBucketsRequest, ListRegionalBucketsResult } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsRes
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ListRegionalBucketsCommand extends $Command<ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput, S3ControlClientResolvedConfig> {
|
|
31
32
|
readonly input: ListRegionalBucketsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ListRegionalBucketsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListStorageLensConfigurationsRequest, ListStorageLensConfigurationsResult } from "../models/models_0";
|
|
@@ -34,6 +35,7 @@ export interface ListStorageLensConfigurationsCommandOutput extends ListStorageL
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class ListStorageLensConfigurationsCommand extends $Command<ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput, S3ControlClientResolvedConfig> {
|
|
36
37
|
readonly input: ListStorageLensConfigurationsCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: ListStorageLensConfigurationsCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_0";
|
|
@@ -34,6 +35,7 @@ export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class PutAccessPointConfigurationForObjectLambdaCommand extends $Command<PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
36
37
|
readonly input: PutAccessPointConfigurationForObjectLambdaCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: PutAccessPointConfigurationForObjectLambdaCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutAccessPointPolicyRequest } from "../models/models_0";
|
|
@@ -42,6 +43,7 @@ export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
|
42
43
|
*/
|
|
43
44
|
export declare class PutAccessPointPolicyCommand extends $Command<PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
44
45
|
readonly input: PutAccessPointPolicyCommandInput;
|
|
46
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
45
47
|
constructor(input: PutAccessPointPolicyCommandInput);
|
|
46
48
|
/**
|
|
47
49
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutAccessPointPolicyForObjectLambdaRequest } from "../models/models_0";
|
|
@@ -39,6 +40,7 @@ export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __Meta
|
|
|
39
40
|
*/
|
|
40
41
|
export declare class PutAccessPointPolicyForObjectLambdaCommand extends $Command<PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
41
42
|
readonly input: PutAccessPointPolicyForObjectLambdaCommandInput;
|
|
43
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
44
|
constructor(input: PutAccessPointPolicyForObjectLambdaCommandInput);
|
|
43
45
|
/**
|
|
44
46
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutBucketLifecycleConfigurationRequest } from "../models/models_0";
|
|
@@ -49,6 +50,7 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
49
50
|
*/
|
|
50
51
|
export declare class PutBucketLifecycleConfigurationCommand extends $Command<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
51
52
|
readonly input: PutBucketLifecycleConfigurationCommandInput;
|
|
53
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
54
|
constructor(input: PutBucketLifecycleConfigurationCommandInput);
|
|
53
55
|
/**
|
|
54
56
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutBucketPolicyRequest } from "../models/models_0";
|
|
@@ -66,6 +67,7 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
66
67
|
*/
|
|
67
68
|
export declare class PutBucketPolicyCommand extends $Command<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
68
69
|
readonly input: PutBucketPolicyCommandInput;
|
|
70
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
71
|
constructor(input: PutBucketPolicyCommandInput);
|
|
70
72
|
/**
|
|
71
73
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutBucketTaggingRequest } from "../models/models_0";
|
|
@@ -110,6 +111,7 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
110
111
|
*/
|
|
111
112
|
export declare class PutBucketTaggingCommand extends $Command<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
112
113
|
readonly input: PutBucketTaggingCommandInput;
|
|
114
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
115
|
constructor(input: PutBucketTaggingCommandInput);
|
|
114
116
|
/**
|
|
115
117
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutBucketVersioningRequest } from "../models/models_0";
|
|
@@ -78,6 +79,7 @@ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {
|
|
|
78
79
|
*/
|
|
79
80
|
export declare class PutBucketVersioningCommand extends $Command<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ControlClientResolvedConfig> {
|
|
80
81
|
readonly input: PutBucketVersioningCommandInput;
|
|
82
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
83
|
constructor(input: PutBucketVersioningCommandInput);
|
|
82
84
|
/**
|
|
83
85
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutJobTaggingRequest, PutJobTaggingResult } from "../models/models_0";
|
|
@@ -89,6 +90,7 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
|
|
|
89
90
|
*/
|
|
90
91
|
export declare class PutJobTaggingCommand extends $Command<PutJobTaggingCommandInput, PutJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
91
92
|
readonly input: PutJobTaggingCommandInput;
|
|
93
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
94
|
constructor(input: PutJobTaggingCommandInput);
|
|
93
95
|
/**
|
|
94
96
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutMultiRegionAccessPointPolicyRequest, PutMultiRegionAccessPointPolicyResult } from "../models/models_0";
|
|
@@ -44,6 +45,7 @@ export interface PutMultiRegionAccessPointPolicyCommandOutput extends PutMultiRe
|
|
|
44
45
|
*/
|
|
45
46
|
export declare class PutMultiRegionAccessPointPolicyCommand extends $Command<PutMultiRegionAccessPointPolicyCommandInput, PutMultiRegionAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
46
47
|
readonly input: PutMultiRegionAccessPointPolicyCommandInput;
|
|
48
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
49
|
constructor(input: PutMultiRegionAccessPointPolicyCommandInput);
|
|
48
50
|
/**
|
|
49
51
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutPublicAccessBlockRequest } from "../models/models_0";
|
|
@@ -41,6 +42,7 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class PutPublicAccessBlockCommand extends $Command<PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
|
|
43
44
|
readonly input: PutPublicAccessBlockCommandInput;
|
|
45
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
44
46
|
constructor(input: PutPublicAccessBlockCommandInput);
|
|
45
47
|
/**
|
|
46
48
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutStorageLensConfigurationRequest } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class PutStorageLensConfigurationCommand extends $Command<PutStorageLensConfigurationCommandInput, PutStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
33
34
|
readonly input: PutStorageLensConfigurationCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: PutStorageLensConfigurationCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutStorageLensConfigurationTaggingRequest, PutStorageLensConfigurationTaggingResult } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface PutStorageLensConfigurationTaggingCommandOutput extends PutStor
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class PutStorageLensConfigurationTaggingCommand extends $Command<PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
35
36
|
readonly input: PutStorageLensConfigurationTaggingCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: PutStorageLensConfigurationTaggingCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateJobPriorityRequest, UpdateJobPriorityResult } from "../models/models_0";
|
|
@@ -49,6 +50,7 @@ export interface UpdateJobPriorityCommandOutput extends UpdateJobPriorityResult,
|
|
|
49
50
|
*/
|
|
50
51
|
export declare class UpdateJobPriorityCommand extends $Command<UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput, S3ControlClientResolvedConfig> {
|
|
51
52
|
readonly input: UpdateJobPriorityCommandInput;
|
|
53
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
54
|
constructor(input: UpdateJobPriorityCommandInput);
|
|
53
55
|
/**
|
|
54
56
|
* @internal
|
|
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateJobStatusRequest, UpdateJobStatusResult } from "../models/models_0";
|
|
@@ -50,6 +51,7 @@ export interface UpdateJobStatusCommandOutput extends UpdateJobStatusResult, __M
|
|
|
50
51
|
*/
|
|
51
52
|
export declare class UpdateJobStatusCommand extends $Command<UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput, S3ControlClientResolvedConfig> {
|
|
52
53
|
readonly input: UpdateJobStatusCommandInput;
|
|
54
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
55
|
constructor(input: UpdateJobStatusCommandInput);
|
|
54
56
|
/**
|
|
55
57
|
* @internal
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
useArnRegion?: boolean | Provider<boolean>;
|
|
8
|
+
}
|
|
9
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
10
|
+
defaultSigningName: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
16
|
+
Region?: string;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
UseDualStack?: boolean;
|
|
19
|
+
Endpoint?: string;
|
|
20
|
+
AccountId?: string;
|
|
21
|
+
RequiresAccountId?: boolean;
|
|
22
|
+
OutpostId?: string;
|
|
23
|
+
Bucket?: string;
|
|
24
|
+
AccessPointName?: string;
|
|
25
|
+
UseArnRegion?: boolean;
|
|
26
|
+
}
|
|
@@ -29,8 +29,10 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
|
|
|
29
29
|
disableHostPrefix: boolean;
|
|
30
30
|
logger: import("@aws-sdk/types").Logger;
|
|
31
31
|
serviceId: string;
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
33
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
34
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
35
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
34
36
|
tls?: boolean | undefined;
|
|
35
37
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
36
38
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -30,8 +30,10 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
|
|
|
30
30
|
disableHostPrefix: boolean;
|
|
31
31
|
logger: import("@aws-sdk/types").Logger;
|
|
32
32
|
serviceId: string;
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
34
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
35
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
36
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
35
37
|
tls?: boolean | undefined;
|
|
36
38
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
37
39
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -24,12 +24,14 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
|
|
|
24
24
|
serviceId: string;
|
|
25
25
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
26
26
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
29
28
|
streamHasher: import("@aws-sdk/types").StreamHasher<import("stream").Readable> | import("@aws-sdk/types").StreamHasher<Blob>;
|
|
30
29
|
md5: import("@aws-sdk/types").HashConstructor;
|
|
31
30
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
32
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
31
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
32
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
33
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
34
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
33
35
|
tls?: boolean | undefined;
|
|
34
36
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
35
37
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { S3ControlClientConfig } from "./S3ControlClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
signingEscapePath: boolean;
|
|
13
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -41,7 +43,6 @@ import {
|
|
|
41
43
|
Logger as __Logger,
|
|
42
44
|
Provider as __Provider,
|
|
43
45
|
Provider,
|
|
44
|
-
RegionInfoProvider,
|
|
45
46
|
StreamCollector as __StreamCollector,
|
|
46
47
|
StreamHasher as __StreamHasher,
|
|
47
48
|
UrlParser as __UrlParser,
|
|
@@ -284,6 +285,11 @@ import {
|
|
|
284
285
|
UpdateJobStatusCommandInput,
|
|
285
286
|
UpdateJobStatusCommandOutput,
|
|
286
287
|
} from "./commands/UpdateJobStatusCommand";
|
|
288
|
+
import {
|
|
289
|
+
ClientInputEndpointParameters,
|
|
290
|
+
ClientResolvedEndpointParameters,
|
|
291
|
+
EndpointParameters,
|
|
292
|
+
} from "./endpoint/EndpointParameters";
|
|
287
293
|
export declare type ServiceInputTypes =
|
|
288
294
|
| CreateAccessPointCommandInput
|
|
289
295
|
| CreateAccessPointForObjectLambdaCommandInput
|
|
@@ -425,7 +431,6 @@ export interface ClientDefaults
|
|
|
425
431
|
serviceId?: string;
|
|
426
432
|
region?: string | __Provider<string>;
|
|
427
433
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
428
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
429
434
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
430
435
|
streamHasher?: __StreamHasher<Readable> | __StreamHasher<Blob>;
|
|
431
436
|
md5?: __HashConstructor;
|
|
@@ -436,23 +441,25 @@ declare type S3ControlClientConfigType = Partial<
|
|
|
436
441
|
> &
|
|
437
442
|
ClientDefaults &
|
|
438
443
|
RegionInputConfig &
|
|
439
|
-
|
|
444
|
+
EndpointInputConfig<EndpointParameters> &
|
|
440
445
|
RetryInputConfig &
|
|
441
446
|
HostHeaderInputConfig &
|
|
442
447
|
AwsAuthInputConfig &
|
|
443
448
|
S3ControlInputConfig &
|
|
444
|
-
UserAgentInputConfig
|
|
449
|
+
UserAgentInputConfig &
|
|
450
|
+
ClientInputEndpointParameters;
|
|
445
451
|
export interface S3ControlClientConfig extends S3ControlClientConfigType {}
|
|
446
452
|
declare type S3ControlClientResolvedConfigType =
|
|
447
453
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
448
454
|
Required<ClientDefaults> &
|
|
449
455
|
RegionResolvedConfig &
|
|
450
|
-
|
|
456
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
451
457
|
RetryResolvedConfig &
|
|
452
458
|
HostHeaderResolvedConfig &
|
|
453
459
|
AwsAuthResolvedConfig &
|
|
454
460
|
S3ControlResolvedConfig &
|
|
455
|
-
UserAgentResolvedConfig
|
|
461
|
+
UserAgentResolvedConfig &
|
|
462
|
+
ClientResolvedEndpointParameters;
|
|
456
463
|
export interface S3ControlClientResolvedConfig
|
|
457
464
|
extends S3ControlClientResolvedConfigType {}
|
|
458
465
|
export declare class S3ControlClient extends __Client<
|
|
@@ -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 CreateAccessPointCommand extends $Command<
|
|
|
25
26
|
S3ControlClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateAccessPointCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateAccessPointCommandInput);
|
|
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 CreateAccessPointForObjectLambdaCommand extends $Command<
|
|
|
25
26
|
S3ControlClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateAccessPointForObjectLambdaCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateAccessPointForObjectLambdaCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class CreateBucketCommand extends $Command<
|
|
|
21
22
|
S3ControlClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateBucketCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateBucketCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|