@aws-sdk/client-imagebuilder 3.934.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/dist-cjs/index.js CHANGED
@@ -117,26 +117,6 @@ let ImagebuilderServiceException$1 = class ImagebuilderServiceException extends
117
117
  }
118
118
  };
119
119
 
120
- const ImageStatus = {
121
- AVAILABLE: "AVAILABLE",
122
- BUILDING: "BUILDING",
123
- CANCELLED: "CANCELLED",
124
- CREATING: "CREATING",
125
- DELETED: "DELETED",
126
- DEPRECATED: "DEPRECATED",
127
- DISABLED: "DISABLED",
128
- DISTRIBUTING: "DISTRIBUTING",
129
- FAILED: "FAILED",
130
- INTEGRATING: "INTEGRATING",
131
- PENDING: "PENDING",
132
- TESTING: "TESTING",
133
- };
134
- const BuildType = {
135
- IMPORT: "IMPORT",
136
- IMPORT_ISO: "IMPORT_ISO",
137
- SCHEDULED: "SCHEDULED",
138
- USER_INITIATED: "USER_INITIATED",
139
- };
140
120
  let CallRateLimitExceededException$1 = class CallRateLimitExceededException extends ImagebuilderServiceException$1 {
141
121
  name = "CallRateLimitExceededException";
142
122
  $fault = "client";
@@ -233,41 +213,6 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Im
233
213
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
234
214
  }
235
215
  };
236
- const Platform = {
237
- LINUX: "Linux",
238
- MACOS: "macOS",
239
- WINDOWS: "Windows",
240
- };
241
- const ProductCodeType = {
242
- MARKETPLACE: "marketplace",
243
- };
244
- const ComponentStatus = {
245
- ACTIVE: "ACTIVE",
246
- DEPRECATED: "DEPRECATED",
247
- DISABLED: "DISABLED",
248
- };
249
- const ComponentType = {
250
- BUILD: "BUILD",
251
- TEST: "TEST",
252
- };
253
- const ComponentFormat = {
254
- SHELL: "SHELL",
255
- };
256
- const ContainerRepositoryService = {
257
- ECR: "ECR",
258
- };
259
- const ContainerType = {
260
- DOCKER: "DOCKER",
261
- };
262
- const EbsVolumeType = {
263
- GP2: "gp2",
264
- GP3: "gp3",
265
- IO1: "io1",
266
- IO2: "io2",
267
- SC1: "sc1",
268
- ST1: "st1",
269
- STANDARD: "standard",
270
- };
271
216
  let InvalidParameterCombinationException$1 = class InvalidParameterCombinationException extends ImagebuilderServiceException$1 {
272
217
  name = "InvalidParameterCombinationException";
273
218
  $fault = "client";
@@ -316,60 +261,6 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
316
261
  Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
317
262
  }
318
263
  };
319
- const DiskImageFormat = {
320
- RAW: "RAW",
321
- VHD: "VHD",
322
- VMDK: "VMDK",
323
- };
324
- const SsmParameterDataType = {
325
- AWS_EC2_IMAGE: "aws:ec2:image",
326
- TEXT: "text",
327
- };
328
- const OnWorkflowFailure = {
329
- ABORT: "ABORT",
330
- CONTINUE: "CONTINUE",
331
- };
332
- const PipelineExecutionStartCondition = {
333
- EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE: "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
334
- EXPRESSION_MATCH_ONLY: "EXPRESSION_MATCH_ONLY",
335
- };
336
- const PipelineStatus = {
337
- DISABLED: "DISABLED",
338
- ENABLED: "ENABLED",
339
- };
340
- const TenancyType = {
341
- DEDICATED: "dedicated",
342
- DEFAULT: "default",
343
- HOST: "host",
344
- };
345
- const LifecyclePolicyDetailActionType = {
346
- DELETE: "DELETE",
347
- DEPRECATE: "DEPRECATE",
348
- DISABLE: "DISABLE",
349
- };
350
- const LifecyclePolicyTimeUnit = {
351
- DAYS: "DAYS",
352
- MONTHS: "MONTHS",
353
- WEEKS: "WEEKS",
354
- YEARS: "YEARS",
355
- };
356
- const LifecyclePolicyDetailFilterType = {
357
- AGE: "AGE",
358
- COUNT: "COUNT",
359
- };
360
- const LifecyclePolicyResourceType = {
361
- AMI_IMAGE: "AMI_IMAGE",
362
- CONTAINER_IMAGE: "CONTAINER_IMAGE",
363
- };
364
- const LifecyclePolicyStatus = {
365
- DISABLED: "DISABLED",
366
- ENABLED: "ENABLED",
367
- };
368
- const WorkflowType = {
369
- BUILD: "BUILD",
370
- DISTRIBUTION: "DISTRIBUTION",
371
- TEST: "TEST",
372
- };
373
264
  let ResourceDependencyException$1 = class ResourceDependencyException extends ImagebuilderServiceException$1 {
374
265
  name = "ResourceDependencyException";
375
266
  $fault = "client";
@@ -394,64 +285,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Imageb
394
285
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
395
286
  }
396
287
  };
397
- const ImageType = {
398
- AMI: "AMI",
399
- DOCKER: "DOCKER",
400
- };
401
- const ImageSource = {
402
- AMAZON_MANAGED: "AMAZON_MANAGED",
403
- AWS_MARKETPLACE: "AWS_MARKETPLACE",
404
- CUSTOM: "CUSTOM",
405
- IMPORTED: "IMPORTED",
406
- };
407
- const ImageScanStatus = {
408
- ABANDONED: "ABANDONED",
409
- COLLECTING: "COLLECTING",
410
- COMPLETED: "COMPLETED",
411
- FAILED: "FAILED",
412
- PENDING: "PENDING",
413
- SCANNING: "SCANNING",
414
- TIMED_OUT: "TIMED_OUT",
415
- };
416
- const LifecycleExecutionStatus = {
417
- CANCELLED: "CANCELLED",
418
- CANCELLING: "CANCELLING",
419
- FAILED: "FAILED",
420
- IN_PROGRESS: "IN_PROGRESS",
421
- PENDING: "PENDING",
422
- SUCCESS: "SUCCESS",
423
- };
424
- const MarketplaceResourceType = {
425
- COMPONENT_ARTIFACT: "COMPONENT_ARTIFACT",
426
- COMPONENT_DATA: "COMPONENT_DATA",
427
- };
428
- const WorkflowStatus = {
429
- DEPRECATED: "DEPRECATED",
430
- };
431
- const WorkflowExecutionStatus = {
432
- CANCELLED: "CANCELLED",
433
- COMPLETED: "COMPLETED",
434
- FAILED: "FAILED",
435
- PENDING: "PENDING",
436
- ROLLBACK_COMPLETED: "ROLLBACK_COMPLETED",
437
- ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
438
- RUNNING: "RUNNING",
439
- SKIPPED: "SKIPPED",
440
- };
441
- const WorkflowStepExecutionRollbackStatus = {
442
- COMPLETED: "COMPLETED",
443
- FAILED: "FAILED",
444
- RUNNING: "RUNNING",
445
- SKIPPED: "SKIPPED",
446
- };
447
- const WorkflowStepExecutionStatus = {
448
- CANCELLED: "CANCELLED",
449
- COMPLETED: "COMPLETED",
450
- FAILED: "FAILED",
451
- PENDING: "PENDING",
452
- RUNNING: "RUNNING",
453
- SKIPPED: "SKIPPED",
454
- };
455
288
  let InvalidPaginationTokenException$1 = class InvalidPaginationTokenException extends ImagebuilderServiceException$1 {
456
289
  name = "InvalidPaginationTokenException";
457
290
  $fault = "client";
@@ -464,25 +297,6 @@ let InvalidPaginationTokenException$1 = class InvalidPaginationTokenException ex
464
297
  Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
465
298
  }
466
299
  };
467
- const Ownership = {
468
- AMAZON: "Amazon",
469
- AWS_MARKETPLACE: "AWSMarketplace",
470
- SELF: "Self",
471
- SHARED: "Shared",
472
- THIRDPARTY: "ThirdParty",
473
- };
474
- const LifecycleExecutionResourceActionName = {
475
- AVAILABLE: "AVAILABLE",
476
- DELETE: "DELETE",
477
- DEPRECATE: "DEPRECATE",
478
- DISABLE: "DISABLE",
479
- };
480
- const LifecycleExecutionResourceStatus = {
481
- FAILED: "FAILED",
482
- IN_PROGRESS: "IN_PROGRESS",
483
- SKIPPED: "SKIPPED",
484
- SUCCESS: "SUCCESS",
485
- };
486
300
  let InvalidParameterException$1 = class InvalidParameterException extends ImagebuilderServiceException$1 {
487
301
  name = "InvalidParameterException";
488
302
  $fault = "client";
@@ -507,16 +321,6 @@ let InvalidParameterValueException$1 = class InvalidParameterValueException exte
507
321
  Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
508
322
  }
509
323
  };
510
- const WorkflowStepActionType = {
511
- RESUME: "RESUME",
512
- STOP: "STOP",
513
- };
514
- const ResourceStatus = {
515
- AVAILABLE: "AVAILABLE",
516
- DELETED: "DELETED",
517
- DEPRECATED: "DEPRECATED",
518
- DISABLED: "DISABLED",
519
- };
520
324
 
521
325
  const _A = "Ami";
522
326
  const _AA = "AccountAggregation";
@@ -4993,6 +4797,203 @@ const paginateListWorkflowStepExecutions = core.createPaginator(ImagebuilderClie
4993
4797
 
4994
4798
  const paginateListWorkflows = core.createPaginator(ImagebuilderClient, ListWorkflowsCommand, "nextToken", "nextToken", "maxResults");
4995
4799
 
4800
+ const ImageStatus = {
4801
+ AVAILABLE: "AVAILABLE",
4802
+ BUILDING: "BUILDING",
4803
+ CANCELLED: "CANCELLED",
4804
+ CREATING: "CREATING",
4805
+ DELETED: "DELETED",
4806
+ DEPRECATED: "DEPRECATED",
4807
+ DISABLED: "DISABLED",
4808
+ DISTRIBUTING: "DISTRIBUTING",
4809
+ FAILED: "FAILED",
4810
+ INTEGRATING: "INTEGRATING",
4811
+ PENDING: "PENDING",
4812
+ TESTING: "TESTING",
4813
+ };
4814
+ const BuildType = {
4815
+ IMPORT: "IMPORT",
4816
+ IMPORT_ISO: "IMPORT_ISO",
4817
+ SCHEDULED: "SCHEDULED",
4818
+ USER_INITIATED: "USER_INITIATED",
4819
+ };
4820
+ const Platform = {
4821
+ LINUX: "Linux",
4822
+ MACOS: "macOS",
4823
+ WINDOWS: "Windows",
4824
+ };
4825
+ const ProductCodeType = {
4826
+ MARKETPLACE: "marketplace",
4827
+ };
4828
+ const ComponentStatus = {
4829
+ ACTIVE: "ACTIVE",
4830
+ DEPRECATED: "DEPRECATED",
4831
+ DISABLED: "DISABLED",
4832
+ };
4833
+ const ComponentType = {
4834
+ BUILD: "BUILD",
4835
+ TEST: "TEST",
4836
+ };
4837
+ const ComponentFormat = {
4838
+ SHELL: "SHELL",
4839
+ };
4840
+ const ContainerRepositoryService = {
4841
+ ECR: "ECR",
4842
+ };
4843
+ const ContainerType = {
4844
+ DOCKER: "DOCKER",
4845
+ };
4846
+ const EbsVolumeType = {
4847
+ GP2: "gp2",
4848
+ GP3: "gp3",
4849
+ IO1: "io1",
4850
+ IO2: "io2",
4851
+ SC1: "sc1",
4852
+ ST1: "st1",
4853
+ STANDARD: "standard",
4854
+ };
4855
+ const DiskImageFormat = {
4856
+ RAW: "RAW",
4857
+ VHD: "VHD",
4858
+ VMDK: "VMDK",
4859
+ };
4860
+ const SsmParameterDataType = {
4861
+ AWS_EC2_IMAGE: "aws:ec2:image",
4862
+ TEXT: "text",
4863
+ };
4864
+ const OnWorkflowFailure = {
4865
+ ABORT: "ABORT",
4866
+ CONTINUE: "CONTINUE",
4867
+ };
4868
+ const PipelineExecutionStartCondition = {
4869
+ EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE: "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
4870
+ EXPRESSION_MATCH_ONLY: "EXPRESSION_MATCH_ONLY",
4871
+ };
4872
+ const PipelineStatus = {
4873
+ DISABLED: "DISABLED",
4874
+ ENABLED: "ENABLED",
4875
+ };
4876
+ const TenancyType = {
4877
+ DEDICATED: "dedicated",
4878
+ DEFAULT: "default",
4879
+ HOST: "host",
4880
+ };
4881
+ const LifecyclePolicyDetailActionType = {
4882
+ DELETE: "DELETE",
4883
+ DEPRECATE: "DEPRECATE",
4884
+ DISABLE: "DISABLE",
4885
+ };
4886
+ const LifecyclePolicyTimeUnit = {
4887
+ DAYS: "DAYS",
4888
+ MONTHS: "MONTHS",
4889
+ WEEKS: "WEEKS",
4890
+ YEARS: "YEARS",
4891
+ };
4892
+ const LifecyclePolicyDetailFilterType = {
4893
+ AGE: "AGE",
4894
+ COUNT: "COUNT",
4895
+ };
4896
+ const LifecyclePolicyResourceType = {
4897
+ AMI_IMAGE: "AMI_IMAGE",
4898
+ CONTAINER_IMAGE: "CONTAINER_IMAGE",
4899
+ };
4900
+ const LifecyclePolicyStatus = {
4901
+ DISABLED: "DISABLED",
4902
+ ENABLED: "ENABLED",
4903
+ };
4904
+ const WorkflowType = {
4905
+ BUILD: "BUILD",
4906
+ DISTRIBUTION: "DISTRIBUTION",
4907
+ TEST: "TEST",
4908
+ };
4909
+ const ImageType = {
4910
+ AMI: "AMI",
4911
+ DOCKER: "DOCKER",
4912
+ };
4913
+ const ImageSource = {
4914
+ AMAZON_MANAGED: "AMAZON_MANAGED",
4915
+ AWS_MARKETPLACE: "AWS_MARKETPLACE",
4916
+ CUSTOM: "CUSTOM",
4917
+ IMPORTED: "IMPORTED",
4918
+ };
4919
+ const ImageScanStatus = {
4920
+ ABANDONED: "ABANDONED",
4921
+ COLLECTING: "COLLECTING",
4922
+ COMPLETED: "COMPLETED",
4923
+ FAILED: "FAILED",
4924
+ PENDING: "PENDING",
4925
+ SCANNING: "SCANNING",
4926
+ TIMED_OUT: "TIMED_OUT",
4927
+ };
4928
+ const LifecycleExecutionStatus = {
4929
+ CANCELLED: "CANCELLED",
4930
+ CANCELLING: "CANCELLING",
4931
+ FAILED: "FAILED",
4932
+ IN_PROGRESS: "IN_PROGRESS",
4933
+ PENDING: "PENDING",
4934
+ SUCCESS: "SUCCESS",
4935
+ };
4936
+ const MarketplaceResourceType = {
4937
+ COMPONENT_ARTIFACT: "COMPONENT_ARTIFACT",
4938
+ COMPONENT_DATA: "COMPONENT_DATA",
4939
+ };
4940
+ const WorkflowStatus = {
4941
+ DEPRECATED: "DEPRECATED",
4942
+ };
4943
+ const WorkflowExecutionStatus = {
4944
+ CANCELLED: "CANCELLED",
4945
+ COMPLETED: "COMPLETED",
4946
+ FAILED: "FAILED",
4947
+ PENDING: "PENDING",
4948
+ ROLLBACK_COMPLETED: "ROLLBACK_COMPLETED",
4949
+ ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
4950
+ RUNNING: "RUNNING",
4951
+ SKIPPED: "SKIPPED",
4952
+ };
4953
+ const WorkflowStepExecutionRollbackStatus = {
4954
+ COMPLETED: "COMPLETED",
4955
+ FAILED: "FAILED",
4956
+ RUNNING: "RUNNING",
4957
+ SKIPPED: "SKIPPED",
4958
+ };
4959
+ const WorkflowStepExecutionStatus = {
4960
+ CANCELLED: "CANCELLED",
4961
+ COMPLETED: "COMPLETED",
4962
+ FAILED: "FAILED",
4963
+ PENDING: "PENDING",
4964
+ RUNNING: "RUNNING",
4965
+ SKIPPED: "SKIPPED",
4966
+ };
4967
+ const Ownership = {
4968
+ AMAZON: "Amazon",
4969
+ AWS_MARKETPLACE: "AWSMarketplace",
4970
+ SELF: "Self",
4971
+ SHARED: "Shared",
4972
+ THIRDPARTY: "ThirdParty",
4973
+ };
4974
+ const LifecycleExecutionResourceActionName = {
4975
+ AVAILABLE: "AVAILABLE",
4976
+ DELETE: "DELETE",
4977
+ DEPRECATE: "DEPRECATE",
4978
+ DISABLE: "DISABLE",
4979
+ };
4980
+ const LifecycleExecutionResourceStatus = {
4981
+ FAILED: "FAILED",
4982
+ IN_PROGRESS: "IN_PROGRESS",
4983
+ SKIPPED: "SKIPPED",
4984
+ SUCCESS: "SUCCESS",
4985
+ };
4986
+ const WorkflowStepActionType = {
4987
+ RESUME: "RESUME",
4988
+ STOP: "STOP",
4989
+ };
4990
+ const ResourceStatus = {
4991
+ AVAILABLE: "AVAILABLE",
4992
+ DELETED: "DELETED",
4993
+ DEPRECATED: "DEPRECATED",
4994
+ DISABLED: "DISABLED",
4995
+ };
4996
+
4996
4997
  Object.defineProperty(exports, "$Command", {
4997
4998
  enumerable: true,
4998
4999
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./ImagebuilderClient";
2
2
  export * from "./Imagebuilder";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
6
7
  export { ImagebuilderServiceException } from "./models/ImagebuilderServiceException";
@@ -0,0 +1,196 @@
1
+ export const ImageStatus = {
2
+ AVAILABLE: "AVAILABLE",
3
+ BUILDING: "BUILDING",
4
+ CANCELLED: "CANCELLED",
5
+ CREATING: "CREATING",
6
+ DELETED: "DELETED",
7
+ DEPRECATED: "DEPRECATED",
8
+ DISABLED: "DISABLED",
9
+ DISTRIBUTING: "DISTRIBUTING",
10
+ FAILED: "FAILED",
11
+ INTEGRATING: "INTEGRATING",
12
+ PENDING: "PENDING",
13
+ TESTING: "TESTING",
14
+ };
15
+ export const BuildType = {
16
+ IMPORT: "IMPORT",
17
+ IMPORT_ISO: "IMPORT_ISO",
18
+ SCHEDULED: "SCHEDULED",
19
+ USER_INITIATED: "USER_INITIATED",
20
+ };
21
+ export const Platform = {
22
+ LINUX: "Linux",
23
+ MACOS: "macOS",
24
+ WINDOWS: "Windows",
25
+ };
26
+ export const ProductCodeType = {
27
+ MARKETPLACE: "marketplace",
28
+ };
29
+ export const ComponentStatus = {
30
+ ACTIVE: "ACTIVE",
31
+ DEPRECATED: "DEPRECATED",
32
+ DISABLED: "DISABLED",
33
+ };
34
+ export const ComponentType = {
35
+ BUILD: "BUILD",
36
+ TEST: "TEST",
37
+ };
38
+ export const ComponentFormat = {
39
+ SHELL: "SHELL",
40
+ };
41
+ export const ContainerRepositoryService = {
42
+ ECR: "ECR",
43
+ };
44
+ export const ContainerType = {
45
+ DOCKER: "DOCKER",
46
+ };
47
+ export const EbsVolumeType = {
48
+ GP2: "gp2",
49
+ GP3: "gp3",
50
+ IO1: "io1",
51
+ IO2: "io2",
52
+ SC1: "sc1",
53
+ ST1: "st1",
54
+ STANDARD: "standard",
55
+ };
56
+ export const DiskImageFormat = {
57
+ RAW: "RAW",
58
+ VHD: "VHD",
59
+ VMDK: "VMDK",
60
+ };
61
+ export const SsmParameterDataType = {
62
+ AWS_EC2_IMAGE: "aws:ec2:image",
63
+ TEXT: "text",
64
+ };
65
+ export const OnWorkflowFailure = {
66
+ ABORT: "ABORT",
67
+ CONTINUE: "CONTINUE",
68
+ };
69
+ export const PipelineExecutionStartCondition = {
70
+ EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE: "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
71
+ EXPRESSION_MATCH_ONLY: "EXPRESSION_MATCH_ONLY",
72
+ };
73
+ export const PipelineStatus = {
74
+ DISABLED: "DISABLED",
75
+ ENABLED: "ENABLED",
76
+ };
77
+ export const TenancyType = {
78
+ DEDICATED: "dedicated",
79
+ DEFAULT: "default",
80
+ HOST: "host",
81
+ };
82
+ export const LifecyclePolicyDetailActionType = {
83
+ DELETE: "DELETE",
84
+ DEPRECATE: "DEPRECATE",
85
+ DISABLE: "DISABLE",
86
+ };
87
+ export const LifecyclePolicyTimeUnit = {
88
+ DAYS: "DAYS",
89
+ MONTHS: "MONTHS",
90
+ WEEKS: "WEEKS",
91
+ YEARS: "YEARS",
92
+ };
93
+ export const LifecyclePolicyDetailFilterType = {
94
+ AGE: "AGE",
95
+ COUNT: "COUNT",
96
+ };
97
+ export const LifecyclePolicyResourceType = {
98
+ AMI_IMAGE: "AMI_IMAGE",
99
+ CONTAINER_IMAGE: "CONTAINER_IMAGE",
100
+ };
101
+ export const LifecyclePolicyStatus = {
102
+ DISABLED: "DISABLED",
103
+ ENABLED: "ENABLED",
104
+ };
105
+ export const WorkflowType = {
106
+ BUILD: "BUILD",
107
+ DISTRIBUTION: "DISTRIBUTION",
108
+ TEST: "TEST",
109
+ };
110
+ export const ImageType = {
111
+ AMI: "AMI",
112
+ DOCKER: "DOCKER",
113
+ };
114
+ export const ImageSource = {
115
+ AMAZON_MANAGED: "AMAZON_MANAGED",
116
+ AWS_MARKETPLACE: "AWS_MARKETPLACE",
117
+ CUSTOM: "CUSTOM",
118
+ IMPORTED: "IMPORTED",
119
+ };
120
+ export const ImageScanStatus = {
121
+ ABANDONED: "ABANDONED",
122
+ COLLECTING: "COLLECTING",
123
+ COMPLETED: "COMPLETED",
124
+ FAILED: "FAILED",
125
+ PENDING: "PENDING",
126
+ SCANNING: "SCANNING",
127
+ TIMED_OUT: "TIMED_OUT",
128
+ };
129
+ export const LifecycleExecutionStatus = {
130
+ CANCELLED: "CANCELLED",
131
+ CANCELLING: "CANCELLING",
132
+ FAILED: "FAILED",
133
+ IN_PROGRESS: "IN_PROGRESS",
134
+ PENDING: "PENDING",
135
+ SUCCESS: "SUCCESS",
136
+ };
137
+ export const MarketplaceResourceType = {
138
+ COMPONENT_ARTIFACT: "COMPONENT_ARTIFACT",
139
+ COMPONENT_DATA: "COMPONENT_DATA",
140
+ };
141
+ export const WorkflowStatus = {
142
+ DEPRECATED: "DEPRECATED",
143
+ };
144
+ export const WorkflowExecutionStatus = {
145
+ CANCELLED: "CANCELLED",
146
+ COMPLETED: "COMPLETED",
147
+ FAILED: "FAILED",
148
+ PENDING: "PENDING",
149
+ ROLLBACK_COMPLETED: "ROLLBACK_COMPLETED",
150
+ ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
151
+ RUNNING: "RUNNING",
152
+ SKIPPED: "SKIPPED",
153
+ };
154
+ export const WorkflowStepExecutionRollbackStatus = {
155
+ COMPLETED: "COMPLETED",
156
+ FAILED: "FAILED",
157
+ RUNNING: "RUNNING",
158
+ SKIPPED: "SKIPPED",
159
+ };
160
+ export const WorkflowStepExecutionStatus = {
161
+ CANCELLED: "CANCELLED",
162
+ COMPLETED: "COMPLETED",
163
+ FAILED: "FAILED",
164
+ PENDING: "PENDING",
165
+ RUNNING: "RUNNING",
166
+ SKIPPED: "SKIPPED",
167
+ };
168
+ export const Ownership = {
169
+ AMAZON: "Amazon",
170
+ AWS_MARKETPLACE: "AWSMarketplace",
171
+ SELF: "Self",
172
+ SHARED: "Shared",
173
+ THIRDPARTY: "ThirdParty",
174
+ };
175
+ export const LifecycleExecutionResourceActionName = {
176
+ AVAILABLE: "AVAILABLE",
177
+ DELETE: "DELETE",
178
+ DEPRECATE: "DEPRECATE",
179
+ DISABLE: "DISABLE",
180
+ };
181
+ export const LifecycleExecutionResourceStatus = {
182
+ FAILED: "FAILED",
183
+ IN_PROGRESS: "IN_PROGRESS",
184
+ SKIPPED: "SKIPPED",
185
+ SUCCESS: "SUCCESS",
186
+ };
187
+ export const WorkflowStepActionType = {
188
+ RESUME: "RESUME",
189
+ STOP: "STOP",
190
+ };
191
+ export const ResourceStatus = {
192
+ AVAILABLE: "AVAILABLE",
193
+ DELETED: "DELETED",
194
+ DEPRECATED: "DEPRECATED",
195
+ DISABLED: "DISABLED",
196
+ };