@aws-sdk/client-cloudformation 3.933.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.
- package/README.md +8 -0
- package/dist-cjs/index.js +736 -533
- package/dist-es/CloudFormation.js +2 -0
- package/dist-es/commands/DescribeEventsCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +520 -0
- package/dist-es/models/errors.js +407 -0
- package/dist-es/models/models_0.js +1 -805
- package/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
- package/dist-es/pagination/DescribeEventsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +162 -29
- package/dist-types/CloudFormation.d.ts +8 -0
- package/dist-types/CloudFormationClient.d.ts +3 -2
- package/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateStackCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
- package/dist-types/commands/GetHookResultCommand.d.ts +5 -0
- package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListStacksCommand.d.ts +6 -0
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist-types/commands/RollbackStackCommand.d.ts +2 -1
- package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +1200 -0
- package/dist-types/models/errors.d.ts +413 -0
- package/dist-types/models/models_0.d.ts +2950 -1454
- package/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +11 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +18 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +669 -0
- package/dist-types/ts3.4/models/errors.d.ts +264 -0
- package/dist-types/ts3.4/models/models_0.d.ts +479 -798
- package/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -81
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -2571
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -433
|
@@ -65,6 +65,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
65
65
|
* // ExecutionStatus: "UNAVAILABLE" || "AVAILABLE" || "EXECUTE_IN_PROGRESS" || "EXECUTE_COMPLETE" || "EXECUTE_FAILED" || "OBSOLETE",
|
|
66
66
|
* // Status: "CREATE_PENDING" || "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "DELETE_PENDING" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "FAILED",
|
|
67
67
|
* // StatusReason: "STRING_VALUE",
|
|
68
|
+
* // StackDriftStatus: "DRIFTED" || "IN_SYNC" || "UNKNOWN" || "NOT_CHECKED",
|
|
68
69
|
* // NotificationARNs: [ // NotificationARNs
|
|
69
70
|
* // "STRING_VALUE",
|
|
70
71
|
* // ],
|
|
@@ -92,7 +93,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
92
93
|
* // HookInvocationCount: Number("int"),
|
|
93
94
|
* // ResourceChange: { // ResourceChange
|
|
94
95
|
* // PolicyAction: "Delete" || "Retain" || "Snapshot" || "ReplaceAndDelete" || "ReplaceAndRetain" || "ReplaceAndSnapshot",
|
|
95
|
-
* // Action: "Add" || "Modify" || "Remove" || "Import" || "Dynamic",
|
|
96
|
+
* // Action: "Add" || "Modify" || "Remove" || "Import" || "Dynamic" || "SyncWithActual",
|
|
96
97
|
* // LogicalResourceId: "STRING_VALUE",
|
|
97
98
|
* // PhysicalResourceId: "STRING_VALUE",
|
|
98
99
|
* // ResourceType: "STRING_VALUE",
|
|
@@ -100,6 +101,13 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
100
101
|
* // Scope: [ // Scope
|
|
101
102
|
* // "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "UpdateReplacePolicy" || "Tags",
|
|
102
103
|
* // ],
|
|
104
|
+
* // ResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED",
|
|
105
|
+
* // ResourceDriftIgnoredAttributes: [ // ResourceDriftIgnoredAttributes
|
|
106
|
+
* // { // ResourceDriftIgnoredAttribute
|
|
107
|
+
* // Path: "STRING_VALUE",
|
|
108
|
+
* // Reason: "MANAGED_BY_AWS" || "WRITE_ONLY_PROPERTY",
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
103
111
|
* // Details: [ // ResourceChangeDetails
|
|
104
112
|
* // { // ResourceChangeDetail
|
|
105
113
|
* // Target: { // ResourceTargetDefinition
|
|
@@ -109,10 +117,17 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
109
117
|
* // Path: "STRING_VALUE",
|
|
110
118
|
* // BeforeValue: "STRING_VALUE",
|
|
111
119
|
* // AfterValue: "STRING_VALUE",
|
|
112
|
-
* //
|
|
120
|
+
* // BeforeValueFrom: "PREVIOUS_DEPLOYMENT_STATE" || "ACTUAL_STATE",
|
|
121
|
+
* // AfterValueFrom: "TEMPLATE",
|
|
122
|
+
* // Drift: { // LiveResourceDrift
|
|
123
|
+
* // PreviousValue: "STRING_VALUE",
|
|
124
|
+
* // ActualValue: "STRING_VALUE",
|
|
125
|
+
* // DriftDetectionTimestamp: new Date("TIMESTAMP"),
|
|
126
|
+
* // },
|
|
127
|
+
* // AttributeChangeType: "Add" || "Remove" || "Modify" || "SyncWithActual",
|
|
113
128
|
* // },
|
|
114
129
|
* // Evaluation: "Static" || "Dynamic",
|
|
115
|
-
* // ChangeSource: "ResourceReference" || "ParameterReference" || "ResourceAttribute" || "DirectModification" || "Automatic",
|
|
130
|
+
* // ChangeSource: "ResourceReference" || "ParameterReference" || "ResourceAttribute" || "DirectModification" || "Automatic" || "NoModification",
|
|
116
131
|
* // CausingEntity: "STRING_VALUE",
|
|
117
132
|
* // },
|
|
118
133
|
* // ],
|
|
@@ -123,6 +138,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
123
138
|
* // },
|
|
124
139
|
* // BeforeContext: "STRING_VALUE",
|
|
125
140
|
* // AfterContext: "STRING_VALUE",
|
|
141
|
+
* // PreviousDeploymentContext: "STRING_VALUE",
|
|
126
142
|
* // },
|
|
127
143
|
* // },
|
|
128
144
|
* // ],
|
|
@@ -132,6 +148,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
132
148
|
* // RootChangeSetId: "STRING_VALUE",
|
|
133
149
|
* // OnStackFailure: "DO_NOTHING" || "ROLLBACK" || "DELETE",
|
|
134
150
|
* // ImportExistingResources: true || false,
|
|
151
|
+
* // DeploymentMode: "REVERT_DRIFT",
|
|
135
152
|
* // };
|
|
136
153
|
*
|
|
137
154
|
* ```
|
|
@@ -60,7 +60,7 @@ declare const DescribeChangeSetHooksCommand_base: {
|
|
|
60
60
|
* // ResourceTargetDetails: { // ChangeSetHookResourceTargetDetails
|
|
61
61
|
* // LogicalResourceId: "STRING_VALUE",
|
|
62
62
|
* // ResourceType: "STRING_VALUE",
|
|
63
|
-
* // ResourceAction: "Add" || "Modify" || "Remove" || "Import" || "Dynamic",
|
|
63
|
+
* // ResourceAction: "Add" || "Modify" || "Remove" || "Import" || "Dynamic" || "SyncWithActual",
|
|
64
64
|
* // },
|
|
65
65
|
* // },
|
|
66
66
|
* // },
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
+
import { DescribeEventsInput, DescribeEventsOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeEventsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeEventsCommandInput extends DescribeEventsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeEventsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeEventsCommandOutput extends DescribeEventsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeEventsCommand_base: {
|
|
25
|
+
new (input: DescribeEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns CloudFormation events based on flexible query criteria. Groups events by operation ID,
|
|
31
|
+
* enabling you to focus on individual stack operations during deployment.</p>
|
|
32
|
+
* <p>An operation is any action performed on a stack, including stack lifecycle actions
|
|
33
|
+
* (Create, Update, Delete, Rollback), change set creation, nested stack creation, and automatic
|
|
34
|
+
* rollbacks triggered by failures. Each operation has a unique identifier (Operation ID) and
|
|
35
|
+
* represents a discrete change attempt on the stack.</p>
|
|
36
|
+
* <p>Returns different types of events including:</p>
|
|
37
|
+
* <ul>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>
|
|
40
|
+
* <b>Progress events</b> - Status updates during stack operation
|
|
41
|
+
* execution.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>
|
|
45
|
+
* <b>Validation errors</b> - Failures from CloudFormation Early
|
|
46
|
+
* Validations.</p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>
|
|
50
|
+
* <b>Provisioning errors</b> - Resource creation and update
|
|
51
|
+
* failures.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>
|
|
55
|
+
* <b>Hook invocation errors</b> - Failures from CloudFormation
|
|
56
|
+
* Hook during stack operations.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* </ul>
|
|
59
|
+
* <note>
|
|
60
|
+
* <p>One of <code>ChangeSetName</code>, <code>OperationId</code> or <code>StackName</code>
|
|
61
|
+
* must be specified as input.</p>
|
|
62
|
+
* </note>
|
|
63
|
+
* @example
|
|
64
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
65
|
+
* ```javascript
|
|
66
|
+
* import { CloudFormationClient, DescribeEventsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
67
|
+
* // const { CloudFormationClient, DescribeEventsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
68
|
+
* // import type { CloudFormationClientConfig } from "@aws-sdk/client-cloudformation";
|
|
69
|
+
* const config = {}; // type is CloudFormationClientConfig
|
|
70
|
+
* const client = new CloudFormationClient(config);
|
|
71
|
+
* const input = { // DescribeEventsInput
|
|
72
|
+
* StackName: "STRING_VALUE",
|
|
73
|
+
* ChangeSetName: "STRING_VALUE",
|
|
74
|
+
* OperationId: "STRING_VALUE",
|
|
75
|
+
* Filters: { // EventFilter
|
|
76
|
+
* FailedEvents: true || false,
|
|
77
|
+
* },
|
|
78
|
+
* NextToken: "STRING_VALUE",
|
|
79
|
+
* };
|
|
80
|
+
* const command = new DescribeEventsCommand(input);
|
|
81
|
+
* const response = await client.send(command);
|
|
82
|
+
* // { // DescribeEventsOutput
|
|
83
|
+
* // OperationEvents: [ // OperationEvents
|
|
84
|
+
* // { // OperationEvent
|
|
85
|
+
* // EventId: "STRING_VALUE",
|
|
86
|
+
* // StackId: "STRING_VALUE",
|
|
87
|
+
* // OperationId: "STRING_VALUE",
|
|
88
|
+
* // OperationType: "CREATE_STACK" || "UPDATE_STACK" || "DELETE_STACK" || "CONTINUE_ROLLBACK" || "ROLLBACK" || "CREATE_CHANGESET",
|
|
89
|
+
* // OperationStatus: "IN_PROGRESS" || "SUCCEEDED" || "FAILED",
|
|
90
|
+
* // EventType: "STACK_EVENT" || "PROGRESS_EVENT" || "VALIDATION_ERROR" || "PROVISIONING_ERROR" || "HOOK_INVOCATION_ERROR",
|
|
91
|
+
* // LogicalResourceId: "STRING_VALUE",
|
|
92
|
+
* // PhysicalResourceId: "STRING_VALUE",
|
|
93
|
+
* // ResourceType: "STRING_VALUE",
|
|
94
|
+
* // Timestamp: new Date("TIMESTAMP"),
|
|
95
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
96
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
97
|
+
* // ResourceStatus: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "DELETE_SKIPPED" || "UPDATE_IN_PROGRESS" || "UPDATE_FAILED" || "UPDATE_COMPLETE" || "IMPORT_FAILED" || "IMPORT_COMPLETE" || "IMPORT_IN_PROGRESS" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE" || "EXPORT_FAILED" || "EXPORT_COMPLETE" || "EXPORT_IN_PROGRESS" || "EXPORT_ROLLBACK_IN_PROGRESS" || "EXPORT_ROLLBACK_FAILED" || "EXPORT_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "ROLLBACK_FAILED",
|
|
98
|
+
* // ResourceStatusReason: "STRING_VALUE",
|
|
99
|
+
* // ResourceProperties: "STRING_VALUE",
|
|
100
|
+
* // ClientRequestToken: "STRING_VALUE",
|
|
101
|
+
* // HookType: "STRING_VALUE",
|
|
102
|
+
* // HookStatus: "HOOK_IN_PROGRESS" || "HOOK_COMPLETE_SUCCEEDED" || "HOOK_COMPLETE_FAILED" || "HOOK_FAILED",
|
|
103
|
+
* // HookStatusReason: "STRING_VALUE",
|
|
104
|
+
* // HookInvocationPoint: "PRE_PROVISION",
|
|
105
|
+
* // HookFailureMode: "FAIL" || "WARN",
|
|
106
|
+
* // DetailedStatus: "CONFIGURATION_COMPLETE" || "VALIDATION_FAILED",
|
|
107
|
+
* // ValidationFailureMode: "FAIL" || "WARN",
|
|
108
|
+
* // ValidationName: "STRING_VALUE",
|
|
109
|
+
* // ValidationStatus: "FAILED" || "SKIPPED",
|
|
110
|
+
* // ValidationStatusReason: "STRING_VALUE",
|
|
111
|
+
* // ValidationPath: "STRING_VALUE",
|
|
112
|
+
* // },
|
|
113
|
+
* // ],
|
|
114
|
+
* // NextToken: "STRING_VALUE",
|
|
115
|
+
* // };
|
|
116
|
+
*
|
|
117
|
+
* ```
|
|
118
|
+
*
|
|
119
|
+
* @param DescribeEventsCommandInput - {@link DescribeEventsCommandInput}
|
|
120
|
+
* @returns {@link DescribeEventsCommandOutput}
|
|
121
|
+
* @see {@link DescribeEventsCommandInput} for command's `input` shape.
|
|
122
|
+
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
123
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link CloudFormationServiceException}
|
|
126
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
127
|
+
*
|
|
128
|
+
*
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: DescribeEventsInput;
|
|
136
|
+
output: DescribeEventsOutput;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: DescribeEventsCommandInput;
|
|
140
|
+
output: DescribeEventsCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
}
|
|
@@ -54,6 +54,7 @@ declare const DescribeStackEventsCommand_base: {
|
|
|
54
54
|
* // StackId: "STRING_VALUE", // required
|
|
55
55
|
* // EventId: "STRING_VALUE", // required
|
|
56
56
|
* // StackName: "STRING_VALUE", // required
|
|
57
|
+
* // OperationId: "STRING_VALUE",
|
|
57
58
|
* // LogicalResourceId: "STRING_VALUE",
|
|
58
59
|
* // PhysicalResourceId: "STRING_VALUE",
|
|
59
60
|
* // ResourceType: "STRING_VALUE",
|
|
@@ -57,7 +57,7 @@ declare const DescribeStackResourceCommand_base: {
|
|
|
57
57
|
* // Description: "STRING_VALUE",
|
|
58
58
|
* // Metadata: "STRING_VALUE",
|
|
59
59
|
* // DriftInformation: { // StackResourceDriftInformation
|
|
60
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
60
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
61
61
|
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
62
62
|
* // },
|
|
63
63
|
* // ModuleInfo: { // ModuleInfo
|
|
@@ -49,7 +49,7 @@ declare const DescribeStackResourceDriftsCommand_base: {
|
|
|
49
49
|
* const input = { // DescribeStackResourceDriftsInput
|
|
50
50
|
* StackName: "STRING_VALUE", // required
|
|
51
51
|
* StackResourceDriftStatusFilters: [ // StackResourceDriftStatusFilters
|
|
52
|
-
* "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN",
|
|
52
|
+
* "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED",
|
|
53
53
|
* ],
|
|
54
54
|
* NextToken: "STRING_VALUE",
|
|
55
55
|
* MaxResults: Number("int"),
|
|
@@ -79,7 +79,7 @@ declare const DescribeStackResourceDriftsCommand_base: {
|
|
|
79
79
|
* // DifferenceType: "ADD" || "REMOVE" || "NOT_EQUAL", // required
|
|
80
80
|
* // },
|
|
81
81
|
* // ],
|
|
82
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
82
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
83
83
|
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
84
84
|
* // ModuleInfo: { // ModuleInfo
|
|
85
85
|
* // TypeHierarchy: "STRING_VALUE",
|
|
@@ -73,7 +73,7 @@ declare const DescribeStackResourcesCommand_base: {
|
|
|
73
73
|
* // ResourceStatusReason: "STRING_VALUE",
|
|
74
74
|
* // Description: "STRING_VALUE",
|
|
75
75
|
* // DriftInformation: { // StackResourceDriftInformation
|
|
76
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
76
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
77
77
|
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
78
78
|
* // },
|
|
79
79
|
* // ModuleInfo: { // ModuleInfo
|
|
@@ -110,6 +110,12 @@ declare const DescribeStacksCommand_base: {
|
|
|
110
110
|
* // RetainExceptOnCreate: true || false,
|
|
111
111
|
* // DeletionMode: "STANDARD" || "FORCE_DELETE_STACK",
|
|
112
112
|
* // DetailedStatus: "CONFIGURATION_COMPLETE" || "VALIDATION_FAILED",
|
|
113
|
+
* // LastOperations: [ // LastOperations
|
|
114
|
+
* // { // OperationEntry
|
|
115
|
+
* // OperationType: "CREATE_STACK" || "UPDATE_STACK" || "DELETE_STACK" || "CONTINUE_ROLLBACK" || "ROLLBACK" || "CREATE_CHANGESET",
|
|
116
|
+
* // OperationId: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
118
|
+
* // ],
|
|
113
119
|
* // },
|
|
114
120
|
* // ],
|
|
115
121
|
* // NextToken: "STRING_VALUE",
|
|
@@ -76,7 +76,7 @@ declare const DetectStackResourceDriftCommand_base: {
|
|
|
76
76
|
* // DifferenceType: "ADD" || "REMOVE" || "NOT_EQUAL", // required
|
|
77
77
|
* // },
|
|
78
78
|
* // ],
|
|
79
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
79
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
80
80
|
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
81
81
|
* // ModuleInfo: { // ModuleInfo
|
|
82
82
|
* // TypeHierarchy: "STRING_VALUE",
|
|
@@ -29,6 +29,11 @@ declare const GetHookResultCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Retrieves detailed information and remediation guidance for a Hook invocation
|
|
31
31
|
* result.</p>
|
|
32
|
+
* <p>If the Hook uses a KMS key to encrypt annotations, callers of the
|
|
33
|
+
* <code>GetHookResult</code> operation must have <code>kms:Decrypt</code> permissions. For
|
|
34
|
+
* more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-kms-key-policy.html">KMS key policy
|
|
35
|
+
* and permissions for encrypting CloudFormation Hooks results at rest</a> in the
|
|
36
|
+
* <i>CloudFormation Hooks User Guide</i>.</p>
|
|
32
37
|
* @example
|
|
33
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
39
|
* ```javascript
|
|
@@ -47,7 +47,7 @@ declare const ListStackInstanceResourceDriftsCommand_base: {
|
|
|
47
47
|
* NextToken: "STRING_VALUE",
|
|
48
48
|
* MaxResults: Number("int"),
|
|
49
49
|
* StackInstanceResourceDriftStatuses: [ // StackResourceDriftStatusFilters
|
|
50
|
-
* "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN",
|
|
50
|
+
* "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED",
|
|
51
51
|
* ],
|
|
52
52
|
* StackInstanceAccount: "STRING_VALUE", // required
|
|
53
53
|
* StackInstanceRegion: "STRING_VALUE", // required
|
|
@@ -77,7 +77,7 @@ declare const ListStackInstanceResourceDriftsCommand_base: {
|
|
|
77
77
|
* // DifferenceType: "ADD" || "REMOVE" || "NOT_EQUAL", // required
|
|
78
78
|
* // },
|
|
79
79
|
* // ],
|
|
80
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
80
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
81
81
|
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
82
82
|
* // },
|
|
83
83
|
* // ],
|
|
@@ -54,7 +54,7 @@ declare const ListStackResourcesCommand_base: {
|
|
|
54
54
|
* // ResourceStatus: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "DELETE_SKIPPED" || "UPDATE_IN_PROGRESS" || "UPDATE_FAILED" || "UPDATE_COMPLETE" || "IMPORT_FAILED" || "IMPORT_COMPLETE" || "IMPORT_IN_PROGRESS" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE" || "EXPORT_FAILED" || "EXPORT_COMPLETE" || "EXPORT_IN_PROGRESS" || "EXPORT_ROLLBACK_IN_PROGRESS" || "EXPORT_ROLLBACK_FAILED" || "EXPORT_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "ROLLBACK_FAILED", // required
|
|
55
55
|
* // ResourceStatusReason: "STRING_VALUE",
|
|
56
56
|
* // DriftInformation: { // StackResourceDriftInformationSummary
|
|
57
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
57
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
58
58
|
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
59
59
|
* // },
|
|
60
60
|
* // ModuleInfo: { // ModuleInfo
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListStackSetOperationResultsInput, ListStackSetOperationResultsOutput } from "../models/
|
|
4
|
+
import { ListStackSetOperationResultsInput, ListStackSetOperationResultsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListStackSetOperationsInput, ListStackSetOperationsOutput } from "../models/
|
|
4
|
+
import { ListStackSetOperationsInput, ListStackSetOperationsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListStackSetsInput, ListStackSetsOutput } from "../models/
|
|
4
|
+
import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -65,6 +65,12 @@ declare const ListStacksCommand_base: {
|
|
|
65
65
|
* // StackDriftStatus: "DRIFTED" || "IN_SYNC" || "UNKNOWN" || "NOT_CHECKED", // required
|
|
66
66
|
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
67
67
|
* // },
|
|
68
|
+
* // LastOperations: [ // LastOperations
|
|
69
|
+
* // { // OperationEntry
|
|
70
|
+
* // OperationType: "CREATE_STACK" || "UPDATE_STACK" || "DELETE_STACK" || "CONTINUE_ROLLBACK" || "ROLLBACK" || "CREATE_CHANGESET",
|
|
71
|
+
* // OperationId: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
68
74
|
* // },
|
|
69
75
|
* // ],
|
|
70
76
|
* // NextToken: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListTypeRegistrationsInput, ListTypeRegistrationsOutput } from "../models/
|
|
4
|
+
import { ListTypeRegistrationsInput, ListTypeRegistrationsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListTypeVersionsInput, ListTypeVersionsOutput } from "../models/
|
|
4
|
+
import { ListTypeVersionsInput, ListTypeVersionsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListTypesInput, ListTypesOutput } from "../models/
|
|
4
|
+
import { ListTypesInput, ListTypesOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { PublishTypeInput, PublishTypeOutput } from "../models/
|
|
4
|
+
import { PublishTypeInput, PublishTypeOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { RecordHandlerProgressInput, RecordHandlerProgressOutput } from "../models/
|
|
4
|
+
import { RecordHandlerProgressInput, RecordHandlerProgressOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { RegisterPublisherInput, RegisterPublisherOutput } from "../models/
|
|
4
|
+
import { RegisterPublisherInput, RegisterPublisherOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { RegisterTypeInput, RegisterTypeOutput } from "../models/
|
|
4
|
+
import { RegisterTypeInput, RegisterTypeOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { RollbackStackInput, RollbackStackOutput } from "../models/
|
|
4
|
+
import { RollbackStackInput, RollbackStackOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -80,6 +80,7 @@ declare const RollbackStackCommand_base: {
|
|
|
80
80
|
* const response = await client.send(command);
|
|
81
81
|
* // { // RollbackStackOutput
|
|
82
82
|
* // StackId: "STRING_VALUE",
|
|
83
|
+
* // OperationId: "STRING_VALUE",
|
|
83
84
|
* // };
|
|
84
85
|
*
|
|
85
86
|
* ```
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { SetStackPolicyInput } from "../models/
|
|
4
|
+
import { SetStackPolicyInput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { SetTypeConfigurationInput, SetTypeConfigurationOutput } from "../models/
|
|
4
|
+
import { SetTypeConfigurationInput, SetTypeConfigurationOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { SetTypeDefaultVersionInput, SetTypeDefaultVersionOutput } from "../models/
|
|
4
|
+
import { SetTypeDefaultVersionInput, SetTypeDefaultVersionOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { SignalResourceInput } from "../models/
|
|
4
|
+
import { SignalResourceInput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { StartResourceScanInput, StartResourceScanOutput } from "../models/
|
|
4
|
+
import { StartResourceScanInput, StartResourceScanOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { StopStackSetOperationInput, StopStackSetOperationOutput } from "../models/
|
|
4
|
+
import { StopStackSetOperationInput, StopStackSetOperationOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { TestTypeInput, TestTypeOutput } from "../models/
|
|
4
|
+
import { TestTypeInput, TestTypeOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { UpdateGeneratedTemplateInput, UpdateGeneratedTemplateOutput } from "../models/
|
|
4
|
+
import { UpdateGeneratedTemplateInput, UpdateGeneratedTemplateOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { UpdateStackInput, UpdateStackOutput } from "../models/
|
|
4
|
+
import { UpdateStackInput, UpdateStackOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -92,6 +92,7 @@ declare const UpdateStackCommand_base: {
|
|
|
92
92
|
* const response = await client.send(command);
|
|
93
93
|
* // { // UpdateStackOutput
|
|
94
94
|
* // StackId: "STRING_VALUE",
|
|
95
|
+
* // OperationId: "STRING_VALUE",
|
|
95
96
|
* // };
|
|
96
97
|
*
|
|
97
98
|
* ```
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { UpdateStackInstancesInput, UpdateStackInstancesOutput } from "../models/
|
|
4
|
+
import { UpdateStackInstancesInput, UpdateStackInstancesOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/
|
|
4
|
+
import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { UpdateTerminationProtectionInput, UpdateTerminationProtectionOutput } from "../models/
|
|
4
|
+
import { UpdateTerminationProtectionInput, UpdateTerminationProtectionOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ValidateTemplateInput, ValidateTemplateOutput } from "../models/
|
|
4
|
+
import { ValidateTemplateInput, ValidateTemplateOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|