@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 { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class ListJobsCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListJobsCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -9,8 +10,19 @@ export class ListMultiRegionAccessPointsCommand extends $Command {
|
|
|
9
10
|
super();
|
|
10
11
|
this.input = input;
|
|
11
12
|
}
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
12
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
13
24
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListMultiRegionAccessPointsCommand.getEndpointParameterInstructions()));
|
|
14
26
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
15
27
|
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
16
28
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getRedirectFromPostIdPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,20 @@ export class ListRegionalBucketsCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
OutpostId: { type: "contextParams", name: "OutpostId" },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
11
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
24
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListRegionalBucketsCommand.getEndpointParameterInstructions()));
|
|
13
26
|
this.middlewareStack.use(getRedirectFromPostIdPlugin(configuration));
|
|
14
27
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
28
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class ListStorageLensConfigurationsCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStorageLensConfigurationsCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class PutAccessPointConfigurationForObjectLambdaCommand extends $Command
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutAccessPointConfigurationForObjectLambdaCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,20 @@ export class PutAccessPointPolicyCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccessPointName: { type: "contextParams", name: "AccessPointName" },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
11
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
24
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutAccessPointPolicyCommand.getEndpointParameterInstructions()));
|
|
13
26
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
27
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
28
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class PutAccessPointPolicyForObjectLambdaCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutAccessPointPolicyForObjectLambdaCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -9,8 +10,20 @@ export class PutBucketLifecycleConfigurationCommand extends $Command {
|
|
|
9
10
|
super();
|
|
10
11
|
this.input = input;
|
|
11
12
|
}
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
12
24
|
resolveMiddleware(clientStack, configuration, options) {
|
|
13
25
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
26
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutBucketLifecycleConfigurationCommand.getEndpointParameterInstructions()));
|
|
14
27
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
15
28
|
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
16
29
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -9,8 +10,20 @@ export class PutBucketPolicyCommand extends $Command {
|
|
|
9
10
|
super();
|
|
10
11
|
this.input = input;
|
|
11
12
|
}
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
12
24
|
resolveMiddleware(clientStack, configuration, options) {
|
|
13
25
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
26
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutBucketPolicyCommand.getEndpointParameterInstructions()));
|
|
14
27
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
15
28
|
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
16
29
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -9,8 +10,20 @@ export class PutBucketTaggingCommand extends $Command {
|
|
|
9
10
|
super();
|
|
10
11
|
this.input = input;
|
|
11
12
|
}
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
12
24
|
resolveMiddleware(clientStack, configuration, options) {
|
|
13
25
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
26
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutBucketTaggingCommand.getEndpointParameterInstructions()));
|
|
14
27
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
15
28
|
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
16
29
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -9,8 +10,18 @@ export class PutBucketVersioningCommand extends $Command {
|
|
|
9
10
|
super();
|
|
10
11
|
this.input = input;
|
|
11
12
|
}
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
12
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
13
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutBucketVersioningCommand.getEndpointParameterInstructions()));
|
|
14
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
15
26
|
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
16
27
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class PutJobTaggingCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutJobTaggingCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -9,8 +10,19 @@ export class PutMultiRegionAccessPointPolicyCommand extends $Command {
|
|
|
9
10
|
super();
|
|
10
11
|
this.input = input;
|
|
11
12
|
}
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
18
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
19
|
+
Region: { type: "builtInParams", name: "region" },
|
|
20
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
|
+
};
|
|
22
|
+
}
|
|
12
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
13
24
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutMultiRegionAccessPointPolicyCommand.getEndpointParameterInstructions()));
|
|
14
26
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
15
27
|
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
16
28
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class PutPublicAccessBlockCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutPublicAccessBlockCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class PutStorageLensConfigurationCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutStorageLensConfigurationCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class PutStorageLensConfigurationTaggingCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutStorageLensConfigurationTaggingCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class UpdateJobPriorityCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateJobPriorityCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,8 +9,19 @@ export class UpdateJobStatusCommand extends $Command {
|
|
|
8
9
|
super();
|
|
9
10
|
this.input = input;
|
|
10
11
|
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
12
23
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateJobStatusCommand.getEndpointParameterInstructions()));
|
|
13
25
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
26
|
const stack = clientStack.concat(this.middlewareStack);
|
|
15
27
|
const { logger } = configuration;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { resolveEndpoint } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { ruleSet } from "../endpoint/ruleset";
|
|
3
|
+
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
|
+
return resolveEndpoint(ruleSet, {
|
|
5
|
+
endpointParams: endpointParams,
|
|
6
|
+
logger: context.logger,
|
|
7
|
+
});
|
|
8
|
+
};
|