@aws-sdk/client-ecr 3.170.0 → 3.178.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 (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/ECR.d.ts +0 -41
  6. package/dist-types/ts3.4/ECRClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/models/ECRServiceException.d.ts +0 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -503
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  54. package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +0 -2
  55. package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +0 -2
  56. package/package.json +27 -27
@@ -18,7 +18,6 @@ export interface DescribeImagesCommandInput extends DescribeImagesRequest {}
18
18
  export interface DescribeImagesCommandOutput
19
19
  extends DescribeImagesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeImagesCommand extends $Command<
23
22
  DescribeImagesCommandInput,
24
23
  DescribeImagesCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeImagesCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeImagesCommandInput;
28
27
  constructor(input: DescribeImagesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribePullThroughCacheRulesCommandInput
19
19
  export interface DescribePullThroughCacheRulesCommandOutput
20
20
  extends DescribePullThroughCacheRulesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribePullThroughCacheRulesCommand extends $Command<
24
23
  DescribePullThroughCacheRulesCommandInput,
25
24
  DescribePullThroughCacheRulesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribePullThroughCacheRulesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribePullThroughCacheRulesCommandInput;
29
28
  constructor(input: DescribePullThroughCacheRulesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {}
18
18
  export interface DescribeRegistryCommandOutput
19
19
  extends DescribeRegistryResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeRegistryCommand extends $Command<
23
22
  DescribeRegistryCommandInput,
24
23
  DescribeRegistryCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeRegistryCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeRegistryCommandInput;
28
27
  constructor(input: DescribeRegistryCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeRepositoriesCommandInput
19
19
  export interface DescribeRepositoriesCommandOutput
20
20
  extends DescribeRepositoriesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeRepositoriesCommand extends $Command<
24
23
  DescribeRepositoriesCommandInput,
25
24
  DescribeRepositoriesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeRepositoriesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeRepositoriesCommandInput;
29
28
  constructor(input: DescribeRepositoriesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetAuthorizationTokenCommandInput
19
19
  export interface GetAuthorizationTokenCommandOutput
20
20
  extends GetAuthorizationTokenResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetAuthorizationTokenCommand extends $Command<
24
23
  GetAuthorizationTokenCommandInput,
25
24
  GetAuthorizationTokenCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetAuthorizationTokenCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetAuthorizationTokenCommandInput;
29
28
  constructor(input: GetAuthorizationTokenCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetDownloadUrlForLayerCommandInput
19
19
  export interface GetDownloadUrlForLayerCommandOutput
20
20
  extends GetDownloadUrlForLayerResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetDownloadUrlForLayerCommand extends $Command<
24
23
  GetDownloadUrlForLayerCommandInput,
25
24
  GetDownloadUrlForLayerCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetDownloadUrlForLayerCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetDownloadUrlForLayerCommandInput;
29
28
  constructor(input: GetDownloadUrlForLayerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetLifecyclePolicyCommandInput
19
19
  export interface GetLifecyclePolicyCommandOutput
20
20
  extends GetLifecyclePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetLifecyclePolicyCommand extends $Command<
24
23
  GetLifecyclePolicyCommandInput,
25
24
  GetLifecyclePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetLifecyclePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetLifecyclePolicyCommandInput;
29
28
  constructor(input: GetLifecyclePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetLifecyclePolicyPreviewCommandInput
19
19
  export interface GetLifecyclePolicyPreviewCommandOutput
20
20
  extends GetLifecyclePolicyPreviewResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetLifecyclePolicyPreviewCommand extends $Command<
24
23
  GetLifecyclePolicyPreviewCommandInput,
25
24
  GetLifecyclePolicyPreviewCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetLifecyclePolicyPreviewCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetLifecyclePolicyPreviewCommandInput;
29
28
  constructor(input: GetLifecyclePolicyPreviewCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetRegistryPolicyCommandInput
19
19
  export interface GetRegistryPolicyCommandOutput
20
20
  extends GetRegistryPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetRegistryPolicyCommand extends $Command<
24
23
  GetRegistryPolicyCommandInput,
25
24
  GetRegistryPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetRegistryPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetRegistryPolicyCommandInput;
29
28
  constructor(input: GetRegistryPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetRegistryScanningConfigurationCommandInput
19
19
  export interface GetRegistryScanningConfigurationCommandOutput
20
20
  extends GetRegistryScanningConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetRegistryScanningConfigurationCommand extends $Command<
24
23
  GetRegistryScanningConfigurationCommandInput,
25
24
  GetRegistryScanningConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetRegistryScanningConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetRegistryScanningConfigurationCommandInput;
29
28
  constructor(input: GetRegistryScanningConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetRepositoryPolicyCommandInput
19
19
  export interface GetRepositoryPolicyCommandOutput
20
20
  extends GetRepositoryPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetRepositoryPolicyCommand extends $Command<
24
23
  GetRepositoryPolicyCommandInput,
25
24
  GetRepositoryPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetRepositoryPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetRepositoryPolicyCommandInput;
29
28
  constructor(input: GetRepositoryPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface InitiateLayerUploadCommandInput
19
19
  export interface InitiateLayerUploadCommandOutput
20
20
  extends InitiateLayerUploadResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class InitiateLayerUploadCommand extends $Command<
24
23
  InitiateLayerUploadCommandInput,
25
24
  InitiateLayerUploadCommandOutput,
@@ -27,7 +26,6 @@ export declare class InitiateLayerUploadCommand extends $Command<
27
26
  > {
28
27
  readonly input: InitiateLayerUploadCommandInput;
29
28
  constructor(input: InitiateLayerUploadCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListImagesCommandInput extends ListImagesRequest {}
15
15
  export interface ListImagesCommandOutput
16
16
  extends ListImagesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListImagesCommand extends $Command<
20
19
  ListImagesCommandInput,
21
20
  ListImagesCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListImagesCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListImagesCommandInput;
25
24
  constructor(input: ListImagesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutImageCommandInput extends PutImageRequest {}
15
15
  export interface PutImageCommandOutput
16
16
  extends PutImageResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class PutImageCommand extends $Command<
20
19
  PutImageCommandInput,
21
20
  PutImageCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutImageCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutImageCommandInput;
25
24
  constructor(input: PutImageCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutImageScanningConfigurationCommandInput
19
19
  export interface PutImageScanningConfigurationCommandOutput
20
20
  extends PutImageScanningConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutImageScanningConfigurationCommand extends $Command<
24
23
  PutImageScanningConfigurationCommandInput,
25
24
  PutImageScanningConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutImageScanningConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutImageScanningConfigurationCommandInput;
29
28
  constructor(input: PutImageScanningConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutImageTagMutabilityCommandInput
19
19
  export interface PutImageTagMutabilityCommandOutput
20
20
  extends PutImageTagMutabilityResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutImageTagMutabilityCommand extends $Command<
24
23
  PutImageTagMutabilityCommandInput,
25
24
  PutImageTagMutabilityCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutImageTagMutabilityCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutImageTagMutabilityCommandInput;
29
28
  constructor(input: PutImageTagMutabilityCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutLifecyclePolicyCommandInput
19
19
  export interface PutLifecyclePolicyCommandOutput
20
20
  extends PutLifecyclePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutLifecyclePolicyCommand extends $Command<
24
23
  PutLifecyclePolicyCommandInput,
25
24
  PutLifecyclePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutLifecyclePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutLifecyclePolicyCommandInput;
29
28
  constructor(input: PutLifecyclePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutRegistryPolicyCommandInput
19
19
  export interface PutRegistryPolicyCommandOutput
20
20
  extends PutRegistryPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutRegistryPolicyCommand extends $Command<
24
23
  PutRegistryPolicyCommandInput,
25
24
  PutRegistryPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutRegistryPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutRegistryPolicyCommandInput;
29
28
  constructor(input: PutRegistryPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutRegistryScanningConfigurationCommandInput
19
19
  export interface PutRegistryScanningConfigurationCommandOutput
20
20
  extends PutRegistryScanningConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutRegistryScanningConfigurationCommand extends $Command<
24
23
  PutRegistryScanningConfigurationCommandInput,
25
24
  PutRegistryScanningConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutRegistryScanningConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutRegistryScanningConfigurationCommandInput;
29
28
  constructor(input: PutRegistryScanningConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutReplicationConfigurationCommandInput
19
19
  export interface PutReplicationConfigurationCommandOutput
20
20
  extends PutReplicationConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutReplicationConfigurationCommand extends $Command<
24
23
  PutReplicationConfigurationCommandInput,
25
24
  PutReplicationConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutReplicationConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutReplicationConfigurationCommandInput;
29
28
  constructor(input: PutReplicationConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface SetRepositoryPolicyCommandInput
19
19
  export interface SetRepositoryPolicyCommandOutput
20
20
  extends SetRepositoryPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class SetRepositoryPolicyCommand extends $Command<
24
23
  SetRepositoryPolicyCommandInput,
25
24
  SetRepositoryPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class SetRepositoryPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: SetRepositoryPolicyCommandInput;
29
28
  constructor(input: SetRepositoryPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface StartImageScanCommandInput extends StartImageScanRequest {}
18
18
  export interface StartImageScanCommandOutput
19
19
  extends StartImageScanResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class StartImageScanCommand extends $Command<
23
22
  StartImageScanCommandInput,
24
23
  StartImageScanCommandOutput,
@@ -26,7 +25,6 @@ export declare class StartImageScanCommand extends $Command<
26
25
  > {
27
26
  readonly input: StartImageScanCommandInput;
28
27
  constructor(input: StartImageScanCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartLifecyclePolicyPreviewCommandInput
19
19
  export interface StartLifecyclePolicyPreviewCommandOutput
20
20
  extends StartLifecyclePolicyPreviewResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartLifecyclePolicyPreviewCommand extends $Command<
24
23
  StartLifecyclePolicyPreviewCommandInput,
25
24
  StartLifecyclePolicyPreviewCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartLifecyclePolicyPreviewCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartLifecyclePolicyPreviewCommandInput;
29
28
  constructor(input: StartLifecyclePolicyPreviewCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ECRClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ECRClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {}
18
18
  export interface UploadLayerPartCommandOutput
19
19
  extends UploadLayerPartResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UploadLayerPartCommand extends $Command<
23
22
  UploadLayerPartCommandInput,
24
23
  UploadLayerPartCommandOutput,
@@ -26,7 +25,6 @@ export declare class UploadLayerPartCommand extends $Command<
26
25
  > {
27
26
  readonly input: UploadLayerPartCommandInput;
28
27
  constructor(input: UploadLayerPartCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ECRClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ECRServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }