@aws-sdk/client-cloudformation 3.533.0 → 3.536.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/README.md +8 -0
- package/dist-cjs/index.js +91 -2
- package/dist-es/CloudFormation.js +2 -0
- package/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +0 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_query.js +73 -0
- package/dist-types/CloudFormation.d.ts +37 -1
- package/dist-types/CloudFormationClient.d.ts +4 -3
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
- package/dist-types/commands/ActivateTypeCommand.d.ts +5 -2
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
- package/dist-types/commands/CreateChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateStackCommand.d.ts +2 -1
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +2 -1
- package/dist-types/commands/CreateStackSetCommand.d.ts +2 -1
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
- package/dist-types/commands/DeactivateTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStackSetCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublisherCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourceScanCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackSetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/DetectStackDriftCommand.d.ts +2 -1
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -1
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/GetGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -1
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +2 -1
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListImportsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceScanResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
- package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
- package/dist-types/commands/ListStackInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListStackResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +73 -0
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListStacksCommand.d.ts +2 -1
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTypesCommand.d.ts +2 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +2 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTypeCommand.d.ts +4 -3
- package/dist-types/commands/RollbackStackCommand.d.ts +2 -1
- package/dist-types/commands/SetStackPolicyCommand.d.ts +2 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +4 -2
- package/dist-types/commands/SignalResourceCommand.d.ts +3 -2
- package/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -1
- package/dist-types/commands/TestTypeCommand.d.ts +4 -3
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +8 -7
- package/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
- package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1103 -1062
- package/dist-types/models/models_1.d.ts +141 -96
- package/dist-types/protocols/Aws_query.d.ts +9 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +52 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +11 -4
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -13
- package/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/package.json +41 -41
|
@@ -25,6 +25,15 @@ declare const DescribeGeneratedTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeGeneratedTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeGeneratedTemplateCommandInput,
|
|
32
|
+
DescribeGeneratedTemplateCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeGeneratedTemplateCommand extends DescribeGeneratedTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeOrganizationsAccessCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeOrganizationsAccessCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeOrganizationsAccessCommandInput,
|
|
32
|
+
DescribeOrganizationsAccessCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeOrganizationsAccessCommand extends DescribeOrganizationsAccessCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribePublisherCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DescribePublisherCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribePublisherCommandInput,
|
|
31
|
+
DescribePublisherCommandOutput,
|
|
32
|
+
CloudFormationClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribePublisherCommand extends DescribePublisherCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeResourceScanCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeResourceScanCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeResourceScanCommandInput,
|
|
32
|
+
DescribeResourceScanCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeResourceScanCommand extends DescribeResourceScanCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStackDriftDetectionStatusCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeStackDriftDetectionStatusCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStackDriftDetectionStatusCommandInput,
|
|
32
|
+
DescribeStackDriftDetectionStatusCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStackDriftDetectionStatusCommand extends DescribeStackDriftDetectionStatusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStackEventsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeStackEventsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStackEventsCommandInput,
|
|
32
|
+
DescribeStackEventsCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStackEventsCommand extends DescribeStackEventsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStackInstanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeStackInstanceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStackInstanceCommandInput,
|
|
32
|
+
DescribeStackInstanceCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStackInstanceCommand extends DescribeStackInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStackResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeStackResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStackResourceCommandInput,
|
|
32
|
+
DescribeStackResourceCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStackResourceCommand extends DescribeStackResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStackResourceDriftsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeStackResourceDriftsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStackResourceDriftsCommandInput,
|
|
32
|
+
DescribeStackResourceDriftsCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStackResourceDriftsCommand extends DescribeStackResourceDriftsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStackResourcesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeStackResourcesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStackResourcesCommandInput,
|
|
32
|
+
DescribeStackResourcesCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStackResourcesCommand extends DescribeStackResourcesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeStackSetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeStackSetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeStackSetCommandInput,
|
|
31
|
+
DescribeStackSetCommandOutput,
|
|
32
|
+
CloudFormationClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeStackSetCommand extends DescribeStackSetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStackSetOperationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeStackSetOperationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStackSetOperationCommandInput,
|
|
32
|
+
DescribeStackSetOperationCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStackSetOperationCommand extends DescribeStackSetOperationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeStacksCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [DescribeStacksCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeStacksCommandInput,
|
|
28
|
+
DescribeStacksCommandOutput,
|
|
29
|
+
CloudFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeStacksCommand extends DescribeStacksCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeTypeCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [DescribeTypeCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeTypeCommandInput,
|
|
28
|
+
DescribeTypeCommandOutput,
|
|
29
|
+
CloudFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeTypeCommand extends DescribeTypeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTypeRegistrationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeTypeRegistrationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTypeRegistrationCommandInput,
|
|
32
|
+
DescribeTypeRegistrationCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTypeRegistrationCommand extends DescribeTypeRegistrationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DetectStackDriftCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DetectStackDriftCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DetectStackDriftCommandInput,
|
|
31
|
+
DetectStackDriftCommandOutput,
|
|
32
|
+
CloudFormationClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DetectStackDriftCommand extends DetectStackDriftCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DetectStackResourceDriftCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DetectStackResourceDriftCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DetectStackResourceDriftCommandInput,
|
|
32
|
+
DetectStackResourceDriftCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DetectStackResourceDriftCommand extends DetectStackResourceDriftCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DetectStackSetDriftCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DetectStackSetDriftCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DetectStackSetDriftCommandInput,
|
|
32
|
+
DetectStackSetDriftCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DetectStackSetDriftCommand extends DetectStackSetDriftCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const EstimateTemplateCostCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [EstimateTemplateCostCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
EstimateTemplateCostCommandInput,
|
|
32
|
+
EstimateTemplateCostCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class EstimateTemplateCostCommand extends EstimateTemplateCostCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ExecuteChangeSetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ExecuteChangeSetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ExecuteChangeSetCommandInput,
|
|
31
|
+
ExecuteChangeSetCommandOutput,
|
|
32
|
+
CloudFormationClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ExecuteChangeSetCommand extends ExecuteChangeSetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetGeneratedTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetGeneratedTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetGeneratedTemplateCommandInput,
|
|
32
|
+
GetGeneratedTemplateCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetGeneratedTemplateCommand extends GetGeneratedTemplateCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetStackPolicyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetStackPolicyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetStackPolicyCommandInput,
|
|
28
|
+
GetStackPolicyCommandOutput,
|
|
29
|
+
CloudFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetStackPolicyCommand extends GetStackPolicyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetTemplateCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [GetTemplateCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetTemplateCommandInput,
|
|
28
|
+
GetTemplateCommandOutput,
|
|
29
|
+
CloudFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetTemplateCommand extends GetTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetTemplateSummaryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [GetTemplateSummaryCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetTemplateSummaryCommandInput,
|
|
32
|
+
GetTemplateSummaryCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetTemplateSummaryCommand extends GetTemplateSummaryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ImportStacksToStackSetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ImportStacksToStackSetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ImportStacksToStackSetCommandInput,
|
|
32
|
+
ImportStacksToStackSetCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ImportStacksToStackSetCommand extends ImportStacksToStackSetCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListChangeSetsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListChangeSetsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListChangeSetsCommandInput,
|
|
28
|
+
ListChangeSetsCommandOutput,
|
|
29
|
+
CloudFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListChangeSetsCommand extends ListChangeSetsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListExportsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListExportsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListExportsCommandInput,
|
|
28
|
+
ListExportsCommandOutput,
|
|
29
|
+
CloudFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListExportsCommand extends ListExportsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListGeneratedTemplatesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListGeneratedTemplatesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListGeneratedTemplatesCommandInput,
|
|
32
|
+
ListGeneratedTemplatesCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListGeneratedTemplatesCommand extends ListGeneratedTemplatesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListImportsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListImportsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListImportsCommandInput,
|
|
28
|
+
ListImportsCommandOutput,
|
|
29
|
+
CloudFormationClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListImportsCommand extends ListImportsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListResourceScanRelatedResourcesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListResourceScanRelatedResourcesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListResourceScanRelatedResourcesCommandInput,
|
|
32
|
+
ListResourceScanRelatedResourcesCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListResourceScanRelatedResourcesCommand extends ListResourceScanRelatedResourcesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListResourceScanResourcesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListResourceScanResourcesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListResourceScanResourcesCommandInput,
|
|
32
|
+
ListResourceScanResourcesCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListResourceScanResourcesCommand extends ListResourceScanResourcesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListResourceScansCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListResourceScansCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListResourceScansCommandInput,
|
|
31
|
+
ListResourceScansCommandOutput,
|
|
32
|
+
CloudFormationClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListResourceScansCommand extends ListResourceScansCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListStackInstanceResourceDriftsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListStackInstanceResourceDriftsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListStackInstanceResourceDriftsCommandInput,
|
|
32
|
+
ListStackInstanceResourceDriftsCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListStackInstanceResourceDriftsCommand extends ListStackInstanceResourceDriftsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListStackInstancesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListStackInstancesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListStackInstancesCommandInput,
|
|
32
|
+
ListStackInstancesCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListStackInstancesCommand extends ListStackInstancesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListStackResourcesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListStackResourcesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListStackResourcesCommandInput,
|
|
32
|
+
ListStackResourcesCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListStackResourcesCommand extends ListStackResourcesCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CloudFormationClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CloudFormationClient";
|
|
8
|
+
import {
|
|
9
|
+
ListStackSetAutoDeploymentTargetsInput,
|
|
10
|
+
ListStackSetAutoDeploymentTargetsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListStackSetAutoDeploymentTargetsCommandInput
|
|
14
|
+
extends ListStackSetAutoDeploymentTargetsInput {}
|
|
15
|
+
export interface ListStackSetAutoDeploymentTargetsCommandOutput
|
|
16
|
+
extends ListStackSetAutoDeploymentTargetsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListStackSetAutoDeploymentTargetsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListStackSetAutoDeploymentTargetsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListStackSetAutoDeploymentTargetsCommandInput,
|
|
23
|
+
ListStackSetAutoDeploymentTargetsCommandOutput,
|
|
24
|
+
CloudFormationClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListStackSetAutoDeploymentTargetsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListStackSetAutoDeploymentTargetsCommandInput,
|
|
32
|
+
ListStackSetAutoDeploymentTargetsCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListStackSetAutoDeploymentTargetsCommand extends ListStackSetAutoDeploymentTargetsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListStackSetOperationResultsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListStackSetOperationResultsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListStackSetOperationResultsCommandInput,
|
|
32
|
+
ListStackSetOperationResultsCommandOutput,
|
|
33
|
+
CloudFormationClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListStackSetOperationResultsCommand extends ListStackSetOperationResultsCommand_base {}
|