@aws-sdk/client-cloudformation 3.51.0 → 3.54.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 (83) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +10 -10
  3. package/dist-cjs/CloudFormation.js +15 -0
  4. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +1 -0
  6. package/dist-cjs/index.js +3 -0
  7. package/dist-cjs/models/CloudFormationServiceException.js +11 -0
  8. package/dist-cjs/models/models_0.js +374 -5
  9. package/dist-cjs/protocols/Aws_query.js +622 -1350
  10. package/dist-es/CloudFormation.js +15 -0
  11. package/dist-es/commands/DescribeChangeSetHooksCommand.js +39 -0
  12. package/dist-es/commands/index.js +1 -0
  13. package/dist-es/index.js +1 -0
  14. package/dist-es/models/CloudFormationServiceException.js +12 -0
  15. package/dist-es/models/models_0.js +338 -1
  16. package/dist-es/protocols/Aws_query.js +1166 -1418
  17. package/dist-types/CloudFormation.d.ts +134 -130
  18. package/dist-types/CloudFormationClient.d.ts +15 -14
  19. package/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
  20. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -2
  21. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
  22. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -8
  23. package/dist-types/commands/CreateChangeSetCommand.d.ts +6 -7
  24. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -4
  26. package/dist-types/commands/DeactivateTypeCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -2
  28. package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
  29. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
  30. package/dist-types/commands/DeregisterTypeCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -3
  33. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +35 -0
  34. package/dist-types/commands/DescribePublisherCommand.d.ts +3 -4
  35. package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  37. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  40. package/dist-types/commands/DetectStackDriftCommand.d.ts +1 -1
  41. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  42. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +7 -6
  43. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +7 -7
  44. package/dist-types/commands/GetTemplateCommand.d.ts +3 -3
  45. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -1
  46. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -6
  47. package/dist-types/commands/ListExportsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListStackSetsCommand.d.ts +2 -3
  51. package/dist-types/commands/PublishTypeCommand.d.ts +4 -6
  52. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  53. package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
  54. package/dist-types/commands/RegisterTypeCommand.d.ts +5 -6
  55. package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  56. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +3 -3
  57. package/dist-types/commands/SignalResourceCommand.d.ts +2 -2
  58. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  59. package/dist-types/commands/TestTypeCommand.d.ts +4 -5
  60. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -5
  62. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  64. package/dist-types/commands/index.d.ts +1 -0
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/models/CloudFormationServiceException.d.ts +10 -0
  67. package/dist-types/models/models_0.d.ts +1165 -800
  68. package/dist-types/protocols/Aws_query.d.ts +3 -0
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  70. package/dist-types/runtimeConfig.d.ts +1 -1
  71. package/dist-types/runtimeConfig.native.d.ts +1 -1
  72. package/dist-types/ts3.4/CloudFormation.d.ts +5 -0
  73. package/dist-types/ts3.4/CloudFormationClient.d.ts +5 -4
  74. package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +6 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +228 -69
  79. package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  83. package/package.json +34 -34
@@ -16,6 +16,7 @@ import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "../comm
16
16
  import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "../commands/DeregisterTypeCommand";
17
17
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
18
18
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "../commands/DescribeChangeSetCommand";
19
+ import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "../commands/DescribeChangeSetHooksCommand";
19
20
  import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "../commands/DescribePublisherCommand";
20
21
  import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "../commands/DescribeStackDriftDetectionStatusCommand";
21
22
  import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "../commands/DescribeStackEventsCommand";
@@ -81,6 +82,7 @@ export declare const serializeAws_queryDeleteStackSetCommand: (input: DeleteStac
81
82
  export declare const serializeAws_queryDeregisterTypeCommand: (input: DeregisterTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
83
  export declare const serializeAws_queryDescribeAccountLimitsCommand: (input: DescribeAccountLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
84
  export declare const serializeAws_queryDescribeChangeSetCommand: (input: DescribeChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_queryDescribeChangeSetHooksCommand: (input: DescribeChangeSetHooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
86
  export declare const serializeAws_queryDescribePublisherCommand: (input: DescribePublisherCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
87
  export declare const serializeAws_queryDescribeStackDriftDetectionStatusCommand: (input: DescribeStackDriftDetectionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
88
  export declare const serializeAws_queryDescribeStackEventsCommand: (input: DescribeStackEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -146,6 +148,7 @@ export declare const deserializeAws_queryDeleteStackSetCommand: (output: __HttpR
146
148
  export declare const deserializeAws_queryDeregisterTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTypeCommandOutput>;
147
149
  export declare const deserializeAws_queryDescribeAccountLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountLimitsCommandOutput>;
148
150
  export declare const deserializeAws_queryDescribeChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChangeSetCommandOutput>;
151
+ export declare const deserializeAws_queryDescribeChangeSetHooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChangeSetHooksCommandOutput>;
149
152
  export declare const deserializeAws_queryDescribePublisherCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePublisherCommandOutput>;
150
153
  export declare const deserializeAws_queryDescribeStackDriftDetectionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStackDriftDetectionStatusCommandOutput>;
151
154
  export declare const deserializeAws_queryDescribeStackEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStackEventsCommandOutput>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
8
8
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
10
  urlParser: import("@aws-sdk/types").UrlParser;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  streamCollector: import("@aws-sdk/types").StreamCollector;
13
13
  base64Decoder: import("@aws-sdk/types").Decoder;
14
14
  base64Encoder: import("@aws-sdk/types").Encoder;
@@ -16,6 +16,7 @@ import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./comma
16
16
  import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
17
17
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
18
18
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
19
+ import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
19
20
  import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
20
21
  import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
21
22
  import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
@@ -132,6 +133,10 @@ export declare class CloudFormation extends CloudFormationClient {
132
133
  describeChangeSet(args: DescribeChangeSetCommandInput, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
133
134
  describeChangeSet(args: DescribeChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetCommandOutput) => void): void;
134
135
 
136
+ describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChangeSetHooksCommandOutput>;
137
+ describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
138
+ describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
139
+
135
140
  describePublisher(args: DescribePublisherCommandInput, options?: __HttpHandlerOptions): Promise<DescribePublisherCommandOutput>;
136
141
  describePublisher(args: DescribePublisherCommandInput, cb: (err: any, data?: DescribePublisherCommandOutput) => void): void;
137
142
  describePublisher(args: DescribePublisherCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePublisherCommandOutput) => void): void;
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "./commands/ActivateTypeCommand";
10
10
  import { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "./commands/BatchDescribeTypeConfigurationsCommand";
11
11
  import { CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput } from "./commands/CancelUpdateStackCommand";
@@ -22,6 +22,7 @@ import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./comma
22
22
  import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
23
23
  import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
24
24
  import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
25
+ import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
25
26
  import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
26
27
  import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
27
28
  import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
@@ -71,8 +72,8 @@ import { UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput } f
71
72
  import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
72
73
  import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
73
74
  import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
74
- export declare type ServiceInputTypes = ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackSetCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribePublisherCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListStackInstancesCommandInput | ListStackResourcesCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
75
- export declare type ServiceOutputTypes = ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackSetCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribePublisherCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListStackInstancesCommandOutput | ListStackResourcesCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
75
+ export declare type ServiceInputTypes = ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackSetCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribePublisherCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListStackInstancesCommandInput | ListStackResourcesCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
76
+ export declare type ServiceOutputTypes = ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackSetCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribePublisherCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListStackInstancesCommandOutput | ListStackResourcesCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
76
77
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
77
78
 
78
79
  requestHandler?: __HttpHandler;
@@ -81,7 +82,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
81
82
 
82
83
  urlParser?: __UrlParser;
83
84
 
84
- bodyLengthChecker?: (body: any) => number | undefined;
85
+ bodyLengthChecker?: __BodyLengthCalculator;
85
86
 
86
87
  streamCollector?: __StreamCollector;
87
88
 
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
4
+ import { DescribeChangeSetHooksInput, DescribeChangeSetHooksOutput } from "../models/models_0";
5
+ export interface DescribeChangeSetHooksCommandInput extends DescribeChangeSetHooksInput {
6
+ }
7
+ export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHooksOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeChangeSetHooksCommand extends $Command<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig> {
11
+ readonly input: DescribeChangeSetHooksCommandInput;
12
+ constructor(input: DescribeChangeSetHooksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -14,6 +14,7 @@ export * from "./DeleteStackSetCommand";
14
14
  export * from "./DeregisterTypeCommand";
15
15
  export * from "./DescribeAccountLimitsCommand";
16
16
  export * from "./DescribeChangeSetCommand";
17
+ export * from "./DescribeChangeSetHooksCommand";
17
18
  export * from "./DescribePublisherCommand";
18
19
  export * from "./DescribeStackDriftDetectionStatusCommand";
19
20
  export * from "./DescribeStackEventsCommand";
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { CloudFormationServiceException } from "./models/CloudFormationServiceException";
@@ -0,0 +1,6 @@
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,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
2
3
  export declare type AccountGateStatus = "FAILED" | "SKIPPED" | "SUCCEEDED";
3
4
 
4
5
  export interface AccountGateResult {
@@ -34,6 +35,7 @@ export declare namespace LoggingConfig {
34
35
  const filterSensitiveLog: (obj: LoggingConfig) => any;
35
36
  }
36
37
  export declare enum ThirdPartyType {
38
+ HOOK = "HOOK",
37
39
  MODULE = "MODULE",
38
40
  RESOURCE = "RESOURCE"
39
41
  }
@@ -76,22 +78,28 @@ export declare namespace ActivateTypeOutput {
76
78
  const filterSensitiveLog: (obj: ActivateTypeOutput) => any;
77
79
  }
78
80
 
79
- export interface CFNRegistryException extends __SmithyException, $MetadataBearer {
80
- name: "CFNRegistryException";
81
- $fault: "client";
81
+ export declare class CFNRegistryException extends __BaseException {
82
+ readonly name: "CFNRegistryException";
83
+ readonly $fault: "client";
82
84
  Message?: string;
85
+
86
+ constructor(opts: __ExceptionOptionType<CFNRegistryException, __BaseException>);
83
87
  }
84
88
 
85
- export interface TypeNotFoundException extends __SmithyException, $MetadataBearer {
86
- name: "TypeNotFoundException";
87
- $fault: "client";
89
+ export declare class TypeNotFoundException extends __BaseException {
90
+ readonly name: "TypeNotFoundException";
91
+ readonly $fault: "client";
88
92
  Message?: string;
93
+
94
+ constructor(opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>);
89
95
  }
90
96
 
91
- export interface AlreadyExistsException extends __SmithyException, $MetadataBearer {
92
- name: "AlreadyExistsException";
93
- $fault: "client";
97
+ export declare class AlreadyExistsException extends __BaseException {
98
+ readonly name: "AlreadyExistsException";
99
+ readonly $fault: "client";
94
100
  Message?: string;
101
+
102
+ constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
95
103
  }
96
104
 
97
105
  export interface AutoDeployment {
@@ -176,10 +184,12 @@ export declare namespace BatchDescribeTypeConfigurationsOutput {
176
184
  const filterSensitiveLog: (obj: BatchDescribeTypeConfigurationsOutput) => any;
177
185
  }
178
186
 
179
- export interface TypeConfigurationNotFoundException extends __SmithyException, $MetadataBearer {
180
- name: "TypeConfigurationNotFoundException";
181
- $fault: "client";
187
+ export declare class TypeConfigurationNotFoundException extends __BaseException {
188
+ readonly name: "TypeConfigurationNotFoundException";
189
+ readonly $fault: "client";
182
190
  Message?: string;
191
+
192
+ constructor(opts: __ExceptionOptionType<TypeConfigurationNotFoundException, __BaseException>);
183
193
  }
184
194
  export declare enum CallAs {
185
195
  DELEGATED_ADMIN = "DELEGATED_ADMIN",
@@ -197,10 +207,12 @@ export declare namespace CancelUpdateStackInput {
197
207
  const filterSensitiveLog: (obj: CancelUpdateStackInput) => any;
198
208
  }
199
209
 
200
- export interface TokenAlreadyExistsException extends __SmithyException, $MetadataBearer {
201
- name: "TokenAlreadyExistsException";
202
- $fault: "client";
210
+ export declare class TokenAlreadyExistsException extends __BaseException {
211
+ readonly name: "TokenAlreadyExistsException";
212
+ readonly $fault: "client";
203
213
  Message?: string;
214
+
215
+ constructor(opts: __ExceptionOptionType<TokenAlreadyExistsException, __BaseException>);
204
216
  }
205
217
  export declare enum Capability {
206
218
  CAPABILITY_AUTO_EXPAND = "CAPABILITY_AUTO_EXPAND",
@@ -321,17 +333,79 @@ export interface Change {
321
333
 
322
334
  Type?: ChangeType | string;
323
335
 
336
+ HookInvocationCount?: number;
337
+
324
338
  ResourceChange?: ResourceChange;
325
339
  }
326
340
  export declare namespace Change {
327
341
 
328
342
  const filterSensitiveLog: (obj: Change) => any;
329
343
  }
344
+ export declare enum HookFailureMode {
345
+ FAIL = "FAIL",
346
+ WARN = "WARN"
347
+ }
348
+ export declare enum HookInvocationPoint {
349
+ PRE_PROVISION = "PRE_PROVISION"
350
+ }
351
+
352
+ export interface ChangeSetHookResourceTargetDetails {
353
+
354
+ LogicalResourceId?: string;
355
+
356
+ ResourceType?: string;
357
+
358
+ ResourceAction?: ChangeAction | string;
359
+ }
360
+ export declare namespace ChangeSetHookResourceTargetDetails {
361
+
362
+ const filterSensitiveLog: (obj: ChangeSetHookResourceTargetDetails) => any;
363
+ }
364
+ export declare enum HookTargetType {
365
+ RESOURCE = "RESOURCE"
366
+ }
367
+
368
+ export interface ChangeSetHookTargetDetails {
369
+
370
+ TargetType?: HookTargetType | string;
371
+
372
+ ResourceTargetDetails?: ChangeSetHookResourceTargetDetails;
373
+ }
374
+ export declare namespace ChangeSetHookTargetDetails {
375
+
376
+ const filterSensitiveLog: (obj: ChangeSetHookTargetDetails) => any;
377
+ }
378
+
379
+ export interface ChangeSetHook {
380
+
381
+ InvocationPoint?: HookInvocationPoint | string;
382
+
383
+ FailureMode?: HookFailureMode | string;
384
+
385
+ TypeName?: string;
386
+
387
+ TypeVersionId?: string;
388
+
389
+ TypeConfigurationVersionId?: string;
390
+
391
+ TargetDetails?: ChangeSetHookTargetDetails;
392
+ }
393
+ export declare namespace ChangeSetHook {
394
+
395
+ const filterSensitiveLog: (obj: ChangeSetHook) => any;
396
+ }
397
+ export declare enum ChangeSetHooksStatus {
398
+ PLANNED = "PLANNED",
399
+ PLANNING = "PLANNING",
400
+ UNAVAILABLE = "UNAVAILABLE"
401
+ }
330
402
 
331
- export interface ChangeSetNotFoundException extends __SmithyException, $MetadataBearer {
332
- name: "ChangeSetNotFoundException";
333
- $fault: "client";
403
+ export declare class ChangeSetNotFoundException extends __BaseException {
404
+ readonly name: "ChangeSetNotFoundException";
405
+ readonly $fault: "client";
334
406
  Message?: string;
407
+
408
+ constructor(opts: __ExceptionOptionType<ChangeSetNotFoundException, __BaseException>);
335
409
  }
336
410
  export declare enum ChangeSetStatus {
337
411
  CREATE_COMPLETE = "CREATE_COMPLETE",
@@ -525,16 +599,20 @@ export declare namespace CreateChangeSetOutput {
525
599
  const filterSensitiveLog: (obj: CreateChangeSetOutput) => any;
526
600
  }
527
601
 
528
- export interface InsufficientCapabilitiesException extends __SmithyException, $MetadataBearer {
529
- name: "InsufficientCapabilitiesException";
530
- $fault: "client";
602
+ export declare class InsufficientCapabilitiesException extends __BaseException {
603
+ readonly name: "InsufficientCapabilitiesException";
604
+ readonly $fault: "client";
531
605
  Message?: string;
606
+
607
+ constructor(opts: __ExceptionOptionType<InsufficientCapabilitiesException, __BaseException>);
532
608
  }
533
609
 
534
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
535
- name: "LimitExceededException";
536
- $fault: "client";
610
+ export declare class LimitExceededException extends __BaseException {
611
+ readonly name: "LimitExceededException";
612
+ readonly $fault: "client";
537
613
  Message?: string;
614
+
615
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
538
616
  }
539
617
  export declare enum OnFailure {
540
618
  DELETE = "DELETE",
@@ -658,40 +736,52 @@ export declare namespace CreateStackInstancesOutput {
658
736
  const filterSensitiveLog: (obj: CreateStackInstancesOutput) => any;
659
737
  }
660
738
 
661
- export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
662
- name: "InvalidOperationException";
663
- $fault: "client";
739
+ export declare class InvalidOperationException extends __BaseException {
740
+ readonly name: "InvalidOperationException";
741
+ readonly $fault: "client";
664
742
  Message?: string;
743
+
744
+ constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
665
745
  }
666
746
 
667
- export interface OperationIdAlreadyExistsException extends __SmithyException, $MetadataBearer {
668
- name: "OperationIdAlreadyExistsException";
669
- $fault: "client";
747
+ export declare class OperationIdAlreadyExistsException extends __BaseException {
748
+ readonly name: "OperationIdAlreadyExistsException";
749
+ readonly $fault: "client";
670
750
  Message?: string;
751
+
752
+ constructor(opts: __ExceptionOptionType<OperationIdAlreadyExistsException, __BaseException>);
671
753
  }
672
754
 
673
- export interface OperationInProgressException extends __SmithyException, $MetadataBearer {
674
- name: "OperationInProgressException";
675
- $fault: "client";
755
+ export declare class OperationInProgressException extends __BaseException {
756
+ readonly name: "OperationInProgressException";
757
+ readonly $fault: "client";
676
758
  Message?: string;
759
+
760
+ constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
677
761
  }
678
762
 
679
- export interface StackSetNotFoundException extends __SmithyException, $MetadataBearer {
680
- name: "StackSetNotFoundException";
681
- $fault: "client";
763
+ export declare class StackSetNotFoundException extends __BaseException {
764
+ readonly name: "StackSetNotFoundException";
765
+ readonly $fault: "client";
682
766
  Message?: string;
767
+
768
+ constructor(opts: __ExceptionOptionType<StackSetNotFoundException, __BaseException>);
683
769
  }
684
770
 
685
- export interface StaleRequestException extends __SmithyException, $MetadataBearer {
686
- name: "StaleRequestException";
687
- $fault: "client";
771
+ export declare class StaleRequestException extends __BaseException {
772
+ readonly name: "StaleRequestException";
773
+ readonly $fault: "client";
688
774
  Message?: string;
775
+
776
+ constructor(opts: __ExceptionOptionType<StaleRequestException, __BaseException>);
689
777
  }
690
778
 
691
- export interface CreatedButModifiedException extends __SmithyException, $MetadataBearer {
692
- name: "CreatedButModifiedException";
693
- $fault: "client";
779
+ export declare class CreatedButModifiedException extends __BaseException {
780
+ readonly name: "CreatedButModifiedException";
781
+ readonly $fault: "client";
694
782
  Message?: string;
783
+
784
+ constructor(opts: __ExceptionOptionType<CreatedButModifiedException, __BaseException>);
695
785
  }
696
786
 
697
787
  export interface ManagedExecution {
@@ -748,10 +838,12 @@ export declare namespace CreateStackSetOutput {
748
838
  const filterSensitiveLog: (obj: CreateStackSetOutput) => any;
749
839
  }
750
840
 
751
- export interface NameAlreadyExistsException extends __SmithyException, $MetadataBearer {
752
- name: "NameAlreadyExistsException";
753
- $fault: "client";
841
+ export declare class NameAlreadyExistsException extends __BaseException {
842
+ readonly name: "NameAlreadyExistsException";
843
+ readonly $fault: "client";
754
844
  Message?: string;
845
+
846
+ constructor(opts: __ExceptionOptionType<NameAlreadyExistsException, __BaseException>);
755
847
  }
756
848
  export interface DeactivateTypeInput {
757
849
 
@@ -790,10 +882,12 @@ export declare namespace DeleteChangeSetOutput {
790
882
  const filterSensitiveLog: (obj: DeleteChangeSetOutput) => any;
791
883
  }
792
884
 
793
- export interface InvalidChangeSetStatusException extends __SmithyException, $MetadataBearer {
794
- name: "InvalidChangeSetStatusException";
795
- $fault: "client";
885
+ export declare class InvalidChangeSetStatusException extends __BaseException {
886
+ readonly name: "InvalidChangeSetStatusException";
887
+ readonly $fault: "client";
796
888
  Message?: string;
889
+
890
+ constructor(opts: __ExceptionOptionType<InvalidChangeSetStatusException, __BaseException>);
797
891
  }
798
892
 
799
893
  export interface DeleteStackInput {
@@ -857,12 +951,14 @@ export declare namespace DeleteStackSetOutput {
857
951
  const filterSensitiveLog: (obj: DeleteStackSetOutput) => any;
858
952
  }
859
953
 
860
- export interface StackSetNotEmptyException extends __SmithyException, $MetadataBearer {
861
- name: "StackSetNotEmptyException";
862
- $fault: "client";
954
+ export declare class StackSetNotEmptyException extends __BaseException {
955
+ readonly name: "StackSetNotEmptyException";
956
+ readonly $fault: "client";
863
957
  Message?: string;
958
+
959
+ constructor(opts: __ExceptionOptionType<StackSetNotEmptyException, __BaseException>);
864
960
  }
865
- export declare type RegistryType = "MODULE" | "RESOURCE";
961
+ export declare type RegistryType = "HOOK" | "MODULE" | "RESOURCE";
866
962
  export interface DeregisterTypeInput {
867
963
 
868
964
  Arn?: string;
@@ -961,6 +1057,40 @@ export declare namespace DescribeChangeSetOutput {
961
1057
 
962
1058
  const filterSensitiveLog: (obj: DescribeChangeSetOutput) => any;
963
1059
  }
1060
+ export interface DescribeChangeSetHooksInput {
1061
+
1062
+ ChangeSetName: string | undefined;
1063
+
1064
+ StackName?: string;
1065
+
1066
+ NextToken?: string;
1067
+
1068
+ LogicalResourceId?: string;
1069
+ }
1070
+ export declare namespace DescribeChangeSetHooksInput {
1071
+
1072
+ const filterSensitiveLog: (obj: DescribeChangeSetHooksInput) => any;
1073
+ }
1074
+ export interface DescribeChangeSetHooksOutput {
1075
+
1076
+ ChangeSetId?: string;
1077
+
1078
+ ChangeSetName?: string;
1079
+
1080
+ Hooks?: ChangeSetHook[];
1081
+
1082
+ Status?: ChangeSetHooksStatus | string;
1083
+
1084
+ NextToken?: string;
1085
+
1086
+ StackId?: string;
1087
+
1088
+ StackName?: string;
1089
+ }
1090
+ export declare namespace DescribeChangeSetHooksOutput {
1091
+
1092
+ const filterSensitiveLog: (obj: DescribeChangeSetHooksOutput) => any;
1093
+ }
964
1094
  export interface DescribePublisherInput {
965
1095
 
966
1096
  PublisherId?: string;
@@ -1042,6 +1172,12 @@ export declare namespace DescribeStackEventsInput {
1042
1172
 
1043
1173
  const filterSensitiveLog: (obj: DescribeStackEventsInput) => any;
1044
1174
  }
1175
+ export declare enum HookStatus {
1176
+ HOOK_COMPLETE_FAILED = "HOOK_COMPLETE_FAILED",
1177
+ HOOK_COMPLETE_SUCCEEDED = "HOOK_COMPLETE_SUCCEEDED",
1178
+ HOOK_FAILED = "HOOK_FAILED",
1179
+ HOOK_IN_PROGRESS = "HOOK_IN_PROGRESS"
1180
+ }
1045
1181
  export declare enum ResourceStatus {
1046
1182
  CREATE_COMPLETE = "CREATE_COMPLETE",
1047
1183
  CREATE_FAILED = "CREATE_FAILED",
@@ -1090,6 +1226,16 @@ export interface StackEvent {
1090
1226
  ResourceProperties?: string;
1091
1227
 
1092
1228
  ClientRequestToken?: string;
1229
+
1230
+ HookType?: string;
1231
+
1232
+ HookStatus?: HookStatus | string;
1233
+
1234
+ HookStatusReason?: string;
1235
+
1236
+ HookInvocationPoint?: HookInvocationPoint | string;
1237
+
1238
+ HookFailureMode?: HookFailureMode | string;
1093
1239
  }
1094
1240
  export declare namespace StackEvent {
1095
1241
 
@@ -1169,10 +1315,12 @@ export declare namespace DescribeStackInstanceOutput {
1169
1315
  const filterSensitiveLog: (obj: DescribeStackInstanceOutput) => any;
1170
1316
  }
1171
1317
 
1172
- export interface StackInstanceNotFoundException extends __SmithyException, $MetadataBearer {
1173
- name: "StackInstanceNotFoundException";
1174
- $fault: "client";
1318
+ export declare class StackInstanceNotFoundException extends __BaseException {
1319
+ readonly name: "StackInstanceNotFoundException";
1320
+ readonly $fault: "client";
1175
1321
  Message?: string;
1322
+
1323
+ constructor(opts: __ExceptionOptionType<StackInstanceNotFoundException, __BaseException>);
1176
1324
  }
1177
1325
 
1178
1326
  export interface DescribeStackResourceInput {
@@ -1648,10 +1796,12 @@ export declare namespace DescribeStackSetOperationOutput {
1648
1796
  const filterSensitiveLog: (obj: DescribeStackSetOperationOutput) => any;
1649
1797
  }
1650
1798
 
1651
- export interface OperationNotFoundException extends __SmithyException, $MetadataBearer {
1652
- name: "OperationNotFoundException";
1653
- $fault: "client";
1799
+ export declare class OperationNotFoundException extends __BaseException {
1800
+ readonly name: "OperationNotFoundException";
1801
+ readonly $fault: "client";
1654
1802
  Message?: string;
1803
+
1804
+ constructor(opts: __ExceptionOptionType<OperationNotFoundException, __BaseException>);
1655
1805
  }
1656
1806
  export interface DescribeTypeInput {
1657
1807
 
@@ -2038,10 +2188,12 @@ export declare namespace ImportStacksToStackSetOutput {
2038
2188
  const filterSensitiveLog: (obj: ImportStacksToStackSetOutput) => any;
2039
2189
  }
2040
2190
 
2041
- export interface StackNotFoundException extends __SmithyException, $MetadataBearer {
2042
- name: "StackNotFoundException";
2043
- $fault: "client";
2191
+ export declare class StackNotFoundException extends __BaseException {
2192
+ readonly name: "StackNotFoundException";
2193
+ readonly $fault: "client";
2044
2194
  Message?: string;
2195
+
2196
+ constructor(opts: __ExceptionOptionType<StackNotFoundException, __BaseException>);
2045
2197
  }
2046
2198
 
2047
2199
  export interface ListChangeSetsInput {
@@ -2619,16 +2771,20 @@ export declare namespace PublishTypeOutput {
2619
2771
  const filterSensitiveLog: (obj: PublishTypeOutput) => any;
2620
2772
  }
2621
2773
 
2622
- export interface InvalidStateTransitionException extends __SmithyException, $MetadataBearer {
2623
- name: "InvalidStateTransitionException";
2624
- $fault: "client";
2774
+ export declare class InvalidStateTransitionException extends __BaseException {
2775
+ readonly name: "InvalidStateTransitionException";
2776
+ readonly $fault: "client";
2625
2777
  Message?: string;
2778
+
2779
+ constructor(opts: __ExceptionOptionType<InvalidStateTransitionException, __BaseException>);
2626
2780
  }
2627
2781
 
2628
- export interface OperationStatusCheckFailedException extends __SmithyException, $MetadataBearer {
2629
- name: "OperationStatusCheckFailedException";
2630
- $fault: "client";
2782
+ export declare class OperationStatusCheckFailedException extends __BaseException {
2783
+ readonly name: "OperationStatusCheckFailedException";
2784
+ readonly $fault: "client";
2631
2785
  Message?: string;
2786
+
2787
+ constructor(opts: __ExceptionOptionType<OperationStatusCheckFailedException, __BaseException>);
2632
2788
  }
2633
2789
  export declare enum OperationStatus {
2634
2790
  FAILED = "FAILED",
@@ -2640,18 +2796,21 @@ export declare enum HandlerErrorCode {
2640
2796
  AccessDenied = "AccessDenied",
2641
2797
  AlreadyExists = "AlreadyExists",
2642
2798
  GeneralServiceException = "GeneralServiceException",
2799
+ HandlerInternalFailure = "HandlerInternalFailure",
2643
2800
  InternalFailure = "InternalFailure",
2644
2801
  InvalidCredentials = "InvalidCredentials",
2645
2802
  InvalidRequest = "InvalidRequest",
2646
2803
  InvalidTypeConfiguration = "InvalidTypeConfiguration",
2647
2804
  NetworkFailure = "NetworkFailure",
2805
+ NonCompliant = "NonCompliant",
2648
2806
  NotFound = "NotFound",
2649
2807
  NotUpdatable = "NotUpdatable",
2650
2808
  ResourceConflict = "ResourceConflict",
2651
2809
  ServiceInternalError = "ServiceInternalError",
2652
2810
  ServiceLimitExceeded = "ServiceLimitExceeded",
2653
2811
  ServiceTimeout = "NotStabilized",
2654
- Throttling = "Throttling"
2812
+ Throttling = "Throttling",
2813
+ Unknown = "Unknown"
2655
2814
  }
2656
2815
  export interface RecordHandlerProgressInput {
2657
2816