@aws-sdk/client-cloudformation 3.934.0 → 3.935.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 (77) hide show
  1. package/dist-cjs/index.js +574 -574
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +520 -0
  4. package/dist-es/models/errors.js +407 -0
  5. package/dist-es/models/models_0.js +1 -844
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -2
  8. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  9. package/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
  10. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  12. package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
  13. package/dist-types/commands/ListStacksCommand.d.ts +1 -1
  14. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListTypesCommand.d.ts +1 -1
  17. package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  18. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  19. package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  20. package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  21. package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  22. package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  23. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  24. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  25. package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
  27. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  28. package/dist-types/commands/TestTypeCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  34. package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  35. package/dist-types/index.d.ts +3 -1
  36. package/dist-types/models/enums.d.ts +1200 -0
  37. package/dist-types/models/errors.d.ts +413 -0
  38. package/dist-types/models/models_0.d.ts +2937 -1483
  39. package/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +4 -2
  40. package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/index.d.ts +3 -1
  68. package/dist-types/ts3.4/models/enums.d.ts +669 -0
  69. package/dist-types/ts3.4/models/errors.d.ts +264 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +488 -849
  71. package/package.json +12 -12
  72. package/dist-es/models/index.js +0 -2
  73. package/dist-es/models/models_1.js +0 -84
  74. package/dist-types/models/index.d.ts +0 -2
  75. package/dist-types/models/models_1.d.ts +0 -3069
  76. package/dist-types/ts3.4/models/index.d.ts +0 -2
  77. package/dist-types/ts3.4/models/models_1.d.ts +0 -524
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { ListStackRefactorsInput } from "../models/models_0";
9
- import { ListStackRefactorsOutput } from "../models/models_1";
8
+ import {
9
+ ListStackRefactorsInput,
10
+ ListStackRefactorsOutput,
11
+ } from "../models/models_0";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ListStackRefactorsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListStackResourcesInput,
10
10
  ListStackResourcesOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListStackResourcesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListStackSetAutoDeploymentTargetsInput,
10
10
  ListStackSetAutoDeploymentTargetsOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListStackSetAutoDeploymentTargetsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListStackSetOperationResultsInput,
10
10
  ListStackSetOperationResultsOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListStackSetOperationResultsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListStackSetOperationsInput,
10
10
  ListStackSetOperationsOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListStackSetOperationsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_1";
8
+ import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListStackSetsCommandInput extends ListStackSetsInput {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { ListStacksInput, ListStacksOutput } from "../models/models_1";
8
+ import { ListStacksInput, ListStacksOutput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListStacksCommandInput extends ListStacksInput {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListTypeRegistrationsInput,
10
10
  ListTypeRegistrationsOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListTypeRegistrationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListTypeVersionsInput,
10
10
  ListTypeVersionsOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListTypeVersionsCommandInput extends ListTypeVersionsInput {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { ListTypesInput, ListTypesOutput } from "../models/models_1";
8
+ import { ListTypesInput, ListTypesOutput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListTypesCommandInput extends ListTypesInput {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { PublishTypeInput, PublishTypeOutput } from "../models/models_1";
8
+ import { PublishTypeInput, PublishTypeOutput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface PublishTypeCommandInput extends PublishTypeInput {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  RecordHandlerProgressInput,
10
10
  RecordHandlerProgressOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface RecordHandlerProgressCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  RegisterPublisherInput,
10
10
  RegisterPublisherOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface RegisterPublisherCommandInput extends RegisterPublisherInput {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { RegisterTypeInput, RegisterTypeOutput } from "../models/models_1";
8
+ import { RegisterTypeInput, RegisterTypeOutput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface RegisterTypeCommandInput extends RegisterTypeInput {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { RollbackStackInput, RollbackStackOutput } from "../models/models_1";
8
+ import { RollbackStackInput, RollbackStackOutput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface RollbackStackCommandInput extends RollbackStackInput {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { SetStackPolicyInput } from "../models/models_1";
8
+ import { SetStackPolicyInput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface SetStackPolicyCommandInput extends SetStackPolicyInput {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  SetTypeConfigurationInput,
10
10
  SetTypeConfigurationOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface SetTypeConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  SetTypeDefaultVersionInput,
10
10
  SetTypeDefaultVersionOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface SetTypeDefaultVersionCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { SignalResourceInput } from "../models/models_1";
8
+ import { SignalResourceInput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface SignalResourceCommandInput extends SignalResourceInput {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StartResourceScanInput,
10
10
  StartResourceScanOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StartResourceScanCommandInput extends StartResourceScanInput {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StopStackSetOperationInput,
10
10
  StopStackSetOperationOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface StopStackSetOperationCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { TestTypeInput, TestTypeOutput } from "../models/models_1";
8
+ import { TestTypeInput, TestTypeOutput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TestTypeCommandInput extends TestTypeInput {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateGeneratedTemplateInput,
10
10
  UpdateGeneratedTemplateOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateGeneratedTemplateCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { UpdateStackInput, UpdateStackOutput } from "../models/models_1";
8
+ import { UpdateStackInput, UpdateStackOutput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateStackCommandInput extends UpdateStackInput {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateStackInstancesInput,
10
10
  UpdateStackInstancesOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateStackInstancesCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_1";
8
+ import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateStackSetCommandInput extends UpdateStackSetInput {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateTerminationProtectionInput,
10
10
  UpdateTerminationProtectionOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateTerminationProtectionCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ValidateTemplateInput,
10
10
  ValidateTemplateOutput,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ValidateTemplateCommandInput extends ValidateTemplateInput {}
@@ -6,5 +6,7 @@ export { CloudFormationExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./waiters";
9
- export * from "./models";
9
+ export * from "./models/enums";
10
+ export * from "./models/errors";
11
+ export * from "./models/models_0";
10
12
  export { CloudFormationServiceException } from "./models/CloudFormationServiceException";