@aws-sdk/client-imagebuilder 3.50.0 → 3.53.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 +28 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ImagebuilderServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +244 -4
- package/dist-cjs/protocols/Aws_restJson1.js +808 -2825
- package/dist-es/index.js +1 -0
- package/dist-es/models/ImagebuilderServiceException.js +12 -0
- package/dist-es/models/models_0.js +218 -1
- package/dist-es/protocols/Aws_restJson1.js +1526 -3044
- package/dist-types/Imagebuilder.d.ts +11 -1
- package/dist-types/commands/CreateComponentCommand.d.ts +11 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ImagebuilderServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +229 -80
- package/dist-types/ts3.4/Imagebuilder.d.ts +255 -0
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +123 -0
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ImagebuilderServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2349 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagePackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImageRecipesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +152 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,34 @@
|
|
|
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.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
* **clients:** update clients as of 2022/02/23 ([#3356](https://github.com/aws/aws-sdk-js-v3/issues/3356)) ([b6b2e25](https://github.com/aws/aws-sdk-js-v3/commit/b6b2e258add12c73d807483ca078401a6d84a12b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @aws-sdk/client-imagebuilder
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @aws-sdk/client-imagebuilder
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
6
34
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
35
|
|
|
8
36
|
**Note:** Version bump only for package @aws-sdk/client-imagebuilder
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImagebuilderServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./Imagebuilder"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ImagebuilderClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var ImagebuilderServiceException_1 = require("./models/ImagebuilderServiceException");
|
|
11
|
+
Object.defineProperty(exports, "ImagebuilderServiceException", { enumerable: true, get: function () { return ImagebuilderServiceException_1.ImagebuilderServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImagebuilderServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class ImagebuilderServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, ImagebuilderServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.ImagebuilderServiceException = ImagebuilderServiceException;
|
|
@@ -1,9 +1,10 @@
|
|
|
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 = void 0;
|
|
3
|
+
exports.FastLaunchSnapshotConfiguration = exports.FastLaunchLaunchTemplateSpecification = exports.ResourceAlreadyExistsException = exports.CreateContainerRecipeResponse = exports.CreateContainerRecipeRequest = exports.ServiceQuotaExceededException = exports.InvalidVersionNumberException = exports.InvalidParameterCombinationException = 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.ServiceUnavailableException = exports.ServiceException = exports.ResourceInUseException = exports.InvalidRequestException = exports.IdempotentParameterMismatchException = exports.ForbiddenException = exports.ClientException = exports.CancelImageCreationResponse = exports.CancelImageCreationRequest = exports.CallRateLimitExceededException = exports.BuildType = exports.AmiDistributionConfiguration = exports.LaunchPermissionConfiguration = exports.Ami = exports.ImageState = exports.ImageStatus = exports.AdditionalInstanceConfiguration = exports.SystemsManagerAgent = void 0;
|
|
4
|
+
exports.GetDistributionConfigurationRequest = exports.GetContainerRecipePolicyResponse = exports.GetContainerRecipePolicyRequest = exports.GetContainerRecipeResponse = exports.GetContainerRecipeRequest = exports.ResourceNotFoundException = 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.ResourceDependencyException = exports.DeleteComponentResponse = exports.DeleteComponentRequest = exports.CreateInfrastructureConfigurationResponse = exports.CreateInfrastructureConfigurationRequest = exports.Logging = exports.S3Logs = exports.InstanceMetadataOptions = exports.CreateImageRecipeResponse = exports.CreateImageRecipeRequest = 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.FastLaunchConfiguration = void 0;
|
|
5
|
+
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.InvalidPaginationTokenException = exports.ImportVmImageResponse = exports.ImportVmImageRequest = exports.ImportComponentResponse = exports.ImportComponentRequest = exports.GetInfrastructureConfigurationResponse = exports.GetInfrastructureConfigurationRequest = 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 = void 0;
|
|
6
|
+
exports.UpdateInfrastructureConfigurationResponse = exports.UpdateInfrastructureConfigurationRequest = exports.UpdateImagePipelineResponse = exports.UpdateImagePipelineRequest = exports.UpdateDistributionConfigurationResponse = exports.UpdateDistributionConfigurationRequest = 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.InvalidParameterValueException = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.InvalidParameterException = exports.ListInfrastructureConfigurationsResponse = exports.InfrastructureConfigurationSummary = void 0;
|
|
7
|
+
const ImagebuilderServiceException_1 = require("./ImagebuilderServiceException");
|
|
7
8
|
var SystemsManagerAgent;
|
|
8
9
|
(function (SystemsManagerAgent) {
|
|
9
10
|
SystemsManagerAgent.filterSensitiveLog = (obj) => ({
|
|
@@ -60,6 +61,19 @@ var BuildType;
|
|
|
60
61
|
BuildType["SCHEDULED"] = "SCHEDULED";
|
|
61
62
|
BuildType["USER_INITIATED"] = "USER_INITIATED";
|
|
62
63
|
})(BuildType = exports.BuildType || (exports.BuildType = {}));
|
|
64
|
+
class CallRateLimitExceededException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
65
|
+
constructor(opts) {
|
|
66
|
+
super({
|
|
67
|
+
name: "CallRateLimitExceededException",
|
|
68
|
+
$fault: "client",
|
|
69
|
+
...opts,
|
|
70
|
+
});
|
|
71
|
+
this.name = "CallRateLimitExceededException";
|
|
72
|
+
this.$fault = "client";
|
|
73
|
+
Object.setPrototypeOf(this, CallRateLimitExceededException.prototype);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.CallRateLimitExceededException = CallRateLimitExceededException;
|
|
63
77
|
var CancelImageCreationRequest;
|
|
64
78
|
(function (CancelImageCreationRequest) {
|
|
65
79
|
CancelImageCreationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -72,6 +86,97 @@ var CancelImageCreationResponse;
|
|
|
72
86
|
...obj,
|
|
73
87
|
});
|
|
74
88
|
})(CancelImageCreationResponse = exports.CancelImageCreationResponse || (exports.CancelImageCreationResponse = {}));
|
|
89
|
+
class ClientException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
90
|
+
constructor(opts) {
|
|
91
|
+
super({
|
|
92
|
+
name: "ClientException",
|
|
93
|
+
$fault: "client",
|
|
94
|
+
...opts,
|
|
95
|
+
});
|
|
96
|
+
this.name = "ClientException";
|
|
97
|
+
this.$fault = "client";
|
|
98
|
+
Object.setPrototypeOf(this, ClientException.prototype);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
exports.ClientException = ClientException;
|
|
102
|
+
class ForbiddenException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
103
|
+
constructor(opts) {
|
|
104
|
+
super({
|
|
105
|
+
name: "ForbiddenException",
|
|
106
|
+
$fault: "client",
|
|
107
|
+
...opts,
|
|
108
|
+
});
|
|
109
|
+
this.name = "ForbiddenException";
|
|
110
|
+
this.$fault = "client";
|
|
111
|
+
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
exports.ForbiddenException = ForbiddenException;
|
|
115
|
+
class IdempotentParameterMismatchException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
116
|
+
constructor(opts) {
|
|
117
|
+
super({
|
|
118
|
+
name: "IdempotentParameterMismatchException",
|
|
119
|
+
$fault: "client",
|
|
120
|
+
...opts,
|
|
121
|
+
});
|
|
122
|
+
this.name = "IdempotentParameterMismatchException";
|
|
123
|
+
this.$fault = "client";
|
|
124
|
+
Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
|
|
128
|
+
class InvalidRequestException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
129
|
+
constructor(opts) {
|
|
130
|
+
super({
|
|
131
|
+
name: "InvalidRequestException",
|
|
132
|
+
$fault: "client",
|
|
133
|
+
...opts,
|
|
134
|
+
});
|
|
135
|
+
this.name = "InvalidRequestException";
|
|
136
|
+
this.$fault = "client";
|
|
137
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
141
|
+
class ResourceInUseException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
142
|
+
constructor(opts) {
|
|
143
|
+
super({
|
|
144
|
+
name: "ResourceInUseException",
|
|
145
|
+
$fault: "client",
|
|
146
|
+
...opts,
|
|
147
|
+
});
|
|
148
|
+
this.name = "ResourceInUseException";
|
|
149
|
+
this.$fault = "client";
|
|
150
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
154
|
+
class ServiceException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
155
|
+
constructor(opts) {
|
|
156
|
+
super({
|
|
157
|
+
name: "ServiceException",
|
|
158
|
+
$fault: "server",
|
|
159
|
+
...opts,
|
|
160
|
+
});
|
|
161
|
+
this.name = "ServiceException";
|
|
162
|
+
this.$fault = "server";
|
|
163
|
+
Object.setPrototypeOf(this, ServiceException.prototype);
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
exports.ServiceException = ServiceException;
|
|
167
|
+
class ServiceUnavailableException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
168
|
+
constructor(opts) {
|
|
169
|
+
super({
|
|
170
|
+
name: "ServiceUnavailableException",
|
|
171
|
+
$fault: "server",
|
|
172
|
+
...opts,
|
|
173
|
+
});
|
|
174
|
+
this.name = "ServiceUnavailableException";
|
|
175
|
+
this.$fault = "server";
|
|
176
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
75
180
|
var ComponentParameterDetail;
|
|
76
181
|
(function (ComponentParameterDetail) {
|
|
77
182
|
ComponentParameterDetail.filterSensitiveLog = (obj) => ({
|
|
@@ -210,6 +315,45 @@ var CreateComponentResponse;
|
|
|
210
315
|
...obj,
|
|
211
316
|
});
|
|
212
317
|
})(CreateComponentResponse = exports.CreateComponentResponse || (exports.CreateComponentResponse = {}));
|
|
318
|
+
class InvalidParameterCombinationException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
319
|
+
constructor(opts) {
|
|
320
|
+
super({
|
|
321
|
+
name: "InvalidParameterCombinationException",
|
|
322
|
+
$fault: "client",
|
|
323
|
+
...opts,
|
|
324
|
+
});
|
|
325
|
+
this.name = "InvalidParameterCombinationException";
|
|
326
|
+
this.$fault = "client";
|
|
327
|
+
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
|
|
331
|
+
class InvalidVersionNumberException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
332
|
+
constructor(opts) {
|
|
333
|
+
super({
|
|
334
|
+
name: "InvalidVersionNumberException",
|
|
335
|
+
$fault: "client",
|
|
336
|
+
...opts,
|
|
337
|
+
});
|
|
338
|
+
this.name = "InvalidVersionNumberException";
|
|
339
|
+
this.$fault = "client";
|
|
340
|
+
Object.setPrototypeOf(this, InvalidVersionNumberException.prototype);
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
exports.InvalidVersionNumberException = InvalidVersionNumberException;
|
|
344
|
+
class ServiceQuotaExceededException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
345
|
+
constructor(opts) {
|
|
346
|
+
super({
|
|
347
|
+
name: "ServiceQuotaExceededException",
|
|
348
|
+
$fault: "client",
|
|
349
|
+
...opts,
|
|
350
|
+
});
|
|
351
|
+
this.name = "ServiceQuotaExceededException";
|
|
352
|
+
this.$fault = "client";
|
|
353
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
213
357
|
var CreateContainerRecipeRequest;
|
|
214
358
|
(function (CreateContainerRecipeRequest) {
|
|
215
359
|
CreateContainerRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -222,6 +366,37 @@ var CreateContainerRecipeResponse;
|
|
|
222
366
|
...obj,
|
|
223
367
|
});
|
|
224
368
|
})(CreateContainerRecipeResponse = exports.CreateContainerRecipeResponse || (exports.CreateContainerRecipeResponse = {}));
|
|
369
|
+
class ResourceAlreadyExistsException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
370
|
+
constructor(opts) {
|
|
371
|
+
super({
|
|
372
|
+
name: "ResourceAlreadyExistsException",
|
|
373
|
+
$fault: "client",
|
|
374
|
+
...opts,
|
|
375
|
+
});
|
|
376
|
+
this.name = "ResourceAlreadyExistsException";
|
|
377
|
+
this.$fault = "client";
|
|
378
|
+
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
382
|
+
var FastLaunchLaunchTemplateSpecification;
|
|
383
|
+
(function (FastLaunchLaunchTemplateSpecification) {
|
|
384
|
+
FastLaunchLaunchTemplateSpecification.filterSensitiveLog = (obj) => ({
|
|
385
|
+
...obj,
|
|
386
|
+
});
|
|
387
|
+
})(FastLaunchLaunchTemplateSpecification = exports.FastLaunchLaunchTemplateSpecification || (exports.FastLaunchLaunchTemplateSpecification = {}));
|
|
388
|
+
var FastLaunchSnapshotConfiguration;
|
|
389
|
+
(function (FastLaunchSnapshotConfiguration) {
|
|
390
|
+
FastLaunchSnapshotConfiguration.filterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
})(FastLaunchSnapshotConfiguration = exports.FastLaunchSnapshotConfiguration || (exports.FastLaunchSnapshotConfiguration = {}));
|
|
394
|
+
var FastLaunchConfiguration;
|
|
395
|
+
(function (FastLaunchConfiguration) {
|
|
396
|
+
FastLaunchConfiguration.filterSensitiveLog = (obj) => ({
|
|
397
|
+
...obj,
|
|
398
|
+
});
|
|
399
|
+
})(FastLaunchConfiguration = exports.FastLaunchConfiguration || (exports.FastLaunchConfiguration = {}));
|
|
225
400
|
var LaunchTemplateConfiguration;
|
|
226
401
|
(function (LaunchTemplateConfiguration) {
|
|
227
402
|
LaunchTemplateConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -358,6 +533,19 @@ var DeleteComponentResponse;
|
|
|
358
533
|
...obj,
|
|
359
534
|
});
|
|
360
535
|
})(DeleteComponentResponse = exports.DeleteComponentResponse || (exports.DeleteComponentResponse = {}));
|
|
536
|
+
class ResourceDependencyException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
537
|
+
constructor(opts) {
|
|
538
|
+
super({
|
|
539
|
+
name: "ResourceDependencyException",
|
|
540
|
+
$fault: "client",
|
|
541
|
+
...opts,
|
|
542
|
+
});
|
|
543
|
+
this.name = "ResourceDependencyException";
|
|
544
|
+
this.$fault = "client";
|
|
545
|
+
Object.setPrototypeOf(this, ResourceDependencyException.prototype);
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
exports.ResourceDependencyException = ResourceDependencyException;
|
|
361
549
|
var DeleteContainerRecipeRequest;
|
|
362
550
|
(function (DeleteContainerRecipeRequest) {
|
|
363
551
|
DeleteContainerRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -472,6 +660,19 @@ var GetComponentPolicyResponse;
|
|
|
472
660
|
...obj,
|
|
473
661
|
});
|
|
474
662
|
})(GetComponentPolicyResponse = exports.GetComponentPolicyResponse || (exports.GetComponentPolicyResponse = {}));
|
|
663
|
+
class ResourceNotFoundException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
664
|
+
constructor(opts) {
|
|
665
|
+
super({
|
|
666
|
+
name: "ResourceNotFoundException",
|
|
667
|
+
$fault: "client",
|
|
668
|
+
...opts,
|
|
669
|
+
});
|
|
670
|
+
this.name = "ResourceNotFoundException";
|
|
671
|
+
this.$fault = "client";
|
|
672
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
475
676
|
var GetContainerRecipeRequest;
|
|
476
677
|
(function (GetContainerRecipeRequest) {
|
|
477
678
|
GetContainerRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -639,6 +840,19 @@ var ImportVmImageResponse;
|
|
|
639
840
|
...obj,
|
|
640
841
|
});
|
|
641
842
|
})(ImportVmImageResponse = exports.ImportVmImageResponse || (exports.ImportVmImageResponse = {}));
|
|
843
|
+
class InvalidPaginationTokenException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
844
|
+
constructor(opts) {
|
|
845
|
+
super({
|
|
846
|
+
name: "InvalidPaginationTokenException",
|
|
847
|
+
$fault: "client",
|
|
848
|
+
...opts,
|
|
849
|
+
});
|
|
850
|
+
this.name = "InvalidPaginationTokenException";
|
|
851
|
+
this.$fault = "client";
|
|
852
|
+
Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
|
|
642
856
|
var ListComponentBuildVersionsRequest;
|
|
643
857
|
(function (ListComponentBuildVersionsRequest) {
|
|
644
858
|
ListComponentBuildVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -807,6 +1021,19 @@ var ListInfrastructureConfigurationsResponse;
|
|
|
807
1021
|
...obj,
|
|
808
1022
|
});
|
|
809
1023
|
})(ListInfrastructureConfigurationsResponse = exports.ListInfrastructureConfigurationsResponse || (exports.ListInfrastructureConfigurationsResponse = {}));
|
|
1024
|
+
class InvalidParameterException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
1025
|
+
constructor(opts) {
|
|
1026
|
+
super({
|
|
1027
|
+
name: "InvalidParameterException",
|
|
1028
|
+
$fault: "client",
|
|
1029
|
+
...opts,
|
|
1030
|
+
});
|
|
1031
|
+
this.name = "InvalidParameterException";
|
|
1032
|
+
this.$fault = "client";
|
|
1033
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
810
1037
|
var ListTagsForResourceRequest;
|
|
811
1038
|
(function (ListTagsForResourceRequest) {
|
|
812
1039
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -819,6 +1046,19 @@ var ListTagsForResourceResponse;
|
|
|
819
1046
|
...obj,
|
|
820
1047
|
});
|
|
821
1048
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1049
|
+
class InvalidParameterValueException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
1050
|
+
constructor(opts) {
|
|
1051
|
+
super({
|
|
1052
|
+
name: "InvalidParameterValueException",
|
|
1053
|
+
$fault: "client",
|
|
1054
|
+
...opts,
|
|
1055
|
+
});
|
|
1056
|
+
this.name = "InvalidParameterValueException";
|
|
1057
|
+
this.$fault = "client";
|
|
1058
|
+
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
822
1062
|
var PutComponentPolicyRequest;
|
|
823
1063
|
(function (PutComponentPolicyRequest) {
|
|
824
1064
|
PutComponentPolicyRequest.filterSensitiveLog = (obj) => ({
|