@aws-sdk/client-imagebuilder 3.936.0 → 3.939.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 (36) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +240 -17
  3. package/dist-es/Imagebuilder.js +4 -0
  4. package/dist-es/commands/DistributeImageCommand.js +16 -0
  5. package/dist-es/commands/RetryImageCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/errors.js +36 -0
  8. package/dist-es/schemas/schemas_0.js +174 -18
  9. package/dist-types/Imagebuilder.d.ts +14 -0
  10. package/dist-types/ImagebuilderClient.d.ts +4 -2
  11. package/dist-types/commands/CreateComponentCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateImageCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateImageRecipeCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateWorkflowCommand.d.ts +10 -0
  16. package/dist-types/commands/DistributeImageCommand.d.ts +127 -0
  17. package/dist-types/commands/GetComponentCommand.d.ts +6 -0
  18. package/dist-types/commands/GetContainerRecipeCommand.d.ts +6 -0
  19. package/dist-types/commands/GetImageCommand.d.ts +6 -0
  20. package/dist-types/commands/GetImageRecipeCommand.d.ts +6 -0
  21. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -0
  22. package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +1 -0
  23. package/dist-types/commands/RetryImageCommand.d.ts +105 -0
  24. package/dist-types/commands/index.d.ts +2 -0
  25. package/dist-types/models/errors.d.ts +36 -0
  26. package/dist-types/models/models_0.d.ts +189 -15
  27. package/dist-types/schemas/schemas_0.d.ts +10 -0
  28. package/dist-types/ts3.4/Imagebuilder.d.ts +34 -0
  29. package/dist-types/ts3.4/ImagebuilderClient.d.ts +12 -0
  30. package/dist-types/ts3.4/commands/DistributeImageCommand.d.ts +50 -0
  31. package/dist-types/ts3.4/commands/RetryImageCommand.d.ts +47 -0
  32. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  33. package/dist-types/ts3.4/models/errors.d.ts +21 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +39 -0
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  36. package/package.json +2 -2
@@ -1,4 +1,16 @@
1
1
  import { ImagebuilderServiceException as __BaseException } from "./ImagebuilderServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "AccessDeniedException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
+ }
13
+ }
2
14
  export class CallRateLimitExceededException extends __BaseException {
3
15
  name = "CallRateLimitExceededException";
4
16
  $fault = "client";
@@ -95,6 +107,18 @@ export class ServiceUnavailableException extends __BaseException {
95
107
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
96
108
  }
97
109
  }
110
+ export class DryRunOperationException extends __BaseException {
111
+ name = "DryRunOperationException";
112
+ $fault = "client";
113
+ constructor(opts) {
114
+ super({
115
+ name: "DryRunOperationException",
116
+ $fault: "client",
117
+ ...opts,
118
+ });
119
+ Object.setPrototypeOf(this, DryRunOperationException.prototype);
120
+ }
121
+ }
98
122
  export class InvalidParameterCombinationException extends __BaseException {
99
123
  name = "InvalidParameterCombinationException";
100
124
  $fault = "client";
@@ -167,6 +191,18 @@ export class ResourceNotFoundException extends __BaseException {
167
191
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
168
192
  }
169
193
  }
194
+ export class TooManyRequestsException extends __BaseException {
195
+ name = "TooManyRequestsException";
196
+ $fault = "client";
197
+ constructor(opts) {
198
+ super({
199
+ name: "TooManyRequestsException",
200
+ $fault: "client",
201
+ ...opts,
202
+ });
203
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
204
+ }
205
+ }
170
206
  export class InvalidPaginationTokenException extends __BaseException {
171
207
  name = "InvalidPaginationTokenException";
172
208
  $fault = "client";
@@ -1,6 +1,7 @@
1
1
  const _A = "Ami";
2
2
  const _AA = "AccountAggregation";
3
3
  const _ADC = "AmiDistributionConfiguration";
4
+ const _ADE = "AccessDeniedException";
4
5
  const _ADP = "AutoDisablePolicy";
5
6
  const _AIC = "AdditionalInstanceConfiguration";
6
7
  const _AL = "AmiList";
@@ -87,10 +88,14 @@ const _DIRR = "DeleteImageRecipeRequest";
87
88
  const _DIRRe = "DeleteImageRecipeResponse";
88
89
  const _DIRe = "DeleteImageResponse";
89
90
  const _DIRel = "DeleteImageRecipe";
91
+ const _DIRi = "DistributeImageRequest";
92
+ const _DIRis = "DistributeImageResponse";
93
+ const _DIi = "DistributeImage";
90
94
  const _DL = "DistributionList";
91
95
  const _DLP = "DeleteLifecyclePolicy";
92
96
  const _DLPR = "DeleteLifecyclePolicyRequest";
93
97
  const _DLPRe = "DeleteLifecyclePolicyResponse";
98
+ const _DROE = "DryRunOperationException";
94
99
  const _DW = "DeleteWorkflow";
95
100
  const _DWR = "DeleteWorkflowRequest";
96
101
  const _DWRe = "DeleteWorkflowResponse";
@@ -282,6 +287,7 @@ const _LTCL = "LaunchTemplateConfigurationList";
282
287
  const _LTFR = "ListTagsForResource";
283
288
  const _LTFRR = "ListTagsForResourceRequest";
284
289
  const _LTFRRi = "ListTagsForResourceResponse";
290
+ const _LVR = "LatestVersionReferences";
285
291
  const _LW = "ListWorkflows";
286
292
  const _LWBV = "ListWorkflowBuildVersions";
287
293
  const _LWBVR = "ListWorkflowBuildVersionsRequest";
@@ -318,6 +324,9 @@ const _PVD = "PackageVulnerabilityDetails";
318
324
  const _R = "Remediation";
319
325
  const _RAEE = "ResourceAlreadyExistsException";
320
326
  const _RDE = "ResourceDependencyException";
327
+ const _RI = "RetryImage";
328
+ const _RIR = "RetryImageRequest";
329
+ const _RIRe = "RetryImageResponse";
321
330
  const _RIUE = "ResourceInUseException";
322
331
  const _RNFE = "ResourceNotFoundException";
323
332
  const _RR = "RemediationRecommendation";
@@ -344,6 +353,7 @@ const _SWSA = "SendWorkflowStepAction";
344
353
  const _SWSAR = "SendWorkflowStepActionRequest";
345
354
  const _SWSARe = "SendWorkflowStepActionResponse";
346
355
  const _TCR = "TargetContainerRepository";
356
+ const _TMRE = "TooManyRequestsException";
347
357
  const _TR = "TagResource";
348
358
  const _TRR = "TagResourceRequest";
349
359
  const _TRRa = "TagResourceResponse";
@@ -435,6 +445,7 @@ const _dLR = "dateLastRun";
435
445
  const _dN = "deviceName";
436
446
  const _dNR = "dateNextRun";
437
447
  const _dOT = "deleteOnTermination";
448
+ const _dR = "dryRun";
438
449
  const _dT = "deprecationTime";
439
450
  const _dTD = "dockerfileTemplateData";
440
451
  const _dTU = "dockerfileTemplateUri";
@@ -521,9 +532,12 @@ const _lES = "lifecycleExecutionState";
521
532
  const _lEi = "lifecycleExecutions";
522
533
  const _lGN = "logGroupName";
523
534
  const _lL = "lastLaunched";
535
+ const _lMVA = "latestMajorVersionArn";
536
+ const _lMVAa = "latestMinorVersionArn";
524
537
  const _lP = "launchPermission";
525
538
  const _lPA = "lifecyclePolicyArn";
526
539
  const _lPSL = "lifecyclePolicySummaryList";
540
+ const _lPVA = "latestPatchVersionArn";
527
541
  const _lPi = "lifecyclePolicy";
528
542
  const _lRS = "lastRunStatus";
529
543
  const _lT = "launchTemplate";
@@ -531,6 +545,8 @@ const _lTC = "launchTemplateConfigurations";
531
545
  const _lTI = "launchTemplateId";
532
546
  const _lTN = "launchTemplateName";
533
547
  const _lTV = "launchTemplateVersion";
548
+ const _lVA = "latestVersionArn";
549
+ const _lVR = "latestVersionReferences";
534
550
  const _m = "message";
535
551
  const _mPL = "maxParallelLaunches";
536
552
  const _mR = "maxResults";
@@ -590,6 +606,7 @@ const _rel = "release";
590
606
  const _rem = "remediation";
591
607
  const _res = "responses";
592
608
  const _reso = "resources";
609
+ const _ret = "retried";
593
610
  const _s = "state";
594
611
  const _sA = "sharedAccounts";
595
612
  const _sB = "s3Bucket";
@@ -603,6 +620,7 @@ const _sEI = "stepExecutionId";
603
620
  const _sGI = "securityGroupIds";
604
621
  const _sI = "subnetId";
605
622
  const _sIn = "snapshotId";
623
+ const _sIo = "sourceImage";
606
624
  const _sKP = "s3KeyPrefix";
607
625
  const _sL = "s3Logs";
608
626
  const _sLH = "sourceLayerHash";
@@ -682,8 +700,20 @@ const _wVL = "workflowVersionList";
682
700
  const _wo = "workflow";
683
701
  const n0 = "com.amazonaws.imagebuilder";
684
702
  import { TypeRegistry } from "@smithy/core/schema";
685
- 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/errors";
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";
686
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
+ ];
716
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
687
717
  export var AccountAggregation = [3, n0, _AA, 0, [_aI, _sC], [0, () => SeverityCounts]];
688
718
  export var AdditionalInstanceConfiguration = [
689
719
  3,
@@ -834,10 +864,17 @@ export var CreateComponentRequest = [
834
864
  n0,
835
865
  _CCR,
836
866
  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]],
867
+ [_n, _sV, _d, _cD, _p, _sOV, _da, _u, _kKI, _ta, _cT, _dR],
868
+ [0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 128 | 0, [0, 4], 2],
869
+ ];
870
+ export var CreateComponentResponse = [
871
+ 3,
872
+ n0,
873
+ _CCRr,
874
+ 0,
875
+ [_rI, _cT, _cBVA, _lVR],
876
+ [0, 0, 0, () => LatestVersionReferences],
839
877
  ];
840
- export var CreateComponentResponse = [3, n0, _CCRr, 0, [_rI, _cT, _cBVA], [0, 0, 0]];
841
878
  export var CreateContainerRecipeRequest = [
842
879
  3,
843
880
  n0,
@@ -863,7 +900,14 @@ export var CreateContainerRecipeRequest = [
863
900
  [0, 4],
864
901
  ],
865
902
  ];
866
- export var CreateContainerRecipeResponse = [3, n0, _CCRRr, 0, [_rI, _cT, _cRA], [0, 0, 0]];
903
+ export var CreateContainerRecipeResponse = [
904
+ 3,
905
+ n0,
906
+ _CCRRr,
907
+ 0,
908
+ [_rI, _cT, _cRA, _lVR],
909
+ [0, 0, 0, () => LatestVersionReferences],
910
+ ];
867
911
  export var CreateDistributionConfigurationRequest = [
868
912
  3,
869
913
  n0,
@@ -926,7 +970,14 @@ export var CreateImageRecipeRequest = [
926
970
  [0, 4],
927
971
  ],
928
972
  ];
929
- export var CreateImageRecipeResponse = [3, n0, _CIRRr, 0, [_rI, _cT, _iRA], [0, 0, 0]];
973
+ export var CreateImageRecipeResponse = [
974
+ 3,
975
+ n0,
976
+ _CIRRr,
977
+ 0,
978
+ [_rI, _cT, _iRA, _lVR],
979
+ [0, 0, 0, () => LatestVersionReferences],
980
+ ];
930
981
  export var CreateImageRequest = [
931
982
  3,
932
983
  n0,
@@ -948,7 +999,14 @@ export var CreateImageRequest = [
948
999
  () => ImageLoggingConfiguration,
949
1000
  ],
950
1001
  ];
951
- export var CreateImageResponse = [3, n0, _CIRr, 0, [_rI, _cT, _iBVA], [0, 0, 0]];
1002
+ export var CreateImageResponse = [
1003
+ 3,
1004
+ n0,
1005
+ _CIRr,
1006
+ 0,
1007
+ [_rI, _cT, _iBVA, _lVR],
1008
+ [0, 0, 0, () => LatestVersionReferences],
1009
+ ];
952
1010
  export var CreateInfrastructureConfigurationRequest = [
953
1011
  3,
954
1012
  n0,
@@ -995,10 +1053,17 @@ export var CreateWorkflowRequest = [
995
1053
  n0,
996
1054
  _CWR,
997
1055
  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],
1056
+ [_n, _sV, _d, _cD, _da, _u, _kKI, _ta, _cT, _t, _dR],
1057
+ [0, 0, 0, 0, 0, 0, 0, 128 | 0, [0, 4], 0, 2],
1058
+ ];
1059
+ export var CreateWorkflowResponse = [
1060
+ 3,
1061
+ n0,
1062
+ _CWRr,
1063
+ 0,
1064
+ [_cT, _wBVA, _lVR],
1065
+ [0, 0, () => LatestVersionReferences],
1000
1066
  ];
1001
- export var CreateWorkflowResponse = [3, n0, _CWRr, 0, [_cT, _wBVA], [0, 0]];
1002
1067
  export var CvssScore = [3, n0, _CSv, 0, [_bS, _sVc, _v, _so], [1, 0, 0, 0]];
1003
1068
  export var CvssScoreAdjustment = [3, n0, _CSA, 0, [_me, _re], [0, 0]];
1004
1069
  export var CvssScoreDetails = [
@@ -1153,6 +1218,15 @@ export var DeleteWorkflowRequest = [
1153
1218
  ],
1154
1219
  ];
1155
1220
  export var DeleteWorkflowResponse = [3, n0, _DWRe, 0, [_wBVA], [0]];
1221
+ export var DistributeImageRequest = [
1222
+ 3,
1223
+ n0,
1224
+ _DIRi,
1225
+ 0,
1226
+ [_sIo, _dCA, _eR, _ta, _cT, _lC],
1227
+ [0, 0, 0, 128 | 0, [0, 4], () => ImageLoggingConfiguration],
1228
+ ];
1229
+ export var DistributeImageResponse = [3, n0, _DIRis, 0, [_cT, _iBVA], [0, 0]];
1156
1230
  export var Distribution = [
1157
1231
  3,
1158
1232
  n0,
@@ -1186,6 +1260,18 @@ export var DistributionConfigurationSummary = [
1186
1260
  [_a, _n, _d, _dC, _dU, _ta, _reg],
1187
1261
  [0, 0, 0, 0, 0, 128 | 0, 64 | 0],
1188
1262
  ];
1263
+ export var DryRunOperationException = [
1264
+ -3,
1265
+ n0,
1266
+ _DROE,
1267
+ {
1268
+ [_e]: _c,
1269
+ [_hE]: 412,
1270
+ },
1271
+ [_m],
1272
+ [0],
1273
+ ];
1274
+ TypeRegistry.for(n0).registerError(DryRunOperationException, __DryRunOperationException);
1189
1275
  export var EbsInstanceBlockDeviceSpecification = [
1190
1276
  3,
1191
1277
  n0,
@@ -1256,7 +1342,14 @@ export var GetComponentRequest = [
1256
1342
  ],
1257
1343
  ],
1258
1344
  ];
1259
- export var GetComponentResponse = [3, n0, _GCRe, 0, [_rI, _com], [0, () => Component]];
1345
+ export var GetComponentResponse = [
1346
+ 3,
1347
+ n0,
1348
+ _GCRe,
1349
+ 0,
1350
+ [_rI, _com, _lVR],
1351
+ [0, () => Component, () => LatestVersionReferences],
1352
+ ];
1260
1353
  export var GetContainerRecipePolicyRequest = [
1261
1354
  3,
1262
1355
  n0,
@@ -1293,8 +1386,8 @@ export var GetContainerRecipeResponse = [
1293
1386
  n0,
1294
1387
  _GCRRe,
1295
1388
  0,
1296
- [_rI, _cR],
1297
- [0, () => ContainerRecipe],
1389
+ [_rI, _cR, _lVR],
1390
+ [0, () => ContainerRecipe, () => LatestVersionReferences],
1298
1391
  ];
1299
1392
  export var GetDistributionConfigurationRequest = [
1300
1393
  3,
@@ -1382,7 +1475,14 @@ export var GetImageRecipeRequest = [
1382
1475
  ],
1383
1476
  ],
1384
1477
  ];
1385
- export var GetImageRecipeResponse = [3, n0, _GIRRe, 0, [_rI, _iR], [0, () => ImageRecipe]];
1478
+ export var GetImageRecipeResponse = [
1479
+ 3,
1480
+ n0,
1481
+ _GIRRe,
1482
+ 0,
1483
+ [_rI, _iR, _lVR],
1484
+ [0, () => ImageRecipe, () => LatestVersionReferences],
1485
+ ];
1386
1486
  export var GetImageRequest = [
1387
1487
  3,
1388
1488
  n0,
@@ -1398,7 +1498,14 @@ export var GetImageRequest = [
1398
1498
  ],
1399
1499
  ],
1400
1500
  ];
1401
- export var GetImageResponse = [3, n0, _GIRe, 0, [_rI, _i], [0, () => Image]];
1501
+ export var GetImageResponse = [
1502
+ 3,
1503
+ n0,
1504
+ _GIRe,
1505
+ 0,
1506
+ [_rI, _i, _lVR],
1507
+ [0, () => Image, () => LatestVersionReferences],
1508
+ ];
1402
1509
  export var GetInfrastructureConfigurationRequest = [
1403
1510
  3,
1404
1511
  n0,
@@ -1494,7 +1601,14 @@ export var GetWorkflowRequest = [
1494
1601
  ],
1495
1602
  ],
1496
1603
  ];
1497
- export var GetWorkflowResponse = [3, n0, _GWRe, 0, [_wo], [() => Workflow]];
1604
+ export var GetWorkflowResponse = [
1605
+ 3,
1606
+ n0,
1607
+ _GWRe,
1608
+ 0,
1609
+ [_wo, _lVR],
1610
+ [() => Workflow, () => LatestVersionReferences],
1611
+ ];
1498
1612
  export var GetWorkflowStepExecutionRequest = [
1499
1613
  3,
1500
1614
  n0,
@@ -1898,6 +2012,14 @@ export var InvalidVersionNumberException = [
1898
2012
  [0],
1899
2013
  ];
1900
2014
  TypeRegistry.for(n0).registerError(InvalidVersionNumberException, __InvalidVersionNumberException);
2015
+ export var LatestVersionReferences = [
2016
+ 3,
2017
+ n0,
2018
+ _LVR,
2019
+ 0,
2020
+ [_lVA, _lMVA, _lMVAa, _lPVA],
2021
+ [0, 0, 0, 0],
2022
+ ];
1901
2023
  export var LaunchPermissionConfiguration = [
1902
2024
  3,
1903
2025
  n0,
@@ -2389,6 +2511,8 @@ export var ResourceStateUpdateExclusionRules = [
2389
2511
  [() => LifecyclePolicyDetailExclusionRulesAmis],
2390
2512
  ];
2391
2513
  export var ResourceStateUpdateIncludeResources = [3, n0, _RSUIR, 0, [_am, _sn, _con], [2, 2, 2]];
2514
+ export var RetryImageRequest = [3, n0, _RIR, 0, [_iBVA, _cT], [0, [0, 4]]];
2515
+ export var RetryImageResponse = [3, n0, _RIRe, 0, [_cT, _iBVA], [0, 0]];
2392
2516
  export var S3ExportConfiguration = [3, n0, _SEC, 0, [_rNo, _dIF, _sB, _sP], [0, 0, 0, 0]];
2393
2517
  export var S3Logs = [3, n0, _SL, 0, [_sBN, _sKP], [0, 0]];
2394
2518
  export var Schedule = [
@@ -2483,6 +2607,18 @@ export var SystemsManagerAgent = [3, n0, _SMA, 0, [_uAB], [2]];
2483
2607
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
2484
2608
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2485
2609
  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
+ ];
2621
+ TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
2486
2622
  export var UntagResourceRequest = [
2487
2623
  3,
2488
2624
  n0,
@@ -2596,8 +2732,8 @@ export var WorkflowExecutionMetadata = [
2596
2732
  n0,
2597
2733
  _WEM,
2598
2734
  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],
2735
+ [_wBVA, _wEI, _t, _st, _m, _tSC, _tSS, _tSF, _tSSo, _sT, _eT, _pG, _ret],
2736
+ [0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 2],
2601
2737
  ];
2602
2738
  export var WorkflowParameter = [3, n0, _WP, 0, [_n, _va], [0, 64 | 0]];
2603
2739
  export var WorkflowParameterDetail = [3, n0, _WPD, 0, [_n, _t, _dV, _d], [0, 0, 64 | 0, 0]];
@@ -2921,6 +3057,16 @@ export var DeleteWorkflow = [
2921
3057
  () => DeleteWorkflowRequest,
2922
3058
  () => DeleteWorkflowResponse,
2923
3059
  ];
3060
+ export var DistributeImage = [
3061
+ 9,
3062
+ n0,
3063
+ _DIi,
3064
+ {
3065
+ [_ht]: ["PUT", "/DistributeImage", 200],
3066
+ },
3067
+ () => DistributeImageRequest,
3068
+ () => DistributeImageResponse,
3069
+ ];
2924
3070
  export var GetComponent = [
2925
3071
  9,
2926
3072
  n0,
@@ -3381,6 +3527,16 @@ export var PutImageRecipePolicy = [
3381
3527
  () => PutImageRecipePolicyRequest,
3382
3528
  () => PutImageRecipePolicyResponse,
3383
3529
  ];
3530
+ export var RetryImage = [
3531
+ 9,
3532
+ n0,
3533
+ _RI,
3534
+ {
3535
+ [_ht]: ["PUT", "/RetryImage", 200],
3536
+ },
3537
+ () => RetryImageRequest,
3538
+ () => RetryImageResponse,
3539
+ ];
3384
3540
  export var SendWorkflowStepAction = [
3385
3541
  9,
3386
3542
  n0,
@@ -19,6 +19,7 @@ import { DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput } from ".
19
19
  import { DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput } from "./commands/DeleteInfrastructureConfigurationCommand";
20
20
  import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "./commands/DeleteLifecyclePolicyCommand";
21
21
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
22
+ import { DistributeImageCommandInput, DistributeImageCommandOutput } from "./commands/DistributeImageCommand";
22
23
  import { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
23
24
  import { GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput } from "./commands/GetComponentPolicyCommand";
24
25
  import { GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput } from "./commands/GetContainerRecipeCommand";
@@ -65,6 +66,7 @@ import { PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput } from
65
66
  import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput } from "./commands/PutContainerRecipePolicyCommand";
66
67
  import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "./commands/PutImagePolicyCommand";
67
68
  import { PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput } from "./commands/PutImageRecipePolicyCommand";
69
+ import { RetryImageCommandInput, RetryImageCommandOutput } from "./commands/RetryImageCommand";
68
70
  import { SendWorkflowStepActionCommandInput, SendWorkflowStepActionCommandOutput } from "./commands/SendWorkflowStepActionCommand";
69
71
  import { StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput } from "./commands/StartImagePipelineExecutionCommand";
70
72
  import { StartResourceStateUpdateCommandInput, StartResourceStateUpdateCommandOutput } from "./commands/StartResourceStateUpdateCommand";
@@ -196,6 +198,12 @@ export interface Imagebuilder {
196
198
  deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
197
199
  deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
198
200
  deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
201
+ /**
202
+ * @see {@link DistributeImageCommand}
203
+ */
204
+ distributeImage(args: DistributeImageCommandInput, options?: __HttpHandlerOptions): Promise<DistributeImageCommandOutput>;
205
+ distributeImage(args: DistributeImageCommandInput, cb: (err: any, data?: DistributeImageCommandOutput) => void): void;
206
+ distributeImage(args: DistributeImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DistributeImageCommandOutput) => void): void;
199
207
  /**
200
208
  * @see {@link GetComponentCommand}
201
209
  */
@@ -487,6 +495,12 @@ export interface Imagebuilder {
487
495
  putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutImageRecipePolicyCommandOutput>;
488
496
  putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, cb: (err: any, data?: PutImageRecipePolicyCommandOutput) => void): void;
489
497
  putImageRecipePolicy(args: PutImageRecipePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutImageRecipePolicyCommandOutput) => void): void;
498
+ /**
499
+ * @see {@link RetryImageCommand}
500
+ */
501
+ retryImage(args: RetryImageCommandInput, options?: __HttpHandlerOptions): Promise<RetryImageCommandOutput>;
502
+ retryImage(args: RetryImageCommandInput, cb: (err: any, data?: RetryImageCommandOutput) => void): void;
503
+ retryImage(args: RetryImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryImageCommandOutput) => void): void;
490
504
  /**
491
505
  * @see {@link SendWorkflowStepActionCommand}
492
506
  */
@@ -27,6 +27,7 @@ import { DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput } from ".
27
27
  import { DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput } from "./commands/DeleteInfrastructureConfigurationCommand";
28
28
  import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "./commands/DeleteLifecyclePolicyCommand";
29
29
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
30
+ import { DistributeImageCommandInput, DistributeImageCommandOutput } from "./commands/DistributeImageCommand";
30
31
  import { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
31
32
  import { GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput } from "./commands/GetComponentPolicyCommand";
32
33
  import { GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput } from "./commands/GetContainerRecipeCommand";
@@ -73,6 +74,7 @@ import { PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput } from
73
74
  import { PutContainerRecipePolicyCommandInput, PutContainerRecipePolicyCommandOutput } from "./commands/PutContainerRecipePolicyCommand";
74
75
  import { PutImagePolicyCommandInput, PutImagePolicyCommandOutput } from "./commands/PutImagePolicyCommand";
75
76
  import { PutImageRecipePolicyCommandInput, PutImageRecipePolicyCommandOutput } from "./commands/PutImageRecipePolicyCommand";
77
+ import { RetryImageCommandInput, RetryImageCommandOutput } from "./commands/RetryImageCommand";
76
78
  import { SendWorkflowStepActionCommandInput, SendWorkflowStepActionCommandOutput } from "./commands/SendWorkflowStepActionCommand";
77
79
  import { StartImagePipelineExecutionCommandInput, StartImagePipelineExecutionCommandOutput } from "./commands/StartImagePipelineExecutionCommand";
78
80
  import { StartResourceStateUpdateCommandInput, StartResourceStateUpdateCommandOutput } from "./commands/StartResourceStateUpdateCommand";
@@ -88,11 +90,11 @@ export { __Client };
88
90
  /**
89
91
  * @public
90
92
  */
91
- export type ServiceInputTypes = CancelImageCreationCommandInput | CancelLifecycleExecutionCommandInput | CreateComponentCommandInput | CreateContainerRecipeCommandInput | CreateDistributionConfigurationCommandInput | CreateImageCommandInput | CreateImagePipelineCommandInput | CreateImageRecipeCommandInput | CreateInfrastructureConfigurationCommandInput | CreateLifecyclePolicyCommandInput | CreateWorkflowCommandInput | DeleteComponentCommandInput | DeleteContainerRecipeCommandInput | DeleteDistributionConfigurationCommandInput | DeleteImageCommandInput | DeleteImagePipelineCommandInput | DeleteImageRecipeCommandInput | DeleteInfrastructureConfigurationCommandInput | DeleteLifecyclePolicyCommandInput | DeleteWorkflowCommandInput | GetComponentCommandInput | GetComponentPolicyCommandInput | GetContainerRecipeCommandInput | GetContainerRecipePolicyCommandInput | GetDistributionConfigurationCommandInput | GetImageCommandInput | GetImagePipelineCommandInput | GetImagePolicyCommandInput | GetImageRecipeCommandInput | GetImageRecipePolicyCommandInput | GetInfrastructureConfigurationCommandInput | GetLifecycleExecutionCommandInput | GetLifecyclePolicyCommandInput | GetMarketplaceResourceCommandInput | GetWorkflowCommandInput | GetWorkflowExecutionCommandInput | GetWorkflowStepExecutionCommandInput | ImportComponentCommandInput | ImportDiskImageCommandInput | ImportVmImageCommandInput | ListComponentBuildVersionsCommandInput | ListComponentsCommandInput | ListContainerRecipesCommandInput | ListDistributionConfigurationsCommandInput | ListImageBuildVersionsCommandInput | ListImagePackagesCommandInput | ListImagePipelineImagesCommandInput | ListImagePipelinesCommandInput | ListImageRecipesCommandInput | ListImageScanFindingAggregationsCommandInput | ListImageScanFindingsCommandInput | ListImagesCommandInput | ListInfrastructureConfigurationsCommandInput | ListLifecycleExecutionResourcesCommandInput | ListLifecycleExecutionsCommandInput | ListLifecyclePoliciesCommandInput | ListTagsForResourceCommandInput | ListWaitingWorkflowStepsCommandInput | ListWorkflowBuildVersionsCommandInput | ListWorkflowExecutionsCommandInput | ListWorkflowStepExecutionsCommandInput | ListWorkflowsCommandInput | PutComponentPolicyCommandInput | PutContainerRecipePolicyCommandInput | PutImagePolicyCommandInput | PutImageRecipePolicyCommandInput | SendWorkflowStepActionCommandInput | StartImagePipelineExecutionCommandInput | StartResourceStateUpdateCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDistributionConfigurationCommandInput | UpdateImagePipelineCommandInput | UpdateInfrastructureConfigurationCommandInput | UpdateLifecyclePolicyCommandInput;
93
+ export type ServiceInputTypes = CancelImageCreationCommandInput | CancelLifecycleExecutionCommandInput | CreateComponentCommandInput | CreateContainerRecipeCommandInput | CreateDistributionConfigurationCommandInput | CreateImageCommandInput | CreateImagePipelineCommandInput | CreateImageRecipeCommandInput | CreateInfrastructureConfigurationCommandInput | CreateLifecyclePolicyCommandInput | CreateWorkflowCommandInput | DeleteComponentCommandInput | DeleteContainerRecipeCommandInput | DeleteDistributionConfigurationCommandInput | DeleteImageCommandInput | DeleteImagePipelineCommandInput | DeleteImageRecipeCommandInput | DeleteInfrastructureConfigurationCommandInput | DeleteLifecyclePolicyCommandInput | DeleteWorkflowCommandInput | DistributeImageCommandInput | GetComponentCommandInput | GetComponentPolicyCommandInput | GetContainerRecipeCommandInput | GetContainerRecipePolicyCommandInput | GetDistributionConfigurationCommandInput | GetImageCommandInput | GetImagePipelineCommandInput | GetImagePolicyCommandInput | GetImageRecipeCommandInput | GetImageRecipePolicyCommandInput | GetInfrastructureConfigurationCommandInput | GetLifecycleExecutionCommandInput | GetLifecyclePolicyCommandInput | GetMarketplaceResourceCommandInput | GetWorkflowCommandInput | GetWorkflowExecutionCommandInput | GetWorkflowStepExecutionCommandInput | ImportComponentCommandInput | ImportDiskImageCommandInput | ImportVmImageCommandInput | ListComponentBuildVersionsCommandInput | ListComponentsCommandInput | ListContainerRecipesCommandInput | ListDistributionConfigurationsCommandInput | ListImageBuildVersionsCommandInput | ListImagePackagesCommandInput | ListImagePipelineImagesCommandInput | ListImagePipelinesCommandInput | ListImageRecipesCommandInput | ListImageScanFindingAggregationsCommandInput | ListImageScanFindingsCommandInput | ListImagesCommandInput | ListInfrastructureConfigurationsCommandInput | ListLifecycleExecutionResourcesCommandInput | ListLifecycleExecutionsCommandInput | ListLifecyclePoliciesCommandInput | ListTagsForResourceCommandInput | ListWaitingWorkflowStepsCommandInput | ListWorkflowBuildVersionsCommandInput | ListWorkflowExecutionsCommandInput | ListWorkflowStepExecutionsCommandInput | ListWorkflowsCommandInput | PutComponentPolicyCommandInput | PutContainerRecipePolicyCommandInput | PutImagePolicyCommandInput | PutImageRecipePolicyCommandInput | RetryImageCommandInput | SendWorkflowStepActionCommandInput | StartImagePipelineExecutionCommandInput | StartResourceStateUpdateCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDistributionConfigurationCommandInput | UpdateImagePipelineCommandInput | UpdateInfrastructureConfigurationCommandInput | UpdateLifecyclePolicyCommandInput;
92
94
  /**
93
95
  * @public
94
96
  */
95
- export type ServiceOutputTypes = CancelImageCreationCommandOutput | CancelLifecycleExecutionCommandOutput | CreateComponentCommandOutput | CreateContainerRecipeCommandOutput | CreateDistributionConfigurationCommandOutput | CreateImageCommandOutput | CreateImagePipelineCommandOutput | CreateImageRecipeCommandOutput | CreateInfrastructureConfigurationCommandOutput | CreateLifecyclePolicyCommandOutput | CreateWorkflowCommandOutput | DeleteComponentCommandOutput | DeleteContainerRecipeCommandOutput | DeleteDistributionConfigurationCommandOutput | DeleteImageCommandOutput | DeleteImagePipelineCommandOutput | DeleteImageRecipeCommandOutput | DeleteInfrastructureConfigurationCommandOutput | DeleteLifecyclePolicyCommandOutput | DeleteWorkflowCommandOutput | GetComponentCommandOutput | GetComponentPolicyCommandOutput | GetContainerRecipeCommandOutput | GetContainerRecipePolicyCommandOutput | GetDistributionConfigurationCommandOutput | GetImageCommandOutput | GetImagePipelineCommandOutput | GetImagePolicyCommandOutput | GetImageRecipeCommandOutput | GetImageRecipePolicyCommandOutput | GetInfrastructureConfigurationCommandOutput | GetLifecycleExecutionCommandOutput | GetLifecyclePolicyCommandOutput | GetMarketplaceResourceCommandOutput | GetWorkflowCommandOutput | GetWorkflowExecutionCommandOutput | GetWorkflowStepExecutionCommandOutput | ImportComponentCommandOutput | ImportDiskImageCommandOutput | ImportVmImageCommandOutput | ListComponentBuildVersionsCommandOutput | ListComponentsCommandOutput | ListContainerRecipesCommandOutput | ListDistributionConfigurationsCommandOutput | ListImageBuildVersionsCommandOutput | ListImagePackagesCommandOutput | ListImagePipelineImagesCommandOutput | ListImagePipelinesCommandOutput | ListImageRecipesCommandOutput | ListImageScanFindingAggregationsCommandOutput | ListImageScanFindingsCommandOutput | ListImagesCommandOutput | ListInfrastructureConfigurationsCommandOutput | ListLifecycleExecutionResourcesCommandOutput | ListLifecycleExecutionsCommandOutput | ListLifecyclePoliciesCommandOutput | ListTagsForResourceCommandOutput | ListWaitingWorkflowStepsCommandOutput | ListWorkflowBuildVersionsCommandOutput | ListWorkflowExecutionsCommandOutput | ListWorkflowStepExecutionsCommandOutput | ListWorkflowsCommandOutput | PutComponentPolicyCommandOutput | PutContainerRecipePolicyCommandOutput | PutImagePolicyCommandOutput | PutImageRecipePolicyCommandOutput | SendWorkflowStepActionCommandOutput | StartImagePipelineExecutionCommandOutput | StartResourceStateUpdateCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDistributionConfigurationCommandOutput | UpdateImagePipelineCommandOutput | UpdateInfrastructureConfigurationCommandOutput | UpdateLifecyclePolicyCommandOutput;
97
+ export type ServiceOutputTypes = CancelImageCreationCommandOutput | CancelLifecycleExecutionCommandOutput | CreateComponentCommandOutput | CreateContainerRecipeCommandOutput | CreateDistributionConfigurationCommandOutput | CreateImageCommandOutput | CreateImagePipelineCommandOutput | CreateImageRecipeCommandOutput | CreateInfrastructureConfigurationCommandOutput | CreateLifecyclePolicyCommandOutput | CreateWorkflowCommandOutput | DeleteComponentCommandOutput | DeleteContainerRecipeCommandOutput | DeleteDistributionConfigurationCommandOutput | DeleteImageCommandOutput | DeleteImagePipelineCommandOutput | DeleteImageRecipeCommandOutput | DeleteInfrastructureConfigurationCommandOutput | DeleteLifecyclePolicyCommandOutput | DeleteWorkflowCommandOutput | DistributeImageCommandOutput | GetComponentCommandOutput | GetComponentPolicyCommandOutput | GetContainerRecipeCommandOutput | GetContainerRecipePolicyCommandOutput | GetDistributionConfigurationCommandOutput | GetImageCommandOutput | GetImagePipelineCommandOutput | GetImagePolicyCommandOutput | GetImageRecipeCommandOutput | GetImageRecipePolicyCommandOutput | GetInfrastructureConfigurationCommandOutput | GetLifecycleExecutionCommandOutput | GetLifecyclePolicyCommandOutput | GetMarketplaceResourceCommandOutput | GetWorkflowCommandOutput | GetWorkflowExecutionCommandOutput | GetWorkflowStepExecutionCommandOutput | ImportComponentCommandOutput | ImportDiskImageCommandOutput | ImportVmImageCommandOutput | ListComponentBuildVersionsCommandOutput | ListComponentsCommandOutput | ListContainerRecipesCommandOutput | ListDistributionConfigurationsCommandOutput | ListImageBuildVersionsCommandOutput | ListImagePackagesCommandOutput | ListImagePipelineImagesCommandOutput | ListImagePipelinesCommandOutput | ListImageRecipesCommandOutput | ListImageScanFindingAggregationsCommandOutput | ListImageScanFindingsCommandOutput | ListImagesCommandOutput | ListInfrastructureConfigurationsCommandOutput | ListLifecycleExecutionResourcesCommandOutput | ListLifecycleExecutionsCommandOutput | ListLifecyclePoliciesCommandOutput | ListTagsForResourceCommandOutput | ListWaitingWorkflowStepsCommandOutput | ListWorkflowBuildVersionsCommandOutput | ListWorkflowExecutionsCommandOutput | ListWorkflowStepExecutionsCommandOutput | ListWorkflowsCommandOutput | PutComponentPolicyCommandOutput | PutContainerRecipePolicyCommandOutput | PutImagePolicyCommandOutput | PutImageRecipePolicyCommandOutput | RetryImageCommandOutput | SendWorkflowStepActionCommandOutput | StartImagePipelineExecutionCommandOutput | StartResourceStateUpdateCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDistributionConfigurationCommandOutput | UpdateImagePipelineCommandOutput | UpdateInfrastructureConfigurationCommandOutput | UpdateLifecyclePolicyCommandOutput;
96
98
  /**
97
99
  * @public
98
100
  */
@@ -63,6 +63,7 @@ declare const CreateComponentCommand_base: {
63
63
  * "<keys>": "STRING_VALUE",
64
64
  * },
65
65
  * clientToken: "STRING_VALUE", // required
66
+ * dryRun: true || false,
66
67
  * };
67
68
  * const command = new CreateComponentCommand(input);
68
69
  * const response = await client.send(command);
@@ -70,6 +71,12 @@ declare const CreateComponentCommand_base: {
70
71
  * // requestId: "STRING_VALUE",
71
72
  * // clientToken: "STRING_VALUE",
72
73
  * // componentBuildVersionArn: "STRING_VALUE",
74
+ * // latestVersionReferences: { // LatestVersionReferences
75
+ * // latestVersionArn: "STRING_VALUE",
76
+ * // latestMajorVersionArn: "STRING_VALUE",
77
+ * // latestMinorVersionArn: "STRING_VALUE",
78
+ * // latestPatchVersionArn: "STRING_VALUE",
79
+ * // },
73
80
  * // };
74
81
  *
75
82
  * ```
@@ -88,6 +95,9 @@ declare const CreateComponentCommand_base: {
88
95
  * resource on behalf of a user that doesn't have permissions to use the action or
89
96
  * resource, or specifying an invalid resource identifier.</p>
90
97
  *
98
+ * @throws {@link DryRunOperationException} (client fault)
99
+ * <p>The dry run operation of the resource was successful, and no resources or mutations were actually performed due to the dry run flag in the request.</p>
100
+ *
91
101
  * @throws {@link ForbiddenException} (client fault)
92
102
  * <p>You are not authorized to perform the requested operation.</p>
93
103
  *
@@ -97,6 +97,12 @@ declare const CreateContainerRecipeCommand_base: {
97
97
  * // requestId: "STRING_VALUE",
98
98
  * // clientToken: "STRING_VALUE",
99
99
  * // containerRecipeArn: "STRING_VALUE",
100
+ * // latestVersionReferences: { // LatestVersionReferences
101
+ * // latestVersionArn: "STRING_VALUE",
102
+ * // latestMajorVersionArn: "STRING_VALUE",
103
+ * // latestMinorVersionArn: "STRING_VALUE",
104
+ * // latestPatchVersionArn: "STRING_VALUE",
105
+ * // },
100
106
  * // };
101
107
  *
102
108
  * ```
@@ -88,6 +88,12 @@ declare const CreateImageCommand_base: {
88
88
  * // requestId: "STRING_VALUE",
89
89
  * // clientToken: "STRING_VALUE",
90
90
  * // imageBuildVersionArn: "STRING_VALUE",
91
+ * // latestVersionReferences: { // LatestVersionReferences
92
+ * // latestVersionArn: "STRING_VALUE",
93
+ * // latestMajorVersionArn: "STRING_VALUE",
94
+ * // latestMinorVersionArn: "STRING_VALUE",
95
+ * // latestPatchVersionArn: "STRING_VALUE",
96
+ * // },
91
97
  * // };
92
98
  *
93
99
  * ```
@@ -93,6 +93,12 @@ declare const CreateImageRecipeCommand_base: {
93
93
  * // requestId: "STRING_VALUE",
94
94
  * // clientToken: "STRING_VALUE",
95
95
  * // imageRecipeArn: "STRING_VALUE",
96
+ * // latestVersionReferences: { // LatestVersionReferences
97
+ * // latestVersionArn: "STRING_VALUE",
98
+ * // latestMajorVersionArn: "STRING_VALUE",
99
+ * // latestMinorVersionArn: "STRING_VALUE",
100
+ * // latestPatchVersionArn: "STRING_VALUE",
101
+ * // },
96
102
  * // };
97
103
  *
98
104
  * ```
@@ -49,12 +49,19 @@ declare const CreateWorkflowCommand_base: {
49
49
  * },
50
50
  * clientToken: "STRING_VALUE", // required
51
51
  * type: "BUILD" || "TEST" || "DISTRIBUTION", // required
52
+ * dryRun: true || false,
52
53
  * };
53
54
  * const command = new CreateWorkflowCommand(input);
54
55
  * const response = await client.send(command);
55
56
  * // { // CreateWorkflowResponse
56
57
  * // clientToken: "STRING_VALUE",
57
58
  * // workflowBuildVersionArn: "STRING_VALUE",
59
+ * // latestVersionReferences: { // LatestVersionReferences
60
+ * // latestVersionArn: "STRING_VALUE",
61
+ * // latestMajorVersionArn: "STRING_VALUE",
62
+ * // latestMinorVersionArn: "STRING_VALUE",
63
+ * // latestPatchVersionArn: "STRING_VALUE",
64
+ * // },
58
65
  * // };
59
66
  *
60
67
  * ```
@@ -73,6 +80,9 @@ declare const CreateWorkflowCommand_base: {
73
80
  * resource on behalf of a user that doesn't have permissions to use the action or
74
81
  * resource, or specifying an invalid resource identifier.</p>
75
82
  *
83
+ * @throws {@link DryRunOperationException} (client fault)
84
+ * <p>The dry run operation of the resource was successful, and no resources or mutations were actually performed due to the dry run flag in the request.</p>
85
+ *
76
86
  * @throws {@link ForbiddenException} (client fault)
77
87
  * <p>You are not authorized to perform the requested operation.</p>
78
88
  *