@aws-sdk/client-imagebuilder 3.928.0 → 3.930.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.
Files changed (96) hide show
  1. package/dist-cjs/index.js +3642 -3413
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ImagebuilderClient.js +2 -0
  4. package/dist-es/commands/CancelImageCreationCommand.js +3 -9
  5. package/dist-es/commands/CancelLifecycleExecutionCommand.js +3 -9
  6. package/dist-es/commands/CreateComponentCommand.js +3 -9
  7. package/dist-es/commands/CreateContainerRecipeCommand.js +3 -9
  8. package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -9
  9. package/dist-es/commands/CreateImageCommand.js +3 -9
  10. package/dist-es/commands/CreateImagePipelineCommand.js +3 -9
  11. package/dist-es/commands/CreateImageRecipeCommand.js +3 -9
  12. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -9
  13. package/dist-es/commands/CreateLifecyclePolicyCommand.js +3 -9
  14. package/dist-es/commands/CreateWorkflowCommand.js +3 -9
  15. package/dist-es/commands/DeleteComponentCommand.js +3 -9
  16. package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -9
  17. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -9
  18. package/dist-es/commands/DeleteImageCommand.js +3 -9
  19. package/dist-es/commands/DeleteImagePipelineCommand.js +3 -9
  20. package/dist-es/commands/DeleteImageRecipeCommand.js +3 -9
  21. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  24. package/dist-es/commands/GetComponentCommand.js +3 -9
  25. package/dist-es/commands/GetComponentPolicyCommand.js +3 -9
  26. package/dist-es/commands/GetContainerRecipeCommand.js +3 -9
  27. package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -9
  28. package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -9
  29. package/dist-es/commands/GetImageCommand.js +3 -9
  30. package/dist-es/commands/GetImagePipelineCommand.js +3 -9
  31. package/dist-es/commands/GetImagePolicyCommand.js +3 -9
  32. package/dist-es/commands/GetImageRecipeCommand.js +3 -9
  33. package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -9
  34. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -9
  35. package/dist-es/commands/GetLifecycleExecutionCommand.js +3 -9
  36. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -9
  37. package/dist-es/commands/GetMarketplaceResourceCommand.js +3 -9
  38. package/dist-es/commands/GetWorkflowCommand.js +3 -9
  39. package/dist-es/commands/GetWorkflowExecutionCommand.js +3 -9
  40. package/dist-es/commands/GetWorkflowStepExecutionCommand.js +3 -9
  41. package/dist-es/commands/ImportComponentCommand.js +3 -9
  42. package/dist-es/commands/ImportDiskImageCommand.js +3 -9
  43. package/dist-es/commands/ImportVmImageCommand.js +3 -9
  44. package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -9
  45. package/dist-es/commands/ListComponentsCommand.js +3 -9
  46. package/dist-es/commands/ListContainerRecipesCommand.js +3 -9
  47. package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -9
  48. package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -9
  49. package/dist-es/commands/ListImagePackagesCommand.js +3 -9
  50. package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -9
  51. package/dist-es/commands/ListImagePipelinesCommand.js +3 -9
  52. package/dist-es/commands/ListImageRecipesCommand.js +3 -9
  53. package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +3 -9
  54. package/dist-es/commands/ListImageScanFindingsCommand.js +3 -9
  55. package/dist-es/commands/ListImagesCommand.js +3 -9
  56. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -9
  57. package/dist-es/commands/ListLifecycleExecutionResourcesCommand.js +3 -9
  58. package/dist-es/commands/ListLifecycleExecutionsCommand.js +3 -9
  59. package/dist-es/commands/ListLifecyclePoliciesCommand.js +3 -9
  60. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  61. package/dist-es/commands/ListWaitingWorkflowStepsCommand.js +3 -9
  62. package/dist-es/commands/ListWorkflowBuildVersionsCommand.js +3 -9
  63. package/dist-es/commands/ListWorkflowExecutionsCommand.js +3 -9
  64. package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +3 -9
  65. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  66. package/dist-es/commands/PutComponentPolicyCommand.js +3 -9
  67. package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -9
  68. package/dist-es/commands/PutImagePolicyCommand.js +3 -9
  69. package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -9
  70. package/dist-es/commands/SendWorkflowStepActionCommand.js +3 -9
  71. package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -9
  72. package/dist-es/commands/StartResourceStateUpdateCommand.js +3 -9
  73. package/dist-es/commands/TagResourceCommand.js +3 -9
  74. package/dist-es/commands/UntagResourceCommand.js +3 -9
  75. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -9
  76. package/dist-es/commands/UpdateImagePipelineCommand.js +3 -9
  77. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -9
  78. package/dist-es/commands/UpdateLifecyclePolicyCommand.js +3 -9
  79. package/dist-es/runtimeConfig.shared.js +2 -0
  80. package/dist-es/schemas/schemas_0.js +3473 -0
  81. package/dist-types/ImagebuilderClient.d.ts +10 -1
  82. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  83. package/dist-types/runtimeConfig.d.ts +1 -0
  84. package/dist-types/runtimeConfig.native.d.ts +1 -0
  85. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  86. package/dist-types/schemas/schemas_0.d.ts +406 -0
  87. package/dist-types/ts3.4/ImagebuilderClient.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +411 -0
  93. package/package.json +33 -34
  94. package/dist-es/protocols/Aws_restJson1.js +0 -2853
  95. package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
  96. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
@@ -0,0 +1,3473 @@
1
+ const _A = "Ami";
2
+ const _AA = "AccountAggregation";
3
+ const _ADC = "AmiDistributionConfiguration";
4
+ const _ADP = "AutoDisablePolicy";
5
+ const _AIC = "AdditionalInstanceConfiguration";
6
+ const _AL = "AmiList";
7
+ const _C = "Component";
8
+ const _CC = "ComponentConfiguration";
9
+ const _CCL = "ComponentConfigurationList";
10
+ const _CCR = "CreateComponentRequest";
11
+ const _CCRR = "CreateContainerRecipeRequest";
12
+ const _CCRRr = "CreateContainerRecipeResponse";
13
+ const _CCRr = "CreateComponentResponse";
14
+ const _CCRre = "CreateContainerRecipe";
15
+ const _CCr = "CreateComponent";
16
+ const _CDC = "ContainerDistributionConfiguration";
17
+ const _CDCR = "CreateDistributionConfigurationRequest";
18
+ const _CDCRr = "CreateDistributionConfigurationResponse";
19
+ const _CDCr = "CreateDistributionConfiguration";
20
+ const _CE = "ClientException";
21
+ const _CI = "CreateImage";
22
+ const _CIC = "CancelImageCreation";
23
+ const _CICR = "CancelImageCreationRequest";
24
+ const _CICRa = "CancelImageCreationResponse";
25
+ const _CICRr = "CreateInfrastructureConfigurationRequest";
26
+ const _CICRre = "CreateInfrastructureConfigurationResponse";
27
+ const _CICr = "CreateInfrastructureConfiguration";
28
+ const _CIP = "CreateImagePipeline";
29
+ const _CIPR = "CreateImagePipelineRequest";
30
+ const _CIPRr = "CreateImagePipelineResponse";
31
+ const _CIR = "CreateImageRequest";
32
+ const _CIRR = "CreateImageRecipeRequest";
33
+ const _CIRRr = "CreateImageRecipeResponse";
34
+ const _CIRr = "CreateImageResponse";
35
+ const _CIRre = "CreateImageRecipe";
36
+ const _CL = "ContainerList";
37
+ const _CLE = "CancelLifecycleExecution";
38
+ const _CLER = "CancelLifecycleExecutionRequest";
39
+ const _CLERa = "CancelLifecycleExecutionResponse";
40
+ const _CLP = "CreateLifecyclePolicy";
41
+ const _CLPR = "CreateLifecyclePolicyRequest";
42
+ const _CLPRr = "CreateLifecyclePolicyResponse";
43
+ const _CP = "ComponentParameter";
44
+ const _CPD = "ComponentParameterDetail";
45
+ const _CPDL = "ComponentParameterDetailList";
46
+ const _CPL = "ComponentParameterList";
47
+ const _CR = "ContainerRecipe";
48
+ const _CRLEE = "CallRateLimitExceededException";
49
+ const _CRS = "ContainerRecipeSummary";
50
+ const _CRSL = "ContainerRecipeSummaryList";
51
+ const _CS = "ComponentState";
52
+ const _CSA = "CvssScoreAdjustment";
53
+ const _CSAL = "CvssScoreAdjustmentList";
54
+ const _CSD = "CvssScoreDetails";
55
+ const _CSL = "ComponentSummaryList";
56
+ const _CSLv = "CvssScoreList";
57
+ const _CSo = "ComponentSummary";
58
+ const _CSv = "CvssScore";
59
+ const _CV = "ComponentVersion";
60
+ const _CVL = "ComponentVersionList";
61
+ const _CW = "CreateWorkflow";
62
+ const _CWR = "CreateWorkflowRequest";
63
+ const _CWRr = "CreateWorkflowResponse";
64
+ const _Co = "Container";
65
+ const _D = "Distribution";
66
+ const _DC = "DistributionConfiguration";
67
+ const _DCR = "DeleteComponentRequest";
68
+ const _DCRR = "DeleteContainerRecipeRequest";
69
+ const _DCRRe = "DeleteContainerRecipeResponse";
70
+ const _DCRe = "DeleteComponentResponse";
71
+ const _DCRel = "DeleteContainerRecipe";
72
+ const _DCS = "DistributionConfigurationSummary";
73
+ const _DCSL = "DistributionConfigurationSummaryList";
74
+ const _DCe = "DeleteComponent";
75
+ const _DDC = "DeleteDistributionConfiguration";
76
+ const _DDCR = "DeleteDistributionConfigurationRequest";
77
+ const _DDCRe = "DeleteDistributionConfigurationResponse";
78
+ const _DI = "DeleteImage";
79
+ const _DIC = "DeleteInfrastructureConfiguration";
80
+ const _DICR = "DeleteInfrastructureConfigurationRequest";
81
+ const _DICRe = "DeleteInfrastructureConfigurationResponse";
82
+ const _DIP = "DeleteImagePipeline";
83
+ const _DIPR = "DeleteImagePipelineRequest";
84
+ const _DIPRe = "DeleteImagePipelineResponse";
85
+ const _DIR = "DeleteImageRequest";
86
+ const _DIRR = "DeleteImageRecipeRequest";
87
+ const _DIRRe = "DeleteImageRecipeResponse";
88
+ const _DIRe = "DeleteImageResponse";
89
+ const _DIRel = "DeleteImageRecipe";
90
+ const _DL = "DistributionList";
91
+ const _DLP = "DeleteLifecyclePolicy";
92
+ const _DLPR = "DeleteLifecyclePolicyRequest";
93
+ const _DLPRe = "DeleteLifecyclePolicyResponse";
94
+ const _DW = "DeleteWorkflow";
95
+ const _DWR = "DeleteWorkflowRequest";
96
+ const _DWRe = "DeleteWorkflowResponse";
97
+ const _EC = "EcrConfiguration";
98
+ const _EIBDS = "EbsInstanceBlockDeviceSpecification";
99
+ const _F = "Filter";
100
+ const _FE = "ForbiddenException";
101
+ const _FL = "FilterList";
102
+ const _FLC = "FastLaunchConfiguration";
103
+ const _FLCL = "FastLaunchConfigurationList";
104
+ const _FLLTS = "FastLaunchLaunchTemplateSpecification";
105
+ const _FLSC = "FastLaunchSnapshotConfiguration";
106
+ const _GC = "GetComponent";
107
+ const _GCP = "GetComponentPolicy";
108
+ const _GCPR = "GetComponentPolicyRequest";
109
+ const _GCPRe = "GetComponentPolicyResponse";
110
+ const _GCR = "GetComponentRequest";
111
+ const _GCRP = "GetContainerRecipePolicy";
112
+ const _GCRPR = "GetContainerRecipePolicyRequest";
113
+ const _GCRPRe = "GetContainerRecipePolicyResponse";
114
+ const _GCRR = "GetContainerRecipeRequest";
115
+ const _GCRRe = "GetContainerRecipeResponse";
116
+ const _GCRe = "GetComponentResponse";
117
+ const _GCRet = "GetContainerRecipe";
118
+ const _GDC = "GetDistributionConfiguration";
119
+ const _GDCR = "GetDistributionConfigurationRequest";
120
+ const _GDCRe = "GetDistributionConfigurationResponse";
121
+ const _GI = "GetImage";
122
+ const _GIC = "GetInfrastructureConfiguration";
123
+ const _GICR = "GetInfrastructureConfigurationRequest";
124
+ const _GICRe = "GetInfrastructureConfigurationResponse";
125
+ const _GIP = "GetImagePipeline";
126
+ const _GIPR = "GetImagePipelineRequest";
127
+ const _GIPRe = "GetImagePipelineResponse";
128
+ const _GIPRet = "GetImagePolicyRequest";
129
+ const _GIPRetm = "GetImagePolicyResponse";
130
+ const _GIPe = "GetImagePolicy";
131
+ const _GIR = "GetImageRequest";
132
+ const _GIRP = "GetImageRecipePolicy";
133
+ const _GIRPR = "GetImageRecipePolicyRequest";
134
+ const _GIRPRe = "GetImageRecipePolicyResponse";
135
+ const _GIRR = "GetImageRecipeRequest";
136
+ const _GIRRe = "GetImageRecipeResponse";
137
+ const _GIRe = "GetImageResponse";
138
+ const _GIRet = "GetImageRecipe";
139
+ const _GLE = "GetLifecycleExecution";
140
+ const _GLER = "GetLifecycleExecutionRequest";
141
+ const _GLERe = "GetLifecycleExecutionResponse";
142
+ const _GLP = "GetLifecyclePolicy";
143
+ const _GLPR = "GetLifecyclePolicyRequest";
144
+ const _GLPRe = "GetLifecyclePolicyResponse";
145
+ const _GMR = "GetMarketplaceResource";
146
+ const _GMRR = "GetMarketplaceResourceRequest";
147
+ const _GMRRe = "GetMarketplaceResourceResponse";
148
+ const _GW = "GetWorkflow";
149
+ const _GWE = "GetWorkflowExecution";
150
+ const _GWER = "GetWorkflowExecutionRequest";
151
+ const _GWERe = "GetWorkflowExecutionResponse";
152
+ const _GWR = "GetWorkflowRequest";
153
+ const _GWRe = "GetWorkflowResponse";
154
+ const _GWSE = "GetWorkflowStepExecution";
155
+ const _GWSER = "GetWorkflowStepExecutionRequest";
156
+ const _GWSERe = "GetWorkflowStepExecutionResponse";
157
+ const _I = "Image";
158
+ const _IA = "ImageAggregation";
159
+ const _IBDM = "InstanceBlockDeviceMapping";
160
+ const _IBDMn = "InstanceBlockDeviceMappings";
161
+ const _IC = "InfrastructureConfiguration";
162
+ const _ICR = "ImportComponentRequest";
163
+ const _ICRm = "ImportComponentResponse";
164
+ const _ICS = "InfrastructureConfigurationSummary";
165
+ const _ICSL = "InfrastructureConfigurationSummaryList";
166
+ const _ICm = "ImportComponent";
167
+ const _ICn = "InstanceConfiguration";
168
+ const _IDI = "ImportDiskImage";
169
+ const _IDIR = "ImportDiskImageRequest";
170
+ const _IDIRm = "ImportDiskImageResponse";
171
+ const _ILC = "ImageLoggingConfiguration";
172
+ const _IMO = "InstanceMetadataOptions";
173
+ const _IP = "ImagePackage";
174
+ const _IPA = "ImagePipelineAggregation";
175
+ const _IPCE = "InvalidParameterCombinationException";
176
+ const _IPE = "InvalidParameterException";
177
+ const _IPL = "ImagePackageList";
178
+ const _IPLm = "ImagePipelineList";
179
+ const _IPME = "IdempotentParameterMismatchException";
180
+ const _IPTE = "InvalidPaginationTokenException";
181
+ const _IPVE = "InvalidParameterValueException";
182
+ const _IPm = "ImagePipeline";
183
+ const _IR = "ImageRecipe";
184
+ const _IRE = "InvalidRequestException";
185
+ const _IRS = "ImageRecipeSummary";
186
+ const _IRSL = "ImageRecipeSummaryList";
187
+ const _IS = "ImageState";
188
+ const _ISC = "ImageScanningConfiguration";
189
+ const _ISD = "InspectorScoreDetails";
190
+ const _ISF = "ImageScanFinding";
191
+ const _ISFA = "ImageScanFindingAggregation";
192
+ const _ISFAL = "ImageScanFindingAggregationsList";
193
+ const _ISFF = "ImageScanFindingsFilter";
194
+ const _ISFFL = "ImageScanFindingsFilterList";
195
+ const _ISFL = "ImageScanFindingsList";
196
+ const _ISL = "ImageSummaryList";
197
+ const _ISS = "ImageScanState";
198
+ const _ISm = "ImageSummary";
199
+ const _ITC = "ImageTestsConfiguration";
200
+ const _IV = "ImageVersion";
201
+ const _IVI = "ImportVmImage";
202
+ const _IVIR = "ImportVmImageRequest";
203
+ const _IVIRm = "ImportVmImageResponse";
204
+ const _IVL = "ImageVersionList";
205
+ const _IVNE = "InvalidVersionNumberException";
206
+ const _L = "Logging";
207
+ const _LC = "ListComponents";
208
+ const _LCBV = "ListComponentBuildVersions";
209
+ const _LCBVR = "ListComponentBuildVersionsRequest";
210
+ const _LCBVRi = "ListComponentBuildVersionsResponse";
211
+ const _LCR = "ListComponentsRequest";
212
+ const _LCRR = "ListContainerRecipesRequest";
213
+ const _LCRRi = "ListContainerRecipesResponse";
214
+ const _LCRi = "ListComponentsResponse";
215
+ const _LCRis = "ListContainerRecipes";
216
+ const _LDC = "ListDistributionConfigurations";
217
+ const _LDCR = "ListDistributionConfigurationsRequest";
218
+ const _LDCRi = "ListDistributionConfigurationsResponse";
219
+ const _LE = "LifecycleExecution";
220
+ const _LEL = "LifecycleExecutionsList";
221
+ const _LER = "LifecycleExecutionResource";
222
+ const _LERA = "LifecycleExecutionResourceAction";
223
+ const _LERIS = "LifecycleExecutionResourcesImpactedSummary";
224
+ const _LERL = "LifecycleExecutionResourceList";
225
+ const _LERS = "LifecycleExecutionResourceState";
226
+ const _LES = "LifecycleExecutionState";
227
+ const _LESR = "LifecycleExecutionSnapshotResource";
228
+ const _LESRL = "LifecycleExecutionSnapshotResourceList";
229
+ const _LI = "ListImages";
230
+ const _LIBV = "ListImageBuildVersions";
231
+ const _LIBVR = "ListImageBuildVersionsRequest";
232
+ const _LIBVRi = "ListImageBuildVersionsResponse";
233
+ const _LIC = "ListInfrastructureConfigurations";
234
+ const _LICR = "ListInfrastructureConfigurationsRequest";
235
+ const _LICRi = "ListInfrastructureConfigurationsResponse";
236
+ const _LIP = "ListImagePackages";
237
+ const _LIPI = "ListImagePipelineImages";
238
+ const _LIPIR = "ListImagePipelineImagesRequest";
239
+ const _LIPIRi = "ListImagePipelineImagesResponse";
240
+ const _LIPR = "ListImagePackagesRequest";
241
+ const _LIPRi = "ListImagePackagesResponse";
242
+ const _LIPRis = "ListImagePipelinesRequest";
243
+ const _LIPRist = "ListImagePipelinesResponse";
244
+ const _LIPi = "ListImagePipelines";
245
+ const _LIR = "ListImagesRequest";
246
+ const _LIRR = "ListImageRecipesRequest";
247
+ const _LIRRi = "ListImageRecipesResponse";
248
+ const _LIRi = "ListImagesResponse";
249
+ const _LIRis = "ListImageRecipes";
250
+ const _LISF = "ListImageScanFindings";
251
+ const _LISFA = "ListImageScanFindingAggregations";
252
+ const _LISFAR = "ListImageScanFindingAggregationsRequest";
253
+ const _LISFARi = "ListImageScanFindingAggregationsResponse";
254
+ const _LISFR = "ListImageScanFindingsRequest";
255
+ const _LISFRi = "ListImageScanFindingsResponse";
256
+ const _LLE = "ListLifecycleExecutions";
257
+ const _LLER = "ListLifecycleExecutionsRequest";
258
+ const _LLERR = "ListLifecycleExecutionResourcesRequest";
259
+ const _LLERRi = "ListLifecycleExecutionResourcesResponse";
260
+ const _LLERi = "ListLifecycleExecutionsResponse";
261
+ const _LLERis = "ListLifecycleExecutionResources";
262
+ const _LLP = "ListLifecyclePolicies";
263
+ const _LLPR = "ListLifecyclePoliciesRequest";
264
+ const _LLPRi = "ListLifecyclePoliciesResponse";
265
+ const _LP = "LifecyclePolicy";
266
+ const _LPC = "LaunchPermissionConfiguration";
267
+ const _LPD = "LifecyclePolicyDetail";
268
+ const _LPDA = "LifecyclePolicyDetailAction";
269
+ const _LPDAIR = "LifecyclePolicyDetailActionIncludeResources";
270
+ const _LPDER = "LifecyclePolicyDetailExclusionRules";
271
+ const _LPDERA = "LifecyclePolicyDetailExclusionRulesAmis";
272
+ const _LPDERALL = "LifecyclePolicyDetailExclusionRulesAmisLastLaunched";
273
+ const _LPDF = "LifecyclePolicyDetailFilter";
274
+ const _LPDi = "LifecyclePolicyDetails";
275
+ const _LPRS = "LifecyclePolicyResourceSelection";
276
+ const _LPRSR = "LifecyclePolicyResourceSelectionRecipe";
277
+ const _LPRSRi = "LifecyclePolicyResourceSelectionRecipes";
278
+ const _LPS = "LifecyclePolicySummary";
279
+ const _LPSL = "LifecyclePolicySummaryList";
280
+ const _LTC = "LaunchTemplateConfiguration";
281
+ const _LTCL = "LaunchTemplateConfigurationList";
282
+ const _LTFR = "ListTagsForResource";
283
+ const _LTFRR = "ListTagsForResourceRequest";
284
+ const _LTFRRi = "ListTagsForResourceResponse";
285
+ const _LW = "ListWorkflows";
286
+ const _LWBV = "ListWorkflowBuildVersions";
287
+ const _LWBVR = "ListWorkflowBuildVersionsRequest";
288
+ const _LWBVRi = "ListWorkflowBuildVersionsResponse";
289
+ const _LWE = "ListWorkflowExecutions";
290
+ const _LWER = "ListWorkflowExecutionsRequest";
291
+ const _LWERi = "ListWorkflowExecutionsResponse";
292
+ const _LWR = "ListWorkflowsRequest";
293
+ const _LWRi = "ListWorkflowsResponse";
294
+ const _LWSE = "ListWorkflowStepExecutions";
295
+ const _LWSER = "ListWorkflowStepExecutionsRequest";
296
+ const _LWSERi = "ListWorkflowStepExecutionsResponse";
297
+ const _LWWS = "ListWaitingWorkflowSteps";
298
+ const _LWWSR = "ListWaitingWorkflowStepsRequest";
299
+ const _LWWSRi = "ListWaitingWorkflowStepsResponse";
300
+ const _OR = "OutputResources";
301
+ const _P = "Placement";
302
+ const _PCL = "ProductCodeList";
303
+ const _PCLI = "ProductCodeListItem";
304
+ const _PCP = "PutComponentPolicy";
305
+ const _PCPR = "PutComponentPolicyRequest";
306
+ const _PCPRu = "PutComponentPolicyResponse";
307
+ const _PCRP = "PutContainerRecipePolicy";
308
+ const _PCRPR = "PutContainerRecipePolicyRequest";
309
+ const _PCRPRu = "PutContainerRecipePolicyResponse";
310
+ const _PIP = "PutImagePolicy";
311
+ const _PIPR = "PutImagePolicyRequest";
312
+ const _PIPRu = "PutImagePolicyResponse";
313
+ const _PIRP = "PutImageRecipePolicy";
314
+ const _PIRPR = "PutImageRecipePolicyRequest";
315
+ const _PIRPRu = "PutImageRecipePolicyResponse";
316
+ const _PLC = "PipelineLoggingConfiguration";
317
+ const _PVD = "PackageVulnerabilityDetails";
318
+ const _R = "Remediation";
319
+ const _RAEE = "ResourceAlreadyExistsException";
320
+ const _RDE = "ResourceDependencyException";
321
+ const _RIUE = "ResourceInUseException";
322
+ const _RNFE = "ResourceNotFoundException";
323
+ const _RR = "RemediationRecommendation";
324
+ const _RS = "ResourceState";
325
+ const _RSUER = "ResourceStateUpdateExclusionRules";
326
+ const _RSUIR = "ResourceStateUpdateIncludeResources";
327
+ const _S = "Schedule";
328
+ const _SC = "SeverityCounts";
329
+ const _SE = "ServiceException";
330
+ const _SEC = "S3ExportConfiguration";
331
+ const _SIPE = "StartImagePipelineExecution";
332
+ const _SIPER = "StartImagePipelineExecutionRequest";
333
+ const _SIPERt = "StartImagePipelineExecutionResponse";
334
+ const _SL = "S3Logs";
335
+ const _SMA = "SystemsManagerAgent";
336
+ const _SPC = "SsmParameterConfiguration";
337
+ const _SPCL = "SsmParameterConfigurationList";
338
+ const _SQEE = "ServiceQuotaExceededException";
339
+ const _SRSU = "StartResourceStateUpdate";
340
+ const _SRSUR = "StartResourceStateUpdateRequest";
341
+ const _SRSURt = "StartResourceStateUpdateResponse";
342
+ const _SUE = "ServiceUnavailableException";
343
+ const _SWSA = "SendWorkflowStepAction";
344
+ const _SWSAR = "SendWorkflowStepActionRequest";
345
+ const _SWSARe = "SendWorkflowStepActionResponse";
346
+ const _TCR = "TargetContainerRepository";
347
+ const _TR = "TagResource";
348
+ const _TRR = "TagResourceRequest";
349
+ const _TRRa = "TagResourceResponse";
350
+ const _UDC = "UpdateDistributionConfiguration";
351
+ const _UDCR = "UpdateDistributionConfigurationRequest";
352
+ const _UDCRp = "UpdateDistributionConfigurationResponse";
353
+ const _UIC = "UpdateInfrastructureConfiguration";
354
+ const _UICR = "UpdateInfrastructureConfigurationRequest";
355
+ const _UICRp = "UpdateInfrastructureConfigurationResponse";
356
+ const _UIP = "UpdateImagePipeline";
357
+ const _UIPR = "UpdateImagePipelineRequest";
358
+ const _UIPRp = "UpdateImagePipelineResponse";
359
+ const _ULP = "UpdateLifecyclePolicy";
360
+ const _ULPR = "UpdateLifecyclePolicyRequest";
361
+ const _ULPRp = "UpdateLifecyclePolicyResponse";
362
+ const _UR = "UntagResource";
363
+ const _URR = "UntagResourceRequest";
364
+ const _URRn = "UntagResourceResponse";
365
+ const _VIA = "VulnerabilityIdAggregation";
366
+ const _VP = "VulnerablePackage";
367
+ const _VPL = "VulnerablePackageList";
368
+ const _W = "Workflow";
369
+ const _WC = "WorkflowConfiguration";
370
+ const _WCL = "WorkflowConfigurationList";
371
+ const _WEL = "WorkflowExecutionsList";
372
+ const _WEM = "WorkflowExecutionMetadata";
373
+ const _WP = "WorkflowParameter";
374
+ const _WPD = "WorkflowParameterDetail";
375
+ const _WPDL = "WorkflowParameterDetailList";
376
+ const _WPL = "WorkflowParameterList";
377
+ const _WS = "WorkflowState";
378
+ const _WSE = "WorkflowStepExecution";
379
+ const _WSEL = "WorkflowStepExecutionList";
380
+ const _WSELo = "WorkflowStepExecutionsList";
381
+ const _WSL = "WorkflowSummaryList";
382
+ const _WSM = "WorkflowStepMetadata";
383
+ const _WSo = "WorkflowSummary";
384
+ const _WV = "WorkflowVersion";
385
+ const _WVL = "WorkflowVersionList";
386
+ const _a = "arn";
387
+ const _aA = "accountAggregation";
388
+ const _aAI = "awsAccountId";
389
+ const _aAIm = "amiAccountId";
390
+ const _aC = "adjustedCvss";
391
+ const _aDC = "amiDistributionConfiguration";
392
+ const _aDP = "autoDisablePolicy";
393
+ const _aI = "accountId";
394
+ const _aIC = "additionalInstanceConfiguration";
395
+ const _aT = "amiTags";
396
+ const _aTg = "aggregationType";
397
+ const _aZ = "availabilityZone";
398
+ const _ac = "action";
399
+ const _ad = "adjustments";
400
+ const _al = "all";
401
+ const _am = "amis";
402
+ const _ar = "arch";
403
+ const _bDM = "blockDeviceMappings";
404
+ const _bN = "byName";
405
+ const _bS = "baseScore";
406
+ const _bT = "buildType";
407
+ const _c = "client";
408
+ const _cA = "componentArn";
409
+ const _cBVA = "componentBuildVersionArn";
410
+ const _cD = "changeDescription";
411
+ const _cDC = "containerDistributionConfiguration";
412
+ const _cF = "consecutiveFailures";
413
+ const _cR = "containerRecipe";
414
+ const _cRA = "containerRecipeArn";
415
+ const _cRSL = "containerRecipeSummaryList";
416
+ const _cS = "cvssSource";
417
+ const _cSL = "componentSummaryList";
418
+ const _cT = "clientToken";
419
+ const _cTo = "containerTags";
420
+ const _cTon = "containerType";
421
+ const _cVA = "componentVersionArn";
422
+ const _cVL = "componentVersionList";
423
+ const _co = "components";
424
+ const _com = "component";
425
+ const _con = "containers";
426
+ const _cr = "critical";
427
+ const _cv = "cvss";
428
+ const _d = "description";
429
+ const _dC = "dateCreated";
430
+ const _dCA = "distributionConfigurationArn";
431
+ const _dCSL = "distributionConfigurationSummaryList";
432
+ const _dCi = "distributionConfiguration";
433
+ const _dIF = "diskImageFormat";
434
+ const _dLR = "dateLastRun";
435
+ const _dN = "deviceName";
436
+ const _dNR = "dateNextRun";
437
+ const _dOT = "deleteOnTermination";
438
+ const _dT = "deprecationTime";
439
+ const _dTD = "dockerfileTemplateData";
440
+ const _dTU = "dockerfileTemplateUri";
441
+ const _dTa = "dataType";
442
+ const _dU = "dateUpdated";
443
+ const _dV = "defaultValue";
444
+ const _da = "data";
445
+ const _di = "distributions";
446
+ const _e = "error";
447
+ const _eC = "ecrConfiguration";
448
+ const _eIME = "enhancedImageMetadataEnabled";
449
+ const _eR = "executionRole";
450
+ const _eRx = "exclusionRules";
451
+ const _eT = "endTime";
452
+ const _eb = "ebs";
453
+ const _en = "encrypted";
454
+ const _ena = "enabled";
455
+ const _ep = "epoch";
456
+ const _f = "format";
457
+ const _fA = "fixAvailable";
458
+ const _fC = "failureCount";
459
+ const _fIV = "fixedInVersion";
460
+ const _fLC = "fastLaunchConfigurations";
461
+ const _fOA = "firstObservedAt";
462
+ const _fP = "filePath";
463
+ const _fi = "filter";
464
+ const _fil = "filters";
465
+ const _fin = "findings";
466
+ const _h = "high";
467
+ const _hE = "httpError";
468
+ const _hI = "hostId";
469
+ const _hIR = "hasImpactedResources";
470
+ const _hPRHL = "httpPutResponseHopLimit";
471
+ const _hQ = "httpQuery";
472
+ const _hRGA = "hostResourceGroupArn";
473
+ const _hT = "httpTokens";
474
+ const _ht = "http";
475
+ const _i = "image";
476
+ const _iA = "imageArn";
477
+ const _iAm = "imageAggregation";
478
+ const _iBVA = "imageBuildVersionArn";
479
+ const _iC = "instanceConfiguration";
480
+ const _iCA = "infrastructureConfigurationArn";
481
+ const _iCSL = "infrastructureConfigurationSummaryList";
482
+ const _iCn = "infrastructureConfiguration";
483
+ const _iD = "includeDeprecated";
484
+ const _iI = "instanceImage";
485
+ const _iLGN = "imageLogGroupName";
486
+ const _iMO = "instanceMetadataOptions";
487
+ const _iOVO = "imageOsVersionOverride";
488
+ const _iP = "imagePipeline";
489
+ const _iPA = "imagePipelineArn";
490
+ const _iPAm = "imagePipelineAggregation";
491
+ const _iPL = "imagePackageList";
492
+ const _iPLm = "imagePipelineList";
493
+ const _iPN = "instanceProfileName";
494
+ const _iPs = "isPublic";
495
+ const _iR = "imageRecipe";
496
+ const _iRA = "imageRecipeArn";
497
+ const _iRSL = "imageRecipeSummaryList";
498
+ const _iRn = "includeResources";
499
+ const _iS = "imageSource";
500
+ const _iSC = "imageScanningConfiguration";
501
+ const _iSD = "inspectorScoreDetails";
502
+ const _iSE = "imageScanningEnabled";
503
+ const _iSL = "imageSummaryList";
504
+ const _iSn = "inspectorScore";
505
+ const _iT = "instanceTypes";
506
+ const _iTC = "imageTestsConfiguration";
507
+ const _iTE = "imageTestsEnabled";
508
+ const _iU = "imageUris";
509
+ const _iVA = "imageVersionArn";
510
+ const _iVL = "imageVersionList";
511
+ const _in = "inputs";
512
+ const _io = "iops";
513
+ const _kKI = "kmsKeyId";
514
+ const _kP = "keyPair";
515
+ const _l = "logging";
516
+ const _lC = "loggingConfiguration";
517
+ const _lCA = "licenseConfigurationArns";
518
+ const _lE = "lifecycleExecution";
519
+ const _lEI = "lifecycleExecutionId";
520
+ const _lES = "lifecycleExecutionState";
521
+ const _lEi = "lifecycleExecutions";
522
+ const _lGN = "logGroupName";
523
+ const _lL = "lastLaunched";
524
+ const _lP = "launchPermission";
525
+ const _lPA = "lifecyclePolicyArn";
526
+ const _lPSL = "lifecyclePolicySummaryList";
527
+ const _lPi = "lifecyclePolicy";
528
+ const _lRS = "lastRunStatus";
529
+ const _lT = "launchTemplate";
530
+ const _lTC = "launchTemplateConfigurations";
531
+ const _lTI = "launchTemplateId";
532
+ const _lTN = "launchTemplateName";
533
+ const _lTV = "launchTemplateVersion";
534
+ const _m = "message";
535
+ const _mPL = "maxParallelLaunches";
536
+ const _mR = "maxResults";
537
+ const _me = "metric";
538
+ const _med = "medium";
539
+ const _n = "name";
540
+ const _nD = "noDevice";
541
+ const _nT = "nextToken";
542
+ const _o = "owner";
543
+ const _oA = "organizationArns";
544
+ const _oF = "onFailure";
545
+ const _oR = "outputResources";
546
+ const _oUA = "organizationalUnitArns";
547
+ const _oV = "osVersion";
548
+ const _ob = "obfuscate";
549
+ const _ou = "outputs";
550
+ const _p = "platform";
551
+ const _pC = "productCodes";
552
+ const _pCI = "productCodeId";
553
+ const _pCT = "productCodeType";
554
+ const _pD = "policyDetails";
555
+ const _pESC = "pipelineExecutionStartCondition";
556
+ const _pG = "parallelGroup";
557
+ const _pI = "parentImage";
558
+ const _pLGN = "pipelineLogGroupName";
559
+ const _pM = "packageManager";
560
+ const _pN = "packageName";
561
+ const _pNa = "parameterName";
562
+ const _pO = "platformOverride";
563
+ const _pRI = "parentResourceId";
564
+ const _pV = "packageVersion";
565
+ const _pVD = "packageVulnerabilityDetails";
566
+ const _pa = "parameters";
567
+ const _pl = "placement";
568
+ const _po = "policy";
569
+ const _pu = "publisher";
570
+ const _r = "region";
571
+ const _rA = "resourceArn";
572
+ const _rAL = "retainAtLeast";
573
+ const _rI = "requestId";
574
+ const _rIS = "resourcesImpactedSummary";
575
+ const _rIe = "resourceId";
576
+ const _rL = "resourceLocation";
577
+ const _rN = "repositoryName";
578
+ const _rNo = "roleName";
579
+ const _rS = "resourceSelection";
580
+ const _rSo = "rollbackStatus";
581
+ const _rT = "resourceTags";
582
+ const _rTe = "resourceType";
583
+ const _rU = "referenceUrls";
584
+ const _rV = "relatedVulnerabilities";
585
+ const _re = "reason";
586
+ const _rec = "recipes";
587
+ const _reco = "recommendation";
588
+ const _reg = "regions";
589
+ const _rel = "release";
590
+ const _rem = "remediation";
591
+ const _res = "responses";
592
+ const _reso = "resources";
593
+ const _s = "state";
594
+ const _sA = "sharedAccounts";
595
+ const _sB = "s3Bucket";
596
+ const _sBN = "s3BucketName";
597
+ const _sC = "severityCounts";
598
+ const _sCn = "snapshotConfiguration";
599
+ const _sDV = "setDefaultVersion";
600
+ const _sE = "scheduleExpression";
601
+ const _sEC = "s3ExportConfiguration";
602
+ const _sEI = "stepExecutionId";
603
+ const _sGI = "securityGroupIds";
604
+ const _sI = "subnetId";
605
+ const _sIn = "snapshotId";
606
+ const _sKP = "s3KeyPrefix";
607
+ const _sL = "s3Logs";
608
+ const _sLH = "sourceLayerHash";
609
+ const _sMA = "systemsManagerAgent";
610
+ const _sOV = "supportedOsVersions";
611
+ const _sP = "s3Prefix";
612
+ const _sPA = "sourcePipelineArn";
613
+ const _sPC = "ssmParameterConfigurations";
614
+ const _sPN = "sourcePipelineName";
615
+ const _sS = "scoreSource";
616
+ const _sSc = "scanState";
617
+ const _sT = "startTime";
618
+ const _sTA = "snsTopicArn";
619
+ const _sU = "sourceUrl";
620
+ const _sV = "semanticVersion";
621
+ const _sVc = "scoringVector";
622
+ const _sc = "schedule";
623
+ const _sco = "score";
624
+ const _se = "severity";
625
+ const _ser = "server";
626
+ const _serv = "service";
627
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.imagebuilder";
628
+ const _sn = "snapshots";
629
+ const _so = "source";
630
+ const _st = "status";
631
+ const _ste = "steps";
632
+ const _t = "type";
633
+ const _tAI = "targetAccountIds";
634
+ const _tIOF = "terminateInstanceOnFailure";
635
+ const _tK = "tagKeys";
636
+ const _tM = "timeoutMinutes";
637
+ const _tMa = "tagMap";
638
+ const _tR = "targetRepository";
639
+ const _tRC = "targetResourceCount";
640
+ const _tS = "timeoutSeconds";
641
+ const _tSC = "totalStepCount";
642
+ const _tSF = "totalStepsFailed";
643
+ const _tSS = "totalStepsSucceeded";
644
+ const _tSSo = "totalStepsSkipped";
645
+ const _ta = "tags";
646
+ const _te = "tenancy";
647
+ const _tex = "text";
648
+ const _th = "throughput";
649
+ const _ti = "title";
650
+ const _tim = "timezone";
651
+ const _u = "uri";
652
+ const _uA = "updatedAt";
653
+ const _uAB = "uninstallAfterBuild";
654
+ const _uAp = "updateAt";
655
+ const _uDO = "userDataOverride";
656
+ const _uG = "userGroups";
657
+ const _uI = "userIds";
658
+ const _un = "unit";
659
+ const _ur = "url";
660
+ const _v = "version";
661
+ const _vCA = "vendorCreatedAt";
662
+ const _vI = "vulnerabilityId";
663
+ const _vIA = "vulnerabilityIdAggregation";
664
+ const _vITI = "vmImportTaskId";
665
+ const _vN = "virtualName";
666
+ const _vP = "vulnerablePackages";
667
+ const _vS = "volumeSize";
668
+ const _vSe = "vendorSeverity";
669
+ const _vT = "volumeType";
670
+ const _vUA = "vendorUpdatedAt";
671
+ const _va = "value";
672
+ const _val = "values";
673
+ const _w = "workflows";
674
+ const _wA = "workflowArn";
675
+ const _wBVA = "workflowBuildVersionArn";
676
+ const _wD = "workingDirectory";
677
+ const _wE = "workflowExecutions";
678
+ const _wEI = "workflowExecutionId";
679
+ const _wSL = "workflowSummaryList";
680
+ const _wVA = "workflowVersionArn";
681
+ const _wVL = "workflowVersionList";
682
+ const _wo = "workflow";
683
+ const n0 = "com.amazonaws.imagebuilder";
684
+ import { TypeRegistry } from "@smithy/core/schema";
685
+ import { ImagebuilderServiceException as __ImagebuilderServiceException } from "../models/ImagebuilderServiceException";
686
+ import { CallRateLimitExceededException as __CallRateLimitExceededException, ClientException as __ClientException, ForbiddenException as __ForbiddenException, IdempotentParameterMismatchException as __IdempotentParameterMismatchException, InvalidPaginationTokenException as __InvalidPaginationTokenException, InvalidParameterCombinationException as __InvalidParameterCombinationException, InvalidParameterException as __InvalidParameterException, InvalidParameterValueException as __InvalidParameterValueException, InvalidRequestException as __InvalidRequestException, InvalidVersionNumberException as __InvalidVersionNumberException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceDependencyException as __ResourceDependencyException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ServiceException as __ServiceException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ServiceUnavailableException as __ServiceUnavailableException, } from "../models/index";
687
+ export var AccountAggregation = [3, n0, _AA, 0, [_aI, _sC], [0, () => SeverityCounts]];
688
+ export var AdditionalInstanceConfiguration = [
689
+ 3,
690
+ n0,
691
+ _AIC,
692
+ 0,
693
+ [_sMA, _uDO],
694
+ [() => SystemsManagerAgent, 0],
695
+ ];
696
+ export var Ami = [3, n0, _A, 0, [_r, _i, _n, _d, _s, _aI], [0, 0, 0, 0, () => ImageState, 0]];
697
+ export var AmiDistributionConfiguration = [
698
+ 3,
699
+ n0,
700
+ _ADC,
701
+ 0,
702
+ [_n, _d, _tAI, _aT, _kKI, _lP],
703
+ [0, 0, 64 | 0, 128 | 0, 0, () => LaunchPermissionConfiguration],
704
+ ];
705
+ export var AutoDisablePolicy = [3, n0, _ADP, 0, [_fC], [1]];
706
+ export var CallRateLimitExceededException = [
707
+ -3,
708
+ n0,
709
+ _CRLEE,
710
+ {
711
+ [_e]: _c,
712
+ [_hE]: 429,
713
+ },
714
+ [_m],
715
+ [0],
716
+ ];
717
+ TypeRegistry.for(n0).registerError(CallRateLimitExceededException, __CallRateLimitExceededException);
718
+ export var CancelImageCreationRequest = [3, n0, _CICR, 0, [_iBVA, _cT], [0, [0, 4]]];
719
+ export var CancelImageCreationResponse = [3, n0, _CICRa, 0, [_rI, _cT, _iBVA], [0, 0, 0]];
720
+ export var CancelLifecycleExecutionRequest = [3, n0, _CLER, 0, [_lEI, _cT], [0, [0, 4]]];
721
+ export var CancelLifecycleExecutionResponse = [3, n0, _CLERa, 0, [_lEI], [0]];
722
+ export var ClientException = [
723
+ -3,
724
+ n0,
725
+ _CE,
726
+ {
727
+ [_e]: _c,
728
+ [_hE]: 400,
729
+ },
730
+ [_m],
731
+ [0],
732
+ ];
733
+ TypeRegistry.for(n0).registerError(ClientException, __ClientException);
734
+ export var Component = [
735
+ 3,
736
+ n0,
737
+ _C,
738
+ 0,
739
+ [_a, _n, _v, _d, _cD, _t, _p, _sOV, _s, _pa, _o, _da, _kKI, _en, _dC, _ta, _pu, _ob, _pC],
740
+ [
741
+ 0,
742
+ 0,
743
+ 0,
744
+ 0,
745
+ 0,
746
+ 0,
747
+ 0,
748
+ 64 | 0,
749
+ () => ComponentState,
750
+ () => ComponentParameterDetailList,
751
+ 0,
752
+ 0,
753
+ 0,
754
+ 2,
755
+ 0,
756
+ 128 | 0,
757
+ 0,
758
+ 2,
759
+ () => ProductCodeList,
760
+ ],
761
+ ];
762
+ export var ComponentConfiguration = [
763
+ 3,
764
+ n0,
765
+ _CC,
766
+ 0,
767
+ [_cA, _pa],
768
+ [0, () => ComponentParameterList],
769
+ ];
770
+ export var ComponentParameter = [3, n0, _CP, 0, [_n, _va], [0, 64 | 0]];
771
+ export var ComponentParameterDetail = [3, n0, _CPD, 0, [_n, _t, _dV, _d], [0, 0, 64 | 0, 0]];
772
+ export var ComponentState = [3, n0, _CS, 0, [_st, _re], [0, 0]];
773
+ export var ComponentSummary = [
774
+ 3,
775
+ n0,
776
+ _CSo,
777
+ 0,
778
+ [_a, _n, _v, _p, _sOV, _s, _t, _o, _d, _cD, _dC, _ta, _pu, _ob],
779
+ [0, 0, 0, 0, 64 | 0, () => ComponentState, 0, 0, 0, 0, 0, 128 | 0, 0, 2],
780
+ ];
781
+ export var ComponentVersion = [
782
+ 3,
783
+ n0,
784
+ _CV,
785
+ 0,
786
+ [_a, _n, _v, _d, _p, _sOV, _t, _o, _dC, _st, _pC],
787
+ [0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, () => ProductCodeList],
788
+ ];
789
+ export var Container = [3, n0, _Co, 0, [_r, _iU], [0, 64 | 0]];
790
+ export var ContainerDistributionConfiguration = [
791
+ 3,
792
+ n0,
793
+ _CDC,
794
+ 0,
795
+ [_d, _cTo, _tR],
796
+ [0, 64 | 0, () => TargetContainerRepository],
797
+ ];
798
+ export var ContainerRecipe = [
799
+ 3,
800
+ n0,
801
+ _CR,
802
+ 0,
803
+ [_a, _cTon, _n, _d, _p, _o, _v, _co, _iC, _dTD, _kKI, _en, _pI, _dC, _ta, _wD, _tR],
804
+ [
805
+ 0,
806
+ 0,
807
+ 0,
808
+ 0,
809
+ 0,
810
+ 0,
811
+ 0,
812
+ () => ComponentConfigurationList,
813
+ () => InstanceConfiguration,
814
+ 0,
815
+ 0,
816
+ 2,
817
+ 0,
818
+ 0,
819
+ 128 | 0,
820
+ 0,
821
+ () => TargetContainerRepository,
822
+ ],
823
+ ];
824
+ export var ContainerRecipeSummary = [
825
+ 3,
826
+ n0,
827
+ _CRS,
828
+ 0,
829
+ [_a, _cTon, _n, _p, _o, _pI, _dC, _iI, _ta],
830
+ [0, 0, 0, 0, 0, 0, 0, 0, 128 | 0],
831
+ ];
832
+ export var CreateComponentRequest = [
833
+ 3,
834
+ n0,
835
+ _CCR,
836
+ 0,
837
+ [_n, _sV, _d, _cD, _p, _sOV, _da, _u, _kKI, _ta, _cT],
838
+ [0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 128 | 0, [0, 4]],
839
+ ];
840
+ export var CreateComponentResponse = [3, n0, _CCRr, 0, [_rI, _cT, _cBVA], [0, 0, 0]];
841
+ export var CreateContainerRecipeRequest = [
842
+ 3,
843
+ n0,
844
+ _CCRR,
845
+ 0,
846
+ [_cTon, _n, _d, _sV, _co, _iC, _dTD, _dTU, _pO, _iOVO, _pI, _ta, _wD, _tR, _kKI, _cT],
847
+ [
848
+ 0,
849
+ 0,
850
+ 0,
851
+ 0,
852
+ () => ComponentConfigurationList,
853
+ () => InstanceConfiguration,
854
+ 0,
855
+ 0,
856
+ 0,
857
+ 0,
858
+ 0,
859
+ 128 | 0,
860
+ 0,
861
+ () => TargetContainerRepository,
862
+ 0,
863
+ [0, 4],
864
+ ],
865
+ ];
866
+ export var CreateContainerRecipeResponse = [3, n0, _CCRRr, 0, [_rI, _cT, _cRA], [0, 0, 0]];
867
+ export var CreateDistributionConfigurationRequest = [
868
+ 3,
869
+ n0,
870
+ _CDCR,
871
+ 0,
872
+ [_n, _d, _di, _ta, _cT],
873
+ [0, 0, () => DistributionList, 128 | 0, [0, 4]],
874
+ ];
875
+ export var CreateDistributionConfigurationResponse = [
876
+ 3,
877
+ n0,
878
+ _CDCRr,
879
+ 0,
880
+ [_rI, _cT, _dCA],
881
+ [0, 0, 0],
882
+ ];
883
+ export var CreateImagePipelineRequest = [
884
+ 3,
885
+ n0,
886
+ _CIPR,
887
+ 0,
888
+ [_n, _d, _iRA, _cRA, _iCA, _dCA, _iTC, _eIME, _sc, _st, _ta, _cT, _iSC, _w, _eR, _lC],
889
+ [
890
+ 0,
891
+ 0,
892
+ 0,
893
+ 0,
894
+ 0,
895
+ 0,
896
+ () => ImageTestsConfiguration,
897
+ 2,
898
+ () => Schedule,
899
+ 0,
900
+ 128 | 0,
901
+ [0, 4],
902
+ () => ImageScanningConfiguration,
903
+ () => WorkflowConfigurationList,
904
+ 0,
905
+ () => PipelineLoggingConfiguration,
906
+ ],
907
+ ];
908
+ export var CreateImagePipelineResponse = [3, n0, _CIPRr, 0, [_rI, _cT, _iPA], [0, 0, 0]];
909
+ export var CreateImageRecipeRequest = [
910
+ 3,
911
+ n0,
912
+ _CIRR,
913
+ 0,
914
+ [_n, _d, _sV, _co, _pI, _bDM, _ta, _wD, _aIC, _aT, _cT],
915
+ [
916
+ 0,
917
+ 0,
918
+ 0,
919
+ () => ComponentConfigurationList,
920
+ 0,
921
+ () => InstanceBlockDeviceMappings,
922
+ 128 | 0,
923
+ 0,
924
+ () => AdditionalInstanceConfiguration,
925
+ 128 | 0,
926
+ [0, 4],
927
+ ],
928
+ ];
929
+ export var CreateImageRecipeResponse = [3, n0, _CIRRr, 0, [_rI, _cT, _iRA], [0, 0, 0]];
930
+ export var CreateImageRequest = [
931
+ 3,
932
+ n0,
933
+ _CIR,
934
+ 0,
935
+ [_iRA, _cRA, _dCA, _iCA, _iTC, _eIME, _ta, _cT, _iSC, _w, _eR, _lC],
936
+ [
937
+ 0,
938
+ 0,
939
+ 0,
940
+ 0,
941
+ () => ImageTestsConfiguration,
942
+ 2,
943
+ 128 | 0,
944
+ [0, 4],
945
+ () => ImageScanningConfiguration,
946
+ () => WorkflowConfigurationList,
947
+ 0,
948
+ () => ImageLoggingConfiguration,
949
+ ],
950
+ ];
951
+ export var CreateImageResponse = [3, n0, _CIRr, 0, [_rI, _cT, _iBVA], [0, 0, 0]];
952
+ export var CreateInfrastructureConfigurationRequest = [
953
+ 3,
954
+ n0,
955
+ _CICRr,
956
+ 0,
957
+ [_n, _d, _iT, _iPN, _sGI, _sI, _l, _kP, _tIOF, _sTA, _rT, _iMO, _ta, _pl, _cT],
958
+ [
959
+ 0,
960
+ 0,
961
+ 64 | 0,
962
+ 0,
963
+ 64 | 0,
964
+ 0,
965
+ () => Logging,
966
+ 0,
967
+ 2,
968
+ 0,
969
+ 128 | 0,
970
+ () => InstanceMetadataOptions,
971
+ 128 | 0,
972
+ () => Placement,
973
+ [0, 4],
974
+ ],
975
+ ];
976
+ export var CreateInfrastructureConfigurationResponse = [
977
+ 3,
978
+ n0,
979
+ _CICRre,
980
+ 0,
981
+ [_rI, _cT, _iCA],
982
+ [0, 0, 0],
983
+ ];
984
+ export var CreateLifecyclePolicyRequest = [
985
+ 3,
986
+ n0,
987
+ _CLPR,
988
+ 0,
989
+ [_n, _d, _st, _eR, _rTe, _pD, _rS, _ta, _cT],
990
+ [0, 0, 0, 0, 0, () => LifecyclePolicyDetails, () => LifecyclePolicyResourceSelection, 128 | 0, [0, 4]],
991
+ ];
992
+ export var CreateLifecyclePolicyResponse = [3, n0, _CLPRr, 0, [_cT, _lPA], [0, 0]];
993
+ export var CreateWorkflowRequest = [
994
+ 3,
995
+ n0,
996
+ _CWR,
997
+ 0,
998
+ [_n, _sV, _d, _cD, _da, _u, _kKI, _ta, _cT, _t],
999
+ [0, 0, 0, 0, 0, 0, 0, 128 | 0, [0, 4], 0],
1000
+ ];
1001
+ export var CreateWorkflowResponse = [3, n0, _CWRr, 0, [_cT, _wBVA], [0, 0]];
1002
+ export var CvssScore = [3, n0, _CSv, 0, [_bS, _sVc, _v, _so], [1, 0, 0, 0]];
1003
+ export var CvssScoreAdjustment = [3, n0, _CSA, 0, [_me, _re], [0, 0]];
1004
+ export var CvssScoreDetails = [
1005
+ 3,
1006
+ n0,
1007
+ _CSD,
1008
+ 0,
1009
+ [_sS, _cS, _v, _sco, _sVc, _ad],
1010
+ [0, 0, 0, 1, 0, () => CvssScoreAdjustmentList],
1011
+ ];
1012
+ export var DeleteComponentRequest = [
1013
+ 3,
1014
+ n0,
1015
+ _DCR,
1016
+ 0,
1017
+ [_cBVA],
1018
+ [
1019
+ [
1020
+ 0,
1021
+ {
1022
+ [_hQ]: _cBVA,
1023
+ },
1024
+ ],
1025
+ ],
1026
+ ];
1027
+ export var DeleteComponentResponse = [3, n0, _DCRe, 0, [_rI, _cBVA], [0, 0]];
1028
+ export var DeleteContainerRecipeRequest = [
1029
+ 3,
1030
+ n0,
1031
+ _DCRR,
1032
+ 0,
1033
+ [_cRA],
1034
+ [
1035
+ [
1036
+ 0,
1037
+ {
1038
+ [_hQ]: _cRA,
1039
+ },
1040
+ ],
1041
+ ],
1042
+ ];
1043
+ export var DeleteContainerRecipeResponse = [3, n0, _DCRRe, 0, [_rI, _cRA], [0, 0]];
1044
+ export var DeleteDistributionConfigurationRequest = [
1045
+ 3,
1046
+ n0,
1047
+ _DDCR,
1048
+ 0,
1049
+ [_dCA],
1050
+ [
1051
+ [
1052
+ 0,
1053
+ {
1054
+ [_hQ]: _dCA,
1055
+ },
1056
+ ],
1057
+ ],
1058
+ ];
1059
+ export var DeleteDistributionConfigurationResponse = [3, n0, _DDCRe, 0, [_rI, _dCA], [0, 0]];
1060
+ export var DeleteImagePipelineRequest = [
1061
+ 3,
1062
+ n0,
1063
+ _DIPR,
1064
+ 0,
1065
+ [_iPA],
1066
+ [
1067
+ [
1068
+ 0,
1069
+ {
1070
+ [_hQ]: _iPA,
1071
+ },
1072
+ ],
1073
+ ],
1074
+ ];
1075
+ export var DeleteImagePipelineResponse = [3, n0, _DIPRe, 0, [_rI, _iPA], [0, 0]];
1076
+ export var DeleteImageRecipeRequest = [
1077
+ 3,
1078
+ n0,
1079
+ _DIRR,
1080
+ 0,
1081
+ [_iRA],
1082
+ [
1083
+ [
1084
+ 0,
1085
+ {
1086
+ [_hQ]: _iRA,
1087
+ },
1088
+ ],
1089
+ ],
1090
+ ];
1091
+ export var DeleteImageRecipeResponse = [3, n0, _DIRRe, 0, [_rI, _iRA], [0, 0]];
1092
+ export var DeleteImageRequest = [
1093
+ 3,
1094
+ n0,
1095
+ _DIR,
1096
+ 0,
1097
+ [_iBVA],
1098
+ [
1099
+ [
1100
+ 0,
1101
+ {
1102
+ [_hQ]: _iBVA,
1103
+ },
1104
+ ],
1105
+ ],
1106
+ ];
1107
+ export var DeleteImageResponse = [3, n0, _DIRe, 0, [_rI, _iBVA], [0, 0]];
1108
+ export var DeleteInfrastructureConfigurationRequest = [
1109
+ 3,
1110
+ n0,
1111
+ _DICR,
1112
+ 0,
1113
+ [_iCA],
1114
+ [
1115
+ [
1116
+ 0,
1117
+ {
1118
+ [_hQ]: _iCA,
1119
+ },
1120
+ ],
1121
+ ],
1122
+ ];
1123
+ export var DeleteInfrastructureConfigurationResponse = [3, n0, _DICRe, 0, [_rI, _iCA], [0, 0]];
1124
+ export var DeleteLifecyclePolicyRequest = [
1125
+ 3,
1126
+ n0,
1127
+ _DLPR,
1128
+ 0,
1129
+ [_lPA],
1130
+ [
1131
+ [
1132
+ 0,
1133
+ {
1134
+ [_hQ]: _lPA,
1135
+ },
1136
+ ],
1137
+ ],
1138
+ ];
1139
+ export var DeleteLifecyclePolicyResponse = [3, n0, _DLPRe, 0, [_lPA], [0]];
1140
+ export var DeleteWorkflowRequest = [
1141
+ 3,
1142
+ n0,
1143
+ _DWR,
1144
+ 0,
1145
+ [_wBVA],
1146
+ [
1147
+ [
1148
+ 0,
1149
+ {
1150
+ [_hQ]: _wBVA,
1151
+ },
1152
+ ],
1153
+ ],
1154
+ ];
1155
+ export var DeleteWorkflowResponse = [3, n0, _DWRe, 0, [_wBVA], [0]];
1156
+ export var Distribution = [
1157
+ 3,
1158
+ n0,
1159
+ _D,
1160
+ 0,
1161
+ [_r, _aDC, _cDC, _lCA, _lTC, _sEC, _fLC, _sPC],
1162
+ [
1163
+ 0,
1164
+ () => AmiDistributionConfiguration,
1165
+ () => ContainerDistributionConfiguration,
1166
+ 64 | 0,
1167
+ () => LaunchTemplateConfigurationList,
1168
+ () => S3ExportConfiguration,
1169
+ () => FastLaunchConfigurationList,
1170
+ () => SsmParameterConfigurationList,
1171
+ ],
1172
+ ];
1173
+ export var DistributionConfiguration = [
1174
+ 3,
1175
+ n0,
1176
+ _DC,
1177
+ 0,
1178
+ [_a, _n, _d, _di, _tM, _dC, _dU, _ta],
1179
+ [0, 0, 0, () => DistributionList, 1, 0, 0, 128 | 0],
1180
+ ];
1181
+ export var DistributionConfigurationSummary = [
1182
+ 3,
1183
+ n0,
1184
+ _DCS,
1185
+ 0,
1186
+ [_a, _n, _d, _dC, _dU, _ta, _reg],
1187
+ [0, 0, 0, 0, 0, 128 | 0, 64 | 0],
1188
+ ];
1189
+ export var EbsInstanceBlockDeviceSpecification = [
1190
+ 3,
1191
+ n0,
1192
+ _EIBDS,
1193
+ 0,
1194
+ [_en, _dOT, _io, _kKI, _sIn, _vS, _vT, _th],
1195
+ [2, 2, 1, 0, 0, 1, 0, 1],
1196
+ ];
1197
+ export var EcrConfiguration = [3, n0, _EC, 0, [_rN, _cTo], [0, 64 | 0]];
1198
+ export var FastLaunchConfiguration = [
1199
+ 3,
1200
+ n0,
1201
+ _FLC,
1202
+ 0,
1203
+ [_ena, _sCn, _mPL, _lT, _aI],
1204
+ [2, () => FastLaunchSnapshotConfiguration, 1, () => FastLaunchLaunchTemplateSpecification, 0],
1205
+ ];
1206
+ export var FastLaunchLaunchTemplateSpecification = [
1207
+ 3,
1208
+ n0,
1209
+ _FLLTS,
1210
+ 0,
1211
+ [_lTI, _lTN, _lTV],
1212
+ [0, 0, 0],
1213
+ ];
1214
+ export var FastLaunchSnapshotConfiguration = [3, n0, _FLSC, 0, [_tRC], [1]];
1215
+ export var Filter = [3, n0, _F, 0, [_n, _val], [0, 64 | 0]];
1216
+ export var ForbiddenException = [
1217
+ -3,
1218
+ n0,
1219
+ _FE,
1220
+ {
1221
+ [_e]: _c,
1222
+ [_hE]: 403,
1223
+ },
1224
+ [_m],
1225
+ [0],
1226
+ ];
1227
+ TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
1228
+ export var GetComponentPolicyRequest = [
1229
+ 3,
1230
+ n0,
1231
+ _GCPR,
1232
+ 0,
1233
+ [_cA],
1234
+ [
1235
+ [
1236
+ 0,
1237
+ {
1238
+ [_hQ]: _cA,
1239
+ },
1240
+ ],
1241
+ ],
1242
+ ];
1243
+ export var GetComponentPolicyResponse = [3, n0, _GCPRe, 0, [_rI, _po], [0, 0]];
1244
+ export var GetComponentRequest = [
1245
+ 3,
1246
+ n0,
1247
+ _GCR,
1248
+ 0,
1249
+ [_cBVA],
1250
+ [
1251
+ [
1252
+ 0,
1253
+ {
1254
+ [_hQ]: _cBVA,
1255
+ },
1256
+ ],
1257
+ ],
1258
+ ];
1259
+ export var GetComponentResponse = [3, n0, _GCRe, 0, [_rI, _com], [0, () => Component]];
1260
+ export var GetContainerRecipePolicyRequest = [
1261
+ 3,
1262
+ n0,
1263
+ _GCRPR,
1264
+ 0,
1265
+ [_cRA],
1266
+ [
1267
+ [
1268
+ 0,
1269
+ {
1270
+ [_hQ]: _cRA,
1271
+ },
1272
+ ],
1273
+ ],
1274
+ ];
1275
+ export var GetContainerRecipePolicyResponse = [3, n0, _GCRPRe, 0, [_rI, _po], [0, 0]];
1276
+ export var GetContainerRecipeRequest = [
1277
+ 3,
1278
+ n0,
1279
+ _GCRR,
1280
+ 0,
1281
+ [_cRA],
1282
+ [
1283
+ [
1284
+ 0,
1285
+ {
1286
+ [_hQ]: _cRA,
1287
+ },
1288
+ ],
1289
+ ],
1290
+ ];
1291
+ export var GetContainerRecipeResponse = [
1292
+ 3,
1293
+ n0,
1294
+ _GCRRe,
1295
+ 0,
1296
+ [_rI, _cR],
1297
+ [0, () => ContainerRecipe],
1298
+ ];
1299
+ export var GetDistributionConfigurationRequest = [
1300
+ 3,
1301
+ n0,
1302
+ _GDCR,
1303
+ 0,
1304
+ [_dCA],
1305
+ [
1306
+ [
1307
+ 0,
1308
+ {
1309
+ [_hQ]: _dCA,
1310
+ },
1311
+ ],
1312
+ ],
1313
+ ];
1314
+ export var GetDistributionConfigurationResponse = [
1315
+ 3,
1316
+ n0,
1317
+ _GDCRe,
1318
+ 0,
1319
+ [_rI, _dCi],
1320
+ [0, () => DistributionConfiguration],
1321
+ ];
1322
+ export var GetImagePipelineRequest = [
1323
+ 3,
1324
+ n0,
1325
+ _GIPR,
1326
+ 0,
1327
+ [_iPA],
1328
+ [
1329
+ [
1330
+ 0,
1331
+ {
1332
+ [_hQ]: _iPA,
1333
+ },
1334
+ ],
1335
+ ],
1336
+ ];
1337
+ export var GetImagePipelineResponse = [3, n0, _GIPRe, 0, [_rI, _iP], [0, () => ImagePipeline]];
1338
+ export var GetImagePolicyRequest = [
1339
+ 3,
1340
+ n0,
1341
+ _GIPRet,
1342
+ 0,
1343
+ [_iA],
1344
+ [
1345
+ [
1346
+ 0,
1347
+ {
1348
+ [_hQ]: _iA,
1349
+ },
1350
+ ],
1351
+ ],
1352
+ ];
1353
+ export var GetImagePolicyResponse = [3, n0, _GIPRetm, 0, [_rI, _po], [0, 0]];
1354
+ export var GetImageRecipePolicyRequest = [
1355
+ 3,
1356
+ n0,
1357
+ _GIRPR,
1358
+ 0,
1359
+ [_iRA],
1360
+ [
1361
+ [
1362
+ 0,
1363
+ {
1364
+ [_hQ]: _iRA,
1365
+ },
1366
+ ],
1367
+ ],
1368
+ ];
1369
+ export var GetImageRecipePolicyResponse = [3, n0, _GIRPRe, 0, [_rI, _po], [0, 0]];
1370
+ export var GetImageRecipeRequest = [
1371
+ 3,
1372
+ n0,
1373
+ _GIRR,
1374
+ 0,
1375
+ [_iRA],
1376
+ [
1377
+ [
1378
+ 0,
1379
+ {
1380
+ [_hQ]: _iRA,
1381
+ },
1382
+ ],
1383
+ ],
1384
+ ];
1385
+ export var GetImageRecipeResponse = [3, n0, _GIRRe, 0, [_rI, _iR], [0, () => ImageRecipe]];
1386
+ export var GetImageRequest = [
1387
+ 3,
1388
+ n0,
1389
+ _GIR,
1390
+ 0,
1391
+ [_iBVA],
1392
+ [
1393
+ [
1394
+ 0,
1395
+ {
1396
+ [_hQ]: _iBVA,
1397
+ },
1398
+ ],
1399
+ ],
1400
+ ];
1401
+ export var GetImageResponse = [3, n0, _GIRe, 0, [_rI, _i], [0, () => Image]];
1402
+ export var GetInfrastructureConfigurationRequest = [
1403
+ 3,
1404
+ n0,
1405
+ _GICR,
1406
+ 0,
1407
+ [_iCA],
1408
+ [
1409
+ [
1410
+ 0,
1411
+ {
1412
+ [_hQ]: _iCA,
1413
+ },
1414
+ ],
1415
+ ],
1416
+ ];
1417
+ export var GetInfrastructureConfigurationResponse = [
1418
+ 3,
1419
+ n0,
1420
+ _GICRe,
1421
+ 0,
1422
+ [_rI, _iCn],
1423
+ [0, () => InfrastructureConfiguration],
1424
+ ];
1425
+ export var GetLifecycleExecutionRequest = [
1426
+ 3,
1427
+ n0,
1428
+ _GLER,
1429
+ 0,
1430
+ [_lEI],
1431
+ [
1432
+ [
1433
+ 0,
1434
+ {
1435
+ [_hQ]: _lEI,
1436
+ },
1437
+ ],
1438
+ ],
1439
+ ];
1440
+ export var GetLifecycleExecutionResponse = [3, n0, _GLERe, 0, [_lE], [() => LifecycleExecution]];
1441
+ export var GetLifecyclePolicyRequest = [
1442
+ 3,
1443
+ n0,
1444
+ _GLPR,
1445
+ 0,
1446
+ [_lPA],
1447
+ [
1448
+ [
1449
+ 0,
1450
+ {
1451
+ [_hQ]: _lPA,
1452
+ },
1453
+ ],
1454
+ ],
1455
+ ];
1456
+ export var GetLifecyclePolicyResponse = [3, n0, _GLPRe, 0, [_lPi], [() => LifecyclePolicy]];
1457
+ export var GetMarketplaceResourceRequest = [3, n0, _GMRR, 0, [_rTe, _rA, _rL], [0, 0, 0]];
1458
+ export var GetMarketplaceResourceResponse = [3, n0, _GMRRe, 0, [_rA, _ur, _da], [0, 0, 0]];
1459
+ export var GetWorkflowExecutionRequest = [
1460
+ 3,
1461
+ n0,
1462
+ _GWER,
1463
+ 0,
1464
+ [_wEI],
1465
+ [
1466
+ [
1467
+ 0,
1468
+ {
1469
+ [_hQ]: _wEI,
1470
+ },
1471
+ ],
1472
+ ],
1473
+ ];
1474
+ export var GetWorkflowExecutionResponse = [
1475
+ 3,
1476
+ n0,
1477
+ _GWERe,
1478
+ 0,
1479
+ [_rI, _wBVA, _wEI, _iBVA, _t, _st, _m, _tSC, _tSS, _tSF, _tSSo, _sT, _eT, _pG],
1480
+ [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0],
1481
+ ];
1482
+ export var GetWorkflowRequest = [
1483
+ 3,
1484
+ n0,
1485
+ _GWR,
1486
+ 0,
1487
+ [_wBVA],
1488
+ [
1489
+ [
1490
+ 0,
1491
+ {
1492
+ [_hQ]: _wBVA,
1493
+ },
1494
+ ],
1495
+ ],
1496
+ ];
1497
+ export var GetWorkflowResponse = [3, n0, _GWRe, 0, [_wo], [() => Workflow]];
1498
+ export var GetWorkflowStepExecutionRequest = [
1499
+ 3,
1500
+ n0,
1501
+ _GWSER,
1502
+ 0,
1503
+ [_sEI],
1504
+ [
1505
+ [
1506
+ 0,
1507
+ {
1508
+ [_hQ]: _sEI,
1509
+ },
1510
+ ],
1511
+ ],
1512
+ ];
1513
+ export var GetWorkflowStepExecutionResponse = [
1514
+ 3,
1515
+ n0,
1516
+ _GWSERe,
1517
+ 0,
1518
+ [_rI, _sEI, _wBVA, _wEI, _iBVA, _n, _d, _ac, _st, _rSo, _m, _in, _ou, _sT, _eT, _oF, _tS],
1519
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],
1520
+ ];
1521
+ export var IdempotentParameterMismatchException = [
1522
+ -3,
1523
+ n0,
1524
+ _IPME,
1525
+ {
1526
+ [_e]: _c,
1527
+ [_hE]: 400,
1528
+ },
1529
+ [_m],
1530
+ [0],
1531
+ ];
1532
+ TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException, __IdempotentParameterMismatchException);
1533
+ export var Image = [
1534
+ 3,
1535
+ n0,
1536
+ _I,
1537
+ 0,
1538
+ [
1539
+ _a,
1540
+ _t,
1541
+ _n,
1542
+ _v,
1543
+ _p,
1544
+ _eIME,
1545
+ _oV,
1546
+ _s,
1547
+ _iR,
1548
+ _cR,
1549
+ _sPN,
1550
+ _sPA,
1551
+ _iCn,
1552
+ _dCi,
1553
+ _iTC,
1554
+ _dC,
1555
+ _oR,
1556
+ _ta,
1557
+ _bT,
1558
+ _iS,
1559
+ _sSc,
1560
+ _iSC,
1561
+ _dT,
1562
+ _lEI,
1563
+ _eR,
1564
+ _w,
1565
+ _lC,
1566
+ ],
1567
+ [
1568
+ 0,
1569
+ 0,
1570
+ 0,
1571
+ 0,
1572
+ 0,
1573
+ 2,
1574
+ 0,
1575
+ () => ImageState,
1576
+ () => ImageRecipe,
1577
+ () => ContainerRecipe,
1578
+ 0,
1579
+ 0,
1580
+ () => InfrastructureConfiguration,
1581
+ () => DistributionConfiguration,
1582
+ () => ImageTestsConfiguration,
1583
+ 0,
1584
+ () => OutputResources,
1585
+ 128 | 0,
1586
+ 0,
1587
+ 0,
1588
+ () => ImageScanState,
1589
+ () => ImageScanningConfiguration,
1590
+ 4,
1591
+ 0,
1592
+ 0,
1593
+ () => WorkflowConfigurationList,
1594
+ () => ImageLoggingConfiguration,
1595
+ ],
1596
+ ];
1597
+ export var ImageAggregation = [3, n0, _IA, 0, [_iBVA, _sC], [0, () => SeverityCounts]];
1598
+ export var ImageLoggingConfiguration = [3, n0, _ILC, 0, [_lGN], [0]];
1599
+ export var ImagePackage = [3, n0, _IP, 0, [_pN, _pV], [0, 0]];
1600
+ export var ImagePipeline = [
1601
+ 3,
1602
+ n0,
1603
+ _IPm,
1604
+ 0,
1605
+ [
1606
+ _a,
1607
+ _n,
1608
+ _d,
1609
+ _p,
1610
+ _eIME,
1611
+ _iRA,
1612
+ _cRA,
1613
+ _iCA,
1614
+ _dCA,
1615
+ _iTC,
1616
+ _sc,
1617
+ _st,
1618
+ _dC,
1619
+ _dU,
1620
+ _dLR,
1621
+ _lRS,
1622
+ _dNR,
1623
+ _ta,
1624
+ _iSC,
1625
+ _eR,
1626
+ _w,
1627
+ _lC,
1628
+ _cF,
1629
+ ],
1630
+ [
1631
+ 0,
1632
+ 0,
1633
+ 0,
1634
+ 0,
1635
+ 2,
1636
+ 0,
1637
+ 0,
1638
+ 0,
1639
+ 0,
1640
+ () => ImageTestsConfiguration,
1641
+ () => Schedule,
1642
+ 0,
1643
+ 0,
1644
+ 0,
1645
+ 0,
1646
+ 0,
1647
+ 0,
1648
+ 128 | 0,
1649
+ () => ImageScanningConfiguration,
1650
+ 0,
1651
+ () => WorkflowConfigurationList,
1652
+ () => PipelineLoggingConfiguration,
1653
+ 1,
1654
+ ],
1655
+ ];
1656
+ export var ImagePipelineAggregation = [3, n0, _IPA, 0, [_iPA, _sC], [0, () => SeverityCounts]];
1657
+ export var ImageRecipe = [
1658
+ 3,
1659
+ n0,
1660
+ _IR,
1661
+ 0,
1662
+ [_a, _t, _n, _d, _p, _o, _v, _co, _pI, _bDM, _dC, _ta, _wD, _aIC, _aT],
1663
+ [
1664
+ 0,
1665
+ 0,
1666
+ 0,
1667
+ 0,
1668
+ 0,
1669
+ 0,
1670
+ 0,
1671
+ () => ComponentConfigurationList,
1672
+ 0,
1673
+ () => InstanceBlockDeviceMappings,
1674
+ 0,
1675
+ 128 | 0,
1676
+ 0,
1677
+ () => AdditionalInstanceConfiguration,
1678
+ 128 | 0,
1679
+ ],
1680
+ ];
1681
+ export var ImageRecipeSummary = [
1682
+ 3,
1683
+ n0,
1684
+ _IRS,
1685
+ 0,
1686
+ [_a, _n, _p, _o, _pI, _dC, _ta],
1687
+ [0, 0, 0, 0, 0, 0, 128 | 0],
1688
+ ];
1689
+ export var ImageScanFinding = [
1690
+ 3,
1691
+ n0,
1692
+ _ISF,
1693
+ 0,
1694
+ [_aAI, _iBVA, _iPA, _t, _d, _ti, _rem, _se, _fOA, _uA, _iSn, _iSD, _pVD, _fA],
1695
+ [0, 0, 0, 0, 0, 0, () => Remediation, 0, 4, 4, 1, () => InspectorScoreDetails, () => PackageVulnerabilityDetails, 0],
1696
+ ];
1697
+ export var ImageScanFindingAggregation = [
1698
+ 3,
1699
+ n0,
1700
+ _ISFA,
1701
+ 0,
1702
+ [_aA, _iAm, _iPAm, _vIA],
1703
+ [() => AccountAggregation, () => ImageAggregation, () => ImagePipelineAggregation, () => VulnerabilityIdAggregation],
1704
+ ];
1705
+ export var ImageScanFindingsFilter = [3, n0, _ISFF, 0, [_n, _val], [0, 64 | 0]];
1706
+ export var ImageScanningConfiguration = [
1707
+ 3,
1708
+ n0,
1709
+ _ISC,
1710
+ 0,
1711
+ [_iSE, _eC],
1712
+ [2, () => EcrConfiguration],
1713
+ ];
1714
+ export var ImageScanState = [3, n0, _ISS, 0, [_st, _re], [0, 0]];
1715
+ export var ImageState = [3, n0, _IS, 0, [_st, _re], [0, 0]];
1716
+ export var ImageSummary = [
1717
+ 3,
1718
+ n0,
1719
+ _ISm,
1720
+ 0,
1721
+ [_a, _n, _t, _v, _p, _oV, _s, _o, _dC, _oR, _ta, _bT, _iS, _dT, _lEI, _lC],
1722
+ [
1723
+ 0,
1724
+ 0,
1725
+ 0,
1726
+ 0,
1727
+ 0,
1728
+ 0,
1729
+ () => ImageState,
1730
+ 0,
1731
+ 0,
1732
+ () => OutputResources,
1733
+ 128 | 0,
1734
+ 0,
1735
+ 0,
1736
+ 4,
1737
+ 0,
1738
+ () => ImageLoggingConfiguration,
1739
+ ],
1740
+ ];
1741
+ export var ImageTestsConfiguration = [3, n0, _ITC, 0, [_iTE, _tM], [2, 1]];
1742
+ export var ImageVersion = [
1743
+ 3,
1744
+ n0,
1745
+ _IV,
1746
+ 0,
1747
+ [_a, _n, _t, _v, _p, _oV, _o, _dC, _bT, _iS],
1748
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1749
+ ];
1750
+ export var ImportComponentRequest = [
1751
+ 3,
1752
+ n0,
1753
+ _ICR,
1754
+ 0,
1755
+ [_n, _sV, _d, _cD, _t, _f, _p, _da, _u, _kKI, _ta, _cT],
1756
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, [0, 4]],
1757
+ ];
1758
+ export var ImportComponentResponse = [3, n0, _ICRm, 0, [_rI, _cT, _cBVA], [0, 0, 0]];
1759
+ export var ImportDiskImageRequest = [
1760
+ 3,
1761
+ n0,
1762
+ _IDIR,
1763
+ 0,
1764
+ [_n, _sV, _d, _p, _oV, _eR, _iCA, _u, _lC, _ta, _cT],
1765
+ [0, 0, 0, 0, 0, 0, 0, 0, () => ImageLoggingConfiguration, 128 | 0, [0, 4]],
1766
+ ];
1767
+ export var ImportDiskImageResponse = [3, n0, _IDIRm, 0, [_cT, _iBVA], [0, 0]];
1768
+ export var ImportVmImageRequest = [
1769
+ 3,
1770
+ n0,
1771
+ _IVIR,
1772
+ 0,
1773
+ [_n, _sV, _d, _p, _oV, _vITI, _lC, _ta, _cT],
1774
+ [0, 0, 0, 0, 0, 0, () => ImageLoggingConfiguration, 128 | 0, [0, 4]],
1775
+ ];
1776
+ export var ImportVmImageResponse = [3, n0, _IVIRm, 0, [_rI, _iA, _cT], [0, 0, 0]];
1777
+ export var InfrastructureConfiguration = [
1778
+ 3,
1779
+ n0,
1780
+ _IC,
1781
+ 0,
1782
+ [_a, _n, _d, _iT, _iPN, _sGI, _sI, _l, _kP, _tIOF, _sTA, _dC, _dU, _rT, _iMO, _ta, _pl],
1783
+ [
1784
+ 0,
1785
+ 0,
1786
+ 0,
1787
+ 64 | 0,
1788
+ 0,
1789
+ 64 | 0,
1790
+ 0,
1791
+ () => Logging,
1792
+ 0,
1793
+ 2,
1794
+ 0,
1795
+ 0,
1796
+ 0,
1797
+ 128 | 0,
1798
+ () => InstanceMetadataOptions,
1799
+ 128 | 0,
1800
+ () => Placement,
1801
+ ],
1802
+ ];
1803
+ export var InfrastructureConfigurationSummary = [
1804
+ 3,
1805
+ n0,
1806
+ _ICS,
1807
+ 0,
1808
+ [_a, _n, _d, _dC, _dU, _rT, _ta, _iT, _iPN, _pl],
1809
+ [0, 0, 0, 0, 0, 128 | 0, 128 | 0, 64 | 0, 0, () => Placement],
1810
+ ];
1811
+ export var InspectorScoreDetails = [3, n0, _ISD, 0, [_aC], [() => CvssScoreDetails]];
1812
+ export var InstanceBlockDeviceMapping = [
1813
+ 3,
1814
+ n0,
1815
+ _IBDM,
1816
+ 0,
1817
+ [_dN, _eb, _vN, _nD],
1818
+ [0, () => EbsInstanceBlockDeviceSpecification, 0, 0],
1819
+ ];
1820
+ export var InstanceConfiguration = [
1821
+ 3,
1822
+ n0,
1823
+ _ICn,
1824
+ 0,
1825
+ [_i, _bDM],
1826
+ [0, () => InstanceBlockDeviceMappings],
1827
+ ];
1828
+ export var InstanceMetadataOptions = [3, n0, _IMO, 0, [_hT, _hPRHL], [0, 1]];
1829
+ export var InvalidPaginationTokenException = [
1830
+ -3,
1831
+ n0,
1832
+ _IPTE,
1833
+ {
1834
+ [_e]: _c,
1835
+ [_hE]: 400,
1836
+ },
1837
+ [_m],
1838
+ [0],
1839
+ ];
1840
+ TypeRegistry.for(n0).registerError(InvalidPaginationTokenException, __InvalidPaginationTokenException);
1841
+ export var InvalidParameterCombinationException = [
1842
+ -3,
1843
+ n0,
1844
+ _IPCE,
1845
+ {
1846
+ [_e]: _c,
1847
+ [_hE]: 400,
1848
+ },
1849
+ [_m],
1850
+ [0],
1851
+ ];
1852
+ TypeRegistry.for(n0).registerError(InvalidParameterCombinationException, __InvalidParameterCombinationException);
1853
+ export var InvalidParameterException = [
1854
+ -3,
1855
+ n0,
1856
+ _IPE,
1857
+ {
1858
+ [_e]: _c,
1859
+ [_hE]: 400,
1860
+ },
1861
+ [_m],
1862
+ [0],
1863
+ ];
1864
+ TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
1865
+ export var InvalidParameterValueException = [
1866
+ -3,
1867
+ n0,
1868
+ _IPVE,
1869
+ {
1870
+ [_e]: _c,
1871
+ [_hE]: 400,
1872
+ },
1873
+ [_m],
1874
+ [0],
1875
+ ];
1876
+ TypeRegistry.for(n0).registerError(InvalidParameterValueException, __InvalidParameterValueException);
1877
+ export var InvalidRequestException = [
1878
+ -3,
1879
+ n0,
1880
+ _IRE,
1881
+ {
1882
+ [_e]: _c,
1883
+ [_hE]: 400,
1884
+ },
1885
+ [_m],
1886
+ [0],
1887
+ ];
1888
+ TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
1889
+ export var InvalidVersionNumberException = [
1890
+ -3,
1891
+ n0,
1892
+ _IVNE,
1893
+ {
1894
+ [_e]: _c,
1895
+ [_hE]: 400,
1896
+ },
1897
+ [_m],
1898
+ [0],
1899
+ ];
1900
+ TypeRegistry.for(n0).registerError(InvalidVersionNumberException, __InvalidVersionNumberException);
1901
+ export var LaunchPermissionConfiguration = [
1902
+ 3,
1903
+ n0,
1904
+ _LPC,
1905
+ 0,
1906
+ [_uI, _uG, _oA, _oUA],
1907
+ [64 | 0, 64 | 0, 64 | 0, 64 | 0],
1908
+ ];
1909
+ export var LaunchTemplateConfiguration = [3, n0, _LTC, 0, [_lTI, _aI, _sDV], [0, 0, 2]];
1910
+ export var LifecycleExecution = [
1911
+ 3,
1912
+ n0,
1913
+ _LE,
1914
+ 0,
1915
+ [_lEI, _lPA, _rIS, _s, _sT, _eT],
1916
+ [0, 0, () => LifecycleExecutionResourcesImpactedSummary, () => LifecycleExecutionState, 4, 4],
1917
+ ];
1918
+ export var LifecycleExecutionResource = [
1919
+ 3,
1920
+ n0,
1921
+ _LER,
1922
+ 0,
1923
+ [_aI, _rIe, _s, _ac, _r, _sn, _iU, _sT, _eT],
1924
+ [
1925
+ 0,
1926
+ 0,
1927
+ () => LifecycleExecutionResourceState,
1928
+ () => LifecycleExecutionResourceAction,
1929
+ 0,
1930
+ () => LifecycleExecutionSnapshotResourceList,
1931
+ 64 | 0,
1932
+ 4,
1933
+ 4,
1934
+ ],
1935
+ ];
1936
+ export var LifecycleExecutionResourceAction = [3, n0, _LERA, 0, [_n, _re], [0, 0]];
1937
+ export var LifecycleExecutionResourcesImpactedSummary = [3, n0, _LERIS, 0, [_hIR], [2]];
1938
+ export var LifecycleExecutionResourceState = [3, n0, _LERS, 0, [_st, _re], [0, 0]];
1939
+ export var LifecycleExecutionSnapshotResource = [
1940
+ 3,
1941
+ n0,
1942
+ _LESR,
1943
+ 0,
1944
+ [_sIn, _s],
1945
+ [0, () => LifecycleExecutionResourceState],
1946
+ ];
1947
+ export var LifecycleExecutionState = [3, n0, _LES, 0, [_st, _re], [0, 0]];
1948
+ export var LifecyclePolicy = [
1949
+ 3,
1950
+ n0,
1951
+ _LP,
1952
+ 0,
1953
+ [_a, _n, _d, _st, _eR, _rTe, _pD, _rS, _dC, _dU, _dLR, _ta],
1954
+ [0, 0, 0, 0, 0, 0, () => LifecyclePolicyDetails, () => LifecyclePolicyResourceSelection, 4, 4, 4, 128 | 0],
1955
+ ];
1956
+ export var LifecyclePolicyDetail = [
1957
+ 3,
1958
+ n0,
1959
+ _LPD,
1960
+ 0,
1961
+ [_ac, _fi, _eRx],
1962
+ [() => LifecyclePolicyDetailAction, () => LifecyclePolicyDetailFilter, () => LifecyclePolicyDetailExclusionRules],
1963
+ ];
1964
+ export var LifecyclePolicyDetailAction = [
1965
+ 3,
1966
+ n0,
1967
+ _LPDA,
1968
+ 0,
1969
+ [_t, _iRn],
1970
+ [0, () => LifecyclePolicyDetailActionIncludeResources],
1971
+ ];
1972
+ export var LifecyclePolicyDetailActionIncludeResources = [
1973
+ 3,
1974
+ n0,
1975
+ _LPDAIR,
1976
+ 0,
1977
+ [_am, _sn, _con],
1978
+ [2, 2, 2],
1979
+ ];
1980
+ export var LifecyclePolicyDetailExclusionRules = [
1981
+ 3,
1982
+ n0,
1983
+ _LPDER,
1984
+ 0,
1985
+ [_tMa, _am],
1986
+ [128 | 0, () => LifecyclePolicyDetailExclusionRulesAmis],
1987
+ ];
1988
+ export var LifecyclePolicyDetailExclusionRulesAmis = [
1989
+ 3,
1990
+ n0,
1991
+ _LPDERA,
1992
+ 0,
1993
+ [_iPs, _reg, _sA, _lL, _tMa],
1994
+ [2, 64 | 0, 64 | 0, () => LifecyclePolicyDetailExclusionRulesAmisLastLaunched, 128 | 0],
1995
+ ];
1996
+ export var LifecyclePolicyDetailExclusionRulesAmisLastLaunched = [
1997
+ 3,
1998
+ n0,
1999
+ _LPDERALL,
2000
+ 0,
2001
+ [_va, _un],
2002
+ [1, 0],
2003
+ ];
2004
+ export var LifecyclePolicyDetailFilter = [3, n0, _LPDF, 0, [_t, _va, _un, _rAL], [0, 1, 0, 1]];
2005
+ export var LifecyclePolicyResourceSelection = [
2006
+ 3,
2007
+ n0,
2008
+ _LPRS,
2009
+ 0,
2010
+ [_rec, _tMa],
2011
+ [() => LifecyclePolicyResourceSelectionRecipes, 128 | 0],
2012
+ ];
2013
+ export var LifecyclePolicyResourceSelectionRecipe = [3, n0, _LPRSR, 0, [_n, _sV], [0, 0]];
2014
+ export var LifecyclePolicySummary = [
2015
+ 3,
2016
+ n0,
2017
+ _LPS,
2018
+ 0,
2019
+ [_a, _n, _d, _st, _eR, _rTe, _dC, _dU, _dLR, _ta],
2020
+ [0, 0, 0, 0, 0, 0, 4, 4, 4, 128 | 0],
2021
+ ];
2022
+ export var ListComponentBuildVersionsRequest = [3, n0, _LCBVR, 0, [_cVA, _mR, _nT], [0, 1, 0]];
2023
+ export var ListComponentBuildVersionsResponse = [
2024
+ 3,
2025
+ n0,
2026
+ _LCBVRi,
2027
+ 0,
2028
+ [_rI, _cSL, _nT],
2029
+ [0, () => ComponentSummaryList, 0],
2030
+ ];
2031
+ export var ListComponentsRequest = [
2032
+ 3,
2033
+ n0,
2034
+ _LCR,
2035
+ 0,
2036
+ [_o, _fil, _bN, _mR, _nT],
2037
+ [0, () => FilterList, 2, 1, 0],
2038
+ ];
2039
+ export var ListComponentsResponse = [
2040
+ 3,
2041
+ n0,
2042
+ _LCRi,
2043
+ 0,
2044
+ [_rI, _cVL, _nT],
2045
+ [0, () => ComponentVersionList, 0],
2046
+ ];
2047
+ export var ListContainerRecipesRequest = [
2048
+ 3,
2049
+ n0,
2050
+ _LCRR,
2051
+ 0,
2052
+ [_o, _fil, _mR, _nT],
2053
+ [0, () => FilterList, 1, 0],
2054
+ ];
2055
+ export var ListContainerRecipesResponse = [
2056
+ 3,
2057
+ n0,
2058
+ _LCRRi,
2059
+ 0,
2060
+ [_rI, _cRSL, _nT],
2061
+ [0, () => ContainerRecipeSummaryList, 0],
2062
+ ];
2063
+ export var ListDistributionConfigurationsRequest = [
2064
+ 3,
2065
+ n0,
2066
+ _LDCR,
2067
+ 0,
2068
+ [_fil, _mR, _nT],
2069
+ [() => FilterList, 1, 0],
2070
+ ];
2071
+ export var ListDistributionConfigurationsResponse = [
2072
+ 3,
2073
+ n0,
2074
+ _LDCRi,
2075
+ 0,
2076
+ [_rI, _dCSL, _nT],
2077
+ [0, () => DistributionConfigurationSummaryList, 0],
2078
+ ];
2079
+ export var ListImageBuildVersionsRequest = [
2080
+ 3,
2081
+ n0,
2082
+ _LIBVR,
2083
+ 0,
2084
+ [_iVA, _fil, _mR, _nT],
2085
+ [0, () => FilterList, 1, 0],
2086
+ ];
2087
+ export var ListImageBuildVersionsResponse = [
2088
+ 3,
2089
+ n0,
2090
+ _LIBVRi,
2091
+ 0,
2092
+ [_rI, _iSL, _nT],
2093
+ [0, () => ImageSummaryList, 0],
2094
+ ];
2095
+ export var ListImagePackagesRequest = [3, n0, _LIPR, 0, [_iBVA, _mR, _nT], [0, 1, 0]];
2096
+ export var ListImagePackagesResponse = [
2097
+ 3,
2098
+ n0,
2099
+ _LIPRi,
2100
+ 0,
2101
+ [_rI, _iPL, _nT],
2102
+ [0, () => ImagePackageList, 0],
2103
+ ];
2104
+ export var ListImagePipelineImagesRequest = [
2105
+ 3,
2106
+ n0,
2107
+ _LIPIR,
2108
+ 0,
2109
+ [_iPA, _fil, _mR, _nT],
2110
+ [0, () => FilterList, 1, 0],
2111
+ ];
2112
+ export var ListImagePipelineImagesResponse = [
2113
+ 3,
2114
+ n0,
2115
+ _LIPIRi,
2116
+ 0,
2117
+ [_rI, _iSL, _nT],
2118
+ [0, () => ImageSummaryList, 0],
2119
+ ];
2120
+ export var ListImagePipelinesRequest = [
2121
+ 3,
2122
+ n0,
2123
+ _LIPRis,
2124
+ 0,
2125
+ [_fil, _mR, _nT],
2126
+ [() => FilterList, 1, 0],
2127
+ ];
2128
+ export var ListImagePipelinesResponse = [
2129
+ 3,
2130
+ n0,
2131
+ _LIPRist,
2132
+ 0,
2133
+ [_rI, _iPLm, _nT],
2134
+ [0, () => ImagePipelineList, 0],
2135
+ ];
2136
+ export var ListImageRecipesRequest = [
2137
+ 3,
2138
+ n0,
2139
+ _LIRR,
2140
+ 0,
2141
+ [_o, _fil, _mR, _nT],
2142
+ [0, () => FilterList, 1, 0],
2143
+ ];
2144
+ export var ListImageRecipesResponse = [
2145
+ 3,
2146
+ n0,
2147
+ _LIRRi,
2148
+ 0,
2149
+ [_rI, _iRSL, _nT],
2150
+ [0, () => ImageRecipeSummaryList, 0],
2151
+ ];
2152
+ export var ListImageScanFindingAggregationsRequest = [
2153
+ 3,
2154
+ n0,
2155
+ _LISFAR,
2156
+ 0,
2157
+ [_fi, _nT],
2158
+ [() => Filter, 0],
2159
+ ];
2160
+ export var ListImageScanFindingAggregationsResponse = [
2161
+ 3,
2162
+ n0,
2163
+ _LISFARi,
2164
+ 0,
2165
+ [_rI, _aTg, _res, _nT],
2166
+ [0, 0, () => ImageScanFindingAggregationsList, 0],
2167
+ ];
2168
+ export var ListImageScanFindingsRequest = [
2169
+ 3,
2170
+ n0,
2171
+ _LISFR,
2172
+ 0,
2173
+ [_fil, _mR, _nT],
2174
+ [() => ImageScanFindingsFilterList, 1, 0],
2175
+ ];
2176
+ export var ListImageScanFindingsResponse = [
2177
+ 3,
2178
+ n0,
2179
+ _LISFRi,
2180
+ 0,
2181
+ [_rI, _fin, _nT],
2182
+ [0, () => ImageScanFindingsList, 0],
2183
+ ];
2184
+ export var ListImagesRequest = [
2185
+ 3,
2186
+ n0,
2187
+ _LIR,
2188
+ 0,
2189
+ [_o, _fil, _bN, _mR, _nT, _iD],
2190
+ [0, () => FilterList, 2, 1, 0, 2],
2191
+ ];
2192
+ export var ListImagesResponse = [
2193
+ 3,
2194
+ n0,
2195
+ _LIRi,
2196
+ 0,
2197
+ [_rI, _iVL, _nT],
2198
+ [0, () => ImageVersionList, 0],
2199
+ ];
2200
+ export var ListInfrastructureConfigurationsRequest = [
2201
+ 3,
2202
+ n0,
2203
+ _LICR,
2204
+ 0,
2205
+ [_fil, _mR, _nT],
2206
+ [() => FilterList, 1, 0],
2207
+ ];
2208
+ export var ListInfrastructureConfigurationsResponse = [
2209
+ 3,
2210
+ n0,
2211
+ _LICRi,
2212
+ 0,
2213
+ [_rI, _iCSL, _nT],
2214
+ [0, () => InfrastructureConfigurationSummaryList, 0],
2215
+ ];
2216
+ export var ListLifecycleExecutionResourcesRequest = [
2217
+ 3,
2218
+ n0,
2219
+ _LLERR,
2220
+ 0,
2221
+ [_lEI, _pRI, _mR, _nT],
2222
+ [0, 0, 1, 0],
2223
+ ];
2224
+ export var ListLifecycleExecutionResourcesResponse = [
2225
+ 3,
2226
+ n0,
2227
+ _LLERRi,
2228
+ 0,
2229
+ [_lEI, _lES, _reso, _nT],
2230
+ [0, () => LifecycleExecutionState, () => LifecycleExecutionResourceList, 0],
2231
+ ];
2232
+ export var ListLifecycleExecutionsRequest = [3, n0, _LLER, 0, [_mR, _nT, _rA], [1, 0, 0]];
2233
+ export var ListLifecycleExecutionsResponse = [
2234
+ 3,
2235
+ n0,
2236
+ _LLERi,
2237
+ 0,
2238
+ [_lEi, _nT],
2239
+ [() => LifecycleExecutionsList, 0],
2240
+ ];
2241
+ export var ListLifecyclePoliciesRequest = [
2242
+ 3,
2243
+ n0,
2244
+ _LLPR,
2245
+ 0,
2246
+ [_fil, _mR, _nT],
2247
+ [() => FilterList, 1, 0],
2248
+ ];
2249
+ export var ListLifecyclePoliciesResponse = [
2250
+ 3,
2251
+ n0,
2252
+ _LLPRi,
2253
+ 0,
2254
+ [_lPSL, _nT],
2255
+ [() => LifecyclePolicySummaryList, 0],
2256
+ ];
2257
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
2258
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
2259
+ export var ListWaitingWorkflowStepsRequest = [3, n0, _LWWSR, 0, [_mR, _nT], [1, 0]];
2260
+ export var ListWaitingWorkflowStepsResponse = [
2261
+ 3,
2262
+ n0,
2263
+ _LWWSRi,
2264
+ 0,
2265
+ [_ste, _nT],
2266
+ [() => WorkflowStepExecutionList, 0],
2267
+ ];
2268
+ export var ListWorkflowBuildVersionsRequest = [3, n0, _LWBVR, 0, [_wVA, _mR, _nT], [0, 1, 0]];
2269
+ export var ListWorkflowBuildVersionsResponse = [
2270
+ 3,
2271
+ n0,
2272
+ _LWBVRi,
2273
+ 0,
2274
+ [_wSL, _nT],
2275
+ [() => WorkflowSummaryList, 0],
2276
+ ];
2277
+ export var ListWorkflowExecutionsRequest = [3, n0, _LWER, 0, [_mR, _nT, _iBVA], [1, 0, 0]];
2278
+ export var ListWorkflowExecutionsResponse = [
2279
+ 3,
2280
+ n0,
2281
+ _LWERi,
2282
+ 0,
2283
+ [_rI, _wE, _iBVA, _m, _nT],
2284
+ [0, () => WorkflowExecutionsList, 0, 0, 0],
2285
+ ];
2286
+ export var ListWorkflowsRequest = [
2287
+ 3,
2288
+ n0,
2289
+ _LWR,
2290
+ 0,
2291
+ [_o, _fil, _bN, _mR, _nT],
2292
+ [0, () => FilterList, 2, 1, 0],
2293
+ ];
2294
+ export var ListWorkflowsResponse = [
2295
+ 3,
2296
+ n0,
2297
+ _LWRi,
2298
+ 0,
2299
+ [_wVL, _nT],
2300
+ [() => WorkflowVersionList, 0],
2301
+ ];
2302
+ export var ListWorkflowStepExecutionsRequest = [3, n0, _LWSER, 0, [_mR, _nT, _wEI], [1, 0, 0]];
2303
+ export var ListWorkflowStepExecutionsResponse = [
2304
+ 3,
2305
+ n0,
2306
+ _LWSERi,
2307
+ 0,
2308
+ [_rI, _ste, _wBVA, _wEI, _iBVA, _m, _nT],
2309
+ [0, () => WorkflowStepExecutionsList, 0, 0, 0, 0, 0],
2310
+ ];
2311
+ export var Logging = [3, n0, _L, 0, [_sL], [() => S3Logs]];
2312
+ export var OutputResources = [3, n0, _OR, 0, [_am, _con], [() => AmiList, () => ContainerList]];
2313
+ export var PackageVulnerabilityDetails = [
2314
+ 3,
2315
+ n0,
2316
+ _PVD,
2317
+ 0,
2318
+ [_vI, _vP, _so, _cv, _rV, _sU, _vSe, _vCA, _vUA, _rU],
2319
+ [0, () => VulnerablePackageList, 0, () => CvssScoreList, 64 | 0, 0, 0, 4, 4, 64 | 0],
2320
+ ];
2321
+ export var PipelineLoggingConfiguration = [3, n0, _PLC, 0, [_iLGN, _pLGN], [0, 0]];
2322
+ export var Placement = [3, n0, _P, 0, [_aZ, _te, _hI, _hRGA], [0, 0, 0, 0]];
2323
+ export var ProductCodeListItem = [3, n0, _PCLI, 0, [_pCI, _pCT], [0, 0]];
2324
+ export var PutComponentPolicyRequest = [3, n0, _PCPR, 0, [_cA, _po], [0, 0]];
2325
+ export var PutComponentPolicyResponse = [3, n0, _PCPRu, 0, [_rI, _cA], [0, 0]];
2326
+ export var PutContainerRecipePolicyRequest = [3, n0, _PCRPR, 0, [_cRA, _po], [0, 0]];
2327
+ export var PutContainerRecipePolicyResponse = [3, n0, _PCRPRu, 0, [_rI, _cRA], [0, 0]];
2328
+ export var PutImagePolicyRequest = [3, n0, _PIPR, 0, [_iA, _po], [0, 0]];
2329
+ export var PutImagePolicyResponse = [3, n0, _PIPRu, 0, [_rI, _iA], [0, 0]];
2330
+ export var PutImageRecipePolicyRequest = [3, n0, _PIRPR, 0, [_iRA, _po], [0, 0]];
2331
+ export var PutImageRecipePolicyResponse = [3, n0, _PIRPRu, 0, [_rI, _iRA], [0, 0]];
2332
+ export var Remediation = [3, n0, _R, 0, [_reco], [() => RemediationRecommendation]];
2333
+ export var RemediationRecommendation = [3, n0, _RR, 0, [_tex, _ur], [0, 0]];
2334
+ export var ResourceAlreadyExistsException = [
2335
+ -3,
2336
+ n0,
2337
+ _RAEE,
2338
+ {
2339
+ [_e]: _c,
2340
+ [_hE]: 400,
2341
+ },
2342
+ [_m],
2343
+ [0],
2344
+ ];
2345
+ TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
2346
+ export var ResourceDependencyException = [
2347
+ -3,
2348
+ n0,
2349
+ _RDE,
2350
+ {
2351
+ [_e]: _c,
2352
+ [_hE]: 400,
2353
+ },
2354
+ [_m],
2355
+ [0],
2356
+ ];
2357
+ TypeRegistry.for(n0).registerError(ResourceDependencyException, __ResourceDependencyException);
2358
+ export var ResourceInUseException = [
2359
+ -3,
2360
+ n0,
2361
+ _RIUE,
2362
+ {
2363
+ [_e]: _c,
2364
+ [_hE]: 400,
2365
+ },
2366
+ [_m],
2367
+ [0],
2368
+ ];
2369
+ TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
2370
+ export var ResourceNotFoundException = [
2371
+ -3,
2372
+ n0,
2373
+ _RNFE,
2374
+ {
2375
+ [_e]: _c,
2376
+ [_hE]: 404,
2377
+ },
2378
+ [_m],
2379
+ [0],
2380
+ ];
2381
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2382
+ export var ResourceState = [3, n0, _RS, 0, [_st], [0]];
2383
+ export var ResourceStateUpdateExclusionRules = [
2384
+ 3,
2385
+ n0,
2386
+ _RSUER,
2387
+ 0,
2388
+ [_am],
2389
+ [() => LifecyclePolicyDetailExclusionRulesAmis],
2390
+ ];
2391
+ export var ResourceStateUpdateIncludeResources = [3, n0, _RSUIR, 0, [_am, _sn, _con], [2, 2, 2]];
2392
+ export var S3ExportConfiguration = [3, n0, _SEC, 0, [_rNo, _dIF, _sB, _sP], [0, 0, 0, 0]];
2393
+ export var S3Logs = [3, n0, _SL, 0, [_sBN, _sKP], [0, 0]];
2394
+ export var Schedule = [
2395
+ 3,
2396
+ n0,
2397
+ _S,
2398
+ 0,
2399
+ [_sE, _tim, _pESC, _aDP],
2400
+ [0, 0, 0, () => AutoDisablePolicy],
2401
+ ];
2402
+ export var SendWorkflowStepActionRequest = [
2403
+ 3,
2404
+ n0,
2405
+ _SWSAR,
2406
+ 0,
2407
+ [_sEI, _iBVA, _ac, _re, _cT],
2408
+ [0, 0, 0, 0, [0, 4]],
2409
+ ];
2410
+ export var SendWorkflowStepActionResponse = [3, n0, _SWSARe, 0, [_sEI, _iBVA, _cT], [0, 0, 0]];
2411
+ export var ServiceException = [
2412
+ -3,
2413
+ n0,
2414
+ _SE,
2415
+ {
2416
+ [_e]: _ser,
2417
+ [_hE]: 500,
2418
+ },
2419
+ [_m],
2420
+ [0],
2421
+ ];
2422
+ TypeRegistry.for(n0).registerError(ServiceException, __ServiceException);
2423
+ export var ServiceQuotaExceededException = [
2424
+ -3,
2425
+ n0,
2426
+ _SQEE,
2427
+ {
2428
+ [_e]: _c,
2429
+ [_hE]: 402,
2430
+ },
2431
+ [_m],
2432
+ [0],
2433
+ ];
2434
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
2435
+ export var ServiceUnavailableException = [
2436
+ -3,
2437
+ n0,
2438
+ _SUE,
2439
+ {
2440
+ [_e]: _ser,
2441
+ [_hE]: 503,
2442
+ },
2443
+ [_m],
2444
+ [0],
2445
+ ];
2446
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
2447
+ export var SeverityCounts = [3, n0, _SC, 0, [_al, _cr, _h, _med], [1, 1, 1, 1]];
2448
+ export var SsmParameterConfiguration = [3, n0, _SPC, 0, [_aAIm, _pNa, _dTa], [0, 0, 0]];
2449
+ export var StartImagePipelineExecutionRequest = [
2450
+ 3,
2451
+ n0,
2452
+ _SIPER,
2453
+ 0,
2454
+ [_iPA, _cT, _ta],
2455
+ [0, [0, 4], 128 | 0],
2456
+ ];
2457
+ export var StartImagePipelineExecutionResponse = [
2458
+ 3,
2459
+ n0,
2460
+ _SIPERt,
2461
+ 0,
2462
+ [_rI, _cT, _iBVA],
2463
+ [0, 0, 0],
2464
+ ];
2465
+ export var StartResourceStateUpdateRequest = [
2466
+ 3,
2467
+ n0,
2468
+ _SRSUR,
2469
+ 0,
2470
+ [_rA, _s, _eR, _iRn, _eRx, _uAp, _cT],
2471
+ [
2472
+ 0,
2473
+ () => ResourceState,
2474
+ 0,
2475
+ () => ResourceStateUpdateIncludeResources,
2476
+ () => ResourceStateUpdateExclusionRules,
2477
+ 4,
2478
+ [0, 4],
2479
+ ],
2480
+ ];
2481
+ export var StartResourceStateUpdateResponse = [3, n0, _SRSURt, 0, [_lEI, _rA], [0, 0]];
2482
+ export var SystemsManagerAgent = [3, n0, _SMA, 0, [_uAB], [2]];
2483
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
2484
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2485
+ export var TargetContainerRepository = [3, n0, _TCR, 0, [_serv, _rN], [0, 0]];
2486
+ export var UntagResourceRequest = [
2487
+ 3,
2488
+ n0,
2489
+ _URR,
2490
+ 0,
2491
+ [_rA, _tK],
2492
+ [
2493
+ [0, 1],
2494
+ [
2495
+ 64 | 0,
2496
+ {
2497
+ [_hQ]: _tK,
2498
+ },
2499
+ ],
2500
+ ],
2501
+ ];
2502
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2503
+ export var UpdateDistributionConfigurationRequest = [
2504
+ 3,
2505
+ n0,
2506
+ _UDCR,
2507
+ 0,
2508
+ [_dCA, _d, _di, _cT],
2509
+ [0, 0, () => DistributionList, [0, 4]],
2510
+ ];
2511
+ export var UpdateDistributionConfigurationResponse = [
2512
+ 3,
2513
+ n0,
2514
+ _UDCRp,
2515
+ 0,
2516
+ [_rI, _cT, _dCA],
2517
+ [0, 0, 0],
2518
+ ];
2519
+ export var UpdateImagePipelineRequest = [
2520
+ 3,
2521
+ n0,
2522
+ _UIPR,
2523
+ 0,
2524
+ [_iPA, _d, _iRA, _cRA, _iCA, _dCA, _iTC, _eIME, _sc, _st, _cT, _iSC, _w, _lC, _eR],
2525
+ [
2526
+ 0,
2527
+ 0,
2528
+ 0,
2529
+ 0,
2530
+ 0,
2531
+ 0,
2532
+ () => ImageTestsConfiguration,
2533
+ 2,
2534
+ () => Schedule,
2535
+ 0,
2536
+ [0, 4],
2537
+ () => ImageScanningConfiguration,
2538
+ () => WorkflowConfigurationList,
2539
+ () => PipelineLoggingConfiguration,
2540
+ 0,
2541
+ ],
2542
+ ];
2543
+ export var UpdateImagePipelineResponse = [3, n0, _UIPRp, 0, [_rI, _cT, _iPA], [0, 0, 0]];
2544
+ export var UpdateInfrastructureConfigurationRequest = [
2545
+ 3,
2546
+ n0,
2547
+ _UICR,
2548
+ 0,
2549
+ [_iCA, _d, _iT, _iPN, _sGI, _sI, _l, _kP, _tIOF, _sTA, _rT, _iMO, _pl, _cT],
2550
+ [0, 0, 64 | 0, 0, 64 | 0, 0, () => Logging, 0, 2, 0, 128 | 0, () => InstanceMetadataOptions, () => Placement, [0, 4]],
2551
+ ];
2552
+ export var UpdateInfrastructureConfigurationResponse = [
2553
+ 3,
2554
+ n0,
2555
+ _UICRp,
2556
+ 0,
2557
+ [_rI, _cT, _iCA],
2558
+ [0, 0, 0],
2559
+ ];
2560
+ export var UpdateLifecyclePolicyRequest = [
2561
+ 3,
2562
+ n0,
2563
+ _ULPR,
2564
+ 0,
2565
+ [_lPA, _d, _st, _eR, _rTe, _pD, _rS, _cT],
2566
+ [0, 0, 0, 0, 0, () => LifecyclePolicyDetails, () => LifecyclePolicyResourceSelection, [0, 4]],
2567
+ ];
2568
+ export var UpdateLifecyclePolicyResponse = [3, n0, _ULPRp, 0, [_lPA], [0]];
2569
+ export var VulnerabilityIdAggregation = [3, n0, _VIA, 0, [_vI, _sC], [0, () => SeverityCounts]];
2570
+ export var VulnerablePackage = [
2571
+ 3,
2572
+ n0,
2573
+ _VP,
2574
+ 0,
2575
+ [_n, _v, _sLH, _ep, _rel, _ar, _pM, _fP, _fIV, _rem],
2576
+ [0, 0, 0, 1, 0, 0, 0, 0, 0, 0],
2577
+ ];
2578
+ export var Workflow = [
2579
+ 3,
2580
+ n0,
2581
+ _W,
2582
+ 0,
2583
+ [_a, _n, _v, _d, _cD, _t, _s, _o, _da, _kKI, _dC, _ta, _pa],
2584
+ [0, 0, 0, 0, 0, 0, () => WorkflowState, 0, 0, 0, 0, 128 | 0, () => WorkflowParameterDetailList],
2585
+ ];
2586
+ export var WorkflowConfiguration = [
2587
+ 3,
2588
+ n0,
2589
+ _WC,
2590
+ 0,
2591
+ [_wA, _pa, _pG, _oF],
2592
+ [0, () => WorkflowParameterList, 0, 0],
2593
+ ];
2594
+ export var WorkflowExecutionMetadata = [
2595
+ 3,
2596
+ n0,
2597
+ _WEM,
2598
+ 0,
2599
+ [_wBVA, _wEI, _t, _st, _m, _tSC, _tSS, _tSF, _tSSo, _sT, _eT, _pG],
2600
+ [0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0],
2601
+ ];
2602
+ export var WorkflowParameter = [3, n0, _WP, 0, [_n, _va], [0, 64 | 0]];
2603
+ export var WorkflowParameterDetail = [3, n0, _WPD, 0, [_n, _t, _dV, _d], [0, 0, 64 | 0, 0]];
2604
+ export var WorkflowState = [3, n0, _WS, 0, [_st, _re], [0, 0]];
2605
+ export var WorkflowStepExecution = [
2606
+ 3,
2607
+ n0,
2608
+ _WSE,
2609
+ 0,
2610
+ [_sEI, _iBVA, _wEI, _wBVA, _n, _ac, _sT],
2611
+ [0, 0, 0, 0, 0, 0, 0],
2612
+ ];
2613
+ export var WorkflowStepMetadata = [
2614
+ 3,
2615
+ n0,
2616
+ _WSM,
2617
+ 0,
2618
+ [_sEI, _n, _d, _ac, _st, _rSo, _m, _in, _ou, _sT, _eT],
2619
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
2620
+ ];
2621
+ export var WorkflowSummary = [
2622
+ 3,
2623
+ n0,
2624
+ _WSo,
2625
+ 0,
2626
+ [_a, _n, _v, _d, _cD, _t, _o, _s, _dC, _ta],
2627
+ [0, 0, 0, 0, 0, 0, 0, () => WorkflowState, 0, 128 | 0],
2628
+ ];
2629
+ export var WorkflowVersion = [
2630
+ 3,
2631
+ n0,
2632
+ _WV,
2633
+ 0,
2634
+ [_a, _n, _v, _d, _t, _o, _dC],
2635
+ [0, 0, 0, 0, 0, 0, 0],
2636
+ ];
2637
+ export var __Unit = "unit";
2638
+ export var ImagebuilderServiceException = [-3, _sm, "ImagebuilderServiceException", 0, [], []];
2639
+ TypeRegistry.for(_sm).registerError(ImagebuilderServiceException, __ImagebuilderServiceException);
2640
+ export var AccountList = 64 | 0;
2641
+ export var AmiList = [1, n0, _AL, 0, () => Ami];
2642
+ export var ComponentConfigurationList = [1, n0, _CCL, 0, () => ComponentConfiguration];
2643
+ export var ComponentParameterDetailList = [1, n0, _CPDL, 0, () => ComponentParameterDetail];
2644
+ export var ComponentParameterList = [1, n0, _CPL, 0, () => ComponentParameter];
2645
+ export var ComponentParameterValueList = 64 | 0;
2646
+ export var ComponentSummaryList = [1, n0, _CSL, 0, () => ComponentSummary];
2647
+ export var ComponentVersionList = [1, n0, _CVL, 0, () => ComponentVersion];
2648
+ export var ContainerList = [1, n0, _CL, 0, () => Container];
2649
+ export var ContainerRecipeSummaryList = [1, n0, _CRSL, 0, () => ContainerRecipeSummary];
2650
+ export var CvssScoreAdjustmentList = [1, n0, _CSAL, 0, () => CvssScoreAdjustment];
2651
+ export var CvssScoreList = [1, n0, _CSLv, 0, () => CvssScore];
2652
+ export var DistributionConfigurationSummaryList = [
2653
+ 1,
2654
+ n0,
2655
+ _DCSL,
2656
+ 0,
2657
+ () => DistributionConfigurationSummary,
2658
+ ];
2659
+ export var DistributionList = [1, n0, _DL, 0, () => Distribution];
2660
+ export var FastLaunchConfigurationList = [1, n0, _FLCL, 0, () => FastLaunchConfiguration];
2661
+ export var FilterList = [1, n0, _FL, 0, () => Filter];
2662
+ export var FilterValues = 64 | 0;
2663
+ export var ImagePackageList = [1, n0, _IPL, 0, () => ImagePackage];
2664
+ export var ImagePipelineList = [1, n0, _IPLm, 0, () => ImagePipeline];
2665
+ export var ImageRecipeSummaryList = [1, n0, _IRSL, 0, () => ImageRecipeSummary];
2666
+ export var ImageScanFindingAggregationsList = [1, n0, _ISFAL, 0, () => ImageScanFindingAggregation];
2667
+ export var ImageScanFindingsFilterList = [1, n0, _ISFFL, 0, () => ImageScanFindingsFilter];
2668
+ export var ImageScanFindingsFilterValues = 64 | 0;
2669
+ export var ImageScanFindingsList = [1, n0, _ISFL, 0, () => ImageScanFinding];
2670
+ export var ImageSummaryList = [1, n0, _ISL, 0, () => ImageSummary];
2671
+ export var ImageVersionList = [1, n0, _IVL, 0, () => ImageVersion];
2672
+ export var InfrastructureConfigurationSummaryList = [
2673
+ 1,
2674
+ n0,
2675
+ _ICSL,
2676
+ 0,
2677
+ () => InfrastructureConfigurationSummary,
2678
+ ];
2679
+ export var InstanceBlockDeviceMappings = [1, n0, _IBDMn, 0, () => InstanceBlockDeviceMapping];
2680
+ export var InstanceTypeList = 64 | 0;
2681
+ export var LaunchTemplateConfigurationList = [1, n0, _LTCL, 0, () => LaunchTemplateConfiguration];
2682
+ export var LicenseConfigurationArnList = 64 | 0;
2683
+ export var LifecycleExecutionResourceList = [1, n0, _LERL, 0, () => LifecycleExecutionResource];
2684
+ export var LifecycleExecutionsList = [1, n0, _LEL, 0, () => LifecycleExecution];
2685
+ export var LifecycleExecutionSnapshotResourceList = [
2686
+ 1,
2687
+ n0,
2688
+ _LESRL,
2689
+ 0,
2690
+ () => LifecycleExecutionSnapshotResource,
2691
+ ];
2692
+ export var LifecyclePolicyDetails = [1, n0, _LPDi, 0, () => LifecyclePolicyDetail];
2693
+ export var LifecyclePolicyResourceSelectionRecipes = [
2694
+ 1,
2695
+ n0,
2696
+ _LPRSRi,
2697
+ 0,
2698
+ () => LifecyclePolicyResourceSelectionRecipe,
2699
+ ];
2700
+ export var LifecyclePolicySummaryList = [1, n0, _LPSL, 0, () => LifecyclePolicySummary];
2701
+ export var NonEmptyStringList = 64 | 0;
2702
+ export var OrganizationalUnitArnList = 64 | 0;
2703
+ export var OrganizationArnList = 64 | 0;
2704
+ export var OsVersionList = 64 | 0;
2705
+ export var ProductCodeList = [1, n0, _PCL, 0, () => ProductCodeListItem];
2706
+ export var RegionList = 64 | 0;
2707
+ export var SecurityGroupIds = 64 | 0;
2708
+ export var SsmParameterConfigurationList = [1, n0, _SPCL, 0, () => SsmParameterConfiguration];
2709
+ export var StringList = 64 | 0;
2710
+ export var TagKeyList = 64 | 0;
2711
+ export var VulnerabilityIdList = 64 | 0;
2712
+ export var VulnerablePackageList = [1, n0, _VPL, 0, () => VulnerablePackage];
2713
+ export var WorkflowConfigurationList = [1, n0, _WCL, 0, () => WorkflowConfiguration];
2714
+ export var WorkflowExecutionsList = [1, n0, _WEL, 0, () => WorkflowExecutionMetadata];
2715
+ export var WorkflowParameterDetailList = [1, n0, _WPDL, 0, () => WorkflowParameterDetail];
2716
+ export var WorkflowParameterList = [1, n0, _WPL, 0, () => WorkflowParameter];
2717
+ export var WorkflowParameterValueList = 64 | 0;
2718
+ export var WorkflowStepExecutionList = [1, n0, _WSEL, 0, () => WorkflowStepExecution];
2719
+ export var WorkflowStepExecutionsList = [1, n0, _WSELo, 0, () => WorkflowStepMetadata];
2720
+ export var WorkflowSummaryList = [1, n0, _WSL, 0, () => WorkflowSummary];
2721
+ export var WorkflowVersionList = [1, n0, _WVL, 0, () => WorkflowVersion];
2722
+ export var ResourceTagMap = 128 | 0;
2723
+ export var TagMap = 128 | 0;
2724
+ export var CancelImageCreation = [
2725
+ 9,
2726
+ n0,
2727
+ _CIC,
2728
+ {
2729
+ [_ht]: ["PUT", "/CancelImageCreation", 200],
2730
+ },
2731
+ () => CancelImageCreationRequest,
2732
+ () => CancelImageCreationResponse,
2733
+ ];
2734
+ export var CancelLifecycleExecution = [
2735
+ 9,
2736
+ n0,
2737
+ _CLE,
2738
+ {
2739
+ [_ht]: ["PUT", "/CancelLifecycleExecution", 200],
2740
+ },
2741
+ () => CancelLifecycleExecutionRequest,
2742
+ () => CancelLifecycleExecutionResponse,
2743
+ ];
2744
+ export var CreateComponent = [
2745
+ 9,
2746
+ n0,
2747
+ _CCr,
2748
+ {
2749
+ [_ht]: ["PUT", "/CreateComponent", 200],
2750
+ },
2751
+ () => CreateComponentRequest,
2752
+ () => CreateComponentResponse,
2753
+ ];
2754
+ export var CreateContainerRecipe = [
2755
+ 9,
2756
+ n0,
2757
+ _CCRre,
2758
+ {
2759
+ [_ht]: ["PUT", "/CreateContainerRecipe", 200],
2760
+ },
2761
+ () => CreateContainerRecipeRequest,
2762
+ () => CreateContainerRecipeResponse,
2763
+ ];
2764
+ export var CreateDistributionConfiguration = [
2765
+ 9,
2766
+ n0,
2767
+ _CDCr,
2768
+ {
2769
+ [_ht]: ["PUT", "/CreateDistributionConfiguration", 200],
2770
+ },
2771
+ () => CreateDistributionConfigurationRequest,
2772
+ () => CreateDistributionConfigurationResponse,
2773
+ ];
2774
+ export var CreateImage = [
2775
+ 9,
2776
+ n0,
2777
+ _CI,
2778
+ {
2779
+ [_ht]: ["PUT", "/CreateImage", 200],
2780
+ },
2781
+ () => CreateImageRequest,
2782
+ () => CreateImageResponse,
2783
+ ];
2784
+ export var CreateImagePipeline = [
2785
+ 9,
2786
+ n0,
2787
+ _CIP,
2788
+ {
2789
+ [_ht]: ["PUT", "/CreateImagePipeline", 200],
2790
+ },
2791
+ () => CreateImagePipelineRequest,
2792
+ () => CreateImagePipelineResponse,
2793
+ ];
2794
+ export var CreateImageRecipe = [
2795
+ 9,
2796
+ n0,
2797
+ _CIRre,
2798
+ {
2799
+ [_ht]: ["PUT", "/CreateImageRecipe", 200],
2800
+ },
2801
+ () => CreateImageRecipeRequest,
2802
+ () => CreateImageRecipeResponse,
2803
+ ];
2804
+ export var CreateInfrastructureConfiguration = [
2805
+ 9,
2806
+ n0,
2807
+ _CICr,
2808
+ {
2809
+ [_ht]: ["PUT", "/CreateInfrastructureConfiguration", 200],
2810
+ },
2811
+ () => CreateInfrastructureConfigurationRequest,
2812
+ () => CreateInfrastructureConfigurationResponse,
2813
+ ];
2814
+ export var CreateLifecyclePolicy = [
2815
+ 9,
2816
+ n0,
2817
+ _CLP,
2818
+ {
2819
+ [_ht]: ["PUT", "/CreateLifecyclePolicy", 200],
2820
+ },
2821
+ () => CreateLifecyclePolicyRequest,
2822
+ () => CreateLifecyclePolicyResponse,
2823
+ ];
2824
+ export var CreateWorkflow = [
2825
+ 9,
2826
+ n0,
2827
+ _CW,
2828
+ {
2829
+ [_ht]: ["PUT", "/CreateWorkflow", 200],
2830
+ },
2831
+ () => CreateWorkflowRequest,
2832
+ () => CreateWorkflowResponse,
2833
+ ];
2834
+ export var DeleteComponent = [
2835
+ 9,
2836
+ n0,
2837
+ _DCe,
2838
+ {
2839
+ [_ht]: ["DELETE", "/DeleteComponent", 200],
2840
+ },
2841
+ () => DeleteComponentRequest,
2842
+ () => DeleteComponentResponse,
2843
+ ];
2844
+ export var DeleteContainerRecipe = [
2845
+ 9,
2846
+ n0,
2847
+ _DCRel,
2848
+ {
2849
+ [_ht]: ["DELETE", "/DeleteContainerRecipe", 200],
2850
+ },
2851
+ () => DeleteContainerRecipeRequest,
2852
+ () => DeleteContainerRecipeResponse,
2853
+ ];
2854
+ export var DeleteDistributionConfiguration = [
2855
+ 9,
2856
+ n0,
2857
+ _DDC,
2858
+ {
2859
+ [_ht]: ["DELETE", "/DeleteDistributionConfiguration", 200],
2860
+ },
2861
+ () => DeleteDistributionConfigurationRequest,
2862
+ () => DeleteDistributionConfigurationResponse,
2863
+ ];
2864
+ export var DeleteImage = [
2865
+ 9,
2866
+ n0,
2867
+ _DI,
2868
+ {
2869
+ [_ht]: ["DELETE", "/DeleteImage", 200],
2870
+ },
2871
+ () => DeleteImageRequest,
2872
+ () => DeleteImageResponse,
2873
+ ];
2874
+ export var DeleteImagePipeline = [
2875
+ 9,
2876
+ n0,
2877
+ _DIP,
2878
+ {
2879
+ [_ht]: ["DELETE", "/DeleteImagePipeline", 200],
2880
+ },
2881
+ () => DeleteImagePipelineRequest,
2882
+ () => DeleteImagePipelineResponse,
2883
+ ];
2884
+ export var DeleteImageRecipe = [
2885
+ 9,
2886
+ n0,
2887
+ _DIRel,
2888
+ {
2889
+ [_ht]: ["DELETE", "/DeleteImageRecipe", 200],
2890
+ },
2891
+ () => DeleteImageRecipeRequest,
2892
+ () => DeleteImageRecipeResponse,
2893
+ ];
2894
+ export var DeleteInfrastructureConfiguration = [
2895
+ 9,
2896
+ n0,
2897
+ _DIC,
2898
+ {
2899
+ [_ht]: ["DELETE", "/DeleteInfrastructureConfiguration", 200],
2900
+ },
2901
+ () => DeleteInfrastructureConfigurationRequest,
2902
+ () => DeleteInfrastructureConfigurationResponse,
2903
+ ];
2904
+ export var DeleteLifecyclePolicy = [
2905
+ 9,
2906
+ n0,
2907
+ _DLP,
2908
+ {
2909
+ [_ht]: ["DELETE", "/DeleteLifecyclePolicy", 200],
2910
+ },
2911
+ () => DeleteLifecyclePolicyRequest,
2912
+ () => DeleteLifecyclePolicyResponse,
2913
+ ];
2914
+ export var DeleteWorkflow = [
2915
+ 9,
2916
+ n0,
2917
+ _DW,
2918
+ {
2919
+ [_ht]: ["DELETE", "/DeleteWorkflow", 200],
2920
+ },
2921
+ () => DeleteWorkflowRequest,
2922
+ () => DeleteWorkflowResponse,
2923
+ ];
2924
+ export var GetComponent = [
2925
+ 9,
2926
+ n0,
2927
+ _GC,
2928
+ {
2929
+ [_ht]: ["GET", "/GetComponent", 200],
2930
+ },
2931
+ () => GetComponentRequest,
2932
+ () => GetComponentResponse,
2933
+ ];
2934
+ export var GetComponentPolicy = [
2935
+ 9,
2936
+ n0,
2937
+ _GCP,
2938
+ {
2939
+ [_ht]: ["GET", "/GetComponentPolicy", 200],
2940
+ },
2941
+ () => GetComponentPolicyRequest,
2942
+ () => GetComponentPolicyResponse,
2943
+ ];
2944
+ export var GetContainerRecipe = [
2945
+ 9,
2946
+ n0,
2947
+ _GCRet,
2948
+ {
2949
+ [_ht]: ["GET", "/GetContainerRecipe", 200],
2950
+ },
2951
+ () => GetContainerRecipeRequest,
2952
+ () => GetContainerRecipeResponse,
2953
+ ];
2954
+ export var GetContainerRecipePolicy = [
2955
+ 9,
2956
+ n0,
2957
+ _GCRP,
2958
+ {
2959
+ [_ht]: ["GET", "/GetContainerRecipePolicy", 200],
2960
+ },
2961
+ () => GetContainerRecipePolicyRequest,
2962
+ () => GetContainerRecipePolicyResponse,
2963
+ ];
2964
+ export var GetDistributionConfiguration = [
2965
+ 9,
2966
+ n0,
2967
+ _GDC,
2968
+ {
2969
+ [_ht]: ["GET", "/GetDistributionConfiguration", 200],
2970
+ },
2971
+ () => GetDistributionConfigurationRequest,
2972
+ () => GetDistributionConfigurationResponse,
2973
+ ];
2974
+ export var GetImage = [
2975
+ 9,
2976
+ n0,
2977
+ _GI,
2978
+ {
2979
+ [_ht]: ["GET", "/GetImage", 200],
2980
+ },
2981
+ () => GetImageRequest,
2982
+ () => GetImageResponse,
2983
+ ];
2984
+ export var GetImagePipeline = [
2985
+ 9,
2986
+ n0,
2987
+ _GIP,
2988
+ {
2989
+ [_ht]: ["GET", "/GetImagePipeline", 200],
2990
+ },
2991
+ () => GetImagePipelineRequest,
2992
+ () => GetImagePipelineResponse,
2993
+ ];
2994
+ export var GetImagePolicy = [
2995
+ 9,
2996
+ n0,
2997
+ _GIPe,
2998
+ {
2999
+ [_ht]: ["GET", "/GetImagePolicy", 200],
3000
+ },
3001
+ () => GetImagePolicyRequest,
3002
+ () => GetImagePolicyResponse,
3003
+ ];
3004
+ export var GetImageRecipe = [
3005
+ 9,
3006
+ n0,
3007
+ _GIRet,
3008
+ {
3009
+ [_ht]: ["GET", "/GetImageRecipe", 200],
3010
+ },
3011
+ () => GetImageRecipeRequest,
3012
+ () => GetImageRecipeResponse,
3013
+ ];
3014
+ export var GetImageRecipePolicy = [
3015
+ 9,
3016
+ n0,
3017
+ _GIRP,
3018
+ {
3019
+ [_ht]: ["GET", "/GetImageRecipePolicy", 200],
3020
+ },
3021
+ () => GetImageRecipePolicyRequest,
3022
+ () => GetImageRecipePolicyResponse,
3023
+ ];
3024
+ export var GetInfrastructureConfiguration = [
3025
+ 9,
3026
+ n0,
3027
+ _GIC,
3028
+ {
3029
+ [_ht]: ["GET", "/GetInfrastructureConfiguration", 200],
3030
+ },
3031
+ () => GetInfrastructureConfigurationRequest,
3032
+ () => GetInfrastructureConfigurationResponse,
3033
+ ];
3034
+ export var GetLifecycleExecution = [
3035
+ 9,
3036
+ n0,
3037
+ _GLE,
3038
+ {
3039
+ [_ht]: ["GET", "/GetLifecycleExecution", 200],
3040
+ },
3041
+ () => GetLifecycleExecutionRequest,
3042
+ () => GetLifecycleExecutionResponse,
3043
+ ];
3044
+ export var GetLifecyclePolicy = [
3045
+ 9,
3046
+ n0,
3047
+ _GLP,
3048
+ {
3049
+ [_ht]: ["GET", "/GetLifecyclePolicy", 200],
3050
+ },
3051
+ () => GetLifecyclePolicyRequest,
3052
+ () => GetLifecyclePolicyResponse,
3053
+ ];
3054
+ export var GetMarketplaceResource = [
3055
+ 9,
3056
+ n0,
3057
+ _GMR,
3058
+ {
3059
+ [_ht]: ["POST", "/GetMarketplaceResource", 200],
3060
+ },
3061
+ () => GetMarketplaceResourceRequest,
3062
+ () => GetMarketplaceResourceResponse,
3063
+ ];
3064
+ export var GetWorkflow = [
3065
+ 9,
3066
+ n0,
3067
+ _GW,
3068
+ {
3069
+ [_ht]: ["GET", "/GetWorkflow", 200],
3070
+ },
3071
+ () => GetWorkflowRequest,
3072
+ () => GetWorkflowResponse,
3073
+ ];
3074
+ export var GetWorkflowExecution = [
3075
+ 9,
3076
+ n0,
3077
+ _GWE,
3078
+ {
3079
+ [_ht]: ["GET", "/GetWorkflowExecution", 200],
3080
+ },
3081
+ () => GetWorkflowExecutionRequest,
3082
+ () => GetWorkflowExecutionResponse,
3083
+ ];
3084
+ export var GetWorkflowStepExecution = [
3085
+ 9,
3086
+ n0,
3087
+ _GWSE,
3088
+ {
3089
+ [_ht]: ["GET", "/GetWorkflowStepExecution", 200],
3090
+ },
3091
+ () => GetWorkflowStepExecutionRequest,
3092
+ () => GetWorkflowStepExecutionResponse,
3093
+ ];
3094
+ export var ImportComponent = [
3095
+ 9,
3096
+ n0,
3097
+ _ICm,
3098
+ {
3099
+ [_ht]: ["PUT", "/ImportComponent", 200],
3100
+ },
3101
+ () => ImportComponentRequest,
3102
+ () => ImportComponentResponse,
3103
+ ];
3104
+ export var ImportDiskImage = [
3105
+ 9,
3106
+ n0,
3107
+ _IDI,
3108
+ {
3109
+ [_ht]: ["PUT", "/ImportDiskImage", 200],
3110
+ },
3111
+ () => ImportDiskImageRequest,
3112
+ () => ImportDiskImageResponse,
3113
+ ];
3114
+ export var ImportVmImage = [
3115
+ 9,
3116
+ n0,
3117
+ _IVI,
3118
+ {
3119
+ [_ht]: ["PUT", "/ImportVmImage", 200],
3120
+ },
3121
+ () => ImportVmImageRequest,
3122
+ () => ImportVmImageResponse,
3123
+ ];
3124
+ export var ListComponentBuildVersions = [
3125
+ 9,
3126
+ n0,
3127
+ _LCBV,
3128
+ {
3129
+ [_ht]: ["POST", "/ListComponentBuildVersions", 200],
3130
+ },
3131
+ () => ListComponentBuildVersionsRequest,
3132
+ () => ListComponentBuildVersionsResponse,
3133
+ ];
3134
+ export var ListComponents = [
3135
+ 9,
3136
+ n0,
3137
+ _LC,
3138
+ {
3139
+ [_ht]: ["POST", "/ListComponents", 200],
3140
+ },
3141
+ () => ListComponentsRequest,
3142
+ () => ListComponentsResponse,
3143
+ ];
3144
+ export var ListContainerRecipes = [
3145
+ 9,
3146
+ n0,
3147
+ _LCRis,
3148
+ {
3149
+ [_ht]: ["POST", "/ListContainerRecipes", 200],
3150
+ },
3151
+ () => ListContainerRecipesRequest,
3152
+ () => ListContainerRecipesResponse,
3153
+ ];
3154
+ export var ListDistributionConfigurations = [
3155
+ 9,
3156
+ n0,
3157
+ _LDC,
3158
+ {
3159
+ [_ht]: ["POST", "/ListDistributionConfigurations", 200],
3160
+ },
3161
+ () => ListDistributionConfigurationsRequest,
3162
+ () => ListDistributionConfigurationsResponse,
3163
+ ];
3164
+ export var ListImageBuildVersions = [
3165
+ 9,
3166
+ n0,
3167
+ _LIBV,
3168
+ {
3169
+ [_ht]: ["POST", "/ListImageBuildVersions", 200],
3170
+ },
3171
+ () => ListImageBuildVersionsRequest,
3172
+ () => ListImageBuildVersionsResponse,
3173
+ ];
3174
+ export var ListImagePackages = [
3175
+ 9,
3176
+ n0,
3177
+ _LIP,
3178
+ {
3179
+ [_ht]: ["POST", "/ListImagePackages", 200],
3180
+ },
3181
+ () => ListImagePackagesRequest,
3182
+ () => ListImagePackagesResponse,
3183
+ ];
3184
+ export var ListImagePipelineImages = [
3185
+ 9,
3186
+ n0,
3187
+ _LIPI,
3188
+ {
3189
+ [_ht]: ["POST", "/ListImagePipelineImages", 200],
3190
+ },
3191
+ () => ListImagePipelineImagesRequest,
3192
+ () => ListImagePipelineImagesResponse,
3193
+ ];
3194
+ export var ListImagePipelines = [
3195
+ 9,
3196
+ n0,
3197
+ _LIPi,
3198
+ {
3199
+ [_ht]: ["POST", "/ListImagePipelines", 200],
3200
+ },
3201
+ () => ListImagePipelinesRequest,
3202
+ () => ListImagePipelinesResponse,
3203
+ ];
3204
+ export var ListImageRecipes = [
3205
+ 9,
3206
+ n0,
3207
+ _LIRis,
3208
+ {
3209
+ [_ht]: ["POST", "/ListImageRecipes", 200],
3210
+ },
3211
+ () => ListImageRecipesRequest,
3212
+ () => ListImageRecipesResponse,
3213
+ ];
3214
+ export var ListImages = [
3215
+ 9,
3216
+ n0,
3217
+ _LI,
3218
+ {
3219
+ [_ht]: ["POST", "/ListImages", 200],
3220
+ },
3221
+ () => ListImagesRequest,
3222
+ () => ListImagesResponse,
3223
+ ];
3224
+ export var ListImageScanFindingAggregations = [
3225
+ 9,
3226
+ n0,
3227
+ _LISFA,
3228
+ {
3229
+ [_ht]: ["POST", "/ListImageScanFindingAggregations", 200],
3230
+ },
3231
+ () => ListImageScanFindingAggregationsRequest,
3232
+ () => ListImageScanFindingAggregationsResponse,
3233
+ ];
3234
+ export var ListImageScanFindings = [
3235
+ 9,
3236
+ n0,
3237
+ _LISF,
3238
+ {
3239
+ [_ht]: ["POST", "/ListImageScanFindings", 200],
3240
+ },
3241
+ () => ListImageScanFindingsRequest,
3242
+ () => ListImageScanFindingsResponse,
3243
+ ];
3244
+ export var ListInfrastructureConfigurations = [
3245
+ 9,
3246
+ n0,
3247
+ _LIC,
3248
+ {
3249
+ [_ht]: ["POST", "/ListInfrastructureConfigurations", 200],
3250
+ },
3251
+ () => ListInfrastructureConfigurationsRequest,
3252
+ () => ListInfrastructureConfigurationsResponse,
3253
+ ];
3254
+ export var ListLifecycleExecutionResources = [
3255
+ 9,
3256
+ n0,
3257
+ _LLERis,
3258
+ {
3259
+ [_ht]: ["POST", "/ListLifecycleExecutionResources", 200],
3260
+ },
3261
+ () => ListLifecycleExecutionResourcesRequest,
3262
+ () => ListLifecycleExecutionResourcesResponse,
3263
+ ];
3264
+ export var ListLifecycleExecutions = [
3265
+ 9,
3266
+ n0,
3267
+ _LLE,
3268
+ {
3269
+ [_ht]: ["POST", "/ListLifecycleExecutions", 200],
3270
+ },
3271
+ () => ListLifecycleExecutionsRequest,
3272
+ () => ListLifecycleExecutionsResponse,
3273
+ ];
3274
+ export var ListLifecyclePolicies = [
3275
+ 9,
3276
+ n0,
3277
+ _LLP,
3278
+ {
3279
+ [_ht]: ["POST", "/ListLifecyclePolicies", 200],
3280
+ },
3281
+ () => ListLifecyclePoliciesRequest,
3282
+ () => ListLifecyclePoliciesResponse,
3283
+ ];
3284
+ export var ListTagsForResource = [
3285
+ 9,
3286
+ n0,
3287
+ _LTFR,
3288
+ {
3289
+ [_ht]: ["GET", "/tags/{resourceArn}", 200],
3290
+ },
3291
+ () => ListTagsForResourceRequest,
3292
+ () => ListTagsForResourceResponse,
3293
+ ];
3294
+ export var ListWaitingWorkflowSteps = [
3295
+ 9,
3296
+ n0,
3297
+ _LWWS,
3298
+ {
3299
+ [_ht]: ["POST", "/ListWaitingWorkflowSteps", 200],
3300
+ },
3301
+ () => ListWaitingWorkflowStepsRequest,
3302
+ () => ListWaitingWorkflowStepsResponse,
3303
+ ];
3304
+ export var ListWorkflowBuildVersions = [
3305
+ 9,
3306
+ n0,
3307
+ _LWBV,
3308
+ {
3309
+ [_ht]: ["POST", "/ListWorkflowBuildVersions", 200],
3310
+ },
3311
+ () => ListWorkflowBuildVersionsRequest,
3312
+ () => ListWorkflowBuildVersionsResponse,
3313
+ ];
3314
+ export var ListWorkflowExecutions = [
3315
+ 9,
3316
+ n0,
3317
+ _LWE,
3318
+ {
3319
+ [_ht]: ["POST", "/ListWorkflowExecutions", 200],
3320
+ },
3321
+ () => ListWorkflowExecutionsRequest,
3322
+ () => ListWorkflowExecutionsResponse,
3323
+ ];
3324
+ export var ListWorkflows = [
3325
+ 9,
3326
+ n0,
3327
+ _LW,
3328
+ {
3329
+ [_ht]: ["POST", "/ListWorkflows", 200],
3330
+ },
3331
+ () => ListWorkflowsRequest,
3332
+ () => ListWorkflowsResponse,
3333
+ ];
3334
+ export var ListWorkflowStepExecutions = [
3335
+ 9,
3336
+ n0,
3337
+ _LWSE,
3338
+ {
3339
+ [_ht]: ["POST", "/ListWorkflowStepExecutions", 200],
3340
+ },
3341
+ () => ListWorkflowStepExecutionsRequest,
3342
+ () => ListWorkflowStepExecutionsResponse,
3343
+ ];
3344
+ export var PutComponentPolicy = [
3345
+ 9,
3346
+ n0,
3347
+ _PCP,
3348
+ {
3349
+ [_ht]: ["PUT", "/PutComponentPolicy", 200],
3350
+ },
3351
+ () => PutComponentPolicyRequest,
3352
+ () => PutComponentPolicyResponse,
3353
+ ];
3354
+ export var PutContainerRecipePolicy = [
3355
+ 9,
3356
+ n0,
3357
+ _PCRP,
3358
+ {
3359
+ [_ht]: ["PUT", "/PutContainerRecipePolicy", 200],
3360
+ },
3361
+ () => PutContainerRecipePolicyRequest,
3362
+ () => PutContainerRecipePolicyResponse,
3363
+ ];
3364
+ export var PutImagePolicy = [
3365
+ 9,
3366
+ n0,
3367
+ _PIP,
3368
+ {
3369
+ [_ht]: ["PUT", "/PutImagePolicy", 200],
3370
+ },
3371
+ () => PutImagePolicyRequest,
3372
+ () => PutImagePolicyResponse,
3373
+ ];
3374
+ export var PutImageRecipePolicy = [
3375
+ 9,
3376
+ n0,
3377
+ _PIRP,
3378
+ {
3379
+ [_ht]: ["PUT", "/PutImageRecipePolicy", 200],
3380
+ },
3381
+ () => PutImageRecipePolicyRequest,
3382
+ () => PutImageRecipePolicyResponse,
3383
+ ];
3384
+ export var SendWorkflowStepAction = [
3385
+ 9,
3386
+ n0,
3387
+ _SWSA,
3388
+ {
3389
+ [_ht]: ["PUT", "/SendWorkflowStepAction", 200],
3390
+ },
3391
+ () => SendWorkflowStepActionRequest,
3392
+ () => SendWorkflowStepActionResponse,
3393
+ ];
3394
+ export var StartImagePipelineExecution = [
3395
+ 9,
3396
+ n0,
3397
+ _SIPE,
3398
+ {
3399
+ [_ht]: ["PUT", "/StartImagePipelineExecution", 200],
3400
+ },
3401
+ () => StartImagePipelineExecutionRequest,
3402
+ () => StartImagePipelineExecutionResponse,
3403
+ ];
3404
+ export var StartResourceStateUpdate = [
3405
+ 9,
3406
+ n0,
3407
+ _SRSU,
3408
+ {
3409
+ [_ht]: ["PUT", "/StartResourceStateUpdate", 200],
3410
+ },
3411
+ () => StartResourceStateUpdateRequest,
3412
+ () => StartResourceStateUpdateResponse,
3413
+ ];
3414
+ export var TagResource = [
3415
+ 9,
3416
+ n0,
3417
+ _TR,
3418
+ {
3419
+ [_ht]: ["POST", "/tags/{resourceArn}", 200],
3420
+ },
3421
+ () => TagResourceRequest,
3422
+ () => TagResourceResponse,
3423
+ ];
3424
+ export var UntagResource = [
3425
+ 9,
3426
+ n0,
3427
+ _UR,
3428
+ {
3429
+ [_ht]: ["DELETE", "/tags/{resourceArn}", 200],
3430
+ },
3431
+ () => UntagResourceRequest,
3432
+ () => UntagResourceResponse,
3433
+ ];
3434
+ export var UpdateDistributionConfiguration = [
3435
+ 9,
3436
+ n0,
3437
+ _UDC,
3438
+ {
3439
+ [_ht]: ["PUT", "/UpdateDistributionConfiguration", 200],
3440
+ },
3441
+ () => UpdateDistributionConfigurationRequest,
3442
+ () => UpdateDistributionConfigurationResponse,
3443
+ ];
3444
+ export var UpdateImagePipeline = [
3445
+ 9,
3446
+ n0,
3447
+ _UIP,
3448
+ {
3449
+ [_ht]: ["PUT", "/UpdateImagePipeline", 200],
3450
+ },
3451
+ () => UpdateImagePipelineRequest,
3452
+ () => UpdateImagePipelineResponse,
3453
+ ];
3454
+ export var UpdateInfrastructureConfiguration = [
3455
+ 9,
3456
+ n0,
3457
+ _UIC,
3458
+ {
3459
+ [_ht]: ["PUT", "/UpdateInfrastructureConfiguration", 200],
3460
+ },
3461
+ () => UpdateInfrastructureConfigurationRequest,
3462
+ () => UpdateInfrastructureConfigurationResponse,
3463
+ ];
3464
+ export var UpdateLifecyclePolicy = [
3465
+ 9,
3466
+ n0,
3467
+ _ULP,
3468
+ {
3469
+ [_ht]: ["PUT", "/UpdateLifecyclePolicy", 200],
3470
+ },
3471
+ () => UpdateLifecyclePolicyRequest,
3472
+ () => UpdateLifecyclePolicyResponse,
3473
+ ];