@aws-sdk/client-ecr-public 3.279.0 → 3.281.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 (25) hide show
  1. package/README.md +187 -0
  2. package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchDeleteImageCommand.d.ts +6 -0
  4. package/dist-types/commands/CompleteLayerUploadCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +6 -0
  8. package/dist-types/commands/DescribeImageTagsCommand.d.ts +6 -0
  9. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  10. package/dist-types/commands/DescribeRegistriesCommand.d.ts +6 -0
  11. package/dist-types/commands/DescribeRepositoriesCommand.d.ts +6 -0
  12. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +6 -0
  13. package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +6 -0
  14. package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +6 -0
  15. package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +6 -0
  16. package/dist-types/commands/InitiateLayerUploadCommand.d.ts +6 -0
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  18. package/dist-types/commands/PutImageCommand.d.ts +6 -0
  19. package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +6 -0
  20. package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +6 -0
  21. package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +6 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  24. package/dist-types/commands/UploadLayerPartCommand.d.ts +6 -0
  25. package/package.json +3 -3
package/README.md CHANGED
@@ -210,3 +210,190 @@ To contribute to client you can check our [generate clients scripts](https://git
210
210
  This SDK is distributed under the
211
211
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
212
212
  see LICENSE for more information.
213
+
214
+ ## Client Commands (Operations List)
215
+
216
+ <details>
217
+ <summary>
218
+ BatchCheckLayerAvailability
219
+ </summary>
220
+
221
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/batchchecklayeravailabilitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/batchchecklayeravailabilitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/batchchecklayeravailabilitycommandoutput.html)
222
+
223
+ </details>
224
+ <details>
225
+ <summary>
226
+ BatchDeleteImage
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/batchdeleteimagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/batchdeleteimagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/batchdeleteimagecommandoutput.html)
230
+
231
+ </details>
232
+ <details>
233
+ <summary>
234
+ CompleteLayerUpload
235
+ </summary>
236
+
237
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/completelayeruploadcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/completelayeruploadcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/completelayeruploadcommandoutput.html)
238
+
239
+ </details>
240
+ <details>
241
+ <summary>
242
+ CreateRepository
243
+ </summary>
244
+
245
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/createrepositorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/createrepositorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/createrepositorycommandoutput.html)
246
+
247
+ </details>
248
+ <details>
249
+ <summary>
250
+ DeleteRepository
251
+ </summary>
252
+
253
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/deleterepositorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/deleterepositorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/deleterepositorycommandoutput.html)
254
+
255
+ </details>
256
+ <details>
257
+ <summary>
258
+ DeleteRepositoryPolicy
259
+ </summary>
260
+
261
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/deleterepositorypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/deleterepositorypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/deleterepositorypolicycommandoutput.html)
262
+
263
+ </details>
264
+ <details>
265
+ <summary>
266
+ DescribeImages
267
+ </summary>
268
+
269
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/describeimagescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/describeimagescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/describeimagescommandoutput.html)
270
+
271
+ </details>
272
+ <details>
273
+ <summary>
274
+ DescribeImageTags
275
+ </summary>
276
+
277
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/describeimagetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/describeimagetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/describeimagetagscommandoutput.html)
278
+
279
+ </details>
280
+ <details>
281
+ <summary>
282
+ DescribeRegistries
283
+ </summary>
284
+
285
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/describeregistriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/describeregistriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/describeregistriescommandoutput.html)
286
+
287
+ </details>
288
+ <details>
289
+ <summary>
290
+ DescribeRepositories
291
+ </summary>
292
+
293
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/describerepositoriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/describerepositoriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/describerepositoriescommandoutput.html)
294
+
295
+ </details>
296
+ <details>
297
+ <summary>
298
+ GetAuthorizationToken
299
+ </summary>
300
+
301
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/getauthorizationtokencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/getauthorizationtokencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/getauthorizationtokencommandoutput.html)
302
+
303
+ </details>
304
+ <details>
305
+ <summary>
306
+ GetRegistryCatalogData
307
+ </summary>
308
+
309
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/getregistrycatalogdatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/getregistrycatalogdatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/getregistrycatalogdatacommandoutput.html)
310
+
311
+ </details>
312
+ <details>
313
+ <summary>
314
+ GetRepositoryCatalogData
315
+ </summary>
316
+
317
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/getrepositorycatalogdatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/getrepositorycatalogdatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/getrepositorycatalogdatacommandoutput.html)
318
+
319
+ </details>
320
+ <details>
321
+ <summary>
322
+ GetRepositoryPolicy
323
+ </summary>
324
+
325
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/getrepositorypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/getrepositorypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/getrepositorypolicycommandoutput.html)
326
+
327
+ </details>
328
+ <details>
329
+ <summary>
330
+ InitiateLayerUpload
331
+ </summary>
332
+
333
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/initiatelayeruploadcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/initiatelayeruploadcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/initiatelayeruploadcommandoutput.html)
334
+
335
+ </details>
336
+ <details>
337
+ <summary>
338
+ ListTagsForResource
339
+ </summary>
340
+
341
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/listtagsforresourcecommandoutput.html)
342
+
343
+ </details>
344
+ <details>
345
+ <summary>
346
+ PutImage
347
+ </summary>
348
+
349
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/putimagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/putimagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/putimagecommandoutput.html)
350
+
351
+ </details>
352
+ <details>
353
+ <summary>
354
+ PutRegistryCatalogData
355
+ </summary>
356
+
357
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/putregistrycatalogdatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/putregistrycatalogdatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/putregistrycatalogdatacommandoutput.html)
358
+
359
+ </details>
360
+ <details>
361
+ <summary>
362
+ PutRepositoryCatalogData
363
+ </summary>
364
+
365
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/putrepositorycatalogdatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/putrepositorycatalogdatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/putrepositorycatalogdatacommandoutput.html)
366
+
367
+ </details>
368
+ <details>
369
+ <summary>
370
+ SetRepositoryPolicy
371
+ </summary>
372
+
373
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/setrepositorypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/setrepositorypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/setrepositorypolicycommandoutput.html)
374
+
375
+ </details>
376
+ <details>
377
+ <summary>
378
+ TagResource
379
+ </summary>
380
+
381
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/tagresourcecommandoutput.html)
382
+
383
+ </details>
384
+ <details>
385
+ <summary>
386
+ UntagResource
387
+ </summary>
388
+
389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/untagresourcecommandoutput.html)
390
+
391
+ </details>
392
+ <details>
393
+ <summary>
394
+ UploadLayerPart
395
+ </summary>
396
+
397
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/classes/uploadlayerpartcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/uploadlayerpartcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ecr-public/interfaces/uploadlayerpartcommandoutput.html)
398
+
399
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchCheckLayerAvailabilityCommand}.
8
+ */
6
9
  export interface BatchCheckLayerAvailabilityCommandInput extends BatchCheckLayerAvailabilityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchCheckLayerAvailabilityCommand}.
13
+ */
8
14
  export interface BatchCheckLayerAvailabilityCommandOutput extends BatchCheckLayerAvailabilityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchDeleteImageCommand}.
8
+ */
6
9
  export interface BatchDeleteImageCommandInput extends BatchDeleteImageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDeleteImageCommand}.
13
+ */
8
14
  export interface BatchDeleteImageCommandOutput extends BatchDeleteImageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CompleteLayerUploadCommand}.
8
+ */
6
9
  export interface CompleteLayerUploadCommandInput extends CompleteLayerUploadRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CompleteLayerUploadCommand}.
13
+ */
8
14
  export interface CompleteLayerUploadCommandOutput extends CompleteLayerUploadResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateRepositoryCommand}.
8
+ */
6
9
  export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRepositoryCommand}.
13
+ */
8
14
  export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRepositoryCommand}.
8
+ */
6
9
  export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRepositoryCommand}.
13
+ */
8
14
  export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRepositoryPolicyCommand}.
8
+ */
6
9
  export interface DeleteRepositoryPolicyCommandInput extends DeleteRepositoryPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRepositoryPolicyCommand}.
13
+ */
8
14
  export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { DescribeImageTagsRequest, DescribeImageTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeImageTagsCommand}.
8
+ */
6
9
  export interface DescribeImageTagsCommandInput extends DescribeImageTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeImageTagsCommand}.
13
+ */
8
14
  export interface DescribeImageTagsCommandOutput extends DescribeImageTagsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeImagesCommand}.
8
+ */
6
9
  export interface DescribeImagesCommandInput extends DescribeImagesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeImagesCommand}.
13
+ */
8
14
  export interface DescribeImagesCommandOutput extends DescribeImagesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { DescribeRegistriesRequest, DescribeRegistriesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeRegistriesCommand}.
8
+ */
6
9
  export interface DescribeRegistriesCommandInput extends DescribeRegistriesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeRegistriesCommand}.
13
+ */
8
14
  export interface DescribeRegistriesCommandOutput extends DescribeRegistriesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeRepositoriesCommand}.
8
+ */
6
9
  export interface DescribeRepositoriesCommandInput extends DescribeRepositoriesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeRepositoriesCommand}.
13
+ */
8
14
  export interface DescribeRepositoriesCommandOutput extends DescribeRepositoriesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAuthorizationTokenCommand}.
8
+ */
6
9
  export interface GetAuthorizationTokenCommandInput extends GetAuthorizationTokenRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAuthorizationTokenCommand}.
13
+ */
8
14
  export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationTokenResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { GetRegistryCatalogDataRequest, GetRegistryCatalogDataResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRegistryCatalogDataCommand}.
8
+ */
6
9
  export interface GetRegistryCatalogDataCommandInput extends GetRegistryCatalogDataRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRegistryCatalogDataCommand}.
13
+ */
8
14
  export interface GetRegistryCatalogDataCommandOutput extends GetRegistryCatalogDataResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { GetRepositoryCatalogDataRequest, GetRepositoryCatalogDataResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRepositoryCatalogDataCommand}.
8
+ */
6
9
  export interface GetRepositoryCatalogDataCommandInput extends GetRepositoryCatalogDataRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRepositoryCatalogDataCommand}.
13
+ */
8
14
  export interface GetRepositoryCatalogDataCommandOutput extends GetRepositoryCatalogDataResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRepositoryPolicyCommand}.
8
+ */
6
9
  export interface GetRepositoryPolicyCommandInput extends GetRepositoryPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRepositoryPolicyCommand}.
13
+ */
8
14
  export interface GetRepositoryPolicyCommandOutput extends GetRepositoryPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link InitiateLayerUploadCommand}.
8
+ */
6
9
  export interface InitiateLayerUploadCommandInput extends InitiateLayerUploadRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link InitiateLayerUploadCommand}.
13
+ */
8
14
  export interface InitiateLayerUploadCommandOutput extends InitiateLayerUploadResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { PutImageRequest, PutImageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutImageCommand}.
8
+ */
6
9
  export interface PutImageCommandInput extends PutImageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutImageCommand}.
13
+ */
8
14
  export interface PutImageCommandOutput extends PutImageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { PutRegistryCatalogDataRequest, PutRegistryCatalogDataResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutRegistryCatalogDataCommand}.
8
+ */
6
9
  export interface PutRegistryCatalogDataCommandInput extends PutRegistryCatalogDataRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutRegistryCatalogDataCommand}.
13
+ */
8
14
  export interface PutRegistryCatalogDataCommandOutput extends PutRegistryCatalogDataResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { PutRepositoryCatalogDataRequest, PutRepositoryCatalogDataResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutRepositoryCatalogDataCommand}.
8
+ */
6
9
  export interface PutRepositoryCatalogDataCommandInput extends PutRepositoryCatalogDataRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutRepositoryCatalogDataCommand}.
13
+ */
8
14
  export interface PutRepositoryCatalogDataCommandOutput extends PutRepositoryCatalogDataResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SetRepositoryPolicyCommand}.
8
+ */
6
9
  export interface SetRepositoryPolicyCommandInput extends SetRepositoryPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SetRepositoryPolicyCommand}.
13
+ */
8
14
  export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { UploadLayerPartRequest, UploadLayerPartResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UploadLayerPartCommand}.
8
+ */
6
9
  export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UploadLayerPartCommand}.
13
+ */
8
14
  export interface UploadLayerPartCommandOutput extends UploadLayerPartResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecr-public",
3
3
  "description": "AWS SDK for JavaScript Ecr Public Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",