@aws-sdk/client-ecr-public 3.52.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ECRPUBLICServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +306 -2
- package/dist-cjs/protocols/Aws_json1_1.js +290 -964
- package/dist-es/index.js +1 -0
- package/dist-es/models/ECRPUBLICServiceException.js +12 -0
- package/dist-es/models/models_0.js +282 -1
- package/dist-es/protocols/Aws_json1_1.js +576 -1011
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ECRPUBLICServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +163 -93
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ECRPUBLICServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +117 -93
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-ecr-public
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ECRPUBLICServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./ECRPUBLIC"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ECRPUBLICClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var ECRPUBLICServiceException_1 = require("./models/ECRPUBLICServiceException");
|
|
11
|
+
Object.defineProperty(exports, "ECRPUBLICServiceException", { enumerable: true, get: function () { return ECRPUBLICServiceException_1.ECRPUBLICServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ECRPUBLICServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class ECRPUBLICServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, ECRPUBLICServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.ECRPUBLICServiceException = ECRPUBLICServiceException;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UploadLayerPartResponse = exports.UploadLayerPartRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SetRepositoryPolicyResponse = exports.SetRepositoryPolicyRequest = exports.PutRepositoryCatalogDataResponse = exports.PutRepositoryCatalogDataRequest = exports.PutRegistryCatalogDataResponse = exports.PutRegistryCatalogDataRequest = exports.PutImageResponse = exports.PutImageRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = void 0;
|
|
3
|
+
exports.RegistryAliasStatus = exports.DescribeRegistriesRequest = exports.DescribeImageTagsResponse = exports.ImageTagDetail = exports.ReferencedImageDetail = exports.DescribeImageTagsRequest = exports.ImageNotFoundException = exports.DescribeImagesResponse = exports.ImageDetail = exports.DescribeImagesRequest = exports.RepositoryPolicyNotFoundException = exports.DeleteRepositoryPolicyResponse = exports.DeleteRepositoryPolicyRequest = exports.RepositoryNotEmptyException = exports.DeleteRepositoryResponse = exports.DeleteRepositoryRequest = exports.TooManyTagsException = exports.RepositoryAlreadyExistsException = exports.LimitExceededException = exports.InvalidTagParameterException = exports.CreateRepositoryResponse = exports.Repository = exports.RepositoryCatalogData = exports.CreateRepositoryRequest = exports.Tag = exports.RepositoryCatalogDataInput = exports.UploadNotFoundException = exports.UnsupportedCommandException = exports.LayerPartTooSmallException = exports.LayerAlreadyExistsException = exports.InvalidLayerException = exports.EmptyUploadException = exports.CompleteLayerUploadResponse = exports.CompleteLayerUploadRequest = exports.BatchDeleteImageResponse = exports.ImageFailure = exports.ImageFailureCode = exports.BatchDeleteImageRequest = exports.ImageIdentifier = exports.ServerException = exports.RepositoryNotFoundException = exports.RegistryNotFoundException = exports.InvalidParameterException = exports.BatchCheckLayerAvailabilityResponse = exports.Layer = exports.LayerAvailability = exports.LayerFailure = exports.LayerFailureCode = exports.BatchCheckLayerAvailabilityRequest = exports.AuthorizationData = void 0;
|
|
4
|
+
exports.UploadLayerPartResponse = exports.UploadLayerPartRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SetRepositoryPolicyResponse = exports.SetRepositoryPolicyRequest = exports.PutRepositoryCatalogDataResponse = exports.PutRepositoryCatalogDataRequest = exports.PutRegistryCatalogDataResponse = exports.PutRegistryCatalogDataRequest = exports.ReferencedImagesNotFoundException = exports.PutImageResponse = exports.PutImageRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.LayersNotFoundException = exports.InvalidLayerPartException = exports.InitiateLayerUploadResponse = exports.InitiateLayerUploadRequest = exports.ImageTagAlreadyExistsException = exports.ImageDigestDoesNotMatchException = exports.ImageAlreadyExistsException = exports.Image = exports.GetRepositoryPolicyResponse = exports.GetRepositoryPolicyRequest = exports.GetRepositoryCatalogDataResponse = exports.GetRepositoryCatalogDataRequest = exports.GetRegistryCatalogDataResponse = exports.RegistryCatalogData = exports.GetRegistryCatalogDataRequest = exports.GetAuthorizationTokenResponse = exports.GetAuthorizationTokenRequest = exports.DescribeRepositoriesResponse = exports.DescribeRepositoriesRequest = exports.DescribeRegistriesResponse = exports.Registry = exports.RegistryAlias = void 0;
|
|
5
|
+
const ECRPUBLICServiceException_1 = require("./ECRPUBLICServiceException");
|
|
5
6
|
var AuthorizationData;
|
|
6
7
|
(function (AuthorizationData) {
|
|
7
8
|
AuthorizationData.filterSensitiveLog = (obj) => ({
|
|
@@ -42,6 +43,58 @@ var BatchCheckLayerAvailabilityResponse;
|
|
|
42
43
|
...obj,
|
|
43
44
|
});
|
|
44
45
|
})(BatchCheckLayerAvailabilityResponse = exports.BatchCheckLayerAvailabilityResponse || (exports.BatchCheckLayerAvailabilityResponse = {}));
|
|
46
|
+
class InvalidParameterException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
47
|
+
constructor(opts) {
|
|
48
|
+
super({
|
|
49
|
+
name: "InvalidParameterException",
|
|
50
|
+
$fault: "client",
|
|
51
|
+
...opts,
|
|
52
|
+
});
|
|
53
|
+
this.name = "InvalidParameterException";
|
|
54
|
+
this.$fault = "client";
|
|
55
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
59
|
+
class RegistryNotFoundException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
60
|
+
constructor(opts) {
|
|
61
|
+
super({
|
|
62
|
+
name: "RegistryNotFoundException",
|
|
63
|
+
$fault: "client",
|
|
64
|
+
...opts,
|
|
65
|
+
});
|
|
66
|
+
this.name = "RegistryNotFoundException";
|
|
67
|
+
this.$fault = "client";
|
|
68
|
+
Object.setPrototypeOf(this, RegistryNotFoundException.prototype);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.RegistryNotFoundException = RegistryNotFoundException;
|
|
72
|
+
class RepositoryNotFoundException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
73
|
+
constructor(opts) {
|
|
74
|
+
super({
|
|
75
|
+
name: "RepositoryNotFoundException",
|
|
76
|
+
$fault: "client",
|
|
77
|
+
...opts,
|
|
78
|
+
});
|
|
79
|
+
this.name = "RepositoryNotFoundException";
|
|
80
|
+
this.$fault = "client";
|
|
81
|
+
Object.setPrototypeOf(this, RepositoryNotFoundException.prototype);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
exports.RepositoryNotFoundException = RepositoryNotFoundException;
|
|
85
|
+
class ServerException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
86
|
+
constructor(opts) {
|
|
87
|
+
super({
|
|
88
|
+
name: "ServerException",
|
|
89
|
+
$fault: "server",
|
|
90
|
+
...opts,
|
|
91
|
+
});
|
|
92
|
+
this.name = "ServerException";
|
|
93
|
+
this.$fault = "server";
|
|
94
|
+
Object.setPrototypeOf(this, ServerException.prototype);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
exports.ServerException = ServerException;
|
|
45
98
|
var ImageIdentifier;
|
|
46
99
|
(function (ImageIdentifier) {
|
|
47
100
|
ImageIdentifier.filterSensitiveLog = (obj) => ({
|
|
@@ -88,6 +141,84 @@ var CompleteLayerUploadResponse;
|
|
|
88
141
|
...obj,
|
|
89
142
|
});
|
|
90
143
|
})(CompleteLayerUploadResponse = exports.CompleteLayerUploadResponse || (exports.CompleteLayerUploadResponse = {}));
|
|
144
|
+
class EmptyUploadException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
145
|
+
constructor(opts) {
|
|
146
|
+
super({
|
|
147
|
+
name: "EmptyUploadException",
|
|
148
|
+
$fault: "client",
|
|
149
|
+
...opts,
|
|
150
|
+
});
|
|
151
|
+
this.name = "EmptyUploadException";
|
|
152
|
+
this.$fault = "client";
|
|
153
|
+
Object.setPrototypeOf(this, EmptyUploadException.prototype);
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
exports.EmptyUploadException = EmptyUploadException;
|
|
157
|
+
class InvalidLayerException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
158
|
+
constructor(opts) {
|
|
159
|
+
super({
|
|
160
|
+
name: "InvalidLayerException",
|
|
161
|
+
$fault: "client",
|
|
162
|
+
...opts,
|
|
163
|
+
});
|
|
164
|
+
this.name = "InvalidLayerException";
|
|
165
|
+
this.$fault = "client";
|
|
166
|
+
Object.setPrototypeOf(this, InvalidLayerException.prototype);
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
exports.InvalidLayerException = InvalidLayerException;
|
|
170
|
+
class LayerAlreadyExistsException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
171
|
+
constructor(opts) {
|
|
172
|
+
super({
|
|
173
|
+
name: "LayerAlreadyExistsException",
|
|
174
|
+
$fault: "client",
|
|
175
|
+
...opts,
|
|
176
|
+
});
|
|
177
|
+
this.name = "LayerAlreadyExistsException";
|
|
178
|
+
this.$fault = "client";
|
|
179
|
+
Object.setPrototypeOf(this, LayerAlreadyExistsException.prototype);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
exports.LayerAlreadyExistsException = LayerAlreadyExistsException;
|
|
183
|
+
class LayerPartTooSmallException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
184
|
+
constructor(opts) {
|
|
185
|
+
super({
|
|
186
|
+
name: "LayerPartTooSmallException",
|
|
187
|
+
$fault: "client",
|
|
188
|
+
...opts,
|
|
189
|
+
});
|
|
190
|
+
this.name = "LayerPartTooSmallException";
|
|
191
|
+
this.$fault = "client";
|
|
192
|
+
Object.setPrototypeOf(this, LayerPartTooSmallException.prototype);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
exports.LayerPartTooSmallException = LayerPartTooSmallException;
|
|
196
|
+
class UnsupportedCommandException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
197
|
+
constructor(opts) {
|
|
198
|
+
super({
|
|
199
|
+
name: "UnsupportedCommandException",
|
|
200
|
+
$fault: "client",
|
|
201
|
+
...opts,
|
|
202
|
+
});
|
|
203
|
+
this.name = "UnsupportedCommandException";
|
|
204
|
+
this.$fault = "client";
|
|
205
|
+
Object.setPrototypeOf(this, UnsupportedCommandException.prototype);
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
exports.UnsupportedCommandException = UnsupportedCommandException;
|
|
209
|
+
class UploadNotFoundException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
210
|
+
constructor(opts) {
|
|
211
|
+
super({
|
|
212
|
+
name: "UploadNotFoundException",
|
|
213
|
+
$fault: "client",
|
|
214
|
+
...opts,
|
|
215
|
+
});
|
|
216
|
+
this.name = "UploadNotFoundException";
|
|
217
|
+
this.$fault = "client";
|
|
218
|
+
Object.setPrototypeOf(this, UploadNotFoundException.prototype);
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
exports.UploadNotFoundException = UploadNotFoundException;
|
|
91
222
|
var RepositoryCatalogDataInput;
|
|
92
223
|
(function (RepositoryCatalogDataInput) {
|
|
93
224
|
RepositoryCatalogDataInput.filterSensitiveLog = (obj) => ({
|
|
@@ -124,6 +255,58 @@ var CreateRepositoryResponse;
|
|
|
124
255
|
...obj,
|
|
125
256
|
});
|
|
126
257
|
})(CreateRepositoryResponse = exports.CreateRepositoryResponse || (exports.CreateRepositoryResponse = {}));
|
|
258
|
+
class InvalidTagParameterException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
259
|
+
constructor(opts) {
|
|
260
|
+
super({
|
|
261
|
+
name: "InvalidTagParameterException",
|
|
262
|
+
$fault: "client",
|
|
263
|
+
...opts,
|
|
264
|
+
});
|
|
265
|
+
this.name = "InvalidTagParameterException";
|
|
266
|
+
this.$fault = "client";
|
|
267
|
+
Object.setPrototypeOf(this, InvalidTagParameterException.prototype);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
exports.InvalidTagParameterException = InvalidTagParameterException;
|
|
271
|
+
class LimitExceededException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
272
|
+
constructor(opts) {
|
|
273
|
+
super({
|
|
274
|
+
name: "LimitExceededException",
|
|
275
|
+
$fault: "client",
|
|
276
|
+
...opts,
|
|
277
|
+
});
|
|
278
|
+
this.name = "LimitExceededException";
|
|
279
|
+
this.$fault = "client";
|
|
280
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
exports.LimitExceededException = LimitExceededException;
|
|
284
|
+
class RepositoryAlreadyExistsException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
285
|
+
constructor(opts) {
|
|
286
|
+
super({
|
|
287
|
+
name: "RepositoryAlreadyExistsException",
|
|
288
|
+
$fault: "client",
|
|
289
|
+
...opts,
|
|
290
|
+
});
|
|
291
|
+
this.name = "RepositoryAlreadyExistsException";
|
|
292
|
+
this.$fault = "client";
|
|
293
|
+
Object.setPrototypeOf(this, RepositoryAlreadyExistsException.prototype);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
exports.RepositoryAlreadyExistsException = RepositoryAlreadyExistsException;
|
|
297
|
+
class TooManyTagsException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
298
|
+
constructor(opts) {
|
|
299
|
+
super({
|
|
300
|
+
name: "TooManyTagsException",
|
|
301
|
+
$fault: "client",
|
|
302
|
+
...opts,
|
|
303
|
+
});
|
|
304
|
+
this.name = "TooManyTagsException";
|
|
305
|
+
this.$fault = "client";
|
|
306
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
127
310
|
var DeleteRepositoryRequest;
|
|
128
311
|
(function (DeleteRepositoryRequest) {
|
|
129
312
|
DeleteRepositoryRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -136,6 +319,19 @@ var DeleteRepositoryResponse;
|
|
|
136
319
|
...obj,
|
|
137
320
|
});
|
|
138
321
|
})(DeleteRepositoryResponse = exports.DeleteRepositoryResponse || (exports.DeleteRepositoryResponse = {}));
|
|
322
|
+
class RepositoryNotEmptyException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
323
|
+
constructor(opts) {
|
|
324
|
+
super({
|
|
325
|
+
name: "RepositoryNotEmptyException",
|
|
326
|
+
$fault: "client",
|
|
327
|
+
...opts,
|
|
328
|
+
});
|
|
329
|
+
this.name = "RepositoryNotEmptyException";
|
|
330
|
+
this.$fault = "client";
|
|
331
|
+
Object.setPrototypeOf(this, RepositoryNotEmptyException.prototype);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
exports.RepositoryNotEmptyException = RepositoryNotEmptyException;
|
|
139
335
|
var DeleteRepositoryPolicyRequest;
|
|
140
336
|
(function (DeleteRepositoryPolicyRequest) {
|
|
141
337
|
DeleteRepositoryPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -148,6 +344,19 @@ var DeleteRepositoryPolicyResponse;
|
|
|
148
344
|
...obj,
|
|
149
345
|
});
|
|
150
346
|
})(DeleteRepositoryPolicyResponse = exports.DeleteRepositoryPolicyResponse || (exports.DeleteRepositoryPolicyResponse = {}));
|
|
347
|
+
class RepositoryPolicyNotFoundException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
348
|
+
constructor(opts) {
|
|
349
|
+
super({
|
|
350
|
+
name: "RepositoryPolicyNotFoundException",
|
|
351
|
+
$fault: "client",
|
|
352
|
+
...opts,
|
|
353
|
+
});
|
|
354
|
+
this.name = "RepositoryPolicyNotFoundException";
|
|
355
|
+
this.$fault = "client";
|
|
356
|
+
Object.setPrototypeOf(this, RepositoryPolicyNotFoundException.prototype);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
exports.RepositoryPolicyNotFoundException = RepositoryPolicyNotFoundException;
|
|
151
360
|
var DescribeImagesRequest;
|
|
152
361
|
(function (DescribeImagesRequest) {
|
|
153
362
|
DescribeImagesRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -166,6 +375,19 @@ var DescribeImagesResponse;
|
|
|
166
375
|
...obj,
|
|
167
376
|
});
|
|
168
377
|
})(DescribeImagesResponse = exports.DescribeImagesResponse || (exports.DescribeImagesResponse = {}));
|
|
378
|
+
class ImageNotFoundException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
379
|
+
constructor(opts) {
|
|
380
|
+
super({
|
|
381
|
+
name: "ImageNotFoundException",
|
|
382
|
+
$fault: "client",
|
|
383
|
+
...opts,
|
|
384
|
+
});
|
|
385
|
+
this.name = "ImageNotFoundException";
|
|
386
|
+
this.$fault = "client";
|
|
387
|
+
Object.setPrototypeOf(this, ImageNotFoundException.prototype);
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
exports.ImageNotFoundException = ImageNotFoundException;
|
|
169
391
|
var DescribeImageTagsRequest;
|
|
170
392
|
(function (DescribeImageTagsRequest) {
|
|
171
393
|
DescribeImageTagsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -292,6 +514,45 @@ var Image;
|
|
|
292
514
|
...obj,
|
|
293
515
|
});
|
|
294
516
|
})(Image = exports.Image || (exports.Image = {}));
|
|
517
|
+
class ImageAlreadyExistsException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
518
|
+
constructor(opts) {
|
|
519
|
+
super({
|
|
520
|
+
name: "ImageAlreadyExistsException",
|
|
521
|
+
$fault: "client",
|
|
522
|
+
...opts,
|
|
523
|
+
});
|
|
524
|
+
this.name = "ImageAlreadyExistsException";
|
|
525
|
+
this.$fault = "client";
|
|
526
|
+
Object.setPrototypeOf(this, ImageAlreadyExistsException.prototype);
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
exports.ImageAlreadyExistsException = ImageAlreadyExistsException;
|
|
530
|
+
class ImageDigestDoesNotMatchException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
531
|
+
constructor(opts) {
|
|
532
|
+
super({
|
|
533
|
+
name: "ImageDigestDoesNotMatchException",
|
|
534
|
+
$fault: "client",
|
|
535
|
+
...opts,
|
|
536
|
+
});
|
|
537
|
+
this.name = "ImageDigestDoesNotMatchException";
|
|
538
|
+
this.$fault = "client";
|
|
539
|
+
Object.setPrototypeOf(this, ImageDigestDoesNotMatchException.prototype);
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
exports.ImageDigestDoesNotMatchException = ImageDigestDoesNotMatchException;
|
|
543
|
+
class ImageTagAlreadyExistsException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
544
|
+
constructor(opts) {
|
|
545
|
+
super({
|
|
546
|
+
name: "ImageTagAlreadyExistsException",
|
|
547
|
+
$fault: "client",
|
|
548
|
+
...opts,
|
|
549
|
+
});
|
|
550
|
+
this.name = "ImageTagAlreadyExistsException";
|
|
551
|
+
this.$fault = "client";
|
|
552
|
+
Object.setPrototypeOf(this, ImageTagAlreadyExistsException.prototype);
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
exports.ImageTagAlreadyExistsException = ImageTagAlreadyExistsException;
|
|
295
556
|
var InitiateLayerUploadRequest;
|
|
296
557
|
(function (InitiateLayerUploadRequest) {
|
|
297
558
|
InitiateLayerUploadRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -304,6 +565,36 @@ var InitiateLayerUploadResponse;
|
|
|
304
565
|
...obj,
|
|
305
566
|
});
|
|
306
567
|
})(InitiateLayerUploadResponse = exports.InitiateLayerUploadResponse || (exports.InitiateLayerUploadResponse = {}));
|
|
568
|
+
class InvalidLayerPartException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
569
|
+
constructor(opts) {
|
|
570
|
+
super({
|
|
571
|
+
name: "InvalidLayerPartException",
|
|
572
|
+
$fault: "client",
|
|
573
|
+
...opts,
|
|
574
|
+
});
|
|
575
|
+
this.name = "InvalidLayerPartException";
|
|
576
|
+
this.$fault = "client";
|
|
577
|
+
Object.setPrototypeOf(this, InvalidLayerPartException.prototype);
|
|
578
|
+
this.registryId = opts.registryId;
|
|
579
|
+
this.repositoryName = opts.repositoryName;
|
|
580
|
+
this.uploadId = opts.uploadId;
|
|
581
|
+
this.lastValidByteReceived = opts.lastValidByteReceived;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
exports.InvalidLayerPartException = InvalidLayerPartException;
|
|
585
|
+
class LayersNotFoundException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
586
|
+
constructor(opts) {
|
|
587
|
+
super({
|
|
588
|
+
name: "LayersNotFoundException",
|
|
589
|
+
$fault: "client",
|
|
590
|
+
...opts,
|
|
591
|
+
});
|
|
592
|
+
this.name = "LayersNotFoundException";
|
|
593
|
+
this.$fault = "client";
|
|
594
|
+
Object.setPrototypeOf(this, LayersNotFoundException.prototype);
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
exports.LayersNotFoundException = LayersNotFoundException;
|
|
307
598
|
var ListTagsForResourceRequest;
|
|
308
599
|
(function (ListTagsForResourceRequest) {
|
|
309
600
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -328,6 +619,19 @@ var PutImageResponse;
|
|
|
328
619
|
...obj,
|
|
329
620
|
});
|
|
330
621
|
})(PutImageResponse = exports.PutImageResponse || (exports.PutImageResponse = {}));
|
|
622
|
+
class ReferencedImagesNotFoundException extends ECRPUBLICServiceException_1.ECRPUBLICServiceException {
|
|
623
|
+
constructor(opts) {
|
|
624
|
+
super({
|
|
625
|
+
name: "ReferencedImagesNotFoundException",
|
|
626
|
+
$fault: "client",
|
|
627
|
+
...opts,
|
|
628
|
+
});
|
|
629
|
+
this.name = "ReferencedImagesNotFoundException";
|
|
630
|
+
this.$fault = "client";
|
|
631
|
+
Object.setPrototypeOf(this, ReferencedImagesNotFoundException.prototype);
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
exports.ReferencedImagesNotFoundException = ReferencedImagesNotFoundException;
|
|
331
635
|
var PutRegistryCatalogDataRequest;
|
|
332
636
|
(function (PutRegistryCatalogDataRequest) {
|
|
333
637
|
PutRegistryCatalogDataRequest.filterSensitiveLog = (obj) => ({
|