@aws-sdk/client-ecr 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/ECR.js +0 -11
- package/dist-cjs/ECRClient.js +0 -16
- package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +0 -31
- package/dist-cjs/commands/BatchDeleteImageCommand.js +0 -29
- package/dist-cjs/commands/BatchGetImageCommand.js +0 -27
- package/dist-cjs/commands/CompleteLayerUploadCommand.js +0 -32
- package/dist-cjs/commands/CreateRepositoryCommand.js +0 -25
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +0 -24
- package/dist-cjs/commands/DeleteRegistryPolicyCommand.js +0 -24
- package/dist-cjs/commands/DeleteRepositoryCommand.js +0 -26
- package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +0 -24
- package/dist-cjs/commands/DescribeImageReplicationStatusCommand.js +0 -24
- package/dist-cjs/commands/DescribeImageScanFindingsCommand.js +0 -24
- package/dist-cjs/commands/DescribeImagesCommand.js +0 -30
- package/dist-cjs/commands/DescribeRegistryCommand.js +0 -26
- package/dist-cjs/commands/DescribeRepositoriesCommand.js +0 -24
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +0 -31
- package/dist-cjs/commands/GetDownloadUrlForLayerCommand.js +0 -31
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +0 -24
- package/dist-cjs/commands/GetLifecyclePolicyPreviewCommand.js +0 -25
- package/dist-cjs/commands/GetRegistryPolicyCommand.js +0 -24
- package/dist-cjs/commands/GetRepositoryPolicyCommand.js +0 -24
- package/dist-cjs/commands/InitiateLayerUploadCommand.js +0 -31
- package/dist-cjs/commands/ListImagesCommand.js +0 -30
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
- package/dist-cjs/commands/PutImageCommand.js +0 -32
- package/dist-cjs/commands/PutImageScanningConfigurationCommand.js +0 -24
- package/dist-cjs/commands/PutImageTagMutabilityCommand.js +0 -26
- package/dist-cjs/commands/PutLifecyclePolicyCommand.js +0 -26
- package/dist-cjs/commands/PutRegistryPolicyCommand.js +0 -26
- package/dist-cjs/commands/PutReplicationConfigurationCommand.js +0 -34
- package/dist-cjs/commands/SetRepositoryPolicyCommand.js +0 -26
- package/dist-cjs/commands/StartImageScanCommand.js +0 -27
- package/dist-cjs/commands/StartLifecyclePolicyPreviewCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UploadLayerPartCommand.js +0 -31
- package/dist-cjs/commands/index.js +38 -0
- package/dist-cjs/endpoints.js +10 -1
- package/dist-cjs/index.js +5 -45
- package/dist-cjs/models/models_0.js +0 -381
- package/dist-cjs/pagination/DescribeImageScanFindingsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeImagesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeRepositoriesPaginator.js +0 -10
- package/dist-cjs/pagination/GetLifecyclePolicyPreviewPaginator.js +0 -10
- package/dist-cjs/pagination/ListImagesPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +5 -0
- package/dist-cjs/waiters/waitForImageScanComplete.js +0 -9
- package/dist-cjs/waiters/waitForLifecyclePolicyPreviewComplete.js +0 -9
- package/dist-es/commands/index.js +35 -0
- package/dist-es/endpoints.js +10 -1
- package/dist-es/index.js +5 -45
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/waiters/index.js +2 -0
- package/dist-types/commands/index.d.ts +35 -0
- package/dist-types/index.d.ts +5 -45
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/ECR.d.ts +36 -216
- package/dist-types/ts3.4/ECRClient.d.ts +24 -97
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/index.d.ts +35 -0
- package/dist-types/ts3.4/index.d.ts +5 -45
- package/dist-types/ts3.4/models/models_0.d.ts +478 -1712
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +2 -0
- package/package.json +33 -33
|
@@ -5,9 +5,6 @@ exports.GetRepositoryPolicyRequest = exports.GetRegistryPolicyResponse = exports
|
|
|
5
5
|
exports.UploadLayerPartResponse = exports.UploadLayerPartRequest = exports.InvalidLayerPartException = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartLifecyclePolicyPreviewResponse = exports.StartLifecyclePolicyPreviewRequest = exports.LifecyclePolicyPreviewInProgressException = exports.UnsupportedImageTypeException = exports.StartImageScanResponse = exports.StartImageScanRequest = exports.SetRepositoryPolicyResponse = exports.SetRepositoryPolicyRequest = exports.PutReplicationConfigurationResponse = exports.PutReplicationConfigurationRequest = exports.PutRegistryPolicyResponse = exports.PutRegistryPolicyRequest = exports.PutLifecyclePolicyResponse = exports.PutLifecyclePolicyRequest = exports.PutImageTagMutabilityResponse = exports.PutImageTagMutabilityRequest = exports.PutImageScanningConfigurationResponse = exports.PutImageScanningConfigurationRequest = exports.ReferencedImagesNotFoundException = exports.PutImageResponse = exports.PutImageRequest = exports.ImageTagAlreadyExistsException = exports.ImageDigestDoesNotMatchException = exports.ImageAlreadyExistsException = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListImagesResponse = exports.ListImagesRequest = exports.ListImagesFilter = exports.InitiateLayerUploadResponse = exports.InitiateLayerUploadRequest = exports.GetRepositoryPolicyResponse = void 0;
|
|
6
6
|
var BatchCheckLayerAvailabilityRequest;
|
|
7
7
|
(function (BatchCheckLayerAvailabilityRequest) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
8
|
BatchCheckLayerAvailabilityRequest.filterSensitiveLog = (obj) => ({
|
|
12
9
|
...obj,
|
|
13
10
|
});
|
|
@@ -19,9 +16,6 @@ var LayerFailureCode;
|
|
|
19
16
|
})(LayerFailureCode = exports.LayerFailureCode || (exports.LayerFailureCode = {}));
|
|
20
17
|
var LayerFailure;
|
|
21
18
|
(function (LayerFailure) {
|
|
22
|
-
/**
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
19
|
LayerFailure.filterSensitiveLog = (obj) => ({
|
|
26
20
|
...obj,
|
|
27
21
|
});
|
|
@@ -33,63 +27,42 @@ var LayerAvailability;
|
|
|
33
27
|
})(LayerAvailability = exports.LayerAvailability || (exports.LayerAvailability = {}));
|
|
34
28
|
var Layer;
|
|
35
29
|
(function (Layer) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
30
|
Layer.filterSensitiveLog = (obj) => ({
|
|
40
31
|
...obj,
|
|
41
32
|
});
|
|
42
33
|
})(Layer = exports.Layer || (exports.Layer = {}));
|
|
43
34
|
var BatchCheckLayerAvailabilityResponse;
|
|
44
35
|
(function (BatchCheckLayerAvailabilityResponse) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
36
|
BatchCheckLayerAvailabilityResponse.filterSensitiveLog = (obj) => ({
|
|
49
37
|
...obj,
|
|
50
38
|
});
|
|
51
39
|
})(BatchCheckLayerAvailabilityResponse = exports.BatchCheckLayerAvailabilityResponse || (exports.BatchCheckLayerAvailabilityResponse = {}));
|
|
52
40
|
var InvalidParameterException;
|
|
53
41
|
(function (InvalidParameterException) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
42
|
InvalidParameterException.filterSensitiveLog = (obj) => ({
|
|
58
43
|
...obj,
|
|
59
44
|
});
|
|
60
45
|
})(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
|
|
61
46
|
var RepositoryNotFoundException;
|
|
62
47
|
(function (RepositoryNotFoundException) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
48
|
RepositoryNotFoundException.filterSensitiveLog = (obj) => ({
|
|
67
49
|
...obj,
|
|
68
50
|
});
|
|
69
51
|
})(RepositoryNotFoundException = exports.RepositoryNotFoundException || (exports.RepositoryNotFoundException = {}));
|
|
70
52
|
var ServerException;
|
|
71
53
|
(function (ServerException) {
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
54
|
ServerException.filterSensitiveLog = (obj) => ({
|
|
76
55
|
...obj,
|
|
77
56
|
});
|
|
78
57
|
})(ServerException = exports.ServerException || (exports.ServerException = {}));
|
|
79
58
|
var ImageIdentifier;
|
|
80
59
|
(function (ImageIdentifier) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
60
|
ImageIdentifier.filterSensitiveLog = (obj) => ({
|
|
85
61
|
...obj,
|
|
86
62
|
});
|
|
87
63
|
})(ImageIdentifier = exports.ImageIdentifier || (exports.ImageIdentifier = {}));
|
|
88
64
|
var BatchDeleteImageRequest;
|
|
89
65
|
(function (BatchDeleteImageRequest) {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
66
|
BatchDeleteImageRequest.filterSensitiveLog = (obj) => ({
|
|
94
67
|
...obj,
|
|
95
68
|
});
|
|
@@ -106,117 +79,78 @@ var ImageFailureCode;
|
|
|
106
79
|
})(ImageFailureCode = exports.ImageFailureCode || (exports.ImageFailureCode = {}));
|
|
107
80
|
var ImageFailure;
|
|
108
81
|
(function (ImageFailure) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
82
|
ImageFailure.filterSensitiveLog = (obj) => ({
|
|
113
83
|
...obj,
|
|
114
84
|
});
|
|
115
85
|
})(ImageFailure = exports.ImageFailure || (exports.ImageFailure = {}));
|
|
116
86
|
var BatchDeleteImageResponse;
|
|
117
87
|
(function (BatchDeleteImageResponse) {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
88
|
BatchDeleteImageResponse.filterSensitiveLog = (obj) => ({
|
|
122
89
|
...obj,
|
|
123
90
|
});
|
|
124
91
|
})(BatchDeleteImageResponse = exports.BatchDeleteImageResponse || (exports.BatchDeleteImageResponse = {}));
|
|
125
92
|
var BatchGetImageRequest;
|
|
126
93
|
(function (BatchGetImageRequest) {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
94
|
BatchGetImageRequest.filterSensitiveLog = (obj) => ({
|
|
131
95
|
...obj,
|
|
132
96
|
});
|
|
133
97
|
})(BatchGetImageRequest = exports.BatchGetImageRequest || (exports.BatchGetImageRequest = {}));
|
|
134
98
|
var Image;
|
|
135
99
|
(function (Image) {
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
100
|
Image.filterSensitiveLog = (obj) => ({
|
|
140
101
|
...obj,
|
|
141
102
|
});
|
|
142
103
|
})(Image = exports.Image || (exports.Image = {}));
|
|
143
104
|
var BatchGetImageResponse;
|
|
144
105
|
(function (BatchGetImageResponse) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
106
|
BatchGetImageResponse.filterSensitiveLog = (obj) => ({
|
|
149
107
|
...obj,
|
|
150
108
|
});
|
|
151
109
|
})(BatchGetImageResponse = exports.BatchGetImageResponse || (exports.BatchGetImageResponse = {}));
|
|
152
110
|
var CompleteLayerUploadRequest;
|
|
153
111
|
(function (CompleteLayerUploadRequest) {
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
112
|
CompleteLayerUploadRequest.filterSensitiveLog = (obj) => ({
|
|
158
113
|
...obj,
|
|
159
114
|
});
|
|
160
115
|
})(CompleteLayerUploadRequest = exports.CompleteLayerUploadRequest || (exports.CompleteLayerUploadRequest = {}));
|
|
161
116
|
var CompleteLayerUploadResponse;
|
|
162
117
|
(function (CompleteLayerUploadResponse) {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
118
|
CompleteLayerUploadResponse.filterSensitiveLog = (obj) => ({
|
|
167
119
|
...obj,
|
|
168
120
|
});
|
|
169
121
|
})(CompleteLayerUploadResponse = exports.CompleteLayerUploadResponse || (exports.CompleteLayerUploadResponse = {}));
|
|
170
122
|
var EmptyUploadException;
|
|
171
123
|
(function (EmptyUploadException) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
124
|
EmptyUploadException.filterSensitiveLog = (obj) => ({
|
|
176
125
|
...obj,
|
|
177
126
|
});
|
|
178
127
|
})(EmptyUploadException = exports.EmptyUploadException || (exports.EmptyUploadException = {}));
|
|
179
128
|
var InvalidLayerException;
|
|
180
129
|
(function (InvalidLayerException) {
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
130
|
InvalidLayerException.filterSensitiveLog = (obj) => ({
|
|
185
131
|
...obj,
|
|
186
132
|
});
|
|
187
133
|
})(InvalidLayerException = exports.InvalidLayerException || (exports.InvalidLayerException = {}));
|
|
188
134
|
var KmsException;
|
|
189
135
|
(function (KmsException) {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
136
|
KmsException.filterSensitiveLog = (obj) => ({
|
|
194
137
|
...obj,
|
|
195
138
|
});
|
|
196
139
|
})(KmsException = exports.KmsException || (exports.KmsException = {}));
|
|
197
140
|
var LayerAlreadyExistsException;
|
|
198
141
|
(function (LayerAlreadyExistsException) {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
142
|
LayerAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
203
143
|
...obj,
|
|
204
144
|
});
|
|
205
145
|
})(LayerAlreadyExistsException = exports.LayerAlreadyExistsException || (exports.LayerAlreadyExistsException = {}));
|
|
206
146
|
var LayerPartTooSmallException;
|
|
207
147
|
(function (LayerPartTooSmallException) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
148
|
LayerPartTooSmallException.filterSensitiveLog = (obj) => ({
|
|
212
149
|
...obj,
|
|
213
150
|
});
|
|
214
151
|
})(LayerPartTooSmallException = exports.LayerPartTooSmallException || (exports.LayerPartTooSmallException = {}));
|
|
215
152
|
var UploadNotFoundException;
|
|
216
153
|
(function (UploadNotFoundException) {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
154
|
UploadNotFoundException.filterSensitiveLog = (obj) => ({
|
|
221
155
|
...obj,
|
|
222
156
|
});
|
|
@@ -228,18 +162,12 @@ var EncryptionType;
|
|
|
228
162
|
})(EncryptionType = exports.EncryptionType || (exports.EncryptionType = {}));
|
|
229
163
|
var EncryptionConfiguration;
|
|
230
164
|
(function (EncryptionConfiguration) {
|
|
231
|
-
/**
|
|
232
|
-
* @internal
|
|
233
|
-
*/
|
|
234
165
|
EncryptionConfiguration.filterSensitiveLog = (obj) => ({
|
|
235
166
|
...obj,
|
|
236
167
|
});
|
|
237
168
|
})(EncryptionConfiguration = exports.EncryptionConfiguration || (exports.EncryptionConfiguration = {}));
|
|
238
169
|
var ImageScanningConfiguration;
|
|
239
170
|
(function (ImageScanningConfiguration) {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
171
|
ImageScanningConfiguration.filterSensitiveLog = (obj) => ({
|
|
244
172
|
...obj,
|
|
245
173
|
});
|
|
@@ -251,198 +179,132 @@ var ImageTagMutability;
|
|
|
251
179
|
})(ImageTagMutability = exports.ImageTagMutability || (exports.ImageTagMutability = {}));
|
|
252
180
|
var Tag;
|
|
253
181
|
(function (Tag) {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
182
|
Tag.filterSensitiveLog = (obj) => ({
|
|
258
183
|
...obj,
|
|
259
184
|
});
|
|
260
185
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
261
186
|
var CreateRepositoryRequest;
|
|
262
187
|
(function (CreateRepositoryRequest) {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
188
|
CreateRepositoryRequest.filterSensitiveLog = (obj) => ({
|
|
267
189
|
...obj,
|
|
268
190
|
});
|
|
269
191
|
})(CreateRepositoryRequest = exports.CreateRepositoryRequest || (exports.CreateRepositoryRequest = {}));
|
|
270
192
|
var Repository;
|
|
271
193
|
(function (Repository) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
194
|
Repository.filterSensitiveLog = (obj) => ({
|
|
276
195
|
...obj,
|
|
277
196
|
});
|
|
278
197
|
})(Repository = exports.Repository || (exports.Repository = {}));
|
|
279
198
|
var CreateRepositoryResponse;
|
|
280
199
|
(function (CreateRepositoryResponse) {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
200
|
CreateRepositoryResponse.filterSensitiveLog = (obj) => ({
|
|
285
201
|
...obj,
|
|
286
202
|
});
|
|
287
203
|
})(CreateRepositoryResponse = exports.CreateRepositoryResponse || (exports.CreateRepositoryResponse = {}));
|
|
288
204
|
var InvalidTagParameterException;
|
|
289
205
|
(function (InvalidTagParameterException) {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
206
|
InvalidTagParameterException.filterSensitiveLog = (obj) => ({
|
|
294
207
|
...obj,
|
|
295
208
|
});
|
|
296
209
|
})(InvalidTagParameterException = exports.InvalidTagParameterException || (exports.InvalidTagParameterException = {}));
|
|
297
210
|
var LimitExceededException;
|
|
298
211
|
(function (LimitExceededException) {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
212
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
303
213
|
...obj,
|
|
304
214
|
});
|
|
305
215
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
306
216
|
var RepositoryAlreadyExistsException;
|
|
307
217
|
(function (RepositoryAlreadyExistsException) {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
218
|
RepositoryAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
312
219
|
...obj,
|
|
313
220
|
});
|
|
314
221
|
})(RepositoryAlreadyExistsException = exports.RepositoryAlreadyExistsException || (exports.RepositoryAlreadyExistsException = {}));
|
|
315
222
|
var TooManyTagsException;
|
|
316
223
|
(function (TooManyTagsException) {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
224
|
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
321
225
|
...obj,
|
|
322
226
|
});
|
|
323
227
|
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
324
228
|
var DeleteLifecyclePolicyRequest;
|
|
325
229
|
(function (DeleteLifecyclePolicyRequest) {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
230
|
DeleteLifecyclePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
330
231
|
...obj,
|
|
331
232
|
});
|
|
332
233
|
})(DeleteLifecyclePolicyRequest = exports.DeleteLifecyclePolicyRequest || (exports.DeleteLifecyclePolicyRequest = {}));
|
|
333
234
|
var DeleteLifecyclePolicyResponse;
|
|
334
235
|
(function (DeleteLifecyclePolicyResponse) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
236
|
DeleteLifecyclePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
339
237
|
...obj,
|
|
340
238
|
});
|
|
341
239
|
})(DeleteLifecyclePolicyResponse = exports.DeleteLifecyclePolicyResponse || (exports.DeleteLifecyclePolicyResponse = {}));
|
|
342
240
|
var LifecyclePolicyNotFoundException;
|
|
343
241
|
(function (LifecyclePolicyNotFoundException) {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
242
|
LifecyclePolicyNotFoundException.filterSensitiveLog = (obj) => ({
|
|
348
243
|
...obj,
|
|
349
244
|
});
|
|
350
245
|
})(LifecyclePolicyNotFoundException = exports.LifecyclePolicyNotFoundException || (exports.LifecyclePolicyNotFoundException = {}));
|
|
351
246
|
var DeleteRegistryPolicyRequest;
|
|
352
247
|
(function (DeleteRegistryPolicyRequest) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
248
|
DeleteRegistryPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
357
249
|
...obj,
|
|
358
250
|
});
|
|
359
251
|
})(DeleteRegistryPolicyRequest = exports.DeleteRegistryPolicyRequest || (exports.DeleteRegistryPolicyRequest = {}));
|
|
360
252
|
var DeleteRegistryPolicyResponse;
|
|
361
253
|
(function (DeleteRegistryPolicyResponse) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
254
|
DeleteRegistryPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
366
255
|
...obj,
|
|
367
256
|
});
|
|
368
257
|
})(DeleteRegistryPolicyResponse = exports.DeleteRegistryPolicyResponse || (exports.DeleteRegistryPolicyResponse = {}));
|
|
369
258
|
var RegistryPolicyNotFoundException;
|
|
370
259
|
(function (RegistryPolicyNotFoundException) {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
260
|
RegistryPolicyNotFoundException.filterSensitiveLog = (obj) => ({
|
|
375
261
|
...obj,
|
|
376
262
|
});
|
|
377
263
|
})(RegistryPolicyNotFoundException = exports.RegistryPolicyNotFoundException || (exports.RegistryPolicyNotFoundException = {}));
|
|
378
264
|
var ValidationException;
|
|
379
265
|
(function (ValidationException) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
266
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
384
267
|
...obj,
|
|
385
268
|
});
|
|
386
269
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
387
270
|
var DeleteRepositoryRequest;
|
|
388
271
|
(function (DeleteRepositoryRequest) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
272
|
DeleteRepositoryRequest.filterSensitiveLog = (obj) => ({
|
|
393
273
|
...obj,
|
|
394
274
|
});
|
|
395
275
|
})(DeleteRepositoryRequest = exports.DeleteRepositoryRequest || (exports.DeleteRepositoryRequest = {}));
|
|
396
276
|
var DeleteRepositoryResponse;
|
|
397
277
|
(function (DeleteRepositoryResponse) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
278
|
DeleteRepositoryResponse.filterSensitiveLog = (obj) => ({
|
|
402
279
|
...obj,
|
|
403
280
|
});
|
|
404
281
|
})(DeleteRepositoryResponse = exports.DeleteRepositoryResponse || (exports.DeleteRepositoryResponse = {}));
|
|
405
282
|
var RepositoryNotEmptyException;
|
|
406
283
|
(function (RepositoryNotEmptyException) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
284
|
RepositoryNotEmptyException.filterSensitiveLog = (obj) => ({
|
|
411
285
|
...obj,
|
|
412
286
|
});
|
|
413
287
|
})(RepositoryNotEmptyException = exports.RepositoryNotEmptyException || (exports.RepositoryNotEmptyException = {}));
|
|
414
288
|
var DeleteRepositoryPolicyRequest;
|
|
415
289
|
(function (DeleteRepositoryPolicyRequest) {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
290
|
DeleteRepositoryPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
420
291
|
...obj,
|
|
421
292
|
});
|
|
422
293
|
})(DeleteRepositoryPolicyRequest = exports.DeleteRepositoryPolicyRequest || (exports.DeleteRepositoryPolicyRequest = {}));
|
|
423
294
|
var DeleteRepositoryPolicyResponse;
|
|
424
295
|
(function (DeleteRepositoryPolicyResponse) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
296
|
DeleteRepositoryPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
429
297
|
...obj,
|
|
430
298
|
});
|
|
431
299
|
})(DeleteRepositoryPolicyResponse = exports.DeleteRepositoryPolicyResponse || (exports.DeleteRepositoryPolicyResponse = {}));
|
|
432
300
|
var RepositoryPolicyNotFoundException;
|
|
433
301
|
(function (RepositoryPolicyNotFoundException) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
302
|
RepositoryPolicyNotFoundException.filterSensitiveLog = (obj) => ({
|
|
438
303
|
...obj,
|
|
439
304
|
});
|
|
440
305
|
})(RepositoryPolicyNotFoundException = exports.RepositoryPolicyNotFoundException || (exports.RepositoryPolicyNotFoundException = {}));
|
|
441
306
|
var DescribeImageReplicationStatusRequest;
|
|
442
307
|
(function (DescribeImageReplicationStatusRequest) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
308
|
DescribeImageReplicationStatusRequest.filterSensitiveLog = (obj) => ({
|
|
447
309
|
...obj,
|
|
448
310
|
});
|
|
@@ -455,27 +317,18 @@ var ReplicationStatus;
|
|
|
455
317
|
})(ReplicationStatus = exports.ReplicationStatus || (exports.ReplicationStatus = {}));
|
|
456
318
|
var ImageReplicationStatus;
|
|
457
319
|
(function (ImageReplicationStatus) {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
320
|
ImageReplicationStatus.filterSensitiveLog = (obj) => ({
|
|
462
321
|
...obj,
|
|
463
322
|
});
|
|
464
323
|
})(ImageReplicationStatus = exports.ImageReplicationStatus || (exports.ImageReplicationStatus = {}));
|
|
465
324
|
var DescribeImageReplicationStatusResponse;
|
|
466
325
|
(function (DescribeImageReplicationStatusResponse) {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
326
|
DescribeImageReplicationStatusResponse.filterSensitiveLog = (obj) => ({
|
|
471
327
|
...obj,
|
|
472
328
|
});
|
|
473
329
|
})(DescribeImageReplicationStatusResponse = exports.DescribeImageReplicationStatusResponse || (exports.DescribeImageReplicationStatusResponse = {}));
|
|
474
330
|
var ImageNotFoundException;
|
|
475
331
|
(function (ImageNotFoundException) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
332
|
ImageNotFoundException.filterSensitiveLog = (obj) => ({
|
|
480
333
|
...obj,
|
|
481
334
|
});
|
|
@@ -488,18 +341,12 @@ var TagStatus;
|
|
|
488
341
|
})(TagStatus = exports.TagStatus || (exports.TagStatus = {}));
|
|
489
342
|
var DescribeImagesFilter;
|
|
490
343
|
(function (DescribeImagesFilter) {
|
|
491
|
-
/**
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
344
|
DescribeImagesFilter.filterSensitiveLog = (obj) => ({
|
|
495
345
|
...obj,
|
|
496
346
|
});
|
|
497
347
|
})(DescribeImagesFilter = exports.DescribeImagesFilter || (exports.DescribeImagesFilter = {}));
|
|
498
348
|
var DescribeImagesRequest;
|
|
499
349
|
(function (DescribeImagesRequest) {
|
|
500
|
-
/**
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
350
|
DescribeImagesRequest.filterSensitiveLog = (obj) => ({
|
|
504
351
|
...obj,
|
|
505
352
|
});
|
|
@@ -515,9 +362,6 @@ var FindingSeverity;
|
|
|
515
362
|
})(FindingSeverity = exports.FindingSeverity || (exports.FindingSeverity = {}));
|
|
516
363
|
var ImageScanFindingsSummary;
|
|
517
364
|
(function (ImageScanFindingsSummary) {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
365
|
ImageScanFindingsSummary.filterSensitiveLog = (obj) => ({
|
|
522
366
|
...obj,
|
|
523
367
|
});
|
|
@@ -530,99 +374,66 @@ var ScanStatus;
|
|
|
530
374
|
})(ScanStatus = exports.ScanStatus || (exports.ScanStatus = {}));
|
|
531
375
|
var ImageScanStatus;
|
|
532
376
|
(function (ImageScanStatus) {
|
|
533
|
-
/**
|
|
534
|
-
* @internal
|
|
535
|
-
*/
|
|
536
377
|
ImageScanStatus.filterSensitiveLog = (obj) => ({
|
|
537
378
|
...obj,
|
|
538
379
|
});
|
|
539
380
|
})(ImageScanStatus = exports.ImageScanStatus || (exports.ImageScanStatus = {}));
|
|
540
381
|
var ImageDetail;
|
|
541
382
|
(function (ImageDetail) {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
383
|
ImageDetail.filterSensitiveLog = (obj) => ({
|
|
546
384
|
...obj,
|
|
547
385
|
});
|
|
548
386
|
})(ImageDetail = exports.ImageDetail || (exports.ImageDetail = {}));
|
|
549
387
|
var DescribeImagesResponse;
|
|
550
388
|
(function (DescribeImagesResponse) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
389
|
DescribeImagesResponse.filterSensitiveLog = (obj) => ({
|
|
555
390
|
...obj,
|
|
556
391
|
});
|
|
557
392
|
})(DescribeImagesResponse = exports.DescribeImagesResponse || (exports.DescribeImagesResponse = {}));
|
|
558
393
|
var DescribeImageScanFindingsRequest;
|
|
559
394
|
(function (DescribeImageScanFindingsRequest) {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
395
|
DescribeImageScanFindingsRequest.filterSensitiveLog = (obj) => ({
|
|
564
396
|
...obj,
|
|
565
397
|
});
|
|
566
398
|
})(DescribeImageScanFindingsRequest = exports.DescribeImageScanFindingsRequest || (exports.DescribeImageScanFindingsRequest = {}));
|
|
567
399
|
var Attribute;
|
|
568
400
|
(function (Attribute) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
401
|
Attribute.filterSensitiveLog = (obj) => ({
|
|
573
402
|
...obj,
|
|
574
403
|
});
|
|
575
404
|
})(Attribute = exports.Attribute || (exports.Attribute = {}));
|
|
576
405
|
var ImageScanFinding;
|
|
577
406
|
(function (ImageScanFinding) {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
407
|
ImageScanFinding.filterSensitiveLog = (obj) => ({
|
|
582
408
|
...obj,
|
|
583
409
|
});
|
|
584
410
|
})(ImageScanFinding = exports.ImageScanFinding || (exports.ImageScanFinding = {}));
|
|
585
411
|
var ImageScanFindings;
|
|
586
412
|
(function (ImageScanFindings) {
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
413
|
ImageScanFindings.filterSensitiveLog = (obj) => ({
|
|
591
414
|
...obj,
|
|
592
415
|
});
|
|
593
416
|
})(ImageScanFindings = exports.ImageScanFindings || (exports.ImageScanFindings = {}));
|
|
594
417
|
var DescribeImageScanFindingsResponse;
|
|
595
418
|
(function (DescribeImageScanFindingsResponse) {
|
|
596
|
-
/**
|
|
597
|
-
* @internal
|
|
598
|
-
*/
|
|
599
419
|
DescribeImageScanFindingsResponse.filterSensitiveLog = (obj) => ({
|
|
600
420
|
...obj,
|
|
601
421
|
});
|
|
602
422
|
})(DescribeImageScanFindingsResponse = exports.DescribeImageScanFindingsResponse || (exports.DescribeImageScanFindingsResponse = {}));
|
|
603
423
|
var ScanNotFoundException;
|
|
604
424
|
(function (ScanNotFoundException) {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
425
|
ScanNotFoundException.filterSensitiveLog = (obj) => ({
|
|
609
426
|
...obj,
|
|
610
427
|
});
|
|
611
428
|
})(ScanNotFoundException = exports.ScanNotFoundException || (exports.ScanNotFoundException = {}));
|
|
612
429
|
var DescribeRegistryRequest;
|
|
613
430
|
(function (DescribeRegistryRequest) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
431
|
DescribeRegistryRequest.filterSensitiveLog = (obj) => ({
|
|
618
432
|
...obj,
|
|
619
433
|
});
|
|
620
434
|
})(DescribeRegistryRequest = exports.DescribeRegistryRequest || (exports.DescribeRegistryRequest = {}));
|
|
621
435
|
var ReplicationDestination;
|
|
622
436
|
(function (ReplicationDestination) {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
437
|
ReplicationDestination.filterSensitiveLog = (obj) => ({
|
|
627
438
|
...obj,
|
|
628
439
|
});
|
|
@@ -633,153 +444,102 @@ var RepositoryFilterType;
|
|
|
633
444
|
})(RepositoryFilterType = exports.RepositoryFilterType || (exports.RepositoryFilterType = {}));
|
|
634
445
|
var RepositoryFilter;
|
|
635
446
|
(function (RepositoryFilter) {
|
|
636
|
-
/**
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
639
447
|
RepositoryFilter.filterSensitiveLog = (obj) => ({
|
|
640
448
|
...obj,
|
|
641
449
|
});
|
|
642
450
|
})(RepositoryFilter = exports.RepositoryFilter || (exports.RepositoryFilter = {}));
|
|
643
451
|
var ReplicationRule;
|
|
644
452
|
(function (ReplicationRule) {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
453
|
ReplicationRule.filterSensitiveLog = (obj) => ({
|
|
649
454
|
...obj,
|
|
650
455
|
});
|
|
651
456
|
})(ReplicationRule = exports.ReplicationRule || (exports.ReplicationRule = {}));
|
|
652
457
|
var ReplicationConfiguration;
|
|
653
458
|
(function (ReplicationConfiguration) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
459
|
ReplicationConfiguration.filterSensitiveLog = (obj) => ({
|
|
658
460
|
...obj,
|
|
659
461
|
});
|
|
660
462
|
})(ReplicationConfiguration = exports.ReplicationConfiguration || (exports.ReplicationConfiguration = {}));
|
|
661
463
|
var DescribeRegistryResponse;
|
|
662
464
|
(function (DescribeRegistryResponse) {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
465
|
DescribeRegistryResponse.filterSensitiveLog = (obj) => ({
|
|
667
466
|
...obj,
|
|
668
467
|
});
|
|
669
468
|
})(DescribeRegistryResponse = exports.DescribeRegistryResponse || (exports.DescribeRegistryResponse = {}));
|
|
670
469
|
var DescribeRepositoriesRequest;
|
|
671
470
|
(function (DescribeRepositoriesRequest) {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
471
|
DescribeRepositoriesRequest.filterSensitiveLog = (obj) => ({
|
|
676
472
|
...obj,
|
|
677
473
|
});
|
|
678
474
|
})(DescribeRepositoriesRequest = exports.DescribeRepositoriesRequest || (exports.DescribeRepositoriesRequest = {}));
|
|
679
475
|
var DescribeRepositoriesResponse;
|
|
680
476
|
(function (DescribeRepositoriesResponse) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
477
|
DescribeRepositoriesResponse.filterSensitiveLog = (obj) => ({
|
|
685
478
|
...obj,
|
|
686
479
|
});
|
|
687
480
|
})(DescribeRepositoriesResponse = exports.DescribeRepositoriesResponse || (exports.DescribeRepositoriesResponse = {}));
|
|
688
481
|
var GetAuthorizationTokenRequest;
|
|
689
482
|
(function (GetAuthorizationTokenRequest) {
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
483
|
GetAuthorizationTokenRequest.filterSensitiveLog = (obj) => ({
|
|
694
484
|
...obj,
|
|
695
485
|
});
|
|
696
486
|
})(GetAuthorizationTokenRequest = exports.GetAuthorizationTokenRequest || (exports.GetAuthorizationTokenRequest = {}));
|
|
697
487
|
var AuthorizationData;
|
|
698
488
|
(function (AuthorizationData) {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
489
|
AuthorizationData.filterSensitiveLog = (obj) => ({
|
|
703
490
|
...obj,
|
|
704
491
|
});
|
|
705
492
|
})(AuthorizationData = exports.AuthorizationData || (exports.AuthorizationData = {}));
|
|
706
493
|
var GetAuthorizationTokenResponse;
|
|
707
494
|
(function (GetAuthorizationTokenResponse) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
495
|
GetAuthorizationTokenResponse.filterSensitiveLog = (obj) => ({
|
|
712
496
|
...obj,
|
|
713
497
|
});
|
|
714
498
|
})(GetAuthorizationTokenResponse = exports.GetAuthorizationTokenResponse || (exports.GetAuthorizationTokenResponse = {}));
|
|
715
499
|
var GetDownloadUrlForLayerRequest;
|
|
716
500
|
(function (GetDownloadUrlForLayerRequest) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
501
|
GetDownloadUrlForLayerRequest.filterSensitiveLog = (obj) => ({
|
|
721
502
|
...obj,
|
|
722
503
|
});
|
|
723
504
|
})(GetDownloadUrlForLayerRequest = exports.GetDownloadUrlForLayerRequest || (exports.GetDownloadUrlForLayerRequest = {}));
|
|
724
505
|
var GetDownloadUrlForLayerResponse;
|
|
725
506
|
(function (GetDownloadUrlForLayerResponse) {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
507
|
GetDownloadUrlForLayerResponse.filterSensitiveLog = (obj) => ({
|
|
730
508
|
...obj,
|
|
731
509
|
});
|
|
732
510
|
})(GetDownloadUrlForLayerResponse = exports.GetDownloadUrlForLayerResponse || (exports.GetDownloadUrlForLayerResponse = {}));
|
|
733
511
|
var LayerInaccessibleException;
|
|
734
512
|
(function (LayerInaccessibleException) {
|
|
735
|
-
/**
|
|
736
|
-
* @internal
|
|
737
|
-
*/
|
|
738
513
|
LayerInaccessibleException.filterSensitiveLog = (obj) => ({
|
|
739
514
|
...obj,
|
|
740
515
|
});
|
|
741
516
|
})(LayerInaccessibleException = exports.LayerInaccessibleException || (exports.LayerInaccessibleException = {}));
|
|
742
517
|
var LayersNotFoundException;
|
|
743
518
|
(function (LayersNotFoundException) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
519
|
LayersNotFoundException.filterSensitiveLog = (obj) => ({
|
|
748
520
|
...obj,
|
|
749
521
|
});
|
|
750
522
|
})(LayersNotFoundException = exports.LayersNotFoundException || (exports.LayersNotFoundException = {}));
|
|
751
523
|
var GetLifecyclePolicyRequest;
|
|
752
524
|
(function (GetLifecyclePolicyRequest) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
525
|
GetLifecyclePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
757
526
|
...obj,
|
|
758
527
|
});
|
|
759
528
|
})(GetLifecyclePolicyRequest = exports.GetLifecyclePolicyRequest || (exports.GetLifecyclePolicyRequest = {}));
|
|
760
529
|
var GetLifecyclePolicyResponse;
|
|
761
530
|
(function (GetLifecyclePolicyResponse) {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
531
|
GetLifecyclePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
766
532
|
...obj,
|
|
767
533
|
});
|
|
768
534
|
})(GetLifecyclePolicyResponse = exports.GetLifecyclePolicyResponse || (exports.GetLifecyclePolicyResponse = {}));
|
|
769
535
|
var LifecyclePolicyPreviewFilter;
|
|
770
536
|
(function (LifecyclePolicyPreviewFilter) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
537
|
LifecyclePolicyPreviewFilter.filterSensitiveLog = (obj) => ({
|
|
775
538
|
...obj,
|
|
776
539
|
});
|
|
777
540
|
})(LifecyclePolicyPreviewFilter = exports.LifecyclePolicyPreviewFilter || (exports.LifecyclePolicyPreviewFilter = {}));
|
|
778
541
|
var GetLifecyclePolicyPreviewRequest;
|
|
779
542
|
(function (GetLifecyclePolicyPreviewRequest) {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
543
|
GetLifecyclePolicyPreviewRequest.filterSensitiveLog = (obj) => ({
|
|
784
544
|
...obj,
|
|
785
545
|
});
|
|
@@ -790,18 +550,12 @@ var ImageActionType;
|
|
|
790
550
|
})(ImageActionType = exports.ImageActionType || (exports.ImageActionType = {}));
|
|
791
551
|
var LifecyclePolicyRuleAction;
|
|
792
552
|
(function (LifecyclePolicyRuleAction) {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
553
|
LifecyclePolicyRuleAction.filterSensitiveLog = (obj) => ({
|
|
797
554
|
...obj,
|
|
798
555
|
});
|
|
799
556
|
})(LifecyclePolicyRuleAction = exports.LifecyclePolicyRuleAction || (exports.LifecyclePolicyRuleAction = {}));
|
|
800
557
|
var LifecyclePolicyPreviewResult;
|
|
801
558
|
(function (LifecyclePolicyPreviewResult) {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
559
|
LifecyclePolicyPreviewResult.filterSensitiveLog = (obj) => ({
|
|
806
560
|
...obj,
|
|
807
561
|
});
|
|
@@ -815,405 +569,270 @@ var LifecyclePolicyPreviewStatus;
|
|
|
815
569
|
})(LifecyclePolicyPreviewStatus = exports.LifecyclePolicyPreviewStatus || (exports.LifecyclePolicyPreviewStatus = {}));
|
|
816
570
|
var LifecyclePolicyPreviewSummary;
|
|
817
571
|
(function (LifecyclePolicyPreviewSummary) {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
572
|
LifecyclePolicyPreviewSummary.filterSensitiveLog = (obj) => ({
|
|
822
573
|
...obj,
|
|
823
574
|
});
|
|
824
575
|
})(LifecyclePolicyPreviewSummary = exports.LifecyclePolicyPreviewSummary || (exports.LifecyclePolicyPreviewSummary = {}));
|
|
825
576
|
var GetLifecyclePolicyPreviewResponse;
|
|
826
577
|
(function (GetLifecyclePolicyPreviewResponse) {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
578
|
GetLifecyclePolicyPreviewResponse.filterSensitiveLog = (obj) => ({
|
|
831
579
|
...obj,
|
|
832
580
|
});
|
|
833
581
|
})(GetLifecyclePolicyPreviewResponse = exports.GetLifecyclePolicyPreviewResponse || (exports.GetLifecyclePolicyPreviewResponse = {}));
|
|
834
582
|
var LifecyclePolicyPreviewNotFoundException;
|
|
835
583
|
(function (LifecyclePolicyPreviewNotFoundException) {
|
|
836
|
-
/**
|
|
837
|
-
* @internal
|
|
838
|
-
*/
|
|
839
584
|
LifecyclePolicyPreviewNotFoundException.filterSensitiveLog = (obj) => ({
|
|
840
585
|
...obj,
|
|
841
586
|
});
|
|
842
587
|
})(LifecyclePolicyPreviewNotFoundException = exports.LifecyclePolicyPreviewNotFoundException || (exports.LifecyclePolicyPreviewNotFoundException = {}));
|
|
843
588
|
var GetRegistryPolicyRequest;
|
|
844
589
|
(function (GetRegistryPolicyRequest) {
|
|
845
|
-
/**
|
|
846
|
-
* @internal
|
|
847
|
-
*/
|
|
848
590
|
GetRegistryPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
849
591
|
...obj,
|
|
850
592
|
});
|
|
851
593
|
})(GetRegistryPolicyRequest = exports.GetRegistryPolicyRequest || (exports.GetRegistryPolicyRequest = {}));
|
|
852
594
|
var GetRegistryPolicyResponse;
|
|
853
595
|
(function (GetRegistryPolicyResponse) {
|
|
854
|
-
/**
|
|
855
|
-
* @internal
|
|
856
|
-
*/
|
|
857
596
|
GetRegistryPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
858
597
|
...obj,
|
|
859
598
|
});
|
|
860
599
|
})(GetRegistryPolicyResponse = exports.GetRegistryPolicyResponse || (exports.GetRegistryPolicyResponse = {}));
|
|
861
600
|
var GetRepositoryPolicyRequest;
|
|
862
601
|
(function (GetRepositoryPolicyRequest) {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
602
|
GetRepositoryPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
867
603
|
...obj,
|
|
868
604
|
});
|
|
869
605
|
})(GetRepositoryPolicyRequest = exports.GetRepositoryPolicyRequest || (exports.GetRepositoryPolicyRequest = {}));
|
|
870
606
|
var GetRepositoryPolicyResponse;
|
|
871
607
|
(function (GetRepositoryPolicyResponse) {
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
608
|
GetRepositoryPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
876
609
|
...obj,
|
|
877
610
|
});
|
|
878
611
|
})(GetRepositoryPolicyResponse = exports.GetRepositoryPolicyResponse || (exports.GetRepositoryPolicyResponse = {}));
|
|
879
612
|
var InitiateLayerUploadRequest;
|
|
880
613
|
(function (InitiateLayerUploadRequest) {
|
|
881
|
-
/**
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
884
614
|
InitiateLayerUploadRequest.filterSensitiveLog = (obj) => ({
|
|
885
615
|
...obj,
|
|
886
616
|
});
|
|
887
617
|
})(InitiateLayerUploadRequest = exports.InitiateLayerUploadRequest || (exports.InitiateLayerUploadRequest = {}));
|
|
888
618
|
var InitiateLayerUploadResponse;
|
|
889
619
|
(function (InitiateLayerUploadResponse) {
|
|
890
|
-
/**
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
893
620
|
InitiateLayerUploadResponse.filterSensitiveLog = (obj) => ({
|
|
894
621
|
...obj,
|
|
895
622
|
});
|
|
896
623
|
})(InitiateLayerUploadResponse = exports.InitiateLayerUploadResponse || (exports.InitiateLayerUploadResponse = {}));
|
|
897
624
|
var ListImagesFilter;
|
|
898
625
|
(function (ListImagesFilter) {
|
|
899
|
-
/**
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
902
626
|
ListImagesFilter.filterSensitiveLog = (obj) => ({
|
|
903
627
|
...obj,
|
|
904
628
|
});
|
|
905
629
|
})(ListImagesFilter = exports.ListImagesFilter || (exports.ListImagesFilter = {}));
|
|
906
630
|
var ListImagesRequest;
|
|
907
631
|
(function (ListImagesRequest) {
|
|
908
|
-
/**
|
|
909
|
-
* @internal
|
|
910
|
-
*/
|
|
911
632
|
ListImagesRequest.filterSensitiveLog = (obj) => ({
|
|
912
633
|
...obj,
|
|
913
634
|
});
|
|
914
635
|
})(ListImagesRequest = exports.ListImagesRequest || (exports.ListImagesRequest = {}));
|
|
915
636
|
var ListImagesResponse;
|
|
916
637
|
(function (ListImagesResponse) {
|
|
917
|
-
/**
|
|
918
|
-
* @internal
|
|
919
|
-
*/
|
|
920
638
|
ListImagesResponse.filterSensitiveLog = (obj) => ({
|
|
921
639
|
...obj,
|
|
922
640
|
});
|
|
923
641
|
})(ListImagesResponse = exports.ListImagesResponse || (exports.ListImagesResponse = {}));
|
|
924
642
|
var ListTagsForResourceRequest;
|
|
925
643
|
(function (ListTagsForResourceRequest) {
|
|
926
|
-
/**
|
|
927
|
-
* @internal
|
|
928
|
-
*/
|
|
929
644
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
930
645
|
...obj,
|
|
931
646
|
});
|
|
932
647
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
933
648
|
var ListTagsForResourceResponse;
|
|
934
649
|
(function (ListTagsForResourceResponse) {
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
650
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
939
651
|
...obj,
|
|
940
652
|
});
|
|
941
653
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
942
654
|
var ImageAlreadyExistsException;
|
|
943
655
|
(function (ImageAlreadyExistsException) {
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
656
|
ImageAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
948
657
|
...obj,
|
|
949
658
|
});
|
|
950
659
|
})(ImageAlreadyExistsException = exports.ImageAlreadyExistsException || (exports.ImageAlreadyExistsException = {}));
|
|
951
660
|
var ImageDigestDoesNotMatchException;
|
|
952
661
|
(function (ImageDigestDoesNotMatchException) {
|
|
953
|
-
/**
|
|
954
|
-
* @internal
|
|
955
|
-
*/
|
|
956
662
|
ImageDigestDoesNotMatchException.filterSensitiveLog = (obj) => ({
|
|
957
663
|
...obj,
|
|
958
664
|
});
|
|
959
665
|
})(ImageDigestDoesNotMatchException = exports.ImageDigestDoesNotMatchException || (exports.ImageDigestDoesNotMatchException = {}));
|
|
960
666
|
var ImageTagAlreadyExistsException;
|
|
961
667
|
(function (ImageTagAlreadyExistsException) {
|
|
962
|
-
/**
|
|
963
|
-
* @internal
|
|
964
|
-
*/
|
|
965
668
|
ImageTagAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
966
669
|
...obj,
|
|
967
670
|
});
|
|
968
671
|
})(ImageTagAlreadyExistsException = exports.ImageTagAlreadyExistsException || (exports.ImageTagAlreadyExistsException = {}));
|
|
969
672
|
var PutImageRequest;
|
|
970
673
|
(function (PutImageRequest) {
|
|
971
|
-
/**
|
|
972
|
-
* @internal
|
|
973
|
-
*/
|
|
974
674
|
PutImageRequest.filterSensitiveLog = (obj) => ({
|
|
975
675
|
...obj,
|
|
976
676
|
});
|
|
977
677
|
})(PutImageRequest = exports.PutImageRequest || (exports.PutImageRequest = {}));
|
|
978
678
|
var PutImageResponse;
|
|
979
679
|
(function (PutImageResponse) {
|
|
980
|
-
/**
|
|
981
|
-
* @internal
|
|
982
|
-
*/
|
|
983
680
|
PutImageResponse.filterSensitiveLog = (obj) => ({
|
|
984
681
|
...obj,
|
|
985
682
|
});
|
|
986
683
|
})(PutImageResponse = exports.PutImageResponse || (exports.PutImageResponse = {}));
|
|
987
684
|
var ReferencedImagesNotFoundException;
|
|
988
685
|
(function (ReferencedImagesNotFoundException) {
|
|
989
|
-
/**
|
|
990
|
-
* @internal
|
|
991
|
-
*/
|
|
992
686
|
ReferencedImagesNotFoundException.filterSensitiveLog = (obj) => ({
|
|
993
687
|
...obj,
|
|
994
688
|
});
|
|
995
689
|
})(ReferencedImagesNotFoundException = exports.ReferencedImagesNotFoundException || (exports.ReferencedImagesNotFoundException = {}));
|
|
996
690
|
var PutImageScanningConfigurationRequest;
|
|
997
691
|
(function (PutImageScanningConfigurationRequest) {
|
|
998
|
-
/**
|
|
999
|
-
* @internal
|
|
1000
|
-
*/
|
|
1001
692
|
PutImageScanningConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1002
693
|
...obj,
|
|
1003
694
|
});
|
|
1004
695
|
})(PutImageScanningConfigurationRequest = exports.PutImageScanningConfigurationRequest || (exports.PutImageScanningConfigurationRequest = {}));
|
|
1005
696
|
var PutImageScanningConfigurationResponse;
|
|
1006
697
|
(function (PutImageScanningConfigurationResponse) {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
698
|
PutImageScanningConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1011
699
|
...obj,
|
|
1012
700
|
});
|
|
1013
701
|
})(PutImageScanningConfigurationResponse = exports.PutImageScanningConfigurationResponse || (exports.PutImageScanningConfigurationResponse = {}));
|
|
1014
702
|
var PutImageTagMutabilityRequest;
|
|
1015
703
|
(function (PutImageTagMutabilityRequest) {
|
|
1016
|
-
/**
|
|
1017
|
-
* @internal
|
|
1018
|
-
*/
|
|
1019
704
|
PutImageTagMutabilityRequest.filterSensitiveLog = (obj) => ({
|
|
1020
705
|
...obj,
|
|
1021
706
|
});
|
|
1022
707
|
})(PutImageTagMutabilityRequest = exports.PutImageTagMutabilityRequest || (exports.PutImageTagMutabilityRequest = {}));
|
|
1023
708
|
var PutImageTagMutabilityResponse;
|
|
1024
709
|
(function (PutImageTagMutabilityResponse) {
|
|
1025
|
-
/**
|
|
1026
|
-
* @internal
|
|
1027
|
-
*/
|
|
1028
710
|
PutImageTagMutabilityResponse.filterSensitiveLog = (obj) => ({
|
|
1029
711
|
...obj,
|
|
1030
712
|
});
|
|
1031
713
|
})(PutImageTagMutabilityResponse = exports.PutImageTagMutabilityResponse || (exports.PutImageTagMutabilityResponse = {}));
|
|
1032
714
|
var PutLifecyclePolicyRequest;
|
|
1033
715
|
(function (PutLifecyclePolicyRequest) {
|
|
1034
|
-
/**
|
|
1035
|
-
* @internal
|
|
1036
|
-
*/
|
|
1037
716
|
PutLifecyclePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1038
717
|
...obj,
|
|
1039
718
|
});
|
|
1040
719
|
})(PutLifecyclePolicyRequest = exports.PutLifecyclePolicyRequest || (exports.PutLifecyclePolicyRequest = {}));
|
|
1041
720
|
var PutLifecyclePolicyResponse;
|
|
1042
721
|
(function (PutLifecyclePolicyResponse) {
|
|
1043
|
-
/**
|
|
1044
|
-
* @internal
|
|
1045
|
-
*/
|
|
1046
722
|
PutLifecyclePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1047
723
|
...obj,
|
|
1048
724
|
});
|
|
1049
725
|
})(PutLifecyclePolicyResponse = exports.PutLifecyclePolicyResponse || (exports.PutLifecyclePolicyResponse = {}));
|
|
1050
726
|
var PutRegistryPolicyRequest;
|
|
1051
727
|
(function (PutRegistryPolicyRequest) {
|
|
1052
|
-
/**
|
|
1053
|
-
* @internal
|
|
1054
|
-
*/
|
|
1055
728
|
PutRegistryPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1056
729
|
...obj,
|
|
1057
730
|
});
|
|
1058
731
|
})(PutRegistryPolicyRequest = exports.PutRegistryPolicyRequest || (exports.PutRegistryPolicyRequest = {}));
|
|
1059
732
|
var PutRegistryPolicyResponse;
|
|
1060
733
|
(function (PutRegistryPolicyResponse) {
|
|
1061
|
-
/**
|
|
1062
|
-
* @internal
|
|
1063
|
-
*/
|
|
1064
734
|
PutRegistryPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1065
735
|
...obj,
|
|
1066
736
|
});
|
|
1067
737
|
})(PutRegistryPolicyResponse = exports.PutRegistryPolicyResponse || (exports.PutRegistryPolicyResponse = {}));
|
|
1068
738
|
var PutReplicationConfigurationRequest;
|
|
1069
739
|
(function (PutReplicationConfigurationRequest) {
|
|
1070
|
-
/**
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
1073
740
|
PutReplicationConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1074
741
|
...obj,
|
|
1075
742
|
});
|
|
1076
743
|
})(PutReplicationConfigurationRequest = exports.PutReplicationConfigurationRequest || (exports.PutReplicationConfigurationRequest = {}));
|
|
1077
744
|
var PutReplicationConfigurationResponse;
|
|
1078
745
|
(function (PutReplicationConfigurationResponse) {
|
|
1079
|
-
/**
|
|
1080
|
-
* @internal
|
|
1081
|
-
*/
|
|
1082
746
|
PutReplicationConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1083
747
|
...obj,
|
|
1084
748
|
});
|
|
1085
749
|
})(PutReplicationConfigurationResponse = exports.PutReplicationConfigurationResponse || (exports.PutReplicationConfigurationResponse = {}));
|
|
1086
750
|
var SetRepositoryPolicyRequest;
|
|
1087
751
|
(function (SetRepositoryPolicyRequest) {
|
|
1088
|
-
/**
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
1091
752
|
SetRepositoryPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1092
753
|
...obj,
|
|
1093
754
|
});
|
|
1094
755
|
})(SetRepositoryPolicyRequest = exports.SetRepositoryPolicyRequest || (exports.SetRepositoryPolicyRequest = {}));
|
|
1095
756
|
var SetRepositoryPolicyResponse;
|
|
1096
757
|
(function (SetRepositoryPolicyResponse) {
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
758
|
SetRepositoryPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1101
759
|
...obj,
|
|
1102
760
|
});
|
|
1103
761
|
})(SetRepositoryPolicyResponse = exports.SetRepositoryPolicyResponse || (exports.SetRepositoryPolicyResponse = {}));
|
|
1104
762
|
var StartImageScanRequest;
|
|
1105
763
|
(function (StartImageScanRequest) {
|
|
1106
|
-
/**
|
|
1107
|
-
* @internal
|
|
1108
|
-
*/
|
|
1109
764
|
StartImageScanRequest.filterSensitiveLog = (obj) => ({
|
|
1110
765
|
...obj,
|
|
1111
766
|
});
|
|
1112
767
|
})(StartImageScanRequest = exports.StartImageScanRequest || (exports.StartImageScanRequest = {}));
|
|
1113
768
|
var StartImageScanResponse;
|
|
1114
769
|
(function (StartImageScanResponse) {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
770
|
StartImageScanResponse.filterSensitiveLog = (obj) => ({
|
|
1119
771
|
...obj,
|
|
1120
772
|
});
|
|
1121
773
|
})(StartImageScanResponse = exports.StartImageScanResponse || (exports.StartImageScanResponse = {}));
|
|
1122
774
|
var UnsupportedImageTypeException;
|
|
1123
775
|
(function (UnsupportedImageTypeException) {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
776
|
UnsupportedImageTypeException.filterSensitiveLog = (obj) => ({
|
|
1128
777
|
...obj,
|
|
1129
778
|
});
|
|
1130
779
|
})(UnsupportedImageTypeException = exports.UnsupportedImageTypeException || (exports.UnsupportedImageTypeException = {}));
|
|
1131
780
|
var LifecyclePolicyPreviewInProgressException;
|
|
1132
781
|
(function (LifecyclePolicyPreviewInProgressException) {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
782
|
LifecyclePolicyPreviewInProgressException.filterSensitiveLog = (obj) => ({
|
|
1137
783
|
...obj,
|
|
1138
784
|
});
|
|
1139
785
|
})(LifecyclePolicyPreviewInProgressException = exports.LifecyclePolicyPreviewInProgressException || (exports.LifecyclePolicyPreviewInProgressException = {}));
|
|
1140
786
|
var StartLifecyclePolicyPreviewRequest;
|
|
1141
787
|
(function (StartLifecyclePolicyPreviewRequest) {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
788
|
StartLifecyclePolicyPreviewRequest.filterSensitiveLog = (obj) => ({
|
|
1146
789
|
...obj,
|
|
1147
790
|
});
|
|
1148
791
|
})(StartLifecyclePolicyPreviewRequest = exports.StartLifecyclePolicyPreviewRequest || (exports.StartLifecyclePolicyPreviewRequest = {}));
|
|
1149
792
|
var StartLifecyclePolicyPreviewResponse;
|
|
1150
793
|
(function (StartLifecyclePolicyPreviewResponse) {
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
794
|
StartLifecyclePolicyPreviewResponse.filterSensitiveLog = (obj) => ({
|
|
1155
795
|
...obj,
|
|
1156
796
|
});
|
|
1157
797
|
})(StartLifecyclePolicyPreviewResponse = exports.StartLifecyclePolicyPreviewResponse || (exports.StartLifecyclePolicyPreviewResponse = {}));
|
|
1158
798
|
var TagResourceRequest;
|
|
1159
799
|
(function (TagResourceRequest) {
|
|
1160
|
-
/**
|
|
1161
|
-
* @internal
|
|
1162
|
-
*/
|
|
1163
800
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1164
801
|
...obj,
|
|
1165
802
|
});
|
|
1166
803
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1167
804
|
var TagResourceResponse;
|
|
1168
805
|
(function (TagResourceResponse) {
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
1172
806
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1173
807
|
...obj,
|
|
1174
808
|
});
|
|
1175
809
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1176
810
|
var UntagResourceRequest;
|
|
1177
811
|
(function (UntagResourceRequest) {
|
|
1178
|
-
/**
|
|
1179
|
-
* @internal
|
|
1180
|
-
*/
|
|
1181
812
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1182
813
|
...obj,
|
|
1183
814
|
});
|
|
1184
815
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1185
816
|
var UntagResourceResponse;
|
|
1186
817
|
(function (UntagResourceResponse) {
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
818
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1191
819
|
...obj,
|
|
1192
820
|
});
|
|
1193
821
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1194
822
|
var InvalidLayerPartException;
|
|
1195
823
|
(function (InvalidLayerPartException) {
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
824
|
InvalidLayerPartException.filterSensitiveLog = (obj) => ({
|
|
1200
825
|
...obj,
|
|
1201
826
|
});
|
|
1202
827
|
})(InvalidLayerPartException = exports.InvalidLayerPartException || (exports.InvalidLayerPartException = {}));
|
|
1203
828
|
var UploadLayerPartRequest;
|
|
1204
829
|
(function (UploadLayerPartRequest) {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
830
|
UploadLayerPartRequest.filterSensitiveLog = (obj) => ({
|
|
1209
831
|
...obj,
|
|
1210
832
|
});
|
|
1211
833
|
})(UploadLayerPartRequest = exports.UploadLayerPartRequest || (exports.UploadLayerPartRequest = {}));
|
|
1212
834
|
var UploadLayerPartResponse;
|
|
1213
835
|
(function (UploadLayerPartResponse) {
|
|
1214
|
-
/**
|
|
1215
|
-
* @internal
|
|
1216
|
-
*/
|
|
1217
836
|
UploadLayerPartResponse.filterSensitiveLog = (obj) => ({
|
|
1218
837
|
...obj,
|
|
1219
838
|
});
|