@aws-sdk/client-ecr 3.533.0 → 3.535.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 (91) hide show
  1. package/dist-types/ECR.d.ts +9 -1
  2. package/dist-types/ECRClient.d.ts +1 -1
  3. package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDeleteImageCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchGetImageCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +2 -1
  7. package/dist-types/commands/CompleteLayerUploadCommand.d.ts +2 -1
  8. package/dist-types/commands/CreatePullThroughCacheRuleCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePullThroughCacheRuleCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteRegistryPolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeImageReplicationStatusCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeImageScanFindingsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribePullThroughCacheRulesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeRegistryCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeRepositoriesCommand.d.ts +2 -1
  21. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDownloadUrlForLayerCommand.d.ts +2 -1
  23. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +2 -1
  24. package/dist-types/commands/GetLifecyclePolicyPreviewCommand.d.ts +2 -1
  25. package/dist-types/commands/GetRegistryPolicyCommand.d.ts +2 -1
  26. package/dist-types/commands/GetRegistryScanningConfigurationCommand.d.ts +2 -1
  27. package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +2 -1
  28. package/dist-types/commands/InitiateLayerUploadCommand.d.ts +2 -1
  29. package/dist-types/commands/ListImagesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/PutImageCommand.d.ts +2 -1
  32. package/dist-types/commands/PutImageScanningConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/PutImageTagMutabilityCommand.d.ts +2 -1
  34. package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +2 -1
  35. package/dist-types/commands/PutRegistryPolicyCommand.d.ts +2 -1
  36. package/dist-types/commands/PutRegistryScanningConfigurationCommand.d.ts +2 -1
  37. package/dist-types/commands/PutReplicationConfigurationCommand.d.ts +2 -1
  38. package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +2 -1
  39. package/dist-types/commands/StartImageScanCommand.d.ts +2 -1
  40. package/dist-types/commands/StartLifecyclePolicyPreviewCommand.d.ts +2 -1
  41. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdatePullThroughCacheRuleCommand.d.ts +2 -1
  44. package/dist-types/commands/UploadLayerPartCommand.d.ts +2 -1
  45. package/dist-types/commands/ValidatePullThroughCacheRuleCommand.d.ts +2 -1
  46. package/dist-types/models/models_0.d.ts +492 -492
  47. package/dist-types/ts3.4/ECR.d.ts +8 -0
  48. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdatePullThroughCacheRuleCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ValidatePullThroughCacheRuleCommand.d.ts +9 -0
  91. package/package.json +41 -41
@@ -296,6 +296,7 @@ export interface ECR {
296
296
  options: __HttpHandlerOptions,
297
297
  cb: (err: any, data?: DeletePullThroughCacheRuleCommandOutput) => void
298
298
  ): void;
299
+ deleteRegistryPolicy(): Promise<DeleteRegistryPolicyCommandOutput>;
299
300
  deleteRegistryPolicy(
300
301
  args: DeleteRegistryPolicyCommandInput,
301
302
  options?: __HttpHandlerOptions
@@ -374,6 +375,7 @@ export interface ECR {
374
375
  options: __HttpHandlerOptions,
375
376
  cb: (err: any, data?: DescribeImageScanFindingsCommandOutput) => void
376
377
  ): void;
378
+ describePullThroughCacheRules(): Promise<DescribePullThroughCacheRulesCommandOutput>;
377
379
  describePullThroughCacheRules(
378
380
  args: DescribePullThroughCacheRulesCommandInput,
379
381
  options?: __HttpHandlerOptions
@@ -387,6 +389,7 @@ export interface ECR {
387
389
  options: __HttpHandlerOptions,
388
390
  cb: (err: any, data?: DescribePullThroughCacheRulesCommandOutput) => void
389
391
  ): void;
392
+ describeRegistry(): Promise<DescribeRegistryCommandOutput>;
390
393
  describeRegistry(
391
394
  args: DescribeRegistryCommandInput,
392
395
  options?: __HttpHandlerOptions
@@ -400,6 +403,7 @@ export interface ECR {
400
403
  options: __HttpHandlerOptions,
401
404
  cb: (err: any, data?: DescribeRegistryCommandOutput) => void
402
405
  ): void;
406
+ describeRepositories(): Promise<DescribeRepositoriesCommandOutput>;
403
407
  describeRepositories(
404
408
  args: DescribeRepositoriesCommandInput,
405
409
  options?: __HttpHandlerOptions
@@ -413,6 +417,7 @@ export interface ECR {
413
417
  options: __HttpHandlerOptions,
414
418
  cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void
415
419
  ): void;
420
+ getAuthorizationToken(): Promise<GetAuthorizationTokenCommandOutput>;
416
421
  getAuthorizationToken(
417
422
  args: GetAuthorizationTokenCommandInput,
418
423
  options?: __HttpHandlerOptions
@@ -465,6 +470,7 @@ export interface ECR {
465
470
  options: __HttpHandlerOptions,
466
471
  cb: (err: any, data?: GetLifecyclePolicyPreviewCommandOutput) => void
467
472
  ): void;
473
+ getRegistryPolicy(): Promise<GetRegistryPolicyCommandOutput>;
468
474
  getRegistryPolicy(
469
475
  args: GetRegistryPolicyCommandInput,
470
476
  options?: __HttpHandlerOptions
@@ -478,6 +484,7 @@ export interface ECR {
478
484
  options: __HttpHandlerOptions,
479
485
  cb: (err: any, data?: GetRegistryPolicyCommandOutput) => void
480
486
  ): void;
487
+ getRegistryScanningConfiguration(): Promise<GetRegistryScanningConfigurationCommandOutput>;
481
488
  getRegistryScanningConfiguration(
482
489
  args: GetRegistryScanningConfigurationCommandInput,
483
490
  options?: __HttpHandlerOptions
@@ -608,6 +615,7 @@ export interface ECR {
608
615
  options: __HttpHandlerOptions,
609
616
  cb: (err: any, data?: PutRegistryPolicyCommandOutput) => void
610
617
  ): void;
618
+ putRegistryScanningConfiguration(): Promise<PutRegistryScanningConfigurationCommandOutput>;
611
619
  putRegistryScanningConfiguration(
612
620
  args: PutRegistryScanningConfigurationCommandInput,
613
621
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const BatchCheckLayerAvailabilityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchCheckLayerAvailabilityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchCheckLayerAvailabilityCommandInput,
32
+ BatchCheckLayerAvailabilityCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchCheckLayerAvailabilityCommand extends BatchCheckLayerAvailabilityCommand_base {}
@@ -24,6 +24,15 @@ declare const BatchDeleteImageCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchDeleteImageCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchDeleteImageCommandInput,
31
+ BatchDeleteImageCommandOutput,
32
+ ECRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchDeleteImageCommand extends BatchDeleteImageCommand_base {}
@@ -24,6 +24,15 @@ declare const BatchGetImageCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: BatchGetImageCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ BatchGetImageCommandInput,
31
+ BatchGetImageCommandOutput,
32
+ ECRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class BatchGetImageCommand extends BatchGetImageCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetRepositoryScanningConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetRepositoryScanningConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetRepositoryScanningConfigurationCommandInput,
32
+ BatchGetRepositoryScanningConfigurationCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetRepositoryScanningConfigurationCommand extends BatchGetRepositoryScanningConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const CompleteLayerUploadCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CompleteLayerUploadCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CompleteLayerUploadCommandInput,
32
+ CompleteLayerUploadCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CompleteLayerUploadCommand extends CompleteLayerUploadCommand_base {}
@@ -25,6 +25,15 @@ declare const CreatePullThroughCacheRuleCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreatePullThroughCacheRuleCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreatePullThroughCacheRuleCommandInput,
32
+ CreatePullThroughCacheRuleCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreatePullThroughCacheRuleCommand extends CreatePullThroughCacheRuleCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateRepositoryCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateRepositoryCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateRepositoryCommandInput,
31
+ CreateRepositoryCommandOutput,
32
+ ECRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLifecyclePolicyCommandInput,
32
+ DeleteLifecyclePolicyCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DeletePullThroughCacheRuleCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeletePullThroughCacheRuleCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeletePullThroughCacheRuleCommandInput,
32
+ DeletePullThroughCacheRuleCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeletePullThroughCacheRuleCommand extends DeletePullThroughCacheRuleCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteRegistryPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeleteRegistryPolicyCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteRegistryPolicyCommandInput,
32
+ DeleteRegistryPolicyCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteRegistryPolicyCommand extends DeleteRegistryPolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteRepositoryCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteRepositoryCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteRepositoryCommandInput,
31
+ DeleteRepositoryCommandOutput,
32
+ ECRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteRepositoryPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteRepositoryPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteRepositoryPolicyCommandInput,
32
+ DeleteRepositoryPolicyCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteRepositoryPolicyCommand extends DeleteRepositoryPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeImageReplicationStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeImageReplicationStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeImageReplicationStatusCommandInput,
32
+ DescribeImageReplicationStatusCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeImageReplicationStatusCommand extends DescribeImageReplicationStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeImageScanFindingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeImageScanFindingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeImageScanFindingsCommandInput,
32
+ DescribeImageScanFindingsCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeImageScanFindingsCommand extends DescribeImageScanFindingsCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeImagesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeImagesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeImagesCommandInput,
31
+ DescribeImagesCommandOutput,
32
+ ECRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeImagesCommand extends DescribeImagesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribePullThroughCacheRulesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribePullThroughCacheRulesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribePullThroughCacheRulesCommandInput,
32
+ DescribePullThroughCacheRulesCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribePullThroughCacheRulesCommand extends DescribePullThroughCacheRulesCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeRegistryCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DescribeRegistryCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeRegistryCommandInput,
31
+ DescribeRegistryCommandOutput,
32
+ ECRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeRepositoriesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeRepositoriesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeRepositoriesCommandInput,
32
+ DescribeRepositoriesCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeRepositoriesCommand extends DescribeRepositoriesCommand_base {}
@@ -25,6 +25,15 @@ declare const GetAuthorizationTokenCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetAuthorizationTokenCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetAuthorizationTokenCommandInput,
32
+ GetAuthorizationTokenCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDownloadUrlForLayerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDownloadUrlForLayerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDownloadUrlForLayerCommandInput,
32
+ GetDownloadUrlForLayerCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDownloadUrlForLayerCommand extends GetDownloadUrlForLayerCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLifecyclePolicyCommandInput,
32
+ GetLifecyclePolicyCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLifecyclePolicyPreviewCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLifecyclePolicyPreviewCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLifecyclePolicyPreviewCommandInput,
32
+ GetLifecyclePolicyPreviewCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLifecyclePolicyPreviewCommand extends GetLifecyclePolicyPreviewCommand_base {}
@@ -25,6 +25,15 @@ declare const GetRegistryPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetRegistryPolicyCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRegistryPolicyCommandInput,
32
+ GetRegistryPolicyCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetRegistryPolicyCommand extends GetRegistryPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetRegistryScanningConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetRegistryScanningConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRegistryScanningConfigurationCommandInput,
32
+ GetRegistryScanningConfigurationCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetRegistryScanningConfigurationCommand extends GetRegistryScanningConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetRepositoryPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetRepositoryPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRepositoryPolicyCommandInput,
32
+ GetRepositoryPolicyCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetRepositoryPolicyCommand extends GetRepositoryPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const InitiateLayerUploadCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: InitiateLayerUploadCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ InitiateLayerUploadCommandInput,
32
+ InitiateLayerUploadCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class InitiateLayerUploadCommand extends InitiateLayerUploadCommand_base {}
@@ -21,6 +21,15 @@ declare const ListImagesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListImagesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListImagesCommandInput,
28
+ ListImagesCommandOutput,
29
+ ECRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListImagesCommand extends ListImagesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const PutImageCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutImageCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutImageCommandInput,
28
+ PutImageCommandOutput,
29
+ ECRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutImageCommand extends PutImageCommand_base {}
@@ -25,6 +25,15 @@ declare const PutImageScanningConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutImageScanningConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutImageScanningConfigurationCommandInput,
32
+ PutImageScanningConfigurationCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutImageScanningConfigurationCommand extends PutImageScanningConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const PutImageTagMutabilityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutImageTagMutabilityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutImageTagMutabilityCommandInput,
32
+ PutImageTagMutabilityCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutImageTagMutabilityCommand extends PutImageTagMutabilityCommand_base {}
@@ -25,6 +25,15 @@ declare const PutLifecyclePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutLifecyclePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutLifecyclePolicyCommandInput,
32
+ PutLifecyclePolicyCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutLifecyclePolicyCommand extends PutLifecyclePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const PutRegistryPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutRegistryPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutRegistryPolicyCommandInput,
32
+ PutRegistryPolicyCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutRegistryPolicyCommand extends PutRegistryPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const PutRegistryScanningConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [PutRegistryScanningConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutRegistryScanningConfigurationCommandInput,
32
+ PutRegistryScanningConfigurationCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutRegistryScanningConfigurationCommand extends PutRegistryScanningConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const PutReplicationConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutReplicationConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutReplicationConfigurationCommandInput,
32
+ PutReplicationConfigurationCommandOutput,
33
+ ECRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutReplicationConfigurationCommand extends PutReplicationConfigurationCommand_base {}