@aws-sdk/client-cloudformation 3.193.0 → 3.194.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 +11 -0
- package/dist-cjs/CloudFormationClient.js +11 -8
- package/dist-cjs/commands/ActivateTypeCommand.js +10 -0
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/CancelUpdateStackCommand.js +10 -0
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +10 -0
- package/dist-cjs/commands/CreateChangeSetCommand.js +10 -0
- package/dist-cjs/commands/CreateStackCommand.js +10 -0
- package/dist-cjs/commands/CreateStackInstancesCommand.js +10 -0
- package/dist-cjs/commands/CreateStackSetCommand.js +10 -0
- package/dist-cjs/commands/DeactivateTypeCommand.js +10 -0
- package/dist-cjs/commands/DeleteChangeSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteStackCommand.js +10 -0
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +10 -0
- package/dist-cjs/commands/DeleteStackSetCommand.js +10 -0
- package/dist-cjs/commands/DeregisterTypeCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +10 -0
- package/dist-cjs/commands/DescribeChangeSetCommand.js +10 -0
- package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +10 -0
- package/dist-cjs/commands/DescribePublisherCommand.js +10 -0
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeStackEventsCommand.js +10 -0
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +10 -0
- package/dist-cjs/commands/DescribeStackResourceCommand.js +10 -0
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +10 -0
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +10 -0
- package/dist-cjs/commands/DescribeStackSetCommand.js +10 -0
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +10 -0
- package/dist-cjs/commands/DescribeStacksCommand.js +10 -0
- package/dist-cjs/commands/DescribeTypeCommand.js +10 -0
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +10 -0
- package/dist-cjs/commands/DetectStackDriftCommand.js +10 -0
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +10 -0
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +10 -0
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +10 -0
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +10 -0
- package/dist-cjs/commands/GetStackPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +10 -0
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +10 -0
- package/dist-cjs/commands/ListChangeSetsCommand.js +10 -0
- package/dist-cjs/commands/ListExportsCommand.js +10 -0
- package/dist-cjs/commands/ListImportsCommand.js +10 -0
- package/dist-cjs/commands/ListStackInstancesCommand.js +10 -0
- package/dist-cjs/commands/ListStackResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +10 -0
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +10 -0
- package/dist-cjs/commands/ListStackSetsCommand.js +10 -0
- package/dist-cjs/commands/ListStacksCommand.js +10 -0
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +10 -0
- package/dist-cjs/commands/ListTypeVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListTypesCommand.js +10 -0
- package/dist-cjs/commands/PublishTypeCommand.js +10 -0
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +10 -0
- package/dist-cjs/commands/RegisterPublisherCommand.js +10 -0
- package/dist-cjs/commands/RegisterTypeCommand.js +10 -0
- package/dist-cjs/commands/RollbackStackCommand.js +10 -0
- package/dist-cjs/commands/SetStackPolicyCommand.js +10 -0
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +10 -0
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +10 -0
- package/dist-cjs/commands/SignalResourceCommand.js +10 -0
- package/dist-cjs/commands/StopStackSetOperationCommand.js +10 -0
- package/dist-cjs/commands/TestTypeCommand.js +10 -0
- package/dist-cjs/commands/UpdateStackCommand.js +10 -0
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +10 -0
- package/dist-cjs/commands/UpdateStackSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +10 -0
- package/dist-cjs/commands/ValidateTemplateCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/CloudFormationClient.js +12 -9
- package/dist-es/commands/ActivateTypeCommand.js +10 -0
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +10 -0
- package/dist-es/commands/CancelUpdateStackCommand.js +10 -0
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +10 -0
- package/dist-es/commands/CreateChangeSetCommand.js +10 -0
- package/dist-es/commands/CreateStackCommand.js +10 -0
- package/dist-es/commands/CreateStackInstancesCommand.js +10 -0
- package/dist-es/commands/CreateStackSetCommand.js +10 -0
- package/dist-es/commands/DeactivateTypeCommand.js +10 -0
- package/dist-es/commands/DeleteChangeSetCommand.js +10 -0
- package/dist-es/commands/DeleteStackCommand.js +10 -0
- package/dist-es/commands/DeleteStackInstancesCommand.js +10 -0
- package/dist-es/commands/DeleteStackSetCommand.js +10 -0
- package/dist-es/commands/DeregisterTypeCommand.js +10 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +10 -0
- package/dist-es/commands/DescribeChangeSetCommand.js +10 -0
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +10 -0
- package/dist-es/commands/DescribePublisherCommand.js +10 -0
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +10 -0
- package/dist-es/commands/DescribeStackEventsCommand.js +10 -0
- package/dist-es/commands/DescribeStackInstanceCommand.js +10 -0
- package/dist-es/commands/DescribeStackResourceCommand.js +10 -0
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +10 -0
- package/dist-es/commands/DescribeStackResourcesCommand.js +10 -0
- package/dist-es/commands/DescribeStackSetCommand.js +10 -0
- package/dist-es/commands/DescribeStackSetOperationCommand.js +10 -0
- package/dist-es/commands/DescribeStacksCommand.js +10 -0
- package/dist-es/commands/DescribeTypeCommand.js +10 -0
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +10 -0
- package/dist-es/commands/DetectStackDriftCommand.js +10 -0
- package/dist-es/commands/DetectStackResourceDriftCommand.js +10 -0
- package/dist-es/commands/DetectStackSetDriftCommand.js +10 -0
- package/dist-es/commands/EstimateTemplateCostCommand.js +10 -0
- package/dist-es/commands/ExecuteChangeSetCommand.js +10 -0
- package/dist-es/commands/GetStackPolicyCommand.js +10 -0
- package/dist-es/commands/GetTemplateCommand.js +10 -0
- package/dist-es/commands/GetTemplateSummaryCommand.js +10 -0
- package/dist-es/commands/ImportStacksToStackSetCommand.js +10 -0
- package/dist-es/commands/ListChangeSetsCommand.js +10 -0
- package/dist-es/commands/ListExportsCommand.js +10 -0
- package/dist-es/commands/ListImportsCommand.js +10 -0
- package/dist-es/commands/ListStackInstancesCommand.js +10 -0
- package/dist-es/commands/ListStackResourcesCommand.js +10 -0
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +10 -0
- package/dist-es/commands/ListStackSetOperationsCommand.js +10 -0
- package/dist-es/commands/ListStackSetsCommand.js +10 -0
- package/dist-es/commands/ListStacksCommand.js +10 -0
- package/dist-es/commands/ListTypeRegistrationsCommand.js +10 -0
- package/dist-es/commands/ListTypeVersionsCommand.js +10 -0
- package/dist-es/commands/ListTypesCommand.js +10 -0
- package/dist-es/commands/PublishTypeCommand.js +10 -0
- package/dist-es/commands/RecordHandlerProgressCommand.js +10 -0
- package/dist-es/commands/RegisterPublisherCommand.js +10 -0
- package/dist-es/commands/RegisterTypeCommand.js +10 -0
- package/dist-es/commands/RollbackStackCommand.js +10 -0
- package/dist-es/commands/SetStackPolicyCommand.js +10 -0
- package/dist-es/commands/SetTypeConfigurationCommand.js +10 -0
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +10 -0
- package/dist-es/commands/SignalResourceCommand.js +10 -0
- package/dist-es/commands/StopStackSetOperationCommand.js +10 -0
- package/dist-es/commands/TestTypeCommand.js +10 -0
- package/dist-es/commands/UpdateStackCommand.js +10 -0
- package/dist-es/commands/UpdateStackInstancesCommand.js +10 -0
- package/dist-es/commands/UpdateStackSetCommand.js +10 -0
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +10 -0
- package/dist-es/commands/ValidateTemplateCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/CloudFormationClient.d.ts +6 -9
- package/dist-types/commands/ActivateTypeCommand.d.ts +2 -0
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -0
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -0
- package/dist-types/commands/CreateChangeSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateStackCommand.d.ts +2 -0
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +2 -0
- package/dist-types/commands/CreateStackSetCommand.d.ts +2 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStackSetCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTypeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStackSetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTypeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +2 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +2 -0
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -0
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -0
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -0
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -0
- package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -0
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +2 -0
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListExportsCommand.d.ts +2 -0
- package/dist-types/commands/ListImportsCommand.d.ts +2 -0
- package/dist-types/commands/ListStackInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListStackResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -0
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListStackSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListStacksCommand.d.ts +2 -0
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTypesCommand.d.ts +2 -0
- package/dist-types/commands/PublishTypeCommand.d.ts +2 -0
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -0
- package/dist-types/commands/RegisterPublisherCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTypeCommand.d.ts +2 -0
- package/dist-types/commands/RollbackStackCommand.d.ts +2 -0
- package/dist-types/commands/SetStackPolicyCommand.d.ts +2 -0
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +2 -0
- package/dist-types/commands/SignalResourceCommand.d.ts +2 -0
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -0
- package/dist-types/commands/TestTypeCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStackSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -0
- package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -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/CloudFormationClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -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 +4 -2
- package/dist-cjs/endpoints.js +0 -187
- package/dist-es/endpoints.js +0 -183
- 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 { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListExportsInputFilterSensitiveLog, ListExportsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListExportsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListExportsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListImportsInputFilterSensitiveLog, ListImportsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListImportsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListImportsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListStackInstancesInputFilterSensitiveLog, ListStackInstancesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListStackInstancesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStackInstancesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListStackResourcesInputFilterSensitiveLog, ListStackResourcesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListStackResourcesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStackResourcesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListStackSetOperationResultsInputFilterSensitiveLog, ListStackSetOperationResultsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListStackSetOperationResultsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStackSetOperationResultsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListStackSetOperationsInputFilterSensitiveLog, ListStackSetOperationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListStackSetOperationsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStackSetOperationsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListStackSetsInputFilterSensitiveLog, ListStackSetsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListStackSetsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStackSetsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListStacksInputFilterSensitiveLog, ListStacksOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListStacksCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStacksCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListTypeRegistrationsInputFilterSensitiveLog, ListTypeRegistrationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListTypeRegistrationsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListTypeRegistrationsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListTypeVersionsInputFilterSensitiveLog, ListTypeVersionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListTypeVersionsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListTypeVersionsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListTypesInputFilterSensitiveLog, ListTypesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListTypesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListTypesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PublishTypeInputFilterSensitiveLog, PublishTypeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class PublishTypeCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PublishTypeCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RecordHandlerProgressInputFilterSensitiveLog, RecordHandlerProgressOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RecordHandlerProgressCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RecordHandlerProgressCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RegisterPublisherInputFilterSensitiveLog, RegisterPublisherOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RegisterPublisherCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RegisterPublisherCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RegisterTypeInputFilterSensitiveLog, RegisterTypeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RegisterTypeCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RegisterTypeCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { RollbackStackInputFilterSensitiveLog, RollbackStackOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RollbackStackCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RollbackStackCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { SetStackPolicyInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class SetStackPolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, SetStackPolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { SetTypeConfigurationInputFilterSensitiveLog, SetTypeConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class SetTypeConfigurationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, SetTypeConfigurationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { SetTypeDefaultVersionInputFilterSensitiveLog, SetTypeDefaultVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class SetTypeDefaultVersionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, SetTypeDefaultVersionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { SignalResourceInputFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class SignalResourceCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, SignalResourceCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { StopStackSetOperationInputFilterSensitiveLog, StopStackSetOperationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class StopStackSetOperationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StopStackSetOperationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { TestTypeInputFilterSensitiveLog, TestTypeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class TestTypeCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, TestTypeCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateStackInputFilterSensitiveLog, UpdateStackOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateStackCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateStackCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateStackInstancesInputFilterSensitiveLog, UpdateStackInstancesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateStackInstancesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateStackInstancesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateStackSetInputFilterSensitiveLog, UpdateStackSetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateStackSetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateStackSetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { UpdateTerminationProtectionInputFilterSensitiveLog, UpdateTerminationProtectionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateTerminationProtectionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateTerminationProtectionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ValidateTemplateInputFilterSensitiveLog, ValidateTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ValidateTemplateCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ValidateTemplateCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudFormationClient";
|