@aws-sdk/client-cloudformation 3.169.0 → 3.170.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 (108) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CloudFormation.d.ts +1198 -335
  3. package/dist-types/ts3.4/CloudFormationClient.d.ts +526 -139
  4. package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +37 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +7 -7
  73. package/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +8 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +3100 -2855
  76. package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  81. package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +17 -17
  94. package/dist-types/ts3.4/protocols/Aws_query.d.ts +797 -200
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +13 -7
  101. package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +13 -7
  102. package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +13 -7
  103. package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +13 -7
  104. package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +13 -7
  105. package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +13 -7
  106. package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +13 -7
  107. package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +13 -7
  108. package/package.json +35 -35
@@ -1,66 +1,66 @@
1
- export * from "./ActivateTypeCommand";
2
- export * from "./BatchDescribeTypeConfigurationsCommand";
3
- export * from "./CancelUpdateStackCommand";
4
- export * from "./ContinueUpdateRollbackCommand";
5
- export * from "./CreateChangeSetCommand";
6
- export * from "./CreateStackCommand";
7
- export * from "./CreateStackInstancesCommand";
8
- export * from "./CreateStackSetCommand";
9
- export * from "./DeactivateTypeCommand";
10
- export * from "./DeleteChangeSetCommand";
11
- export * from "./DeleteStackCommand";
12
- export * from "./DeleteStackInstancesCommand";
13
- export * from "./DeleteStackSetCommand";
14
- export * from "./DeregisterTypeCommand";
15
- export * from "./DescribeAccountLimitsCommand";
16
- export * from "./DescribeChangeSetCommand";
17
- export * from "./DescribeChangeSetHooksCommand";
18
- export * from "./DescribePublisherCommand";
19
- export * from "./DescribeStackDriftDetectionStatusCommand";
20
- export * from "./DescribeStackEventsCommand";
21
- export * from "./DescribeStackInstanceCommand";
22
- export * from "./DescribeStackResourceCommand";
23
- export * from "./DescribeStackResourceDriftsCommand";
24
- export * from "./DescribeStackResourcesCommand";
25
- export * from "./DescribeStackSetCommand";
26
- export * from "./DescribeStackSetOperationCommand";
27
- export * from "./DescribeStacksCommand";
28
- export * from "./DescribeTypeCommand";
29
- export * from "./DescribeTypeRegistrationCommand";
30
- export * from "./DetectStackDriftCommand";
31
- export * from "./DetectStackResourceDriftCommand";
32
- export * from "./DetectStackSetDriftCommand";
33
- export * from "./EstimateTemplateCostCommand";
34
- export * from "./ExecuteChangeSetCommand";
35
- export * from "./GetStackPolicyCommand";
36
- export * from "./GetTemplateCommand";
37
- export * from "./GetTemplateSummaryCommand";
38
- export * from "./ImportStacksToStackSetCommand";
39
- export * from "./ListChangeSetsCommand";
40
- export * from "./ListExportsCommand";
41
- export * from "./ListImportsCommand";
42
- export * from "./ListStackInstancesCommand";
43
- export * from "./ListStackResourcesCommand";
44
- export * from "./ListStackSetOperationResultsCommand";
45
- export * from "./ListStackSetOperationsCommand";
46
- export * from "./ListStackSetsCommand";
47
- export * from "./ListStacksCommand";
48
- export * from "./ListTypeRegistrationsCommand";
49
- export * from "./ListTypeVersionsCommand";
50
- export * from "./ListTypesCommand";
51
- export * from "./PublishTypeCommand";
52
- export * from "./RecordHandlerProgressCommand";
53
- export * from "./RegisterPublisherCommand";
54
- export * from "./RegisterTypeCommand";
55
- export * from "./RollbackStackCommand";
56
- export * from "./SetStackPolicyCommand";
57
- export * from "./SetTypeConfigurationCommand";
58
- export * from "./SetTypeDefaultVersionCommand";
59
- export * from "./SignalResourceCommand";
60
- export * from "./StopStackSetOperationCommand";
61
- export * from "./TestTypeCommand";
62
- export * from "./UpdateStackCommand";
63
- export * from "./UpdateStackInstancesCommand";
64
- export * from "./UpdateStackSetCommand";
65
- export * from "./UpdateTerminationProtectionCommand";
66
- export * from "./ValidateTemplateCommand";
1
+ export * from "./ActivateTypeCommand";
2
+ export * from "./BatchDescribeTypeConfigurationsCommand";
3
+ export * from "./CancelUpdateStackCommand";
4
+ export * from "./ContinueUpdateRollbackCommand";
5
+ export * from "./CreateChangeSetCommand";
6
+ export * from "./CreateStackCommand";
7
+ export * from "./CreateStackInstancesCommand";
8
+ export * from "./CreateStackSetCommand";
9
+ export * from "./DeactivateTypeCommand";
10
+ export * from "./DeleteChangeSetCommand";
11
+ export * from "./DeleteStackCommand";
12
+ export * from "./DeleteStackInstancesCommand";
13
+ export * from "./DeleteStackSetCommand";
14
+ export * from "./DeregisterTypeCommand";
15
+ export * from "./DescribeAccountLimitsCommand";
16
+ export * from "./DescribeChangeSetCommand";
17
+ export * from "./DescribeChangeSetHooksCommand";
18
+ export * from "./DescribePublisherCommand";
19
+ export * from "./DescribeStackDriftDetectionStatusCommand";
20
+ export * from "./DescribeStackEventsCommand";
21
+ export * from "./DescribeStackInstanceCommand";
22
+ export * from "./DescribeStackResourceCommand";
23
+ export * from "./DescribeStackResourceDriftsCommand";
24
+ export * from "./DescribeStackResourcesCommand";
25
+ export * from "./DescribeStackSetCommand";
26
+ export * from "./DescribeStackSetOperationCommand";
27
+ export * from "./DescribeStacksCommand";
28
+ export * from "./DescribeTypeCommand";
29
+ export * from "./DescribeTypeRegistrationCommand";
30
+ export * from "./DetectStackDriftCommand";
31
+ export * from "./DetectStackResourceDriftCommand";
32
+ export * from "./DetectStackSetDriftCommand";
33
+ export * from "./EstimateTemplateCostCommand";
34
+ export * from "./ExecuteChangeSetCommand";
35
+ export * from "./GetStackPolicyCommand";
36
+ export * from "./GetTemplateCommand";
37
+ export * from "./GetTemplateSummaryCommand";
38
+ export * from "./ImportStacksToStackSetCommand";
39
+ export * from "./ListChangeSetsCommand";
40
+ export * from "./ListExportsCommand";
41
+ export * from "./ListImportsCommand";
42
+ export * from "./ListStackInstancesCommand";
43
+ export * from "./ListStackResourcesCommand";
44
+ export * from "./ListStackSetOperationResultsCommand";
45
+ export * from "./ListStackSetOperationsCommand";
46
+ export * from "./ListStackSetsCommand";
47
+ export * from "./ListStacksCommand";
48
+ export * from "./ListTypeRegistrationsCommand";
49
+ export * from "./ListTypeVersionsCommand";
50
+ export * from "./ListTypesCommand";
51
+ export * from "./PublishTypeCommand";
52
+ export * from "./RecordHandlerProgressCommand";
53
+ export * from "./RegisterPublisherCommand";
54
+ export * from "./RegisterTypeCommand";
55
+ export * from "./RollbackStackCommand";
56
+ export * from "./SetStackPolicyCommand";
57
+ export * from "./SetTypeConfigurationCommand";
58
+ export * from "./SetTypeDefaultVersionCommand";
59
+ export * from "./SignalResourceCommand";
60
+ export * from "./StopStackSetOperationCommand";
61
+ export * from "./TestTypeCommand";
62
+ export * from "./UpdateStackCommand";
63
+ export * from "./UpdateStackInstancesCommand";
64
+ export * from "./UpdateStackSetCommand";
65
+ export * from "./UpdateTerminationProtectionCommand";
66
+ export * from "./ValidateTemplateCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,7 +1,7 @@
1
- export * from "./CloudFormation";
2
- export * from "./CloudFormationClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
7
- export { CloudFormationServiceException } from "./models/CloudFormationServiceException";
1
+ export * from "./CloudFormation";
2
+ export * from "./CloudFormationClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { CloudFormationServiceException } from "./models/CloudFormationServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class CloudFormationServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class CloudFormationServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";