We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5617c commit 6c5beedCopy full SHA for 6c5beed
clients/client-cloudformation/src/models/models_0.ts
@@ -1920,7 +1920,6 @@ export interface DeploymentTargets {
1920
/**
1921
* <p>Limit deployment targets to individual accounts or include additional accounts with
1922
* provided OUs.</p>
1923
- *
1924
* <p>The following is a list of possible values for the <code>AccountFilterType</code>
1925
* operation.</p>
1926
* <ul>
@@ -7679,6 +7678,7 @@ export enum HandlerErrorCode {
7679
7678
ServiceTimeout = "NotStabilized",
7680
Throttling = "Throttling",
7681
Unknown = "Unknown",
+ UnsupportedTarget = "UnsupportedTarget",
7682
}
7683
7684
export interface RecordHandlerProgressInput {
0 commit comments