@aws-sdk/client-imagebuilder 3.40.0 → 3.45.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 (75) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/Imagebuilder.js +15 -0
  3. package/dist-cjs/commands/ImportVmImageCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/endpoints.js +9 -0
  6. package/dist-cjs/models/models_0.js +34 -4
  7. package/dist-cjs/protocols/Aws_restJson1.js +186 -2
  8. package/dist-es/Imagebuilder.js +15 -0
  9. package/dist-es/commands/ImportVmImageCommand.js +39 -0
  10. package/dist-es/commands/index.js +1 -0
  11. package/dist-es/endpoints.js +9 -0
  12. package/dist-es/models/models_0.js +24 -0
  13. package/dist-es/protocols/Aws_restJson1.js +189 -3
  14. package/dist-types/Imagebuilder.d.ts +17 -2
  15. package/dist-types/ImagebuilderClient.d.ts +3 -2
  16. package/dist-types/commands/CancelImageCreationCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateComponentCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateImagePipelineCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateImageRecipeCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteComponentCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteImageCommand.d.ts +2 -2
  28. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +1 -1
  31. package/dist-types/commands/GetComponentCommand.d.ts +1 -1
  32. package/dist-types/commands/GetComponentPolicyCommand.d.ts +1 -1
  33. package/dist-types/commands/GetContainerRecipeCommand.d.ts +1 -1
  34. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +1 -1
  35. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +1 -1
  36. package/dist-types/commands/GetImageCommand.d.ts +1 -1
  37. package/dist-types/commands/GetImagePipelineCommand.d.ts +1 -1
  38. package/dist-types/commands/GetImagePolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/GetImageRecipeCommand.d.ts +1 -1
  40. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +1 -1
  41. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +1 -1
  42. package/dist-types/commands/ImportComponentCommand.d.ts +1 -1
  43. package/dist-types/commands/ImportVmImageCommand.d.ts +43 -0
  44. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListComponentsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListContainerRecipesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListImagePackagesCommand.d.ts +1 -1
  50. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListImagePipelinesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListImageRecipesCommand.d.ts +1 -1
  53. package/dist-types/commands/ListImagesCommand.d.ts +1 -1
  54. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/PutComponentPolicyCommand.d.ts +1 -1
  57. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +2 -2
  58. package/dist-types/commands/PutImagePolicyCommand.d.ts +1 -1
  59. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +1 -1
  60. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +1 -1
  61. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +1 -1
  66. package/dist-types/commands/index.d.ts +1 -0
  67. package/dist-types/models/models_0.d.ts +253 -14
  68. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  69. package/dist-types/ts3.4/Imagebuilder.d.ts +5 -0
  70. package/dist-types/ts3.4/ImagebuilderClient.d.ts +3 -2
  71. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +73 -0
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
  75. package/package.json +6 -6
@@ -37,6 +37,12 @@ export var AmiDistributionConfiguration;
37
37
  (function (AmiDistributionConfiguration) {
38
38
  AmiDistributionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
39
39
  })(AmiDistributionConfiguration || (AmiDistributionConfiguration = {}));
40
+ export var BuildType;
41
+ (function (BuildType) {
42
+ BuildType["IMPORT"] = "IMPORT";
43
+ BuildType["SCHEDULED"] = "SCHEDULED";
44
+ BuildType["USER_INITIATED"] = "USER_INITIATED";
45
+ })(BuildType || (BuildType = {}));
40
46
  export var CallRateLimitExceededException;
41
47
  (function (CallRateLimitExceededException) {
42
48
  CallRateLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -209,6 +215,16 @@ export var LaunchTemplateConfiguration;
209
215
  (function (LaunchTemplateConfiguration) {
210
216
  LaunchTemplateConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
211
217
  })(LaunchTemplateConfiguration || (LaunchTemplateConfiguration = {}));
218
+ export var DiskImageFormat;
219
+ (function (DiskImageFormat) {
220
+ DiskImageFormat["RAW"] = "RAW";
221
+ DiskImageFormat["VHD"] = "VHD";
222
+ DiskImageFormat["VMDK"] = "VMDK";
223
+ })(DiskImageFormat || (DiskImageFormat = {}));
224
+ export var S3ExportConfiguration;
225
+ (function (S3ExportConfiguration) {
226
+ S3ExportConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
227
+ })(S3ExportConfiguration || (S3ExportConfiguration = {}));
212
228
  export var Distribution;
213
229
  (function (Distribution) {
214
230
  Distribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -480,6 +496,14 @@ export var ImportComponentResponse;
480
496
  (function (ImportComponentResponse) {
481
497
  ImportComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
482
498
  })(ImportComponentResponse || (ImportComponentResponse = {}));
499
+ export var ImportVmImageRequest;
500
+ (function (ImportVmImageRequest) {
501
+ ImportVmImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
502
+ })(ImportVmImageRequest || (ImportVmImageRequest = {}));
503
+ export var ImportVmImageResponse;
504
+ (function (ImportVmImageResponse) {
505
+ ImportVmImageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
506
+ })(ImportVmImageResponse || (ImportVmImageResponse = {}));
483
507
  export var InvalidPaginationTokenException;
484
508
  (function (InvalidPaginationTokenException) {
485
509
  InvalidPaginationTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -730,6 +730,33 @@ export var serializeAws_restJson1ImportComponentCommand = function (input, conte
730
730
  }
731
731
  });
732
732
  }); };
733
+ export var serializeAws_restJson1ImportVmImageCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
734
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body;
735
+ var _c;
736
+ return __generator(this, function (_d) {
737
+ switch (_d.label) {
738
+ case 0: return [4, context.endpoint()];
739
+ case 1:
740
+ _a = _d.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
741
+ headers = {
742
+ "content-type": "application/json",
743
+ };
744
+ resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/ImportVmImage";
745
+ body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.description !== undefined && input.description !== null && { description: input.description })), (input.name !== undefined && input.name !== null && { name: input.name })), (input.osVersion !== undefined && input.osVersion !== null && { osVersion: input.osVersion })), (input.platform !== undefined && input.platform !== null && { platform: input.platform })), (input.semanticVersion !== undefined &&
746
+ input.semanticVersion !== null && { semanticVersion: input.semanticVersion })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_restJson1TagMap(input.tags, context) })), (input.vmImportTaskId !== undefined &&
747
+ input.vmImportTaskId !== null && { vmImportTaskId: input.vmImportTaskId })));
748
+ return [2, new __HttpRequest({
749
+ protocol: protocol,
750
+ hostname: hostname,
751
+ port: port,
752
+ method: "PUT",
753
+ headers: headers,
754
+ path: resolvedPath,
755
+ body: body,
756
+ })];
757
+ }
758
+ });
759
+ }); };
733
760
  export var serializeAws_restJson1ListComponentBuildVersionsCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
734
761
  var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body;
735
762
  return __generator(this, function (_c) {
@@ -4595,6 +4622,92 @@ var deserializeAws_restJson1ImportComponentCommandError = function (output, cont
4595
4622
  }
4596
4623
  });
4597
4624
  }); };
4625
+ export var deserializeAws_restJson1ImportVmImageCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
4626
+ var contents, data, _a, _b;
4627
+ return __generator(this, function (_c) {
4628
+ switch (_c.label) {
4629
+ case 0:
4630
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4631
+ return [2, deserializeAws_restJson1ImportVmImageCommandError(output, context)];
4632
+ }
4633
+ contents = {
4634
+ $metadata: deserializeMetadata(output),
4635
+ clientToken: undefined,
4636
+ imageArn: undefined,
4637
+ requestId: undefined,
4638
+ };
4639
+ _a = __expectNonNull;
4640
+ _b = __expectObject;
4641
+ return [4, parseBody(output.body, context)];
4642
+ case 1:
4643
+ data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
4644
+ if (data.clientToken !== undefined && data.clientToken !== null) {
4645
+ contents.clientToken = __expectString(data.clientToken);
4646
+ }
4647
+ if (data.imageArn !== undefined && data.imageArn !== null) {
4648
+ contents.imageArn = __expectString(data.imageArn);
4649
+ }
4650
+ if (data.requestId !== undefined && data.requestId !== null) {
4651
+ contents.requestId = __expectString(data.requestId);
4652
+ }
4653
+ return [2, Promise.resolve(contents)];
4654
+ }
4655
+ });
4656
+ }); };
4657
+ var deserializeAws_restJson1ImportVmImageCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
4658
+ var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, parsedBody, message;
4659
+ var _f;
4660
+ return __generator(this, function (_g) {
4661
+ switch (_g.label) {
4662
+ case 0:
4663
+ _a = [__assign({}, output)];
4664
+ _f = {};
4665
+ return [4, parseBody(output.body, context)];
4666
+ case 1:
4667
+ parsedOutput = __assign.apply(void 0, _a.concat([(_f.body = _g.sent(), _f)]));
4668
+ errorCode = "UnknownError";
4669
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
4670
+ _b = errorCode;
4671
+ switch (_b) {
4672
+ case "ClientException": return [3, 2];
4673
+ case "com.amazonaws.imagebuilder#ClientException": return [3, 2];
4674
+ case "ServiceException": return [3, 4];
4675
+ case "com.amazonaws.imagebuilder#ServiceException": return [3, 4];
4676
+ case "ServiceUnavailableException": return [3, 6];
4677
+ case "com.amazonaws.imagebuilder#ServiceUnavailableException": return [3, 6];
4678
+ }
4679
+ return [3, 8];
4680
+ case 2:
4681
+ _c = [{}];
4682
+ return [4, deserializeAws_restJson1ClientExceptionResponse(parsedOutput, context)];
4683
+ case 3:
4684
+ response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_g.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
4685
+ return [3, 9];
4686
+ case 4:
4687
+ _d = [{}];
4688
+ return [4, deserializeAws_restJson1ServiceExceptionResponse(parsedOutput, context)];
4689
+ case 5:
4690
+ response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_g.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
4691
+ return [3, 9];
4692
+ case 6:
4693
+ _e = [{}];
4694
+ return [4, deserializeAws_restJson1ServiceUnavailableExceptionResponse(parsedOutput, context)];
4695
+ case 7:
4696
+ response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(_g.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
4697
+ return [3, 9];
4698
+ case 8:
4699
+ parsedBody = parsedOutput.body;
4700
+ errorCode = parsedBody.code || parsedBody.Code || errorCode;
4701
+ response = __assign(__assign({}, parsedBody), { name: "" + errorCode, message: parsedBody.message || parsedBody.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
4702
+ _g.label = 9;
4703
+ case 9:
4704
+ message = response.message || response.Message || errorCode;
4705
+ response.message = message;
4706
+ delete response.Message;
4707
+ return [2, Promise.reject(Object.assign(new Error(message), response))];
4708
+ }
4709
+ });
4710
+ }); };
4598
4711
  export var deserializeAws_restJson1ListComponentBuildVersionsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
4599
4712
  var contents, data, _a, _b;
4600
4713
  return __generator(this, function (_c) {
@@ -7489,7 +7602,7 @@ var serializeAws_restJson1ContainerDistributionConfiguration = function (input,
7489
7602
  }));
7490
7603
  };
7491
7604
  var serializeAws_restJson1Distribution = function (input, context) {
7492
- return __assign(__assign(__assign(__assign(__assign({}, (input.amiDistributionConfiguration !== undefined &&
7605
+ return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.amiDistributionConfiguration !== undefined &&
7493
7606
  input.amiDistributionConfiguration !== null && {
7494
7607
  amiDistributionConfiguration: serializeAws_restJson1AmiDistributionConfiguration(input.amiDistributionConfiguration, context),
7495
7608
  })), (input.containerDistributionConfiguration !== undefined &&
@@ -7501,7 +7614,10 @@ var serializeAws_restJson1Distribution = function (input, context) {
7501
7614
  })), (input.licenseConfigurationArns !== undefined &&
7502
7615
  input.licenseConfigurationArns !== null && {
7503
7616
  licenseConfigurationArns: serializeAws_restJson1LicenseConfigurationArnList(input.licenseConfigurationArns, context),
7504
- })), (input.region !== undefined && input.region !== null && { region: input.region }));
7617
+ })), (input.region !== undefined && input.region !== null && { region: input.region })), (input.s3ExportConfiguration !== undefined &&
7618
+ input.s3ExportConfiguration !== null && {
7619
+ s3ExportConfiguration: serializeAws_restJson1S3ExportConfiguration(input.s3ExportConfiguration, context),
7620
+ }));
7505
7621
  };
7506
7622
  var serializeAws_restJson1DistributionList = function (input, context) {
7507
7623
  return input
@@ -7581,7 +7697,13 @@ var serializeAws_restJson1InstanceTypeList = function (input, context) {
7581
7697
  });
7582
7698
  };
7583
7699
  var serializeAws_restJson1LaunchPermissionConfiguration = function (input, context) {
7584
- return __assign(__assign({}, (input.userGroups !== undefined &&
7700
+ return __assign(__assign(__assign(__assign({}, (input.organizationArns !== undefined &&
7701
+ input.organizationArns !== null && {
7702
+ organizationArns: serializeAws_restJson1OrganizationArnList(input.organizationArns, context),
7703
+ })), (input.organizationalUnitArns !== undefined &&
7704
+ input.organizationalUnitArns !== null && {
7705
+ organizationalUnitArns: serializeAws_restJson1OrganizationalUnitArnList(input.organizationalUnitArns, context),
7706
+ })), (input.userGroups !== undefined &&
7585
7707
  input.userGroups !== null && { userGroups: serializeAws_restJson1StringList(input.userGroups, context) })), (input.userIds !== undefined &&
7586
7708
  input.userIds !== null && { userIds: serializeAws_restJson1AccountList(input.userIds, context) }));
7587
7709
  };
@@ -7614,6 +7736,26 @@ var serializeAws_restJson1Logging = function (input, context) {
7614
7736
  return __assign({}, (input.s3Logs !== undefined &&
7615
7737
  input.s3Logs !== null && { s3Logs: serializeAws_restJson1S3Logs(input.s3Logs, context) }));
7616
7738
  };
7739
+ var serializeAws_restJson1OrganizationalUnitArnList = function (input, context) {
7740
+ return input
7741
+ .filter(function (e) { return e != null; })
7742
+ .map(function (entry) {
7743
+ if (entry === null) {
7744
+ return null;
7745
+ }
7746
+ return entry;
7747
+ });
7748
+ };
7749
+ var serializeAws_restJson1OrganizationArnList = function (input, context) {
7750
+ return input
7751
+ .filter(function (e) { return e != null; })
7752
+ .map(function (entry) {
7753
+ if (entry === null) {
7754
+ return null;
7755
+ }
7756
+ return entry;
7757
+ });
7758
+ };
7617
7759
  var serializeAws_restJson1OsVersionList = function (input, context) {
7618
7760
  return input
7619
7761
  .filter(function (e) { return e != null; })
@@ -7634,6 +7776,10 @@ var serializeAws_restJson1ResourceTagMap = function (input, context) {
7634
7776
  return __assign(__assign({}, acc), (_b = {}, _b[key] = value, _b));
7635
7777
  }, {});
7636
7778
  };
7779
+ var serializeAws_restJson1S3ExportConfiguration = function (input, context) {
7780
+ return __assign(__assign(__assign(__assign({}, (input.diskImageFormat !== undefined &&
7781
+ input.diskImageFormat !== null && { diskImageFormat: input.diskImageFormat })), (input.roleName !== undefined && input.roleName !== null && { roleName: input.roleName })), (input.s3Bucket !== undefined && input.s3Bucket !== null && { s3Bucket: input.s3Bucket })), (input.s3Prefix !== undefined && input.s3Prefix !== null && { s3Prefix: input.s3Prefix }));
7782
+ };
7637
7783
  var serializeAws_restJson1S3Logs = function (input, context) {
7638
7784
  return __assign(__assign({}, (input.s3BucketName !== undefined && input.s3BucketName !== null && { s3BucketName: input.s3BucketName })), (input.s3KeyPrefix !== undefined && input.s3KeyPrefix !== null && { s3KeyPrefix: input.s3KeyPrefix }));
7639
7785
  };
@@ -7992,6 +8138,9 @@ var deserializeAws_restJson1Distribution = function (output, context) {
7992
8138
  ? deserializeAws_restJson1LicenseConfigurationArnList(output.licenseConfigurationArns, context)
7993
8139
  : undefined,
7994
8140
  region: __expectString(output.region),
8141
+ s3ExportConfiguration: output.s3ExportConfiguration !== undefined && output.s3ExportConfiguration !== null
8142
+ ? deserializeAws_restJson1S3ExportConfiguration(output.s3ExportConfiguration, context)
8143
+ : undefined,
7995
8144
  };
7996
8145
  };
7997
8146
  var deserializeAws_restJson1DistributionConfiguration = function (output, context) {
@@ -8060,6 +8209,7 @@ var deserializeAws_restJson1EbsInstanceBlockDeviceSpecification = function (outp
8060
8209
  var deserializeAws_restJson1Image = function (output, context) {
8061
8210
  return {
8062
8211
  arn: __expectString(output.arn),
8212
+ buildType: __expectString(output.buildType),
8063
8213
  containerRecipe: output.containerRecipe !== undefined && output.containerRecipe !== null
8064
8214
  ? deserializeAws_restJson1ContainerRecipe(output.containerRecipe, context)
8065
8215
  : undefined,
@@ -8206,6 +8356,7 @@ var deserializeAws_restJson1ImageState = function (output, context) {
8206
8356
  var deserializeAws_restJson1ImageSummary = function (output, context) {
8207
8357
  return {
8208
8358
  arn: __expectString(output.arn),
8359
+ buildType: __expectString(output.buildType),
8209
8360
  dateCreated: __expectString(output.dateCreated),
8210
8361
  name: __expectString(output.name),
8211
8362
  osVersion: __expectString(output.osVersion),
@@ -8243,6 +8394,7 @@ var deserializeAws_restJson1ImageTestsConfiguration = function (output, context)
8243
8394
  var deserializeAws_restJson1ImageVersion = function (output, context) {
8244
8395
  return {
8245
8396
  arn: __expectString(output.arn),
8397
+ buildType: __expectString(output.buildType),
8246
8398
  dateCreated: __expectString(output.dateCreated),
8247
8399
  name: __expectString(output.name),
8248
8400
  osVersion: __expectString(output.osVersion),
@@ -8369,6 +8521,12 @@ var deserializeAws_restJson1InstanceTypeList = function (output, context) {
8369
8521
  };
8370
8522
  var deserializeAws_restJson1LaunchPermissionConfiguration = function (output, context) {
8371
8523
  return {
8524
+ organizationArns: output.organizationArns !== undefined && output.organizationArns !== null
8525
+ ? deserializeAws_restJson1OrganizationArnList(output.organizationArns, context)
8526
+ : undefined,
8527
+ organizationalUnitArns: output.organizationalUnitArns !== undefined && output.organizationalUnitArns !== null
8528
+ ? deserializeAws_restJson1OrganizationalUnitArnList(output.organizationalUnitArns, context)
8529
+ : undefined,
8372
8530
  userGroups: output.userGroups !== undefined && output.userGroups !== null
8373
8531
  ? deserializeAws_restJson1StringList(output.userGroups, context)
8374
8532
  : undefined,
@@ -8411,6 +8569,26 @@ var deserializeAws_restJson1Logging = function (output, context) {
8411
8569
  : undefined,
8412
8570
  };
8413
8571
  };
8572
+ var deserializeAws_restJson1OrganizationalUnitArnList = function (output, context) {
8573
+ return (output || [])
8574
+ .filter(function (e) { return e != null; })
8575
+ .map(function (entry) {
8576
+ if (entry === null) {
8577
+ return null;
8578
+ }
8579
+ return __expectString(entry);
8580
+ });
8581
+ };
8582
+ var deserializeAws_restJson1OrganizationArnList = function (output, context) {
8583
+ return (output || [])
8584
+ .filter(function (e) { return e != null; })
8585
+ .map(function (entry) {
8586
+ if (entry === null) {
8587
+ return null;
8588
+ }
8589
+ return __expectString(entry);
8590
+ });
8591
+ };
8414
8592
  var deserializeAws_restJson1OsVersionList = function (output, context) {
8415
8593
  return (output || [])
8416
8594
  .filter(function (e) { return e != null; })
@@ -8451,6 +8629,14 @@ var deserializeAws_restJson1ResourceTagMap = function (output, context) {
8451
8629
  return __assign(__assign({}, acc), (_b = {}, _b[key] = __expectString(value), _b));
8452
8630
  }, {});
8453
8631
  };
8632
+ var deserializeAws_restJson1S3ExportConfiguration = function (output, context) {
8633
+ return {
8634
+ diskImageFormat: __expectString(output.diskImageFormat),
8635
+ roleName: __expectString(output.roleName),
8636
+ s3Bucket: __expectString(output.s3Bucket),
8637
+ s3Prefix: __expectString(output.s3Prefix),
8638
+ };
8639
+ };
8454
8640
  var deserializeAws_restJson1S3Logs = function (output, context) {
8455
8641
  return {
8456
8642
  s3BucketName: __expectString(output.s3BucketName),
@@ -26,6 +26,7 @@ import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "./comma
26
26
  import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "./commands/GetImageRecipePolicyCommand";
27
27
  import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "./commands/GetInfrastructureConfigurationCommand";
28
28
  import { ImportComponentCommandInput, ImportComponentCommandOutput } from "./commands/ImportComponentCommand";
29
+ import { ImportVmImageCommandInput, ImportVmImageCommandOutput } from "./commands/ImportVmImageCommand";
29
30
  import { ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput } from "./commands/ListComponentBuildVersionsCommand";
30
31
  import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
31
32
  import { ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput } from "./commands/ListContainerRecipesCommand";
@@ -148,7 +149,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
148
149
  * </i>.</p>
149
150
  * </li>
150
151
  * <li>
151
- * <p>To delete a container image from Amazon ECR, see <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.comAmazonECR/latest/userguide/delete_image.html">Deleting
152
+ * <p>To delete a container image from Amazon ECR, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/delete_image.html">Deleting
152
153
  * an image</a> in the <i>Amazon ECR User Guide</i>.</p>
153
154
  * </li>
154
155
  * </ul>
@@ -246,6 +247,20 @@ export declare class Imagebuilder extends ImagebuilderClient {
246
247
  importComponent(args: ImportComponentCommandInput, options?: __HttpHandlerOptions): Promise<ImportComponentCommandOutput>;
247
248
  importComponent(args: ImportComponentCommandInput, cb: (err: any, data?: ImportComponentCommandOutput) => void): void;
248
249
  importComponent(args: ImportComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportComponentCommandOutput) => void): void;
250
+ /**
251
+ * <p>When you export your virtual machine (VM) from its virtualization environment,
252
+ * that process creates a set of one or more disk container files that act as
253
+ * snapshots of your VM’s environment, settings, and data. The Amazon EC2 API
254
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportImage.html">ImportImage</a>
255
+ * action uses those files to import your VM and create an AMI. To import using the
256
+ * CLI command, see <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/import-image.html">import-image</a>
257
+ * </p>
258
+ * <p>You can reference the task ID from the VM import to pull in the AMI that
259
+ * the import created as the base image for your Image Builder recipe.</p>
260
+ */
261
+ importVmImage(args: ImportVmImageCommandInput, options?: __HttpHandlerOptions): Promise<ImportVmImageCommandOutput>;
262
+ importVmImage(args: ImportVmImageCommandInput, cb: (err: any, data?: ImportVmImageCommandOutput) => void): void;
263
+ importVmImage(args: ImportVmImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportVmImageCommandOutput) => void): void;
249
264
  /**
250
265
  * <p> Returns the list of component build versions for the specified semantic version.</p>
251
266
  * <note>
@@ -345,7 +360,7 @@ export declare class Imagebuilder extends ImagebuilderClient {
345
360
  putComponentPolicy(args: PutComponentPolicyCommandInput, cb: (err: any, data?: PutComponentPolicyCommandOutput) => void): void;
346
361
  putComponentPolicy(args: PutComponentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutComponentPolicyCommandOutput) => void): void;
347
362
  /**
348
- * <p>Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API <code>PutContainerImagePolicy</code>, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.</p>
363
+ * <p>Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com//ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API <code>PutContainerImagePolicy</code>, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com//ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.</p>
349
364
  */
350
365
  putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutContainerRecipePolicyCommandOutput>;
351
366
  putContainerRecipePolicy(args: PutContainerRecipePolicyCommandInput, cb: (err: any, data?: PutContainerRecipePolicyCommandOutput) => void): void;
@@ -33,6 +33,7 @@ import { GetImageRecipeCommandInput, GetImageRecipeCommandOutput } from "./comma
33
33
  import { GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput } from "./commands/GetImageRecipePolicyCommand";
34
34
  import { GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput } from "./commands/GetInfrastructureConfigurationCommand";
35
35
  import { ImportComponentCommandInput, ImportComponentCommandOutput } from "./commands/ImportComponentCommand";
36
+ import { ImportVmImageCommandInput, ImportVmImageCommandOutput } from "./commands/ImportVmImageCommand";
36
37
  import { ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput } from "./commands/ListComponentBuildVersionsCommand";
37
38
  import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
38
39
  import { ListContainerRecipesCommandInput, ListContainerRecipesCommandOutput } from "./commands/ListContainerRecipesCommand";
@@ -55,8 +56,8 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
55
56
  import { UpdateDistributionConfigurationCommandInput, UpdateDistributionConfigurationCommandOutput } from "./commands/UpdateDistributionConfigurationCommand";
56
57
  import { UpdateImagePipelineCommandInput, UpdateImagePipelineCommandOutput } from "./commands/UpdateImagePipelineCommand";
57
58
  import { UpdateInfrastructureConfigurationCommandInput, UpdateInfrastructureConfigurationCommandOutput } from "./commands/UpdateInfrastructureConfigurationCommand";
58
- export declare type ServiceInputTypes = CancelImageCreationCommandInput | CreateComponentCommandInput | CreateContainerRecipeCommandInput | CreateDistributionConfigurationCommandInput | CreateImageCommandInput | CreateImagePipelineCommandInput | CreateImageRecipeCommandInput | CreateInfrastructureConfigurationCommandInput | DeleteComponentCommandInput | DeleteContainerRecipeCommandInput | DeleteDistributionConfigurationCommandInput | DeleteImageCommandInput | DeleteImagePipelineCommandInput | DeleteImageRecipeCommandInput | DeleteInfrastructureConfigurationCommandInput | GetComponentCommandInput | GetComponentPolicyCommandInput | GetContainerRecipeCommandInput | GetContainerRecipePolicyCommandInput | GetDistributionConfigurationCommandInput | GetImageCommandInput | GetImagePipelineCommandInput | GetImagePolicyCommandInput | GetImageRecipeCommandInput | GetImageRecipePolicyCommandInput | GetInfrastructureConfigurationCommandInput | ImportComponentCommandInput | ListComponentBuildVersionsCommandInput | ListComponentsCommandInput | ListContainerRecipesCommandInput | ListDistributionConfigurationsCommandInput | ListImageBuildVersionsCommandInput | ListImagePackagesCommandInput | ListImagePipelineImagesCommandInput | ListImagePipelinesCommandInput | ListImageRecipesCommandInput | ListImagesCommandInput | ListInfrastructureConfigurationsCommandInput | ListTagsForResourceCommandInput | PutComponentPolicyCommandInput | PutContainerRecipePolicyCommandInput | PutImagePolicyCommandInput | PutImageRecipePolicyCommandInput | StartImagePipelineExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDistributionConfigurationCommandInput | UpdateImagePipelineCommandInput | UpdateInfrastructureConfigurationCommandInput;
59
- export declare type ServiceOutputTypes = CancelImageCreationCommandOutput | CreateComponentCommandOutput | CreateContainerRecipeCommandOutput | CreateDistributionConfigurationCommandOutput | CreateImageCommandOutput | CreateImagePipelineCommandOutput | CreateImageRecipeCommandOutput | CreateInfrastructureConfigurationCommandOutput | DeleteComponentCommandOutput | DeleteContainerRecipeCommandOutput | DeleteDistributionConfigurationCommandOutput | DeleteImageCommandOutput | DeleteImagePipelineCommandOutput | DeleteImageRecipeCommandOutput | DeleteInfrastructureConfigurationCommandOutput | GetComponentCommandOutput | GetComponentPolicyCommandOutput | GetContainerRecipeCommandOutput | GetContainerRecipePolicyCommandOutput | GetDistributionConfigurationCommandOutput | GetImageCommandOutput | GetImagePipelineCommandOutput | GetImagePolicyCommandOutput | GetImageRecipeCommandOutput | GetImageRecipePolicyCommandOutput | GetInfrastructureConfigurationCommandOutput | ImportComponentCommandOutput | ListComponentBuildVersionsCommandOutput | ListComponentsCommandOutput | ListContainerRecipesCommandOutput | ListDistributionConfigurationsCommandOutput | ListImageBuildVersionsCommandOutput | ListImagePackagesCommandOutput | ListImagePipelineImagesCommandOutput | ListImagePipelinesCommandOutput | ListImageRecipesCommandOutput | ListImagesCommandOutput | ListInfrastructureConfigurationsCommandOutput | ListTagsForResourceCommandOutput | PutComponentPolicyCommandOutput | PutContainerRecipePolicyCommandOutput | PutImagePolicyCommandOutput | PutImageRecipePolicyCommandOutput | StartImagePipelineExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDistributionConfigurationCommandOutput | UpdateImagePipelineCommandOutput | UpdateInfrastructureConfigurationCommandOutput;
59
+ export declare type ServiceInputTypes = CancelImageCreationCommandInput | CreateComponentCommandInput | CreateContainerRecipeCommandInput | CreateDistributionConfigurationCommandInput | CreateImageCommandInput | CreateImagePipelineCommandInput | CreateImageRecipeCommandInput | CreateInfrastructureConfigurationCommandInput | DeleteComponentCommandInput | DeleteContainerRecipeCommandInput | DeleteDistributionConfigurationCommandInput | DeleteImageCommandInput | DeleteImagePipelineCommandInput | DeleteImageRecipeCommandInput | DeleteInfrastructureConfigurationCommandInput | GetComponentCommandInput | GetComponentPolicyCommandInput | GetContainerRecipeCommandInput | GetContainerRecipePolicyCommandInput | GetDistributionConfigurationCommandInput | GetImageCommandInput | GetImagePipelineCommandInput | GetImagePolicyCommandInput | GetImageRecipeCommandInput | GetImageRecipePolicyCommandInput | GetInfrastructureConfigurationCommandInput | ImportComponentCommandInput | ImportVmImageCommandInput | ListComponentBuildVersionsCommandInput | ListComponentsCommandInput | ListContainerRecipesCommandInput | ListDistributionConfigurationsCommandInput | ListImageBuildVersionsCommandInput | ListImagePackagesCommandInput | ListImagePipelineImagesCommandInput | ListImagePipelinesCommandInput | ListImageRecipesCommandInput | ListImagesCommandInput | ListInfrastructureConfigurationsCommandInput | ListTagsForResourceCommandInput | PutComponentPolicyCommandInput | PutContainerRecipePolicyCommandInput | PutImagePolicyCommandInput | PutImageRecipePolicyCommandInput | StartImagePipelineExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDistributionConfigurationCommandInput | UpdateImagePipelineCommandInput | UpdateInfrastructureConfigurationCommandInput;
60
+ export declare type ServiceOutputTypes = CancelImageCreationCommandOutput | CreateComponentCommandOutput | CreateContainerRecipeCommandOutput | CreateDistributionConfigurationCommandOutput | CreateImageCommandOutput | CreateImagePipelineCommandOutput | CreateImageRecipeCommandOutput | CreateInfrastructureConfigurationCommandOutput | DeleteComponentCommandOutput | DeleteContainerRecipeCommandOutput | DeleteDistributionConfigurationCommandOutput | DeleteImageCommandOutput | DeleteImagePipelineCommandOutput | DeleteImageRecipeCommandOutput | DeleteInfrastructureConfigurationCommandOutput | GetComponentCommandOutput | GetComponentPolicyCommandOutput | GetContainerRecipeCommandOutput | GetContainerRecipePolicyCommandOutput | GetDistributionConfigurationCommandOutput | GetImageCommandOutput | GetImagePipelineCommandOutput | GetImagePolicyCommandOutput | GetImageRecipeCommandOutput | GetImageRecipePolicyCommandOutput | GetInfrastructureConfigurationCommandOutput | ImportComponentCommandOutput | ImportVmImageCommandOutput | ListComponentBuildVersionsCommandOutput | ListComponentsCommandOutput | ListContainerRecipesCommandOutput | ListDistributionConfigurationsCommandOutput | ListImageBuildVersionsCommandOutput | ListImagePackagesCommandOutput | ListImagePipelineImagesCommandOutput | ListImagePipelinesCommandOutput | ListImageRecipesCommandOutput | ListImagesCommandOutput | ListInfrastructureConfigurationsCommandOutput | ListTagsForResourceCommandOutput | PutComponentPolicyCommandOutput | PutContainerRecipePolicyCommandOutput | PutImagePolicyCommandOutput | PutImageRecipePolicyCommandOutput | StartImagePipelineExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDistributionConfigurationCommandOutput | UpdateImagePipelineCommandOutput | UpdateInfrastructureConfigurationCommandOutput;
60
61
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
61
62
  /**
62
63
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -21,7 +21,7 @@ export interface CancelImageCreationCommandOutput extends CancelImageCreationRes
21
21
  *
22
22
  * @see {@link CancelImageCreationCommandInput} for command's `input` shape.
23
23
  * @see {@link CancelImageCreationCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CancelImageCreationCommand extends $Command<CancelImageCreationCommandInput, CancelImageCreationCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
21
21
  *
22
22
  * @see {@link CreateComponentCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateComponentCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateContainerRecipeCommandOutput extends CreateContainerRecip
20
20
  *
21
21
  * @see {@link CreateContainerRecipeCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateContainerRecipeCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateContainerRecipeCommand extends $Command<CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateDistributionConfigurationCommandOutput extends CreateDist
21
21
  *
22
22
  * @see {@link CreateDistributionConfigurationCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateDistributionConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateDistributionConfigurationCommand extends $Command<CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateImageCommandOutput extends CreateImageResponse, __Metadat
22
22
  *
23
23
  * @see {@link CreateImageCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateImageCommandOutput} for command's `response` shape.
25
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateImageCommand extends $Command<CreateImageCommandInput, CreateImageCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateImagePipelineCommandOutput extends CreateImagePipelineRes
21
21
  *
22
22
  * @see {@link CreateImagePipelineCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateImagePipelineCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateImagePipelineCommand extends $Command<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateImageRecipeCommandOutput extends CreateImageRecipeRespons
21
21
  *
22
22
  * @see {@link CreateImageRecipeCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateImageRecipeCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateImageRecipeCommand extends $Command<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateInfrastructureConfigurationCommandOutput extends CreateIn
21
21
  *
22
22
  * @see {@link CreateInfrastructureConfigurationCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateInfrastructureConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateInfrastructureConfigurationCommand extends $Command<CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _
20
20
  *
21
21
  * @see {@link DeleteComponentCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteComponentCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteContainerRecipeCommandOutput extends DeleteContainerRecip
20
20
  *
21
21
  * @see {@link DeleteContainerRecipeCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteContainerRecipeCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteContainerRecipeCommand extends $Command<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDistributionConfigurationCommandOutput extends DeleteDist
20
20
  *
21
21
  * @see {@link DeleteDistributionConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDistributionConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteDistributionConfigurationCommand extends $Command<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
24
24
  * </i>.</p>
25
25
  * </li>
26
26
  * <li>
27
- * <p>To delete a container image from Amazon ECR, see <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.comAmazonECR/latest/userguide/delete_image.html">Deleting
27
+ * <p>To delete a container image from Amazon ECR, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/delete_image.html">Deleting
28
28
  * an image</a> in the <i>Amazon ECR User Guide</i>.</p>
29
29
  * </li>
30
30
  * </ul>
@@ -40,7 +40,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
40
40
  *
41
41
  * @see {@link DeleteImageCommandInput} for command's `input` shape.
42
42
  * @see {@link DeleteImageCommandOutput} for command's `response` shape.
43
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineRes
20
20
  *
21
21
  * @see {@link DeleteImagePipelineCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteImagePipelineCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteImagePipelineCommand extends $Command<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeRespons
20
20
  *
21
21
  * @see {@link DeleteImageRecipeCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteImageRecipeCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteImageRecipeCommand extends $Command<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteInfrastructureConfigurationCommandOutput extends DeleteIn
20
20
  *
21
21
  * @see {@link DeleteInfrastructureConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteInfrastructureConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteInfrastructureConfigurationCommand extends $Command<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
20
20
  *
21
21
  * @see {@link GetComponentCommandInput} for command's `input` shape.
22
22
  * @see {@link GetComponentCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetComponentPolicyCommandOutput extends GetComponentPolicyRespo
20
20
  *
21
21
  * @see {@link GetComponentPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetComponentPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetComponentPolicyCommand extends $Command<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetContainerRecipeCommandOutput extends GetContainerRecipeRespo
20
20
  *
21
21
  * @see {@link GetContainerRecipeCommandInput} for command's `input` shape.
22
22
  * @see {@link GetContainerRecipeCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetContainerRecipeCommand extends $Command<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetContainerRecipePolicyCommandOutput extends GetContainerRecip
20
20
  *
21
21
  * @see {@link GetContainerRecipePolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetContainerRecipePolicyCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ImagebuilderClientResolvedConfig | config} for ImagebuilderClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetContainerRecipePolicyCommand extends $Command<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {