@aws-sdk/client-service-catalog 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.
@@ -0,0 +1,483 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const PortfolioShareType: {
6
+ readonly AWS_ORGANIZATIONS: "AWS_ORGANIZATIONS";
7
+ readonly AWS_SERVICECATALOG: "AWS_SERVICECATALOG";
8
+ readonly IMPORTED: "IMPORTED";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type PortfolioShareType = (typeof PortfolioShareType)[keyof typeof PortfolioShareType];
14
+ /**
15
+ * @public
16
+ * @enum
17
+ */
18
+ export declare const AccessLevelFilterKey: {
19
+ readonly ACCOUNT: "Account";
20
+ readonly ROLE: "Role";
21
+ readonly USER: "User";
22
+ };
23
+ /**
24
+ * @public
25
+ */
26
+ export type AccessLevelFilterKey = (typeof AccessLevelFilterKey)[keyof typeof AccessLevelFilterKey];
27
+ /**
28
+ * @public
29
+ * @enum
30
+ */
31
+ export declare const AccessStatus: {
32
+ readonly DISABLED: "DISABLED";
33
+ readonly ENABLED: "ENABLED";
34
+ readonly UNDER_CHANGE: "UNDER_CHANGE";
35
+ };
36
+ /**
37
+ * @public
38
+ */
39
+ export type AccessStatus = (typeof AccessStatus)[keyof typeof AccessStatus];
40
+ /**
41
+ * @public
42
+ * @enum
43
+ */
44
+ export declare const PrincipalType: {
45
+ readonly IAM: "IAM";
46
+ readonly IAM_PATTERN: "IAM_PATTERN";
47
+ };
48
+ /**
49
+ * @public
50
+ */
51
+ export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
52
+ /**
53
+ * @public
54
+ * @enum
55
+ */
56
+ export declare const ServiceActionAssociationErrorCode: {
57
+ readonly DuplicateResourceException: "DUPLICATE_RESOURCE";
58
+ readonly InternalFailure: "INTERNAL_FAILURE";
59
+ readonly InvalidParameterException: "INVALID_PARAMETER";
60
+ readonly LimitExceededException: "LIMIT_EXCEEDED";
61
+ readonly ResourceNotFoundException: "RESOURCE_NOT_FOUND";
62
+ readonly ThrottlingException: "THROTTLING";
63
+ };
64
+ /**
65
+ * @public
66
+ */
67
+ export type ServiceActionAssociationErrorCode = (typeof ServiceActionAssociationErrorCode)[keyof typeof ServiceActionAssociationErrorCode];
68
+ /**
69
+ * @public
70
+ * @enum
71
+ */
72
+ export declare const CopyOption: {
73
+ readonly CopyTags: "CopyTags";
74
+ };
75
+ /**
76
+ * @public
77
+ */
78
+ export type CopyOption = (typeof CopyOption)[keyof typeof CopyOption];
79
+ /**
80
+ * @public
81
+ * @enum
82
+ */
83
+ export declare const ProvisioningArtifactPropertyName: {
84
+ readonly Id: "Id";
85
+ };
86
+ /**
87
+ * @public
88
+ */
89
+ export type ProvisioningArtifactPropertyName = (typeof ProvisioningArtifactPropertyName)[keyof typeof ProvisioningArtifactPropertyName];
90
+ /**
91
+ * @public
92
+ * @enum
93
+ */
94
+ export declare const Status: {
95
+ readonly AVAILABLE: "AVAILABLE";
96
+ readonly CREATING: "CREATING";
97
+ readonly FAILED: "FAILED";
98
+ };
99
+ /**
100
+ * @public
101
+ */
102
+ export type Status = (typeof Status)[keyof typeof Status];
103
+ /**
104
+ * @public
105
+ * @enum
106
+ */
107
+ export declare const OrganizationNodeType: {
108
+ readonly ACCOUNT: "ACCOUNT";
109
+ readonly ORGANIZATION: "ORGANIZATION";
110
+ readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
111
+ };
112
+ /**
113
+ * @public
114
+ */
115
+ export type OrganizationNodeType = (typeof OrganizationNodeType)[keyof typeof OrganizationNodeType];
116
+ /**
117
+ * @public
118
+ * @enum
119
+ */
120
+ export declare const ProductType: {
121
+ readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
122
+ readonly EXTERNAL: "EXTERNAL";
123
+ readonly MARKETPLACE: "MARKETPLACE";
124
+ readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
125
+ readonly TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE";
126
+ };
127
+ /**
128
+ * @public
129
+ */
130
+ export type ProductType = (typeof ProductType)[keyof typeof ProductType];
131
+ /**
132
+ * @public
133
+ * @enum
134
+ */
135
+ export declare const ProvisioningArtifactType: {
136
+ readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
137
+ readonly EXTERNAL: "EXTERNAL";
138
+ readonly MARKETPLACE_AMI: "MARKETPLACE_AMI";
139
+ readonly MARKETPLACE_CAR: "MARKETPLACE_CAR";
140
+ readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
141
+ readonly TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE";
142
+ };
143
+ /**
144
+ * @public
145
+ */
146
+ export type ProvisioningArtifactType = (typeof ProvisioningArtifactType)[keyof typeof ProvisioningArtifactType];
147
+ /**
148
+ * @public
149
+ * @enum
150
+ */
151
+ export declare const SourceType: {
152
+ readonly CODESTAR: "CODESTAR";
153
+ };
154
+ /**
155
+ * @public
156
+ */
157
+ export type SourceType = (typeof SourceType)[keyof typeof SourceType];
158
+ /**
159
+ * @public
160
+ * @enum
161
+ */
162
+ export declare const LastSyncStatus: {
163
+ readonly FAILED: "FAILED";
164
+ readonly SUCCEEDED: "SUCCEEDED";
165
+ };
166
+ /**
167
+ * @public
168
+ */
169
+ export type LastSyncStatus = (typeof LastSyncStatus)[keyof typeof LastSyncStatus];
170
+ /**
171
+ * @public
172
+ * @enum
173
+ */
174
+ export declare const ProvisioningArtifactGuidance: {
175
+ readonly DEFAULT: "DEFAULT";
176
+ readonly DEPRECATED: "DEPRECATED";
177
+ };
178
+ /**
179
+ * @public
180
+ */
181
+ export type ProvisioningArtifactGuidance = (typeof ProvisioningArtifactGuidance)[keyof typeof ProvisioningArtifactGuidance];
182
+ /**
183
+ * @public
184
+ * @enum
185
+ */
186
+ export declare const ProvisionedProductPlanType: {
187
+ readonly CLOUDFORMATION: "CLOUDFORMATION";
188
+ };
189
+ /**
190
+ * @public
191
+ */
192
+ export type ProvisionedProductPlanType = (typeof ProvisionedProductPlanType)[keyof typeof ProvisionedProductPlanType];
193
+ /**
194
+ * @public
195
+ * @enum
196
+ */
197
+ export declare const ServiceActionDefinitionKey: {
198
+ readonly AssumeRole: "AssumeRole";
199
+ readonly Name: "Name";
200
+ readonly Parameters: "Parameters";
201
+ readonly Version: "Version";
202
+ };
203
+ /**
204
+ * @public
205
+ */
206
+ export type ServiceActionDefinitionKey = (typeof ServiceActionDefinitionKey)[keyof typeof ServiceActionDefinitionKey];
207
+ /**
208
+ * @public
209
+ * @enum
210
+ */
211
+ export declare const ServiceActionDefinitionType: {
212
+ readonly SsmAutomation: "SSM_AUTOMATION";
213
+ };
214
+ /**
215
+ * @public
216
+ */
217
+ export type ServiceActionDefinitionType = (typeof ServiceActionDefinitionType)[keyof typeof ServiceActionDefinitionType];
218
+ /**
219
+ * @public
220
+ * @enum
221
+ */
222
+ export declare const CopyProductStatus: {
223
+ readonly FAILED: "FAILED";
224
+ readonly IN_PROGRESS: "IN_PROGRESS";
225
+ readonly SUCCEEDED: "SUCCEEDED";
226
+ };
227
+ /**
228
+ * @public
229
+ */
230
+ export type CopyProductStatus = (typeof CopyProductStatus)[keyof typeof CopyProductStatus];
231
+ /**
232
+ * @public
233
+ * @enum
234
+ */
235
+ export declare const DescribePortfolioShareType: {
236
+ readonly ACCOUNT: "ACCOUNT";
237
+ readonly ORGANIZATION: "ORGANIZATION";
238
+ readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
239
+ readonly ORGANIZATION_MEMBER_ACCOUNT: "ORGANIZATION_MEMBER_ACCOUNT";
240
+ };
241
+ /**
242
+ * @public
243
+ */
244
+ export type DescribePortfolioShareType = (typeof DescribePortfolioShareType)[keyof typeof DescribePortfolioShareType];
245
+ /**
246
+ * @public
247
+ * @enum
248
+ */
249
+ export declare const ShareStatus: {
250
+ readonly COMPLETED: "COMPLETED";
251
+ readonly COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS";
252
+ readonly ERROR: "ERROR";
253
+ readonly IN_PROGRESS: "IN_PROGRESS";
254
+ readonly NOT_STARTED: "NOT_STARTED";
255
+ };
256
+ /**
257
+ * @public
258
+ */
259
+ export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus];
260
+ /**
261
+ * @public
262
+ * @enum
263
+ */
264
+ export declare const ProvisionedProductStatus: {
265
+ readonly AVAILABLE: "AVAILABLE";
266
+ readonly ERROR: "ERROR";
267
+ readonly PLAN_IN_PROGRESS: "PLAN_IN_PROGRESS";
268
+ readonly TAINTED: "TAINTED";
269
+ readonly UNDER_CHANGE: "UNDER_CHANGE";
270
+ };
271
+ /**
272
+ * @public
273
+ */
274
+ export type ProvisionedProductStatus = (typeof ProvisionedProductStatus)[keyof typeof ProvisionedProductStatus];
275
+ /**
276
+ * @public
277
+ * @enum
278
+ */
279
+ export declare const ProvisionedProductPlanStatus: {
280
+ readonly CREATE_FAILED: "CREATE_FAILED";
281
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
282
+ readonly CREATE_SUCCESS: "CREATE_SUCCESS";
283
+ readonly EXECUTE_FAILED: "EXECUTE_FAILED";
284
+ readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
285
+ readonly EXECUTE_SUCCESS: "EXECUTE_SUCCESS";
286
+ };
287
+ /**
288
+ * @public
289
+ */
290
+ export type ProvisionedProductPlanStatus = (typeof ProvisionedProductPlanStatus)[keyof typeof ProvisionedProductPlanStatus];
291
+ /**
292
+ * @public
293
+ * @enum
294
+ */
295
+ export declare const ChangeAction: {
296
+ readonly ADD: "ADD";
297
+ readonly MODIFY: "MODIFY";
298
+ readonly REMOVE: "REMOVE";
299
+ };
300
+ /**
301
+ * @public
302
+ */
303
+ export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
304
+ /**
305
+ * @public
306
+ * @enum
307
+ */
308
+ export declare const EvaluationType: {
309
+ readonly DYNAMIC: "DYNAMIC";
310
+ readonly STATIC: "STATIC";
311
+ };
312
+ /**
313
+ * @public
314
+ */
315
+ export type EvaluationType = (typeof EvaluationType)[keyof typeof EvaluationType];
316
+ /**
317
+ * @public
318
+ * @enum
319
+ */
320
+ export declare const ResourceAttribute: {
321
+ readonly CREATIONPOLICY: "CREATIONPOLICY";
322
+ readonly DELETIONPOLICY: "DELETIONPOLICY";
323
+ readonly METADATA: "METADATA";
324
+ readonly PROPERTIES: "PROPERTIES";
325
+ readonly TAGS: "TAGS";
326
+ readonly UPDATEPOLICY: "UPDATEPOLICY";
327
+ };
328
+ /**
329
+ * @public
330
+ */
331
+ export type ResourceAttribute = (typeof ResourceAttribute)[keyof typeof ResourceAttribute];
332
+ /**
333
+ * @public
334
+ * @enum
335
+ */
336
+ export declare const RequiresRecreation: {
337
+ readonly ALWAYS: "ALWAYS";
338
+ readonly CONDITIONALLY: "CONDITIONALLY";
339
+ readonly NEVER: "NEVER";
340
+ };
341
+ /**
342
+ * @public
343
+ */
344
+ export type RequiresRecreation = (typeof RequiresRecreation)[keyof typeof RequiresRecreation];
345
+ /**
346
+ * @public
347
+ * @enum
348
+ */
349
+ export declare const Replacement: {
350
+ readonly CONDITIONAL: "CONDITIONAL";
351
+ readonly FALSE: "FALSE";
352
+ readonly TRUE: "TRUE";
353
+ };
354
+ /**
355
+ * @public
356
+ */
357
+ export type Replacement = (typeof Replacement)[keyof typeof Replacement];
358
+ /**
359
+ * @public
360
+ * @enum
361
+ */
362
+ export declare const RecordStatus: {
363
+ readonly CREATED: "CREATED";
364
+ readonly FAILED: "FAILED";
365
+ readonly IN_PROGRESS: "IN_PROGRESS";
366
+ readonly IN_PROGRESS_IN_ERROR: "IN_PROGRESS_IN_ERROR";
367
+ readonly SUCCEEDED: "SUCCEEDED";
368
+ };
369
+ /**
370
+ * @public
371
+ */
372
+ export type RecordStatus = (typeof RecordStatus)[keyof typeof RecordStatus];
373
+ /**
374
+ * @public
375
+ * @enum
376
+ */
377
+ export declare const StackInstanceStatus: {
378
+ readonly CURRENT: "CURRENT";
379
+ readonly INOPERABLE: "INOPERABLE";
380
+ readonly OUTDATED: "OUTDATED";
381
+ };
382
+ /**
383
+ * @public
384
+ */
385
+ export type StackInstanceStatus = (typeof StackInstanceStatus)[keyof typeof StackInstanceStatus];
386
+ /**
387
+ * @public
388
+ * @enum
389
+ */
390
+ export declare const EngineWorkflowStatus: {
391
+ readonly FAILED: "FAILED";
392
+ readonly SUCCEEDED: "SUCCEEDED";
393
+ };
394
+ /**
395
+ * @public
396
+ */
397
+ export type EngineWorkflowStatus = (typeof EngineWorkflowStatus)[keyof typeof EngineWorkflowStatus];
398
+ /**
399
+ * @public
400
+ * @enum
401
+ */
402
+ export declare const ProductViewFilterBy: {
403
+ readonly FullTextSearch: "FullTextSearch";
404
+ readonly Owner: "Owner";
405
+ readonly ProductType: "ProductType";
406
+ readonly SourceProductId: "SourceProductId";
407
+ };
408
+ /**
409
+ * @public
410
+ */
411
+ export type ProductViewFilterBy = (typeof ProductViewFilterBy)[keyof typeof ProductViewFilterBy];
412
+ /**
413
+ * @public
414
+ * @enum
415
+ */
416
+ export declare const ProductViewSortBy: {
417
+ readonly CreationDate: "CreationDate";
418
+ readonly Title: "Title";
419
+ readonly VersionCount: "VersionCount";
420
+ };
421
+ /**
422
+ * @public
423
+ */
424
+ export type ProductViewSortBy = (typeof ProductViewSortBy)[keyof typeof ProductViewSortBy];
425
+ /**
426
+ * @public
427
+ * @enum
428
+ */
429
+ export declare const SortOrder: {
430
+ readonly ASCENDING: "ASCENDING";
431
+ readonly DESCENDING: "DESCENDING";
432
+ };
433
+ /**
434
+ * @public
435
+ */
436
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
437
+ /**
438
+ * @public
439
+ * @enum
440
+ */
441
+ export declare const ProductSource: {
442
+ readonly ACCOUNT: "ACCOUNT";
443
+ };
444
+ /**
445
+ * @public
446
+ */
447
+ export type ProductSource = (typeof ProductSource)[keyof typeof ProductSource];
448
+ /**
449
+ * @public
450
+ * @enum
451
+ */
452
+ export declare const ProvisionedProductViewFilterBy: {
453
+ readonly SearchQuery: "SearchQuery";
454
+ };
455
+ /**
456
+ * @public
457
+ */
458
+ export type ProvisionedProductViewFilterBy = (typeof ProvisionedProductViewFilterBy)[keyof typeof ProvisionedProductViewFilterBy];
459
+ /**
460
+ * @public
461
+ * @enum
462
+ */
463
+ export declare const StackSetOperationType: {
464
+ readonly CREATE: "CREATE";
465
+ readonly DELETE: "DELETE";
466
+ readonly UPDATE: "UPDATE";
467
+ };
468
+ /**
469
+ * @public
470
+ */
471
+ export type StackSetOperationType = (typeof StackSetOperationType)[keyof typeof StackSetOperationType];
472
+ /**
473
+ * @public
474
+ * @enum
475
+ */
476
+ export declare const PropertyKey: {
477
+ readonly LaunchRole: "LAUNCH_ROLE";
478
+ readonly Owner: "OWNER";
479
+ };
480
+ /**
481
+ * @public
482
+ */
483
+ export type PropertyKey = (typeof PropertyKey)[keyof typeof PropertyKey];
@@ -0,0 +1,110 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ServiceCatalogServiceException as __BaseException } from "./ServiceCatalogServiceException";
3
+ /**
4
+ * <p>One or more parameters provided to the operation are not valid.</p>
5
+ * @public
6
+ */
7
+ export declare class InvalidParametersException extends __BaseException {
8
+ readonly name: "InvalidParametersException";
9
+ readonly $fault: "client";
10
+ Message?: string | undefined;
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<InvalidParametersException, __BaseException>);
15
+ }
16
+ /**
17
+ * <p>The current limits of the service would have been exceeded by this operation. Decrease your
18
+ * resource use or increase your service limits and retry the operation.</p>
19
+ * @public
20
+ */
21
+ export declare class LimitExceededException extends __BaseException {
22
+ readonly name: "LimitExceededException";
23
+ readonly $fault: "client";
24
+ Message?: string | undefined;
25
+ /**
26
+ * @internal
27
+ */
28
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
29
+ }
30
+ /**
31
+ * <p>The specified resource was not found.</p>
32
+ * @public
33
+ */
34
+ export declare class ResourceNotFoundException extends __BaseException {
35
+ readonly name: "ResourceNotFoundException";
36
+ readonly $fault: "client";
37
+ Message?: string | undefined;
38
+ /**
39
+ * @internal
40
+ */
41
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
42
+ }
43
+ /**
44
+ * <p>The specified resource is a duplicate.</p>
45
+ * @public
46
+ */
47
+ export declare class DuplicateResourceException extends __BaseException {
48
+ readonly name: "DuplicateResourceException";
49
+ readonly $fault: "client";
50
+ Message?: string | undefined;
51
+ /**
52
+ * @internal
53
+ */
54
+ constructor(opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>);
55
+ }
56
+ /**
57
+ * <p>An attempt was made to modify a resource that is in a state that is not valid.
58
+ * Check your resources to ensure that they are in valid states before retrying the operation.</p>
59
+ * @public
60
+ */
61
+ export declare class InvalidStateException extends __BaseException {
62
+ readonly name: "InvalidStateException";
63
+ readonly $fault: "client";
64
+ Message?: string | undefined;
65
+ /**
66
+ * @internal
67
+ */
68
+ constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
69
+ }
70
+ /**
71
+ * <p>An operation requiring TagOptions failed because the TagOptions migration process has
72
+ * not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
73
+ * process before retrying the operation.</p>
74
+ * @public
75
+ */
76
+ export declare class TagOptionNotMigratedException extends __BaseException {
77
+ readonly name: "TagOptionNotMigratedException";
78
+ readonly $fault: "client";
79
+ Message?: string | undefined;
80
+ /**
81
+ * @internal
82
+ */
83
+ constructor(opts: __ExceptionOptionType<TagOptionNotMigratedException, __BaseException>);
84
+ }
85
+ /**
86
+ * <p>The operation is not supported.</p>
87
+ * @public
88
+ */
89
+ export declare class OperationNotSupportedException extends __BaseException {
90
+ readonly name: "OperationNotSupportedException";
91
+ readonly $fault: "client";
92
+ Message?: string | undefined;
93
+ /**
94
+ * @internal
95
+ */
96
+ constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
97
+ }
98
+ /**
99
+ * <p>A resource that is currently in use. Ensure that the resource is not in use and retry the operation.</p>
100
+ * @public
101
+ */
102
+ export declare class ResourceInUseException extends __BaseException {
103
+ readonly name: "ResourceInUseException";
104
+ readonly $fault: "client";
105
+ Message?: string | undefined;
106
+ /**
107
+ * @internal
108
+ */
109
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
110
+ }