@aws-sdk/client-cloudformation 3.799.0 → 3.804.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.
Files changed (127) hide show
  1. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
  2. package/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -1
  3. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateChangeSetCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateStackRefactorCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteStackSetCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeResourceScanCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
  27. package/dist-types/commands/DetectStackDriftCommand.d.ts +1 -1
  28. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  29. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -1
  30. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -1
  31. package/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -1
  32. package/dist-types/commands/GetGeneratedTemplateCommand.d.ts +1 -1
  33. package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
  34. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
  35. package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListHookResultsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListImportsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListResourceScanResourcesCommand.d.ts +1 -1
  40. package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  47. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  48. package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  49. package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  50. package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  51. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  52. package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  53. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  59. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  60. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  61. package/dist-types/runtimeConfig.d.ts +16 -16
  62. package/dist-types/runtimeConfig.native.d.ts +18 -18
  63. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  64. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  123. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  124. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  125. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  126. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  127. package/package.json +20 -20
@@ -23,7 +23,7 @@ export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescr
23
23
  }
24
24
  declare const BatchDescribeTypeConfigurationsCommand_base: {
25
25
  new (input: BatchDescribeTypeConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchDescribeTypeConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchDescribeTypeConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const CancelUpdateStackCommand_base: {
25
25
  new (input: CancelUpdateStackCommandInput): import("@smithy/smithy-client").CommandImpl<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CancelUpdateStackCommandInput): import("@smithy/smithy-client").CommandImpl<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelUpdateStackCommandInput): import("@smithy/smithy-client").CommandImpl<CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollb
23
23
  }
24
24
  declare const ContinueUpdateRollbackCommand_base: {
25
25
  new (input: ContinueUpdateRollbackCommandInput): import("@smithy/smithy-client").CommandImpl<ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ContinueUpdateRollbackCommandInput): import("@smithy/smithy-client").CommandImpl<ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ContinueUpdateRollbackCommandInput): import("@smithy/smithy-client").CommandImpl<ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
23
23
  }
24
24
  declare const CreateChangeSetCommand_base: {
25
25
  new (input: CreateChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChangeSetCommandInput, CreateChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChangeSetCommandInput, CreateChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChangeSetCommandInput, CreateChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateGeneratedTemplateCommandOutput extends CreateGeneratedTem
23
23
  }
24
24
  declare const CreateGeneratedTemplateCommand_base: {
25
25
  new (input: CreateGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGeneratedTemplateCommandInput, CreateGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGeneratedTemplateCommandInput, CreateGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGeneratedTemplateCommandInput, CreateGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
23
23
  }
24
24
  declare const CreateStackCommand_base: {
25
25
  new (input: CreateStackCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackCommandInput, CreateStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateStackCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackCommandInput, CreateStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateStackCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackCommandInput, CreateStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO
23
23
  }
24
24
  declare const CreateStackInstancesCommand_base: {
25
25
  new (input: CreateStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateStackRefactorCommandOutput extends CreateStackRefactorOut
23
23
  }
24
24
  declare const CreateStackRefactorCommand_base: {
25
25
  new (input: CreateStackRefactorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackRefactorCommandInput, CreateStackRefactorCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateStackRefactorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackRefactorCommandInput, CreateStackRefactorCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateStackRefactorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackRefactorCommandInput, CreateStackRefactorCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __Met
23
23
  }
24
24
  declare const CreateStackSetCommand_base: {
25
25
  new (input: CreateStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackSetCommandInput, CreateStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackSetCommandInput, CreateStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackSetCommandInput, CreateStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
23
23
  }
24
24
  declare const DeleteChangeSetCommand_base: {
25
25
  new (input: DeleteChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteGeneratedTemplateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteGeneratedTemplateCommand_base: {
25
25
  new (input: DeleteGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGeneratedTemplateCommandInput, DeleteGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGeneratedTemplateCommandInput, DeleteGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGeneratedTemplateCommandInput, DeleteGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteStackCommand_base: {
25
25
  new (input: DeleteStackCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackCommandInput, DeleteStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteStackCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackCommandInput, DeleteStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteStackCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackCommandInput, DeleteStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesO
23
23
  }
24
24
  declare const DeleteStackInstancesCommand_base: {
25
25
  new (input: DeleteStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __Met
23
23
  }
24
24
  declare const DeleteStackSetCommand_base: {
25
25
  new (input: DeleteStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackSetCommandInput, DeleteStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackSetCommandInput, DeleteStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackSetCommandInput, DeleteStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput,
23
23
  }
24
24
  declare const DescribeChangeSetCommand_base: {
25
25
  new (input: DescribeChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHo
23
23
  }
24
24
  declare const DescribeChangeSetHooksCommand_base: {
25
25
  new (input: DescribeChangeSetHooksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeChangeSetHooksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeChangeSetHooksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeGeneratedTemplateCommandOutput extends DescribeGenerate
23
23
  }
24
24
  declare const DescribeGeneratedTemplateCommand_base: {
25
25
  new (input: DescribeGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeResourceScanCommandOutput extends DescribeResourceScanO
23
23
  }
24
24
  declare const DescribeResourceScanCommand_base: {
25
25
  new (input: DescribeResourceScanCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceScanCommandInput, DescribeResourceScanCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeResourceScanCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceScanCommandInput, DescribeResourceScanCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeResourceScanCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceScanCommandInput, DescribeResourceScanCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeStackDriftDetectionStatusCommandOutput extends Describe
23
23
  }
24
24
  declare const DescribeStackDriftDetectionStatusCommand_base: {
25
25
  new (input: DescribeStackDriftDetectionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeStackDriftDetectionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeStackDriftDetectionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanc
23
23
  }
24
24
  declare const DescribeStackInstanceCommand_base: {
25
25
  new (input: DescribeStackInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeStackInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeStackInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeStackRefactorCommandOutput extends DescribeStackRefacto
23
23
  }
24
24
  declare const DescribeStackRefactorCommand_base: {
25
25
  new (input: DescribeStackRefactorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackRefactorCommandInput, DescribeStackRefactorCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeStackRefactorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackRefactorCommandInput, DescribeStackRefactorCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeStackRefactorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackRefactorCommandInput, DescribeStackRefactorCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeStackResourceCommandOutput extends DescribeStackResourc
23
23
  }
24
24
  declare const DescribeStackResourceCommand_base: {
25
25
  new (input: DescribeStackResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeStackResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeStackResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
23
23
  }
24
24
  declare const DescribeStackResourceDriftsCommand_base: {
25
25
  new (input: DescribeStackResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeStackResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeStackResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, _
23
23
  }
24
24
  declare const DescribeStackSetCommand_base: {
25
25
  new (input: DescribeStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackSetCommandInput, DescribeStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackSetCommandInput, DescribeStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackSetCommandInput, DescribeStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeStackSetOperationCommandOutput extends DescribeStackSet
23
23
  }
24
24
  declare const DescribeStackSetOperationCommand_base: {
25
25
  new (input: DescribeStackSetOperationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeStackSetOperationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeStackSetOperationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegis
23
23
  }
24
24
  declare const DescribeTypeRegistrationCommand_base: {
25
25
  new (input: DescribeTypeRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeTypeRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTypeRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
23
23
  }
24
24
  declare const DetectStackDriftCommand_base: {
25
25
  new (input: DetectStackDriftCommandInput): import("@smithy/smithy-client").CommandImpl<DetectStackDriftCommandInput, DetectStackDriftCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DetectStackDriftCommandInput): import("@smithy/smithy-client").CommandImpl<DetectStackDriftCommandInput, DetectStackDriftCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetectStackDriftCommandInput): import("@smithy/smithy-client").CommandImpl<DetectStackDriftCommandInput, DetectStackDriftCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
23
23
  }
24
24
  declare const DetectStackResourceDriftCommand_base: {
25
25
  new (input: DetectStackResourceDriftCommandInput): import("@smithy/smithy-client").CommandImpl<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DetectStackResourceDriftCommandInput): import("@smithy/smithy-client").CommandImpl<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetectStackResourceDriftCommandInput): import("@smithy/smithy-client").CommandImpl<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
23
23
  }
24
24
  declare const DetectStackSetDriftCommand_base: {
25
25
  new (input: DetectStackSetDriftCommandInput): import("@smithy/smithy-client").CommandImpl<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DetectStackSetDriftCommandInput): import("@smithy/smithy-client").CommandImpl<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetectStackSetDriftCommandInput): import("@smithy/smithy-client").CommandImpl<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
23
23
  }
24
24
  declare const ExecuteChangeSetCommand_base: {
25
25
  new (input: ExecuteChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExecuteChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExecuteChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ExecuteStackRefactorCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const ExecuteStackRefactorCommand_base: {
25
25
  new (input: ExecuteStackRefactorCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExecuteStackRefactorCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExecuteStackRefactorCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetGeneratedTemplateCommandOutput extends GetGeneratedTemplateO
23
23
  }
24
24
  declare const GetGeneratedTemplateCommand_base: {
25
25
  new (input: GetGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetGeneratedTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __Met
23
23
  }
24
24
  declare const GetStackPolicyCommand_base: {
25
25
  new (input: GetStackPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetStackPolicyCommandInput, GetStackPolicyCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetStackPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetStackPolicyCommandInput, GetStackPolicyCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetStackPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetStackPolicyCommandInput, GetStackPolicyCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStack
23
23
  }
24
24
  declare const ImportStacksToStackSetCommand_base: {
25
25
  new (input: ImportStacksToStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ImportStacksToStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportStacksToStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __Met
23
23
  }
24
24
  declare const ListChangeSetsCommand_base: {
25
25
  new (input: ListChangeSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListChangeSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChangeSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListHookResultsCommandOutput extends ListHookResultsOutput, __M
23
23
  }
24
24
  declare const ListHookResultsCommand_base: {
25
25
  new (input: ListHookResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHookResultsCommandInput, ListHookResultsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListHookResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHookResultsCommandInput, ListHookResultsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListHookResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHookResultsCommandInput, ListHookResultsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataB
23
23
  }
24
24
  declare const ListImportsCommand_base: {
25
25
  new (input: ListImportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListImportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListImportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListResourceScanRelatedResourcesCommandOutput extends ListResou
23
23
  }
24
24
  declare const ListResourceScanRelatedResourcesCommand_base: {
25
25
  new (input: ListResourceScanRelatedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceScanRelatedResourcesCommandInput, ListResourceScanRelatedResourcesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListResourceScanRelatedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceScanRelatedResourcesCommandInput, ListResourceScanRelatedResourcesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListResourceScanRelatedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceScanRelatedResourcesCommandInput, ListResourceScanRelatedResourcesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListResourceScanResourcesCommandOutput extends ListResourceScan
23
23
  }
24
24
  declare const ListResourceScanResourcesCommand_base: {
25
25
  new (input: ListResourceScanResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceScanResourcesCommandInput, ListResourceScanResourcesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListResourceScanResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceScanResourcesCommandInput, ListResourceScanResourcesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListResourceScanResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceScanResourcesCommandInput, ListResourceScanResourcesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListStackInstanceResourceDriftsCommandOutput extends ListStackI
23
23
  }
24
24
  declare const ListStackInstanceResourceDriftsCommand_base: {
25
25
  new (input: ListStackInstanceResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackInstanceResourceDriftsCommandInput, ListStackInstanceResourceDriftsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListStackInstanceResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackInstanceResourceDriftsCommandInput, ListStackInstanceResourceDriftsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListStackInstanceResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackInstanceResourceDriftsCommandInput, ListStackInstanceResourceDriftsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListStackInstancesCommandOutput extends ListStackInstancesOutpu
23
23
  }
24
24
  declare const ListStackInstancesCommand_base: {
25
25
  new (input: ListStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackInstancesCommandInput, ListStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackInstancesCommandInput, ListStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackInstancesCommandInput, ListStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListStackRefactorActionsCommandOutput extends ListStackRefactor
23
23
  }
24
24
  declare const ListStackRefactorActionsCommand_base: {
25
25
  new (input: ListStackRefactorActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListStackRefactorActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListStackRefactorActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListStackResourcesCommandOutput extends ListStackResourcesOutpu
23
23
  }
24
24
  declare const ListStackResourcesCommand_base: {
25
25
  new (input: ListStackResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackResourcesCommandInput, ListStackResourcesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListStackResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackResourcesCommandInput, ListStackResourcesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListStackResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackResourcesCommandInput, ListStackResourcesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListStackSetAutoDeploymentTargetsCommandOutput extends ListStac
23
23
  }
24
24
  declare const ListStackSetAutoDeploymentTargetsCommand_base: {
25
25
  new (input: ListStackSetAutoDeploymentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackSetAutoDeploymentTargetsCommandInput, ListStackSetAutoDeploymentTargetsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListStackSetAutoDeploymentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackSetAutoDeploymentTargetsCommandInput, ListStackSetAutoDeploymentTargetsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListStackSetAutoDeploymentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackSetAutoDeploymentTargetsCommandInput, ListStackSetAutoDeploymentTargetsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListStackSetOperationResultsCommandOutput extends ListStackSetO
23
23
  }
24
24
  declare const ListStackSetOperationResultsCommand_base: {
25
25
  new (input: ListStackSetOperationResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListStackSetOperationResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListStackSetOperationResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListStackSetOperationsCommandOutput extends ListStackSetOperati
23
23
  }
24
24
  declare const ListStackSetOperationsCommand_base: {
25
25
  new (input: ListStackSetOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListStackSetOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListStackSetOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgres
23
23
  }
24
24
  declare const RecordHandlerProgressCommand_base: {
25
25
  new (input: RecordHandlerProgressCommandInput): import("@smithy/smithy-client").CommandImpl<RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RecordHandlerProgressCommandInput): import("@smithy/smithy-client").CommandImpl<RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RecordHandlerProgressCommandInput): import("@smithy/smithy-client").CommandImpl<RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
23
23
  }
24
24
  declare const RegisterTypeCommand_base: {
25
25
  new (input: RegisterTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTypeCommandInput, RegisterTypeCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RegisterTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTypeCommandInput, RegisterTypeCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RegisterTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTypeCommandInput, RegisterTypeCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RollbackStackCommandOutput extends RollbackStackOutput, __Metad
23
23
  }
24
24
  declare const RollbackStackCommand_base: {
25
25
  new (input: RollbackStackCommandInput): import("@smithy/smithy-client").CommandImpl<RollbackStackCommandInput, RollbackStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RollbackStackCommandInput): import("@smithy/smithy-client").CommandImpl<RollbackStackCommandInput, RollbackStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RollbackStackCommandInput): import("@smithy/smithy-client").CommandImpl<RollbackStackCommandInput, RollbackStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SetStackPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SetStackPolicyCommand_base: {
25
25
  new (input: SetStackPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetStackPolicyCommandInput, SetStackPolicyCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SetStackPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetStackPolicyCommandInput, SetStackPolicyCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetStackPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetStackPolicyCommandInput, SetStackPolicyCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationO
23
23
  }
24
24
  declare const SetTypeConfigurationCommand_base: {
25
25
  new (input: SetTypeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SetTypeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetTypeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SignalResourceCommand_base: {
25
25
  new (input: SignalResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SignalResourceCommandInput, SignalResourceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SignalResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SignalResourceCommandInput, SignalResourceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SignalResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SignalResourceCommandInput, SignalResourceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**