@cdk8s/awscdk-resolver 0.0.242 → 0.0.244
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +40 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +782 -33
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +51 -55
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +55 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorActionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +514 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +43 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +7 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +69 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +968 -1147
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +770 -32
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +45 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +86 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +30 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +130 -151
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +158 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorActionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +13 -13
- package/node_modules/@aws-sdk/client-sso/package.json +12 -12
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +38 -44
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +61 -70
- package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +5 -5
@@ -1,6 +1,736 @@
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
2
2
|
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
3
|
-
import { AutoDeployment, CallAs, Capability, DeploymentTargets, LoggingConfig, ManagedExecution, Parameter, PermissionModels, RegistryType, ResourceDefinition, RollbackConfiguration, StackSetOperationPreferences, Tag, TemplateConfiguration, ThirdPartyType } from "./models_0";
|
3
|
+
import { AutoDeployment, CallAs, Capability, Category, DeploymentTargets, DeprecatedStatus, IdentityProvider, LoggingConfig, ManagedExecution, Parameter, PermissionModels, ProvisioningType, RegistrationStatus, RegistryType, ResourceDefinition, RollbackConfiguration, StackSetOperationPreferences, StackSetSummary, Tag, TemplateConfiguration, ThirdPartyType, Visibility } from "./models_0";
|
4
|
+
/**
|
5
|
+
* @public
|
6
|
+
*/
|
7
|
+
export interface ListStackSetsOutput {
|
8
|
+
/**
|
9
|
+
* <p>A list of <code>StackSetSummary</code> structures that contain information about the
|
10
|
+
* user's stack sets.</p>
|
11
|
+
* @public
|
12
|
+
*/
|
13
|
+
Summaries?: StackSetSummary[] | undefined;
|
14
|
+
/**
|
15
|
+
* <p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set
|
16
|
+
* to a token. To retrieve the next set of results, call <code>ListStackInstances</code> again
|
17
|
+
* and assign that token to the request object's <code>NextToken</code> parameter. If the request
|
18
|
+
* returns all results, <code>NextToken</code> is set to <code>null</code>.</p>
|
19
|
+
* @public
|
20
|
+
*/
|
21
|
+
NextToken?: string | undefined;
|
22
|
+
}
|
23
|
+
/**
|
24
|
+
* @public
|
25
|
+
*/
|
26
|
+
export interface ListTypeRegistrationsInput {
|
27
|
+
/**
|
28
|
+
* <p>The kind of extension.</p>
|
29
|
+
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
30
|
+
* <code>Arn</code>.</p>
|
31
|
+
* @public
|
32
|
+
*/
|
33
|
+
Type?: RegistryType | undefined;
|
34
|
+
/**
|
35
|
+
* <p>The name of the extension.</p>
|
36
|
+
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
37
|
+
* <code>Arn</code>.</p>
|
38
|
+
* @public
|
39
|
+
*/
|
40
|
+
TypeName?: string | undefined;
|
41
|
+
/**
|
42
|
+
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
43
|
+
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
44
|
+
* <code>Arn</code>.</p>
|
45
|
+
* @public
|
46
|
+
*/
|
47
|
+
TypeArn?: string | undefined;
|
48
|
+
/**
|
49
|
+
* <p>The current status of the extension registration request.</p>
|
50
|
+
* <p>The default is <code>IN_PROGRESS</code>.</p>
|
51
|
+
* @public
|
52
|
+
*/
|
53
|
+
RegistrationStatusFilter?: RegistrationStatus | undefined;
|
54
|
+
/**
|
55
|
+
* <p>The maximum number of results to be returned with a single call. If the number of
|
56
|
+
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
57
|
+
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
58
|
+
* results.</p>
|
59
|
+
* @public
|
60
|
+
*/
|
61
|
+
MaxResults?: number | undefined;
|
62
|
+
/**
|
63
|
+
* <p>If the previous paginated request didn't return all the remaining results, the response
|
64
|
+
* object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
|
65
|
+
* results, call this action again and assign that token to the request object's
|
66
|
+
* <code>NextToken</code> parameter. If there are no remaining results, the previous response
|
67
|
+
* object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
|
68
|
+
* @public
|
69
|
+
*/
|
70
|
+
NextToken?: string | undefined;
|
71
|
+
}
|
72
|
+
/**
|
73
|
+
* @public
|
74
|
+
*/
|
75
|
+
export interface ListTypeRegistrationsOutput {
|
76
|
+
/**
|
77
|
+
* <p>A list of extension registration tokens.</p>
|
78
|
+
* <p>Use <a>DescribeTypeRegistration</a> to return detailed information about a type
|
79
|
+
* registration request.</p>
|
80
|
+
* @public
|
81
|
+
*/
|
82
|
+
RegistrationTokenList?: string[] | undefined;
|
83
|
+
/**
|
84
|
+
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
85
|
+
* a token. To retrieve the next set of results, call this action again and assign that token to
|
86
|
+
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
87
|
+
* <code>NextToken</code> is set to <code>null</code>.</p>
|
88
|
+
* @public
|
89
|
+
*/
|
90
|
+
NextToken?: string | undefined;
|
91
|
+
}
|
92
|
+
/**
|
93
|
+
* <p>Filter criteria to use in determining which extensions to return.</p>
|
94
|
+
* @public
|
95
|
+
*/
|
96
|
+
export interface TypeFilters {
|
97
|
+
/**
|
98
|
+
* <p>The category of extensions to return.</p>
|
99
|
+
* <ul>
|
100
|
+
* <li>
|
101
|
+
* <p>
|
102
|
+
* <code>REGISTERED</code>: Private extensions that have been registered for this account and
|
103
|
+
* Region.</p>
|
104
|
+
* </li>
|
105
|
+
* <li>
|
106
|
+
* <p>
|
107
|
+
* <code>ACTIVATED</code>: Public extensions that have been activated for this account and
|
108
|
+
* Region.</p>
|
109
|
+
* </li>
|
110
|
+
* <li>
|
111
|
+
* <p>
|
112
|
+
* <code>THIRD_PARTY</code>: Extensions available for use from publishers other than Amazon.
|
113
|
+
* This includes:</p>
|
114
|
+
* <ul>
|
115
|
+
* <li>
|
116
|
+
* <p>Private extensions registered in the account.</p>
|
117
|
+
* </li>
|
118
|
+
* <li>
|
119
|
+
* <p>Public extensions from publishers other than Amazon, whether activated or not.</p>
|
120
|
+
* </li>
|
121
|
+
* </ul>
|
122
|
+
* </li>
|
123
|
+
* <li>
|
124
|
+
* <p>
|
125
|
+
* <code>AWS_TYPES</code>: Extensions available for use from Amazon.</p>
|
126
|
+
* </li>
|
127
|
+
* </ul>
|
128
|
+
* @public
|
129
|
+
*/
|
130
|
+
Category?: Category | undefined;
|
131
|
+
/**
|
132
|
+
* <p>The id of the publisher of the extension.</p>
|
133
|
+
* <p>Extensions published by Amazon aren't assigned a publisher ID. Use the
|
134
|
+
* <code>AWS_TYPES</code> category to specify a list of types published by Amazon.</p>
|
135
|
+
* @public
|
136
|
+
*/
|
137
|
+
PublisherId?: string | undefined;
|
138
|
+
/**
|
139
|
+
* <p>A prefix to use as a filter for results.</p>
|
140
|
+
* @public
|
141
|
+
*/
|
142
|
+
TypeNamePrefix?: string | undefined;
|
143
|
+
}
|
144
|
+
/**
|
145
|
+
* @public
|
146
|
+
*/
|
147
|
+
export interface ListTypesInput {
|
148
|
+
/**
|
149
|
+
* <p>The scope at which the extensions are visible and usable in CloudFormation operations.</p>
|
150
|
+
* <p>Valid values include:</p>
|
151
|
+
* <ul>
|
152
|
+
* <li>
|
153
|
+
* <p>
|
154
|
+
* <code>PRIVATE</code>: Extensions that are visible and usable within this account and
|
155
|
+
* Region. This includes:</p>
|
156
|
+
* <ul>
|
157
|
+
* <li>
|
158
|
+
* <p>Private extensions you have registered in this account and Region.</p>
|
159
|
+
* </li>
|
160
|
+
* <li>
|
161
|
+
* <p>Public extensions that you have activated in this account and Region.</p>
|
162
|
+
* </li>
|
163
|
+
* </ul>
|
164
|
+
* </li>
|
165
|
+
* <li>
|
166
|
+
* <p>
|
167
|
+
* <code>PUBLIC</code>: Extensions that are publicly visible and available to be
|
168
|
+
* activated within any Amazon Web Services account. This includes extensions from Amazon Web Services, in addition to
|
169
|
+
* third-party publishers.</p>
|
170
|
+
* </li>
|
171
|
+
* </ul>
|
172
|
+
* <p>The default is <code>PRIVATE</code>.</p>
|
173
|
+
* @public
|
174
|
+
*/
|
175
|
+
Visibility?: Visibility | undefined;
|
176
|
+
/**
|
177
|
+
* <p>For resource types, the provisioning behavior of the resource type. CloudFormation determines
|
178
|
+
* the provisioning type during registration, based on the types of handlers in the schema
|
179
|
+
* handler package submitted.</p>
|
180
|
+
* <p>Valid values include:</p>
|
181
|
+
* <ul>
|
182
|
+
* <li>
|
183
|
+
* <p>
|
184
|
+
* <code>FULLY_MUTABLE</code>: The resource type includes an update handler to process
|
185
|
+
* updates to the type during stack update operations.</p>
|
186
|
+
* </li>
|
187
|
+
* <li>
|
188
|
+
* <p>
|
189
|
+
* <code>IMMUTABLE</code>: The resource type doesn't include an update handler, so the
|
190
|
+
* type can't be updated and must instead be replaced during stack update operations.</p>
|
191
|
+
* </li>
|
192
|
+
* <li>
|
193
|
+
* <p>
|
194
|
+
* <code>NON_PROVISIONABLE</code>: The resource type doesn't include create, read, and
|
195
|
+
* delete handlers, and therefore can't actually be provisioned.</p>
|
196
|
+
* </li>
|
197
|
+
* </ul>
|
198
|
+
* <p>The default is <code>FULLY_MUTABLE</code>.</p>
|
199
|
+
* @public
|
200
|
+
*/
|
201
|
+
ProvisioningType?: ProvisioningType | undefined;
|
202
|
+
/**
|
203
|
+
* <p>The deprecation status of the extension that you want to get summary information
|
204
|
+
* about.</p>
|
205
|
+
* <p>Valid values include:</p>
|
206
|
+
* <ul>
|
207
|
+
* <li>
|
208
|
+
* <p>
|
209
|
+
* <code>LIVE</code>: The extension is registered for use in CloudFormation
|
210
|
+
* operations.</p>
|
211
|
+
* </li>
|
212
|
+
* <li>
|
213
|
+
* <p>
|
214
|
+
* <code>DEPRECATED</code>: The extension has been deregistered and can no longer be used
|
215
|
+
* in CloudFormation operations.</p>
|
216
|
+
* </li>
|
217
|
+
* </ul>
|
218
|
+
* @public
|
219
|
+
*/
|
220
|
+
DeprecatedStatus?: DeprecatedStatus | undefined;
|
221
|
+
/**
|
222
|
+
* <p>The type of extension.</p>
|
223
|
+
* @public
|
224
|
+
*/
|
225
|
+
Type?: RegistryType | undefined;
|
226
|
+
/**
|
227
|
+
* <p>Filter criteria to use in determining which extensions to return.</p>
|
228
|
+
* <p>Filters must be compatible with <code>Visibility</code> to return valid results. For
|
229
|
+
* example, specifying <code>AWS_TYPES</code> for <code>Category</code> and <code>PRIVATE</code>
|
230
|
+
* for <code>Visibility</code> returns an empty list of types, but specifying <code>PUBLIC</code>
|
231
|
+
* for <code>Visibility</code> returns the desired list.</p>
|
232
|
+
* @public
|
233
|
+
*/
|
234
|
+
Filters?: TypeFilters | undefined;
|
235
|
+
/**
|
236
|
+
* <p>The maximum number of results to be returned with a single call. If the number of
|
237
|
+
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
238
|
+
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
239
|
+
* results.</p>
|
240
|
+
* @public
|
241
|
+
*/
|
242
|
+
MaxResults?: number | undefined;
|
243
|
+
/**
|
244
|
+
* <p>If the previous paginated request didn't return all the remaining results, the response
|
245
|
+
* object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
|
246
|
+
* results, call this action again and assign that token to the request object's
|
247
|
+
* <code>NextToken</code> parameter. If there are no remaining results, the previous response
|
248
|
+
* object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
|
249
|
+
* @public
|
250
|
+
*/
|
251
|
+
NextToken?: string | undefined;
|
252
|
+
}
|
253
|
+
/**
|
254
|
+
* <p>Contains summary information about the specified CloudFormation extension.</p>
|
255
|
+
* @public
|
256
|
+
*/
|
257
|
+
export interface TypeSummary {
|
258
|
+
/**
|
259
|
+
* <p>The kind of extension.</p>
|
260
|
+
* @public
|
261
|
+
*/
|
262
|
+
Type?: RegistryType | undefined;
|
263
|
+
/**
|
264
|
+
* <p>The name of the extension.</p>
|
265
|
+
* <p>If you specified a <code>TypeNameAlias</code> when you call the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a> API
|
266
|
+
* operation in your account and Region, CloudFormation considers that alias as the type name.</p>
|
267
|
+
* @public
|
268
|
+
*/
|
269
|
+
TypeName?: string | undefined;
|
270
|
+
/**
|
271
|
+
* <p>The ID of the default version of the extension. The default version is used when the
|
272
|
+
* extension version isn't specified.</p>
|
273
|
+
* <p>This applies only to private extensions you have registered in your account. For public
|
274
|
+
* extensions, both those provided by Amazon and published by third parties, CloudFormation returns
|
275
|
+
* <code>null</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
|
276
|
+
* <p>To set the default version of an extension, use <a>SetTypeDefaultVersion</a>.</p>
|
277
|
+
* @public
|
278
|
+
*/
|
279
|
+
DefaultVersionId?: string | undefined;
|
280
|
+
/**
|
281
|
+
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
282
|
+
* @public
|
283
|
+
*/
|
284
|
+
TypeArn?: string | undefined;
|
285
|
+
/**
|
286
|
+
* <p>When the specified extension version was registered. This applies only to:</p>
|
287
|
+
* <ul>
|
288
|
+
* <li>
|
289
|
+
* <p>Private extensions you have registered in your account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
|
290
|
+
* </li>
|
291
|
+
* <li>
|
292
|
+
* <p>Public extensions you have activated in your account with auto-update specified. For more
|
293
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html">ActivateType</a>.</p>
|
294
|
+
* </li>
|
295
|
+
* </ul>
|
296
|
+
* <p>For all other extension types, CloudFormation returns <code>null</code>.</p>
|
297
|
+
* @public
|
298
|
+
*/
|
299
|
+
LastUpdated?: Date | undefined;
|
300
|
+
/**
|
301
|
+
* <p>The description of the extension.</p>
|
302
|
+
* @public
|
303
|
+
*/
|
304
|
+
Description?: string | undefined;
|
305
|
+
/**
|
306
|
+
* <p>The ID of the extension publisher, if the extension is published by a third party.
|
307
|
+
* Extensions published by Amazon don't return a publisher ID.</p>
|
308
|
+
* @public
|
309
|
+
*/
|
310
|
+
PublisherId?: string | undefined;
|
311
|
+
/**
|
312
|
+
* <p>For public extensions that have been activated for this account and Region, the type name of
|
313
|
+
* the public extension.</p>
|
314
|
+
* <p>If you specified a <code>TypeNameAlias</code> when enabling the extension in this account
|
315
|
+
* and Region, CloudFormation treats that alias as the extension's type name within the account and
|
316
|
+
* Region, not the type name of the public extension. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-alias">Use
|
317
|
+
* aliases to refer to extensions</a> in the <i>CloudFormation User Guide</i>.</p>
|
318
|
+
* @public
|
319
|
+
*/
|
320
|
+
OriginalTypeName?: string | undefined;
|
321
|
+
/**
|
322
|
+
* <p>For public extensions that have been activated for this account and Region, the version of
|
323
|
+
* the public extension to be used for CloudFormation operations in this account and Region.</p>
|
324
|
+
* <p>How you specified <code>AutoUpdate</code> when enabling the extension affects whether
|
325
|
+
* CloudFormation automatically updates the extension in this account and Region when a new version is
|
326
|
+
* released. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto">Automatically use new versions of extensions</a> in the
|
327
|
+
* <i>CloudFormation User Guide</i>.</p>
|
328
|
+
* @public
|
329
|
+
*/
|
330
|
+
PublicVersionNumber?: string | undefined;
|
331
|
+
/**
|
332
|
+
* <p>For public extensions that have been activated for this account and Region, the latest
|
333
|
+
* version of the public extension <i>that is available</i>. For any extensions other
|
334
|
+
* than activated third-party extensions, CloudFormation returns <code>null</code>.</p>
|
335
|
+
* <p>How you specified <code>AutoUpdate</code> when enabling the extension affects whether
|
336
|
+
* CloudFormation automatically updates the extension in this account and Region when a new version is
|
337
|
+
* released. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto">Automatically use new versions of extensions</a> in the
|
338
|
+
* <i>CloudFormation User Guide</i>.</p>
|
339
|
+
* @public
|
340
|
+
*/
|
341
|
+
LatestPublicVersion?: string | undefined;
|
342
|
+
/**
|
343
|
+
* <p>The service used to verify the publisher identity.</p>
|
344
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to make
|
345
|
+
* them available for public use</a> in the <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
|
346
|
+
* @public
|
347
|
+
*/
|
348
|
+
PublisherIdentity?: IdentityProvider | undefined;
|
349
|
+
/**
|
350
|
+
* <p>The publisher name, as defined in the public profile for that publisher in the service used
|
351
|
+
* to verify the publisher identity.</p>
|
352
|
+
* @public
|
353
|
+
*/
|
354
|
+
PublisherName?: string | undefined;
|
355
|
+
/**
|
356
|
+
* <p>Whether the extension is activated for this account and Region.</p>
|
357
|
+
* <p>This applies only to third-party public extensions. Extensions published by Amazon are
|
358
|
+
* activated by default.</p>
|
359
|
+
* @public
|
360
|
+
*/
|
361
|
+
IsActivated?: boolean | undefined;
|
362
|
+
}
|
363
|
+
/**
|
364
|
+
* @public
|
365
|
+
*/
|
366
|
+
export interface ListTypesOutput {
|
367
|
+
/**
|
368
|
+
* <p>A list of <code>TypeSummary</code> structures that contain information about the specified
|
369
|
+
* extensions.</p>
|
370
|
+
* @public
|
371
|
+
*/
|
372
|
+
TypeSummaries?: TypeSummary[] | undefined;
|
373
|
+
/**
|
374
|
+
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
375
|
+
* a token. To retrieve the next set of results, call this action again and assign that token to
|
376
|
+
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
377
|
+
* <code>NextToken</code> is set to <code>null</code>.</p>
|
378
|
+
* @public
|
379
|
+
*/
|
380
|
+
NextToken?: string | undefined;
|
381
|
+
}
|
382
|
+
/**
|
383
|
+
* @public
|
384
|
+
*/
|
385
|
+
export interface ListTypeVersionsInput {
|
386
|
+
/**
|
387
|
+
* <p>The kind of the extension.</p>
|
388
|
+
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
389
|
+
* <code>Arn</code>.</p>
|
390
|
+
* @public
|
391
|
+
*/
|
392
|
+
Type?: RegistryType | undefined;
|
393
|
+
/**
|
394
|
+
* <p>The name of the extension for which you want version summary information.</p>
|
395
|
+
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
396
|
+
* <code>Arn</code>.</p>
|
397
|
+
* @public
|
398
|
+
*/
|
399
|
+
TypeName?: string | undefined;
|
400
|
+
/**
|
401
|
+
* <p>The Amazon Resource Name (ARN) of the extension for which you want version summary
|
402
|
+
* information.</p>
|
403
|
+
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
404
|
+
* <code>Arn</code>.</p>
|
405
|
+
* @public
|
406
|
+
*/
|
407
|
+
Arn?: string | undefined;
|
408
|
+
/**
|
409
|
+
* <p>The maximum number of results to be returned with a single call. If the number of
|
410
|
+
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
411
|
+
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
412
|
+
* results.</p>
|
413
|
+
* @public
|
414
|
+
*/
|
415
|
+
MaxResults?: number | undefined;
|
416
|
+
/**
|
417
|
+
* <p>If the previous paginated request didn't return all of the remaining results, the response
|
418
|
+
* object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
|
419
|
+
* results, call this action again and assign that token to the request object's
|
420
|
+
* <code>NextToken</code> parameter. If there are no remaining results, the previous response
|
421
|
+
* object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
|
422
|
+
* @public
|
423
|
+
*/
|
424
|
+
NextToken?: string | undefined;
|
425
|
+
/**
|
426
|
+
* <p>The deprecation status of the extension versions that you want to get summary information
|
427
|
+
* about.</p>
|
428
|
+
* <p>Valid values include:</p>
|
429
|
+
* <ul>
|
430
|
+
* <li>
|
431
|
+
* <p>
|
432
|
+
* <code>LIVE</code>: The extension version is registered and can be used in CloudFormation
|
433
|
+
* operations, dependent on its provisioning behavior and visibility scope.</p>
|
434
|
+
* </li>
|
435
|
+
* <li>
|
436
|
+
* <p>
|
437
|
+
* <code>DEPRECATED</code>: The extension version has been deregistered and can no longer
|
438
|
+
* be used in CloudFormation operations.</p>
|
439
|
+
* </li>
|
440
|
+
* </ul>
|
441
|
+
* <p>The default is <code>LIVE</code>.</p>
|
442
|
+
* @public
|
443
|
+
*/
|
444
|
+
DeprecatedStatus?: DeprecatedStatus | undefined;
|
445
|
+
/**
|
446
|
+
* <p>The publisher ID of the extension publisher.</p>
|
447
|
+
* <p>Extensions published by Amazon aren't assigned a publisher ID.</p>
|
448
|
+
* @public
|
449
|
+
*/
|
450
|
+
PublisherId?: string | undefined;
|
451
|
+
}
|
452
|
+
/**
|
453
|
+
* <p>Contains summary information about a specific version of a CloudFormation extension.</p>
|
454
|
+
* @public
|
455
|
+
*/
|
456
|
+
export interface TypeVersionSummary {
|
457
|
+
/**
|
458
|
+
* <p>The kind of extension.</p>
|
459
|
+
* @public
|
460
|
+
*/
|
461
|
+
Type?: RegistryType | undefined;
|
462
|
+
/**
|
463
|
+
* <p>The name of the extension.</p>
|
464
|
+
* @public
|
465
|
+
*/
|
466
|
+
TypeName?: string | undefined;
|
467
|
+
/**
|
468
|
+
* <p>The ID of a specific version of the extension. The version ID is the value at the end of the
|
469
|
+
* Amazon Resource Name (ARN) assigned to the extension version when it's registered.</p>
|
470
|
+
* @public
|
471
|
+
*/
|
472
|
+
VersionId?: string | undefined;
|
473
|
+
/**
|
474
|
+
* <p>Whether the specified extension version is set as the default version.</p>
|
475
|
+
* <p>This applies only to private extensions you have registered in your account, and extensions
|
476
|
+
* published by Amazon. For public third-party extensions, CloudFormation returns
|
477
|
+
* <code>null</code>.</p>
|
478
|
+
* @public
|
479
|
+
*/
|
480
|
+
IsDefaultVersion?: boolean | undefined;
|
481
|
+
/**
|
482
|
+
* <p>The Amazon Resource Name (ARN) of the extension version.</p>
|
483
|
+
* @public
|
484
|
+
*/
|
485
|
+
Arn?: string | undefined;
|
486
|
+
/**
|
487
|
+
* <p>When the version was registered.</p>
|
488
|
+
* @public
|
489
|
+
*/
|
490
|
+
TimeCreated?: Date | undefined;
|
491
|
+
/**
|
492
|
+
* <p>The description of the extension version.</p>
|
493
|
+
* @public
|
494
|
+
*/
|
495
|
+
Description?: string | undefined;
|
496
|
+
/**
|
497
|
+
* <p>For public extensions that have been activated for this account and Region, the version of
|
498
|
+
* the public extension to be used for CloudFormation operations in this account and Region. For any
|
499
|
+
* extensions other than activated third-party extensions, CloudFormation returns
|
500
|
+
* <code>null</code>.</p>
|
501
|
+
* <p>How you specified <code>AutoUpdate</code> when enabling the extension affects whether
|
502
|
+
* CloudFormation automatically updates the extension in this account and Region when a new version is
|
503
|
+
* released. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html#registry-public-enable-auto">Automatically use new versions of extensions</a> in the
|
504
|
+
* <i>CloudFormation User Guide</i>.</p>
|
505
|
+
* @public
|
506
|
+
*/
|
507
|
+
PublicVersionNumber?: string | undefined;
|
508
|
+
}
|
509
|
+
/**
|
510
|
+
* @public
|
511
|
+
*/
|
512
|
+
export interface ListTypeVersionsOutput {
|
513
|
+
/**
|
514
|
+
* <p>A list of <code>TypeVersionSummary</code> structures that contain information about the
|
515
|
+
* specified extension's versions.</p>
|
516
|
+
* @public
|
517
|
+
*/
|
518
|
+
TypeVersionSummaries?: TypeVersionSummary[] | undefined;
|
519
|
+
/**
|
520
|
+
* <p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set
|
521
|
+
* to a token. To retrieve the next set of results, call this action again and assign that token
|
522
|
+
* to the request object's <code>NextToken</code> parameter. If the request returns all results,
|
523
|
+
* <code>NextToken</code> is set to <code>null</code>.</p>
|
524
|
+
* @public
|
525
|
+
*/
|
526
|
+
NextToken?: string | undefined;
|
527
|
+
}
|
528
|
+
/**
|
529
|
+
* @public
|
530
|
+
*/
|
531
|
+
export interface PublishTypeInput {
|
532
|
+
/**
|
533
|
+
* <p>The type of the extension.</p>
|
534
|
+
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
535
|
+
* <code>Type</code>.</p>
|
536
|
+
* @public
|
537
|
+
*/
|
538
|
+
Type?: ThirdPartyType | undefined;
|
539
|
+
/**
|
540
|
+
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
541
|
+
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
542
|
+
* <code>Type</code>.</p>
|
543
|
+
* @public
|
544
|
+
*/
|
545
|
+
Arn?: string | undefined;
|
546
|
+
/**
|
547
|
+
* <p>The name of the extension.</p>
|
548
|
+
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
549
|
+
* <code>Type</code>.</p>
|
550
|
+
* @public
|
551
|
+
*/
|
552
|
+
TypeName?: string | undefined;
|
553
|
+
/**
|
554
|
+
* <p>The version number to assign to this version of the extension.</p>
|
555
|
+
* <p>Use the following format, and adhere to semantic versioning when assigning a version
|
556
|
+
* number to your extension:</p>
|
557
|
+
* <p>
|
558
|
+
* <code>MAJOR.MINOR.PATCH</code>
|
559
|
+
* </p>
|
560
|
+
* <p>For more information, see <a href="https://semver.org/">Semantic Versioning
|
561
|
+
* 2.0.0</a>.</p>
|
562
|
+
* <p>If you don't specify a version number, CloudFormation increments the version number by one
|
563
|
+
* minor version release.</p>
|
564
|
+
* <p>You cannot specify a version number the first time you publish a type. CloudFormation
|
565
|
+
* automatically sets the first version number to be <code>1.0.0</code>.</p>
|
566
|
+
* @public
|
567
|
+
*/
|
568
|
+
PublicVersionNumber?: string | undefined;
|
569
|
+
}
|
570
|
+
/**
|
571
|
+
* @public
|
572
|
+
*/
|
573
|
+
export interface PublishTypeOutput {
|
574
|
+
/**
|
575
|
+
* <p>The Amazon Resource Name (ARN) assigned to the public extension upon publication.</p>
|
576
|
+
* @public
|
577
|
+
*/
|
578
|
+
PublicTypeArn?: string | undefined;
|
579
|
+
}
|
580
|
+
/**
|
581
|
+
* <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't
|
582
|
+
* return this error to users.</p>
|
583
|
+
* @public
|
584
|
+
*/
|
585
|
+
export declare class InvalidStateTransitionException extends __BaseException {
|
586
|
+
readonly name: "InvalidStateTransitionException";
|
587
|
+
readonly $fault: "client";
|
588
|
+
Message?: string | undefined;
|
589
|
+
/**
|
590
|
+
* @internal
|
591
|
+
*/
|
592
|
+
constructor(opts: __ExceptionOptionType<InvalidStateTransitionException, __BaseException>);
|
593
|
+
}
|
594
|
+
/**
|
595
|
+
* <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't
|
596
|
+
* return this error to users.</p>
|
597
|
+
* @public
|
598
|
+
*/
|
599
|
+
export declare class OperationStatusCheckFailedException extends __BaseException {
|
600
|
+
readonly name: "OperationStatusCheckFailedException";
|
601
|
+
readonly $fault: "client";
|
602
|
+
Message?: string | undefined;
|
603
|
+
/**
|
604
|
+
* @internal
|
605
|
+
*/
|
606
|
+
constructor(opts: __ExceptionOptionType<OperationStatusCheckFailedException, __BaseException>);
|
607
|
+
}
|
608
|
+
/**
|
609
|
+
* @public
|
610
|
+
* @enum
|
611
|
+
*/
|
612
|
+
export declare const OperationStatus: {
|
613
|
+
readonly FAILED: "FAILED";
|
614
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
615
|
+
readonly PENDING: "PENDING";
|
616
|
+
readonly SUCCESS: "SUCCESS";
|
617
|
+
};
|
618
|
+
/**
|
619
|
+
* @public
|
620
|
+
*/
|
621
|
+
export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
|
622
|
+
/**
|
623
|
+
* @public
|
624
|
+
* @enum
|
625
|
+
*/
|
626
|
+
export declare const HandlerErrorCode: {
|
627
|
+
readonly AccessDenied: "AccessDenied";
|
628
|
+
readonly AlreadyExists: "AlreadyExists";
|
629
|
+
readonly GeneralServiceException: "GeneralServiceException";
|
630
|
+
readonly HandlerInternalFailure: "HandlerInternalFailure";
|
631
|
+
readonly InternalFailure: "InternalFailure";
|
632
|
+
readonly InvalidCredentials: "InvalidCredentials";
|
633
|
+
readonly InvalidRequest: "InvalidRequest";
|
634
|
+
readonly InvalidTypeConfiguration: "InvalidTypeConfiguration";
|
635
|
+
readonly NetworkFailure: "NetworkFailure";
|
636
|
+
readonly NonCompliant: "NonCompliant";
|
637
|
+
readonly NotFound: "NotFound";
|
638
|
+
readonly NotUpdatable: "NotUpdatable";
|
639
|
+
readonly ResourceConflict: "ResourceConflict";
|
640
|
+
readonly ServiceInternalError: "ServiceInternalError";
|
641
|
+
readonly ServiceLimitExceeded: "ServiceLimitExceeded";
|
642
|
+
readonly ServiceTimeout: "NotStabilized";
|
643
|
+
readonly Throttling: "Throttling";
|
644
|
+
readonly Unknown: "Unknown";
|
645
|
+
readonly UnsupportedTarget: "UnsupportedTarget";
|
646
|
+
};
|
647
|
+
/**
|
648
|
+
* @public
|
649
|
+
*/
|
650
|
+
export type HandlerErrorCode = (typeof HandlerErrorCode)[keyof typeof HandlerErrorCode];
|
651
|
+
/**
|
652
|
+
* @public
|
653
|
+
*/
|
654
|
+
export interface RecordHandlerProgressInput {
|
655
|
+
/**
|
656
|
+
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
657
|
+
* CLI</a>.</p>
|
658
|
+
* @public
|
659
|
+
*/
|
660
|
+
BearerToken: string | undefined;
|
661
|
+
/**
|
662
|
+
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
663
|
+
* CLI</a>.</p>
|
664
|
+
* @public
|
665
|
+
*/
|
666
|
+
OperationStatus: OperationStatus | undefined;
|
667
|
+
/**
|
668
|
+
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
669
|
+
* CLI</a>.</p>
|
670
|
+
* @public
|
671
|
+
*/
|
672
|
+
CurrentOperationStatus?: OperationStatus | undefined;
|
673
|
+
/**
|
674
|
+
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
675
|
+
* CLI</a>.</p>
|
676
|
+
* @public
|
677
|
+
*/
|
678
|
+
StatusMessage?: string | undefined;
|
679
|
+
/**
|
680
|
+
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
681
|
+
* CLI</a>.</p>
|
682
|
+
* @public
|
683
|
+
*/
|
684
|
+
ErrorCode?: HandlerErrorCode | undefined;
|
685
|
+
/**
|
686
|
+
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
687
|
+
* CLI</a>.</p>
|
688
|
+
* @public
|
689
|
+
*/
|
690
|
+
ResourceModel?: string | undefined;
|
691
|
+
/**
|
692
|
+
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
693
|
+
* CLI</a>.</p>
|
694
|
+
* @public
|
695
|
+
*/
|
696
|
+
ClientRequestToken?: string | undefined;
|
697
|
+
}
|
698
|
+
/**
|
699
|
+
* @public
|
700
|
+
*/
|
701
|
+
export interface RecordHandlerProgressOutput {
|
702
|
+
}
|
703
|
+
/**
|
704
|
+
* @public
|
705
|
+
*/
|
706
|
+
export interface RegisterPublisherInput {
|
707
|
+
/**
|
708
|
+
* <p>Whether you accept the <a href="https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf">Terms and Conditions</a> for publishing extensions in the CloudFormation registry. You must
|
709
|
+
* accept the terms and conditions in order to register to publish public extensions to the
|
710
|
+
* CloudFormation registry.</p>
|
711
|
+
* <p>The default is <code>false</code>.</p>
|
712
|
+
* @public
|
713
|
+
*/
|
714
|
+
AcceptTermsAndConditions?: boolean | undefined;
|
715
|
+
/**
|
716
|
+
* <p>If you are using a Bitbucket or GitHub account for identity verification, the Amazon
|
717
|
+
* Resource Name (ARN) for your connection to that account.</p>
|
718
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Prerequisite: Registering your account to publish CloudFormation extensions</a> in the
|
719
|
+
* <i>CloudFormation Command Line Interface (CLI) User Guide</i>.</p>
|
720
|
+
* @public
|
721
|
+
*/
|
722
|
+
ConnectionArn?: string | undefined;
|
723
|
+
}
|
724
|
+
/**
|
725
|
+
* @public
|
726
|
+
*/
|
727
|
+
export interface RegisterPublisherOutput {
|
728
|
+
/**
|
729
|
+
* <p>The ID assigned this account by CloudFormation for publishing extensions.</p>
|
730
|
+
* @public
|
731
|
+
*/
|
732
|
+
PublisherId?: string | undefined;
|
733
|
+
}
|
4
734
|
/**
|
5
735
|
* @public
|
6
736
|
*/
|
@@ -21,7 +751,7 @@ export interface RegisterTypeInput {
|
|
21
751
|
* <p>For modules, <code>company_or_organization::service::type::MODULE</code>.</p>
|
22
752
|
* </li>
|
23
753
|
* <li>
|
24
|
-
* <p>For
|
754
|
+
* <p>For Hooks, <code>MyCompany::Testing::MyTestHook</code>.</p>
|
25
755
|
* </li>
|
26
756
|
* </ul>
|
27
757
|
* <note>
|
@@ -397,18 +1127,21 @@ export interface StopStackSetOperationInput {
|
|
397
1127
|
*/
|
398
1128
|
OperationId: string | undefined;
|
399
1129
|
/**
|
400
|
-
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
401
|
-
*
|
402
|
-
*
|
403
|
-
*
|
1130
|
+
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
1131
|
+
* in the organization's management account or as a delegated administrator in a member
|
1132
|
+
* account.</p>
|
1133
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
|
1134
|
+
* self-managed permissions.</p>
|
404
1135
|
* <ul>
|
405
1136
|
* <li>
|
406
|
-
* <p>If you are signed in to the management account, specify
|
1137
|
+
* <p>If you are signed in to the management account, specify
|
1138
|
+
* <code>SELF</code>.</p>
|
407
1139
|
* </li>
|
408
1140
|
* <li>
|
409
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
410
|
-
*
|
411
|
-
*
|
1141
|
+
* <p>If you are signed in to a delegated administrator account, specify
|
1142
|
+
* <code>DELEGATED_ADMIN</code>.</p>
|
1143
|
+
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
1144
|
+
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
412
1145
|
* </li>
|
413
1146
|
* </ul>
|
414
1147
|
* @public
|
@@ -561,7 +1294,7 @@ export interface UpdateStackInput {
|
|
561
1294
|
*/
|
562
1295
|
TemplateBody?: string | undefined;
|
563
1296
|
/**
|
564
|
-
* <p>
|
1297
|
+
* <p>The URL of a file containing the template body. The URL must point to a template that's
|
565
1298
|
* located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must
|
566
1299
|
* start with <code>https://</code>.</p>
|
567
1300
|
* <p>Conditional: You must specify only one of the following parameters:
|
@@ -656,6 +1389,12 @@ export interface UpdateStackInput {
|
|
656
1389
|
* </li>
|
657
1390
|
* <li>
|
658
1391
|
* <p>
|
1392
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html">
|
1393
|
+
* AWS::IAM::ManagedPolicy</a>
|
1394
|
+
* </p>
|
1395
|
+
* </li>
|
1396
|
+
* <li>
|
1397
|
+
* <p>
|
659
1398
|
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html">AWS::IAM::Policy</a>
|
660
1399
|
* </p>
|
661
1400
|
* </li>
|
@@ -677,7 +1416,7 @@ export interface UpdateStackInput {
|
|
677
1416
|
* </p>
|
678
1417
|
* </li>
|
679
1418
|
* </ul>
|
680
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
1419
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
|
681
1420
|
* </li>
|
682
1421
|
* <li>
|
683
1422
|
* <p>
|
@@ -690,7 +1429,7 @@ export interface UpdateStackInput {
|
|
690
1429
|
* before actually updating the stack. If your stack template contains one or more macros,
|
691
1430
|
* and you choose to update a stack directly from the processed template, without first
|
692
1431
|
* reviewing the resulting changes in a change set, you must acknowledge this capability.
|
693
|
-
* This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
1432
|
+
* This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.</p>
|
694
1433
|
* <p>If you want to update a stack from a stack template that contains macros
|
695
1434
|
* <i>and</i> nested stacks, you must update the stack directly from the
|
696
1435
|
* template using this capability.</p>
|
@@ -719,7 +1458,7 @@ export interface UpdateStackInput {
|
|
719
1458
|
* <p>If the list of resource types doesn't include a resource that you're updating, the stack
|
720
1459
|
* update fails. By default, CloudFormation grants permissions to all resource types. IAM uses this
|
721
1460
|
* parameter for CloudFormation-specific condition keys in IAM policies. For more information, see
|
722
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
1461
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control access with Identity and Access Management</a>.</p>
|
723
1462
|
* <note>
|
724
1463
|
* <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
|
725
1464
|
* be specified.</p>
|
@@ -838,9 +1577,9 @@ export interface UpdateStackInstancesInput {
|
|
838
1577
|
*/
|
839
1578
|
StackSetName: string | undefined;
|
840
1579
|
/**
|
841
|
-
* <p>[Self-managed permissions] The
|
842
|
-
* update parameter values for stack instances. The overridden parameter values will be
|
843
|
-
* to all stack instances in the specified accounts and Amazon Web Services Regions.</p>
|
1580
|
+
* <p>[Self-managed permissions] The account IDs of one or more Amazon Web Services accounts for which you
|
1581
|
+
* want to update parameter values for stack instances. The overridden parameter values will be
|
1582
|
+
* applied to all stack instances in the specified accounts and Amazon Web Services Regions.</p>
|
844
1583
|
* <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
|
845
1584
|
* both.</p>
|
846
1585
|
* @public
|
@@ -973,9 +1712,9 @@ export interface UpdateStackSetInput {
|
|
973
1712
|
*/
|
974
1713
|
TemplateBody?: string | undefined;
|
975
1714
|
/**
|
976
|
-
* <p>The
|
977
|
-
* (maximum size:
|
978
|
-
*
|
1715
|
+
* <p>The URL of a file that contains the template body. The URL must point to a template
|
1716
|
+
* (maximum size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document.
|
1717
|
+
* The location for an Amazon S3 bucket must start with <code>https://</code>.</p>
|
979
1718
|
* <p>Conditional: You must specify only one of the following parameters:
|
980
1719
|
* <code>TemplateBody</code> or <code>TemplateURL</code>—or set
|
981
1720
|
* <code>UsePreviousTemplate</code> to true.</p>
|
@@ -1062,7 +1801,7 @@ export interface UpdateStackSetInput {
|
|
1062
1801
|
* </p>
|
1063
1802
|
* </li>
|
1064
1803
|
* </ul>
|
1065
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
1804
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
|
1066
1805
|
* </li>
|
1067
1806
|
* <li>
|
1068
1807
|
* <p>
|
@@ -1071,11 +1810,11 @@ export interface UpdateStackSetInput {
|
|
1071
1810
|
* <p>Some templates reference macros. If your stack set template references one or more
|
1072
1811
|
* macros, you must update the stack set directly from the processed template, without first
|
1073
1812
|
* reviewing the resulting changes in a change set. To update the stack set directly, you
|
1074
|
-
* must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">
|
1075
|
-
*
|
1813
|
+
* must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
|
1814
|
+
* on CloudFormation templates with template macros</a>.</p>
|
1076
1815
|
* <important>
|
1077
1816
|
* <p>Stack sets with service-managed permissions do not currently support the use of
|
1078
|
-
* macros in templates. (This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
1817
|
+
* macros in templates. (This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if
|
1079
1818
|
* you specify this capability for a stack set with service-managed permissions, if you
|
1080
1819
|
* reference a macro in your template the stack set operation will fail.</p>
|
1081
1820
|
* </important>
|
@@ -1127,8 +1866,8 @@ export interface UpdateStackSetInput {
|
|
1127
1866
|
* <p>The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.</p>
|
1128
1867
|
* <p>Specify an IAM role only if you are using customized administrator roles to control
|
1129
1868
|
* which users or groups can manage specific stack sets within the same administrator account.
|
1130
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">
|
1131
|
-
*
|
1869
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Prerequisites for using
|
1870
|
+
* CloudFormation StackSets</a> in the <i>CloudFormation User Guide</i>.</p>
|
1132
1871
|
* <p>If you specified a customized administrator role when you created the stack set, you must
|
1133
1872
|
* specify a customized administrator role, even if it is the same customized administrator role
|
1134
1873
|
* used with this stack set previously.</p>
|
@@ -1171,13 +1910,12 @@ export interface UpdateStackSetInput {
|
|
1171
1910
|
* <li>
|
1172
1911
|
* <p>With <code>self-managed</code> permissions, you must create the administrator and
|
1173
1912
|
* execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
1174
|
-
*
|
1913
|
+
* self-managed permissions</a>.</p>
|
1175
1914
|
* </li>
|
1176
1915
|
* <li>
|
1177
1916
|
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the
|
1178
1917
|
* IAM roles required to deploy to accounts managed by Organizations. For more
|
1179
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-
|
1180
|
-
* Service-Managed Stack Set Permissions</a>.</p>
|
1918
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate trusted access for stack sets with Organizations</a>.</p>
|
1181
1919
|
* </li>
|
1182
1920
|
* </ul>
|
1183
1921
|
* @public
|
@@ -1313,8 +2051,8 @@ export interface ValidateTemplateInput {
|
|
1313
2051
|
*/
|
1314
2052
|
TemplateBody?: string | undefined;
|
1315
2053
|
/**
|
1316
|
-
* <p>
|
1317
|
-
*
|
2054
|
+
* <p>The URL of a file containing the template body. The URL must point to a template (max size:
|
2055
|
+
* 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The location
|
1318
2056
|
* for an Amazon S3 bucket must start with <code>https://</code>.</p>
|
1319
2057
|
* <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both
|
1320
2058
|
* are passed, only <code>TemplateBody</code> is used.</p>
|
@@ -1369,7 +2107,7 @@ export interface ValidateTemplateOutput {
|
|
1369
2107
|
* must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use
|
1370
2108
|
* the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template;
|
1371
2109
|
* otherwise, those actions return an InsufficientCapabilities error.</p>
|
1372
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/
|
2110
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
|
1373
2111
|
* @public
|
1374
2112
|
*/
|
1375
2113
|
Capabilities?: Capability[] | undefined;
|