@aws-sdk/client-cloudformation 3.1019.0 → 3.1020.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 (53) hide show
  1. package/dist-es/CloudFormation.js +8 -8
  2. package/dist-es/waiters/waitForChangeSetCreateComplete.js +1 -1
  3. package/dist-es/waiters/waitForStackCreateComplete.js +1 -1
  4. package/dist-es/waiters/waitForStackDeleteComplete.js +1 -1
  5. package/dist-es/waiters/waitForStackExists.js +1 -1
  6. package/dist-es/waiters/waitForStackImportComplete.js +1 -1
  7. package/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
  8. package/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
  9. package/dist-es/waiters/waitForStackRollbackComplete.js +1 -1
  10. package/dist-es/waiters/waitForStackUpdateComplete.js +1 -1
  11. package/dist-es/waiters/waitForTypeRegistrationComplete.js +1 -1
  12. package/dist-types/CloudFormation.d.ts +90 -90
  13. package/dist-types/CloudFormationClient.d.ts +93 -93
  14. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  15. package/dist-types/index.d.ts +1 -1
  16. package/dist-types/models/models_0.d.ts +1 -1
  17. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/DescribeChangeSetPaginator.d.ts +1 -1
  19. package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +1 -1
  21. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/DescribeStacksPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +1 -1
  28. package/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +1 -1
  29. package/dist-types/pagination/ListResourceScansPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListStackRefactorsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListStackSetsPaginator.d.ts +1 -1
  37. package/dist-types/pagination/ListStacksPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListTypesPaginator.d.ts +1 -1
  41. package/dist-types/ts3.4/CloudFormationClient.d.ts +2 -3
  42. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  43. package/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +3 -3
  44. package/dist-types/waiters/waitForStackCreateComplete.d.ts +3 -3
  45. package/dist-types/waiters/waitForStackDeleteComplete.d.ts +3 -3
  46. package/dist-types/waiters/waitForStackExists.d.ts +3 -3
  47. package/dist-types/waiters/waitForStackImportComplete.d.ts +3 -3
  48. package/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +3 -3
  49. package/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +3 -3
  50. package/dist-types/waiters/waitForStackRollbackComplete.d.ts +3 -3
  51. package/dist-types/waiters/waitForStackUpdateComplete.d.ts +3 -3
  52. package/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +3 -3
  53. package/package.json +14 -14
@@ -7,7 +7,7 @@ import { CancelUpdateStackCommand, } from "./commands/CancelUpdateStackCommand";
7
7
  import { ContinueUpdateRollbackCommand, } from "./commands/ContinueUpdateRollbackCommand";
8
8
  import { CreateChangeSetCommand, } from "./commands/CreateChangeSetCommand";
9
9
  import { CreateGeneratedTemplateCommand, } from "./commands/CreateGeneratedTemplateCommand";
10
- import { CreateStackCommand } from "./commands/CreateStackCommand";
10
+ import { CreateStackCommand, } from "./commands/CreateStackCommand";
11
11
  import { CreateStackInstancesCommand, } from "./commands/CreateStackInstancesCommand";
12
12
  import { CreateStackRefactorCommand, } from "./commands/CreateStackRefactorCommand";
13
13
  import { CreateStackSetCommand, } from "./commands/CreateStackSetCommand";
@@ -15,7 +15,7 @@ import { DeactivateOrganizationsAccessCommand, } from "./commands/DeactivateOrga
15
15
  import { DeactivateTypeCommand, } from "./commands/DeactivateTypeCommand";
16
16
  import { DeleteChangeSetCommand, } from "./commands/DeleteChangeSetCommand";
17
17
  import { DeleteGeneratedTemplateCommand, } from "./commands/DeleteGeneratedTemplateCommand";
18
- import { DeleteStackCommand } from "./commands/DeleteStackCommand";
18
+ import { DeleteStackCommand, } from "./commands/DeleteStackCommand";
19
19
  import { DeleteStackInstancesCommand, } from "./commands/DeleteStackInstancesCommand";
20
20
  import { DeleteStackSetCommand, } from "./commands/DeleteStackSetCommand";
21
21
  import { DeregisterTypeCommand, } from "./commands/DeregisterTypeCommand";
@@ -48,14 +48,14 @@ import { ExecuteStackRefactorCommand, } from "./commands/ExecuteStackRefactorCom
48
48
  import { GetGeneratedTemplateCommand, } from "./commands/GetGeneratedTemplateCommand";
49
49
  import { GetHookResultCommand, } from "./commands/GetHookResultCommand";
50
50
  import { GetStackPolicyCommand, } from "./commands/GetStackPolicyCommand";
51
- import { GetTemplateCommand } from "./commands/GetTemplateCommand";
51
+ import { GetTemplateCommand, } from "./commands/GetTemplateCommand";
52
52
  import { GetTemplateSummaryCommand, } from "./commands/GetTemplateSummaryCommand";
53
53
  import { ImportStacksToStackSetCommand, } from "./commands/ImportStacksToStackSetCommand";
54
54
  import { ListChangeSetsCommand, } from "./commands/ListChangeSetsCommand";
55
- import { ListExportsCommand } from "./commands/ListExportsCommand";
55
+ import { ListExportsCommand, } from "./commands/ListExportsCommand";
56
56
  import { ListGeneratedTemplatesCommand, } from "./commands/ListGeneratedTemplatesCommand";
57
57
  import { ListHookResultsCommand, } from "./commands/ListHookResultsCommand";
58
- import { ListImportsCommand } from "./commands/ListImportsCommand";
58
+ import { ListImportsCommand, } from "./commands/ListImportsCommand";
59
59
  import { ListResourceScanRelatedResourcesCommand, } from "./commands/ListResourceScanRelatedResourcesCommand";
60
60
  import { ListResourceScanResourcesCommand, } from "./commands/ListResourceScanResourcesCommand";
61
61
  import { ListResourceScansCommand, } from "./commands/ListResourceScansCommand";
@@ -64,7 +64,7 @@ import { ListStackInstancesCommand, } from "./commands/ListStackInstancesCommand
64
64
  import { ListStackRefactorActionsCommand, } from "./commands/ListStackRefactorActionsCommand";
65
65
  import { ListStackRefactorsCommand, } from "./commands/ListStackRefactorsCommand";
66
66
  import { ListStackResourcesCommand, } from "./commands/ListStackResourcesCommand";
67
- import { ListStacksCommand } from "./commands/ListStacksCommand";
67
+ import { ListStacksCommand, } from "./commands/ListStacksCommand";
68
68
  import { ListStackSetAutoDeploymentTargetsCommand, } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
69
69
  import { ListStackSetOperationResultsCommand, } from "./commands/ListStackSetOperationResultsCommand";
70
70
  import { ListStackSetOperationsCommand, } from "./commands/ListStackSetOperationsCommand";
@@ -72,7 +72,7 @@ import { ListStackSetsCommand, } from "./commands/ListStackSetsCommand";
72
72
  import { ListTypeRegistrationsCommand, } from "./commands/ListTypeRegistrationsCommand";
73
73
  import { ListTypesCommand } from "./commands/ListTypesCommand";
74
74
  import { ListTypeVersionsCommand, } from "./commands/ListTypeVersionsCommand";
75
- import { PublishTypeCommand } from "./commands/PublishTypeCommand";
75
+ import { PublishTypeCommand, } from "./commands/PublishTypeCommand";
76
76
  import { RecordHandlerProgressCommand, } from "./commands/RecordHandlerProgressCommand";
77
77
  import { RegisterPublisherCommand, } from "./commands/RegisterPublisherCommand";
78
78
  import { RegisterTypeCommand, } from "./commands/RegisterTypeCommand";
@@ -85,7 +85,7 @@ import { StartResourceScanCommand, } from "./commands/StartResourceScanCommand";
85
85
  import { StopStackSetOperationCommand, } from "./commands/StopStackSetOperationCommand";
86
86
  import { TestTypeCommand } from "./commands/TestTypeCommand";
87
87
  import { UpdateGeneratedTemplateCommand, } from "./commands/UpdateGeneratedTemplateCommand";
88
- import { UpdateStackCommand } from "./commands/UpdateStackCommand";
88
+ import { UpdateStackCommand, } from "./commands/UpdateStackCommand";
89
89
  import { UpdateStackInstancesCommand, } from "./commands/UpdateStackInstancesCommand";
90
90
  import { UpdateStackSetCommand, } from "./commands/UpdateStackSetCommand";
91
91
  import { UpdateTerminationProtectionCommand, } from "./commands/UpdateTerminationProtectionCommand";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeChangeSetCommand } from "../commands/DescribeChangeSetCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStackRefactorCommand, } from "../commands/DescribeStackRefactorCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStackRefactorCommand, } from "../commands/DescribeStackRefactorCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeTypeRegistrationCommand, } from "../commands/DescribeTypeRegistrationCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,96 +1,96 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
3
  import { CloudFormationClient } from "./CloudFormationClient";
4
- import { ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
5
- import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
6
- import { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
7
- import { CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
8
- import { ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput } from "./commands/ContinueUpdateRollbackCommand";
9
- import { CreateChangeSetCommandInput, CreateChangeSetCommandOutput } from "./commands/CreateChangeSetCommand";
10
- import { CreateGeneratedTemplateCommandInput, CreateGeneratedTemplateCommandOutput } from "./commands/CreateGeneratedTemplateCommand";
11
- import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
12
- import { CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput } from "./commands/CreateStackInstancesCommand";
13
- import { CreateStackRefactorCommandInput, CreateStackRefactorCommandOutput } from "./commands/CreateStackRefactorCommand";
14
- import { CreateStackSetCommandInput, CreateStackSetCommandOutput } from "./commands/CreateStackSetCommand";
15
- import { DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput } from "./commands/DeactivateOrganizationsAccessCommand";
16
- import { DeactivateTypeCommandInput, DeactivateTypeCommandOutput } from "./commands/DeactivateTypeCommand";
17
- import { DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput } from "./commands/DeleteChangeSetCommand";
18
- import { DeleteGeneratedTemplateCommandInput, DeleteGeneratedTemplateCommandOutput } from "./commands/DeleteGeneratedTemplateCommand";
19
- import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
20
- import { DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput } from "./commands/DeleteStackInstancesCommand";
21
- import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./commands/DeleteStackSetCommand";
22
- import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
23
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
24
- import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
25
- import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
26
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
27
- import { DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
28
- import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
29
- import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
30
- import { DescribeResourceScanCommandInput, DescribeResourceScanCommandOutput } from "./commands/DescribeResourceScanCommand";
31
- import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
32
- import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
33
- import { DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput } from "./commands/DescribeStackInstanceCommand";
34
- import { DescribeStackRefactorCommandInput, DescribeStackRefactorCommandOutput } from "./commands/DescribeStackRefactorCommand";
35
- import { DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput } from "./commands/DescribeStackResourceCommand";
36
- import { DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput } from "./commands/DescribeStackResourceDriftsCommand";
37
- import { DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput } from "./commands/DescribeStackResourcesCommand";
38
- import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
39
- import { DescribeStackSetCommandInput, DescribeStackSetCommandOutput } from "./commands/DescribeStackSetCommand";
40
- import { DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput } from "./commands/DescribeStackSetOperationCommand";
41
- import { DescribeTypeCommandInput, DescribeTypeCommandOutput } from "./commands/DescribeTypeCommand";
42
- import { DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput } from "./commands/DescribeTypeRegistrationCommand";
43
- import { DetectStackDriftCommandInput, DetectStackDriftCommandOutput } from "./commands/DetectStackDriftCommand";
44
- import { DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput } from "./commands/DetectStackResourceDriftCommand";
45
- import { DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput } from "./commands/DetectStackSetDriftCommand";
46
- import { EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput } from "./commands/EstimateTemplateCostCommand";
47
- import { ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput } from "./commands/ExecuteChangeSetCommand";
48
- import { ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput } from "./commands/ExecuteStackRefactorCommand";
49
- import { GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput } from "./commands/GetGeneratedTemplateCommand";
50
- import { GetHookResultCommandInput, GetHookResultCommandOutput } from "./commands/GetHookResultCommand";
51
- import { GetStackPolicyCommandInput, GetStackPolicyCommandOutput } from "./commands/GetStackPolicyCommand";
52
- import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
53
- import { GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput } from "./commands/GetTemplateSummaryCommand";
54
- import { ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput } from "./commands/ImportStacksToStackSetCommand";
55
- import { ListChangeSetsCommandInput, ListChangeSetsCommandOutput } from "./commands/ListChangeSetsCommand";
56
- import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
57
- import { ListGeneratedTemplatesCommandInput, ListGeneratedTemplatesCommandOutput } from "./commands/ListGeneratedTemplatesCommand";
58
- import { ListHookResultsCommandInput, ListHookResultsCommandOutput } from "./commands/ListHookResultsCommand";
59
- import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
60
- import { ListResourceScanRelatedResourcesCommandInput, ListResourceScanRelatedResourcesCommandOutput } from "./commands/ListResourceScanRelatedResourcesCommand";
61
- import { ListResourceScanResourcesCommandInput, ListResourceScanResourcesCommandOutput } from "./commands/ListResourceScanResourcesCommand";
62
- import { ListResourceScansCommandInput, ListResourceScansCommandOutput } from "./commands/ListResourceScansCommand";
63
- import { ListStackInstanceResourceDriftsCommandInput, ListStackInstanceResourceDriftsCommandOutput } from "./commands/ListStackInstanceResourceDriftsCommand";
64
- import { ListStackInstancesCommandInput, ListStackInstancesCommandOutput } from "./commands/ListStackInstancesCommand";
65
- import { ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput } from "./commands/ListStackRefactorActionsCommand";
66
- import { ListStackRefactorsCommandInput, ListStackRefactorsCommandOutput } from "./commands/ListStackRefactorsCommand";
67
- import { ListStackResourcesCommandInput, ListStackResourcesCommandOutput } from "./commands/ListStackResourcesCommand";
68
- import { ListStacksCommandInput, ListStacksCommandOutput } from "./commands/ListStacksCommand";
69
- import { ListStackSetAutoDeploymentTargetsCommandInput, ListStackSetAutoDeploymentTargetsCommandOutput } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
70
- import { ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput } from "./commands/ListStackSetOperationResultsCommand";
71
- import { ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput } from "./commands/ListStackSetOperationsCommand";
72
- import { ListStackSetsCommandInput, ListStackSetsCommandOutput } from "./commands/ListStackSetsCommand";
73
- import { ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput } from "./commands/ListTypeRegistrationsCommand";
74
- import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
75
- import { ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput } from "./commands/ListTypeVersionsCommand";
76
- import { PublishTypeCommandInput, PublishTypeCommandOutput } from "./commands/PublishTypeCommand";
77
- import { RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput } from "./commands/RecordHandlerProgressCommand";
78
- import { RegisterPublisherCommandInput, RegisterPublisherCommandOutput } from "./commands/RegisterPublisherCommand";
79
- import { RegisterTypeCommandInput, RegisterTypeCommandOutput } from "./commands/RegisterTypeCommand";
80
- import { RollbackStackCommandInput, RollbackStackCommandOutput } from "./commands/RollbackStackCommand";
81
- import { SetStackPolicyCommandInput, SetStackPolicyCommandOutput } from "./commands/SetStackPolicyCommand";
82
- import { SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput } from "./commands/SetTypeConfigurationCommand";
83
- import { SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput } from "./commands/SetTypeDefaultVersionCommand";
84
- import { SignalResourceCommandInput, SignalResourceCommandOutput } from "./commands/SignalResourceCommand";
85
- import { StartResourceScanCommandInput, StartResourceScanCommandOutput } from "./commands/StartResourceScanCommand";
86
- import { StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput } from "./commands/StopStackSetOperationCommand";
87
- import { TestTypeCommandInput, TestTypeCommandOutput } from "./commands/TestTypeCommand";
88
- import { UpdateGeneratedTemplateCommandInput, UpdateGeneratedTemplateCommandOutput } from "./commands/UpdateGeneratedTemplateCommand";
89
- import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
90
- import { UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput } from "./commands/UpdateStackInstancesCommand";
91
- import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
92
- import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
93
- import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
4
+ import { type ActivateOrganizationsAccessCommandInput, type ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
5
+ import { type ActivateTypeCommandInput, type ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
6
+ import { type BatchDescribeTypeConfigurationsCommandInput, type BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
7
+ import { type CancelUpdateStackCommandInput, type CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
8
+ import { type ContinueUpdateRollbackCommandInput, type ContinueUpdateRollbackCommandOutput } from "./commands/ContinueUpdateRollbackCommand";
9
+ import { type CreateChangeSetCommandInput, type CreateChangeSetCommandOutput } from "./commands/CreateChangeSetCommand";
10
+ import { type CreateGeneratedTemplateCommandInput, type CreateGeneratedTemplateCommandOutput } from "./commands/CreateGeneratedTemplateCommand";
11
+ import { type CreateStackCommandInput, type CreateStackCommandOutput } from "./commands/CreateStackCommand";
12
+ import { type CreateStackInstancesCommandInput, type CreateStackInstancesCommandOutput } from "./commands/CreateStackInstancesCommand";
13
+ import { type CreateStackRefactorCommandInput, type CreateStackRefactorCommandOutput } from "./commands/CreateStackRefactorCommand";
14
+ import { type CreateStackSetCommandInput, type CreateStackSetCommandOutput } from "./commands/CreateStackSetCommand";
15
+ import { type DeactivateOrganizationsAccessCommandInput, type DeactivateOrganizationsAccessCommandOutput } from "./commands/DeactivateOrganizationsAccessCommand";
16
+ import { type DeactivateTypeCommandInput, type DeactivateTypeCommandOutput } from "./commands/DeactivateTypeCommand";
17
+ import { type DeleteChangeSetCommandInput, type DeleteChangeSetCommandOutput } from "./commands/DeleteChangeSetCommand";
18
+ import { type DeleteGeneratedTemplateCommandInput, type DeleteGeneratedTemplateCommandOutput } from "./commands/DeleteGeneratedTemplateCommand";
19
+ import { type DeleteStackCommandInput, type DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
20
+ import { type DeleteStackInstancesCommandInput, type DeleteStackInstancesCommandOutput } from "./commands/DeleteStackInstancesCommand";
21
+ import { type DeleteStackSetCommandInput, type DeleteStackSetCommandOutput } from "./commands/DeleteStackSetCommand";
22
+ import { type DeregisterTypeCommandInput, type DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
23
+ import { type DescribeAccountLimitsCommandInput, type DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
24
+ import { type DescribeChangeSetCommandInput, type DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
25
+ import { type DescribeChangeSetHooksCommandInput, type DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
26
+ import { type DescribeEventsCommandInput, type DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
27
+ import { type DescribeGeneratedTemplateCommandInput, type DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
28
+ import { type DescribeOrganizationsAccessCommandInput, type DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
29
+ import { type DescribePublisherCommandInput, type DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
30
+ import { type DescribeResourceScanCommandInput, type DescribeResourceScanCommandOutput } from "./commands/DescribeResourceScanCommand";
31
+ import { type DescribeStackDriftDetectionStatusCommandInput, type DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
32
+ import { type DescribeStackEventsCommandInput, type DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
33
+ import { type DescribeStackInstanceCommandInput, type DescribeStackInstanceCommandOutput } from "./commands/DescribeStackInstanceCommand";
34
+ import { type DescribeStackRefactorCommandInput, type DescribeStackRefactorCommandOutput } from "./commands/DescribeStackRefactorCommand";
35
+ import { type DescribeStackResourceCommandInput, type DescribeStackResourceCommandOutput } from "./commands/DescribeStackResourceCommand";
36
+ import { type DescribeStackResourceDriftsCommandInput, type DescribeStackResourceDriftsCommandOutput } from "./commands/DescribeStackResourceDriftsCommand";
37
+ import { type DescribeStackResourcesCommandInput, type DescribeStackResourcesCommandOutput } from "./commands/DescribeStackResourcesCommand";
38
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
39
+ import { type DescribeStackSetCommandInput, type DescribeStackSetCommandOutput } from "./commands/DescribeStackSetCommand";
40
+ import { type DescribeStackSetOperationCommandInput, type DescribeStackSetOperationCommandOutput } from "./commands/DescribeStackSetOperationCommand";
41
+ import { type DescribeTypeCommandInput, type DescribeTypeCommandOutput } from "./commands/DescribeTypeCommand";
42
+ import { type DescribeTypeRegistrationCommandInput, type DescribeTypeRegistrationCommandOutput } from "./commands/DescribeTypeRegistrationCommand";
43
+ import { type DetectStackDriftCommandInput, type DetectStackDriftCommandOutput } from "./commands/DetectStackDriftCommand";
44
+ import { type DetectStackResourceDriftCommandInput, type DetectStackResourceDriftCommandOutput } from "./commands/DetectStackResourceDriftCommand";
45
+ import { type DetectStackSetDriftCommandInput, type DetectStackSetDriftCommandOutput } from "./commands/DetectStackSetDriftCommand";
46
+ import { type EstimateTemplateCostCommandInput, type EstimateTemplateCostCommandOutput } from "./commands/EstimateTemplateCostCommand";
47
+ import { type ExecuteChangeSetCommandInput, type ExecuteChangeSetCommandOutput } from "./commands/ExecuteChangeSetCommand";
48
+ import { type ExecuteStackRefactorCommandInput, type ExecuteStackRefactorCommandOutput } from "./commands/ExecuteStackRefactorCommand";
49
+ import { type GetGeneratedTemplateCommandInput, type GetGeneratedTemplateCommandOutput } from "./commands/GetGeneratedTemplateCommand";
50
+ import { type GetHookResultCommandInput, type GetHookResultCommandOutput } from "./commands/GetHookResultCommand";
51
+ import { type GetStackPolicyCommandInput, type GetStackPolicyCommandOutput } from "./commands/GetStackPolicyCommand";
52
+ import { type GetTemplateCommandInput, type GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
53
+ import { type GetTemplateSummaryCommandInput, type GetTemplateSummaryCommandOutput } from "./commands/GetTemplateSummaryCommand";
54
+ import { type ImportStacksToStackSetCommandInput, type ImportStacksToStackSetCommandOutput } from "./commands/ImportStacksToStackSetCommand";
55
+ import { type ListChangeSetsCommandInput, type ListChangeSetsCommandOutput } from "./commands/ListChangeSetsCommand";
56
+ import { type ListExportsCommandInput, type ListExportsCommandOutput } from "./commands/ListExportsCommand";
57
+ import { type ListGeneratedTemplatesCommandInput, type ListGeneratedTemplatesCommandOutput } from "./commands/ListGeneratedTemplatesCommand";
58
+ import { type ListHookResultsCommandInput, type ListHookResultsCommandOutput } from "./commands/ListHookResultsCommand";
59
+ import { type ListImportsCommandInput, type ListImportsCommandOutput } from "./commands/ListImportsCommand";
60
+ import { type ListResourceScanRelatedResourcesCommandInput, type ListResourceScanRelatedResourcesCommandOutput } from "./commands/ListResourceScanRelatedResourcesCommand";
61
+ import { type ListResourceScanResourcesCommandInput, type ListResourceScanResourcesCommandOutput } from "./commands/ListResourceScanResourcesCommand";
62
+ import { type ListResourceScansCommandInput, type ListResourceScansCommandOutput } from "./commands/ListResourceScansCommand";
63
+ import { type ListStackInstanceResourceDriftsCommandInput, type ListStackInstanceResourceDriftsCommandOutput } from "./commands/ListStackInstanceResourceDriftsCommand";
64
+ import { type ListStackInstancesCommandInput, type ListStackInstancesCommandOutput } from "./commands/ListStackInstancesCommand";
65
+ import { type ListStackRefactorActionsCommandInput, type ListStackRefactorActionsCommandOutput } from "./commands/ListStackRefactorActionsCommand";
66
+ import { type ListStackRefactorsCommandInput, type ListStackRefactorsCommandOutput } from "./commands/ListStackRefactorsCommand";
67
+ import { type ListStackResourcesCommandInput, type ListStackResourcesCommandOutput } from "./commands/ListStackResourcesCommand";
68
+ import { type ListStacksCommandInput, type ListStacksCommandOutput } from "./commands/ListStacksCommand";
69
+ import { type ListStackSetAutoDeploymentTargetsCommandInput, type ListStackSetAutoDeploymentTargetsCommandOutput } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
70
+ import { type ListStackSetOperationResultsCommandInput, type ListStackSetOperationResultsCommandOutput } from "./commands/ListStackSetOperationResultsCommand";
71
+ import { type ListStackSetOperationsCommandInput, type ListStackSetOperationsCommandOutput } from "./commands/ListStackSetOperationsCommand";
72
+ import { type ListStackSetsCommandInput, type ListStackSetsCommandOutput } from "./commands/ListStackSetsCommand";
73
+ import { type ListTypeRegistrationsCommandInput, type ListTypeRegistrationsCommandOutput } from "./commands/ListTypeRegistrationsCommand";
74
+ import { type ListTypesCommandInput, type ListTypesCommandOutput } from "./commands/ListTypesCommand";
75
+ import { type ListTypeVersionsCommandInput, type ListTypeVersionsCommandOutput } from "./commands/ListTypeVersionsCommand";
76
+ import { type PublishTypeCommandInput, type PublishTypeCommandOutput } from "./commands/PublishTypeCommand";
77
+ import { type RecordHandlerProgressCommandInput, type RecordHandlerProgressCommandOutput } from "./commands/RecordHandlerProgressCommand";
78
+ import { type RegisterPublisherCommandInput, type RegisterPublisherCommandOutput } from "./commands/RegisterPublisherCommand";
79
+ import { type RegisterTypeCommandInput, type RegisterTypeCommandOutput } from "./commands/RegisterTypeCommand";
80
+ import { type RollbackStackCommandInput, type RollbackStackCommandOutput } from "./commands/RollbackStackCommand";
81
+ import { type SetStackPolicyCommandInput, type SetStackPolicyCommandOutput } from "./commands/SetStackPolicyCommand";
82
+ import { type SetTypeConfigurationCommandInput, type SetTypeConfigurationCommandOutput } from "./commands/SetTypeConfigurationCommand";
83
+ import { type SetTypeDefaultVersionCommandInput, type SetTypeDefaultVersionCommandOutput } from "./commands/SetTypeDefaultVersionCommand";
84
+ import { type SignalResourceCommandInput, type SignalResourceCommandOutput } from "./commands/SignalResourceCommand";
85
+ import { type StartResourceScanCommandInput, type StartResourceScanCommandOutput } from "./commands/StartResourceScanCommand";
86
+ import { type StopStackSetOperationCommandInput, type StopStackSetOperationCommandOutput } from "./commands/StopStackSetOperationCommand";
87
+ import { type TestTypeCommandInput, type TestTypeCommandOutput } from "./commands/TestTypeCommand";
88
+ import { type UpdateGeneratedTemplateCommandInput, type UpdateGeneratedTemplateCommandOutput } from "./commands/UpdateGeneratedTemplateCommand";
89
+ import { type UpdateStackCommandInput, type UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
90
+ import { type UpdateStackInstancesCommandInput, type UpdateStackInstancesCommandOutput } from "./commands/UpdateStackInstancesCommand";
91
+ import { type UpdateStackSetCommandInput, type UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
92
+ import { type UpdateTerminationProtectionCommandInput, type UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
93
+ import { type ValidateTemplateCommandInput, type ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
94
94
  export interface CloudFormation {
95
95
  /**
96
96
  * @see {@link ActivateOrganizationsAccessCommand}
@@ -5,99 +5,99 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
11
- import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
12
- import { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
13
- import { CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
14
- import { ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput } from "./commands/ContinueUpdateRollbackCommand";
15
- import { CreateChangeSetCommandInput, CreateChangeSetCommandOutput } from "./commands/CreateChangeSetCommand";
16
- import { CreateGeneratedTemplateCommandInput, CreateGeneratedTemplateCommandOutput } from "./commands/CreateGeneratedTemplateCommand";
17
- import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
18
- import { CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput } from "./commands/CreateStackInstancesCommand";
19
- import { CreateStackRefactorCommandInput, CreateStackRefactorCommandOutput } from "./commands/CreateStackRefactorCommand";
20
- import { CreateStackSetCommandInput, CreateStackSetCommandOutput } from "./commands/CreateStackSetCommand";
21
- import { DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput } from "./commands/DeactivateOrganizationsAccessCommand";
22
- import { DeactivateTypeCommandInput, DeactivateTypeCommandOutput } from "./commands/DeactivateTypeCommand";
23
- import { DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput } from "./commands/DeleteChangeSetCommand";
24
- import { DeleteGeneratedTemplateCommandInput, DeleteGeneratedTemplateCommandOutput } from "./commands/DeleteGeneratedTemplateCommand";
25
- import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
26
- import { DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput } from "./commands/DeleteStackInstancesCommand";
27
- import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./commands/DeleteStackSetCommand";
28
- import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
29
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
30
- import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
31
- import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
32
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
33
- import { DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
34
- import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
35
- import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
36
- import { DescribeResourceScanCommandInput, DescribeResourceScanCommandOutput } from "./commands/DescribeResourceScanCommand";
37
- import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
38
- import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
39
- import { DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput } from "./commands/DescribeStackInstanceCommand";
40
- import { DescribeStackRefactorCommandInput, DescribeStackRefactorCommandOutput } from "./commands/DescribeStackRefactorCommand";
41
- import { DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput } from "./commands/DescribeStackResourceCommand";
42
- import { DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput } from "./commands/DescribeStackResourceDriftsCommand";
43
- import { DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput } from "./commands/DescribeStackResourcesCommand";
44
- import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
45
- import { DescribeStackSetCommandInput, DescribeStackSetCommandOutput } from "./commands/DescribeStackSetCommand";
46
- import { DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput } from "./commands/DescribeStackSetOperationCommand";
47
- import { DescribeTypeCommandInput, DescribeTypeCommandOutput } from "./commands/DescribeTypeCommand";
48
- import { DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput } from "./commands/DescribeTypeRegistrationCommand";
49
- import { DetectStackDriftCommandInput, DetectStackDriftCommandOutput } from "./commands/DetectStackDriftCommand";
50
- import { DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput } from "./commands/DetectStackResourceDriftCommand";
51
- import { DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput } from "./commands/DetectStackSetDriftCommand";
52
- import { EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput } from "./commands/EstimateTemplateCostCommand";
53
- import { ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput } from "./commands/ExecuteChangeSetCommand";
54
- import { ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput } from "./commands/ExecuteStackRefactorCommand";
55
- import { GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput } from "./commands/GetGeneratedTemplateCommand";
56
- import { GetHookResultCommandInput, GetHookResultCommandOutput } from "./commands/GetHookResultCommand";
57
- import { GetStackPolicyCommandInput, GetStackPolicyCommandOutput } from "./commands/GetStackPolicyCommand";
58
- import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
59
- import { GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput } from "./commands/GetTemplateSummaryCommand";
60
- import { ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput } from "./commands/ImportStacksToStackSetCommand";
61
- import { ListChangeSetsCommandInput, ListChangeSetsCommandOutput } from "./commands/ListChangeSetsCommand";
62
- import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
63
- import { ListGeneratedTemplatesCommandInput, ListGeneratedTemplatesCommandOutput } from "./commands/ListGeneratedTemplatesCommand";
64
- import { ListHookResultsCommandInput, ListHookResultsCommandOutput } from "./commands/ListHookResultsCommand";
65
- import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
66
- import { ListResourceScanRelatedResourcesCommandInput, ListResourceScanRelatedResourcesCommandOutput } from "./commands/ListResourceScanRelatedResourcesCommand";
67
- import { ListResourceScanResourcesCommandInput, ListResourceScanResourcesCommandOutput } from "./commands/ListResourceScanResourcesCommand";
68
- import { ListResourceScansCommandInput, ListResourceScansCommandOutput } from "./commands/ListResourceScansCommand";
69
- import { ListStackInstanceResourceDriftsCommandInput, ListStackInstanceResourceDriftsCommandOutput } from "./commands/ListStackInstanceResourceDriftsCommand";
70
- import { ListStackInstancesCommandInput, ListStackInstancesCommandOutput } from "./commands/ListStackInstancesCommand";
71
- import { ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput } from "./commands/ListStackRefactorActionsCommand";
72
- import { ListStackRefactorsCommandInput, ListStackRefactorsCommandOutput } from "./commands/ListStackRefactorsCommand";
73
- import { ListStackResourcesCommandInput, ListStackResourcesCommandOutput } from "./commands/ListStackResourcesCommand";
74
- import { ListStacksCommandInput, ListStacksCommandOutput } from "./commands/ListStacksCommand";
75
- import { ListStackSetAutoDeploymentTargetsCommandInput, ListStackSetAutoDeploymentTargetsCommandOutput } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
76
- import { ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput } from "./commands/ListStackSetOperationResultsCommand";
77
- import { ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput } from "./commands/ListStackSetOperationsCommand";
78
- import { ListStackSetsCommandInput, ListStackSetsCommandOutput } from "./commands/ListStackSetsCommand";
79
- import { ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput } from "./commands/ListTypeRegistrationsCommand";
80
- import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
81
- import { ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput } from "./commands/ListTypeVersionsCommand";
82
- import { PublishTypeCommandInput, PublishTypeCommandOutput } from "./commands/PublishTypeCommand";
83
- import { RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput } from "./commands/RecordHandlerProgressCommand";
84
- import { RegisterPublisherCommandInput, RegisterPublisherCommandOutput } from "./commands/RegisterPublisherCommand";
85
- import { RegisterTypeCommandInput, RegisterTypeCommandOutput } from "./commands/RegisterTypeCommand";
86
- import { RollbackStackCommandInput, RollbackStackCommandOutput } from "./commands/RollbackStackCommand";
87
- import { SetStackPolicyCommandInput, SetStackPolicyCommandOutput } from "./commands/SetStackPolicyCommand";
88
- import { SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput } from "./commands/SetTypeConfigurationCommand";
89
- import { SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput } from "./commands/SetTypeDefaultVersionCommand";
90
- import { SignalResourceCommandInput, SignalResourceCommandOutput } from "./commands/SignalResourceCommand";
91
- import { StartResourceScanCommandInput, StartResourceScanCommandOutput } from "./commands/StartResourceScanCommand";
92
- import { StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput } from "./commands/StopStackSetOperationCommand";
93
- import { TestTypeCommandInput, TestTypeCommandOutput } from "./commands/TestTypeCommand";
94
- import { UpdateGeneratedTemplateCommandInput, UpdateGeneratedTemplateCommandOutput } from "./commands/UpdateGeneratedTemplateCommand";
95
- import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
96
- import { UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput } from "./commands/UpdateStackInstancesCommand";
97
- import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
98
- import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
99
- import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
100
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput } from "./commands/ActivateOrganizationsAccessCommand";
11
+ import type { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
12
+ import type { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
13
+ import type { CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
14
+ import type { ContinueUpdateRollbackCommandInput, ContinueUpdateRollbackCommandOutput } from "./commands/ContinueUpdateRollbackCommand";
15
+ import type { CreateChangeSetCommandInput, CreateChangeSetCommandOutput } from "./commands/CreateChangeSetCommand";
16
+ import type { CreateGeneratedTemplateCommandInput, CreateGeneratedTemplateCommandOutput } from "./commands/CreateGeneratedTemplateCommand";
17
+ import type { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
18
+ import type { CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput } from "./commands/CreateStackInstancesCommand";
19
+ import type { CreateStackRefactorCommandInput, CreateStackRefactorCommandOutput } from "./commands/CreateStackRefactorCommand";
20
+ import type { CreateStackSetCommandInput, CreateStackSetCommandOutput } from "./commands/CreateStackSetCommand";
21
+ import type { DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput } from "./commands/DeactivateOrganizationsAccessCommand";
22
+ import type { DeactivateTypeCommandInput, DeactivateTypeCommandOutput } from "./commands/DeactivateTypeCommand";
23
+ import type { DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput } from "./commands/DeleteChangeSetCommand";
24
+ import type { DeleteGeneratedTemplateCommandInput, DeleteGeneratedTemplateCommandOutput } from "./commands/DeleteGeneratedTemplateCommand";
25
+ import type { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
26
+ import type { DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput } from "./commands/DeleteStackInstancesCommand";
27
+ import type { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./commands/DeleteStackSetCommand";
28
+ import type { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
29
+ import type { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
30
+ import type { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
31
+ import type { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
32
+ import type { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
33
+ import type { DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
34
+ import type { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
35
+ import type { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
36
+ import type { DescribeResourceScanCommandInput, DescribeResourceScanCommandOutput } from "./commands/DescribeResourceScanCommand";
37
+ import type { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
38
+ import type { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
39
+ import type { DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput } from "./commands/DescribeStackInstanceCommand";
40
+ import type { DescribeStackRefactorCommandInput, DescribeStackRefactorCommandOutput } from "./commands/DescribeStackRefactorCommand";
41
+ import type { DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput } from "./commands/DescribeStackResourceCommand";
42
+ import type { DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput } from "./commands/DescribeStackResourceDriftsCommand";
43
+ import type { DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput } from "./commands/DescribeStackResourcesCommand";
44
+ import type { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
45
+ import type { DescribeStackSetCommandInput, DescribeStackSetCommandOutput } from "./commands/DescribeStackSetCommand";
46
+ import type { DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput } from "./commands/DescribeStackSetOperationCommand";
47
+ import type { DescribeTypeCommandInput, DescribeTypeCommandOutput } from "./commands/DescribeTypeCommand";
48
+ import type { DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput } from "./commands/DescribeTypeRegistrationCommand";
49
+ import type { DetectStackDriftCommandInput, DetectStackDriftCommandOutput } from "./commands/DetectStackDriftCommand";
50
+ import type { DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput } from "./commands/DetectStackResourceDriftCommand";
51
+ import type { DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput } from "./commands/DetectStackSetDriftCommand";
52
+ import type { EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput } from "./commands/EstimateTemplateCostCommand";
53
+ import type { ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput } from "./commands/ExecuteChangeSetCommand";
54
+ import type { ExecuteStackRefactorCommandInput, ExecuteStackRefactorCommandOutput } from "./commands/ExecuteStackRefactorCommand";
55
+ import type { GetGeneratedTemplateCommandInput, GetGeneratedTemplateCommandOutput } from "./commands/GetGeneratedTemplateCommand";
56
+ import type { GetHookResultCommandInput, GetHookResultCommandOutput } from "./commands/GetHookResultCommand";
57
+ import type { GetStackPolicyCommandInput, GetStackPolicyCommandOutput } from "./commands/GetStackPolicyCommand";
58
+ import type { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
59
+ import type { GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput } from "./commands/GetTemplateSummaryCommand";
60
+ import type { ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput } from "./commands/ImportStacksToStackSetCommand";
61
+ import type { ListChangeSetsCommandInput, ListChangeSetsCommandOutput } from "./commands/ListChangeSetsCommand";
62
+ import type { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
63
+ import type { ListGeneratedTemplatesCommandInput, ListGeneratedTemplatesCommandOutput } from "./commands/ListGeneratedTemplatesCommand";
64
+ import type { ListHookResultsCommandInput, ListHookResultsCommandOutput } from "./commands/ListHookResultsCommand";
65
+ import type { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
66
+ import type { ListResourceScanRelatedResourcesCommandInput, ListResourceScanRelatedResourcesCommandOutput } from "./commands/ListResourceScanRelatedResourcesCommand";
67
+ import type { ListResourceScanResourcesCommandInput, ListResourceScanResourcesCommandOutput } from "./commands/ListResourceScanResourcesCommand";
68
+ import type { ListResourceScansCommandInput, ListResourceScansCommandOutput } from "./commands/ListResourceScansCommand";
69
+ import type { ListStackInstanceResourceDriftsCommandInput, ListStackInstanceResourceDriftsCommandOutput } from "./commands/ListStackInstanceResourceDriftsCommand";
70
+ import type { ListStackInstancesCommandInput, ListStackInstancesCommandOutput } from "./commands/ListStackInstancesCommand";
71
+ import type { ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput } from "./commands/ListStackRefactorActionsCommand";
72
+ import type { ListStackRefactorsCommandInput, ListStackRefactorsCommandOutput } from "./commands/ListStackRefactorsCommand";
73
+ import type { ListStackResourcesCommandInput, ListStackResourcesCommandOutput } from "./commands/ListStackResourcesCommand";
74
+ import type { ListStacksCommandInput, ListStacksCommandOutput } from "./commands/ListStacksCommand";
75
+ import type { ListStackSetAutoDeploymentTargetsCommandInput, ListStackSetAutoDeploymentTargetsCommandOutput } from "./commands/ListStackSetAutoDeploymentTargetsCommand";
76
+ import type { ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput } from "./commands/ListStackSetOperationResultsCommand";
77
+ import type { ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput } from "./commands/ListStackSetOperationsCommand";
78
+ import type { ListStackSetsCommandInput, ListStackSetsCommandOutput } from "./commands/ListStackSetsCommand";
79
+ import type { ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput } from "./commands/ListTypeRegistrationsCommand";
80
+ import type { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
81
+ import type { ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput } from "./commands/ListTypeVersionsCommand";
82
+ import type { PublishTypeCommandInput, PublishTypeCommandOutput } from "./commands/PublishTypeCommand";
83
+ import type { RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput } from "./commands/RecordHandlerProgressCommand";
84
+ import type { RegisterPublisherCommandInput, RegisterPublisherCommandOutput } from "./commands/RegisterPublisherCommand";
85
+ import type { RegisterTypeCommandInput, RegisterTypeCommandOutput } from "./commands/RegisterTypeCommand";
86
+ import type { RollbackStackCommandInput, RollbackStackCommandOutput } from "./commands/RollbackStackCommand";
87
+ import type { SetStackPolicyCommandInput, SetStackPolicyCommandOutput } from "./commands/SetStackPolicyCommand";
88
+ import type { SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput } from "./commands/SetTypeConfigurationCommand";
89
+ import type { SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput } from "./commands/SetTypeDefaultVersionCommand";
90
+ import type { SignalResourceCommandInput, SignalResourceCommandOutput } from "./commands/SignalResourceCommand";
91
+ import type { StartResourceScanCommandInput, StartResourceScanCommandOutput } from "./commands/StartResourceScanCommand";
92
+ import type { StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput } from "./commands/StopStackSetOperationCommand";
93
+ import type { TestTypeCommandInput, TestTypeCommandOutput } from "./commands/TestTypeCommand";
94
+ import type { UpdateGeneratedTemplateCommandInput, UpdateGeneratedTemplateCommandOutput } from "./commands/UpdateGeneratedTemplateCommand";
95
+ import type { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
96
+ import type { UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput } from "./commands/UpdateStackInstancesCommand";
97
+ import type { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
98
+ import type { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
99
+ import type { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
100
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
101
101
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
102
102
  export { __Client };
103
103
  /**
@@ -206,7 +206,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
206
206
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
207
207
  * @internal
208
208
  */
209
- defaultUserAgentProvider?: Provider<__UserAgent>;
209
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
210
210
  /**
211
211
  * Default credentials provider; Not available in browser runtime.
212
212
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { CloudFormationHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export * from "./CloudFormationClient";
18
18
  export * from "./CloudFormation";
19
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
19
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
20
20
  export type { RuntimeExtension } from "./runtimeExtensions";
21
21
  export type { CloudFormationExtensionConfiguration } from "./extensionConfiguration";
22
22
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { AccountFilterType, AccountGateStatus, AfterValueFrom, AnnotationSeverityLevel, AnnotationStatus, AttributeChangeType, BeaconStackOperationStatus, BeforeValueFrom, CallAs, Capability, Category, ChangeAction, ChangeSetHooksStatus, ChangeSetStatus, ChangeSetType, ChangeSource, ChangeType, ConcurrencyMode, DeletionMode, DeploymentMode, DeprecatedStatus, DetailedStatus, DifferenceType, DriftIgnoredReason, EvaluationType, EventType, ExecutionStatus, GeneratedTemplateDeletionPolicy, GeneratedTemplateResourceStatus, GeneratedTemplateStatus, GeneratedTemplateUpdateReplacePolicy, HandlerErrorCode, HookFailureMode, HookInvocationPoint, HookStatus, HookTargetAction, HookTargetType, IdentityProvider, ListHookResultsTargetType, OnFailure, OnStackFailure, OperationResultFilterName, OperationStatus, OperationType, OrganizationStatus, PermissionModels, PolicyAction, ProvisioningType, PublisherStatus, RegionConcurrencyType, RegistrationStatus, RegistryType, Replacement, RequiresRecreation, ResourceAttribute, ResourceScanStatus, ResourceSignalStatus, ResourceStatus, ScanType, StackDriftDetectionStatus, StackDriftStatus, StackInstanceDetailedStatus, StackInstanceFilterName, StackInstanceStatus, StackRefactorActionEntity, StackRefactorActionType, StackRefactorDetection, StackRefactorExecutionStatus, StackRefactorStatus, StackResourceDriftStatus, StackSetDriftDetectionStatus, StackSetDriftStatus, StackSetOperationAction, StackSetOperationResultStatus, StackSetOperationStatus, StackSetStatus, StackStatus, TemplateFormat, TemplateStage, ThirdPartyType, TypeTestsStatus, ValidationStatus, VersionBump, Visibility, WarningType } from "./enums";
1
+ import type { AccountFilterType, AccountGateStatus, AfterValueFrom, AnnotationSeverityLevel, AnnotationStatus, AttributeChangeType, BeaconStackOperationStatus, BeforeValueFrom, CallAs, Capability, Category, ChangeAction, ChangeSetHooksStatus, ChangeSetStatus, ChangeSetType, ChangeSource, ChangeType, ConcurrencyMode, DeletionMode, DeploymentMode, DeprecatedStatus, DetailedStatus, DifferenceType, DriftIgnoredReason, EvaluationType, EventType, ExecutionStatus, GeneratedTemplateDeletionPolicy, GeneratedTemplateResourceStatus, GeneratedTemplateStatus, GeneratedTemplateUpdateReplacePolicy, HandlerErrorCode, HookFailureMode, HookInvocationPoint, HookStatus, HookTargetAction, HookTargetType, IdentityProvider, ListHookResultsTargetType, OnFailure, OnStackFailure, OperationResultFilterName, OperationStatus, OperationType, OrganizationStatus, PermissionModels, PolicyAction, ProvisioningType, PublisherStatus, RegionConcurrencyType, RegistrationStatus, RegistryType, Replacement, RequiresRecreation, ResourceAttribute, ResourceScanStatus, ResourceSignalStatus, ResourceStatus, ScanType, StackDriftDetectionStatus, StackDriftStatus, StackInstanceDetailedStatus, StackInstanceFilterName, StackInstanceStatus, StackRefactorActionEntity, StackRefactorActionType, StackRefactorDetection, StackRefactorExecutionStatus, StackRefactorStatus, StackResourceDriftStatus, StackSetDriftDetectionStatus, StackSetDriftStatus, StackSetOperationAction, StackSetOperationResultStatus, StackSetOperationStatus, StackSetStatus, StackStatus, TemplateFormat, TemplateStage, ThirdPartyType, TypeTestsStatus, ValidationStatus, VersionBump, Visibility, WarningType } from "./enums";
2
2
  /**
3
3
  * <p>Structure that contains the results of the account gate function which CloudFormation invokes,
4
4
  * if present, before proceeding with a StackSet operation in an account and Region.</p>
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "../commands/DescribeChangeSetCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "../commands/DescribeStackEventsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput } from "../commands/DescribeStackResourceDriftsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListChangeSetsCommandInput, ListChangeSetsCommandOutput } from "../commands/ListChangeSetsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListGeneratedTemplatesCommandInput, ListGeneratedTemplatesCommandOutput } from "../commands/ListGeneratedTemplatesCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListResourceScanRelatedResourcesCommandInput, ListResourceScanRelatedResourcesCommandOutput } from "../commands/ListResourceScanRelatedResourcesCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListResourceScanResourcesCommandInput, ListResourceScanResourcesCommandOutput } from "../commands/ListResourceScanResourcesCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListResourceScansCommandInput, ListResourceScansCommandOutput } from "../commands/ListResourceScansCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStackInstancesCommandInput, ListStackInstancesCommandOutput } from "../commands/ListStackInstancesCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStackRefactorActionsCommandInput, ListStackRefactorActionsCommandOutput } from "../commands/ListStackRefactorActionsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStackRefactorsCommandInput, ListStackRefactorsCommandOutput } from "../commands/ListStackRefactorsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStackResourcesCommandInput, ListStackResourcesCommandOutput } from "../commands/ListStackResourcesCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput } from "../commands/ListStackSetOperationResultsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput } from "../commands/ListStackSetOperationsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStackSetsCommandInput, ListStackSetsCommandOutput } from "../commands/ListStackSetsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStacksCommandInput, ListStacksCommandOutput } from "../commands/ListStacksCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput } from "../commands/ListTypeRegistrationsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput } from "../commands/ListTypeVersionsCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTypesCommandInput, ListTypesCommandOutput } from "../commands/ListTypesCommand";
3
- import { CloudFormationPaginationConfiguration } from "./Interfaces";
3
+ import type { CloudFormationPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -612,7 +611,7 @@ export interface ClientDefaults
612
611
  useFipsEndpoint?: boolean | __Provider<boolean>;
613
612
  region?: string | __Provider<string>;
614
613
  profile?: string;
615
- defaultUserAgentProvider?: Provider<__UserAgent>;
614
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
616
615
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
617
616
  maxAttempts?: number | __Provider<number>;
618
617
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { CloudFormationHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeChangeSetCommandInput } from "../commands/DescribeChangeSetCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeChangeSetCommandInput } from "../commands/DescribeChangeSetCommand";
4
4
  /**
5
5
  * Wait until change set status is CREATE_COMPLETE.
6
6
  * @deprecated Use waitUntilChangeSetCreateComplete instead. waitForChangeSetCreateComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
4
4
  /**
5
5
  * Wait until stack status is CREATE_COMPLETE.
6
6
  * @deprecated Use waitUntilStackCreateComplete instead. waitForStackCreateComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
4
4
  /**
5
5
  * Wait until stack status is DELETE_COMPLETE.
6
6
  * @deprecated Use waitUntilStackDeleteComplete instead. waitForStackDeleteComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilStackExists instead. waitForStackExists does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
4
4
  /**
5
5
  * Wait until stack status is IMPORT_COMPLETE.
6
6
  * @deprecated Use waitUntilStackImportComplete instead. waitForStackImportComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
4
4
  /**
5
5
  * Wait until the stack refactor status is CREATE_COMPLETE.
6
6
  * @deprecated Use waitUntilStackRefactorCreateComplete instead. waitForStackRefactorCreateComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
4
4
  /**
5
5
  * Wait until the stack refactor status is EXECUTE_COMPLETE.
6
6
  * @deprecated Use waitUntilStackRefactorExecuteComplete instead. waitForStackRefactorExecuteComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
4
4
  /**
5
5
  * Wait until stack status is UPDATE_ROLLBACK_COMPLETE.
6
6
  * @deprecated Use waitUntilStackRollbackComplete instead. waitForStackRollbackComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
4
4
  /**
5
5
  * Wait until stack status is UPDATE_COMPLETE.
6
6
  * @deprecated Use waitUntilStackUpdateComplete instead. waitForStackUpdateComplete does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeTypeRegistrationCommandInput } from "../commands/DescribeTypeRegistrationCommand";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import type { CloudFormationClient } from "../CloudFormationClient";
3
+ import { type DescribeTypeRegistrationCommandInput } from "../commands/DescribeTypeRegistrationCommand";
4
4
  /**
5
5
  * Wait until type registration is COMPLETE.
6
6
  * @deprecated Use waitUntilTypeRegistrationComplete instead. waitForTypeRegistrationComplete does not throw error in non-success cases.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -23,43 +23,43 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.25",
27
- "@aws-sdk/credential-provider-node": "^3.972.27",
26
+ "@aws-sdk/core": "^3.973.26",
27
+ "@aws-sdk/credential-provider-node": "^3.972.28",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
31
- "@aws-sdk/middleware-user-agent": "^3.972.26",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.10",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.12",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
37
37
  "@smithy/config-resolver": "^4.4.13",
38
- "@smithy/core": "^3.23.12",
38
+ "@smithy/core": "^3.23.13",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
40
40
  "@smithy/hash-node": "^4.2.12",
41
41
  "@smithy/invalid-dependency": "^4.2.12",
42
42
  "@smithy/middleware-content-length": "^4.2.12",
43
- "@smithy/middleware-endpoint": "^4.4.27",
44
- "@smithy/middleware-retry": "^4.4.44",
45
- "@smithy/middleware-serde": "^4.2.15",
43
+ "@smithy/middleware-endpoint": "^4.4.28",
44
+ "@smithy/middleware-retry": "^4.4.45",
45
+ "@smithy/middleware-serde": "^4.2.16",
46
46
  "@smithy/middleware-stack": "^4.2.12",
47
47
  "@smithy/node-config-provider": "^4.3.12",
48
- "@smithy/node-http-handler": "^4.5.0",
48
+ "@smithy/node-http-handler": "^4.5.1",
49
49
  "@smithy/protocol-http": "^5.3.12",
50
- "@smithy/smithy-client": "^4.12.7",
50
+ "@smithy/smithy-client": "^4.12.8",
51
51
  "@smithy/types": "^4.13.1",
52
52
  "@smithy/url-parser": "^4.2.12",
53
53
  "@smithy/util-base64": "^4.3.2",
54
54
  "@smithy/util-body-length-browser": "^4.2.2",
55
55
  "@smithy/util-body-length-node": "^4.2.3",
56
- "@smithy/util-defaults-mode-browser": "^4.3.43",
57
- "@smithy/util-defaults-mode-node": "^4.2.47",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
57
+ "@smithy/util-defaults-mode-node": "^4.2.48",
58
58
  "@smithy/util-endpoints": "^3.3.3",
59
59
  "@smithy/util-middleware": "^4.2.12",
60
60
  "@smithy/util-retry": "^4.2.12",
61
61
  "@smithy/util-utf8": "^4.2.2",
62
- "@smithy/util-waiter": "^4.2.13",
62
+ "@smithy/util-waiter": "^4.2.14",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {