@aws-sdk/client-cloudformation 3.490.0 → 3.496.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/dist-cjs/CloudFormation.js +1 -151
- package/dist-cjs/CloudFormationClient.js +1 -43
- package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +1 -28
- package/dist-cjs/commands/ActivateTypeCommand.js +1 -28
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/CancelUpdateStackCommand.js +1 -28
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +1 -28
- package/dist-cjs/commands/CreateChangeSetCommand.js +1 -28
- package/dist-cjs/commands/CreateStackCommand.js +1 -28
- package/dist-cjs/commands/CreateStackInstancesCommand.js +1 -28
- package/dist-cjs/commands/CreateStackSetCommand.js +1 -28
- package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +1 -28
- package/dist-cjs/commands/DeactivateTypeCommand.js +1 -28
- package/dist-cjs/commands/DeleteChangeSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteStackCommand.js +1 -28
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +1 -28
- package/dist-cjs/commands/DeleteStackSetCommand.js +1 -28
- package/dist-cjs/commands/DeregisterTypeCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -28
- package/dist-cjs/commands/DescribeChangeSetCommand.js +1 -28
- package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +1 -28
- package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +1 -28
- package/dist-cjs/commands/DescribePublisherCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackEventsCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackResourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackSetCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +1 -28
- package/dist-cjs/commands/DescribeStacksCommand.js +1 -28
- package/dist-cjs/commands/DescribeTypeCommand.js +1 -28
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +1 -28
- package/dist-cjs/commands/DetectStackDriftCommand.js +1 -28
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +1 -28
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +1 -28
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +1 -28
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +1 -28
- package/dist-cjs/commands/GetStackPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +1 -28
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +1 -28
- package/dist-cjs/commands/ListChangeSetsCommand.js +1 -28
- package/dist-cjs/commands/ListExportsCommand.js +1 -28
- package/dist-cjs/commands/ListImportsCommand.js +1 -28
- package/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +1 -28
- package/dist-cjs/commands/ListStackInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListStackResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +1 -28
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +1 -28
- package/dist-cjs/commands/ListStackSetsCommand.js +1 -28
- package/dist-cjs/commands/ListStacksCommand.js +1 -28
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +1 -28
- package/dist-cjs/commands/ListTypeVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListTypesCommand.js +1 -28
- package/dist-cjs/commands/PublishTypeCommand.js +1 -28
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +1 -28
- package/dist-cjs/commands/RegisterPublisherCommand.js +1 -28
- package/dist-cjs/commands/RegisterTypeCommand.js +1 -28
- package/dist-cjs/commands/RollbackStackCommand.js +1 -28
- package/dist-cjs/commands/SetStackPolicyCommand.js +1 -28
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +1 -28
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +1 -28
- package/dist-cjs/commands/SignalResourceCommand.js +1 -28
- package/dist-cjs/commands/StopStackSetOperationCommand.js +1 -28
- package/dist-cjs/commands/TestTypeCommand.js +1 -28
- package/dist-cjs/commands/UpdateStackCommand.js +1 -28
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +1 -28
- package/dist-cjs/commands/UpdateStackSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +1 -28
- package/dist-cjs/commands/ValidateTemplateCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -73
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +11649 -12
- package/dist-cjs/models/CloudFormationServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -662
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeStackEventsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeStacksPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListChangeSetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListImportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackSetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStacksPaginator.js +1 -7
- package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTypeVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTypesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -20
- package/dist-cjs/protocols/Aws_query.js +1 -8546
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -11
- package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +1 -48
- package/dist-cjs/waiters/waitForStackCreateComplete.js +1 -258
- package/dist-cjs/waiters/waitForStackDeleteComplete.js +1 -152
- package/dist-cjs/waiters/waitForStackExists.js +1 -31
- package/dist-cjs/waiters/waitForStackImportComplete.js +1 -122
- package/dist-cjs/waiters/waitForStackRollbackComplete.js +1 -92
- package/dist-cjs/waiters/waitForStackUpdateComplete.js +1 -92
- package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +1 -45
- package/package.json +41 -41
|
@@ -1,151 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CloudFormation = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CloudFormationClient_1 = require("./CloudFormationClient");
|
|
6
|
-
const ActivateOrganizationsAccessCommand_1 = require("./commands/ActivateOrganizationsAccessCommand");
|
|
7
|
-
const ActivateTypeCommand_1 = require("./commands/ActivateTypeCommand");
|
|
8
|
-
const BatchDescribeTypeConfigurationsCommand_1 = require("./commands/BatchDescribeTypeConfigurationsCommand");
|
|
9
|
-
const CancelUpdateStackCommand_1 = require("./commands/CancelUpdateStackCommand");
|
|
10
|
-
const ContinueUpdateRollbackCommand_1 = require("./commands/ContinueUpdateRollbackCommand");
|
|
11
|
-
const CreateChangeSetCommand_1 = require("./commands/CreateChangeSetCommand");
|
|
12
|
-
const CreateStackCommand_1 = require("./commands/CreateStackCommand");
|
|
13
|
-
const CreateStackInstancesCommand_1 = require("./commands/CreateStackInstancesCommand");
|
|
14
|
-
const CreateStackSetCommand_1 = require("./commands/CreateStackSetCommand");
|
|
15
|
-
const DeactivateOrganizationsAccessCommand_1 = require("./commands/DeactivateOrganizationsAccessCommand");
|
|
16
|
-
const DeactivateTypeCommand_1 = require("./commands/DeactivateTypeCommand");
|
|
17
|
-
const DeleteChangeSetCommand_1 = require("./commands/DeleteChangeSetCommand");
|
|
18
|
-
const DeleteStackCommand_1 = require("./commands/DeleteStackCommand");
|
|
19
|
-
const DeleteStackInstancesCommand_1 = require("./commands/DeleteStackInstancesCommand");
|
|
20
|
-
const DeleteStackSetCommand_1 = require("./commands/DeleteStackSetCommand");
|
|
21
|
-
const DeregisterTypeCommand_1 = require("./commands/DeregisterTypeCommand");
|
|
22
|
-
const DescribeAccountLimitsCommand_1 = require("./commands/DescribeAccountLimitsCommand");
|
|
23
|
-
const DescribeChangeSetCommand_1 = require("./commands/DescribeChangeSetCommand");
|
|
24
|
-
const DescribeChangeSetHooksCommand_1 = require("./commands/DescribeChangeSetHooksCommand");
|
|
25
|
-
const DescribeOrganizationsAccessCommand_1 = require("./commands/DescribeOrganizationsAccessCommand");
|
|
26
|
-
const DescribePublisherCommand_1 = require("./commands/DescribePublisherCommand");
|
|
27
|
-
const DescribeStackDriftDetectionStatusCommand_1 = require("./commands/DescribeStackDriftDetectionStatusCommand");
|
|
28
|
-
const DescribeStackEventsCommand_1 = require("./commands/DescribeStackEventsCommand");
|
|
29
|
-
const DescribeStackInstanceCommand_1 = require("./commands/DescribeStackInstanceCommand");
|
|
30
|
-
const DescribeStackResourceCommand_1 = require("./commands/DescribeStackResourceCommand");
|
|
31
|
-
const DescribeStackResourceDriftsCommand_1 = require("./commands/DescribeStackResourceDriftsCommand");
|
|
32
|
-
const DescribeStackResourcesCommand_1 = require("./commands/DescribeStackResourcesCommand");
|
|
33
|
-
const DescribeStacksCommand_1 = require("./commands/DescribeStacksCommand");
|
|
34
|
-
const DescribeStackSetCommand_1 = require("./commands/DescribeStackSetCommand");
|
|
35
|
-
const DescribeStackSetOperationCommand_1 = require("./commands/DescribeStackSetOperationCommand");
|
|
36
|
-
const DescribeTypeCommand_1 = require("./commands/DescribeTypeCommand");
|
|
37
|
-
const DescribeTypeRegistrationCommand_1 = require("./commands/DescribeTypeRegistrationCommand");
|
|
38
|
-
const DetectStackDriftCommand_1 = require("./commands/DetectStackDriftCommand");
|
|
39
|
-
const DetectStackResourceDriftCommand_1 = require("./commands/DetectStackResourceDriftCommand");
|
|
40
|
-
const DetectStackSetDriftCommand_1 = require("./commands/DetectStackSetDriftCommand");
|
|
41
|
-
const EstimateTemplateCostCommand_1 = require("./commands/EstimateTemplateCostCommand");
|
|
42
|
-
const ExecuteChangeSetCommand_1 = require("./commands/ExecuteChangeSetCommand");
|
|
43
|
-
const GetStackPolicyCommand_1 = require("./commands/GetStackPolicyCommand");
|
|
44
|
-
const GetTemplateCommand_1 = require("./commands/GetTemplateCommand");
|
|
45
|
-
const GetTemplateSummaryCommand_1 = require("./commands/GetTemplateSummaryCommand");
|
|
46
|
-
const ImportStacksToStackSetCommand_1 = require("./commands/ImportStacksToStackSetCommand");
|
|
47
|
-
const ListChangeSetsCommand_1 = require("./commands/ListChangeSetsCommand");
|
|
48
|
-
const ListExportsCommand_1 = require("./commands/ListExportsCommand");
|
|
49
|
-
const ListImportsCommand_1 = require("./commands/ListImportsCommand");
|
|
50
|
-
const ListStackInstanceResourceDriftsCommand_1 = require("./commands/ListStackInstanceResourceDriftsCommand");
|
|
51
|
-
const ListStackInstancesCommand_1 = require("./commands/ListStackInstancesCommand");
|
|
52
|
-
const ListStackResourcesCommand_1 = require("./commands/ListStackResourcesCommand");
|
|
53
|
-
const ListStacksCommand_1 = require("./commands/ListStacksCommand");
|
|
54
|
-
const ListStackSetOperationResultsCommand_1 = require("./commands/ListStackSetOperationResultsCommand");
|
|
55
|
-
const ListStackSetOperationsCommand_1 = require("./commands/ListStackSetOperationsCommand");
|
|
56
|
-
const ListStackSetsCommand_1 = require("./commands/ListStackSetsCommand");
|
|
57
|
-
const ListTypeRegistrationsCommand_1 = require("./commands/ListTypeRegistrationsCommand");
|
|
58
|
-
const ListTypesCommand_1 = require("./commands/ListTypesCommand");
|
|
59
|
-
const ListTypeVersionsCommand_1 = require("./commands/ListTypeVersionsCommand");
|
|
60
|
-
const PublishTypeCommand_1 = require("./commands/PublishTypeCommand");
|
|
61
|
-
const RecordHandlerProgressCommand_1 = require("./commands/RecordHandlerProgressCommand");
|
|
62
|
-
const RegisterPublisherCommand_1 = require("./commands/RegisterPublisherCommand");
|
|
63
|
-
const RegisterTypeCommand_1 = require("./commands/RegisterTypeCommand");
|
|
64
|
-
const RollbackStackCommand_1 = require("./commands/RollbackStackCommand");
|
|
65
|
-
const SetStackPolicyCommand_1 = require("./commands/SetStackPolicyCommand");
|
|
66
|
-
const SetTypeConfigurationCommand_1 = require("./commands/SetTypeConfigurationCommand");
|
|
67
|
-
const SetTypeDefaultVersionCommand_1 = require("./commands/SetTypeDefaultVersionCommand");
|
|
68
|
-
const SignalResourceCommand_1 = require("./commands/SignalResourceCommand");
|
|
69
|
-
const StopStackSetOperationCommand_1 = require("./commands/StopStackSetOperationCommand");
|
|
70
|
-
const TestTypeCommand_1 = require("./commands/TestTypeCommand");
|
|
71
|
-
const UpdateStackCommand_1 = require("./commands/UpdateStackCommand");
|
|
72
|
-
const UpdateStackInstancesCommand_1 = require("./commands/UpdateStackInstancesCommand");
|
|
73
|
-
const UpdateStackSetCommand_1 = require("./commands/UpdateStackSetCommand");
|
|
74
|
-
const UpdateTerminationProtectionCommand_1 = require("./commands/UpdateTerminationProtectionCommand");
|
|
75
|
-
const ValidateTemplateCommand_1 = require("./commands/ValidateTemplateCommand");
|
|
76
|
-
const commands = {
|
|
77
|
-
ActivateOrganizationsAccessCommand: ActivateOrganizationsAccessCommand_1.ActivateOrganizationsAccessCommand,
|
|
78
|
-
ActivateTypeCommand: ActivateTypeCommand_1.ActivateTypeCommand,
|
|
79
|
-
BatchDescribeTypeConfigurationsCommand: BatchDescribeTypeConfigurationsCommand_1.BatchDescribeTypeConfigurationsCommand,
|
|
80
|
-
CancelUpdateStackCommand: CancelUpdateStackCommand_1.CancelUpdateStackCommand,
|
|
81
|
-
ContinueUpdateRollbackCommand: ContinueUpdateRollbackCommand_1.ContinueUpdateRollbackCommand,
|
|
82
|
-
CreateChangeSetCommand: CreateChangeSetCommand_1.CreateChangeSetCommand,
|
|
83
|
-
CreateStackCommand: CreateStackCommand_1.CreateStackCommand,
|
|
84
|
-
CreateStackInstancesCommand: CreateStackInstancesCommand_1.CreateStackInstancesCommand,
|
|
85
|
-
CreateStackSetCommand: CreateStackSetCommand_1.CreateStackSetCommand,
|
|
86
|
-
DeactivateOrganizationsAccessCommand: DeactivateOrganizationsAccessCommand_1.DeactivateOrganizationsAccessCommand,
|
|
87
|
-
DeactivateTypeCommand: DeactivateTypeCommand_1.DeactivateTypeCommand,
|
|
88
|
-
DeleteChangeSetCommand: DeleteChangeSetCommand_1.DeleteChangeSetCommand,
|
|
89
|
-
DeleteStackCommand: DeleteStackCommand_1.DeleteStackCommand,
|
|
90
|
-
DeleteStackInstancesCommand: DeleteStackInstancesCommand_1.DeleteStackInstancesCommand,
|
|
91
|
-
DeleteStackSetCommand: DeleteStackSetCommand_1.DeleteStackSetCommand,
|
|
92
|
-
DeregisterTypeCommand: DeregisterTypeCommand_1.DeregisterTypeCommand,
|
|
93
|
-
DescribeAccountLimitsCommand: DescribeAccountLimitsCommand_1.DescribeAccountLimitsCommand,
|
|
94
|
-
DescribeChangeSetCommand: DescribeChangeSetCommand_1.DescribeChangeSetCommand,
|
|
95
|
-
DescribeChangeSetHooksCommand: DescribeChangeSetHooksCommand_1.DescribeChangeSetHooksCommand,
|
|
96
|
-
DescribeOrganizationsAccessCommand: DescribeOrganizationsAccessCommand_1.DescribeOrganizationsAccessCommand,
|
|
97
|
-
DescribePublisherCommand: DescribePublisherCommand_1.DescribePublisherCommand,
|
|
98
|
-
DescribeStackDriftDetectionStatusCommand: DescribeStackDriftDetectionStatusCommand_1.DescribeStackDriftDetectionStatusCommand,
|
|
99
|
-
DescribeStackEventsCommand: DescribeStackEventsCommand_1.DescribeStackEventsCommand,
|
|
100
|
-
DescribeStackInstanceCommand: DescribeStackInstanceCommand_1.DescribeStackInstanceCommand,
|
|
101
|
-
DescribeStackResourceCommand: DescribeStackResourceCommand_1.DescribeStackResourceCommand,
|
|
102
|
-
DescribeStackResourceDriftsCommand: DescribeStackResourceDriftsCommand_1.DescribeStackResourceDriftsCommand,
|
|
103
|
-
DescribeStackResourcesCommand: DescribeStackResourcesCommand_1.DescribeStackResourcesCommand,
|
|
104
|
-
DescribeStacksCommand: DescribeStacksCommand_1.DescribeStacksCommand,
|
|
105
|
-
DescribeStackSetCommand: DescribeStackSetCommand_1.DescribeStackSetCommand,
|
|
106
|
-
DescribeStackSetOperationCommand: DescribeStackSetOperationCommand_1.DescribeStackSetOperationCommand,
|
|
107
|
-
DescribeTypeCommand: DescribeTypeCommand_1.DescribeTypeCommand,
|
|
108
|
-
DescribeTypeRegistrationCommand: DescribeTypeRegistrationCommand_1.DescribeTypeRegistrationCommand,
|
|
109
|
-
DetectStackDriftCommand: DetectStackDriftCommand_1.DetectStackDriftCommand,
|
|
110
|
-
DetectStackResourceDriftCommand: DetectStackResourceDriftCommand_1.DetectStackResourceDriftCommand,
|
|
111
|
-
DetectStackSetDriftCommand: DetectStackSetDriftCommand_1.DetectStackSetDriftCommand,
|
|
112
|
-
EstimateTemplateCostCommand: EstimateTemplateCostCommand_1.EstimateTemplateCostCommand,
|
|
113
|
-
ExecuteChangeSetCommand: ExecuteChangeSetCommand_1.ExecuteChangeSetCommand,
|
|
114
|
-
GetStackPolicyCommand: GetStackPolicyCommand_1.GetStackPolicyCommand,
|
|
115
|
-
GetTemplateCommand: GetTemplateCommand_1.GetTemplateCommand,
|
|
116
|
-
GetTemplateSummaryCommand: GetTemplateSummaryCommand_1.GetTemplateSummaryCommand,
|
|
117
|
-
ImportStacksToStackSetCommand: ImportStacksToStackSetCommand_1.ImportStacksToStackSetCommand,
|
|
118
|
-
ListChangeSetsCommand: ListChangeSetsCommand_1.ListChangeSetsCommand,
|
|
119
|
-
ListExportsCommand: ListExportsCommand_1.ListExportsCommand,
|
|
120
|
-
ListImportsCommand: ListImportsCommand_1.ListImportsCommand,
|
|
121
|
-
ListStackInstanceResourceDriftsCommand: ListStackInstanceResourceDriftsCommand_1.ListStackInstanceResourceDriftsCommand,
|
|
122
|
-
ListStackInstancesCommand: ListStackInstancesCommand_1.ListStackInstancesCommand,
|
|
123
|
-
ListStackResourcesCommand: ListStackResourcesCommand_1.ListStackResourcesCommand,
|
|
124
|
-
ListStacksCommand: ListStacksCommand_1.ListStacksCommand,
|
|
125
|
-
ListStackSetOperationResultsCommand: ListStackSetOperationResultsCommand_1.ListStackSetOperationResultsCommand,
|
|
126
|
-
ListStackSetOperationsCommand: ListStackSetOperationsCommand_1.ListStackSetOperationsCommand,
|
|
127
|
-
ListStackSetsCommand: ListStackSetsCommand_1.ListStackSetsCommand,
|
|
128
|
-
ListTypeRegistrationsCommand: ListTypeRegistrationsCommand_1.ListTypeRegistrationsCommand,
|
|
129
|
-
ListTypesCommand: ListTypesCommand_1.ListTypesCommand,
|
|
130
|
-
ListTypeVersionsCommand: ListTypeVersionsCommand_1.ListTypeVersionsCommand,
|
|
131
|
-
PublishTypeCommand: PublishTypeCommand_1.PublishTypeCommand,
|
|
132
|
-
RecordHandlerProgressCommand: RecordHandlerProgressCommand_1.RecordHandlerProgressCommand,
|
|
133
|
-
RegisterPublisherCommand: RegisterPublisherCommand_1.RegisterPublisherCommand,
|
|
134
|
-
RegisterTypeCommand: RegisterTypeCommand_1.RegisterTypeCommand,
|
|
135
|
-
RollbackStackCommand: RollbackStackCommand_1.RollbackStackCommand,
|
|
136
|
-
SetStackPolicyCommand: SetStackPolicyCommand_1.SetStackPolicyCommand,
|
|
137
|
-
SetTypeConfigurationCommand: SetTypeConfigurationCommand_1.SetTypeConfigurationCommand,
|
|
138
|
-
SetTypeDefaultVersionCommand: SetTypeDefaultVersionCommand_1.SetTypeDefaultVersionCommand,
|
|
139
|
-
SignalResourceCommand: SignalResourceCommand_1.SignalResourceCommand,
|
|
140
|
-
StopStackSetOperationCommand: StopStackSetOperationCommand_1.StopStackSetOperationCommand,
|
|
141
|
-
TestTypeCommand: TestTypeCommand_1.TestTypeCommand,
|
|
142
|
-
UpdateStackCommand: UpdateStackCommand_1.UpdateStackCommand,
|
|
143
|
-
UpdateStackInstancesCommand: UpdateStackInstancesCommand_1.UpdateStackInstancesCommand,
|
|
144
|
-
UpdateStackSetCommand: UpdateStackSetCommand_1.UpdateStackSetCommand,
|
|
145
|
-
UpdateTerminationProtectionCommand: UpdateTerminationProtectionCommand_1.UpdateTerminationProtectionCommand,
|
|
146
|
-
ValidateTemplateCommand: ValidateTemplateCommand_1.ValidateTemplateCommand,
|
|
147
|
-
};
|
|
148
|
-
class CloudFormation extends CloudFormationClient_1.CloudFormationClient {
|
|
149
|
-
}
|
|
150
|
-
exports.CloudFormation = CloudFormation;
|
|
151
|
-
(0, smithy_client_1.createAggregatedClient)(commands, CloudFormation);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CloudFormationClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class CloudFormationClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.CloudFormationClient = CloudFormationClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActivateOrganizationsAccessCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class ActivateOrganizationsAccessCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "ActivateOrganizationsAccess", {})
|
|
22
|
-
.n("CloudFormationClient", "ActivateOrganizationsAccessCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_ActivateOrganizationsAccessCommand)
|
|
25
|
-
.de(Aws_query_1.de_ActivateOrganizationsAccessCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ActivateOrganizationsAccessCommand = ActivateOrganizationsAccessCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActivateTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class ActivateTypeCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "ActivateType", {})
|
|
22
|
-
.n("CloudFormationClient", "ActivateTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_ActivateTypeCommand)
|
|
25
|
-
.de(Aws_query_1.de_ActivateTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ActivateTypeCommand = ActivateTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDescribeTypeConfigurationsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class BatchDescribeTypeConfigurationsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "BatchDescribeTypeConfigurations", {})
|
|
22
|
-
.n("CloudFormationClient", "BatchDescribeTypeConfigurationsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_BatchDescribeTypeConfigurationsCommand)
|
|
25
|
-
.de(Aws_query_1.de_BatchDescribeTypeConfigurationsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchDescribeTypeConfigurationsCommand = BatchDescribeTypeConfigurationsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelUpdateStackCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CancelUpdateStackCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "CancelUpdateStack", {})
|
|
22
|
-
.n("CloudFormationClient", "CancelUpdateStackCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CancelUpdateStackCommand)
|
|
25
|
-
.de(Aws_query_1.de_CancelUpdateStackCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelUpdateStackCommand = CancelUpdateStackCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ContinueUpdateRollbackCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class ContinueUpdateRollbackCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "ContinueUpdateRollback", {})
|
|
22
|
-
.n("CloudFormationClient", "ContinueUpdateRollbackCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_ContinueUpdateRollbackCommand)
|
|
25
|
-
.de(Aws_query_1.de_ContinueUpdateRollbackCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ContinueUpdateRollbackCommand = ContinueUpdateRollbackCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateChangeSetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateChangeSetCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "CreateChangeSet", {})
|
|
22
|
-
.n("CloudFormationClient", "CreateChangeSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateChangeSetCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateChangeSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateChangeSetCommand = CreateChangeSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateStackCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateStackCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "CreateStack", {})
|
|
22
|
-
.n("CloudFormationClient", "CreateStackCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateStackCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateStackCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateStackCommand = CreateStackCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateStackInstancesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateStackInstancesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "CreateStackInstances", {})
|
|
22
|
-
.n("CloudFormationClient", "CreateStackInstancesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateStackInstancesCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateStackInstancesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateStackInstancesCommand = CreateStackInstancesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateStackSetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateStackSetCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "CreateStackSet", {})
|
|
22
|
-
.n("CloudFormationClient", "CreateStackSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateStackSetCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateStackSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateStackSetCommand = CreateStackSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeactivateOrganizationsAccessCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DeactivateOrganizationsAccessCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "DeactivateOrganizationsAccess", {})
|
|
22
|
-
.n("CloudFormationClient", "DeactivateOrganizationsAccessCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeactivateOrganizationsAccessCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeactivateOrganizationsAccessCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeactivateOrganizationsAccessCommand = DeactivateOrganizationsAccessCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeactivateTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DeactivateTypeCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "DeactivateType", {})
|
|
22
|
-
.n("CloudFormationClient", "DeactivateTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeactivateTypeCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeactivateTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeactivateTypeCommand = DeactivateTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChangeSetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DeleteChangeSetCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "DeleteChangeSet", {})
|
|
22
|
-
.n("CloudFormationClient", "DeleteChangeSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteChangeSetCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteChangeSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChangeSetCommand = DeleteChangeSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteStackCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DeleteStackCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "DeleteStack", {})
|
|
22
|
-
.n("CloudFormationClient", "DeleteStackCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteStackCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteStackCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteStackCommand = DeleteStackCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteStackInstancesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class DeleteStackInstancesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "DeleteStackInstances", {})
|
|
22
|
-
.n("CloudFormationClient", "DeleteStackInstancesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteStackInstancesCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteStackInstancesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteStackInstancesCommand = DeleteStackInstancesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|