@aws-sdk/client-imagebuilder 3.943.0 → 3.946.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 (125) hide show
  1. package/dist-cjs/index.js +123 -790
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ImagebuilderClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +123 -790
  8. package/dist-types/Imagebuilder.d.ts +1 -1
  9. package/dist-types/ImagebuilderClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CancelImageCreationCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateComponentCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateImageCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateImagePipelineCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateImageRecipeCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteComponentCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteImageCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -3
  32. package/dist-types/commands/DistributeImageCommand.d.ts +3 -3
  33. package/dist-types/commands/GetComponentCommand.d.ts +3 -3
  34. package/dist-types/commands/GetComponentPolicyCommand.d.ts +3 -3
  35. package/dist-types/commands/GetContainerRecipeCommand.d.ts +3 -3
  36. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +3 -3
  37. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +3 -3
  38. package/dist-types/commands/GetImageCommand.d.ts +3 -3
  39. package/dist-types/commands/GetImagePipelineCommand.d.ts +3 -3
  40. package/dist-types/commands/GetImagePolicyCommand.d.ts +3 -3
  41. package/dist-types/commands/GetImageRecipeCommand.d.ts +3 -3
  42. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +3 -3
  43. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +3 -3
  44. package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +3 -3
  45. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +3 -3
  46. package/dist-types/commands/GetMarketplaceResourceCommand.d.ts +3 -3
  47. package/dist-types/commands/GetWorkflowCommand.d.ts +3 -3
  48. package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +3 -3
  49. package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +3 -3
  50. package/dist-types/commands/ImportComponentCommand.d.ts +3 -3
  51. package/dist-types/commands/ImportDiskImageCommand.d.ts +3 -3
  52. package/dist-types/commands/ImportVmImageCommand.d.ts +3 -3
  53. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +3 -3
  54. package/dist-types/commands/ListComponentsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListContainerRecipesCommand.d.ts +3 -3
  56. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +3 -3
  57. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +3 -3
  58. package/dist-types/commands/ListImagePackagesCommand.d.ts +3 -3
  59. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +3 -3
  60. package/dist-types/commands/ListImagePipelinesCommand.d.ts +3 -3
  61. package/dist-types/commands/ListImageRecipesCommand.d.ts +3 -3
  62. package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +3 -3
  63. package/dist-types/commands/ListImageScanFindingsCommand.d.ts +3 -3
  64. package/dist-types/commands/ListImagesCommand.d.ts +3 -3
  65. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +3 -3
  66. package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +3 -3
  67. package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +3 -3
  68. package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +3 -3
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  70. package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +3 -3
  71. package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +3 -3
  72. package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +3 -3
  73. package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +3 -3
  74. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -3
  75. package/dist-types/commands/PutComponentPolicyCommand.d.ts +3 -3
  76. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +3 -3
  77. package/dist-types/commands/PutImagePolicyCommand.d.ts +3 -3
  78. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +3 -3
  79. package/dist-types/commands/RetryImageCommand.d.ts +3 -3
  80. package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +3 -3
  81. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +3 -3
  82. package/dist-types/commands/StartResourceStateUpdateCommand.d.ts +3 -3
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  84. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  85. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +3 -3
  86. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +3 -3
  87. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +3 -3
  88. package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +3 -3
  89. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  90. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  91. package/dist-types/extensionConfiguration.d.ts +4 -4
  92. package/dist-types/models/ImagebuilderServiceException.d.ts +1 -1
  93. package/dist-types/models/errors.d.ts +1 -1
  94. package/dist-types/pagination/Interfaces.d.ts +1 -1
  95. package/dist-types/pagination/ListComponentBuildVersionsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListContainerRecipesPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListDistributionConfigurationsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListImageBuildVersionsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListImagePackagesPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListImagePipelineImagesPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListImagePipelinesPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListImageRecipesPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListImageScanFindingAggregationsPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListImageScanFindingsPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListInfrastructureConfigurationsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListLifecycleExecutionResourcesPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListLifecycleExecutionsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListLifecyclePoliciesPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListWaitingWorkflowStepsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListWorkflowBuildVersionsPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListWorkflowExecutionsPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListWorkflowStepExecutionsPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
  116. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  117. package/dist-types/runtimeConfig.d.ts +1 -1
  118. package/dist-types/runtimeConfig.native.d.ts +1 -1
  119. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  120. package/dist-types/runtimeExtensions.d.ts +1 -1
  121. package/dist-types/schemas/schemas_0.d.ts +1 -1
  122. package/dist-types/ts3.4/ImagebuilderClient.d.ts +3 -3
  123. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  124. package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +1 -1
  125. package/package.json +13 -12
@@ -702,17 +702,7 @@ const n0 = "com.amazonaws.imagebuilder";
702
702
  import { TypeRegistry } from "@smithy/core/schema";
703
703
  import { AccessDeniedException as __AccessDeniedException, CallRateLimitExceededException as __CallRateLimitExceededException, ClientException as __ClientException, DryRunOperationException as __DryRunOperationException, 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, TooManyRequestsException as __TooManyRequestsException, } from "../models/errors";
704
704
  import { ImagebuilderServiceException as __ImagebuilderServiceException } from "../models/ImagebuilderServiceException";
705
- export var AccessDeniedException = [
706
- -3,
707
- n0,
708
- _ADE,
709
- {
710
- [_e]: _c,
711
- [_hE]: 403,
712
- },
713
- [_m],
714
- [0],
715
- ];
705
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
716
706
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
717
707
  export var AccountAggregation = [3, n0, _AA, 0, [_aI, _sC], [0, () => SeverityCounts]];
718
708
  export var AdditionalInstanceConfiguration = [
@@ -733,33 +723,13 @@ export var AmiDistributionConfiguration = [
733
723
  [0, 0, 64 | 0, 128 | 0, 0, () => LaunchPermissionConfiguration],
734
724
  ];
735
725
  export var AutoDisablePolicy = [3, n0, _ADP, 0, [_fC], [1]];
736
- export var CallRateLimitExceededException = [
737
- -3,
738
- n0,
739
- _CRLEE,
740
- {
741
- [_e]: _c,
742
- [_hE]: 429,
743
- },
744
- [_m],
745
- [0],
746
- ];
726
+ export var CallRateLimitExceededException = [-3, n0, _CRLEE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
747
727
  TypeRegistry.for(n0).registerError(CallRateLimitExceededException, __CallRateLimitExceededException);
748
728
  export var CancelImageCreationRequest = [3, n0, _CICR, 0, [_iBVA, _cT], [0, [0, 4]]];
749
729
  export var CancelImageCreationResponse = [3, n0, _CICRa, 0, [_rI, _cT, _iBVA], [0, 0, 0]];
750
730
  export var CancelLifecycleExecutionRequest = [3, n0, _CLER, 0, [_lEI, _cT], [0, [0, 4]]];
751
731
  export var CancelLifecycleExecutionResponse = [3, n0, _CLERa, 0, [_lEI], [0]];
752
- export var ClientException = [
753
- -3,
754
- n0,
755
- _CE,
756
- {
757
- [_e]: _c,
758
- [_hE]: 400,
759
- },
760
- [_m],
761
- [0],
762
- ];
732
+ export var ClientException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
763
733
  TypeRegistry.for(n0).registerError(ClientException, __ClientException);
764
734
  export var Component = [
765
735
  3,
@@ -1074,37 +1044,9 @@ export var CvssScoreDetails = [
1074
1044
  [_sS, _cS, _v, _sco, _sVc, _ad],
1075
1045
  [0, 0, 0, 1, 0, () => CvssScoreAdjustmentList],
1076
1046
  ];
1077
- export var DeleteComponentRequest = [
1078
- 3,
1079
- n0,
1080
- _DCR,
1081
- 0,
1082
- [_cBVA],
1083
- [
1084
- [
1085
- 0,
1086
- {
1087
- [_hQ]: _cBVA,
1088
- },
1089
- ],
1090
- ],
1091
- ];
1047
+ export var DeleteComponentRequest = [3, n0, _DCR, 0, [_cBVA], [[0, { [_hQ]: _cBVA }]]];
1092
1048
  export var DeleteComponentResponse = [3, n0, _DCRe, 0, [_rI, _cBVA], [0, 0]];
1093
- export var DeleteContainerRecipeRequest = [
1094
- 3,
1095
- n0,
1096
- _DCRR,
1097
- 0,
1098
- [_cRA],
1099
- [
1100
- [
1101
- 0,
1102
- {
1103
- [_hQ]: _cRA,
1104
- },
1105
- ],
1106
- ],
1107
- ];
1049
+ export var DeleteContainerRecipeRequest = [3, n0, _DCRR, 0, [_cRA], [[0, { [_hQ]: _cRA }]]];
1108
1050
  export var DeleteContainerRecipeResponse = [3, n0, _DCRRe, 0, [_rI, _cRA], [0, 0]];
1109
1051
  export var DeleteDistributionConfigurationRequest = [
1110
1052
  3,
@@ -1112,63 +1054,14 @@ export var DeleteDistributionConfigurationRequest = [
1112
1054
  _DDCR,
1113
1055
  0,
1114
1056
  [_dCA],
1115
- [
1116
- [
1117
- 0,
1118
- {
1119
- [_hQ]: _dCA,
1120
- },
1121
- ],
1122
- ],
1057
+ [[0, { [_hQ]: _dCA }]],
1123
1058
  ];
1124
1059
  export var DeleteDistributionConfigurationResponse = [3, n0, _DDCRe, 0, [_rI, _dCA], [0, 0]];
1125
- export var DeleteImagePipelineRequest = [
1126
- 3,
1127
- n0,
1128
- _DIPR,
1129
- 0,
1130
- [_iPA],
1131
- [
1132
- [
1133
- 0,
1134
- {
1135
- [_hQ]: _iPA,
1136
- },
1137
- ],
1138
- ],
1139
- ];
1060
+ export var DeleteImagePipelineRequest = [3, n0, _DIPR, 0, [_iPA], [[0, { [_hQ]: _iPA }]]];
1140
1061
  export var DeleteImagePipelineResponse = [3, n0, _DIPRe, 0, [_rI, _iPA], [0, 0]];
1141
- export var DeleteImageRecipeRequest = [
1142
- 3,
1143
- n0,
1144
- _DIRR,
1145
- 0,
1146
- [_iRA],
1147
- [
1148
- [
1149
- 0,
1150
- {
1151
- [_hQ]: _iRA,
1152
- },
1153
- ],
1154
- ],
1155
- ];
1062
+ export var DeleteImageRecipeRequest = [3, n0, _DIRR, 0, [_iRA], [[0, { [_hQ]: _iRA }]]];
1156
1063
  export var DeleteImageRecipeResponse = [3, n0, _DIRRe, 0, [_rI, _iRA], [0, 0]];
1157
- export var DeleteImageRequest = [
1158
- 3,
1159
- n0,
1160
- _DIR,
1161
- 0,
1162
- [_iBVA],
1163
- [
1164
- [
1165
- 0,
1166
- {
1167
- [_hQ]: _iBVA,
1168
- },
1169
- ],
1170
- ],
1171
- ];
1064
+ export var DeleteImageRequest = [3, n0, _DIR, 0, [_iBVA], [[0, { [_hQ]: _iBVA }]]];
1172
1065
  export var DeleteImageResponse = [3, n0, _DIRe, 0, [_rI, _iBVA], [0, 0]];
1173
1066
  export var DeleteInfrastructureConfigurationRequest = [
1174
1067
  3,
@@ -1176,47 +1069,12 @@ export var DeleteInfrastructureConfigurationRequest = [
1176
1069
  _DICR,
1177
1070
  0,
1178
1071
  [_iCA],
1179
- [
1180
- [
1181
- 0,
1182
- {
1183
- [_hQ]: _iCA,
1184
- },
1185
- ],
1186
- ],
1072
+ [[0, { [_hQ]: _iCA }]],
1187
1073
  ];
1188
1074
  export var DeleteInfrastructureConfigurationResponse = [3, n0, _DICRe, 0, [_rI, _iCA], [0, 0]];
1189
- export var DeleteLifecyclePolicyRequest = [
1190
- 3,
1191
- n0,
1192
- _DLPR,
1193
- 0,
1194
- [_lPA],
1195
- [
1196
- [
1197
- 0,
1198
- {
1199
- [_hQ]: _lPA,
1200
- },
1201
- ],
1202
- ],
1203
- ];
1075
+ export var DeleteLifecyclePolicyRequest = [3, n0, _DLPR, 0, [_lPA], [[0, { [_hQ]: _lPA }]]];
1204
1076
  export var DeleteLifecyclePolicyResponse = [3, n0, _DLPRe, 0, [_lPA], [0]];
1205
- export var DeleteWorkflowRequest = [
1206
- 3,
1207
- n0,
1208
- _DWR,
1209
- 0,
1210
- [_wBVA],
1211
- [
1212
- [
1213
- 0,
1214
- {
1215
- [_hQ]: _wBVA,
1216
- },
1217
- ],
1218
- ],
1219
- ];
1077
+ export var DeleteWorkflowRequest = [3, n0, _DWR, 0, [_wBVA], [[0, { [_hQ]: _wBVA }]]];
1220
1078
  export var DeleteWorkflowResponse = [3, n0, _DWRe, 0, [_wBVA], [0]];
1221
1079
  export var DistributeImageRequest = [
1222
1080
  3,
@@ -1260,17 +1118,7 @@ export var DistributionConfigurationSummary = [
1260
1118
  [_a, _n, _d, _dC, _dU, _ta, _reg],
1261
1119
  [0, 0, 0, 0, 0, 128 | 0, 64 | 0],
1262
1120
  ];
1263
- export var DryRunOperationException = [
1264
- -3,
1265
- n0,
1266
- _DROE,
1267
- {
1268
- [_e]: _c,
1269
- [_hE]: 412,
1270
- },
1271
- [_m],
1272
- [0],
1273
- ];
1121
+ export var DryRunOperationException = [-3, n0, _DROE, { [_e]: _c, [_hE]: 412 }, [_m], [0]];
1274
1122
  TypeRegistry.for(n0).registerError(DryRunOperationException, __DryRunOperationException);
1275
1123
  export var EbsInstanceBlockDeviceSpecification = [
1276
1124
  3,
@@ -1299,49 +1147,11 @@ export var FastLaunchLaunchTemplateSpecification = [
1299
1147
  ];
1300
1148
  export var FastLaunchSnapshotConfiguration = [3, n0, _FLSC, 0, [_tRC], [1]];
1301
1149
  export var Filter = [3, n0, _F, 0, [_n, _val], [0, 64 | 0]];
1302
- export var ForbiddenException = [
1303
- -3,
1304
- n0,
1305
- _FE,
1306
- {
1307
- [_e]: _c,
1308
- [_hE]: 403,
1309
- },
1310
- [_m],
1311
- [0],
1312
- ];
1150
+ export var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1313
1151
  TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
1314
- export var GetComponentPolicyRequest = [
1315
- 3,
1316
- n0,
1317
- _GCPR,
1318
- 0,
1319
- [_cA],
1320
- [
1321
- [
1322
- 0,
1323
- {
1324
- [_hQ]: _cA,
1325
- },
1326
- ],
1327
- ],
1328
- ];
1152
+ export var GetComponentPolicyRequest = [3, n0, _GCPR, 0, [_cA], [[0, { [_hQ]: _cA }]]];
1329
1153
  export var GetComponentPolicyResponse = [3, n0, _GCPRe, 0, [_rI, _po], [0, 0]];
1330
- export var GetComponentRequest = [
1331
- 3,
1332
- n0,
1333
- _GCR,
1334
- 0,
1335
- [_cBVA],
1336
- [
1337
- [
1338
- 0,
1339
- {
1340
- [_hQ]: _cBVA,
1341
- },
1342
- ],
1343
- ],
1344
- ];
1154
+ export var GetComponentRequest = [3, n0, _GCR, 0, [_cBVA], [[0, { [_hQ]: _cBVA }]]];
1345
1155
  export var GetComponentResponse = [
1346
1156
  3,
1347
1157
  n0,
@@ -1350,37 +1160,9 @@ export var GetComponentResponse = [
1350
1160
  [_rI, _com, _lVR],
1351
1161
  [0, () => Component, () => LatestVersionReferences],
1352
1162
  ];
1353
- export var GetContainerRecipePolicyRequest = [
1354
- 3,
1355
- n0,
1356
- _GCRPR,
1357
- 0,
1358
- [_cRA],
1359
- [
1360
- [
1361
- 0,
1362
- {
1363
- [_hQ]: _cRA,
1364
- },
1365
- ],
1366
- ],
1367
- ];
1163
+ export var GetContainerRecipePolicyRequest = [3, n0, _GCRPR, 0, [_cRA], [[0, { [_hQ]: _cRA }]]];
1368
1164
  export var GetContainerRecipePolicyResponse = [3, n0, _GCRPRe, 0, [_rI, _po], [0, 0]];
1369
- export var GetContainerRecipeRequest = [
1370
- 3,
1371
- n0,
1372
- _GCRR,
1373
- 0,
1374
- [_cRA],
1375
- [
1376
- [
1377
- 0,
1378
- {
1379
- [_hQ]: _cRA,
1380
- },
1381
- ],
1382
- ],
1383
- ];
1165
+ export var GetContainerRecipeRequest = [3, n0, _GCRR, 0, [_cRA], [[0, { [_hQ]: _cRA }]]];
1384
1166
  export var GetContainerRecipeResponse = [
1385
1167
  3,
1386
1168
  n0,
@@ -1395,14 +1177,7 @@ export var GetDistributionConfigurationRequest = [
1395
1177
  _GDCR,
1396
1178
  0,
1397
1179
  [_dCA],
1398
- [
1399
- [
1400
- 0,
1401
- {
1402
- [_hQ]: _dCA,
1403
- },
1404
- ],
1405
- ],
1180
+ [[0, { [_hQ]: _dCA }]],
1406
1181
  ];
1407
1182
  export var GetDistributionConfigurationResponse = [
1408
1183
  3,
@@ -1412,69 +1187,13 @@ export var GetDistributionConfigurationResponse = [
1412
1187
  [_rI, _dCi],
1413
1188
  [0, () => DistributionConfiguration],
1414
1189
  ];
1415
- export var GetImagePipelineRequest = [
1416
- 3,
1417
- n0,
1418
- _GIPR,
1419
- 0,
1420
- [_iPA],
1421
- [
1422
- [
1423
- 0,
1424
- {
1425
- [_hQ]: _iPA,
1426
- },
1427
- ],
1428
- ],
1429
- ];
1190
+ export var GetImagePipelineRequest = [3, n0, _GIPR, 0, [_iPA], [[0, { [_hQ]: _iPA }]]];
1430
1191
  export var GetImagePipelineResponse = [3, n0, _GIPRe, 0, [_rI, _iP], [0, () => ImagePipeline]];
1431
- export var GetImagePolicyRequest = [
1432
- 3,
1433
- n0,
1434
- _GIPRet,
1435
- 0,
1436
- [_iA],
1437
- [
1438
- [
1439
- 0,
1440
- {
1441
- [_hQ]: _iA,
1442
- },
1443
- ],
1444
- ],
1445
- ];
1192
+ export var GetImagePolicyRequest = [3, n0, _GIPRet, 0, [_iA], [[0, { [_hQ]: _iA }]]];
1446
1193
  export var GetImagePolicyResponse = [3, n0, _GIPRetm, 0, [_rI, _po], [0, 0]];
1447
- export var GetImageRecipePolicyRequest = [
1448
- 3,
1449
- n0,
1450
- _GIRPR,
1451
- 0,
1452
- [_iRA],
1453
- [
1454
- [
1455
- 0,
1456
- {
1457
- [_hQ]: _iRA,
1458
- },
1459
- ],
1460
- ],
1461
- ];
1194
+ export var GetImageRecipePolicyRequest = [3, n0, _GIRPR, 0, [_iRA], [[0, { [_hQ]: _iRA }]]];
1462
1195
  export var GetImageRecipePolicyResponse = [3, n0, _GIRPRe, 0, [_rI, _po], [0, 0]];
1463
- export var GetImageRecipeRequest = [
1464
- 3,
1465
- n0,
1466
- _GIRR,
1467
- 0,
1468
- [_iRA],
1469
- [
1470
- [
1471
- 0,
1472
- {
1473
- [_hQ]: _iRA,
1474
- },
1475
- ],
1476
- ],
1477
- ];
1196
+ export var GetImageRecipeRequest = [3, n0, _GIRR, 0, [_iRA], [[0, { [_hQ]: _iRA }]]];
1478
1197
  export var GetImageRecipeResponse = [
1479
1198
  3,
1480
1199
  n0,
@@ -1483,21 +1202,7 @@ export var GetImageRecipeResponse = [
1483
1202
  [_rI, _iR, _lVR],
1484
1203
  [0, () => ImageRecipe, () => LatestVersionReferences],
1485
1204
  ];
1486
- export var GetImageRequest = [
1487
- 3,
1488
- n0,
1489
- _GIR,
1490
- 0,
1491
- [_iBVA],
1492
- [
1493
- [
1494
- 0,
1495
- {
1496
- [_hQ]: _iBVA,
1497
- },
1498
- ],
1499
- ],
1500
- ];
1205
+ export var GetImageRequest = [3, n0, _GIR, 0, [_iBVA], [[0, { [_hQ]: _iBVA }]]];
1501
1206
  export var GetImageResponse = [
1502
1207
  3,
1503
1208
  n0,
@@ -1512,14 +1217,7 @@ export var GetInfrastructureConfigurationRequest = [
1512
1217
  _GICR,
1513
1218
  0,
1514
1219
  [_iCA],
1515
- [
1516
- [
1517
- 0,
1518
- {
1519
- [_hQ]: _iCA,
1520
- },
1521
- ],
1522
- ],
1220
+ [[0, { [_hQ]: _iCA }]],
1523
1221
  ];
1524
1222
  export var GetInfrastructureConfigurationResponse = [
1525
1223
  3,
@@ -1529,55 +1227,13 @@ export var GetInfrastructureConfigurationResponse = [
1529
1227
  [_rI, _iCn],
1530
1228
  [0, () => InfrastructureConfiguration],
1531
1229
  ];
1532
- export var GetLifecycleExecutionRequest = [
1533
- 3,
1534
- n0,
1535
- _GLER,
1536
- 0,
1537
- [_lEI],
1538
- [
1539
- [
1540
- 0,
1541
- {
1542
- [_hQ]: _lEI,
1543
- },
1544
- ],
1545
- ],
1546
- ];
1230
+ export var GetLifecycleExecutionRequest = [3, n0, _GLER, 0, [_lEI], [[0, { [_hQ]: _lEI }]]];
1547
1231
  export var GetLifecycleExecutionResponse = [3, n0, _GLERe, 0, [_lE], [() => LifecycleExecution]];
1548
- export var GetLifecyclePolicyRequest = [
1549
- 3,
1550
- n0,
1551
- _GLPR,
1552
- 0,
1553
- [_lPA],
1554
- [
1555
- [
1556
- 0,
1557
- {
1558
- [_hQ]: _lPA,
1559
- },
1560
- ],
1561
- ],
1562
- ];
1232
+ export var GetLifecyclePolicyRequest = [3, n0, _GLPR, 0, [_lPA], [[0, { [_hQ]: _lPA }]]];
1563
1233
  export var GetLifecyclePolicyResponse = [3, n0, _GLPRe, 0, [_lPi], [() => LifecyclePolicy]];
1564
1234
  export var GetMarketplaceResourceRequest = [3, n0, _GMRR, 0, [_rTe, _rA, _rL], [0, 0, 0]];
1565
1235
  export var GetMarketplaceResourceResponse = [3, n0, _GMRRe, 0, [_rA, _ur, _da], [0, 0, 0]];
1566
- export var GetWorkflowExecutionRequest = [
1567
- 3,
1568
- n0,
1569
- _GWER,
1570
- 0,
1571
- [_wEI],
1572
- [
1573
- [
1574
- 0,
1575
- {
1576
- [_hQ]: _wEI,
1577
- },
1578
- ],
1579
- ],
1580
- ];
1236
+ export var GetWorkflowExecutionRequest = [3, n0, _GWER, 0, [_wEI], [[0, { [_hQ]: _wEI }]]];
1581
1237
  export var GetWorkflowExecutionResponse = [
1582
1238
  3,
1583
1239
  n0,
@@ -1586,21 +1242,7 @@ export var GetWorkflowExecutionResponse = [
1586
1242
  [_rI, _wBVA, _wEI, _iBVA, _t, _st, _m, _tSC, _tSS, _tSF, _tSSo, _sT, _eT, _pG],
1587
1243
  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0],
1588
1244
  ];
1589
- export var GetWorkflowRequest = [
1590
- 3,
1591
- n0,
1592
- _GWR,
1593
- 0,
1594
- [_wBVA],
1595
- [
1596
- [
1597
- 0,
1598
- {
1599
- [_hQ]: _wBVA,
1600
- },
1601
- ],
1602
- ],
1603
- ];
1245
+ export var GetWorkflowRequest = [3, n0, _GWR, 0, [_wBVA], [[0, { [_hQ]: _wBVA }]]];
1604
1246
  export var GetWorkflowResponse = [
1605
1247
  3,
1606
1248
  n0,
@@ -1609,21 +1251,7 @@ export var GetWorkflowResponse = [
1609
1251
  [_wo, _lVR],
1610
1252
  [() => Workflow, () => LatestVersionReferences],
1611
1253
  ];
1612
- export var GetWorkflowStepExecutionRequest = [
1613
- 3,
1614
- n0,
1615
- _GWSER,
1616
- 0,
1617
- [_sEI],
1618
- [
1619
- [
1620
- 0,
1621
- {
1622
- [_hQ]: _sEI,
1623
- },
1624
- ],
1625
- ],
1626
- ];
1254
+ export var GetWorkflowStepExecutionRequest = [3, n0, _GWSER, 0, [_sEI], [[0, { [_hQ]: _sEI }]]];
1627
1255
  export var GetWorkflowStepExecutionResponse = [
1628
1256
  3,
1629
1257
  n0,
@@ -1636,10 +1264,7 @@ export var IdempotentParameterMismatchException = [
1636
1264
  -3,
1637
1265
  n0,
1638
1266
  _IPME,
1639
- {
1640
- [_e]: _c,
1641
- [_hE]: 400,
1642
- },
1267
+ { [_e]: _c, [_hE]: 400 },
1643
1268
  [_m],
1644
1269
  [0],
1645
1270
  ];
@@ -1940,77 +1565,24 @@ export var InstanceConfiguration = [
1940
1565
  [0, () => InstanceBlockDeviceMappings],
1941
1566
  ];
1942
1567
  export var InstanceMetadataOptions = [3, n0, _IMO, 0, [_hT, _hPRHL], [0, 1]];
1943
- export var InvalidPaginationTokenException = [
1944
- -3,
1945
- n0,
1946
- _IPTE,
1947
- {
1948
- [_e]: _c,
1949
- [_hE]: 400,
1950
- },
1951
- [_m],
1952
- [0],
1953
- ];
1568
+ export var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1954
1569
  TypeRegistry.for(n0).registerError(InvalidPaginationTokenException, __InvalidPaginationTokenException);
1955
1570
  export var InvalidParameterCombinationException = [
1956
1571
  -3,
1957
1572
  n0,
1958
1573
  _IPCE,
1959
- {
1960
- [_e]: _c,
1961
- [_hE]: 400,
1962
- },
1574
+ { [_e]: _c, [_hE]: 400 },
1963
1575
  [_m],
1964
1576
  [0],
1965
1577
  ];
1966
1578
  TypeRegistry.for(n0).registerError(InvalidParameterCombinationException, __InvalidParameterCombinationException);
1967
- export var InvalidParameterException = [
1968
- -3,
1969
- n0,
1970
- _IPE,
1971
- {
1972
- [_e]: _c,
1973
- [_hE]: 400,
1974
- },
1975
- [_m],
1976
- [0],
1977
- ];
1579
+ export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1978
1580
  TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
1979
- export var InvalidParameterValueException = [
1980
- -3,
1981
- n0,
1982
- _IPVE,
1983
- {
1984
- [_e]: _c,
1985
- [_hE]: 400,
1986
- },
1987
- [_m],
1988
- [0],
1989
- ];
1581
+ export var InvalidParameterValueException = [-3, n0, _IPVE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1990
1582
  TypeRegistry.for(n0).registerError(InvalidParameterValueException, __InvalidParameterValueException);
1991
- export var InvalidRequestException = [
1992
- -3,
1993
- n0,
1994
- _IRE,
1995
- {
1996
- [_e]: _c,
1997
- [_hE]: 400,
1998
- },
1999
- [_m],
2000
- [0],
2001
- ];
1583
+ export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2002
1584
  TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
2003
- export var InvalidVersionNumberException = [
2004
- -3,
2005
- n0,
2006
- _IVNE,
2007
- {
2008
- [_e]: _c,
2009
- [_hE]: 400,
2010
- },
2011
- [_m],
2012
- [0],
2013
- ];
1585
+ export var InvalidVersionNumberException = [-3, n0, _IVNE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2014
1586
  TypeRegistry.for(n0).registerError(InvalidVersionNumberException, __InvalidVersionNumberException);
2015
1587
  export var LatestVersionReferences = [
2016
1588
  3,
@@ -2453,53 +2025,13 @@ export var PutImageRecipePolicyRequest = [3, n0, _PIRPR, 0, [_iRA, _po], [0, 0]]
2453
2025
  export var PutImageRecipePolicyResponse = [3, n0, _PIRPRu, 0, [_rI, _iRA], [0, 0]];
2454
2026
  export var Remediation = [3, n0, _R, 0, [_reco], [() => RemediationRecommendation]];
2455
2027
  export var RemediationRecommendation = [3, n0, _RR, 0, [_tex, _ur], [0, 0]];
2456
- export var ResourceAlreadyExistsException = [
2457
- -3,
2458
- n0,
2459
- _RAEE,
2460
- {
2461
- [_e]: _c,
2462
- [_hE]: 400,
2463
- },
2464
- [_m],
2465
- [0],
2466
- ];
2028
+ export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2467
2029
  TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
2468
- export var ResourceDependencyException = [
2469
- -3,
2470
- n0,
2471
- _RDE,
2472
- {
2473
- [_e]: _c,
2474
- [_hE]: 400,
2475
- },
2476
- [_m],
2477
- [0],
2478
- ];
2030
+ export var ResourceDependencyException = [-3, n0, _RDE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2479
2031
  TypeRegistry.for(n0).registerError(ResourceDependencyException, __ResourceDependencyException);
2480
- export var ResourceInUseException = [
2481
- -3,
2482
- n0,
2483
- _RIUE,
2484
- {
2485
- [_e]: _c,
2486
- [_hE]: 400,
2487
- },
2488
- [_m],
2489
- [0],
2490
- ];
2032
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2491
2033
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
2492
- export var ResourceNotFoundException = [
2493
- -3,
2494
- n0,
2495
- _RNFE,
2496
- {
2497
- [_e]: _c,
2498
- [_hE]: 404,
2499
- },
2500
- [_m],
2501
- [0],
2502
- ];
2034
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
2503
2035
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2504
2036
  export var ResourceState = [3, n0, _RS, 0, [_st], [0]];
2505
2037
  export var ResourceStateUpdateExclusionRules = [
@@ -2532,41 +2064,11 @@ export var SendWorkflowStepActionRequest = [
2532
2064
  [0, 0, 0, 0, [0, 4]],
2533
2065
  ];
2534
2066
  export var SendWorkflowStepActionResponse = [3, n0, _SWSARe, 0, [_sEI, _iBVA, _cT], [0, 0, 0]];
2535
- export var ServiceException = [
2536
- -3,
2537
- n0,
2538
- _SE,
2539
- {
2540
- [_e]: _ser,
2541
- [_hE]: 500,
2542
- },
2543
- [_m],
2544
- [0],
2545
- ];
2067
+ export var ServiceException = [-3, n0, _SE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
2546
2068
  TypeRegistry.for(n0).registerError(ServiceException, __ServiceException);
2547
- export var ServiceQuotaExceededException = [
2548
- -3,
2549
- n0,
2550
- _SQEE,
2551
- {
2552
- [_e]: _c,
2553
- [_hE]: 402,
2554
- },
2555
- [_m],
2556
- [0],
2557
- ];
2069
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
2558
2070
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
2559
- export var ServiceUnavailableException = [
2560
- -3,
2561
- n0,
2562
- _SUE,
2563
- {
2564
- [_e]: _ser,
2565
- [_hE]: 503,
2566
- },
2567
- [_m],
2568
- [0],
2569
- ];
2071
+ export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _ser, [_hE]: 503 }, [_m], [0]];
2570
2072
  TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
2571
2073
  export var SeverityCounts = [3, n0, _SC, 0, [_al, _cr, _h, _med], [1, 1, 1, 1]];
2572
2074
  export var SsmParameterConfiguration = [3, n0, _SPC, 0, [_aAIm, _pNa, _dTa], [0, 0, 0]];
@@ -2607,17 +2109,7 @@ export var SystemsManagerAgent = [3, n0, _SMA, 0, [_uAB], [2]];
2607
2109
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
2608
2110
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2609
2111
  export var TargetContainerRepository = [3, n0, _TCR, 0, [_serv, _rN], [0, 0]];
2610
- export var TooManyRequestsException = [
2611
- -3,
2612
- n0,
2613
- _TMRE,
2614
- {
2615
- [_e]: _c,
2616
- [_hE]: 429,
2617
- },
2618
- [_m],
2619
- [0],
2620
- ];
2112
+ export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
2621
2113
  TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
2622
2114
  export var UntagResourceRequest = [
2623
2115
  3,
@@ -2627,12 +2119,7 @@ export var UntagResourceRequest = [
2627
2119
  [_rA, _tK],
2628
2120
  [
2629
2121
  [0, 1],
2630
- [
2631
- 64 | 0,
2632
- {
2633
- [_hQ]: _tK,
2634
- },
2635
- ],
2122
+ [64 | 0, { [_hQ]: _tK }],
2636
2123
  ],
2637
2124
  ];
2638
2125
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -2861,9 +2348,7 @@ export var CancelImageCreation = [
2861
2348
  9,
2862
2349
  n0,
2863
2350
  _CIC,
2864
- {
2865
- [_ht]: ["PUT", "/CancelImageCreation", 200],
2866
- },
2351
+ { [_ht]: ["PUT", "/CancelImageCreation", 200] },
2867
2352
  () => CancelImageCreationRequest,
2868
2353
  () => CancelImageCreationResponse,
2869
2354
  ];
@@ -2871,9 +2356,7 @@ export var CancelLifecycleExecution = [
2871
2356
  9,
2872
2357
  n0,
2873
2358
  _CLE,
2874
- {
2875
- [_ht]: ["PUT", "/CancelLifecycleExecution", 200],
2876
- },
2359
+ { [_ht]: ["PUT", "/CancelLifecycleExecution", 200] },
2877
2360
  () => CancelLifecycleExecutionRequest,
2878
2361
  () => CancelLifecycleExecutionResponse,
2879
2362
  ];
@@ -2881,9 +2364,7 @@ export var CreateComponent = [
2881
2364
  9,
2882
2365
  n0,
2883
2366
  _CCr,
2884
- {
2885
- [_ht]: ["PUT", "/CreateComponent", 200],
2886
- },
2367
+ { [_ht]: ["PUT", "/CreateComponent", 200] },
2887
2368
  () => CreateComponentRequest,
2888
2369
  () => CreateComponentResponse,
2889
2370
  ];
@@ -2891,9 +2372,7 @@ export var CreateContainerRecipe = [
2891
2372
  9,
2892
2373
  n0,
2893
2374
  _CCRre,
2894
- {
2895
- [_ht]: ["PUT", "/CreateContainerRecipe", 200],
2896
- },
2375
+ { [_ht]: ["PUT", "/CreateContainerRecipe", 200] },
2897
2376
  () => CreateContainerRecipeRequest,
2898
2377
  () => CreateContainerRecipeResponse,
2899
2378
  ];
@@ -2901,9 +2380,7 @@ export var CreateDistributionConfiguration = [
2901
2380
  9,
2902
2381
  n0,
2903
2382
  _CDCr,
2904
- {
2905
- [_ht]: ["PUT", "/CreateDistributionConfiguration", 200],
2906
- },
2383
+ { [_ht]: ["PUT", "/CreateDistributionConfiguration", 200] },
2907
2384
  () => CreateDistributionConfigurationRequest,
2908
2385
  () => CreateDistributionConfigurationResponse,
2909
2386
  ];
@@ -2911,9 +2388,7 @@ export var CreateImage = [
2911
2388
  9,
2912
2389
  n0,
2913
2390
  _CI,
2914
- {
2915
- [_ht]: ["PUT", "/CreateImage", 200],
2916
- },
2391
+ { [_ht]: ["PUT", "/CreateImage", 200] },
2917
2392
  () => CreateImageRequest,
2918
2393
  () => CreateImageResponse,
2919
2394
  ];
@@ -2921,9 +2396,7 @@ export var CreateImagePipeline = [
2921
2396
  9,
2922
2397
  n0,
2923
2398
  _CIP,
2924
- {
2925
- [_ht]: ["PUT", "/CreateImagePipeline", 200],
2926
- },
2399
+ { [_ht]: ["PUT", "/CreateImagePipeline", 200] },
2927
2400
  () => CreateImagePipelineRequest,
2928
2401
  () => CreateImagePipelineResponse,
2929
2402
  ];
@@ -2931,9 +2404,7 @@ export var CreateImageRecipe = [
2931
2404
  9,
2932
2405
  n0,
2933
2406
  _CIRre,
2934
- {
2935
- [_ht]: ["PUT", "/CreateImageRecipe", 200],
2936
- },
2407
+ { [_ht]: ["PUT", "/CreateImageRecipe", 200] },
2937
2408
  () => CreateImageRecipeRequest,
2938
2409
  () => CreateImageRecipeResponse,
2939
2410
  ];
@@ -2941,9 +2412,7 @@ export var CreateInfrastructureConfiguration = [
2941
2412
  9,
2942
2413
  n0,
2943
2414
  _CICr,
2944
- {
2945
- [_ht]: ["PUT", "/CreateInfrastructureConfiguration", 200],
2946
- },
2415
+ { [_ht]: ["PUT", "/CreateInfrastructureConfiguration", 200] },
2947
2416
  () => CreateInfrastructureConfigurationRequest,
2948
2417
  () => CreateInfrastructureConfigurationResponse,
2949
2418
  ];
@@ -2951,9 +2420,7 @@ export var CreateLifecyclePolicy = [
2951
2420
  9,
2952
2421
  n0,
2953
2422
  _CLP,
2954
- {
2955
- [_ht]: ["PUT", "/CreateLifecyclePolicy", 200],
2956
- },
2423
+ { [_ht]: ["PUT", "/CreateLifecyclePolicy", 200] },
2957
2424
  () => CreateLifecyclePolicyRequest,
2958
2425
  () => CreateLifecyclePolicyResponse,
2959
2426
  ];
@@ -2961,9 +2428,7 @@ export var CreateWorkflow = [
2961
2428
  9,
2962
2429
  n0,
2963
2430
  _CW,
2964
- {
2965
- [_ht]: ["PUT", "/CreateWorkflow", 200],
2966
- },
2431
+ { [_ht]: ["PUT", "/CreateWorkflow", 200] },
2967
2432
  () => CreateWorkflowRequest,
2968
2433
  () => CreateWorkflowResponse,
2969
2434
  ];
@@ -2971,9 +2436,7 @@ export var DeleteComponent = [
2971
2436
  9,
2972
2437
  n0,
2973
2438
  _DCe,
2974
- {
2975
- [_ht]: ["DELETE", "/DeleteComponent", 200],
2976
- },
2439
+ { [_ht]: ["DELETE", "/DeleteComponent", 200] },
2977
2440
  () => DeleteComponentRequest,
2978
2441
  () => DeleteComponentResponse,
2979
2442
  ];
@@ -2981,9 +2444,7 @@ export var DeleteContainerRecipe = [
2981
2444
  9,
2982
2445
  n0,
2983
2446
  _DCRel,
2984
- {
2985
- [_ht]: ["DELETE", "/DeleteContainerRecipe", 200],
2986
- },
2447
+ { [_ht]: ["DELETE", "/DeleteContainerRecipe", 200] },
2987
2448
  () => DeleteContainerRecipeRequest,
2988
2449
  () => DeleteContainerRecipeResponse,
2989
2450
  ];
@@ -2991,9 +2452,7 @@ export var DeleteDistributionConfiguration = [
2991
2452
  9,
2992
2453
  n0,
2993
2454
  _DDC,
2994
- {
2995
- [_ht]: ["DELETE", "/DeleteDistributionConfiguration", 200],
2996
- },
2455
+ { [_ht]: ["DELETE", "/DeleteDistributionConfiguration", 200] },
2997
2456
  () => DeleteDistributionConfigurationRequest,
2998
2457
  () => DeleteDistributionConfigurationResponse,
2999
2458
  ];
@@ -3001,9 +2460,7 @@ export var DeleteImage = [
3001
2460
  9,
3002
2461
  n0,
3003
2462
  _DI,
3004
- {
3005
- [_ht]: ["DELETE", "/DeleteImage", 200],
3006
- },
2463
+ { [_ht]: ["DELETE", "/DeleteImage", 200] },
3007
2464
  () => DeleteImageRequest,
3008
2465
  () => DeleteImageResponse,
3009
2466
  ];
@@ -3011,9 +2468,7 @@ export var DeleteImagePipeline = [
3011
2468
  9,
3012
2469
  n0,
3013
2470
  _DIP,
3014
- {
3015
- [_ht]: ["DELETE", "/DeleteImagePipeline", 200],
3016
- },
2471
+ { [_ht]: ["DELETE", "/DeleteImagePipeline", 200] },
3017
2472
  () => DeleteImagePipelineRequest,
3018
2473
  () => DeleteImagePipelineResponse,
3019
2474
  ];
@@ -3021,9 +2476,7 @@ export var DeleteImageRecipe = [
3021
2476
  9,
3022
2477
  n0,
3023
2478
  _DIRel,
3024
- {
3025
- [_ht]: ["DELETE", "/DeleteImageRecipe", 200],
3026
- },
2479
+ { [_ht]: ["DELETE", "/DeleteImageRecipe", 200] },
3027
2480
  () => DeleteImageRecipeRequest,
3028
2481
  () => DeleteImageRecipeResponse,
3029
2482
  ];
@@ -3031,9 +2484,7 @@ export var DeleteInfrastructureConfiguration = [
3031
2484
  9,
3032
2485
  n0,
3033
2486
  _DIC,
3034
- {
3035
- [_ht]: ["DELETE", "/DeleteInfrastructureConfiguration", 200],
3036
- },
2487
+ { [_ht]: ["DELETE", "/DeleteInfrastructureConfiguration", 200] },
3037
2488
  () => DeleteInfrastructureConfigurationRequest,
3038
2489
  () => DeleteInfrastructureConfigurationResponse,
3039
2490
  ];
@@ -3041,9 +2492,7 @@ export var DeleteLifecyclePolicy = [
3041
2492
  9,
3042
2493
  n0,
3043
2494
  _DLP,
3044
- {
3045
- [_ht]: ["DELETE", "/DeleteLifecyclePolicy", 200],
3046
- },
2495
+ { [_ht]: ["DELETE", "/DeleteLifecyclePolicy", 200] },
3047
2496
  () => DeleteLifecyclePolicyRequest,
3048
2497
  () => DeleteLifecyclePolicyResponse,
3049
2498
  ];
@@ -3051,9 +2500,7 @@ export var DeleteWorkflow = [
3051
2500
  9,
3052
2501
  n0,
3053
2502
  _DW,
3054
- {
3055
- [_ht]: ["DELETE", "/DeleteWorkflow", 200],
3056
- },
2503
+ { [_ht]: ["DELETE", "/DeleteWorkflow", 200] },
3057
2504
  () => DeleteWorkflowRequest,
3058
2505
  () => DeleteWorkflowResponse,
3059
2506
  ];
@@ -3061,9 +2508,7 @@ export var DistributeImage = [
3061
2508
  9,
3062
2509
  n0,
3063
2510
  _DIi,
3064
- {
3065
- [_ht]: ["PUT", "/DistributeImage", 200],
3066
- },
2511
+ { [_ht]: ["PUT", "/DistributeImage", 200] },
3067
2512
  () => DistributeImageRequest,
3068
2513
  () => DistributeImageResponse,
3069
2514
  ];
@@ -3071,9 +2516,7 @@ export var GetComponent = [
3071
2516
  9,
3072
2517
  n0,
3073
2518
  _GC,
3074
- {
3075
- [_ht]: ["GET", "/GetComponent", 200],
3076
- },
2519
+ { [_ht]: ["GET", "/GetComponent", 200] },
3077
2520
  () => GetComponentRequest,
3078
2521
  () => GetComponentResponse,
3079
2522
  ];
@@ -3081,9 +2524,7 @@ export var GetComponentPolicy = [
3081
2524
  9,
3082
2525
  n0,
3083
2526
  _GCP,
3084
- {
3085
- [_ht]: ["GET", "/GetComponentPolicy", 200],
3086
- },
2527
+ { [_ht]: ["GET", "/GetComponentPolicy", 200] },
3087
2528
  () => GetComponentPolicyRequest,
3088
2529
  () => GetComponentPolicyResponse,
3089
2530
  ];
@@ -3091,9 +2532,7 @@ export var GetContainerRecipe = [
3091
2532
  9,
3092
2533
  n0,
3093
2534
  _GCRet,
3094
- {
3095
- [_ht]: ["GET", "/GetContainerRecipe", 200],
3096
- },
2535
+ { [_ht]: ["GET", "/GetContainerRecipe", 200] },
3097
2536
  () => GetContainerRecipeRequest,
3098
2537
  () => GetContainerRecipeResponse,
3099
2538
  ];
@@ -3101,9 +2540,7 @@ export var GetContainerRecipePolicy = [
3101
2540
  9,
3102
2541
  n0,
3103
2542
  _GCRP,
3104
- {
3105
- [_ht]: ["GET", "/GetContainerRecipePolicy", 200],
3106
- },
2543
+ { [_ht]: ["GET", "/GetContainerRecipePolicy", 200] },
3107
2544
  () => GetContainerRecipePolicyRequest,
3108
2545
  () => GetContainerRecipePolicyResponse,
3109
2546
  ];
@@ -3111,9 +2548,7 @@ export var GetDistributionConfiguration = [
3111
2548
  9,
3112
2549
  n0,
3113
2550
  _GDC,
3114
- {
3115
- [_ht]: ["GET", "/GetDistributionConfiguration", 200],
3116
- },
2551
+ { [_ht]: ["GET", "/GetDistributionConfiguration", 200] },
3117
2552
  () => GetDistributionConfigurationRequest,
3118
2553
  () => GetDistributionConfigurationResponse,
3119
2554
  ];
@@ -3121,9 +2556,7 @@ export var GetImage = [
3121
2556
  9,
3122
2557
  n0,
3123
2558
  _GI,
3124
- {
3125
- [_ht]: ["GET", "/GetImage", 200],
3126
- },
2559
+ { [_ht]: ["GET", "/GetImage", 200] },
3127
2560
  () => GetImageRequest,
3128
2561
  () => GetImageResponse,
3129
2562
  ];
@@ -3131,9 +2564,7 @@ export var GetImagePipeline = [
3131
2564
  9,
3132
2565
  n0,
3133
2566
  _GIP,
3134
- {
3135
- [_ht]: ["GET", "/GetImagePipeline", 200],
3136
- },
2567
+ { [_ht]: ["GET", "/GetImagePipeline", 200] },
3137
2568
  () => GetImagePipelineRequest,
3138
2569
  () => GetImagePipelineResponse,
3139
2570
  ];
@@ -3141,9 +2572,7 @@ export var GetImagePolicy = [
3141
2572
  9,
3142
2573
  n0,
3143
2574
  _GIPe,
3144
- {
3145
- [_ht]: ["GET", "/GetImagePolicy", 200],
3146
- },
2575
+ { [_ht]: ["GET", "/GetImagePolicy", 200] },
3147
2576
  () => GetImagePolicyRequest,
3148
2577
  () => GetImagePolicyResponse,
3149
2578
  ];
@@ -3151,9 +2580,7 @@ export var GetImageRecipe = [
3151
2580
  9,
3152
2581
  n0,
3153
2582
  _GIRet,
3154
- {
3155
- [_ht]: ["GET", "/GetImageRecipe", 200],
3156
- },
2583
+ { [_ht]: ["GET", "/GetImageRecipe", 200] },
3157
2584
  () => GetImageRecipeRequest,
3158
2585
  () => GetImageRecipeResponse,
3159
2586
  ];
@@ -3161,9 +2588,7 @@ export var GetImageRecipePolicy = [
3161
2588
  9,
3162
2589
  n0,
3163
2590
  _GIRP,
3164
- {
3165
- [_ht]: ["GET", "/GetImageRecipePolicy", 200],
3166
- },
2591
+ { [_ht]: ["GET", "/GetImageRecipePolicy", 200] },
3167
2592
  () => GetImageRecipePolicyRequest,
3168
2593
  () => GetImageRecipePolicyResponse,
3169
2594
  ];
@@ -3171,9 +2596,7 @@ export var GetInfrastructureConfiguration = [
3171
2596
  9,
3172
2597
  n0,
3173
2598
  _GIC,
3174
- {
3175
- [_ht]: ["GET", "/GetInfrastructureConfiguration", 200],
3176
- },
2599
+ { [_ht]: ["GET", "/GetInfrastructureConfiguration", 200] },
3177
2600
  () => GetInfrastructureConfigurationRequest,
3178
2601
  () => GetInfrastructureConfigurationResponse,
3179
2602
  ];
@@ -3181,9 +2604,7 @@ export var GetLifecycleExecution = [
3181
2604
  9,
3182
2605
  n0,
3183
2606
  _GLE,
3184
- {
3185
- [_ht]: ["GET", "/GetLifecycleExecution", 200],
3186
- },
2607
+ { [_ht]: ["GET", "/GetLifecycleExecution", 200] },
3187
2608
  () => GetLifecycleExecutionRequest,
3188
2609
  () => GetLifecycleExecutionResponse,
3189
2610
  ];
@@ -3191,9 +2612,7 @@ export var GetLifecyclePolicy = [
3191
2612
  9,
3192
2613
  n0,
3193
2614
  _GLP,
3194
- {
3195
- [_ht]: ["GET", "/GetLifecyclePolicy", 200],
3196
- },
2615
+ { [_ht]: ["GET", "/GetLifecyclePolicy", 200] },
3197
2616
  () => GetLifecyclePolicyRequest,
3198
2617
  () => GetLifecyclePolicyResponse,
3199
2618
  ];
@@ -3201,9 +2620,7 @@ export var GetMarketplaceResource = [
3201
2620
  9,
3202
2621
  n0,
3203
2622
  _GMR,
3204
- {
3205
- [_ht]: ["POST", "/GetMarketplaceResource", 200],
3206
- },
2623
+ { [_ht]: ["POST", "/GetMarketplaceResource", 200] },
3207
2624
  () => GetMarketplaceResourceRequest,
3208
2625
  () => GetMarketplaceResourceResponse,
3209
2626
  ];
@@ -3211,9 +2628,7 @@ export var GetWorkflow = [
3211
2628
  9,
3212
2629
  n0,
3213
2630
  _GW,
3214
- {
3215
- [_ht]: ["GET", "/GetWorkflow", 200],
3216
- },
2631
+ { [_ht]: ["GET", "/GetWorkflow", 200] },
3217
2632
  () => GetWorkflowRequest,
3218
2633
  () => GetWorkflowResponse,
3219
2634
  ];
@@ -3221,9 +2636,7 @@ export var GetWorkflowExecution = [
3221
2636
  9,
3222
2637
  n0,
3223
2638
  _GWE,
3224
- {
3225
- [_ht]: ["GET", "/GetWorkflowExecution", 200],
3226
- },
2639
+ { [_ht]: ["GET", "/GetWorkflowExecution", 200] },
3227
2640
  () => GetWorkflowExecutionRequest,
3228
2641
  () => GetWorkflowExecutionResponse,
3229
2642
  ];
@@ -3231,9 +2644,7 @@ export var GetWorkflowStepExecution = [
3231
2644
  9,
3232
2645
  n0,
3233
2646
  _GWSE,
3234
- {
3235
- [_ht]: ["GET", "/GetWorkflowStepExecution", 200],
3236
- },
2647
+ { [_ht]: ["GET", "/GetWorkflowStepExecution", 200] },
3237
2648
  () => GetWorkflowStepExecutionRequest,
3238
2649
  () => GetWorkflowStepExecutionResponse,
3239
2650
  ];
@@ -3241,9 +2652,7 @@ export var ImportComponent = [
3241
2652
  9,
3242
2653
  n0,
3243
2654
  _ICm,
3244
- {
3245
- [_ht]: ["PUT", "/ImportComponent", 200],
3246
- },
2655
+ { [_ht]: ["PUT", "/ImportComponent", 200] },
3247
2656
  () => ImportComponentRequest,
3248
2657
  () => ImportComponentResponse,
3249
2658
  ];
@@ -3251,9 +2660,7 @@ export var ImportDiskImage = [
3251
2660
  9,
3252
2661
  n0,
3253
2662
  _IDI,
3254
- {
3255
- [_ht]: ["PUT", "/ImportDiskImage", 200],
3256
- },
2663
+ { [_ht]: ["PUT", "/ImportDiskImage", 200] },
3257
2664
  () => ImportDiskImageRequest,
3258
2665
  () => ImportDiskImageResponse,
3259
2666
  ];
@@ -3261,9 +2668,7 @@ export var ImportVmImage = [
3261
2668
  9,
3262
2669
  n0,
3263
2670
  _IVI,
3264
- {
3265
- [_ht]: ["PUT", "/ImportVmImage", 200],
3266
- },
2671
+ { [_ht]: ["PUT", "/ImportVmImage", 200] },
3267
2672
  () => ImportVmImageRequest,
3268
2673
  () => ImportVmImageResponse,
3269
2674
  ];
@@ -3271,9 +2676,7 @@ export var ListComponentBuildVersions = [
3271
2676
  9,
3272
2677
  n0,
3273
2678
  _LCBV,
3274
- {
3275
- [_ht]: ["POST", "/ListComponentBuildVersions", 200],
3276
- },
2679
+ { [_ht]: ["POST", "/ListComponentBuildVersions", 200] },
3277
2680
  () => ListComponentBuildVersionsRequest,
3278
2681
  () => ListComponentBuildVersionsResponse,
3279
2682
  ];
@@ -3281,9 +2684,7 @@ export var ListComponents = [
3281
2684
  9,
3282
2685
  n0,
3283
2686
  _LC,
3284
- {
3285
- [_ht]: ["POST", "/ListComponents", 200],
3286
- },
2687
+ { [_ht]: ["POST", "/ListComponents", 200] },
3287
2688
  () => ListComponentsRequest,
3288
2689
  () => ListComponentsResponse,
3289
2690
  ];
@@ -3291,9 +2692,7 @@ export var ListContainerRecipes = [
3291
2692
  9,
3292
2693
  n0,
3293
2694
  _LCRis,
3294
- {
3295
- [_ht]: ["POST", "/ListContainerRecipes", 200],
3296
- },
2695
+ { [_ht]: ["POST", "/ListContainerRecipes", 200] },
3297
2696
  () => ListContainerRecipesRequest,
3298
2697
  () => ListContainerRecipesResponse,
3299
2698
  ];
@@ -3301,9 +2700,7 @@ export var ListDistributionConfigurations = [
3301
2700
  9,
3302
2701
  n0,
3303
2702
  _LDC,
3304
- {
3305
- [_ht]: ["POST", "/ListDistributionConfigurations", 200],
3306
- },
2703
+ { [_ht]: ["POST", "/ListDistributionConfigurations", 200] },
3307
2704
  () => ListDistributionConfigurationsRequest,
3308
2705
  () => ListDistributionConfigurationsResponse,
3309
2706
  ];
@@ -3311,9 +2708,7 @@ export var ListImageBuildVersions = [
3311
2708
  9,
3312
2709
  n0,
3313
2710
  _LIBV,
3314
- {
3315
- [_ht]: ["POST", "/ListImageBuildVersions", 200],
3316
- },
2711
+ { [_ht]: ["POST", "/ListImageBuildVersions", 200] },
3317
2712
  () => ListImageBuildVersionsRequest,
3318
2713
  () => ListImageBuildVersionsResponse,
3319
2714
  ];
@@ -3321,9 +2716,7 @@ export var ListImagePackages = [
3321
2716
  9,
3322
2717
  n0,
3323
2718
  _LIP,
3324
- {
3325
- [_ht]: ["POST", "/ListImagePackages", 200],
3326
- },
2719
+ { [_ht]: ["POST", "/ListImagePackages", 200] },
3327
2720
  () => ListImagePackagesRequest,
3328
2721
  () => ListImagePackagesResponse,
3329
2722
  ];
@@ -3331,9 +2724,7 @@ export var ListImagePipelineImages = [
3331
2724
  9,
3332
2725
  n0,
3333
2726
  _LIPI,
3334
- {
3335
- [_ht]: ["POST", "/ListImagePipelineImages", 200],
3336
- },
2727
+ { [_ht]: ["POST", "/ListImagePipelineImages", 200] },
3337
2728
  () => ListImagePipelineImagesRequest,
3338
2729
  () => ListImagePipelineImagesResponse,
3339
2730
  ];
@@ -3341,9 +2732,7 @@ export var ListImagePipelines = [
3341
2732
  9,
3342
2733
  n0,
3343
2734
  _LIPi,
3344
- {
3345
- [_ht]: ["POST", "/ListImagePipelines", 200],
3346
- },
2735
+ { [_ht]: ["POST", "/ListImagePipelines", 200] },
3347
2736
  () => ListImagePipelinesRequest,
3348
2737
  () => ListImagePipelinesResponse,
3349
2738
  ];
@@ -3351,9 +2740,7 @@ export var ListImageRecipes = [
3351
2740
  9,
3352
2741
  n0,
3353
2742
  _LIRis,
3354
- {
3355
- [_ht]: ["POST", "/ListImageRecipes", 200],
3356
- },
2743
+ { [_ht]: ["POST", "/ListImageRecipes", 200] },
3357
2744
  () => ListImageRecipesRequest,
3358
2745
  () => ListImageRecipesResponse,
3359
2746
  ];
@@ -3361,9 +2748,7 @@ export var ListImages = [
3361
2748
  9,
3362
2749
  n0,
3363
2750
  _LI,
3364
- {
3365
- [_ht]: ["POST", "/ListImages", 200],
3366
- },
2751
+ { [_ht]: ["POST", "/ListImages", 200] },
3367
2752
  () => ListImagesRequest,
3368
2753
  () => ListImagesResponse,
3369
2754
  ];
@@ -3371,9 +2756,7 @@ export var ListImageScanFindingAggregations = [
3371
2756
  9,
3372
2757
  n0,
3373
2758
  _LISFA,
3374
- {
3375
- [_ht]: ["POST", "/ListImageScanFindingAggregations", 200],
3376
- },
2759
+ { [_ht]: ["POST", "/ListImageScanFindingAggregations", 200] },
3377
2760
  () => ListImageScanFindingAggregationsRequest,
3378
2761
  () => ListImageScanFindingAggregationsResponse,
3379
2762
  ];
@@ -3381,9 +2764,7 @@ export var ListImageScanFindings = [
3381
2764
  9,
3382
2765
  n0,
3383
2766
  _LISF,
3384
- {
3385
- [_ht]: ["POST", "/ListImageScanFindings", 200],
3386
- },
2767
+ { [_ht]: ["POST", "/ListImageScanFindings", 200] },
3387
2768
  () => ListImageScanFindingsRequest,
3388
2769
  () => ListImageScanFindingsResponse,
3389
2770
  ];
@@ -3391,9 +2772,7 @@ export var ListInfrastructureConfigurations = [
3391
2772
  9,
3392
2773
  n0,
3393
2774
  _LIC,
3394
- {
3395
- [_ht]: ["POST", "/ListInfrastructureConfigurations", 200],
3396
- },
2775
+ { [_ht]: ["POST", "/ListInfrastructureConfigurations", 200] },
3397
2776
  () => ListInfrastructureConfigurationsRequest,
3398
2777
  () => ListInfrastructureConfigurationsResponse,
3399
2778
  ];
@@ -3401,9 +2780,7 @@ export var ListLifecycleExecutionResources = [
3401
2780
  9,
3402
2781
  n0,
3403
2782
  _LLERis,
3404
- {
3405
- [_ht]: ["POST", "/ListLifecycleExecutionResources", 200],
3406
- },
2783
+ { [_ht]: ["POST", "/ListLifecycleExecutionResources", 200] },
3407
2784
  () => ListLifecycleExecutionResourcesRequest,
3408
2785
  () => ListLifecycleExecutionResourcesResponse,
3409
2786
  ];
@@ -3411,9 +2788,7 @@ export var ListLifecycleExecutions = [
3411
2788
  9,
3412
2789
  n0,
3413
2790
  _LLE,
3414
- {
3415
- [_ht]: ["POST", "/ListLifecycleExecutions", 200],
3416
- },
2791
+ { [_ht]: ["POST", "/ListLifecycleExecutions", 200] },
3417
2792
  () => ListLifecycleExecutionsRequest,
3418
2793
  () => ListLifecycleExecutionsResponse,
3419
2794
  ];
@@ -3421,9 +2796,7 @@ export var ListLifecyclePolicies = [
3421
2796
  9,
3422
2797
  n0,
3423
2798
  _LLP,
3424
- {
3425
- [_ht]: ["POST", "/ListLifecyclePolicies", 200],
3426
- },
2799
+ { [_ht]: ["POST", "/ListLifecyclePolicies", 200] },
3427
2800
  () => ListLifecyclePoliciesRequest,
3428
2801
  () => ListLifecyclePoliciesResponse,
3429
2802
  ];
@@ -3431,9 +2804,7 @@ export var ListTagsForResource = [
3431
2804
  9,
3432
2805
  n0,
3433
2806
  _LTFR,
3434
- {
3435
- [_ht]: ["GET", "/tags/{resourceArn}", 200],
3436
- },
2807
+ { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
3437
2808
  () => ListTagsForResourceRequest,
3438
2809
  () => ListTagsForResourceResponse,
3439
2810
  ];
@@ -3441,9 +2812,7 @@ export var ListWaitingWorkflowSteps = [
3441
2812
  9,
3442
2813
  n0,
3443
2814
  _LWWS,
3444
- {
3445
- [_ht]: ["POST", "/ListWaitingWorkflowSteps", 200],
3446
- },
2815
+ { [_ht]: ["POST", "/ListWaitingWorkflowSteps", 200] },
3447
2816
  () => ListWaitingWorkflowStepsRequest,
3448
2817
  () => ListWaitingWorkflowStepsResponse,
3449
2818
  ];
@@ -3451,9 +2820,7 @@ export var ListWorkflowBuildVersions = [
3451
2820
  9,
3452
2821
  n0,
3453
2822
  _LWBV,
3454
- {
3455
- [_ht]: ["POST", "/ListWorkflowBuildVersions", 200],
3456
- },
2823
+ { [_ht]: ["POST", "/ListWorkflowBuildVersions", 200] },
3457
2824
  () => ListWorkflowBuildVersionsRequest,
3458
2825
  () => ListWorkflowBuildVersionsResponse,
3459
2826
  ];
@@ -3461,9 +2828,7 @@ export var ListWorkflowExecutions = [
3461
2828
  9,
3462
2829
  n0,
3463
2830
  _LWE,
3464
- {
3465
- [_ht]: ["POST", "/ListWorkflowExecutions", 200],
3466
- },
2831
+ { [_ht]: ["POST", "/ListWorkflowExecutions", 200] },
3467
2832
  () => ListWorkflowExecutionsRequest,
3468
2833
  () => ListWorkflowExecutionsResponse,
3469
2834
  ];
@@ -3471,9 +2836,7 @@ export var ListWorkflows = [
3471
2836
  9,
3472
2837
  n0,
3473
2838
  _LW,
3474
- {
3475
- [_ht]: ["POST", "/ListWorkflows", 200],
3476
- },
2839
+ { [_ht]: ["POST", "/ListWorkflows", 200] },
3477
2840
  () => ListWorkflowsRequest,
3478
2841
  () => ListWorkflowsResponse,
3479
2842
  ];
@@ -3481,9 +2844,7 @@ export var ListWorkflowStepExecutions = [
3481
2844
  9,
3482
2845
  n0,
3483
2846
  _LWSE,
3484
- {
3485
- [_ht]: ["POST", "/ListWorkflowStepExecutions", 200],
3486
- },
2847
+ { [_ht]: ["POST", "/ListWorkflowStepExecutions", 200] },
3487
2848
  () => ListWorkflowStepExecutionsRequest,
3488
2849
  () => ListWorkflowStepExecutionsResponse,
3489
2850
  ];
@@ -3491,9 +2852,7 @@ export var PutComponentPolicy = [
3491
2852
  9,
3492
2853
  n0,
3493
2854
  _PCP,
3494
- {
3495
- [_ht]: ["PUT", "/PutComponentPolicy", 200],
3496
- },
2855
+ { [_ht]: ["PUT", "/PutComponentPolicy", 200] },
3497
2856
  () => PutComponentPolicyRequest,
3498
2857
  () => PutComponentPolicyResponse,
3499
2858
  ];
@@ -3501,9 +2860,7 @@ export var PutContainerRecipePolicy = [
3501
2860
  9,
3502
2861
  n0,
3503
2862
  _PCRP,
3504
- {
3505
- [_ht]: ["PUT", "/PutContainerRecipePolicy", 200],
3506
- },
2863
+ { [_ht]: ["PUT", "/PutContainerRecipePolicy", 200] },
3507
2864
  () => PutContainerRecipePolicyRequest,
3508
2865
  () => PutContainerRecipePolicyResponse,
3509
2866
  ];
@@ -3511,9 +2868,7 @@ export var PutImagePolicy = [
3511
2868
  9,
3512
2869
  n0,
3513
2870
  _PIP,
3514
- {
3515
- [_ht]: ["PUT", "/PutImagePolicy", 200],
3516
- },
2871
+ { [_ht]: ["PUT", "/PutImagePolicy", 200] },
3517
2872
  () => PutImagePolicyRequest,
3518
2873
  () => PutImagePolicyResponse,
3519
2874
  ];
@@ -3521,9 +2876,7 @@ export var PutImageRecipePolicy = [
3521
2876
  9,
3522
2877
  n0,
3523
2878
  _PIRP,
3524
- {
3525
- [_ht]: ["PUT", "/PutImageRecipePolicy", 200],
3526
- },
2879
+ { [_ht]: ["PUT", "/PutImageRecipePolicy", 200] },
3527
2880
  () => PutImageRecipePolicyRequest,
3528
2881
  () => PutImageRecipePolicyResponse,
3529
2882
  ];
@@ -3531,9 +2884,7 @@ export var RetryImage = [
3531
2884
  9,
3532
2885
  n0,
3533
2886
  _RI,
3534
- {
3535
- [_ht]: ["PUT", "/RetryImage", 200],
3536
- },
2887
+ { [_ht]: ["PUT", "/RetryImage", 200] },
3537
2888
  () => RetryImageRequest,
3538
2889
  () => RetryImageResponse,
3539
2890
  ];
@@ -3541,9 +2892,7 @@ export var SendWorkflowStepAction = [
3541
2892
  9,
3542
2893
  n0,
3543
2894
  _SWSA,
3544
- {
3545
- [_ht]: ["PUT", "/SendWorkflowStepAction", 200],
3546
- },
2895
+ { [_ht]: ["PUT", "/SendWorkflowStepAction", 200] },
3547
2896
  () => SendWorkflowStepActionRequest,
3548
2897
  () => SendWorkflowStepActionResponse,
3549
2898
  ];
@@ -3551,9 +2900,7 @@ export var StartImagePipelineExecution = [
3551
2900
  9,
3552
2901
  n0,
3553
2902
  _SIPE,
3554
- {
3555
- [_ht]: ["PUT", "/StartImagePipelineExecution", 200],
3556
- },
2903
+ { [_ht]: ["PUT", "/StartImagePipelineExecution", 200] },
3557
2904
  () => StartImagePipelineExecutionRequest,
3558
2905
  () => StartImagePipelineExecutionResponse,
3559
2906
  ];
@@ -3561,9 +2908,7 @@ export var StartResourceStateUpdate = [
3561
2908
  9,
3562
2909
  n0,
3563
2910
  _SRSU,
3564
- {
3565
- [_ht]: ["PUT", "/StartResourceStateUpdate", 200],
3566
- },
2911
+ { [_ht]: ["PUT", "/StartResourceStateUpdate", 200] },
3567
2912
  () => StartResourceStateUpdateRequest,
3568
2913
  () => StartResourceStateUpdateResponse,
3569
2914
  ];
@@ -3571,9 +2916,7 @@ export var TagResource = [
3571
2916
  9,
3572
2917
  n0,
3573
2918
  _TR,
3574
- {
3575
- [_ht]: ["POST", "/tags/{resourceArn}", 200],
3576
- },
2919
+ { [_ht]: ["POST", "/tags/{resourceArn}", 200] },
3577
2920
  () => TagResourceRequest,
3578
2921
  () => TagResourceResponse,
3579
2922
  ];
@@ -3581,9 +2924,7 @@ export var UntagResource = [
3581
2924
  9,
3582
2925
  n0,
3583
2926
  _UR,
3584
- {
3585
- [_ht]: ["DELETE", "/tags/{resourceArn}", 200],
3586
- },
2927
+ { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
3587
2928
  () => UntagResourceRequest,
3588
2929
  () => UntagResourceResponse,
3589
2930
  ];
@@ -3591,9 +2932,7 @@ export var UpdateDistributionConfiguration = [
3591
2932
  9,
3592
2933
  n0,
3593
2934
  _UDC,
3594
- {
3595
- [_ht]: ["PUT", "/UpdateDistributionConfiguration", 200],
3596
- },
2935
+ { [_ht]: ["PUT", "/UpdateDistributionConfiguration", 200] },
3597
2936
  () => UpdateDistributionConfigurationRequest,
3598
2937
  () => UpdateDistributionConfigurationResponse,
3599
2938
  ];
@@ -3601,9 +2940,7 @@ export var UpdateImagePipeline = [
3601
2940
  9,
3602
2941
  n0,
3603
2942
  _UIP,
3604
- {
3605
- [_ht]: ["PUT", "/UpdateImagePipeline", 200],
3606
- },
2943
+ { [_ht]: ["PUT", "/UpdateImagePipeline", 200] },
3607
2944
  () => UpdateImagePipelineRequest,
3608
2945
  () => UpdateImagePipelineResponse,
3609
2946
  ];
@@ -3611,9 +2948,7 @@ export var UpdateInfrastructureConfiguration = [
3611
2948
  9,
3612
2949
  n0,
3613
2950
  _UIC,
3614
- {
3615
- [_ht]: ["PUT", "/UpdateInfrastructureConfiguration", 200],
3616
- },
2951
+ { [_ht]: ["PUT", "/UpdateInfrastructureConfiguration", 200] },
3617
2952
  () => UpdateInfrastructureConfigurationRequest,
3618
2953
  () => UpdateInfrastructureConfigurationResponse,
3619
2954
  ];
@@ -3621,9 +2956,7 @@ export var UpdateLifecyclePolicy = [
3621
2956
  9,
3622
2957
  n0,
3623
2958
  _ULP,
3624
- {
3625
- [_ht]: ["PUT", "/UpdateLifecyclePolicy", 200],
3626
- },
2959
+ { [_ht]: ["PUT", "/UpdateLifecyclePolicy", 200] },
3627
2960
  () => UpdateLifecyclePolicyRequest,
3628
2961
  () => UpdateLifecyclePolicyResponse,
3629
2962
  ];