@aws-sdk/client-imagebuilder 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelImageCreationCommand.js +2 -2
- package/dist-cjs/commands/CreateComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateContainerRecipeCommand.js +2 -2
- package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateImageCommand.js +2 -2
- package/dist-cjs/commands/CreateImagePipelineCommand.js +2 -2
- package/dist-cjs/commands/CreateImageRecipeCommand.js +2 -2
- package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteContainerRecipeCommand.js +2 -2
- package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageCommand.js +2 -2
- package/dist-cjs/commands/DeleteImagePipelineCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageRecipeCommand.js +2 -2
- package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetComponentCommand.js +2 -2
- package/dist-cjs/commands/GetComponentPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetContainerRecipeCommand.js +2 -2
- package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetDistributionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetImageCommand.js +2 -2
- package/dist-cjs/commands/GetImagePipelineCommand.js +2 -2
- package/dist-cjs/commands/GetImagePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetImageRecipeCommand.js +2 -2
- package/dist-cjs/commands/GetImageRecipePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +2 -2
- package/dist-cjs/commands/ImportComponentCommand.js +2 -2
- package/dist-cjs/commands/ImportVmImageCommand.js +2 -2
- package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListContainerRecipesCommand.js +2 -2
- package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListImageBuildVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListImagePackagesCommand.js +2 -2
- package/dist-cjs/commands/ListImagePipelineImagesCommand.js +2 -2
- package/dist-cjs/commands/ListImagePipelinesCommand.js +2 -2
- package/dist-cjs/commands/ListImageRecipesCommand.js +2 -2
- package/dist-cjs/commands/ListImagesCommand.js +2 -2
- package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutComponentPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +2 -2
- package/dist-cjs/commands/PutImagePolicyCommand.js +2 -2
- package/dist-cjs/commands/PutImageRecipePolicyCommand.js +2 -2
- package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateImagePipelineCommand.js +2 -2
- package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +584 -874
- package/dist-cjs/protocols/Aws_restJson1.js +615 -971
- package/dist-es/commands/CancelImageCreationCommand.js +3 -3
- package/dist-es/commands/CreateComponentCommand.js +3 -3
- package/dist-es/commands/CreateContainerRecipeCommand.js +3 -3
- package/dist-es/commands/CreateDistributionConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateImageCommand.js +3 -3
- package/dist-es/commands/CreateImagePipelineCommand.js +3 -3
- package/dist-es/commands/CreateImageRecipeCommand.js +3 -3
- package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +3 -3
- package/dist-es/commands/DeleteContainerRecipeCommand.js +3 -3
- package/dist-es/commands/DeleteDistributionConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteImageCommand.js +3 -3
- package/dist-es/commands/DeleteImagePipelineCommand.js +3 -3
- package/dist-es/commands/DeleteImageRecipeCommand.js +3 -3
- package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +3 -3
- package/dist-es/commands/GetComponentCommand.js +3 -3
- package/dist-es/commands/GetComponentPolicyCommand.js +3 -3
- package/dist-es/commands/GetContainerRecipeCommand.js +3 -3
- package/dist-es/commands/GetContainerRecipePolicyCommand.js +3 -3
- package/dist-es/commands/GetDistributionConfigurationCommand.js +3 -3
- package/dist-es/commands/GetImageCommand.js +3 -3
- package/dist-es/commands/GetImagePipelineCommand.js +3 -3
- package/dist-es/commands/GetImagePolicyCommand.js +3 -3
- package/dist-es/commands/GetImageRecipeCommand.js +3 -3
- package/dist-es/commands/GetImageRecipePolicyCommand.js +3 -3
- package/dist-es/commands/GetInfrastructureConfigurationCommand.js +3 -3
- package/dist-es/commands/ImportComponentCommand.js +3 -3
- package/dist-es/commands/ImportVmImageCommand.js +3 -3
- package/dist-es/commands/ListComponentBuildVersionsCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListContainerRecipesCommand.js +3 -3
- package/dist-es/commands/ListDistributionConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListImageBuildVersionsCommand.js +3 -3
- package/dist-es/commands/ListImagePackagesCommand.js +3 -3
- package/dist-es/commands/ListImagePipelineImagesCommand.js +3 -3
- package/dist-es/commands/ListImagePipelinesCommand.js +3 -3
- package/dist-es/commands/ListImageRecipesCommand.js +3 -3
- package/dist-es/commands/ListImagesCommand.js +3 -3
- package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutComponentPolicyCommand.js +3 -3
- package/dist-es/commands/PutContainerRecipePolicyCommand.js +3 -3
- package/dist-es/commands/PutImagePolicyCommand.js +3 -3
- package/dist-es/commands/PutImageRecipePolicyCommand.js +3 -3
- package/dist-es/commands/StartImagePipelineExecutionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDistributionConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateImagePipelineCommand.js +3 -3
- package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +3 -3
- package/dist-es/models/models_0.js +145 -580
- package/dist-es/protocols/Aws_restJson1.js +769 -937
- package/dist-types/models/models_0.d.ts +580 -870
- package/dist-types/ts3.4/models/models_0.d.ts +290 -580
- package/package.json +6 -6
|
@@ -1,22 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.EbsInstanceBlockDeviceSpecificationFilterSensitiveLog = exports.ContainerDistributionConfigurationFilterSensitiveLog = exports.TargetContainerRepositoryFilterSensitiveLog = exports.ContainerFilterSensitiveLog = exports.ComponentVersionFilterSensitiveLog = exports.ComponentSummaryFilterSensitiveLog = exports.ComponentConfigurationFilterSensitiveLog = exports.ComponentParameterFilterSensitiveLog = exports.ComponentFilterSensitiveLog = exports.ComponentStateFilterSensitiveLog = exports.ComponentParameterDetailFilterSensitiveLog = exports.CancelImageCreationResponseFilterSensitiveLog = exports.CancelImageCreationRequestFilterSensitiveLog = exports.AmiDistributionConfigurationFilterSensitiveLog = exports.LaunchPermissionConfigurationFilterSensitiveLog = exports.AmiFilterSensitiveLog = exports.ImageStateFilterSensitiveLog = exports.AdditionalInstanceConfigurationFilterSensitiveLog = exports.SystemsManagerAgentFilterSensitiveLog = exports.InvalidParameterValueException = exports.InvalidParameterException = exports.Ownership = exports.InvalidPaginationTokenException = exports.ImageType = exports.ResourceNotFoundException = exports.ResourceDependencyException = exports.PipelineStatus = exports.PipelineExecutionStartCondition = exports.DiskImageFormat = exports.ResourceAlreadyExistsException = exports.ServiceQuotaExceededException = exports.InvalidVersionNumberException = exports.InvalidParameterCombinationException = exports.EbsVolumeType = exports.ContainerType = exports.ContainerRepositoryService = exports.ComponentFormat = exports.ComponentType = exports.ComponentStatus = exports.Platform = exports.ServiceUnavailableException = exports.ServiceException = exports.ResourceInUseException = exports.InvalidRequestException = exports.IdempotentParameterMismatchException = exports.ForbiddenException = exports.ClientException = exports.CallRateLimitExceededException = exports.BuildType = exports.ImageStatus = void 0;
|
|
4
|
+
exports.GetComponentPolicyResponseFilterSensitiveLog = exports.GetComponentPolicyRequestFilterSensitiveLog = exports.GetComponentResponseFilterSensitiveLog = exports.GetComponentRequestFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.DistributionConfigurationSummaryFilterSensitiveLog = exports.DistributionConfigurationFilterSensitiveLog = exports.DeleteInfrastructureConfigurationResponseFilterSensitiveLog = exports.DeleteInfrastructureConfigurationRequestFilterSensitiveLog = exports.DeleteImageRecipeResponseFilterSensitiveLog = exports.DeleteImageRecipeRequestFilterSensitiveLog = exports.DeleteImagePipelineResponseFilterSensitiveLog = exports.DeleteImagePipelineRequestFilterSensitiveLog = exports.DeleteImageResponseFilterSensitiveLog = exports.DeleteImageRequestFilterSensitiveLog = exports.DeleteDistributionConfigurationResponseFilterSensitiveLog = exports.DeleteDistributionConfigurationRequestFilterSensitiveLog = exports.DeleteContainerRecipeResponseFilterSensitiveLog = exports.DeleteContainerRecipeRequestFilterSensitiveLog = exports.DeleteComponentResponseFilterSensitiveLog = exports.DeleteComponentRequestFilterSensitiveLog = exports.CreateInfrastructureConfigurationResponseFilterSensitiveLog = exports.CreateInfrastructureConfigurationRequestFilterSensitiveLog = exports.LoggingFilterSensitiveLog = exports.S3LogsFilterSensitiveLog = exports.InstanceMetadataOptionsFilterSensitiveLog = exports.CreateImageRecipeResponseFilterSensitiveLog = exports.CreateImageRecipeRequestFilterSensitiveLog = exports.CreateImagePipelineResponseFilterSensitiveLog = exports.CreateImagePipelineRequestFilterSensitiveLog = exports.ScheduleFilterSensitiveLog = exports.CreateImageResponseFilterSensitiveLog = exports.CreateImageRequestFilterSensitiveLog = exports.ImageTestsConfigurationFilterSensitiveLog = exports.CreateDistributionConfigurationResponseFilterSensitiveLog = exports.CreateDistributionConfigurationRequestFilterSensitiveLog = exports.DistributionFilterSensitiveLog = exports.S3ExportConfigurationFilterSensitiveLog = exports.LaunchTemplateConfigurationFilterSensitiveLog = exports.FastLaunchConfigurationFilterSensitiveLog = exports.FastLaunchSnapshotConfigurationFilterSensitiveLog = exports.FastLaunchLaunchTemplateSpecificationFilterSensitiveLog = exports.CreateContainerRecipeResponseFilterSensitiveLog = exports.CreateContainerRecipeRequestFilterSensitiveLog = exports.CreateComponentResponseFilterSensitiveLog = exports.CreateComponentRequestFilterSensitiveLog = exports.ContainerRecipeSummaryFilterSensitiveLog = exports.ContainerRecipeFilterSensitiveLog = exports.InstanceConfigurationFilterSensitiveLog = exports.InstanceBlockDeviceMappingFilterSensitiveLog = void 0;
|
|
5
|
+
exports.ImageVersionFilterSensitiveLog = exports.ListImagesRequestFilterSensitiveLog = exports.ListImageRecipesResponseFilterSensitiveLog = exports.ImageRecipeSummaryFilterSensitiveLog = exports.ListImageRecipesRequestFilterSensitiveLog = exports.ListImagePipelinesResponseFilterSensitiveLog = exports.ListImagePipelinesRequestFilterSensitiveLog = exports.ListImagePipelineImagesResponseFilterSensitiveLog = exports.ListImagePipelineImagesRequestFilterSensitiveLog = exports.ListImagePackagesResponseFilterSensitiveLog = exports.ImagePackageFilterSensitiveLog = exports.ListImagePackagesRequestFilterSensitiveLog = exports.ListImageBuildVersionsResponseFilterSensitiveLog = exports.ImageSummaryFilterSensitiveLog = exports.ListImageBuildVersionsRequestFilterSensitiveLog = exports.ListDistributionConfigurationsResponseFilterSensitiveLog = exports.ListDistributionConfigurationsRequestFilterSensitiveLog = exports.ListContainerRecipesResponseFilterSensitiveLog = exports.ListContainerRecipesRequestFilterSensitiveLog = exports.ListComponentsResponseFilterSensitiveLog = exports.ListComponentsRequestFilterSensitiveLog = exports.ListComponentBuildVersionsResponseFilterSensitiveLog = exports.ListComponentBuildVersionsRequestFilterSensitiveLog = exports.ImportVmImageResponseFilterSensitiveLog = exports.ImportVmImageRequestFilterSensitiveLog = exports.ImportComponentResponseFilterSensitiveLog = exports.ImportComponentRequestFilterSensitiveLog = exports.GetInfrastructureConfigurationResponseFilterSensitiveLog = exports.GetInfrastructureConfigurationRequestFilterSensitiveLog = exports.GetImageRecipePolicyResponseFilterSensitiveLog = exports.GetImageRecipePolicyRequestFilterSensitiveLog = exports.GetImageRecipeResponseFilterSensitiveLog = exports.GetImageRecipeRequestFilterSensitiveLog = exports.GetImagePolicyResponseFilterSensitiveLog = exports.GetImagePolicyRequestFilterSensitiveLog = exports.GetImagePipelineResponseFilterSensitiveLog = exports.ImagePipelineFilterSensitiveLog = exports.GetImagePipelineRequestFilterSensitiveLog = exports.GetImageResponseFilterSensitiveLog = exports.ImageFilterSensitiveLog = exports.OutputResourcesFilterSensitiveLog = exports.InfrastructureConfigurationFilterSensitiveLog = exports.ImageRecipeFilterSensitiveLog = exports.GetImageRequestFilterSensitiveLog = exports.GetDistributionConfigurationResponseFilterSensitiveLog = exports.GetDistributionConfigurationRequestFilterSensitiveLog = exports.GetContainerRecipePolicyResponseFilterSensitiveLog = exports.GetContainerRecipePolicyRequestFilterSensitiveLog = exports.GetContainerRecipeResponseFilterSensitiveLog = exports.GetContainerRecipeRequestFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdateInfrastructureConfigurationResponseFilterSensitiveLog = exports.UpdateInfrastructureConfigurationRequestFilterSensitiveLog = exports.UpdateImagePipelineResponseFilterSensitiveLog = exports.UpdateImagePipelineRequestFilterSensitiveLog = exports.UpdateDistributionConfigurationResponseFilterSensitiveLog = exports.UpdateDistributionConfigurationRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StartImagePipelineExecutionResponseFilterSensitiveLog = exports.StartImagePipelineExecutionRequestFilterSensitiveLog = exports.PutImageRecipePolicyResponseFilterSensitiveLog = exports.PutImageRecipePolicyRequestFilterSensitiveLog = exports.PutImagePolicyResponseFilterSensitiveLog = exports.PutImagePolicyRequestFilterSensitiveLog = exports.PutContainerRecipePolicyResponseFilterSensitiveLog = exports.PutContainerRecipePolicyRequestFilterSensitiveLog = exports.PutComponentPolicyResponseFilterSensitiveLog = exports.PutComponentPolicyRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListInfrastructureConfigurationsResponseFilterSensitiveLog = exports.InfrastructureConfigurationSummaryFilterSensitiveLog = exports.ListInfrastructureConfigurationsRequestFilterSensitiveLog = exports.ListImagesResponseFilterSensitiveLog = void 0;
|
|
7
7
|
const ImagebuilderServiceException_1 = require("./ImagebuilderServiceException");
|
|
8
|
-
var SystemsManagerAgent;
|
|
9
|
-
(function (SystemsManagerAgent) {
|
|
10
|
-
SystemsManagerAgent.filterSensitiveLog = (obj) => ({
|
|
11
|
-
...obj,
|
|
12
|
-
});
|
|
13
|
-
})(SystemsManagerAgent = exports.SystemsManagerAgent || (exports.SystemsManagerAgent = {}));
|
|
14
|
-
var AdditionalInstanceConfiguration;
|
|
15
|
-
(function (AdditionalInstanceConfiguration) {
|
|
16
|
-
AdditionalInstanceConfiguration.filterSensitiveLog = (obj) => ({
|
|
17
|
-
...obj,
|
|
18
|
-
});
|
|
19
|
-
})(AdditionalInstanceConfiguration = exports.AdditionalInstanceConfiguration || (exports.AdditionalInstanceConfiguration = {}));
|
|
20
8
|
var ImageStatus;
|
|
21
9
|
(function (ImageStatus) {
|
|
22
10
|
ImageStatus["AVAILABLE"] = "AVAILABLE";
|
|
@@ -31,30 +19,6 @@ var ImageStatus;
|
|
|
31
19
|
ImageStatus["PENDING"] = "PENDING";
|
|
32
20
|
ImageStatus["TESTING"] = "TESTING";
|
|
33
21
|
})(ImageStatus = exports.ImageStatus || (exports.ImageStatus = {}));
|
|
34
|
-
var ImageState;
|
|
35
|
-
(function (ImageState) {
|
|
36
|
-
ImageState.filterSensitiveLog = (obj) => ({
|
|
37
|
-
...obj,
|
|
38
|
-
});
|
|
39
|
-
})(ImageState = exports.ImageState || (exports.ImageState = {}));
|
|
40
|
-
var Ami;
|
|
41
|
-
(function (Ami) {
|
|
42
|
-
Ami.filterSensitiveLog = (obj) => ({
|
|
43
|
-
...obj,
|
|
44
|
-
});
|
|
45
|
-
})(Ami = exports.Ami || (exports.Ami = {}));
|
|
46
|
-
var LaunchPermissionConfiguration;
|
|
47
|
-
(function (LaunchPermissionConfiguration) {
|
|
48
|
-
LaunchPermissionConfiguration.filterSensitiveLog = (obj) => ({
|
|
49
|
-
...obj,
|
|
50
|
-
});
|
|
51
|
-
})(LaunchPermissionConfiguration = exports.LaunchPermissionConfiguration || (exports.LaunchPermissionConfiguration = {}));
|
|
52
|
-
var AmiDistributionConfiguration;
|
|
53
|
-
(function (AmiDistributionConfiguration) {
|
|
54
|
-
AmiDistributionConfiguration.filterSensitiveLog = (obj) => ({
|
|
55
|
-
...obj,
|
|
56
|
-
});
|
|
57
|
-
})(AmiDistributionConfiguration = exports.AmiDistributionConfiguration || (exports.AmiDistributionConfiguration = {}));
|
|
58
22
|
var BuildType;
|
|
59
23
|
(function (BuildType) {
|
|
60
24
|
BuildType["IMPORT"] = "IMPORT";
|
|
@@ -74,18 +38,6 @@ class CallRateLimitExceededException extends ImagebuilderServiceException_1.Imag
|
|
|
74
38
|
}
|
|
75
39
|
}
|
|
76
40
|
exports.CallRateLimitExceededException = CallRateLimitExceededException;
|
|
77
|
-
var CancelImageCreationRequest;
|
|
78
|
-
(function (CancelImageCreationRequest) {
|
|
79
|
-
CancelImageCreationRequest.filterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
})(CancelImageCreationRequest = exports.CancelImageCreationRequest || (exports.CancelImageCreationRequest = {}));
|
|
83
|
-
var CancelImageCreationResponse;
|
|
84
|
-
(function (CancelImageCreationResponse) {
|
|
85
|
-
CancelImageCreationResponse.filterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
})(CancelImageCreationResponse = exports.CancelImageCreationResponse || (exports.CancelImageCreationResponse = {}));
|
|
89
41
|
class ClientException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
90
42
|
constructor(opts) {
|
|
91
43
|
super({
|
|
@@ -177,12 +129,6 @@ class ServiceUnavailableException extends ImagebuilderServiceException_1.Imagebu
|
|
|
177
129
|
}
|
|
178
130
|
}
|
|
179
131
|
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
180
|
-
var ComponentParameterDetail;
|
|
181
|
-
(function (ComponentParameterDetail) {
|
|
182
|
-
ComponentParameterDetail.filterSensitiveLog = (obj) => ({
|
|
183
|
-
...obj,
|
|
184
|
-
});
|
|
185
|
-
})(ComponentParameterDetail = exports.ComponentParameterDetail || (exports.ComponentParameterDetail = {}));
|
|
186
132
|
var Platform;
|
|
187
133
|
(function (Platform) {
|
|
188
134
|
Platform["LINUX"] = "Linux";
|
|
@@ -192,73 +138,19 @@ var ComponentStatus;
|
|
|
192
138
|
(function (ComponentStatus) {
|
|
193
139
|
ComponentStatus["DEPRECATED"] = "DEPRECATED";
|
|
194
140
|
})(ComponentStatus = exports.ComponentStatus || (exports.ComponentStatus = {}));
|
|
195
|
-
var ComponentState;
|
|
196
|
-
(function (ComponentState) {
|
|
197
|
-
ComponentState.filterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
})(ComponentState = exports.ComponentState || (exports.ComponentState = {}));
|
|
201
141
|
var ComponentType;
|
|
202
142
|
(function (ComponentType) {
|
|
203
143
|
ComponentType["BUILD"] = "BUILD";
|
|
204
144
|
ComponentType["TEST"] = "TEST";
|
|
205
145
|
})(ComponentType = exports.ComponentType || (exports.ComponentType = {}));
|
|
206
|
-
var Component;
|
|
207
|
-
(function (Component) {
|
|
208
|
-
Component.filterSensitiveLog = (obj) => ({
|
|
209
|
-
...obj,
|
|
210
|
-
});
|
|
211
|
-
})(Component = exports.Component || (exports.Component = {}));
|
|
212
|
-
var ComponentParameter;
|
|
213
|
-
(function (ComponentParameter) {
|
|
214
|
-
ComponentParameter.filterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
})(ComponentParameter = exports.ComponentParameter || (exports.ComponentParameter = {}));
|
|
218
|
-
var ComponentConfiguration;
|
|
219
|
-
(function (ComponentConfiguration) {
|
|
220
|
-
ComponentConfiguration.filterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
})(ComponentConfiguration = exports.ComponentConfiguration || (exports.ComponentConfiguration = {}));
|
|
224
146
|
var ComponentFormat;
|
|
225
147
|
(function (ComponentFormat) {
|
|
226
148
|
ComponentFormat["SHELL"] = "SHELL";
|
|
227
149
|
})(ComponentFormat = exports.ComponentFormat || (exports.ComponentFormat = {}));
|
|
228
|
-
var ComponentSummary;
|
|
229
|
-
(function (ComponentSummary) {
|
|
230
|
-
ComponentSummary.filterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
})(ComponentSummary = exports.ComponentSummary || (exports.ComponentSummary = {}));
|
|
234
|
-
var ComponentVersion;
|
|
235
|
-
(function (ComponentVersion) {
|
|
236
|
-
ComponentVersion.filterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
})(ComponentVersion = exports.ComponentVersion || (exports.ComponentVersion = {}));
|
|
240
|
-
var Container;
|
|
241
|
-
(function (Container) {
|
|
242
|
-
Container.filterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
});
|
|
245
|
-
})(Container = exports.Container || (exports.Container = {}));
|
|
246
150
|
var ContainerRepositoryService;
|
|
247
151
|
(function (ContainerRepositoryService) {
|
|
248
152
|
ContainerRepositoryService["ECR"] = "ECR";
|
|
249
153
|
})(ContainerRepositoryService = exports.ContainerRepositoryService || (exports.ContainerRepositoryService = {}));
|
|
250
|
-
var TargetContainerRepository;
|
|
251
|
-
(function (TargetContainerRepository) {
|
|
252
|
-
TargetContainerRepository.filterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
})(TargetContainerRepository = exports.TargetContainerRepository || (exports.TargetContainerRepository = {}));
|
|
256
|
-
var ContainerDistributionConfiguration;
|
|
257
|
-
(function (ContainerDistributionConfiguration) {
|
|
258
|
-
ContainerDistributionConfiguration.filterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
})(ContainerDistributionConfiguration = exports.ContainerDistributionConfiguration || (exports.ContainerDistributionConfiguration = {}));
|
|
262
154
|
var ContainerType;
|
|
263
155
|
(function (ContainerType) {
|
|
264
156
|
ContainerType["DOCKER"] = "DOCKER";
|
|
@@ -273,48 +165,6 @@ var EbsVolumeType;
|
|
|
273
165
|
EbsVolumeType["ST1"] = "st1";
|
|
274
166
|
EbsVolumeType["STANDARD"] = "standard";
|
|
275
167
|
})(EbsVolumeType = exports.EbsVolumeType || (exports.EbsVolumeType = {}));
|
|
276
|
-
var EbsInstanceBlockDeviceSpecification;
|
|
277
|
-
(function (EbsInstanceBlockDeviceSpecification) {
|
|
278
|
-
EbsInstanceBlockDeviceSpecification.filterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
})(EbsInstanceBlockDeviceSpecification = exports.EbsInstanceBlockDeviceSpecification || (exports.EbsInstanceBlockDeviceSpecification = {}));
|
|
282
|
-
var InstanceBlockDeviceMapping;
|
|
283
|
-
(function (InstanceBlockDeviceMapping) {
|
|
284
|
-
InstanceBlockDeviceMapping.filterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
})(InstanceBlockDeviceMapping = exports.InstanceBlockDeviceMapping || (exports.InstanceBlockDeviceMapping = {}));
|
|
288
|
-
var InstanceConfiguration;
|
|
289
|
-
(function (InstanceConfiguration) {
|
|
290
|
-
InstanceConfiguration.filterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
});
|
|
293
|
-
})(InstanceConfiguration = exports.InstanceConfiguration || (exports.InstanceConfiguration = {}));
|
|
294
|
-
var ContainerRecipe;
|
|
295
|
-
(function (ContainerRecipe) {
|
|
296
|
-
ContainerRecipe.filterSensitiveLog = (obj) => ({
|
|
297
|
-
...obj,
|
|
298
|
-
});
|
|
299
|
-
})(ContainerRecipe = exports.ContainerRecipe || (exports.ContainerRecipe = {}));
|
|
300
|
-
var ContainerRecipeSummary;
|
|
301
|
-
(function (ContainerRecipeSummary) {
|
|
302
|
-
ContainerRecipeSummary.filterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
});
|
|
305
|
-
})(ContainerRecipeSummary = exports.ContainerRecipeSummary || (exports.ContainerRecipeSummary = {}));
|
|
306
|
-
var CreateComponentRequest;
|
|
307
|
-
(function (CreateComponentRequest) {
|
|
308
|
-
CreateComponentRequest.filterSensitiveLog = (obj) => ({
|
|
309
|
-
...obj,
|
|
310
|
-
});
|
|
311
|
-
})(CreateComponentRequest = exports.CreateComponentRequest || (exports.CreateComponentRequest = {}));
|
|
312
|
-
var CreateComponentResponse;
|
|
313
|
-
(function (CreateComponentResponse) {
|
|
314
|
-
CreateComponentResponse.filterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
})(CreateComponentResponse = exports.CreateComponentResponse || (exports.CreateComponentResponse = {}));
|
|
318
168
|
class InvalidParameterCombinationException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
319
169
|
constructor(opts) {
|
|
320
170
|
super({
|
|
@@ -354,18 +204,6 @@ class ServiceQuotaExceededException extends ImagebuilderServiceException_1.Image
|
|
|
354
204
|
}
|
|
355
205
|
}
|
|
356
206
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
357
|
-
var CreateContainerRecipeRequest;
|
|
358
|
-
(function (CreateContainerRecipeRequest) {
|
|
359
|
-
CreateContainerRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
})(CreateContainerRecipeRequest = exports.CreateContainerRecipeRequest || (exports.CreateContainerRecipeRequest = {}));
|
|
363
|
-
var CreateContainerRecipeResponse;
|
|
364
|
-
(function (CreateContainerRecipeResponse) {
|
|
365
|
-
CreateContainerRecipeResponse.filterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
})(CreateContainerRecipeResponse = exports.CreateContainerRecipeResponse || (exports.CreateContainerRecipeResponse = {}));
|
|
369
207
|
class ResourceAlreadyExistsException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
370
208
|
constructor(opts) {
|
|
371
209
|
super({
|
|
@@ -379,160 +217,22 @@ class ResourceAlreadyExistsException extends ImagebuilderServiceException_1.Imag
|
|
|
379
217
|
}
|
|
380
218
|
}
|
|
381
219
|
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 = {}));
|
|
400
|
-
var LaunchTemplateConfiguration;
|
|
401
|
-
(function (LaunchTemplateConfiguration) {
|
|
402
|
-
LaunchTemplateConfiguration.filterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
|
-
})(LaunchTemplateConfiguration = exports.LaunchTemplateConfiguration || (exports.LaunchTemplateConfiguration = {}));
|
|
406
220
|
var DiskImageFormat;
|
|
407
221
|
(function (DiskImageFormat) {
|
|
408
222
|
DiskImageFormat["RAW"] = "RAW";
|
|
409
223
|
DiskImageFormat["VHD"] = "VHD";
|
|
410
224
|
DiskImageFormat["VMDK"] = "VMDK";
|
|
411
225
|
})(DiskImageFormat = exports.DiskImageFormat || (exports.DiskImageFormat = {}));
|
|
412
|
-
var S3ExportConfiguration;
|
|
413
|
-
(function (S3ExportConfiguration) {
|
|
414
|
-
S3ExportConfiguration.filterSensitiveLog = (obj) => ({
|
|
415
|
-
...obj,
|
|
416
|
-
});
|
|
417
|
-
})(S3ExportConfiguration = exports.S3ExportConfiguration || (exports.S3ExportConfiguration = {}));
|
|
418
|
-
var Distribution;
|
|
419
|
-
(function (Distribution) {
|
|
420
|
-
Distribution.filterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
});
|
|
423
|
-
})(Distribution = exports.Distribution || (exports.Distribution = {}));
|
|
424
|
-
var CreateDistributionConfigurationRequest;
|
|
425
|
-
(function (CreateDistributionConfigurationRequest) {
|
|
426
|
-
CreateDistributionConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
427
|
-
...obj,
|
|
428
|
-
});
|
|
429
|
-
})(CreateDistributionConfigurationRequest = exports.CreateDistributionConfigurationRequest || (exports.CreateDistributionConfigurationRequest = {}));
|
|
430
|
-
var CreateDistributionConfigurationResponse;
|
|
431
|
-
(function (CreateDistributionConfigurationResponse) {
|
|
432
|
-
CreateDistributionConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
433
|
-
...obj,
|
|
434
|
-
});
|
|
435
|
-
})(CreateDistributionConfigurationResponse = exports.CreateDistributionConfigurationResponse || (exports.CreateDistributionConfigurationResponse = {}));
|
|
436
|
-
var ImageTestsConfiguration;
|
|
437
|
-
(function (ImageTestsConfiguration) {
|
|
438
|
-
ImageTestsConfiguration.filterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
})(ImageTestsConfiguration = exports.ImageTestsConfiguration || (exports.ImageTestsConfiguration = {}));
|
|
442
|
-
var CreateImageRequest;
|
|
443
|
-
(function (CreateImageRequest) {
|
|
444
|
-
CreateImageRequest.filterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
})(CreateImageRequest = exports.CreateImageRequest || (exports.CreateImageRequest = {}));
|
|
448
|
-
var CreateImageResponse;
|
|
449
|
-
(function (CreateImageResponse) {
|
|
450
|
-
CreateImageResponse.filterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
})(CreateImageResponse = exports.CreateImageResponse || (exports.CreateImageResponse = {}));
|
|
454
226
|
var PipelineExecutionStartCondition;
|
|
455
227
|
(function (PipelineExecutionStartCondition) {
|
|
456
228
|
PipelineExecutionStartCondition["EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE"] = "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE";
|
|
457
229
|
PipelineExecutionStartCondition["EXPRESSION_MATCH_ONLY"] = "EXPRESSION_MATCH_ONLY";
|
|
458
230
|
})(PipelineExecutionStartCondition = exports.PipelineExecutionStartCondition || (exports.PipelineExecutionStartCondition = {}));
|
|
459
|
-
var Schedule;
|
|
460
|
-
(function (Schedule) {
|
|
461
|
-
Schedule.filterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
})(Schedule = exports.Schedule || (exports.Schedule = {}));
|
|
465
231
|
var PipelineStatus;
|
|
466
232
|
(function (PipelineStatus) {
|
|
467
233
|
PipelineStatus["DISABLED"] = "DISABLED";
|
|
468
234
|
PipelineStatus["ENABLED"] = "ENABLED";
|
|
469
235
|
})(PipelineStatus = exports.PipelineStatus || (exports.PipelineStatus = {}));
|
|
470
|
-
var CreateImagePipelineRequest;
|
|
471
|
-
(function (CreateImagePipelineRequest) {
|
|
472
|
-
CreateImagePipelineRequest.filterSensitiveLog = (obj) => ({
|
|
473
|
-
...obj,
|
|
474
|
-
});
|
|
475
|
-
})(CreateImagePipelineRequest = exports.CreateImagePipelineRequest || (exports.CreateImagePipelineRequest = {}));
|
|
476
|
-
var CreateImagePipelineResponse;
|
|
477
|
-
(function (CreateImagePipelineResponse) {
|
|
478
|
-
CreateImagePipelineResponse.filterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
})(CreateImagePipelineResponse = exports.CreateImagePipelineResponse || (exports.CreateImagePipelineResponse = {}));
|
|
482
|
-
var CreateImageRecipeRequest;
|
|
483
|
-
(function (CreateImageRecipeRequest) {
|
|
484
|
-
CreateImageRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
})(CreateImageRecipeRequest = exports.CreateImageRecipeRequest || (exports.CreateImageRecipeRequest = {}));
|
|
488
|
-
var CreateImageRecipeResponse;
|
|
489
|
-
(function (CreateImageRecipeResponse) {
|
|
490
|
-
CreateImageRecipeResponse.filterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
|
-
})(CreateImageRecipeResponse = exports.CreateImageRecipeResponse || (exports.CreateImageRecipeResponse = {}));
|
|
494
|
-
var InstanceMetadataOptions;
|
|
495
|
-
(function (InstanceMetadataOptions) {
|
|
496
|
-
InstanceMetadataOptions.filterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
})(InstanceMetadataOptions = exports.InstanceMetadataOptions || (exports.InstanceMetadataOptions = {}));
|
|
500
|
-
var S3Logs;
|
|
501
|
-
(function (S3Logs) {
|
|
502
|
-
S3Logs.filterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
})(S3Logs = exports.S3Logs || (exports.S3Logs = {}));
|
|
506
|
-
var Logging;
|
|
507
|
-
(function (Logging) {
|
|
508
|
-
Logging.filterSensitiveLog = (obj) => ({
|
|
509
|
-
...obj,
|
|
510
|
-
});
|
|
511
|
-
})(Logging = exports.Logging || (exports.Logging = {}));
|
|
512
|
-
var CreateInfrastructureConfigurationRequest;
|
|
513
|
-
(function (CreateInfrastructureConfigurationRequest) {
|
|
514
|
-
CreateInfrastructureConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
515
|
-
...obj,
|
|
516
|
-
});
|
|
517
|
-
})(CreateInfrastructureConfigurationRequest = exports.CreateInfrastructureConfigurationRequest || (exports.CreateInfrastructureConfigurationRequest = {}));
|
|
518
|
-
var CreateInfrastructureConfigurationResponse;
|
|
519
|
-
(function (CreateInfrastructureConfigurationResponse) {
|
|
520
|
-
CreateInfrastructureConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
521
|
-
...obj,
|
|
522
|
-
});
|
|
523
|
-
})(CreateInfrastructureConfigurationResponse = exports.CreateInfrastructureConfigurationResponse || (exports.CreateInfrastructureConfigurationResponse = {}));
|
|
524
|
-
var DeleteComponentRequest;
|
|
525
|
-
(function (DeleteComponentRequest) {
|
|
526
|
-
DeleteComponentRequest.filterSensitiveLog = (obj) => ({
|
|
527
|
-
...obj,
|
|
528
|
-
});
|
|
529
|
-
})(DeleteComponentRequest = exports.DeleteComponentRequest || (exports.DeleteComponentRequest = {}));
|
|
530
|
-
var DeleteComponentResponse;
|
|
531
|
-
(function (DeleteComponentResponse) {
|
|
532
|
-
DeleteComponentResponse.filterSensitiveLog = (obj) => ({
|
|
533
|
-
...obj,
|
|
534
|
-
});
|
|
535
|
-
})(DeleteComponentResponse = exports.DeleteComponentResponse || (exports.DeleteComponentResponse = {}));
|
|
536
236
|
class ResourceDependencyException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
537
237
|
constructor(opts) {
|
|
538
238
|
super({
|
|
@@ -546,120 +246,6 @@ class ResourceDependencyException extends ImagebuilderServiceException_1.Imagebu
|
|
|
546
246
|
}
|
|
547
247
|
}
|
|
548
248
|
exports.ResourceDependencyException = ResourceDependencyException;
|
|
549
|
-
var DeleteContainerRecipeRequest;
|
|
550
|
-
(function (DeleteContainerRecipeRequest) {
|
|
551
|
-
DeleteContainerRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
})(DeleteContainerRecipeRequest = exports.DeleteContainerRecipeRequest || (exports.DeleteContainerRecipeRequest = {}));
|
|
555
|
-
var DeleteContainerRecipeResponse;
|
|
556
|
-
(function (DeleteContainerRecipeResponse) {
|
|
557
|
-
DeleteContainerRecipeResponse.filterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
})(DeleteContainerRecipeResponse = exports.DeleteContainerRecipeResponse || (exports.DeleteContainerRecipeResponse = {}));
|
|
561
|
-
var DeleteDistributionConfigurationRequest;
|
|
562
|
-
(function (DeleteDistributionConfigurationRequest) {
|
|
563
|
-
DeleteDistributionConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
})(DeleteDistributionConfigurationRequest = exports.DeleteDistributionConfigurationRequest || (exports.DeleteDistributionConfigurationRequest = {}));
|
|
567
|
-
var DeleteDistributionConfigurationResponse;
|
|
568
|
-
(function (DeleteDistributionConfigurationResponse) {
|
|
569
|
-
DeleteDistributionConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
})(DeleteDistributionConfigurationResponse = exports.DeleteDistributionConfigurationResponse || (exports.DeleteDistributionConfigurationResponse = {}));
|
|
573
|
-
var DeleteImageRequest;
|
|
574
|
-
(function (DeleteImageRequest) {
|
|
575
|
-
DeleteImageRequest.filterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
})(DeleteImageRequest = exports.DeleteImageRequest || (exports.DeleteImageRequest = {}));
|
|
579
|
-
var DeleteImageResponse;
|
|
580
|
-
(function (DeleteImageResponse) {
|
|
581
|
-
DeleteImageResponse.filterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
})(DeleteImageResponse = exports.DeleteImageResponse || (exports.DeleteImageResponse = {}));
|
|
585
|
-
var DeleteImagePipelineRequest;
|
|
586
|
-
(function (DeleteImagePipelineRequest) {
|
|
587
|
-
DeleteImagePipelineRequest.filterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
})(DeleteImagePipelineRequest = exports.DeleteImagePipelineRequest || (exports.DeleteImagePipelineRequest = {}));
|
|
591
|
-
var DeleteImagePipelineResponse;
|
|
592
|
-
(function (DeleteImagePipelineResponse) {
|
|
593
|
-
DeleteImagePipelineResponse.filterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
})(DeleteImagePipelineResponse = exports.DeleteImagePipelineResponse || (exports.DeleteImagePipelineResponse = {}));
|
|
597
|
-
var DeleteImageRecipeRequest;
|
|
598
|
-
(function (DeleteImageRecipeRequest) {
|
|
599
|
-
DeleteImageRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
})(DeleteImageRecipeRequest = exports.DeleteImageRecipeRequest || (exports.DeleteImageRecipeRequest = {}));
|
|
603
|
-
var DeleteImageRecipeResponse;
|
|
604
|
-
(function (DeleteImageRecipeResponse) {
|
|
605
|
-
DeleteImageRecipeResponse.filterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
})(DeleteImageRecipeResponse = exports.DeleteImageRecipeResponse || (exports.DeleteImageRecipeResponse = {}));
|
|
609
|
-
var DeleteInfrastructureConfigurationRequest;
|
|
610
|
-
(function (DeleteInfrastructureConfigurationRequest) {
|
|
611
|
-
DeleteInfrastructureConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
})(DeleteInfrastructureConfigurationRequest = exports.DeleteInfrastructureConfigurationRequest || (exports.DeleteInfrastructureConfigurationRequest = {}));
|
|
615
|
-
var DeleteInfrastructureConfigurationResponse;
|
|
616
|
-
(function (DeleteInfrastructureConfigurationResponse) {
|
|
617
|
-
DeleteInfrastructureConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
})(DeleteInfrastructureConfigurationResponse = exports.DeleteInfrastructureConfigurationResponse || (exports.DeleteInfrastructureConfigurationResponse = {}));
|
|
621
|
-
var DistributionConfiguration;
|
|
622
|
-
(function (DistributionConfiguration) {
|
|
623
|
-
DistributionConfiguration.filterSensitiveLog = (obj) => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
})(DistributionConfiguration = exports.DistributionConfiguration || (exports.DistributionConfiguration = {}));
|
|
627
|
-
var DistributionConfigurationSummary;
|
|
628
|
-
(function (DistributionConfigurationSummary) {
|
|
629
|
-
DistributionConfigurationSummary.filterSensitiveLog = (obj) => ({
|
|
630
|
-
...obj,
|
|
631
|
-
});
|
|
632
|
-
})(DistributionConfigurationSummary = exports.DistributionConfigurationSummary || (exports.DistributionConfigurationSummary = {}));
|
|
633
|
-
var Filter;
|
|
634
|
-
(function (Filter) {
|
|
635
|
-
Filter.filterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
});
|
|
638
|
-
})(Filter = exports.Filter || (exports.Filter = {}));
|
|
639
|
-
var GetComponentRequest;
|
|
640
|
-
(function (GetComponentRequest) {
|
|
641
|
-
GetComponentRequest.filterSensitiveLog = (obj) => ({
|
|
642
|
-
...obj,
|
|
643
|
-
});
|
|
644
|
-
})(GetComponentRequest = exports.GetComponentRequest || (exports.GetComponentRequest = {}));
|
|
645
|
-
var GetComponentResponse;
|
|
646
|
-
(function (GetComponentResponse) {
|
|
647
|
-
GetComponentResponse.filterSensitiveLog = (obj) => ({
|
|
648
|
-
...obj,
|
|
649
|
-
});
|
|
650
|
-
})(GetComponentResponse = exports.GetComponentResponse || (exports.GetComponentResponse = {}));
|
|
651
|
-
var GetComponentPolicyRequest;
|
|
652
|
-
(function (GetComponentPolicyRequest) {
|
|
653
|
-
GetComponentPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
654
|
-
...obj,
|
|
655
|
-
});
|
|
656
|
-
})(GetComponentPolicyRequest = exports.GetComponentPolicyRequest || (exports.GetComponentPolicyRequest = {}));
|
|
657
|
-
var GetComponentPolicyResponse;
|
|
658
|
-
(function (GetComponentPolicyResponse) {
|
|
659
|
-
GetComponentPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
660
|
-
...obj,
|
|
661
|
-
});
|
|
662
|
-
})(GetComponentPolicyResponse = exports.GetComponentPolicyResponse || (exports.GetComponentPolicyResponse = {}));
|
|
663
249
|
class ResourceNotFoundException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
664
250
|
constructor(opts) {
|
|
665
251
|
super({
|
|
@@ -673,173 +259,11 @@ class ResourceNotFoundException extends ImagebuilderServiceException_1.Imagebuil
|
|
|
673
259
|
}
|
|
674
260
|
}
|
|
675
261
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
676
|
-
var GetContainerRecipeRequest;
|
|
677
|
-
(function (GetContainerRecipeRequest) {
|
|
678
|
-
GetContainerRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
679
|
-
...obj,
|
|
680
|
-
});
|
|
681
|
-
})(GetContainerRecipeRequest = exports.GetContainerRecipeRequest || (exports.GetContainerRecipeRequest = {}));
|
|
682
|
-
var GetContainerRecipeResponse;
|
|
683
|
-
(function (GetContainerRecipeResponse) {
|
|
684
|
-
GetContainerRecipeResponse.filterSensitiveLog = (obj) => ({
|
|
685
|
-
...obj,
|
|
686
|
-
});
|
|
687
|
-
})(GetContainerRecipeResponse = exports.GetContainerRecipeResponse || (exports.GetContainerRecipeResponse = {}));
|
|
688
|
-
var GetContainerRecipePolicyRequest;
|
|
689
|
-
(function (GetContainerRecipePolicyRequest) {
|
|
690
|
-
GetContainerRecipePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
691
|
-
...obj,
|
|
692
|
-
});
|
|
693
|
-
})(GetContainerRecipePolicyRequest = exports.GetContainerRecipePolicyRequest || (exports.GetContainerRecipePolicyRequest = {}));
|
|
694
|
-
var GetContainerRecipePolicyResponse;
|
|
695
|
-
(function (GetContainerRecipePolicyResponse) {
|
|
696
|
-
GetContainerRecipePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
|
-
})(GetContainerRecipePolicyResponse = exports.GetContainerRecipePolicyResponse || (exports.GetContainerRecipePolicyResponse = {}));
|
|
700
|
-
var GetDistributionConfigurationRequest;
|
|
701
|
-
(function (GetDistributionConfigurationRequest) {
|
|
702
|
-
GetDistributionConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
703
|
-
...obj,
|
|
704
|
-
});
|
|
705
|
-
})(GetDistributionConfigurationRequest = exports.GetDistributionConfigurationRequest || (exports.GetDistributionConfigurationRequest = {}));
|
|
706
|
-
var GetDistributionConfigurationResponse;
|
|
707
|
-
(function (GetDistributionConfigurationResponse) {
|
|
708
|
-
GetDistributionConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
})(GetDistributionConfigurationResponse = exports.GetDistributionConfigurationResponse || (exports.GetDistributionConfigurationResponse = {}));
|
|
712
|
-
var GetImageRequest;
|
|
713
|
-
(function (GetImageRequest) {
|
|
714
|
-
GetImageRequest.filterSensitiveLog = (obj) => ({
|
|
715
|
-
...obj,
|
|
716
|
-
});
|
|
717
|
-
})(GetImageRequest = exports.GetImageRequest || (exports.GetImageRequest = {}));
|
|
718
262
|
var ImageType;
|
|
719
263
|
(function (ImageType) {
|
|
720
264
|
ImageType["AMI"] = "AMI";
|
|
721
265
|
ImageType["DOCKER"] = "DOCKER";
|
|
722
266
|
})(ImageType = exports.ImageType || (exports.ImageType = {}));
|
|
723
|
-
var ImageRecipe;
|
|
724
|
-
(function (ImageRecipe) {
|
|
725
|
-
ImageRecipe.filterSensitiveLog = (obj) => ({
|
|
726
|
-
...obj,
|
|
727
|
-
});
|
|
728
|
-
})(ImageRecipe = exports.ImageRecipe || (exports.ImageRecipe = {}));
|
|
729
|
-
var InfrastructureConfiguration;
|
|
730
|
-
(function (InfrastructureConfiguration) {
|
|
731
|
-
InfrastructureConfiguration.filterSensitiveLog = (obj) => ({
|
|
732
|
-
...obj,
|
|
733
|
-
});
|
|
734
|
-
})(InfrastructureConfiguration = exports.InfrastructureConfiguration || (exports.InfrastructureConfiguration = {}));
|
|
735
|
-
var OutputResources;
|
|
736
|
-
(function (OutputResources) {
|
|
737
|
-
OutputResources.filterSensitiveLog = (obj) => ({
|
|
738
|
-
...obj,
|
|
739
|
-
});
|
|
740
|
-
})(OutputResources = exports.OutputResources || (exports.OutputResources = {}));
|
|
741
|
-
var Image;
|
|
742
|
-
(function (Image) {
|
|
743
|
-
Image.filterSensitiveLog = (obj) => ({
|
|
744
|
-
...obj,
|
|
745
|
-
});
|
|
746
|
-
})(Image = exports.Image || (exports.Image = {}));
|
|
747
|
-
var GetImageResponse;
|
|
748
|
-
(function (GetImageResponse) {
|
|
749
|
-
GetImageResponse.filterSensitiveLog = (obj) => ({
|
|
750
|
-
...obj,
|
|
751
|
-
});
|
|
752
|
-
})(GetImageResponse = exports.GetImageResponse || (exports.GetImageResponse = {}));
|
|
753
|
-
var GetImagePipelineRequest;
|
|
754
|
-
(function (GetImagePipelineRequest) {
|
|
755
|
-
GetImagePipelineRequest.filterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
})(GetImagePipelineRequest = exports.GetImagePipelineRequest || (exports.GetImagePipelineRequest = {}));
|
|
759
|
-
var ImagePipeline;
|
|
760
|
-
(function (ImagePipeline) {
|
|
761
|
-
ImagePipeline.filterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
})(ImagePipeline = exports.ImagePipeline || (exports.ImagePipeline = {}));
|
|
765
|
-
var GetImagePipelineResponse;
|
|
766
|
-
(function (GetImagePipelineResponse) {
|
|
767
|
-
GetImagePipelineResponse.filterSensitiveLog = (obj) => ({
|
|
768
|
-
...obj,
|
|
769
|
-
});
|
|
770
|
-
})(GetImagePipelineResponse = exports.GetImagePipelineResponse || (exports.GetImagePipelineResponse = {}));
|
|
771
|
-
var GetImagePolicyRequest;
|
|
772
|
-
(function (GetImagePolicyRequest) {
|
|
773
|
-
GetImagePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
774
|
-
...obj,
|
|
775
|
-
});
|
|
776
|
-
})(GetImagePolicyRequest = exports.GetImagePolicyRequest || (exports.GetImagePolicyRequest = {}));
|
|
777
|
-
var GetImagePolicyResponse;
|
|
778
|
-
(function (GetImagePolicyResponse) {
|
|
779
|
-
GetImagePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
780
|
-
...obj,
|
|
781
|
-
});
|
|
782
|
-
})(GetImagePolicyResponse = exports.GetImagePolicyResponse || (exports.GetImagePolicyResponse = {}));
|
|
783
|
-
var GetImageRecipeRequest;
|
|
784
|
-
(function (GetImageRecipeRequest) {
|
|
785
|
-
GetImageRecipeRequest.filterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
});
|
|
788
|
-
})(GetImageRecipeRequest = exports.GetImageRecipeRequest || (exports.GetImageRecipeRequest = {}));
|
|
789
|
-
var GetImageRecipeResponse;
|
|
790
|
-
(function (GetImageRecipeResponse) {
|
|
791
|
-
GetImageRecipeResponse.filterSensitiveLog = (obj) => ({
|
|
792
|
-
...obj,
|
|
793
|
-
});
|
|
794
|
-
})(GetImageRecipeResponse = exports.GetImageRecipeResponse || (exports.GetImageRecipeResponse = {}));
|
|
795
|
-
var GetImageRecipePolicyRequest;
|
|
796
|
-
(function (GetImageRecipePolicyRequest) {
|
|
797
|
-
GetImageRecipePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
798
|
-
...obj,
|
|
799
|
-
});
|
|
800
|
-
})(GetImageRecipePolicyRequest = exports.GetImageRecipePolicyRequest || (exports.GetImageRecipePolicyRequest = {}));
|
|
801
|
-
var GetImageRecipePolicyResponse;
|
|
802
|
-
(function (GetImageRecipePolicyResponse) {
|
|
803
|
-
GetImageRecipePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
804
|
-
...obj,
|
|
805
|
-
});
|
|
806
|
-
})(GetImageRecipePolicyResponse = exports.GetImageRecipePolicyResponse || (exports.GetImageRecipePolicyResponse = {}));
|
|
807
|
-
var GetInfrastructureConfigurationRequest;
|
|
808
|
-
(function (GetInfrastructureConfigurationRequest) {
|
|
809
|
-
GetInfrastructureConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
810
|
-
...obj,
|
|
811
|
-
});
|
|
812
|
-
})(GetInfrastructureConfigurationRequest = exports.GetInfrastructureConfigurationRequest || (exports.GetInfrastructureConfigurationRequest = {}));
|
|
813
|
-
var GetInfrastructureConfigurationResponse;
|
|
814
|
-
(function (GetInfrastructureConfigurationResponse) {
|
|
815
|
-
GetInfrastructureConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
816
|
-
...obj,
|
|
817
|
-
});
|
|
818
|
-
})(GetInfrastructureConfigurationResponse = exports.GetInfrastructureConfigurationResponse || (exports.GetInfrastructureConfigurationResponse = {}));
|
|
819
|
-
var ImportComponentRequest;
|
|
820
|
-
(function (ImportComponentRequest) {
|
|
821
|
-
ImportComponentRequest.filterSensitiveLog = (obj) => ({
|
|
822
|
-
...obj,
|
|
823
|
-
});
|
|
824
|
-
})(ImportComponentRequest = exports.ImportComponentRequest || (exports.ImportComponentRequest = {}));
|
|
825
|
-
var ImportComponentResponse;
|
|
826
|
-
(function (ImportComponentResponse) {
|
|
827
|
-
ImportComponentResponse.filterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
});
|
|
830
|
-
})(ImportComponentResponse = exports.ImportComponentResponse || (exports.ImportComponentResponse = {}));
|
|
831
|
-
var ImportVmImageRequest;
|
|
832
|
-
(function (ImportVmImageRequest) {
|
|
833
|
-
ImportVmImageRequest.filterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
});
|
|
836
|
-
})(ImportVmImageRequest = exports.ImportVmImageRequest || (exports.ImportVmImageRequest = {}));
|
|
837
|
-
var ImportVmImageResponse;
|
|
838
|
-
(function (ImportVmImageResponse) {
|
|
839
|
-
ImportVmImageResponse.filterSensitiveLog = (obj) => ({
|
|
840
|
-
...obj,
|
|
841
|
-
});
|
|
842
|
-
})(ImportVmImageResponse = exports.ImportVmImageResponse || (exports.ImportVmImageResponse = {}));
|
|
843
267
|
class InvalidPaginationTokenException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
844
268
|
constructor(opts) {
|
|
845
269
|
super({
|
|
@@ -853,174 +277,12 @@ class InvalidPaginationTokenException extends ImagebuilderServiceException_1.Ima
|
|
|
853
277
|
}
|
|
854
278
|
}
|
|
855
279
|
exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
|
|
856
|
-
var ListComponentBuildVersionsRequest;
|
|
857
|
-
(function (ListComponentBuildVersionsRequest) {
|
|
858
|
-
ListComponentBuildVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
859
|
-
...obj,
|
|
860
|
-
});
|
|
861
|
-
})(ListComponentBuildVersionsRequest = exports.ListComponentBuildVersionsRequest || (exports.ListComponentBuildVersionsRequest = {}));
|
|
862
|
-
var ListComponentBuildVersionsResponse;
|
|
863
|
-
(function (ListComponentBuildVersionsResponse) {
|
|
864
|
-
ListComponentBuildVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
865
|
-
...obj,
|
|
866
|
-
});
|
|
867
|
-
})(ListComponentBuildVersionsResponse = exports.ListComponentBuildVersionsResponse || (exports.ListComponentBuildVersionsResponse = {}));
|
|
868
280
|
var Ownership;
|
|
869
281
|
(function (Ownership) {
|
|
870
282
|
Ownership["AMAZON"] = "Amazon";
|
|
871
283
|
Ownership["SELF"] = "Self";
|
|
872
284
|
Ownership["SHARED"] = "Shared";
|
|
873
285
|
})(Ownership = exports.Ownership || (exports.Ownership = {}));
|
|
874
|
-
var ListComponentsRequest;
|
|
875
|
-
(function (ListComponentsRequest) {
|
|
876
|
-
ListComponentsRequest.filterSensitiveLog = (obj) => ({
|
|
877
|
-
...obj,
|
|
878
|
-
});
|
|
879
|
-
})(ListComponentsRequest = exports.ListComponentsRequest || (exports.ListComponentsRequest = {}));
|
|
880
|
-
var ListComponentsResponse;
|
|
881
|
-
(function (ListComponentsResponse) {
|
|
882
|
-
ListComponentsResponse.filterSensitiveLog = (obj) => ({
|
|
883
|
-
...obj,
|
|
884
|
-
});
|
|
885
|
-
})(ListComponentsResponse = exports.ListComponentsResponse || (exports.ListComponentsResponse = {}));
|
|
886
|
-
var ListContainerRecipesRequest;
|
|
887
|
-
(function (ListContainerRecipesRequest) {
|
|
888
|
-
ListContainerRecipesRequest.filterSensitiveLog = (obj) => ({
|
|
889
|
-
...obj,
|
|
890
|
-
});
|
|
891
|
-
})(ListContainerRecipesRequest = exports.ListContainerRecipesRequest || (exports.ListContainerRecipesRequest = {}));
|
|
892
|
-
var ListContainerRecipesResponse;
|
|
893
|
-
(function (ListContainerRecipesResponse) {
|
|
894
|
-
ListContainerRecipesResponse.filterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
})(ListContainerRecipesResponse = exports.ListContainerRecipesResponse || (exports.ListContainerRecipesResponse = {}));
|
|
898
|
-
var ListDistributionConfigurationsRequest;
|
|
899
|
-
(function (ListDistributionConfigurationsRequest) {
|
|
900
|
-
ListDistributionConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
901
|
-
...obj,
|
|
902
|
-
});
|
|
903
|
-
})(ListDistributionConfigurationsRequest = exports.ListDistributionConfigurationsRequest || (exports.ListDistributionConfigurationsRequest = {}));
|
|
904
|
-
var ListDistributionConfigurationsResponse;
|
|
905
|
-
(function (ListDistributionConfigurationsResponse) {
|
|
906
|
-
ListDistributionConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
907
|
-
...obj,
|
|
908
|
-
});
|
|
909
|
-
})(ListDistributionConfigurationsResponse = exports.ListDistributionConfigurationsResponse || (exports.ListDistributionConfigurationsResponse = {}));
|
|
910
|
-
var ListImageBuildVersionsRequest;
|
|
911
|
-
(function (ListImageBuildVersionsRequest) {
|
|
912
|
-
ListImageBuildVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
913
|
-
...obj,
|
|
914
|
-
});
|
|
915
|
-
})(ListImageBuildVersionsRequest = exports.ListImageBuildVersionsRequest || (exports.ListImageBuildVersionsRequest = {}));
|
|
916
|
-
var ImageSummary;
|
|
917
|
-
(function (ImageSummary) {
|
|
918
|
-
ImageSummary.filterSensitiveLog = (obj) => ({
|
|
919
|
-
...obj,
|
|
920
|
-
});
|
|
921
|
-
})(ImageSummary = exports.ImageSummary || (exports.ImageSummary = {}));
|
|
922
|
-
var ListImageBuildVersionsResponse;
|
|
923
|
-
(function (ListImageBuildVersionsResponse) {
|
|
924
|
-
ListImageBuildVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
925
|
-
...obj,
|
|
926
|
-
});
|
|
927
|
-
})(ListImageBuildVersionsResponse = exports.ListImageBuildVersionsResponse || (exports.ListImageBuildVersionsResponse = {}));
|
|
928
|
-
var ListImagePackagesRequest;
|
|
929
|
-
(function (ListImagePackagesRequest) {
|
|
930
|
-
ListImagePackagesRequest.filterSensitiveLog = (obj) => ({
|
|
931
|
-
...obj,
|
|
932
|
-
});
|
|
933
|
-
})(ListImagePackagesRequest = exports.ListImagePackagesRequest || (exports.ListImagePackagesRequest = {}));
|
|
934
|
-
var ImagePackage;
|
|
935
|
-
(function (ImagePackage) {
|
|
936
|
-
ImagePackage.filterSensitiveLog = (obj) => ({
|
|
937
|
-
...obj,
|
|
938
|
-
});
|
|
939
|
-
})(ImagePackage = exports.ImagePackage || (exports.ImagePackage = {}));
|
|
940
|
-
var ListImagePackagesResponse;
|
|
941
|
-
(function (ListImagePackagesResponse) {
|
|
942
|
-
ListImagePackagesResponse.filterSensitiveLog = (obj) => ({
|
|
943
|
-
...obj,
|
|
944
|
-
});
|
|
945
|
-
})(ListImagePackagesResponse = exports.ListImagePackagesResponse || (exports.ListImagePackagesResponse = {}));
|
|
946
|
-
var ListImagePipelineImagesRequest;
|
|
947
|
-
(function (ListImagePipelineImagesRequest) {
|
|
948
|
-
ListImagePipelineImagesRequest.filterSensitiveLog = (obj) => ({
|
|
949
|
-
...obj,
|
|
950
|
-
});
|
|
951
|
-
})(ListImagePipelineImagesRequest = exports.ListImagePipelineImagesRequest || (exports.ListImagePipelineImagesRequest = {}));
|
|
952
|
-
var ListImagePipelineImagesResponse;
|
|
953
|
-
(function (ListImagePipelineImagesResponse) {
|
|
954
|
-
ListImagePipelineImagesResponse.filterSensitiveLog = (obj) => ({
|
|
955
|
-
...obj,
|
|
956
|
-
});
|
|
957
|
-
})(ListImagePipelineImagesResponse = exports.ListImagePipelineImagesResponse || (exports.ListImagePipelineImagesResponse = {}));
|
|
958
|
-
var ListImagePipelinesRequest;
|
|
959
|
-
(function (ListImagePipelinesRequest) {
|
|
960
|
-
ListImagePipelinesRequest.filterSensitiveLog = (obj) => ({
|
|
961
|
-
...obj,
|
|
962
|
-
});
|
|
963
|
-
})(ListImagePipelinesRequest = exports.ListImagePipelinesRequest || (exports.ListImagePipelinesRequest = {}));
|
|
964
|
-
var ListImagePipelinesResponse;
|
|
965
|
-
(function (ListImagePipelinesResponse) {
|
|
966
|
-
ListImagePipelinesResponse.filterSensitiveLog = (obj) => ({
|
|
967
|
-
...obj,
|
|
968
|
-
});
|
|
969
|
-
})(ListImagePipelinesResponse = exports.ListImagePipelinesResponse || (exports.ListImagePipelinesResponse = {}));
|
|
970
|
-
var ListImageRecipesRequest;
|
|
971
|
-
(function (ListImageRecipesRequest) {
|
|
972
|
-
ListImageRecipesRequest.filterSensitiveLog = (obj) => ({
|
|
973
|
-
...obj,
|
|
974
|
-
});
|
|
975
|
-
})(ListImageRecipesRequest = exports.ListImageRecipesRequest || (exports.ListImageRecipesRequest = {}));
|
|
976
|
-
var ImageRecipeSummary;
|
|
977
|
-
(function (ImageRecipeSummary) {
|
|
978
|
-
ImageRecipeSummary.filterSensitiveLog = (obj) => ({
|
|
979
|
-
...obj,
|
|
980
|
-
});
|
|
981
|
-
})(ImageRecipeSummary = exports.ImageRecipeSummary || (exports.ImageRecipeSummary = {}));
|
|
982
|
-
var ListImageRecipesResponse;
|
|
983
|
-
(function (ListImageRecipesResponse) {
|
|
984
|
-
ListImageRecipesResponse.filterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
})(ListImageRecipesResponse = exports.ListImageRecipesResponse || (exports.ListImageRecipesResponse = {}));
|
|
988
|
-
var ListImagesRequest;
|
|
989
|
-
(function (ListImagesRequest) {
|
|
990
|
-
ListImagesRequest.filterSensitiveLog = (obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
});
|
|
993
|
-
})(ListImagesRequest = exports.ListImagesRequest || (exports.ListImagesRequest = {}));
|
|
994
|
-
var ImageVersion;
|
|
995
|
-
(function (ImageVersion) {
|
|
996
|
-
ImageVersion.filterSensitiveLog = (obj) => ({
|
|
997
|
-
...obj,
|
|
998
|
-
});
|
|
999
|
-
})(ImageVersion = exports.ImageVersion || (exports.ImageVersion = {}));
|
|
1000
|
-
var ListImagesResponse;
|
|
1001
|
-
(function (ListImagesResponse) {
|
|
1002
|
-
ListImagesResponse.filterSensitiveLog = (obj) => ({
|
|
1003
|
-
...obj,
|
|
1004
|
-
});
|
|
1005
|
-
})(ListImagesResponse = exports.ListImagesResponse || (exports.ListImagesResponse = {}));
|
|
1006
|
-
var ListInfrastructureConfigurationsRequest;
|
|
1007
|
-
(function (ListInfrastructureConfigurationsRequest) {
|
|
1008
|
-
ListInfrastructureConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
1009
|
-
...obj,
|
|
1010
|
-
});
|
|
1011
|
-
})(ListInfrastructureConfigurationsRequest = exports.ListInfrastructureConfigurationsRequest || (exports.ListInfrastructureConfigurationsRequest = {}));
|
|
1012
|
-
var InfrastructureConfigurationSummary;
|
|
1013
|
-
(function (InfrastructureConfigurationSummary) {
|
|
1014
|
-
InfrastructureConfigurationSummary.filterSensitiveLog = (obj) => ({
|
|
1015
|
-
...obj,
|
|
1016
|
-
});
|
|
1017
|
-
})(InfrastructureConfigurationSummary = exports.InfrastructureConfigurationSummary || (exports.InfrastructureConfigurationSummary = {}));
|
|
1018
|
-
var ListInfrastructureConfigurationsResponse;
|
|
1019
|
-
(function (ListInfrastructureConfigurationsResponse) {
|
|
1020
|
-
ListInfrastructureConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
});
|
|
1023
|
-
})(ListInfrastructureConfigurationsResponse = exports.ListInfrastructureConfigurationsResponse || (exports.ListInfrastructureConfigurationsResponse = {}));
|
|
1024
286
|
class InvalidParameterException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
1025
287
|
constructor(opts) {
|
|
1026
288
|
super({
|
|
@@ -1034,18 +296,6 @@ class InvalidParameterException extends ImagebuilderServiceException_1.Imagebuil
|
|
|
1034
296
|
}
|
|
1035
297
|
}
|
|
1036
298
|
exports.InvalidParameterException = InvalidParameterException;
|
|
1037
|
-
var ListTagsForResourceRequest;
|
|
1038
|
-
(function (ListTagsForResourceRequest) {
|
|
1039
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1043
|
-
var ListTagsForResourceResponse;
|
|
1044
|
-
(function (ListTagsForResourceResponse) {
|
|
1045
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1049
299
|
class InvalidParameterValueException extends ImagebuilderServiceException_1.ImagebuilderServiceException {
|
|
1050
300
|
constructor(opts) {
|
|
1051
301
|
super({
|
|
@@ -1059,123 +309,583 @@ class InvalidParameterValueException extends ImagebuilderServiceException_1.Imag
|
|
|
1059
309
|
}
|
|
1060
310
|
}
|
|
1061
311
|
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
312
|
+
const SystemsManagerAgentFilterSensitiveLog = (obj) => ({
|
|
313
|
+
...obj,
|
|
314
|
+
});
|
|
315
|
+
exports.SystemsManagerAgentFilterSensitiveLog = SystemsManagerAgentFilterSensitiveLog;
|
|
316
|
+
const AdditionalInstanceConfigurationFilterSensitiveLog = (obj) => ({
|
|
317
|
+
...obj,
|
|
318
|
+
});
|
|
319
|
+
exports.AdditionalInstanceConfigurationFilterSensitiveLog = AdditionalInstanceConfigurationFilterSensitiveLog;
|
|
320
|
+
const ImageStateFilterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
});
|
|
323
|
+
exports.ImageStateFilterSensitiveLog = ImageStateFilterSensitiveLog;
|
|
324
|
+
const AmiFilterSensitiveLog = (obj) => ({
|
|
325
|
+
...obj,
|
|
326
|
+
});
|
|
327
|
+
exports.AmiFilterSensitiveLog = AmiFilterSensitiveLog;
|
|
328
|
+
const LaunchPermissionConfigurationFilterSensitiveLog = (obj) => ({
|
|
329
|
+
...obj,
|
|
330
|
+
});
|
|
331
|
+
exports.LaunchPermissionConfigurationFilterSensitiveLog = LaunchPermissionConfigurationFilterSensitiveLog;
|
|
332
|
+
const AmiDistributionConfigurationFilterSensitiveLog = (obj) => ({
|
|
333
|
+
...obj,
|
|
334
|
+
});
|
|
335
|
+
exports.AmiDistributionConfigurationFilterSensitiveLog = AmiDistributionConfigurationFilterSensitiveLog;
|
|
336
|
+
const CancelImageCreationRequestFilterSensitiveLog = (obj) => ({
|
|
337
|
+
...obj,
|
|
338
|
+
});
|
|
339
|
+
exports.CancelImageCreationRequestFilterSensitiveLog = CancelImageCreationRequestFilterSensitiveLog;
|
|
340
|
+
const CancelImageCreationResponseFilterSensitiveLog = (obj) => ({
|
|
341
|
+
...obj,
|
|
342
|
+
});
|
|
343
|
+
exports.CancelImageCreationResponseFilterSensitiveLog = CancelImageCreationResponseFilterSensitiveLog;
|
|
344
|
+
const ComponentParameterDetailFilterSensitiveLog = (obj) => ({
|
|
345
|
+
...obj,
|
|
346
|
+
});
|
|
347
|
+
exports.ComponentParameterDetailFilterSensitiveLog = ComponentParameterDetailFilterSensitiveLog;
|
|
348
|
+
const ComponentStateFilterSensitiveLog = (obj) => ({
|
|
349
|
+
...obj,
|
|
350
|
+
});
|
|
351
|
+
exports.ComponentStateFilterSensitiveLog = ComponentStateFilterSensitiveLog;
|
|
352
|
+
const ComponentFilterSensitiveLog = (obj) => ({
|
|
353
|
+
...obj,
|
|
354
|
+
});
|
|
355
|
+
exports.ComponentFilterSensitiveLog = ComponentFilterSensitiveLog;
|
|
356
|
+
const ComponentParameterFilterSensitiveLog = (obj) => ({
|
|
357
|
+
...obj,
|
|
358
|
+
});
|
|
359
|
+
exports.ComponentParameterFilterSensitiveLog = ComponentParameterFilterSensitiveLog;
|
|
360
|
+
const ComponentConfigurationFilterSensitiveLog = (obj) => ({
|
|
361
|
+
...obj,
|
|
362
|
+
});
|
|
363
|
+
exports.ComponentConfigurationFilterSensitiveLog = ComponentConfigurationFilterSensitiveLog;
|
|
364
|
+
const ComponentSummaryFilterSensitiveLog = (obj) => ({
|
|
365
|
+
...obj,
|
|
366
|
+
});
|
|
367
|
+
exports.ComponentSummaryFilterSensitiveLog = ComponentSummaryFilterSensitiveLog;
|
|
368
|
+
const ComponentVersionFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
});
|
|
371
|
+
exports.ComponentVersionFilterSensitiveLog = ComponentVersionFilterSensitiveLog;
|
|
372
|
+
const ContainerFilterSensitiveLog = (obj) => ({
|
|
373
|
+
...obj,
|
|
374
|
+
});
|
|
375
|
+
exports.ContainerFilterSensitiveLog = ContainerFilterSensitiveLog;
|
|
376
|
+
const TargetContainerRepositoryFilterSensitiveLog = (obj) => ({
|
|
377
|
+
...obj,
|
|
378
|
+
});
|
|
379
|
+
exports.TargetContainerRepositoryFilterSensitiveLog = TargetContainerRepositoryFilterSensitiveLog;
|
|
380
|
+
const ContainerDistributionConfigurationFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
exports.ContainerDistributionConfigurationFilterSensitiveLog = ContainerDistributionConfigurationFilterSensitiveLog;
|
|
384
|
+
const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog = (obj) => ({
|
|
385
|
+
...obj,
|
|
386
|
+
});
|
|
387
|
+
exports.EbsInstanceBlockDeviceSpecificationFilterSensitiveLog = EbsInstanceBlockDeviceSpecificationFilterSensitiveLog;
|
|
388
|
+
const InstanceBlockDeviceMappingFilterSensitiveLog = (obj) => ({
|
|
389
|
+
...obj,
|
|
390
|
+
});
|
|
391
|
+
exports.InstanceBlockDeviceMappingFilterSensitiveLog = InstanceBlockDeviceMappingFilterSensitiveLog;
|
|
392
|
+
const InstanceConfigurationFilterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
});
|
|
395
|
+
exports.InstanceConfigurationFilterSensitiveLog = InstanceConfigurationFilterSensitiveLog;
|
|
396
|
+
const ContainerRecipeFilterSensitiveLog = (obj) => ({
|
|
397
|
+
...obj,
|
|
398
|
+
});
|
|
399
|
+
exports.ContainerRecipeFilterSensitiveLog = ContainerRecipeFilterSensitiveLog;
|
|
400
|
+
const ContainerRecipeSummaryFilterSensitiveLog = (obj) => ({
|
|
401
|
+
...obj,
|
|
402
|
+
});
|
|
403
|
+
exports.ContainerRecipeSummaryFilterSensitiveLog = ContainerRecipeSummaryFilterSensitiveLog;
|
|
404
|
+
const CreateComponentRequestFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
exports.CreateComponentRequestFilterSensitiveLog = CreateComponentRequestFilterSensitiveLog;
|
|
408
|
+
const CreateComponentResponseFilterSensitiveLog = (obj) => ({
|
|
409
|
+
...obj,
|
|
410
|
+
});
|
|
411
|
+
exports.CreateComponentResponseFilterSensitiveLog = CreateComponentResponseFilterSensitiveLog;
|
|
412
|
+
const CreateContainerRecipeRequestFilterSensitiveLog = (obj) => ({
|
|
413
|
+
...obj,
|
|
414
|
+
});
|
|
415
|
+
exports.CreateContainerRecipeRequestFilterSensitiveLog = CreateContainerRecipeRequestFilterSensitiveLog;
|
|
416
|
+
const CreateContainerRecipeResponseFilterSensitiveLog = (obj) => ({
|
|
417
|
+
...obj,
|
|
418
|
+
});
|
|
419
|
+
exports.CreateContainerRecipeResponseFilterSensitiveLog = CreateContainerRecipeResponseFilterSensitiveLog;
|
|
420
|
+
const FastLaunchLaunchTemplateSpecificationFilterSensitiveLog = (obj) => ({
|
|
421
|
+
...obj,
|
|
422
|
+
});
|
|
423
|
+
exports.FastLaunchLaunchTemplateSpecificationFilterSensitiveLog = FastLaunchLaunchTemplateSpecificationFilterSensitiveLog;
|
|
424
|
+
const FastLaunchSnapshotConfigurationFilterSensitiveLog = (obj) => ({
|
|
425
|
+
...obj,
|
|
426
|
+
});
|
|
427
|
+
exports.FastLaunchSnapshotConfigurationFilterSensitiveLog = FastLaunchSnapshotConfigurationFilterSensitiveLog;
|
|
428
|
+
const FastLaunchConfigurationFilterSensitiveLog = (obj) => ({
|
|
429
|
+
...obj,
|
|
430
|
+
});
|
|
431
|
+
exports.FastLaunchConfigurationFilterSensitiveLog = FastLaunchConfigurationFilterSensitiveLog;
|
|
432
|
+
const LaunchTemplateConfigurationFilterSensitiveLog = (obj) => ({
|
|
433
|
+
...obj,
|
|
434
|
+
});
|
|
435
|
+
exports.LaunchTemplateConfigurationFilterSensitiveLog = LaunchTemplateConfigurationFilterSensitiveLog;
|
|
436
|
+
const S3ExportConfigurationFilterSensitiveLog = (obj) => ({
|
|
437
|
+
...obj,
|
|
438
|
+
});
|
|
439
|
+
exports.S3ExportConfigurationFilterSensitiveLog = S3ExportConfigurationFilterSensitiveLog;
|
|
440
|
+
const DistributionFilterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
});
|
|
443
|
+
exports.DistributionFilterSensitiveLog = DistributionFilterSensitiveLog;
|
|
444
|
+
const CreateDistributionConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
445
|
+
...obj,
|
|
446
|
+
});
|
|
447
|
+
exports.CreateDistributionConfigurationRequestFilterSensitiveLog = CreateDistributionConfigurationRequestFilterSensitiveLog;
|
|
448
|
+
const CreateDistributionConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
449
|
+
...obj,
|
|
450
|
+
});
|
|
451
|
+
exports.CreateDistributionConfigurationResponseFilterSensitiveLog = CreateDistributionConfigurationResponseFilterSensitiveLog;
|
|
452
|
+
const ImageTestsConfigurationFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
exports.ImageTestsConfigurationFilterSensitiveLog = ImageTestsConfigurationFilterSensitiveLog;
|
|
456
|
+
const CreateImageRequestFilterSensitiveLog = (obj) => ({
|
|
457
|
+
...obj,
|
|
458
|
+
});
|
|
459
|
+
exports.CreateImageRequestFilterSensitiveLog = CreateImageRequestFilterSensitiveLog;
|
|
460
|
+
const CreateImageResponseFilterSensitiveLog = (obj) => ({
|
|
461
|
+
...obj,
|
|
462
|
+
});
|
|
463
|
+
exports.CreateImageResponseFilterSensitiveLog = CreateImageResponseFilterSensitiveLog;
|
|
464
|
+
const ScheduleFilterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
exports.ScheduleFilterSensitiveLog = ScheduleFilterSensitiveLog;
|
|
468
|
+
const CreateImagePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
});
|
|
471
|
+
exports.CreateImagePipelineRequestFilterSensitiveLog = CreateImagePipelineRequestFilterSensitiveLog;
|
|
472
|
+
const CreateImagePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
});
|
|
475
|
+
exports.CreateImagePipelineResponseFilterSensitiveLog = CreateImagePipelineResponseFilterSensitiveLog;
|
|
476
|
+
const CreateImageRecipeRequestFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
});
|
|
479
|
+
exports.CreateImageRecipeRequestFilterSensitiveLog = CreateImageRecipeRequestFilterSensitiveLog;
|
|
480
|
+
const CreateImageRecipeResponseFilterSensitiveLog = (obj) => ({
|
|
481
|
+
...obj,
|
|
482
|
+
});
|
|
483
|
+
exports.CreateImageRecipeResponseFilterSensitiveLog = CreateImageRecipeResponseFilterSensitiveLog;
|
|
484
|
+
const InstanceMetadataOptionsFilterSensitiveLog = (obj) => ({
|
|
485
|
+
...obj,
|
|
486
|
+
});
|
|
487
|
+
exports.InstanceMetadataOptionsFilterSensitiveLog = InstanceMetadataOptionsFilterSensitiveLog;
|
|
488
|
+
const S3LogsFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
});
|
|
491
|
+
exports.S3LogsFilterSensitiveLog = S3LogsFilterSensitiveLog;
|
|
492
|
+
const LoggingFilterSensitiveLog = (obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
});
|
|
495
|
+
exports.LoggingFilterSensitiveLog = LoggingFilterSensitiveLog;
|
|
496
|
+
const CreateInfrastructureConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
497
|
+
...obj,
|
|
498
|
+
});
|
|
499
|
+
exports.CreateInfrastructureConfigurationRequestFilterSensitiveLog = CreateInfrastructureConfigurationRequestFilterSensitiveLog;
|
|
500
|
+
const CreateInfrastructureConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
501
|
+
...obj,
|
|
502
|
+
});
|
|
503
|
+
exports.CreateInfrastructureConfigurationResponseFilterSensitiveLog = CreateInfrastructureConfigurationResponseFilterSensitiveLog;
|
|
504
|
+
const DeleteComponentRequestFilterSensitiveLog = (obj) => ({
|
|
505
|
+
...obj,
|
|
506
|
+
});
|
|
507
|
+
exports.DeleteComponentRequestFilterSensitiveLog = DeleteComponentRequestFilterSensitiveLog;
|
|
508
|
+
const DeleteComponentResponseFilterSensitiveLog = (obj) => ({
|
|
509
|
+
...obj,
|
|
510
|
+
});
|
|
511
|
+
exports.DeleteComponentResponseFilterSensitiveLog = DeleteComponentResponseFilterSensitiveLog;
|
|
512
|
+
const DeleteContainerRecipeRequestFilterSensitiveLog = (obj) => ({
|
|
513
|
+
...obj,
|
|
514
|
+
});
|
|
515
|
+
exports.DeleteContainerRecipeRequestFilterSensitiveLog = DeleteContainerRecipeRequestFilterSensitiveLog;
|
|
516
|
+
const DeleteContainerRecipeResponseFilterSensitiveLog = (obj) => ({
|
|
517
|
+
...obj,
|
|
518
|
+
});
|
|
519
|
+
exports.DeleteContainerRecipeResponseFilterSensitiveLog = DeleteContainerRecipeResponseFilterSensitiveLog;
|
|
520
|
+
const DeleteDistributionConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
521
|
+
...obj,
|
|
522
|
+
});
|
|
523
|
+
exports.DeleteDistributionConfigurationRequestFilterSensitiveLog = DeleteDistributionConfigurationRequestFilterSensitiveLog;
|
|
524
|
+
const DeleteDistributionConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
525
|
+
...obj,
|
|
526
|
+
});
|
|
527
|
+
exports.DeleteDistributionConfigurationResponseFilterSensitiveLog = DeleteDistributionConfigurationResponseFilterSensitiveLog;
|
|
528
|
+
const DeleteImageRequestFilterSensitiveLog = (obj) => ({
|
|
529
|
+
...obj,
|
|
530
|
+
});
|
|
531
|
+
exports.DeleteImageRequestFilterSensitiveLog = DeleteImageRequestFilterSensitiveLog;
|
|
532
|
+
const DeleteImageResponseFilterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
});
|
|
535
|
+
exports.DeleteImageResponseFilterSensitiveLog = DeleteImageResponseFilterSensitiveLog;
|
|
536
|
+
const DeleteImagePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
537
|
+
...obj,
|
|
538
|
+
});
|
|
539
|
+
exports.DeleteImagePipelineRequestFilterSensitiveLog = DeleteImagePipelineRequestFilterSensitiveLog;
|
|
540
|
+
const DeleteImagePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
541
|
+
...obj,
|
|
542
|
+
});
|
|
543
|
+
exports.DeleteImagePipelineResponseFilterSensitiveLog = DeleteImagePipelineResponseFilterSensitiveLog;
|
|
544
|
+
const DeleteImageRecipeRequestFilterSensitiveLog = (obj) => ({
|
|
545
|
+
...obj,
|
|
546
|
+
});
|
|
547
|
+
exports.DeleteImageRecipeRequestFilterSensitiveLog = DeleteImageRecipeRequestFilterSensitiveLog;
|
|
548
|
+
const DeleteImageRecipeResponseFilterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
});
|
|
551
|
+
exports.DeleteImageRecipeResponseFilterSensitiveLog = DeleteImageRecipeResponseFilterSensitiveLog;
|
|
552
|
+
const DeleteInfrastructureConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
553
|
+
...obj,
|
|
554
|
+
});
|
|
555
|
+
exports.DeleteInfrastructureConfigurationRequestFilterSensitiveLog = DeleteInfrastructureConfigurationRequestFilterSensitiveLog;
|
|
556
|
+
const DeleteInfrastructureConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
557
|
+
...obj,
|
|
558
|
+
});
|
|
559
|
+
exports.DeleteInfrastructureConfigurationResponseFilterSensitiveLog = DeleteInfrastructureConfigurationResponseFilterSensitiveLog;
|
|
560
|
+
const DistributionConfigurationFilterSensitiveLog = (obj) => ({
|
|
561
|
+
...obj,
|
|
562
|
+
});
|
|
563
|
+
exports.DistributionConfigurationFilterSensitiveLog = DistributionConfigurationFilterSensitiveLog;
|
|
564
|
+
const DistributionConfigurationSummaryFilterSensitiveLog = (obj) => ({
|
|
565
|
+
...obj,
|
|
566
|
+
});
|
|
567
|
+
exports.DistributionConfigurationSummaryFilterSensitiveLog = DistributionConfigurationSummaryFilterSensitiveLog;
|
|
568
|
+
const FilterFilterSensitiveLog = (obj) => ({
|
|
569
|
+
...obj,
|
|
570
|
+
});
|
|
571
|
+
exports.FilterFilterSensitiveLog = FilterFilterSensitiveLog;
|
|
572
|
+
const GetComponentRequestFilterSensitiveLog = (obj) => ({
|
|
573
|
+
...obj,
|
|
574
|
+
});
|
|
575
|
+
exports.GetComponentRequestFilterSensitiveLog = GetComponentRequestFilterSensitiveLog;
|
|
576
|
+
const GetComponentResponseFilterSensitiveLog = (obj) => ({
|
|
577
|
+
...obj,
|
|
578
|
+
});
|
|
579
|
+
exports.GetComponentResponseFilterSensitiveLog = GetComponentResponseFilterSensitiveLog;
|
|
580
|
+
const GetComponentPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
581
|
+
...obj,
|
|
582
|
+
});
|
|
583
|
+
exports.GetComponentPolicyRequestFilterSensitiveLog = GetComponentPolicyRequestFilterSensitiveLog;
|
|
584
|
+
const GetComponentPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
585
|
+
...obj,
|
|
586
|
+
});
|
|
587
|
+
exports.GetComponentPolicyResponseFilterSensitiveLog = GetComponentPolicyResponseFilterSensitiveLog;
|
|
588
|
+
const GetContainerRecipeRequestFilterSensitiveLog = (obj) => ({
|
|
589
|
+
...obj,
|
|
590
|
+
});
|
|
591
|
+
exports.GetContainerRecipeRequestFilterSensitiveLog = GetContainerRecipeRequestFilterSensitiveLog;
|
|
592
|
+
const GetContainerRecipeResponseFilterSensitiveLog = (obj) => ({
|
|
593
|
+
...obj,
|
|
594
|
+
});
|
|
595
|
+
exports.GetContainerRecipeResponseFilterSensitiveLog = GetContainerRecipeResponseFilterSensitiveLog;
|
|
596
|
+
const GetContainerRecipePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
597
|
+
...obj,
|
|
598
|
+
});
|
|
599
|
+
exports.GetContainerRecipePolicyRequestFilterSensitiveLog = GetContainerRecipePolicyRequestFilterSensitiveLog;
|
|
600
|
+
const GetContainerRecipePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
601
|
+
...obj,
|
|
602
|
+
});
|
|
603
|
+
exports.GetContainerRecipePolicyResponseFilterSensitiveLog = GetContainerRecipePolicyResponseFilterSensitiveLog;
|
|
604
|
+
const GetDistributionConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
605
|
+
...obj,
|
|
606
|
+
});
|
|
607
|
+
exports.GetDistributionConfigurationRequestFilterSensitiveLog = GetDistributionConfigurationRequestFilterSensitiveLog;
|
|
608
|
+
const GetDistributionConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
609
|
+
...obj,
|
|
610
|
+
});
|
|
611
|
+
exports.GetDistributionConfigurationResponseFilterSensitiveLog = GetDistributionConfigurationResponseFilterSensitiveLog;
|
|
612
|
+
const GetImageRequestFilterSensitiveLog = (obj) => ({
|
|
613
|
+
...obj,
|
|
614
|
+
});
|
|
615
|
+
exports.GetImageRequestFilterSensitiveLog = GetImageRequestFilterSensitiveLog;
|
|
616
|
+
const ImageRecipeFilterSensitiveLog = (obj) => ({
|
|
617
|
+
...obj,
|
|
618
|
+
});
|
|
619
|
+
exports.ImageRecipeFilterSensitiveLog = ImageRecipeFilterSensitiveLog;
|
|
620
|
+
const InfrastructureConfigurationFilterSensitiveLog = (obj) => ({
|
|
621
|
+
...obj,
|
|
622
|
+
});
|
|
623
|
+
exports.InfrastructureConfigurationFilterSensitiveLog = InfrastructureConfigurationFilterSensitiveLog;
|
|
624
|
+
const OutputResourcesFilterSensitiveLog = (obj) => ({
|
|
625
|
+
...obj,
|
|
626
|
+
});
|
|
627
|
+
exports.OutputResourcesFilterSensitiveLog = OutputResourcesFilterSensitiveLog;
|
|
628
|
+
const ImageFilterSensitiveLog = (obj) => ({
|
|
629
|
+
...obj,
|
|
630
|
+
});
|
|
631
|
+
exports.ImageFilterSensitiveLog = ImageFilterSensitiveLog;
|
|
632
|
+
const GetImageResponseFilterSensitiveLog = (obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
});
|
|
635
|
+
exports.GetImageResponseFilterSensitiveLog = GetImageResponseFilterSensitiveLog;
|
|
636
|
+
const GetImagePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
637
|
+
...obj,
|
|
638
|
+
});
|
|
639
|
+
exports.GetImagePipelineRequestFilterSensitiveLog = GetImagePipelineRequestFilterSensitiveLog;
|
|
640
|
+
const ImagePipelineFilterSensitiveLog = (obj) => ({
|
|
641
|
+
...obj,
|
|
642
|
+
});
|
|
643
|
+
exports.ImagePipelineFilterSensitiveLog = ImagePipelineFilterSensitiveLog;
|
|
644
|
+
const GetImagePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
645
|
+
...obj,
|
|
646
|
+
});
|
|
647
|
+
exports.GetImagePipelineResponseFilterSensitiveLog = GetImagePipelineResponseFilterSensitiveLog;
|
|
648
|
+
const GetImagePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
649
|
+
...obj,
|
|
650
|
+
});
|
|
651
|
+
exports.GetImagePolicyRequestFilterSensitiveLog = GetImagePolicyRequestFilterSensitiveLog;
|
|
652
|
+
const GetImagePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
653
|
+
...obj,
|
|
654
|
+
});
|
|
655
|
+
exports.GetImagePolicyResponseFilterSensitiveLog = GetImagePolicyResponseFilterSensitiveLog;
|
|
656
|
+
const GetImageRecipeRequestFilterSensitiveLog = (obj) => ({
|
|
657
|
+
...obj,
|
|
658
|
+
});
|
|
659
|
+
exports.GetImageRecipeRequestFilterSensitiveLog = GetImageRecipeRequestFilterSensitiveLog;
|
|
660
|
+
const GetImageRecipeResponseFilterSensitiveLog = (obj) => ({
|
|
661
|
+
...obj,
|
|
662
|
+
});
|
|
663
|
+
exports.GetImageRecipeResponseFilterSensitiveLog = GetImageRecipeResponseFilterSensitiveLog;
|
|
664
|
+
const GetImageRecipePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
665
|
+
...obj,
|
|
666
|
+
});
|
|
667
|
+
exports.GetImageRecipePolicyRequestFilterSensitiveLog = GetImageRecipePolicyRequestFilterSensitiveLog;
|
|
668
|
+
const GetImageRecipePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
669
|
+
...obj,
|
|
670
|
+
});
|
|
671
|
+
exports.GetImageRecipePolicyResponseFilterSensitiveLog = GetImageRecipePolicyResponseFilterSensitiveLog;
|
|
672
|
+
const GetInfrastructureConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
673
|
+
...obj,
|
|
674
|
+
});
|
|
675
|
+
exports.GetInfrastructureConfigurationRequestFilterSensitiveLog = GetInfrastructureConfigurationRequestFilterSensitiveLog;
|
|
676
|
+
const GetInfrastructureConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
677
|
+
...obj,
|
|
678
|
+
});
|
|
679
|
+
exports.GetInfrastructureConfigurationResponseFilterSensitiveLog = GetInfrastructureConfigurationResponseFilterSensitiveLog;
|
|
680
|
+
const ImportComponentRequestFilterSensitiveLog = (obj) => ({
|
|
681
|
+
...obj,
|
|
682
|
+
});
|
|
683
|
+
exports.ImportComponentRequestFilterSensitiveLog = ImportComponentRequestFilterSensitiveLog;
|
|
684
|
+
const ImportComponentResponseFilterSensitiveLog = (obj) => ({
|
|
685
|
+
...obj,
|
|
686
|
+
});
|
|
687
|
+
exports.ImportComponentResponseFilterSensitiveLog = ImportComponentResponseFilterSensitiveLog;
|
|
688
|
+
const ImportVmImageRequestFilterSensitiveLog = (obj) => ({
|
|
689
|
+
...obj,
|
|
690
|
+
});
|
|
691
|
+
exports.ImportVmImageRequestFilterSensitiveLog = ImportVmImageRequestFilterSensitiveLog;
|
|
692
|
+
const ImportVmImageResponseFilterSensitiveLog = (obj) => ({
|
|
693
|
+
...obj,
|
|
694
|
+
});
|
|
695
|
+
exports.ImportVmImageResponseFilterSensitiveLog = ImportVmImageResponseFilterSensitiveLog;
|
|
696
|
+
const ListComponentBuildVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
697
|
+
...obj,
|
|
698
|
+
});
|
|
699
|
+
exports.ListComponentBuildVersionsRequestFilterSensitiveLog = ListComponentBuildVersionsRequestFilterSensitiveLog;
|
|
700
|
+
const ListComponentBuildVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
701
|
+
...obj,
|
|
702
|
+
});
|
|
703
|
+
exports.ListComponentBuildVersionsResponseFilterSensitiveLog = ListComponentBuildVersionsResponseFilterSensitiveLog;
|
|
704
|
+
const ListComponentsRequestFilterSensitiveLog = (obj) => ({
|
|
705
|
+
...obj,
|
|
706
|
+
});
|
|
707
|
+
exports.ListComponentsRequestFilterSensitiveLog = ListComponentsRequestFilterSensitiveLog;
|
|
708
|
+
const ListComponentsResponseFilterSensitiveLog = (obj) => ({
|
|
709
|
+
...obj,
|
|
710
|
+
});
|
|
711
|
+
exports.ListComponentsResponseFilterSensitiveLog = ListComponentsResponseFilterSensitiveLog;
|
|
712
|
+
const ListContainerRecipesRequestFilterSensitiveLog = (obj) => ({
|
|
713
|
+
...obj,
|
|
714
|
+
});
|
|
715
|
+
exports.ListContainerRecipesRequestFilterSensitiveLog = ListContainerRecipesRequestFilterSensitiveLog;
|
|
716
|
+
const ListContainerRecipesResponseFilterSensitiveLog = (obj) => ({
|
|
717
|
+
...obj,
|
|
718
|
+
});
|
|
719
|
+
exports.ListContainerRecipesResponseFilterSensitiveLog = ListContainerRecipesResponseFilterSensitiveLog;
|
|
720
|
+
const ListDistributionConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
721
|
+
...obj,
|
|
722
|
+
});
|
|
723
|
+
exports.ListDistributionConfigurationsRequestFilterSensitiveLog = ListDistributionConfigurationsRequestFilterSensitiveLog;
|
|
724
|
+
const ListDistributionConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
725
|
+
...obj,
|
|
726
|
+
});
|
|
727
|
+
exports.ListDistributionConfigurationsResponseFilterSensitiveLog = ListDistributionConfigurationsResponseFilterSensitiveLog;
|
|
728
|
+
const ListImageBuildVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
729
|
+
...obj,
|
|
730
|
+
});
|
|
731
|
+
exports.ListImageBuildVersionsRequestFilterSensitiveLog = ListImageBuildVersionsRequestFilterSensitiveLog;
|
|
732
|
+
const ImageSummaryFilterSensitiveLog = (obj) => ({
|
|
733
|
+
...obj,
|
|
734
|
+
});
|
|
735
|
+
exports.ImageSummaryFilterSensitiveLog = ImageSummaryFilterSensitiveLog;
|
|
736
|
+
const ListImageBuildVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
737
|
+
...obj,
|
|
738
|
+
});
|
|
739
|
+
exports.ListImageBuildVersionsResponseFilterSensitiveLog = ListImageBuildVersionsResponseFilterSensitiveLog;
|
|
740
|
+
const ListImagePackagesRequestFilterSensitiveLog = (obj) => ({
|
|
741
|
+
...obj,
|
|
742
|
+
});
|
|
743
|
+
exports.ListImagePackagesRequestFilterSensitiveLog = ListImagePackagesRequestFilterSensitiveLog;
|
|
744
|
+
const ImagePackageFilterSensitiveLog = (obj) => ({
|
|
745
|
+
...obj,
|
|
746
|
+
});
|
|
747
|
+
exports.ImagePackageFilterSensitiveLog = ImagePackageFilterSensitiveLog;
|
|
748
|
+
const ListImagePackagesResponseFilterSensitiveLog = (obj) => ({
|
|
749
|
+
...obj,
|
|
750
|
+
});
|
|
751
|
+
exports.ListImagePackagesResponseFilterSensitiveLog = ListImagePackagesResponseFilterSensitiveLog;
|
|
752
|
+
const ListImagePipelineImagesRequestFilterSensitiveLog = (obj) => ({
|
|
753
|
+
...obj,
|
|
754
|
+
});
|
|
755
|
+
exports.ListImagePipelineImagesRequestFilterSensitiveLog = ListImagePipelineImagesRequestFilterSensitiveLog;
|
|
756
|
+
const ListImagePipelineImagesResponseFilterSensitiveLog = (obj) => ({
|
|
757
|
+
...obj,
|
|
758
|
+
});
|
|
759
|
+
exports.ListImagePipelineImagesResponseFilterSensitiveLog = ListImagePipelineImagesResponseFilterSensitiveLog;
|
|
760
|
+
const ListImagePipelinesRequestFilterSensitiveLog = (obj) => ({
|
|
761
|
+
...obj,
|
|
762
|
+
});
|
|
763
|
+
exports.ListImagePipelinesRequestFilterSensitiveLog = ListImagePipelinesRequestFilterSensitiveLog;
|
|
764
|
+
const ListImagePipelinesResponseFilterSensitiveLog = (obj) => ({
|
|
765
|
+
...obj,
|
|
766
|
+
});
|
|
767
|
+
exports.ListImagePipelinesResponseFilterSensitiveLog = ListImagePipelinesResponseFilterSensitiveLog;
|
|
768
|
+
const ListImageRecipesRequestFilterSensitiveLog = (obj) => ({
|
|
769
|
+
...obj,
|
|
770
|
+
});
|
|
771
|
+
exports.ListImageRecipesRequestFilterSensitiveLog = ListImageRecipesRequestFilterSensitiveLog;
|
|
772
|
+
const ImageRecipeSummaryFilterSensitiveLog = (obj) => ({
|
|
773
|
+
...obj,
|
|
774
|
+
});
|
|
775
|
+
exports.ImageRecipeSummaryFilterSensitiveLog = ImageRecipeSummaryFilterSensitiveLog;
|
|
776
|
+
const ListImageRecipesResponseFilterSensitiveLog = (obj) => ({
|
|
777
|
+
...obj,
|
|
778
|
+
});
|
|
779
|
+
exports.ListImageRecipesResponseFilterSensitiveLog = ListImageRecipesResponseFilterSensitiveLog;
|
|
780
|
+
const ListImagesRequestFilterSensitiveLog = (obj) => ({
|
|
781
|
+
...obj,
|
|
782
|
+
});
|
|
783
|
+
exports.ListImagesRequestFilterSensitiveLog = ListImagesRequestFilterSensitiveLog;
|
|
784
|
+
const ImageVersionFilterSensitiveLog = (obj) => ({
|
|
785
|
+
...obj,
|
|
786
|
+
});
|
|
787
|
+
exports.ImageVersionFilterSensitiveLog = ImageVersionFilterSensitiveLog;
|
|
788
|
+
const ListImagesResponseFilterSensitiveLog = (obj) => ({
|
|
789
|
+
...obj,
|
|
790
|
+
});
|
|
791
|
+
exports.ListImagesResponseFilterSensitiveLog = ListImagesResponseFilterSensitiveLog;
|
|
792
|
+
const ListInfrastructureConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
793
|
+
...obj,
|
|
794
|
+
});
|
|
795
|
+
exports.ListInfrastructureConfigurationsRequestFilterSensitiveLog = ListInfrastructureConfigurationsRequestFilterSensitiveLog;
|
|
796
|
+
const InfrastructureConfigurationSummaryFilterSensitiveLog = (obj) => ({
|
|
797
|
+
...obj,
|
|
798
|
+
});
|
|
799
|
+
exports.InfrastructureConfigurationSummaryFilterSensitiveLog = InfrastructureConfigurationSummaryFilterSensitiveLog;
|
|
800
|
+
const ListInfrastructureConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
801
|
+
...obj,
|
|
802
|
+
});
|
|
803
|
+
exports.ListInfrastructureConfigurationsResponseFilterSensitiveLog = ListInfrastructureConfigurationsResponseFilterSensitiveLog;
|
|
804
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
805
|
+
...obj,
|
|
806
|
+
});
|
|
807
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
808
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
809
|
+
...obj,
|
|
810
|
+
});
|
|
811
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
812
|
+
const PutComponentPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
813
|
+
...obj,
|
|
814
|
+
});
|
|
815
|
+
exports.PutComponentPolicyRequestFilterSensitiveLog = PutComponentPolicyRequestFilterSensitiveLog;
|
|
816
|
+
const PutComponentPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
817
|
+
...obj,
|
|
818
|
+
});
|
|
819
|
+
exports.PutComponentPolicyResponseFilterSensitiveLog = PutComponentPolicyResponseFilterSensitiveLog;
|
|
820
|
+
const PutContainerRecipePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
821
|
+
...obj,
|
|
822
|
+
});
|
|
823
|
+
exports.PutContainerRecipePolicyRequestFilterSensitiveLog = PutContainerRecipePolicyRequestFilterSensitiveLog;
|
|
824
|
+
const PutContainerRecipePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
825
|
+
...obj,
|
|
826
|
+
});
|
|
827
|
+
exports.PutContainerRecipePolicyResponseFilterSensitiveLog = PutContainerRecipePolicyResponseFilterSensitiveLog;
|
|
828
|
+
const PutImagePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
829
|
+
...obj,
|
|
830
|
+
});
|
|
831
|
+
exports.PutImagePolicyRequestFilterSensitiveLog = PutImagePolicyRequestFilterSensitiveLog;
|
|
832
|
+
const PutImagePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
833
|
+
...obj,
|
|
834
|
+
});
|
|
835
|
+
exports.PutImagePolicyResponseFilterSensitiveLog = PutImagePolicyResponseFilterSensitiveLog;
|
|
836
|
+
const PutImageRecipePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
837
|
+
...obj,
|
|
838
|
+
});
|
|
839
|
+
exports.PutImageRecipePolicyRequestFilterSensitiveLog = PutImageRecipePolicyRequestFilterSensitiveLog;
|
|
840
|
+
const PutImageRecipePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
exports.PutImageRecipePolicyResponseFilterSensitiveLog = PutImageRecipePolicyResponseFilterSensitiveLog;
|
|
844
|
+
const StartImagePipelineExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
845
|
+
...obj,
|
|
846
|
+
});
|
|
847
|
+
exports.StartImagePipelineExecutionRequestFilterSensitiveLog = StartImagePipelineExecutionRequestFilterSensitiveLog;
|
|
848
|
+
const StartImagePipelineExecutionResponseFilterSensitiveLog = (obj) => ({
|
|
849
|
+
...obj,
|
|
850
|
+
});
|
|
851
|
+
exports.StartImagePipelineExecutionResponseFilterSensitiveLog = StartImagePipelineExecutionResponseFilterSensitiveLog;
|
|
852
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
853
|
+
...obj,
|
|
854
|
+
});
|
|
855
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
856
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
857
|
+
...obj,
|
|
858
|
+
});
|
|
859
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
860
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
861
|
+
...obj,
|
|
862
|
+
});
|
|
863
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
864
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
865
|
+
...obj,
|
|
866
|
+
});
|
|
867
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
868
|
+
const UpdateDistributionConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
869
|
+
...obj,
|
|
870
|
+
});
|
|
871
|
+
exports.UpdateDistributionConfigurationRequestFilterSensitiveLog = UpdateDistributionConfigurationRequestFilterSensitiveLog;
|
|
872
|
+
const UpdateDistributionConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
873
|
+
...obj,
|
|
874
|
+
});
|
|
875
|
+
exports.UpdateDistributionConfigurationResponseFilterSensitiveLog = UpdateDistributionConfigurationResponseFilterSensitiveLog;
|
|
876
|
+
const UpdateImagePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
877
|
+
...obj,
|
|
878
|
+
});
|
|
879
|
+
exports.UpdateImagePipelineRequestFilterSensitiveLog = UpdateImagePipelineRequestFilterSensitiveLog;
|
|
880
|
+
const UpdateImagePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
881
|
+
...obj,
|
|
882
|
+
});
|
|
883
|
+
exports.UpdateImagePipelineResponseFilterSensitiveLog = UpdateImagePipelineResponseFilterSensitiveLog;
|
|
884
|
+
const UpdateInfrastructureConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
885
|
+
...obj,
|
|
886
|
+
});
|
|
887
|
+
exports.UpdateInfrastructureConfigurationRequestFilterSensitiveLog = UpdateInfrastructureConfigurationRequestFilterSensitiveLog;
|
|
888
|
+
const UpdateInfrastructureConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
889
|
+
...obj,
|
|
890
|
+
});
|
|
891
|
+
exports.UpdateInfrastructureConfigurationResponseFilterSensitiveLog = UpdateInfrastructureConfigurationResponseFilterSensitiveLog;
|