@aws-sdk/client-imagebuilder 3.42.0 → 3.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/dist-cjs/Imagebuilder.js +15 -0
- package/dist-cjs/commands/ImportVmImageCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +32 -104
- package/dist-cjs/protocols/Aws_restJson1.js +186 -2
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/Imagebuilder.js +15 -0
- package/dist-es/commands/ImportVmImageCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +24 -68
- package/dist-es/protocols/Aws_restJson1.js +189 -3
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Imagebuilder.d.ts +17 -2
- package/dist-types/ImagebuilderClient.d.ts +8 -3
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportVmImageCommand.d.ts +43 -0
- package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +253 -116
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Imagebuilder.d.ts +5 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +6 -3
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +73 -68
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,56 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
|
|
28
|
+
* end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
6
56
|
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
7
57
|
|
|
8
58
|
**Note:** Version bump only for package @aws-sdk/client-imagebuilder
|
package/dist-cjs/Imagebuilder.js
CHANGED
|
@@ -28,6 +28,7 @@ const GetImageRecipeCommand_1 = require("./commands/GetImageRecipeCommand");
|
|
|
28
28
|
const GetImageRecipePolicyCommand_1 = require("./commands/GetImageRecipePolicyCommand");
|
|
29
29
|
const GetInfrastructureConfigurationCommand_1 = require("./commands/GetInfrastructureConfigurationCommand");
|
|
30
30
|
const ImportComponentCommand_1 = require("./commands/ImportComponentCommand");
|
|
31
|
+
const ImportVmImageCommand_1 = require("./commands/ImportVmImageCommand");
|
|
31
32
|
const ListComponentBuildVersionsCommand_1 = require("./commands/ListComponentBuildVersionsCommand");
|
|
32
33
|
const ListComponentsCommand_1 = require("./commands/ListComponentsCommand");
|
|
33
34
|
const ListContainerRecipesCommand_1 = require("./commands/ListContainerRecipesCommand");
|
|
@@ -430,6 +431,20 @@ class Imagebuilder extends ImagebuilderClient_1.ImagebuilderClient {
|
|
|
430
431
|
return this.send(command, optionsOrCb);
|
|
431
432
|
}
|
|
432
433
|
}
|
|
434
|
+
importVmImage(args, optionsOrCb, cb) {
|
|
435
|
+
const command = new ImportVmImageCommand_1.ImportVmImageCommand(args);
|
|
436
|
+
if (typeof optionsOrCb === "function") {
|
|
437
|
+
this.send(command, optionsOrCb);
|
|
438
|
+
}
|
|
439
|
+
else if (typeof cb === "function") {
|
|
440
|
+
if (typeof optionsOrCb !== "object")
|
|
441
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
442
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
443
|
+
}
|
|
444
|
+
else {
|
|
445
|
+
return this.send(command, optionsOrCb);
|
|
446
|
+
}
|
|
447
|
+
}
|
|
433
448
|
listComponentBuildVersions(args, optionsOrCb, cb) {
|
|
434
449
|
const command = new ListComponentBuildVersionsCommand_1.ListComponentBuildVersionsCommand(args);
|
|
435
450
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImportVmImageCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class ImportVmImageCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "ImagebuilderClient";
|
|
18
|
+
const commandName = "ImportVmImageCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ImportVmImageRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ImportVmImageResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1ImportVmImageCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1ImportVmImageCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ImportVmImageCommand = ImportVmImageCommand;
|
|
@@ -28,6 +28,7 @@ tslib_1.__exportStar(require("./GetImageRecipeCommand"), exports);
|
|
|
28
28
|
tslib_1.__exportStar(require("./GetImageRecipePolicyCommand"), exports);
|
|
29
29
|
tslib_1.__exportStar(require("./GetInfrastructureConfigurationCommand"), exports);
|
|
30
30
|
tslib_1.__exportStar(require("./ImportComponentCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./ImportVmImageCommand"), exports);
|
|
31
32
|
tslib_1.__exportStar(require("./ListComponentBuildVersionsCommand"), exports);
|
|
32
33
|
tslib_1.__exportStar(require("./ListComponentsCommand"), exports);
|
|
33
34
|
tslib_1.__exportStar(require("./ListContainerRecipesCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateInfrastructureConfigurationResponse = exports.UpdateInfrastructureConfigurationRequest = exports.UpdateImagePipelineResponse = exports.UpdateImagePipelineRequest = exports.UpdateDistributionConfigurationResponse = exports.UpdateDistributionConfigurationRequest =
|
|
3
|
+
exports.CreateImagePipelineResponse = exports.CreateImagePipelineRequest = exports.PipelineStatus = exports.Schedule = exports.PipelineExecutionStartCondition = exports.CreateImageResponse = exports.CreateImageRequest = exports.ImageTestsConfiguration = exports.CreateDistributionConfigurationResponse = exports.CreateDistributionConfigurationRequest = exports.Distribution = exports.S3ExportConfiguration = exports.DiskImageFormat = exports.LaunchTemplateConfiguration = exports.CreateContainerRecipeResponse = exports.CreateContainerRecipeRequest = exports.CreateComponentResponse = exports.CreateComponentRequest = exports.ContainerRecipeSummary = exports.ContainerRecipe = exports.InstanceConfiguration = exports.InstanceBlockDeviceMapping = exports.EbsInstanceBlockDeviceSpecification = exports.EbsVolumeType = exports.ContainerType = exports.ContainerDistributionConfiguration = exports.TargetContainerRepository = exports.ContainerRepositoryService = exports.Container = exports.ComponentVersion = exports.ComponentSummary = exports.ComponentFormat = exports.ComponentConfiguration = exports.ComponentParameter = exports.Component = exports.ComponentType = exports.ComponentState = exports.ComponentStatus = exports.Platform = exports.ComponentParameterDetail = exports.CancelImageCreationResponse = exports.CancelImageCreationRequest = exports.BuildType = exports.AmiDistributionConfiguration = exports.LaunchPermissionConfiguration = exports.Ami = exports.ImageState = exports.ImageStatus = exports.AdditionalInstanceConfiguration = exports.SystemsManagerAgent = void 0;
|
|
4
|
+
exports.GetImageRecipePolicyResponse = exports.GetImageRecipePolicyRequest = exports.GetImageRecipeResponse = exports.GetImageRecipeRequest = exports.GetImagePolicyResponse = exports.GetImagePolicyRequest = exports.GetImagePipelineResponse = exports.ImagePipeline = exports.GetImagePipelineRequest = exports.GetImageResponse = exports.Image = exports.OutputResources = exports.InfrastructureConfiguration = exports.ImageRecipe = exports.ImageType = exports.GetImageRequest = exports.GetDistributionConfigurationResponse = exports.GetDistributionConfigurationRequest = exports.GetContainerRecipePolicyResponse = exports.GetContainerRecipePolicyRequest = exports.GetContainerRecipeResponse = exports.GetContainerRecipeRequest = exports.GetComponentPolicyResponse = exports.GetComponentPolicyRequest = exports.GetComponentResponse = exports.GetComponentRequest = exports.Filter = exports.DistributionConfigurationSummary = exports.DistributionConfiguration = exports.DeleteInfrastructureConfigurationResponse = exports.DeleteInfrastructureConfigurationRequest = exports.DeleteImageRecipeResponse = exports.DeleteImageRecipeRequest = exports.DeleteImagePipelineResponse = exports.DeleteImagePipelineRequest = exports.DeleteImageResponse = exports.DeleteImageRequest = exports.DeleteDistributionConfigurationResponse = exports.DeleteDistributionConfigurationRequest = exports.DeleteContainerRecipeResponse = exports.DeleteContainerRecipeRequest = exports.DeleteComponentResponse = exports.DeleteComponentRequest = exports.CreateInfrastructureConfigurationResponse = exports.CreateInfrastructureConfigurationRequest = exports.Logging = exports.S3Logs = exports.InstanceMetadataOptions = exports.CreateImageRecipeResponse = exports.CreateImageRecipeRequest = void 0;
|
|
5
|
+
exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartImagePipelineExecutionResponse = exports.StartImagePipelineExecutionRequest = exports.PutImageRecipePolicyResponse = exports.PutImageRecipePolicyRequest = exports.PutImagePolicyResponse = exports.PutImagePolicyRequest = exports.PutContainerRecipePolicyResponse = exports.PutContainerRecipePolicyRequest = exports.PutComponentPolicyResponse = exports.PutComponentPolicyRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListInfrastructureConfigurationsResponse = exports.InfrastructureConfigurationSummary = exports.ListInfrastructureConfigurationsRequest = exports.ListImagesResponse = exports.ImageVersion = exports.ListImagesRequest = exports.ListImageRecipesResponse = exports.ImageRecipeSummary = exports.ListImageRecipesRequest = exports.ListImagePipelinesResponse = exports.ListImagePipelinesRequest = exports.ListImagePipelineImagesResponse = exports.ListImagePipelineImagesRequest = exports.ListImagePackagesResponse = exports.ImagePackage = exports.ListImagePackagesRequest = exports.ListImageBuildVersionsResponse = exports.ImageSummary = exports.ListImageBuildVersionsRequest = exports.ListDistributionConfigurationsResponse = exports.ListDistributionConfigurationsRequest = exports.ListContainerRecipesResponse = exports.ListContainerRecipesRequest = exports.ListComponentsResponse = exports.ListComponentsRequest = exports.Ownership = exports.ListComponentBuildVersionsResponse = exports.ListComponentBuildVersionsRequest = exports.ImportVmImageResponse = exports.ImportVmImageRequest = exports.ImportComponentResponse = exports.ImportComponentRequest = exports.GetInfrastructureConfigurationResponse = exports.GetInfrastructureConfigurationRequest = void 0;
|
|
6
|
+
exports.UpdateInfrastructureConfigurationResponse = exports.UpdateInfrastructureConfigurationRequest = exports.UpdateImagePipelineResponse = exports.UpdateImagePipelineRequest = exports.UpdateDistributionConfigurationResponse = exports.UpdateDistributionConfigurationRequest = void 0;
|
|
7
7
|
var SystemsManagerAgent;
|
|
8
8
|
(function (SystemsManagerAgent) {
|
|
9
9
|
SystemsManagerAgent.filterSensitiveLog = (obj) => ({
|
|
@@ -54,12 +54,12 @@ var AmiDistributionConfiguration;
|
|
|
54
54
|
...obj,
|
|
55
55
|
});
|
|
56
56
|
})(AmiDistributionConfiguration = exports.AmiDistributionConfiguration || (exports.AmiDistributionConfiguration = {}));
|
|
57
|
-
var
|
|
58
|
-
(function (
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
})(
|
|
57
|
+
var BuildType;
|
|
58
|
+
(function (BuildType) {
|
|
59
|
+
BuildType["IMPORT"] = "IMPORT";
|
|
60
|
+
BuildType["SCHEDULED"] = "SCHEDULED";
|
|
61
|
+
BuildType["USER_INITIATED"] = "USER_INITIATED";
|
|
62
|
+
})(BuildType = exports.BuildType || (exports.BuildType = {}));
|
|
63
63
|
var CancelImageCreationRequest;
|
|
64
64
|
(function (CancelImageCreationRequest) {
|
|
65
65
|
CancelImageCreationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -72,48 +72,6 @@ var CancelImageCreationResponse;
|
|
|
72
72
|
...obj,
|
|
73
73
|
});
|
|
74
74
|
})(CancelImageCreationResponse = exports.CancelImageCreationResponse || (exports.CancelImageCreationResponse = {}));
|
|
75
|
-
var ClientException;
|
|
76
|
-
(function (ClientException) {
|
|
77
|
-
ClientException.filterSensitiveLog = (obj) => ({
|
|
78
|
-
...obj,
|
|
79
|
-
});
|
|
80
|
-
})(ClientException = exports.ClientException || (exports.ClientException = {}));
|
|
81
|
-
var ForbiddenException;
|
|
82
|
-
(function (ForbiddenException) {
|
|
83
|
-
ForbiddenException.filterSensitiveLog = (obj) => ({
|
|
84
|
-
...obj,
|
|
85
|
-
});
|
|
86
|
-
})(ForbiddenException = exports.ForbiddenException || (exports.ForbiddenException = {}));
|
|
87
|
-
var IdempotentParameterMismatchException;
|
|
88
|
-
(function (IdempotentParameterMismatchException) {
|
|
89
|
-
IdempotentParameterMismatchException.filterSensitiveLog = (obj) => ({
|
|
90
|
-
...obj,
|
|
91
|
-
});
|
|
92
|
-
})(IdempotentParameterMismatchException = exports.IdempotentParameterMismatchException || (exports.IdempotentParameterMismatchException = {}));
|
|
93
|
-
var InvalidRequestException;
|
|
94
|
-
(function (InvalidRequestException) {
|
|
95
|
-
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
99
|
-
var ResourceInUseException;
|
|
100
|
-
(function (ResourceInUseException) {
|
|
101
|
-
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
102
|
-
...obj,
|
|
103
|
-
});
|
|
104
|
-
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
105
|
-
var ServiceException;
|
|
106
|
-
(function (ServiceException) {
|
|
107
|
-
ServiceException.filterSensitiveLog = (obj) => ({
|
|
108
|
-
...obj,
|
|
109
|
-
});
|
|
110
|
-
})(ServiceException = exports.ServiceException || (exports.ServiceException = {}));
|
|
111
|
-
var ServiceUnavailableException;
|
|
112
|
-
(function (ServiceUnavailableException) {
|
|
113
|
-
ServiceUnavailableException.filterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
})(ServiceUnavailableException = exports.ServiceUnavailableException || (exports.ServiceUnavailableException = {}));
|
|
117
75
|
var ComponentParameterDetail;
|
|
118
76
|
(function (ComponentParameterDetail) {
|
|
119
77
|
ComponentParameterDetail.filterSensitiveLog = (obj) => ({
|
|
@@ -252,24 +210,6 @@ var CreateComponentResponse;
|
|
|
252
210
|
...obj,
|
|
253
211
|
});
|
|
254
212
|
})(CreateComponentResponse = exports.CreateComponentResponse || (exports.CreateComponentResponse = {}));
|
|
255
|
-
var InvalidParameterCombinationException;
|
|
256
|
-
(function (InvalidParameterCombinationException) {
|
|
257
|
-
InvalidParameterCombinationException.filterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
})(InvalidParameterCombinationException = exports.InvalidParameterCombinationException || (exports.InvalidParameterCombinationException = {}));
|
|
261
|
-
var InvalidVersionNumberException;
|
|
262
|
-
(function (InvalidVersionNumberException) {
|
|
263
|
-
InvalidVersionNumberException.filterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
})(InvalidVersionNumberException = exports.InvalidVersionNumberException || (exports.InvalidVersionNumberException = {}));
|
|
267
|
-
var ServiceQuotaExceededException;
|
|
268
|
-
(function (ServiceQuotaExceededException) {
|
|
269
|
-
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
273
213
|
var CreateContainerRecipeRequest;
|
|
274
214
|
(function (CreateContainerRecipeRequest) {
|
|
275
215
|
CreateContainerRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -282,18 +222,24 @@ var CreateContainerRecipeResponse;
|
|
|
282
222
|
...obj,
|
|
283
223
|
});
|
|
284
224
|
})(CreateContainerRecipeResponse = exports.CreateContainerRecipeResponse || (exports.CreateContainerRecipeResponse = {}));
|
|
285
|
-
var ResourceAlreadyExistsException;
|
|
286
|
-
(function (ResourceAlreadyExistsException) {
|
|
287
|
-
ResourceAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
})(ResourceAlreadyExistsException = exports.ResourceAlreadyExistsException || (exports.ResourceAlreadyExistsException = {}));
|
|
291
225
|
var LaunchTemplateConfiguration;
|
|
292
226
|
(function (LaunchTemplateConfiguration) {
|
|
293
227
|
LaunchTemplateConfiguration.filterSensitiveLog = (obj) => ({
|
|
294
228
|
...obj,
|
|
295
229
|
});
|
|
296
230
|
})(LaunchTemplateConfiguration = exports.LaunchTemplateConfiguration || (exports.LaunchTemplateConfiguration = {}));
|
|
231
|
+
var DiskImageFormat;
|
|
232
|
+
(function (DiskImageFormat) {
|
|
233
|
+
DiskImageFormat["RAW"] = "RAW";
|
|
234
|
+
DiskImageFormat["VHD"] = "VHD";
|
|
235
|
+
DiskImageFormat["VMDK"] = "VMDK";
|
|
236
|
+
})(DiskImageFormat = exports.DiskImageFormat || (exports.DiskImageFormat = {}));
|
|
237
|
+
var S3ExportConfiguration;
|
|
238
|
+
(function (S3ExportConfiguration) {
|
|
239
|
+
S3ExportConfiguration.filterSensitiveLog = (obj) => ({
|
|
240
|
+
...obj,
|
|
241
|
+
});
|
|
242
|
+
})(S3ExportConfiguration = exports.S3ExportConfiguration || (exports.S3ExportConfiguration = {}));
|
|
297
243
|
var Distribution;
|
|
298
244
|
(function (Distribution) {
|
|
299
245
|
Distribution.filterSensitiveLog = (obj) => ({
|
|
@@ -412,12 +358,6 @@ var DeleteComponentResponse;
|
|
|
412
358
|
...obj,
|
|
413
359
|
});
|
|
414
360
|
})(DeleteComponentResponse = exports.DeleteComponentResponse || (exports.DeleteComponentResponse = {}));
|
|
415
|
-
var ResourceDependencyException;
|
|
416
|
-
(function (ResourceDependencyException) {
|
|
417
|
-
ResourceDependencyException.filterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
})(ResourceDependencyException = exports.ResourceDependencyException || (exports.ResourceDependencyException = {}));
|
|
421
361
|
var DeleteContainerRecipeRequest;
|
|
422
362
|
(function (DeleteContainerRecipeRequest) {
|
|
423
363
|
DeleteContainerRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -532,12 +472,6 @@ var GetComponentPolicyResponse;
|
|
|
532
472
|
...obj,
|
|
533
473
|
});
|
|
534
474
|
})(GetComponentPolicyResponse = exports.GetComponentPolicyResponse || (exports.GetComponentPolicyResponse = {}));
|
|
535
|
-
var ResourceNotFoundException;
|
|
536
|
-
(function (ResourceNotFoundException) {
|
|
537
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
538
|
-
...obj,
|
|
539
|
-
});
|
|
540
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
541
475
|
var GetContainerRecipeRequest;
|
|
542
476
|
(function (GetContainerRecipeRequest) {
|
|
543
477
|
GetContainerRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -693,12 +627,18 @@ var ImportComponentResponse;
|
|
|
693
627
|
...obj,
|
|
694
628
|
});
|
|
695
629
|
})(ImportComponentResponse = exports.ImportComponentResponse || (exports.ImportComponentResponse = {}));
|
|
696
|
-
var
|
|
697
|
-
(function (
|
|
698
|
-
|
|
630
|
+
var ImportVmImageRequest;
|
|
631
|
+
(function (ImportVmImageRequest) {
|
|
632
|
+
ImportVmImageRequest.filterSensitiveLog = (obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
});
|
|
635
|
+
})(ImportVmImageRequest = exports.ImportVmImageRequest || (exports.ImportVmImageRequest = {}));
|
|
636
|
+
var ImportVmImageResponse;
|
|
637
|
+
(function (ImportVmImageResponse) {
|
|
638
|
+
ImportVmImageResponse.filterSensitiveLog = (obj) => ({
|
|
699
639
|
...obj,
|
|
700
640
|
});
|
|
701
|
-
})(
|
|
641
|
+
})(ImportVmImageResponse = exports.ImportVmImageResponse || (exports.ImportVmImageResponse = {}));
|
|
702
642
|
var ListComponentBuildVersionsRequest;
|
|
703
643
|
(function (ListComponentBuildVersionsRequest) {
|
|
704
644
|
ListComponentBuildVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -867,12 +807,6 @@ var ListInfrastructureConfigurationsResponse;
|
|
|
867
807
|
...obj,
|
|
868
808
|
});
|
|
869
809
|
})(ListInfrastructureConfigurationsResponse = exports.ListInfrastructureConfigurationsResponse || (exports.ListInfrastructureConfigurationsResponse = {}));
|
|
870
|
-
var InvalidParameterException;
|
|
871
|
-
(function (InvalidParameterException) {
|
|
872
|
-
InvalidParameterException.filterSensitiveLog = (obj) => ({
|
|
873
|
-
...obj,
|
|
874
|
-
});
|
|
875
|
-
})(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
|
|
876
810
|
var ListTagsForResourceRequest;
|
|
877
811
|
(function (ListTagsForResourceRequest) {
|
|
878
812
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -885,12 +819,6 @@ var ListTagsForResourceResponse;
|
|
|
885
819
|
...obj,
|
|
886
820
|
});
|
|
887
821
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
888
|
-
var InvalidParameterValueException;
|
|
889
|
-
(function (InvalidParameterValueException) {
|
|
890
|
-
InvalidParameterValueException.filterSensitiveLog = (obj) => ({
|
|
891
|
-
...obj,
|
|
892
|
-
});
|
|
893
|
-
})(InvalidParameterValueException = exports.InvalidParameterValueException || (exports.InvalidParameterValueException = {}));
|
|
894
822
|
var PutComponentPolicyRequest;
|
|
895
823
|
(function (PutComponentPolicyRequest) {
|
|
896
824
|
PutComponentPolicyRequest.filterSensitiveLog = (obj) => ({
|