@aws-sdk/client-ecr-public 3.1087.0 → 3.1089.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.
Files changed (42) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ECRPUBLIC.d.ts +75 -84
  3. package/dist-types/ts3.4/ECRPUBLICClient.d.ts +7 -22
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +7 -5
  24. package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  31. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  32. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  33. package/dist-types/ts3.4/models/enums.d.ts +4 -8
  34. package/dist-types/ts3.4/models/errors.d.ts +23 -84
  35. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  40. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  41. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  42. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -67,10 +67,7 @@ import {
67
67
  ListTagsForResourceCommandInput,
68
68
  ListTagsForResourceCommandOutput,
69
69
  } from "./commands/ListTagsForResourceCommand";
70
- import {
71
- PutImageCommandInput,
72
- PutImageCommandOutput,
73
- } from "./commands/PutImageCommand";
70
+ import { PutImageCommandInput, PutImageCommandOutput } from "./commands/PutImageCommand";
74
71
  import {
75
72
  PutRegistryCatalogDataCommandInput,
76
73
  PutRegistryCatalogDataCommandOutput,
@@ -83,10 +80,7 @@ import {
83
80
  SetRepositoryPolicyCommandInput,
84
81
  SetRepositoryPolicyCommandOutput,
85
82
  } from "./commands/SetRepositoryPolicyCommand";
86
- import {
87
- TagResourceCommandInput,
88
- TagResourceCommandOutput,
89
- } from "./commands/TagResourceCommand";
83
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
90
84
  import {
91
85
  UntagResourceCommandInput,
92
86
  UntagResourceCommandOutput,
@@ -99,335 +93,332 @@ import { ECRPUBLICClient } from "./ECRPUBLICClient";
99
93
  export interface ECRPUBLIC {
100
94
  batchCheckLayerAvailability(
101
95
  args: BatchCheckLayerAvailabilityCommandInput,
102
- options?: __HttpHandlerOptions
96
+ options?: __HttpHandlerOptions,
103
97
  ): Promise<BatchCheckLayerAvailabilityCommandOutput>;
104
98
  batchCheckLayerAvailability(
105
99
  args: BatchCheckLayerAvailabilityCommandInput,
106
- cb: (err: any, data?: BatchCheckLayerAvailabilityCommandOutput) => void
100
+ cb: (err: any, data?: BatchCheckLayerAvailabilityCommandOutput) => void,
107
101
  ): void;
108
102
  batchCheckLayerAvailability(
109
103
  args: BatchCheckLayerAvailabilityCommandInput,
110
104
  options: __HttpHandlerOptions,
111
- cb: (err: any, data?: BatchCheckLayerAvailabilityCommandOutput) => void
105
+ cb: (err: any, data?: BatchCheckLayerAvailabilityCommandOutput) => void,
112
106
  ): void;
113
107
  batchDeleteImage(
114
108
  args: BatchDeleteImageCommandInput,
115
- options?: __HttpHandlerOptions
109
+ options?: __HttpHandlerOptions,
116
110
  ): Promise<BatchDeleteImageCommandOutput>;
117
111
  batchDeleteImage(
118
112
  args: BatchDeleteImageCommandInput,
119
- cb: (err: any, data?: BatchDeleteImageCommandOutput) => void
113
+ cb: (err: any, data?: BatchDeleteImageCommandOutput) => void,
120
114
  ): void;
121
115
  batchDeleteImage(
122
116
  args: BatchDeleteImageCommandInput,
123
117
  options: __HttpHandlerOptions,
124
- cb: (err: any, data?: BatchDeleteImageCommandOutput) => void
118
+ cb: (err: any, data?: BatchDeleteImageCommandOutput) => void,
125
119
  ): void;
126
120
  completeLayerUpload(
127
121
  args: CompleteLayerUploadCommandInput,
128
- options?: __HttpHandlerOptions
122
+ options?: __HttpHandlerOptions,
129
123
  ): Promise<CompleteLayerUploadCommandOutput>;
130
124
  completeLayerUpload(
131
125
  args: CompleteLayerUploadCommandInput,
132
- cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void
126
+ cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void,
133
127
  ): void;
134
128
  completeLayerUpload(
135
129
  args: CompleteLayerUploadCommandInput,
136
130
  options: __HttpHandlerOptions,
137
- cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void
131
+ cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void,
138
132
  ): void;
139
133
  createRepository(
140
134
  args: CreateRepositoryCommandInput,
141
- options?: __HttpHandlerOptions
135
+ options?: __HttpHandlerOptions,
142
136
  ): Promise<CreateRepositoryCommandOutput>;
143
137
  createRepository(
144
138
  args: CreateRepositoryCommandInput,
145
- cb: (err: any, data?: CreateRepositoryCommandOutput) => void
139
+ cb: (err: any, data?: CreateRepositoryCommandOutput) => void,
146
140
  ): void;
147
141
  createRepository(
148
142
  args: CreateRepositoryCommandInput,
149
143
  options: __HttpHandlerOptions,
150
- cb: (err: any, data?: CreateRepositoryCommandOutput) => void
144
+ cb: (err: any, data?: CreateRepositoryCommandOutput) => void,
151
145
  ): void;
152
146
  deleteRepository(
153
147
  args: DeleteRepositoryCommandInput,
154
- options?: __HttpHandlerOptions
148
+ options?: __HttpHandlerOptions,
155
149
  ): Promise<DeleteRepositoryCommandOutput>;
156
150
  deleteRepository(
157
151
  args: DeleteRepositoryCommandInput,
158
- cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
152
+ cb: (err: any, data?: DeleteRepositoryCommandOutput) => void,
159
153
  ): void;
160
154
  deleteRepository(
161
155
  args: DeleteRepositoryCommandInput,
162
156
  options: __HttpHandlerOptions,
163
- cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
157
+ cb: (err: any, data?: DeleteRepositoryCommandOutput) => void,
164
158
  ): void;
165
159
  deleteRepositoryPolicy(
166
160
  args: DeleteRepositoryPolicyCommandInput,
167
- options?: __HttpHandlerOptions
161
+ options?: __HttpHandlerOptions,
168
162
  ): Promise<DeleteRepositoryPolicyCommandOutput>;
169
163
  deleteRepositoryPolicy(
170
164
  args: DeleteRepositoryPolicyCommandInput,
171
- cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void
165
+ cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void,
172
166
  ): void;
173
167
  deleteRepositoryPolicy(
174
168
  args: DeleteRepositoryPolicyCommandInput,
175
169
  options: __HttpHandlerOptions,
176
- cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void
170
+ cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void,
177
171
  ): void;
178
172
  describeImages(
179
173
  args: DescribeImagesCommandInput,
180
- options?: __HttpHandlerOptions
174
+ options?: __HttpHandlerOptions,
181
175
  ): Promise<DescribeImagesCommandOutput>;
182
176
  describeImages(
183
177
  args: DescribeImagesCommandInput,
184
- cb: (err: any, data?: DescribeImagesCommandOutput) => void
178
+ cb: (err: any, data?: DescribeImagesCommandOutput) => void,
185
179
  ): void;
186
180
  describeImages(
187
181
  args: DescribeImagesCommandInput,
188
182
  options: __HttpHandlerOptions,
189
- cb: (err: any, data?: DescribeImagesCommandOutput) => void
183
+ cb: (err: any, data?: DescribeImagesCommandOutput) => void,
190
184
  ): void;
191
185
  describeImageTags(
192
186
  args: DescribeImageTagsCommandInput,
193
- options?: __HttpHandlerOptions
187
+ options?: __HttpHandlerOptions,
194
188
  ): Promise<DescribeImageTagsCommandOutput>;
195
189
  describeImageTags(
196
190
  args: DescribeImageTagsCommandInput,
197
- cb: (err: any, data?: DescribeImageTagsCommandOutput) => void
191
+ cb: (err: any, data?: DescribeImageTagsCommandOutput) => void,
198
192
  ): void;
199
193
  describeImageTags(
200
194
  args: DescribeImageTagsCommandInput,
201
195
  options: __HttpHandlerOptions,
202
- cb: (err: any, data?: DescribeImageTagsCommandOutput) => void
196
+ cb: (err: any, data?: DescribeImageTagsCommandOutput) => void,
203
197
  ): void;
204
198
  describeRegistries(): Promise<DescribeRegistriesCommandOutput>;
205
199
  describeRegistries(
206
200
  args: DescribeRegistriesCommandInput,
207
- options?: __HttpHandlerOptions
201
+ options?: __HttpHandlerOptions,
208
202
  ): Promise<DescribeRegistriesCommandOutput>;
209
203
  describeRegistries(
210
204
  args: DescribeRegistriesCommandInput,
211
- cb: (err: any, data?: DescribeRegistriesCommandOutput) => void
205
+ cb: (err: any, data?: DescribeRegistriesCommandOutput) => void,
212
206
  ): void;
213
207
  describeRegistries(
214
208
  args: DescribeRegistriesCommandInput,
215
209
  options: __HttpHandlerOptions,
216
- cb: (err: any, data?: DescribeRegistriesCommandOutput) => void
210
+ cb: (err: any, data?: DescribeRegistriesCommandOutput) => void,
217
211
  ): void;
218
212
  describeRepositories(): Promise<DescribeRepositoriesCommandOutput>;
219
213
  describeRepositories(
220
214
  args: DescribeRepositoriesCommandInput,
221
- options?: __HttpHandlerOptions
215
+ options?: __HttpHandlerOptions,
222
216
  ): Promise<DescribeRepositoriesCommandOutput>;
223
217
  describeRepositories(
224
218
  args: DescribeRepositoriesCommandInput,
225
- cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void
219
+ cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void,
226
220
  ): void;
227
221
  describeRepositories(
228
222
  args: DescribeRepositoriesCommandInput,
229
223
  options: __HttpHandlerOptions,
230
- cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void
224
+ cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void,
231
225
  ): void;
232
226
  getAuthorizationToken(): Promise<GetAuthorizationTokenCommandOutput>;
233
227
  getAuthorizationToken(
234
228
  args: GetAuthorizationTokenCommandInput,
235
- options?: __HttpHandlerOptions
229
+ options?: __HttpHandlerOptions,
236
230
  ): Promise<GetAuthorizationTokenCommandOutput>;
237
231
  getAuthorizationToken(
238
232
  args: GetAuthorizationTokenCommandInput,
239
- cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
233
+ cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void,
240
234
  ): void;
241
235
  getAuthorizationToken(
242
236
  args: GetAuthorizationTokenCommandInput,
243
237
  options: __HttpHandlerOptions,
244
- cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
238
+ cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void,
245
239
  ): void;
246
240
  getRegistryCatalogData(): Promise<GetRegistryCatalogDataCommandOutput>;
247
241
  getRegistryCatalogData(
248
242
  args: GetRegistryCatalogDataCommandInput,
249
- options?: __HttpHandlerOptions
243
+ options?: __HttpHandlerOptions,
250
244
  ): Promise<GetRegistryCatalogDataCommandOutput>;
251
245
  getRegistryCatalogData(
252
246
  args: GetRegistryCatalogDataCommandInput,
253
- cb: (err: any, data?: GetRegistryCatalogDataCommandOutput) => void
247
+ cb: (err: any, data?: GetRegistryCatalogDataCommandOutput) => void,
254
248
  ): void;
255
249
  getRegistryCatalogData(
256
250
  args: GetRegistryCatalogDataCommandInput,
257
251
  options: __HttpHandlerOptions,
258
- cb: (err: any, data?: GetRegistryCatalogDataCommandOutput) => void
252
+ cb: (err: any, data?: GetRegistryCatalogDataCommandOutput) => void,
259
253
  ): void;
260
254
  getRepositoryCatalogData(
261
255
  args: GetRepositoryCatalogDataCommandInput,
262
- options?: __HttpHandlerOptions
256
+ options?: __HttpHandlerOptions,
263
257
  ): Promise<GetRepositoryCatalogDataCommandOutput>;
264
258
  getRepositoryCatalogData(
265
259
  args: GetRepositoryCatalogDataCommandInput,
266
- cb: (err: any, data?: GetRepositoryCatalogDataCommandOutput) => void
260
+ cb: (err: any, data?: GetRepositoryCatalogDataCommandOutput) => void,
267
261
  ): void;
268
262
  getRepositoryCatalogData(
269
263
  args: GetRepositoryCatalogDataCommandInput,
270
264
  options: __HttpHandlerOptions,
271
- cb: (err: any, data?: GetRepositoryCatalogDataCommandOutput) => void
265
+ cb: (err: any, data?: GetRepositoryCatalogDataCommandOutput) => void,
272
266
  ): void;
273
267
  getRepositoryPolicy(
274
268
  args: GetRepositoryPolicyCommandInput,
275
- options?: __HttpHandlerOptions
269
+ options?: __HttpHandlerOptions,
276
270
  ): Promise<GetRepositoryPolicyCommandOutput>;
277
271
  getRepositoryPolicy(
278
272
  args: GetRepositoryPolicyCommandInput,
279
- cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void
273
+ cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void,
280
274
  ): void;
281
275
  getRepositoryPolicy(
282
276
  args: GetRepositoryPolicyCommandInput,
283
277
  options: __HttpHandlerOptions,
284
- cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void
278
+ cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void,
285
279
  ): void;
286
280
  initiateLayerUpload(
287
281
  args: InitiateLayerUploadCommandInput,
288
- options?: __HttpHandlerOptions
282
+ options?: __HttpHandlerOptions,
289
283
  ): Promise<InitiateLayerUploadCommandOutput>;
290
284
  initiateLayerUpload(
291
285
  args: InitiateLayerUploadCommandInput,
292
- cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void
286
+ cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void,
293
287
  ): void;
294
288
  initiateLayerUpload(
295
289
  args: InitiateLayerUploadCommandInput,
296
290
  options: __HttpHandlerOptions,
297
- cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void
291
+ cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void,
298
292
  ): void;
299
293
  listTagsForResource(
300
294
  args: ListTagsForResourceCommandInput,
301
- options?: __HttpHandlerOptions
295
+ options?: __HttpHandlerOptions,
302
296
  ): Promise<ListTagsForResourceCommandOutput>;
303
297
  listTagsForResource(
304
298
  args: ListTagsForResourceCommandInput,
305
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
299
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
306
300
  ): void;
307
301
  listTagsForResource(
308
302
  args: ListTagsForResourceCommandInput,
309
303
  options: __HttpHandlerOptions,
310
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
304
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
311
305
  ): void;
312
306
  putImage(
313
307
  args: PutImageCommandInput,
314
- options?: __HttpHandlerOptions
308
+ options?: __HttpHandlerOptions,
315
309
  ): Promise<PutImageCommandOutput>;
316
- putImage(
317
- args: PutImageCommandInput,
318
- cb: (err: any, data?: PutImageCommandOutput) => void
319
- ): void;
310
+ putImage(args: PutImageCommandInput, cb: (err: any, data?: PutImageCommandOutput) => void): void;
320
311
  putImage(
321
312
  args: PutImageCommandInput,
322
313
  options: __HttpHandlerOptions,
323
- cb: (err: any, data?: PutImageCommandOutput) => void
314
+ cb: (err: any, data?: PutImageCommandOutput) => void,
324
315
  ): void;
325
316
  putRegistryCatalogData(): Promise<PutRegistryCatalogDataCommandOutput>;
326
317
  putRegistryCatalogData(
327
318
  args: PutRegistryCatalogDataCommandInput,
328
- options?: __HttpHandlerOptions
319
+ options?: __HttpHandlerOptions,
329
320
  ): Promise<PutRegistryCatalogDataCommandOutput>;
330
321
  putRegistryCatalogData(
331
322
  args: PutRegistryCatalogDataCommandInput,
332
- cb: (err: any, data?: PutRegistryCatalogDataCommandOutput) => void
323
+ cb: (err: any, data?: PutRegistryCatalogDataCommandOutput) => void,
333
324
  ): void;
334
325
  putRegistryCatalogData(
335
326
  args: PutRegistryCatalogDataCommandInput,
336
327
  options: __HttpHandlerOptions,
337
- cb: (err: any, data?: PutRegistryCatalogDataCommandOutput) => void
328
+ cb: (err: any, data?: PutRegistryCatalogDataCommandOutput) => void,
338
329
  ): void;
339
330
  putRepositoryCatalogData(
340
331
  args: PutRepositoryCatalogDataCommandInput,
341
- options?: __HttpHandlerOptions
332
+ options?: __HttpHandlerOptions,
342
333
  ): Promise<PutRepositoryCatalogDataCommandOutput>;
343
334
  putRepositoryCatalogData(
344
335
  args: PutRepositoryCatalogDataCommandInput,
345
- cb: (err: any, data?: PutRepositoryCatalogDataCommandOutput) => void
336
+ cb: (err: any, data?: PutRepositoryCatalogDataCommandOutput) => void,
346
337
  ): void;
347
338
  putRepositoryCatalogData(
348
339
  args: PutRepositoryCatalogDataCommandInput,
349
340
  options: __HttpHandlerOptions,
350
- cb: (err: any, data?: PutRepositoryCatalogDataCommandOutput) => void
341
+ cb: (err: any, data?: PutRepositoryCatalogDataCommandOutput) => void,
351
342
  ): void;
352
343
  setRepositoryPolicy(
353
344
  args: SetRepositoryPolicyCommandInput,
354
- options?: __HttpHandlerOptions
345
+ options?: __HttpHandlerOptions,
355
346
  ): Promise<SetRepositoryPolicyCommandOutput>;
356
347
  setRepositoryPolicy(
357
348
  args: SetRepositoryPolicyCommandInput,
358
- cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void
349
+ cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void,
359
350
  ): void;
360
351
  setRepositoryPolicy(
361
352
  args: SetRepositoryPolicyCommandInput,
362
353
  options: __HttpHandlerOptions,
363
- cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void
354
+ cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void,
364
355
  ): void;
365
356
  tagResource(
366
357
  args: TagResourceCommandInput,
367
- options?: __HttpHandlerOptions
358
+ options?: __HttpHandlerOptions,
368
359
  ): Promise<TagResourceCommandOutput>;
369
360
  tagResource(
370
361
  args: TagResourceCommandInput,
371
- cb: (err: any, data?: TagResourceCommandOutput) => void
362
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
372
363
  ): void;
373
364
  tagResource(
374
365
  args: TagResourceCommandInput,
375
366
  options: __HttpHandlerOptions,
376
- cb: (err: any, data?: TagResourceCommandOutput) => void
367
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
377
368
  ): void;
378
369
  untagResource(
379
370
  args: UntagResourceCommandInput,
380
- options?: __HttpHandlerOptions
371
+ options?: __HttpHandlerOptions,
381
372
  ): Promise<UntagResourceCommandOutput>;
382
373
  untagResource(
383
374
  args: UntagResourceCommandInput,
384
- cb: (err: any, data?: UntagResourceCommandOutput) => void
375
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
385
376
  ): void;
386
377
  untagResource(
387
378
  args: UntagResourceCommandInput,
388
379
  options: __HttpHandlerOptions,
389
- cb: (err: any, data?: UntagResourceCommandOutput) => void
380
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
390
381
  ): void;
391
382
  uploadLayerPart(
392
383
  args: UploadLayerPartCommandInput,
393
- options?: __HttpHandlerOptions
384
+ options?: __HttpHandlerOptions,
394
385
  ): Promise<UploadLayerPartCommandOutput>;
395
386
  uploadLayerPart(
396
387
  args: UploadLayerPartCommandInput,
397
- cb: (err: any, data?: UploadLayerPartCommandOutput) => void
388
+ cb: (err: any, data?: UploadLayerPartCommandOutput) => void,
398
389
  ): void;
399
390
  uploadLayerPart(
400
391
  args: UploadLayerPartCommandInput,
401
392
  options: __HttpHandlerOptions,
402
- cb: (err: any, data?: UploadLayerPartCommandOutput) => void
393
+ cb: (err: any, data?: UploadLayerPartCommandOutput) => void,
403
394
  ): void;
404
395
  paginateDescribeImages(
405
396
  args: DescribeImagesCommandInput,
406
397
  paginationConfig?: Pick<
407
398
  PaginationConfiguration,
408
399
  Exclude<keyof PaginationConfiguration, "client">
409
- >
400
+ >,
410
401
  ): Paginator<DescribeImagesCommandOutput>;
411
402
  paginateDescribeImageTags(
412
403
  args: DescribeImageTagsCommandInput,
413
404
  paginationConfig?: Pick<
414
405
  PaginationConfiguration,
415
406
  Exclude<keyof PaginationConfiguration, "client">
416
- >
407
+ >,
417
408
  ): Paginator<DescribeImageTagsCommandOutput>;
418
409
  paginateDescribeRegistries(
419
410
  args?: DescribeRegistriesCommandInput,
420
411
  paginationConfig?: Pick<
421
412
  PaginationConfiguration,
422
413
  Exclude<keyof PaginationConfiguration, "client">
423
- >
414
+ >,
424
415
  ): Paginator<DescribeRegistriesCommandOutput>;
425
416
  paginateDescribeRepositories(
426
417
  args?: DescribeRepositoriesCommandInput,
427
418
  paginationConfig?: Pick<
428
419
  PaginationConfiguration,
429
420
  Exclude<keyof PaginationConfiguration, "client">
430
- >
421
+ >,
431
422
  ): Paginator<DescribeRepositoriesCommandOutput>;
432
423
  }
433
424
  export declare class ECRPUBLIC extends ECRPUBLICClient implements ECRPUBLIC {}
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -100,10 +97,7 @@ import {
100
97
  ListTagsForResourceCommandInput,
101
98
  ListTagsForResourceCommandOutput,
102
99
  } from "./commands/ListTagsForResourceCommand";
103
- import {
104
- PutImageCommandInput,
105
- PutImageCommandOutput,
106
- } from "./commands/PutImageCommand";
100
+ import { PutImageCommandInput, PutImageCommandOutput } from "./commands/PutImageCommand";
107
101
  import {
108
102
  PutRegistryCatalogDataCommandInput,
109
103
  PutRegistryCatalogDataCommandOutput,
@@ -116,10 +110,7 @@ import {
116
110
  SetRepositoryPolicyCommandInput,
117
111
  SetRepositoryPolicyCommandOutput,
118
112
  } from "./commands/SetRepositoryPolicyCommand";
119
- import {
120
- TagResourceCommandInput,
121
- TagResourceCommandOutput,
122
- } from "./commands/TagResourceCommand";
113
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
123
114
  import {
124
115
  UntagResourceCommandInput,
125
116
  UntagResourceCommandOutput,
@@ -183,8 +174,7 @@ export type ServiceOutputTypes =
183
174
  | TagResourceCommandOutput
184
175
  | UntagResourceCommandOutput
185
176
  | UploadLayerPartCommandOutput;
186
- export interface ClientDefaults
187
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
177
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
188
178
  requestHandler?: __HttpHandlerUserInput;
189
179
  sha256?: __ChecksumConstructor | __HashConstructor;
190
180
  urlParser?: __UrlParser;
@@ -209,9 +199,7 @@ export interface ClientDefaults
209
199
  extensions?: RuntimeExtension[];
210
200
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
211
201
  }
212
- export type ECRPUBLICClientConfigType = Partial<
213
- __SmithyConfiguration<__HttpHandlerOptions>
214
- > &
202
+ export type ECRPUBLICClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
215
203
  ClientDefaults &
216
204
  UserAgentInputConfig &
217
205
  RetryInputConfig &
@@ -232,8 +220,7 @@ export type ECRPUBLICClientResolvedConfigType =
232
220
  EndpointResolvedConfig<EndpointParameters> &
233
221
  HttpAuthSchemeResolvedConfig &
234
222
  ClientResolvedEndpointParameters;
235
- export interface ECRPUBLICClientResolvedConfig
236
- extends ECRPUBLICClientResolvedConfigType {}
223
+ export interface ECRPUBLICClientResolvedConfig extends ECRPUBLICClientResolvedConfigType {}
237
224
  export declare class ECRPUBLICClient extends __Client<
238
225
  __HttpHandlerOptions,
239
226
  ServiceInputTypes,
@@ -241,8 +228,6 @@ export declare class ECRPUBLICClient extends __Client<
241
228
  ECRPUBLICClientResolvedConfig
242
229
  > {
243
230
  readonly config: ECRPUBLICClientResolvedConfig;
244
- constructor(
245
- ...[configuration]: __CheckOptionalClientConfig<ECRPUBLICClientConfig>
246
- );
231
+ constructor(...[configuration]: __CheckOptionalClientConfig<ECRPUBLICClientConfig>);
247
232
  destroy(): void;
248
233
  }
@@ -7,17 +7,10 @@ import { ECRPUBLICHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: ECRPUBLICHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: ECRPUBLICHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): ECRPUBLICHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { ECRPUBLICClientResolvedConfig } from "../ECRPUBLICClient";
15
- export interface ECRPUBLICHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface ECRPUBLICHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface ECRPUBLICHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- ECRPUBLICClientResolvedConfig,
22
- HandlerExecutionContext,
23
- ECRPUBLICHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface ECRPUBLICHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ ECRPUBLICClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ ECRPUBLICHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultECRPUBLICHttpAuthSchemeParametersProvider: (
27
25
  config: ECRPUBLICClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<ECRPUBLICHttpAuthSchemeParameters>;
31
- export interface ECRPUBLICHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<ECRPUBLICHttpAuthSchemeParameters> {}
29
+ export interface ECRPUBLICHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ECRPUBLICHttpAuthSchemeParameters> {}
33
30
  export declare const defaultECRPUBLICHttpAuthSchemeProvider: ECRPUBLICHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: ECRPUBLICHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: ECRPUBLICHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./ECRPUBLICClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  ECRPUBLICClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -4,14 +4,12 @@ import {
4
4
  BatchCheckLayerAvailabilityResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchCheckLayerAvailabilityCommandInput
8
- extends BatchCheckLayerAvailabilityRequest {}
7
+ export interface BatchCheckLayerAvailabilityCommandInput extends BatchCheckLayerAvailabilityRequest {}
9
8
  export interface BatchCheckLayerAvailabilityCommandOutput
10
- extends BatchCheckLayerAvailabilityResponse,
11
- __MetadataBearer {}
9
+ extends BatchCheckLayerAvailabilityResponse, __MetadataBearer {}
12
10
  declare const BatchCheckLayerAvailabilityCommand_base: {
13
11
  new (
14
- input: BatchCheckLayerAvailabilityCommandInput
12
+ input: BatchCheckLayerAvailabilityCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchCheckLayerAvailabilityCommandInput,
17
15
  BatchCheckLayerAvailabilityCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchCheckLayerAvailabilityCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchCheckLayerAvailabilityCommandInput
21
+ input: BatchCheckLayerAvailabilityCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchCheckLayerAvailabilityCommandInput,
26
24
  BatchCheckLayerAvailabilityCommandOutput,