@aws-sdk/client-ecr-public 3.987.0 → 3.989.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/dist-cjs/index.js +42 -1213
- package/dist-cjs/models/ECRPUBLICServiceException.js +12 -0
- package/dist-cjs/models/errors.js +324 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +771 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +155 -149
- package/dist-types/schemas/schemas_0.d.ts +32 -25
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +27 -25
- package/package.json +13 -13
|
@@ -0,0 +1,771 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetRegistryCatalogDataRequest$ = exports.GetAuthorizationTokenResponse$ = exports.GetAuthorizationTokenRequest$ = exports.DescribeRepositoriesResponse$ = exports.DescribeRepositoriesRequest$ = exports.DescribeRegistriesResponse$ = exports.DescribeRegistriesRequest$ = exports.DescribeImageTagsResponse$ = exports.DescribeImageTagsRequest$ = exports.DescribeImagesResponse$ = exports.DescribeImagesRequest$ = exports.DeleteRepositoryResponse$ = exports.DeleteRepositoryRequest$ = exports.DeleteRepositoryPolicyResponse$ = exports.DeleteRepositoryPolicyRequest$ = exports.CreateRepositoryResponse$ = exports.CreateRepositoryRequest$ = exports.CompleteLayerUploadResponse$ = exports.CompleteLayerUploadRequest$ = exports.BatchDeleteImageResponse$ = exports.BatchDeleteImageRequest$ = exports.BatchCheckLayerAvailabilityResponse$ = exports.BatchCheckLayerAvailabilityRequest$ = exports.AuthorizationData$ = exports.errorTypeRegistries = exports.UploadNotFoundException$ = exports.UnsupportedCommandException$ = exports.TooManyTagsException$ = exports.ServerException$ = exports.RepositoryPolicyNotFoundException$ = exports.RepositoryNotFoundException$ = exports.RepositoryNotEmptyException$ = exports.RepositoryCatalogDataNotFoundException$ = exports.RepositoryAlreadyExistsException$ = exports.RegistryNotFoundException$ = exports.ReferencedImagesNotFoundException$ = exports.LimitExceededException$ = exports.LayersNotFoundException$ = exports.LayerPartTooSmallException$ = exports.LayerAlreadyExistsException$ = exports.InvalidTagParameterException$ = exports.InvalidParameterException$ = exports.InvalidLayerPartException$ = exports.InvalidLayerException$ = exports.ImageTagAlreadyExistsException$ = exports.ImageNotFoundException$ = exports.ImageDigestDoesNotMatchException$ = exports.ImageAlreadyExistsException$ = exports.EmptyUploadException$ = exports.ECRPUBLICServiceException$ = void 0;
|
|
4
|
+
exports.GetRegistryCatalogData$ = exports.GetAuthorizationToken$ = exports.DescribeRepositories$ = exports.DescribeRegistries$ = exports.DescribeImageTags$ = exports.DescribeImages$ = exports.DeleteRepositoryPolicy$ = exports.DeleteRepository$ = exports.CreateRepository$ = exports.CompleteLayerUpload$ = exports.BatchDeleteImage$ = exports.BatchCheckLayerAvailability$ = exports.UploadLayerPartResponse$ = exports.UploadLayerPartRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SetRepositoryPolicyResponse$ = exports.SetRepositoryPolicyRequest$ = exports.RepositoryCatalogDataInput$ = exports.RepositoryCatalogData$ = exports.Repository$ = exports.RegistryCatalogData$ = exports.RegistryAlias$ = exports.Registry$ = exports.ReferencedImageDetail$ = exports.PutRepositoryCatalogDataResponse$ = exports.PutRepositoryCatalogDataRequest$ = exports.PutRegistryCatalogDataResponse$ = exports.PutRegistryCatalogDataRequest$ = exports.PutImageResponse$ = exports.PutImageRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.LayerFailure$ = exports.Layer$ = exports.InitiateLayerUploadResponse$ = exports.InitiateLayerUploadRequest$ = exports.ImageTagDetail$ = exports.ImageIdentifier$ = exports.ImageFailure$ = exports.ImageDetail$ = exports.Image$ = exports.GetRepositoryPolicyResponse$ = exports.GetRepositoryPolicyRequest$ = exports.GetRepositoryCatalogDataResponse$ = exports.GetRepositoryCatalogDataRequest$ = exports.GetRegistryCatalogDataResponse$ = void 0;
|
|
5
|
+
exports.UploadLayerPart$ = exports.UntagResource$ = exports.TagResource$ = exports.SetRepositoryPolicy$ = exports.PutRepositoryCatalogData$ = exports.PutRegistryCatalogData$ = exports.PutImage$ = exports.ListTagsForResource$ = exports.InitiateLayerUpload$ = exports.GetRepositoryPolicy$ = exports.GetRepositoryCatalogData$ = void 0;
|
|
6
|
+
const _AD = "AuthorizationData";
|
|
7
|
+
const _BCLA = "BatchCheckLayerAvailability";
|
|
8
|
+
const _BCLAR = "BatchCheckLayerAvailabilityRequest";
|
|
9
|
+
const _BCLARa = "BatchCheckLayerAvailabilityResponse";
|
|
10
|
+
const _BDI = "BatchDeleteImage";
|
|
11
|
+
const _BDIR = "BatchDeleteImageRequest";
|
|
12
|
+
const _BDIRa = "BatchDeleteImageResponse";
|
|
13
|
+
const _CLU = "CompleteLayerUpload";
|
|
14
|
+
const _CLUR = "CompleteLayerUploadRequest";
|
|
15
|
+
const _CLURo = "CompleteLayerUploadResponse";
|
|
16
|
+
const _CR = "CreateRepository";
|
|
17
|
+
const _CRR = "CreateRepositoryRequest";
|
|
18
|
+
const _CRRr = "CreateRepositoryResponse";
|
|
19
|
+
const _DI = "DescribeImages";
|
|
20
|
+
const _DIR = "DescribeImagesRequest";
|
|
21
|
+
const _DIRe = "DescribeImagesResponse";
|
|
22
|
+
const _DIT = "DescribeImageTags";
|
|
23
|
+
const _DITR = "DescribeImageTagsRequest";
|
|
24
|
+
const _DITRe = "DescribeImageTagsResponse";
|
|
25
|
+
const _DR = "DeleteRepository";
|
|
26
|
+
const _DRP = "DeleteRepositoryPolicy";
|
|
27
|
+
const _DRPR = "DeleteRepositoryPolicyRequest";
|
|
28
|
+
const _DRPRe = "DeleteRepositoryPolicyResponse";
|
|
29
|
+
const _DRR = "DeleteRepositoryRequest";
|
|
30
|
+
const _DRRe = "DeleteRepositoryResponse";
|
|
31
|
+
const _DRRes = "DescribeRegistriesRequest";
|
|
32
|
+
const _DRResc = "DescribeRegistriesResponse";
|
|
33
|
+
const _DRRescr = "DescribeRepositoriesRequest";
|
|
34
|
+
const _DRRescri = "DescribeRepositoriesResponse";
|
|
35
|
+
const _DRe = "DescribeRegistries";
|
|
36
|
+
const _DRes = "DescribeRepositories";
|
|
37
|
+
const _EUE = "EmptyUploadException";
|
|
38
|
+
const _GAT = "GetAuthorizationToken";
|
|
39
|
+
const _GATR = "GetAuthorizationTokenRequest";
|
|
40
|
+
const _GATRe = "GetAuthorizationTokenResponse";
|
|
41
|
+
const _GRCD = "GetRegistryCatalogData";
|
|
42
|
+
const _GRCDR = "GetRegistryCatalogDataRequest";
|
|
43
|
+
const _GRCDRe = "GetRegistryCatalogDataResponse";
|
|
44
|
+
const _GRCDRet = "GetRepositoryCatalogDataRequest";
|
|
45
|
+
const _GRCDRete = "GetRepositoryCatalogDataResponse";
|
|
46
|
+
const _GRCDe = "GetRepositoryCatalogData";
|
|
47
|
+
const _GRP = "GetRepositoryPolicy";
|
|
48
|
+
const _GRPR = "GetRepositoryPolicyRequest";
|
|
49
|
+
const _GRPRe = "GetRepositoryPolicyResponse";
|
|
50
|
+
const _I = "Image";
|
|
51
|
+
const _IAEE = "ImageAlreadyExistsException";
|
|
52
|
+
const _ID = "ImageDetail";
|
|
53
|
+
const _IDDNME = "ImageDigestDoesNotMatchException";
|
|
54
|
+
const _IDL = "ImageDetailList";
|
|
55
|
+
const _IF = "ImageFailure";
|
|
56
|
+
const _IFL = "ImageFailureList";
|
|
57
|
+
const _II = "ImageIdentifier";
|
|
58
|
+
const _IIL = "ImageIdentifierList";
|
|
59
|
+
const _ILE = "InvalidLayerException";
|
|
60
|
+
const _ILPE = "InvalidLayerPartException";
|
|
61
|
+
const _ILU = "InitiateLayerUpload";
|
|
62
|
+
const _ILUR = "InitiateLayerUploadRequest";
|
|
63
|
+
const _ILURn = "InitiateLayerUploadResponse";
|
|
64
|
+
const _INFE = "ImageNotFoundException";
|
|
65
|
+
const _IPE = "InvalidParameterException";
|
|
66
|
+
const _ITAEE = "ImageTagAlreadyExistsException";
|
|
67
|
+
const _ITD = "ImageTagDetail";
|
|
68
|
+
const _ITDL = "ImageTagDetailList";
|
|
69
|
+
const _ITPE = "InvalidTagParameterException";
|
|
70
|
+
const _K = "Key";
|
|
71
|
+
const _L = "Layer";
|
|
72
|
+
const _LAEE = "LayerAlreadyExistsException";
|
|
73
|
+
const _LEE = "LimitExceededException";
|
|
74
|
+
const _LF = "LayerFailure";
|
|
75
|
+
const _LFL = "LayerFailureList";
|
|
76
|
+
const _LL = "LayerList";
|
|
77
|
+
const _LNFE = "LayersNotFoundException";
|
|
78
|
+
const _LPTSE = "LayerPartTooSmallException";
|
|
79
|
+
const _LTFR = "ListTagsForResource";
|
|
80
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
81
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
82
|
+
const _PI = "PutImage";
|
|
83
|
+
const _PIR = "PutImageRequest";
|
|
84
|
+
const _PIRu = "PutImageResponse";
|
|
85
|
+
const _PRCD = "PutRegistryCatalogData";
|
|
86
|
+
const _PRCDR = "PutRegistryCatalogDataRequest";
|
|
87
|
+
const _PRCDRu = "PutRegistryCatalogDataResponse";
|
|
88
|
+
const _PRCDRut = "PutRepositoryCatalogDataRequest";
|
|
89
|
+
const _PRCDRute = "PutRepositoryCatalogDataResponse";
|
|
90
|
+
const _PRCDu = "PutRepositoryCatalogData";
|
|
91
|
+
const _R = "Registry";
|
|
92
|
+
const _RA = "RegistryAlias";
|
|
93
|
+
const _RAEE = "RepositoryAlreadyExistsException";
|
|
94
|
+
const _RAL = "RegistryAliasList";
|
|
95
|
+
const _RCD = "RegistryCatalogData";
|
|
96
|
+
const _RCDI = "RepositoryCatalogDataInput";
|
|
97
|
+
const _RCDNFE = "RepositoryCatalogDataNotFoundException";
|
|
98
|
+
const _RCDe = "RepositoryCatalogData";
|
|
99
|
+
const _RID = "ReferencedImageDetail";
|
|
100
|
+
const _RINFE = "ReferencedImagesNotFoundException";
|
|
101
|
+
const _RL = "RegistryList";
|
|
102
|
+
const _RLe = "RepositoryList";
|
|
103
|
+
const _RNEE = "RepositoryNotEmptyException";
|
|
104
|
+
const _RNFE = "RegistryNotFoundException";
|
|
105
|
+
const _RNFEe = "RepositoryNotFoundException";
|
|
106
|
+
const _RPNFE = "RepositoryPolicyNotFoundException";
|
|
107
|
+
const _Re = "Repository";
|
|
108
|
+
const _SE = "ServerException";
|
|
109
|
+
const _SRP = "SetRepositoryPolicy";
|
|
110
|
+
const _SRPR = "SetRepositoryPolicyRequest";
|
|
111
|
+
const _SRPRe = "SetRepositoryPolicyResponse";
|
|
112
|
+
const _T = "Tag";
|
|
113
|
+
const _TL = "TagList";
|
|
114
|
+
const _TMTE = "TooManyTagsException";
|
|
115
|
+
const _TR = "TagResource";
|
|
116
|
+
const _TRR = "TagResourceRequest";
|
|
117
|
+
const _TRRa = "TagResourceResponse";
|
|
118
|
+
const _UCE = "UnsupportedCommandException";
|
|
119
|
+
const _ULP = "UploadLayerPart";
|
|
120
|
+
const _ULPR = "UploadLayerPartRequest";
|
|
121
|
+
const _ULPRp = "UploadLayerPartResponse";
|
|
122
|
+
const _UNFE = "UploadNotFoundException";
|
|
123
|
+
const _UR = "UntagResource";
|
|
124
|
+
const _URR = "UntagResourceRequest";
|
|
125
|
+
const _URRn = "UntagResourceResponse";
|
|
126
|
+
const _V = "Value";
|
|
127
|
+
const _a = "aliases";
|
|
128
|
+
const _aD = "authorizationData";
|
|
129
|
+
const _aMT = "artifactMediaType";
|
|
130
|
+
const _aT = "authorizationToken";
|
|
131
|
+
const _aTb = "aboutText";
|
|
132
|
+
const _ar = "architectures";
|
|
133
|
+
const _c = "client";
|
|
134
|
+
const _cA = "createdAt";
|
|
135
|
+
const _cD = "catalogData";
|
|
136
|
+
const _d = "description";
|
|
137
|
+
const _dN = "displayName";
|
|
138
|
+
const _dRA = "defaultRegistryAlias";
|
|
139
|
+
const _e = "error";
|
|
140
|
+
const _eA = "expiresAt";
|
|
141
|
+
const _f = "failures";
|
|
142
|
+
const _fC = "failureCode";
|
|
143
|
+
const _fR = "failureReason";
|
|
144
|
+
const _fo = "force";
|
|
145
|
+
const _i = "image";
|
|
146
|
+
const _iD = "imageDetails";
|
|
147
|
+
const _iDm = "imageDigest";
|
|
148
|
+
const _iDma = "imageDetail";
|
|
149
|
+
const _iI = "imageIds";
|
|
150
|
+
const _iIm = "imageId";
|
|
151
|
+
const _iM = "imageManifest";
|
|
152
|
+
const _iMMT = "imageManifestMediaType";
|
|
153
|
+
const _iPA = "imagePushedAt";
|
|
154
|
+
const _iSIB = "imageSizeInBytes";
|
|
155
|
+
const _iT = "imageTags";
|
|
156
|
+
const _iTD = "imageTagDetails";
|
|
157
|
+
const _iTm = "imageTag";
|
|
158
|
+
const _l = "layers";
|
|
159
|
+
const _lA = "layerAvailability";
|
|
160
|
+
const _lBR = "lastByteReceived";
|
|
161
|
+
const _lD = "layerDigests";
|
|
162
|
+
const _lDa = "layerDigest";
|
|
163
|
+
const _lIB = "logoImageBlob";
|
|
164
|
+
const _lPB = "layerPartBlob";
|
|
165
|
+
const _lS = "layerSize";
|
|
166
|
+
const _lU = "logoUrl";
|
|
167
|
+
const _lVBR = "lastValidByteReceived";
|
|
168
|
+
const _m = "message";
|
|
169
|
+
const _mC = "marketplaceCertified";
|
|
170
|
+
const _mR = "maxResults";
|
|
171
|
+
const _mT = "mediaType";
|
|
172
|
+
const _n = "name";
|
|
173
|
+
const _nT = "nextToken";
|
|
174
|
+
const _oS = "operatingSystems";
|
|
175
|
+
const _pFB = "partFirstByte";
|
|
176
|
+
const _pLB = "partLastByte";
|
|
177
|
+
const _pRA = "primaryRegistryAlias";
|
|
178
|
+
const _pS = "partSize";
|
|
179
|
+
const _pT = "policyText";
|
|
180
|
+
const _r = "repository";
|
|
181
|
+
const _rA = "resourceArn";
|
|
182
|
+
const _rAe = "registryArn";
|
|
183
|
+
const _rAep = "repositoryArn";
|
|
184
|
+
const _rCD = "registryCatalogData";
|
|
185
|
+
const _rI = "registryId";
|
|
186
|
+
const _rN = "repositoryName";
|
|
187
|
+
const _rNe = "repositoryNames";
|
|
188
|
+
const _rU = "registryUri";
|
|
189
|
+
const _rUe = "repositoryUri";
|
|
190
|
+
const _re = "registries";
|
|
191
|
+
const _rep = "repositories";
|
|
192
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ecrpublic";
|
|
193
|
+
const _se = "server";
|
|
194
|
+
const _st = "status";
|
|
195
|
+
const _t = "tags";
|
|
196
|
+
const _tK = "tagKeys";
|
|
197
|
+
const _uI = "uploadId";
|
|
198
|
+
const _uT = "usageText";
|
|
199
|
+
const _v = "verified";
|
|
200
|
+
const n0 = "com.amazonaws.ecrpublic";
|
|
201
|
+
const schema_1 = require("@smithy/core/schema");
|
|
202
|
+
const ECRPUBLICServiceException_1 = require("../models/ECRPUBLICServiceException");
|
|
203
|
+
const errors_1 = require("../models/errors");
|
|
204
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
205
|
+
exports.ECRPUBLICServiceException$ = [-3, _s, "ECRPUBLICServiceException", 0, [], []];
|
|
206
|
+
_s_registry.registerError(exports.ECRPUBLICServiceException$, ECRPUBLICServiceException_1.ECRPUBLICServiceException);
|
|
207
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
208
|
+
exports.EmptyUploadException$ = [-3, n0, _EUE,
|
|
209
|
+
{ [_e]: _c },
|
|
210
|
+
[_m],
|
|
211
|
+
[0]
|
|
212
|
+
];
|
|
213
|
+
n0_registry.registerError(exports.EmptyUploadException$, errors_1.EmptyUploadException);
|
|
214
|
+
exports.ImageAlreadyExistsException$ = [-3, n0, _IAEE,
|
|
215
|
+
{ [_e]: _c },
|
|
216
|
+
[_m],
|
|
217
|
+
[0]
|
|
218
|
+
];
|
|
219
|
+
n0_registry.registerError(exports.ImageAlreadyExistsException$, errors_1.ImageAlreadyExistsException);
|
|
220
|
+
exports.ImageDigestDoesNotMatchException$ = [-3, n0, _IDDNME,
|
|
221
|
+
{ [_e]: _c },
|
|
222
|
+
[_m],
|
|
223
|
+
[0]
|
|
224
|
+
];
|
|
225
|
+
n0_registry.registerError(exports.ImageDigestDoesNotMatchException$, errors_1.ImageDigestDoesNotMatchException);
|
|
226
|
+
exports.ImageNotFoundException$ = [-3, n0, _INFE,
|
|
227
|
+
{ [_e]: _c },
|
|
228
|
+
[_m],
|
|
229
|
+
[0]
|
|
230
|
+
];
|
|
231
|
+
n0_registry.registerError(exports.ImageNotFoundException$, errors_1.ImageNotFoundException);
|
|
232
|
+
exports.ImageTagAlreadyExistsException$ = [-3, n0, _ITAEE,
|
|
233
|
+
{ [_e]: _c },
|
|
234
|
+
[_m],
|
|
235
|
+
[0]
|
|
236
|
+
];
|
|
237
|
+
n0_registry.registerError(exports.ImageTagAlreadyExistsException$, errors_1.ImageTagAlreadyExistsException);
|
|
238
|
+
exports.InvalidLayerException$ = [-3, n0, _ILE,
|
|
239
|
+
{ [_e]: _c },
|
|
240
|
+
[_m],
|
|
241
|
+
[0]
|
|
242
|
+
];
|
|
243
|
+
n0_registry.registerError(exports.InvalidLayerException$, errors_1.InvalidLayerException);
|
|
244
|
+
exports.InvalidLayerPartException$ = [-3, n0, _ILPE,
|
|
245
|
+
{ [_e]: _c },
|
|
246
|
+
[_rI, _rN, _uI, _lVBR, _m],
|
|
247
|
+
[0, 0, 0, 1, 0]
|
|
248
|
+
];
|
|
249
|
+
n0_registry.registerError(exports.InvalidLayerPartException$, errors_1.InvalidLayerPartException);
|
|
250
|
+
exports.InvalidParameterException$ = [-3, n0, _IPE,
|
|
251
|
+
{ [_e]: _c },
|
|
252
|
+
[_m],
|
|
253
|
+
[0]
|
|
254
|
+
];
|
|
255
|
+
n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
|
|
256
|
+
exports.InvalidTagParameterException$ = [-3, n0, _ITPE,
|
|
257
|
+
{ [_e]: _c },
|
|
258
|
+
[_m],
|
|
259
|
+
[0]
|
|
260
|
+
];
|
|
261
|
+
n0_registry.registerError(exports.InvalidTagParameterException$, errors_1.InvalidTagParameterException);
|
|
262
|
+
exports.LayerAlreadyExistsException$ = [-3, n0, _LAEE,
|
|
263
|
+
{ [_e]: _c },
|
|
264
|
+
[_m],
|
|
265
|
+
[0]
|
|
266
|
+
];
|
|
267
|
+
n0_registry.registerError(exports.LayerAlreadyExistsException$, errors_1.LayerAlreadyExistsException);
|
|
268
|
+
exports.LayerPartTooSmallException$ = [-3, n0, _LPTSE,
|
|
269
|
+
{ [_e]: _c },
|
|
270
|
+
[_m],
|
|
271
|
+
[0]
|
|
272
|
+
];
|
|
273
|
+
n0_registry.registerError(exports.LayerPartTooSmallException$, errors_1.LayerPartTooSmallException);
|
|
274
|
+
exports.LayersNotFoundException$ = [-3, n0, _LNFE,
|
|
275
|
+
{ [_e]: _c },
|
|
276
|
+
[_m],
|
|
277
|
+
[0]
|
|
278
|
+
];
|
|
279
|
+
n0_registry.registerError(exports.LayersNotFoundException$, errors_1.LayersNotFoundException);
|
|
280
|
+
exports.LimitExceededException$ = [-3, n0, _LEE,
|
|
281
|
+
{ [_e]: _c },
|
|
282
|
+
[_m],
|
|
283
|
+
[0]
|
|
284
|
+
];
|
|
285
|
+
n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
|
|
286
|
+
exports.ReferencedImagesNotFoundException$ = [-3, n0, _RINFE,
|
|
287
|
+
{ [_e]: _c },
|
|
288
|
+
[_m],
|
|
289
|
+
[0]
|
|
290
|
+
];
|
|
291
|
+
n0_registry.registerError(exports.ReferencedImagesNotFoundException$, errors_1.ReferencedImagesNotFoundException);
|
|
292
|
+
exports.RegistryNotFoundException$ = [-3, n0, _RNFE,
|
|
293
|
+
{ [_e]: _c },
|
|
294
|
+
[_m],
|
|
295
|
+
[0]
|
|
296
|
+
];
|
|
297
|
+
n0_registry.registerError(exports.RegistryNotFoundException$, errors_1.RegistryNotFoundException);
|
|
298
|
+
exports.RepositoryAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
299
|
+
{ [_e]: _c },
|
|
300
|
+
[_m],
|
|
301
|
+
[0]
|
|
302
|
+
];
|
|
303
|
+
n0_registry.registerError(exports.RepositoryAlreadyExistsException$, errors_1.RepositoryAlreadyExistsException);
|
|
304
|
+
exports.RepositoryCatalogDataNotFoundException$ = [-3, n0, _RCDNFE,
|
|
305
|
+
{ [_e]: _c },
|
|
306
|
+
[_m],
|
|
307
|
+
[0]
|
|
308
|
+
];
|
|
309
|
+
n0_registry.registerError(exports.RepositoryCatalogDataNotFoundException$, errors_1.RepositoryCatalogDataNotFoundException);
|
|
310
|
+
exports.RepositoryNotEmptyException$ = [-3, n0, _RNEE,
|
|
311
|
+
{ [_e]: _c },
|
|
312
|
+
[_m],
|
|
313
|
+
[0]
|
|
314
|
+
];
|
|
315
|
+
n0_registry.registerError(exports.RepositoryNotEmptyException$, errors_1.RepositoryNotEmptyException);
|
|
316
|
+
exports.RepositoryNotFoundException$ = [-3, n0, _RNFEe,
|
|
317
|
+
{ [_e]: _c },
|
|
318
|
+
[_m],
|
|
319
|
+
[0]
|
|
320
|
+
];
|
|
321
|
+
n0_registry.registerError(exports.RepositoryNotFoundException$, errors_1.RepositoryNotFoundException);
|
|
322
|
+
exports.RepositoryPolicyNotFoundException$ = [-3, n0, _RPNFE,
|
|
323
|
+
{ [_e]: _c },
|
|
324
|
+
[_m],
|
|
325
|
+
[0]
|
|
326
|
+
];
|
|
327
|
+
n0_registry.registerError(exports.RepositoryPolicyNotFoundException$, errors_1.RepositoryPolicyNotFoundException);
|
|
328
|
+
exports.ServerException$ = [-3, n0, _SE,
|
|
329
|
+
{ [_e]: _se },
|
|
330
|
+
[_m],
|
|
331
|
+
[0]
|
|
332
|
+
];
|
|
333
|
+
n0_registry.registerError(exports.ServerException$, errors_1.ServerException);
|
|
334
|
+
exports.TooManyTagsException$ = [-3, n0, _TMTE,
|
|
335
|
+
{ [_e]: _c },
|
|
336
|
+
[_m],
|
|
337
|
+
[0]
|
|
338
|
+
];
|
|
339
|
+
n0_registry.registerError(exports.TooManyTagsException$, errors_1.TooManyTagsException);
|
|
340
|
+
exports.UnsupportedCommandException$ = [-3, n0, _UCE,
|
|
341
|
+
{ [_e]: _c },
|
|
342
|
+
[_m],
|
|
343
|
+
[0]
|
|
344
|
+
];
|
|
345
|
+
n0_registry.registerError(exports.UnsupportedCommandException$, errors_1.UnsupportedCommandException);
|
|
346
|
+
exports.UploadNotFoundException$ = [-3, n0, _UNFE,
|
|
347
|
+
{ [_e]: _c },
|
|
348
|
+
[_m],
|
|
349
|
+
[0]
|
|
350
|
+
];
|
|
351
|
+
n0_registry.registerError(exports.UploadNotFoundException$, errors_1.UploadNotFoundException);
|
|
352
|
+
exports.errorTypeRegistries = [
|
|
353
|
+
_s_registry,
|
|
354
|
+
n0_registry,
|
|
355
|
+
];
|
|
356
|
+
exports.AuthorizationData$ = [3, n0, _AD,
|
|
357
|
+
0,
|
|
358
|
+
[_aT, _eA],
|
|
359
|
+
[0, 4]
|
|
360
|
+
];
|
|
361
|
+
exports.BatchCheckLayerAvailabilityRequest$ = [3, n0, _BCLAR,
|
|
362
|
+
0,
|
|
363
|
+
[_rN, _lD, _rI],
|
|
364
|
+
[0, 64 | 0, 0], 2
|
|
365
|
+
];
|
|
366
|
+
exports.BatchCheckLayerAvailabilityResponse$ = [3, n0, _BCLARa,
|
|
367
|
+
0,
|
|
368
|
+
[_l, _f],
|
|
369
|
+
[() => LayerList, () => LayerFailureList]
|
|
370
|
+
];
|
|
371
|
+
exports.BatchDeleteImageRequest$ = [3, n0, _BDIR,
|
|
372
|
+
0,
|
|
373
|
+
[_rN, _iI, _rI],
|
|
374
|
+
[0, () => ImageIdentifierList, 0], 2
|
|
375
|
+
];
|
|
376
|
+
exports.BatchDeleteImageResponse$ = [3, n0, _BDIRa,
|
|
377
|
+
0,
|
|
378
|
+
[_iI, _f],
|
|
379
|
+
[() => ImageIdentifierList, () => ImageFailureList]
|
|
380
|
+
];
|
|
381
|
+
exports.CompleteLayerUploadRequest$ = [3, n0, _CLUR,
|
|
382
|
+
0,
|
|
383
|
+
[_rN, _uI, _lD, _rI],
|
|
384
|
+
[0, 0, 64 | 0, 0], 3
|
|
385
|
+
];
|
|
386
|
+
exports.CompleteLayerUploadResponse$ = [3, n0, _CLURo,
|
|
387
|
+
0,
|
|
388
|
+
[_rI, _rN, _uI, _lDa],
|
|
389
|
+
[0, 0, 0, 0]
|
|
390
|
+
];
|
|
391
|
+
exports.CreateRepositoryRequest$ = [3, n0, _CRR,
|
|
392
|
+
0,
|
|
393
|
+
[_rN, _cD, _t],
|
|
394
|
+
[0, () => exports.RepositoryCatalogDataInput$, () => TagList], 1
|
|
395
|
+
];
|
|
396
|
+
exports.CreateRepositoryResponse$ = [3, n0, _CRRr,
|
|
397
|
+
0,
|
|
398
|
+
[_r, _cD],
|
|
399
|
+
[() => exports.Repository$, () => exports.RepositoryCatalogData$]
|
|
400
|
+
];
|
|
401
|
+
exports.DeleteRepositoryPolicyRequest$ = [3, n0, _DRPR,
|
|
402
|
+
0,
|
|
403
|
+
[_rN, _rI],
|
|
404
|
+
[0, 0], 1
|
|
405
|
+
];
|
|
406
|
+
exports.DeleteRepositoryPolicyResponse$ = [3, n0, _DRPRe,
|
|
407
|
+
0,
|
|
408
|
+
[_rI, _rN, _pT],
|
|
409
|
+
[0, 0, 0]
|
|
410
|
+
];
|
|
411
|
+
exports.DeleteRepositoryRequest$ = [3, n0, _DRR,
|
|
412
|
+
0,
|
|
413
|
+
[_rN, _rI, _fo],
|
|
414
|
+
[0, 0, 2], 1
|
|
415
|
+
];
|
|
416
|
+
exports.DeleteRepositoryResponse$ = [3, n0, _DRRe,
|
|
417
|
+
0,
|
|
418
|
+
[_r],
|
|
419
|
+
[() => exports.Repository$]
|
|
420
|
+
];
|
|
421
|
+
exports.DescribeImagesRequest$ = [3, n0, _DIR,
|
|
422
|
+
0,
|
|
423
|
+
[_rN, _rI, _iI, _nT, _mR],
|
|
424
|
+
[0, 0, () => ImageIdentifierList, 0, 1], 1
|
|
425
|
+
];
|
|
426
|
+
exports.DescribeImagesResponse$ = [3, n0, _DIRe,
|
|
427
|
+
0,
|
|
428
|
+
[_iD, _nT],
|
|
429
|
+
[() => ImageDetailList, 0]
|
|
430
|
+
];
|
|
431
|
+
exports.DescribeImageTagsRequest$ = [3, n0, _DITR,
|
|
432
|
+
0,
|
|
433
|
+
[_rN, _rI, _nT, _mR],
|
|
434
|
+
[0, 0, 0, 1], 1
|
|
435
|
+
];
|
|
436
|
+
exports.DescribeImageTagsResponse$ = [3, n0, _DITRe,
|
|
437
|
+
0,
|
|
438
|
+
[_iTD, _nT],
|
|
439
|
+
[() => ImageTagDetailList, 0]
|
|
440
|
+
];
|
|
441
|
+
exports.DescribeRegistriesRequest$ = [3, n0, _DRRes,
|
|
442
|
+
0,
|
|
443
|
+
[_nT, _mR],
|
|
444
|
+
[0, 1]
|
|
445
|
+
];
|
|
446
|
+
exports.DescribeRegistriesResponse$ = [3, n0, _DRResc,
|
|
447
|
+
0,
|
|
448
|
+
[_re, _nT],
|
|
449
|
+
[() => RegistryList, 0], 1
|
|
450
|
+
];
|
|
451
|
+
exports.DescribeRepositoriesRequest$ = [3, n0, _DRRescr,
|
|
452
|
+
0,
|
|
453
|
+
[_rI, _rNe, _nT, _mR],
|
|
454
|
+
[0, 64 | 0, 0, 1]
|
|
455
|
+
];
|
|
456
|
+
exports.DescribeRepositoriesResponse$ = [3, n0, _DRRescri,
|
|
457
|
+
0,
|
|
458
|
+
[_rep, _nT],
|
|
459
|
+
[() => RepositoryList, 0]
|
|
460
|
+
];
|
|
461
|
+
exports.GetAuthorizationTokenRequest$ = [3, n0, _GATR,
|
|
462
|
+
0,
|
|
463
|
+
[],
|
|
464
|
+
[]
|
|
465
|
+
];
|
|
466
|
+
exports.GetAuthorizationTokenResponse$ = [3, n0, _GATRe,
|
|
467
|
+
0,
|
|
468
|
+
[_aD],
|
|
469
|
+
[() => exports.AuthorizationData$]
|
|
470
|
+
];
|
|
471
|
+
exports.GetRegistryCatalogDataRequest$ = [3, n0, _GRCDR,
|
|
472
|
+
0,
|
|
473
|
+
[],
|
|
474
|
+
[]
|
|
475
|
+
];
|
|
476
|
+
exports.GetRegistryCatalogDataResponse$ = [3, n0, _GRCDRe,
|
|
477
|
+
0,
|
|
478
|
+
[_rCD],
|
|
479
|
+
[() => exports.RegistryCatalogData$], 1
|
|
480
|
+
];
|
|
481
|
+
exports.GetRepositoryCatalogDataRequest$ = [3, n0, _GRCDRet,
|
|
482
|
+
0,
|
|
483
|
+
[_rN, _rI],
|
|
484
|
+
[0, 0], 1
|
|
485
|
+
];
|
|
486
|
+
exports.GetRepositoryCatalogDataResponse$ = [3, n0, _GRCDRete,
|
|
487
|
+
0,
|
|
488
|
+
[_cD],
|
|
489
|
+
[() => exports.RepositoryCatalogData$]
|
|
490
|
+
];
|
|
491
|
+
exports.GetRepositoryPolicyRequest$ = [3, n0, _GRPR,
|
|
492
|
+
0,
|
|
493
|
+
[_rN, _rI],
|
|
494
|
+
[0, 0], 1
|
|
495
|
+
];
|
|
496
|
+
exports.GetRepositoryPolicyResponse$ = [3, n0, _GRPRe,
|
|
497
|
+
0,
|
|
498
|
+
[_rI, _rN, _pT],
|
|
499
|
+
[0, 0, 0]
|
|
500
|
+
];
|
|
501
|
+
exports.Image$ = [3, n0, _I,
|
|
502
|
+
0,
|
|
503
|
+
[_rI, _rN, _iIm, _iM, _iMMT],
|
|
504
|
+
[0, 0, () => exports.ImageIdentifier$, 0, 0]
|
|
505
|
+
];
|
|
506
|
+
exports.ImageDetail$ = [3, n0, _ID,
|
|
507
|
+
0,
|
|
508
|
+
[_rI, _rN, _iDm, _iT, _iSIB, _iPA, _iMMT, _aMT],
|
|
509
|
+
[0, 0, 0, 64 | 0, 1, 4, 0, 0]
|
|
510
|
+
];
|
|
511
|
+
exports.ImageFailure$ = [3, n0, _IF,
|
|
512
|
+
0,
|
|
513
|
+
[_iIm, _fC, _fR],
|
|
514
|
+
[() => exports.ImageIdentifier$, 0, 0]
|
|
515
|
+
];
|
|
516
|
+
exports.ImageIdentifier$ = [3, n0, _II,
|
|
517
|
+
0,
|
|
518
|
+
[_iDm, _iTm],
|
|
519
|
+
[0, 0]
|
|
520
|
+
];
|
|
521
|
+
exports.ImageTagDetail$ = [3, n0, _ITD,
|
|
522
|
+
0,
|
|
523
|
+
[_iTm, _cA, _iDma],
|
|
524
|
+
[0, 4, () => exports.ReferencedImageDetail$]
|
|
525
|
+
];
|
|
526
|
+
exports.InitiateLayerUploadRequest$ = [3, n0, _ILUR,
|
|
527
|
+
0,
|
|
528
|
+
[_rN, _rI],
|
|
529
|
+
[0, 0], 1
|
|
530
|
+
];
|
|
531
|
+
exports.InitiateLayerUploadResponse$ = [3, n0, _ILURn,
|
|
532
|
+
0,
|
|
533
|
+
[_uI, _pS],
|
|
534
|
+
[0, 1]
|
|
535
|
+
];
|
|
536
|
+
exports.Layer$ = [3, n0, _L,
|
|
537
|
+
0,
|
|
538
|
+
[_lDa, _lA, _lS, _mT],
|
|
539
|
+
[0, 0, 1, 0]
|
|
540
|
+
];
|
|
541
|
+
exports.LayerFailure$ = [3, n0, _LF,
|
|
542
|
+
0,
|
|
543
|
+
[_lDa, _fC, _fR],
|
|
544
|
+
[0, 0, 0]
|
|
545
|
+
];
|
|
546
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
547
|
+
0,
|
|
548
|
+
[_rA],
|
|
549
|
+
[0], 1
|
|
550
|
+
];
|
|
551
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
552
|
+
0,
|
|
553
|
+
[_t],
|
|
554
|
+
[() => TagList]
|
|
555
|
+
];
|
|
556
|
+
exports.PutImageRequest$ = [3, n0, _PIR,
|
|
557
|
+
0,
|
|
558
|
+
[_rN, _iM, _rI, _iMMT, _iTm, _iDm],
|
|
559
|
+
[0, 0, 0, 0, 0, 0], 2
|
|
560
|
+
];
|
|
561
|
+
exports.PutImageResponse$ = [3, n0, _PIRu,
|
|
562
|
+
0,
|
|
563
|
+
[_i],
|
|
564
|
+
[() => exports.Image$]
|
|
565
|
+
];
|
|
566
|
+
exports.PutRegistryCatalogDataRequest$ = [3, n0, _PRCDR,
|
|
567
|
+
0,
|
|
568
|
+
[_dN],
|
|
569
|
+
[0]
|
|
570
|
+
];
|
|
571
|
+
exports.PutRegistryCatalogDataResponse$ = [3, n0, _PRCDRu,
|
|
572
|
+
0,
|
|
573
|
+
[_rCD],
|
|
574
|
+
[() => exports.RegistryCatalogData$], 1
|
|
575
|
+
];
|
|
576
|
+
exports.PutRepositoryCatalogDataRequest$ = [3, n0, _PRCDRut,
|
|
577
|
+
0,
|
|
578
|
+
[_rN, _cD, _rI],
|
|
579
|
+
[0, () => exports.RepositoryCatalogDataInput$, 0], 2
|
|
580
|
+
];
|
|
581
|
+
exports.PutRepositoryCatalogDataResponse$ = [3, n0, _PRCDRute,
|
|
582
|
+
0,
|
|
583
|
+
[_cD],
|
|
584
|
+
[() => exports.RepositoryCatalogData$]
|
|
585
|
+
];
|
|
586
|
+
exports.ReferencedImageDetail$ = [3, n0, _RID,
|
|
587
|
+
0,
|
|
588
|
+
[_iDm, _iSIB, _iPA, _iMMT, _aMT],
|
|
589
|
+
[0, 1, 4, 0, 0]
|
|
590
|
+
];
|
|
591
|
+
exports.Registry$ = [3, n0, _R,
|
|
592
|
+
0,
|
|
593
|
+
[_rI, _rAe, _rU, _v, _a],
|
|
594
|
+
[0, 0, 0, 2, () => RegistryAliasList], 5
|
|
595
|
+
];
|
|
596
|
+
exports.RegistryAlias$ = [3, n0, _RA,
|
|
597
|
+
0,
|
|
598
|
+
[_n, _st, _pRA, _dRA],
|
|
599
|
+
[0, 0, 2, 2], 4
|
|
600
|
+
];
|
|
601
|
+
exports.RegistryCatalogData$ = [3, n0, _RCD,
|
|
602
|
+
0,
|
|
603
|
+
[_dN],
|
|
604
|
+
[0]
|
|
605
|
+
];
|
|
606
|
+
exports.Repository$ = [3, n0, _Re,
|
|
607
|
+
0,
|
|
608
|
+
[_rAep, _rI, _rN, _rUe, _cA],
|
|
609
|
+
[0, 0, 0, 0, 4]
|
|
610
|
+
];
|
|
611
|
+
exports.RepositoryCatalogData$ = [3, n0, _RCDe,
|
|
612
|
+
0,
|
|
613
|
+
[_d, _ar, _oS, _lU, _aTb, _uT, _mC],
|
|
614
|
+
[0, 64 | 0, 64 | 0, 0, 0, 0, 2]
|
|
615
|
+
];
|
|
616
|
+
exports.RepositoryCatalogDataInput$ = [3, n0, _RCDI,
|
|
617
|
+
0,
|
|
618
|
+
[_d, _ar, _oS, _lIB, _aTb, _uT],
|
|
619
|
+
[0, 64 | 0, 64 | 0, 21, 0, 0]
|
|
620
|
+
];
|
|
621
|
+
exports.SetRepositoryPolicyRequest$ = [3, n0, _SRPR,
|
|
622
|
+
0,
|
|
623
|
+
[_rN, _pT, _rI, _fo],
|
|
624
|
+
[0, 0, 0, 2], 2
|
|
625
|
+
];
|
|
626
|
+
exports.SetRepositoryPolicyResponse$ = [3, n0, _SRPRe,
|
|
627
|
+
0,
|
|
628
|
+
[_rI, _rN, _pT],
|
|
629
|
+
[0, 0, 0]
|
|
630
|
+
];
|
|
631
|
+
exports.Tag$ = [3, n0, _T,
|
|
632
|
+
0,
|
|
633
|
+
[_K, _V],
|
|
634
|
+
[0, 0]
|
|
635
|
+
];
|
|
636
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
637
|
+
0,
|
|
638
|
+
[_rA, _t],
|
|
639
|
+
[0, () => TagList], 2
|
|
640
|
+
];
|
|
641
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
642
|
+
0,
|
|
643
|
+
[],
|
|
644
|
+
[]
|
|
645
|
+
];
|
|
646
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
647
|
+
0,
|
|
648
|
+
[_rA, _tK],
|
|
649
|
+
[0, 64 | 0], 2
|
|
650
|
+
];
|
|
651
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
652
|
+
0,
|
|
653
|
+
[],
|
|
654
|
+
[]
|
|
655
|
+
];
|
|
656
|
+
exports.UploadLayerPartRequest$ = [3, n0, _ULPR,
|
|
657
|
+
0,
|
|
658
|
+
[_rN, _uI, _pFB, _pLB, _lPB, _rI],
|
|
659
|
+
[0, 0, 1, 1, 21, 0], 5
|
|
660
|
+
];
|
|
661
|
+
exports.UploadLayerPartResponse$ = [3, n0, _ULPRp,
|
|
662
|
+
0,
|
|
663
|
+
[_rI, _rN, _uI, _lBR],
|
|
664
|
+
[0, 0, 0, 1]
|
|
665
|
+
];
|
|
666
|
+
var ArchitectureList = 64 | 0;
|
|
667
|
+
var BatchedOperationLayerDigestList = 64 | 0;
|
|
668
|
+
var ImageDetailList = [1, n0, _IDL,
|
|
669
|
+
0, () => exports.ImageDetail$
|
|
670
|
+
];
|
|
671
|
+
var ImageFailureList = [1, n0, _IFL,
|
|
672
|
+
0, () => exports.ImageFailure$
|
|
673
|
+
];
|
|
674
|
+
var ImageIdentifierList = [1, n0, _IIL,
|
|
675
|
+
0, () => exports.ImageIdentifier$
|
|
676
|
+
];
|
|
677
|
+
var ImageTagDetailList = [1, n0, _ITDL,
|
|
678
|
+
0, () => exports.ImageTagDetail$
|
|
679
|
+
];
|
|
680
|
+
var ImageTagList = 64 | 0;
|
|
681
|
+
var LayerDigestList = 64 | 0;
|
|
682
|
+
var LayerFailureList = [1, n0, _LFL,
|
|
683
|
+
0, () => exports.LayerFailure$
|
|
684
|
+
];
|
|
685
|
+
var LayerList = [1, n0, _LL,
|
|
686
|
+
0, () => exports.Layer$
|
|
687
|
+
];
|
|
688
|
+
var OperatingSystemList = 64 | 0;
|
|
689
|
+
var RegistryAliasList = [1, n0, _RAL,
|
|
690
|
+
0, () => exports.RegistryAlias$
|
|
691
|
+
];
|
|
692
|
+
var RegistryList = [1, n0, _RL,
|
|
693
|
+
0, () => exports.Registry$
|
|
694
|
+
];
|
|
695
|
+
var RepositoryList = [1, n0, _RLe,
|
|
696
|
+
0, () => exports.Repository$
|
|
697
|
+
];
|
|
698
|
+
var RepositoryNameList = 64 | 0;
|
|
699
|
+
var TagKeyList = 64 | 0;
|
|
700
|
+
var TagList = [1, n0, _TL,
|
|
701
|
+
0, () => exports.Tag$
|
|
702
|
+
];
|
|
703
|
+
exports.BatchCheckLayerAvailability$ = [9, n0, _BCLA,
|
|
704
|
+
0, () => exports.BatchCheckLayerAvailabilityRequest$, () => exports.BatchCheckLayerAvailabilityResponse$
|
|
705
|
+
];
|
|
706
|
+
exports.BatchDeleteImage$ = [9, n0, _BDI,
|
|
707
|
+
0, () => exports.BatchDeleteImageRequest$, () => exports.BatchDeleteImageResponse$
|
|
708
|
+
];
|
|
709
|
+
exports.CompleteLayerUpload$ = [9, n0, _CLU,
|
|
710
|
+
0, () => exports.CompleteLayerUploadRequest$, () => exports.CompleteLayerUploadResponse$
|
|
711
|
+
];
|
|
712
|
+
exports.CreateRepository$ = [9, n0, _CR,
|
|
713
|
+
0, () => exports.CreateRepositoryRequest$, () => exports.CreateRepositoryResponse$
|
|
714
|
+
];
|
|
715
|
+
exports.DeleteRepository$ = [9, n0, _DR,
|
|
716
|
+
0, () => exports.DeleteRepositoryRequest$, () => exports.DeleteRepositoryResponse$
|
|
717
|
+
];
|
|
718
|
+
exports.DeleteRepositoryPolicy$ = [9, n0, _DRP,
|
|
719
|
+
0, () => exports.DeleteRepositoryPolicyRequest$, () => exports.DeleteRepositoryPolicyResponse$
|
|
720
|
+
];
|
|
721
|
+
exports.DescribeImages$ = [9, n0, _DI,
|
|
722
|
+
0, () => exports.DescribeImagesRequest$, () => exports.DescribeImagesResponse$
|
|
723
|
+
];
|
|
724
|
+
exports.DescribeImageTags$ = [9, n0, _DIT,
|
|
725
|
+
0, () => exports.DescribeImageTagsRequest$, () => exports.DescribeImageTagsResponse$
|
|
726
|
+
];
|
|
727
|
+
exports.DescribeRegistries$ = [9, n0, _DRe,
|
|
728
|
+
0, () => exports.DescribeRegistriesRequest$, () => exports.DescribeRegistriesResponse$
|
|
729
|
+
];
|
|
730
|
+
exports.DescribeRepositories$ = [9, n0, _DRes,
|
|
731
|
+
0, () => exports.DescribeRepositoriesRequest$, () => exports.DescribeRepositoriesResponse$
|
|
732
|
+
];
|
|
733
|
+
exports.GetAuthorizationToken$ = [9, n0, _GAT,
|
|
734
|
+
0, () => exports.GetAuthorizationTokenRequest$, () => exports.GetAuthorizationTokenResponse$
|
|
735
|
+
];
|
|
736
|
+
exports.GetRegistryCatalogData$ = [9, n0, _GRCD,
|
|
737
|
+
0, () => exports.GetRegistryCatalogDataRequest$, () => exports.GetRegistryCatalogDataResponse$
|
|
738
|
+
];
|
|
739
|
+
exports.GetRepositoryCatalogData$ = [9, n0, _GRCDe,
|
|
740
|
+
0, () => exports.GetRepositoryCatalogDataRequest$, () => exports.GetRepositoryCatalogDataResponse$
|
|
741
|
+
];
|
|
742
|
+
exports.GetRepositoryPolicy$ = [9, n0, _GRP,
|
|
743
|
+
0, () => exports.GetRepositoryPolicyRequest$, () => exports.GetRepositoryPolicyResponse$
|
|
744
|
+
];
|
|
745
|
+
exports.InitiateLayerUpload$ = [9, n0, _ILU,
|
|
746
|
+
0, () => exports.InitiateLayerUploadRequest$, () => exports.InitiateLayerUploadResponse$
|
|
747
|
+
];
|
|
748
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
749
|
+
0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
750
|
+
];
|
|
751
|
+
exports.PutImage$ = [9, n0, _PI,
|
|
752
|
+
0, () => exports.PutImageRequest$, () => exports.PutImageResponse$
|
|
753
|
+
];
|
|
754
|
+
exports.PutRegistryCatalogData$ = [9, n0, _PRCD,
|
|
755
|
+
0, () => exports.PutRegistryCatalogDataRequest$, () => exports.PutRegistryCatalogDataResponse$
|
|
756
|
+
];
|
|
757
|
+
exports.PutRepositoryCatalogData$ = [9, n0, _PRCDu,
|
|
758
|
+
0, () => exports.PutRepositoryCatalogDataRequest$, () => exports.PutRepositoryCatalogDataResponse$
|
|
759
|
+
];
|
|
760
|
+
exports.SetRepositoryPolicy$ = [9, n0, _SRP,
|
|
761
|
+
0, () => exports.SetRepositoryPolicyRequest$, () => exports.SetRepositoryPolicyResponse$
|
|
762
|
+
];
|
|
763
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
764
|
+
0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
765
|
+
];
|
|
766
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
767
|
+
0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
768
|
+
];
|
|
769
|
+
exports.UploadLayerPart$ = [9, n0, _ULP,
|
|
770
|
+
0, () => exports.UploadLayerPartRequest$, () => exports.UploadLayerPartResponse$
|
|
771
|
+
];
|