@aws-sdk/client-ecr 3.296.0 → 3.297.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 (53) hide show
  1. package/dist-types/ECR.d.ts +42 -0
  2. package/dist-types/ECRClient.d.ts +24 -4
  3. package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDeleteImageCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchGetImageCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +16 -0
  7. package/dist-types/commands/CompleteLayerUploadCommand.d.ts +16 -0
  8. package/dist-types/commands/CreatePullThroughCacheRuleCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +16 -0
  11. package/dist-types/commands/DeletePullThroughCacheRuleCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteRegistryPolicyCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +16 -0
  15. package/dist-types/commands/DescribeImageReplicationStatusCommand.d.ts +16 -0
  16. package/dist-types/commands/DescribeImageScanFindingsCommand.d.ts +16 -0
  17. package/dist-types/commands/DescribeImagesCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribePullThroughCacheRulesCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeRegistryCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeRepositoriesCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +16 -0
  22. package/dist-types/commands/GetDownloadUrlForLayerCommand.d.ts +16 -0
  23. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +16 -0
  24. package/dist-types/commands/GetLifecyclePolicyPreviewCommand.d.ts +16 -0
  25. package/dist-types/commands/GetRegistryPolicyCommand.d.ts +16 -0
  26. package/dist-types/commands/GetRegistryScanningConfigurationCommand.d.ts +16 -0
  27. package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/InitiateLayerUploadCommand.d.ts +16 -0
  29. package/dist-types/commands/ListImagesCommand.d.ts +16 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  31. package/dist-types/commands/PutImageCommand.d.ts +16 -0
  32. package/dist-types/commands/PutImageScanningConfigurationCommand.d.ts +16 -0
  33. package/dist-types/commands/PutImageTagMutabilityCommand.d.ts +16 -0
  34. package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +16 -0
  35. package/dist-types/commands/PutRegistryPolicyCommand.d.ts +16 -0
  36. package/dist-types/commands/PutRegistryScanningConfigurationCommand.d.ts +16 -0
  37. package/dist-types/commands/PutReplicationConfigurationCommand.d.ts +16 -0
  38. package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +16 -0
  39. package/dist-types/commands/StartImageScanCommand.d.ts +16 -0
  40. package/dist-types/commands/StartLifecyclePolicyPreviewCommand.d.ts +16 -0
  41. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  42. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  43. package/dist-types/commands/UploadLayerPartCommand.d.ts +16 -0
  44. package/dist-types/models/ECRServiceException.d.ts +2 -0
  45. package/dist-types/models/models_0.d.ts +370 -0
  46. package/dist-types/pagination/DescribeImageScanFindingsPaginator.d.ts +3 -0
  47. package/dist-types/pagination/DescribeImagesPaginator.d.ts +3 -0
  48. package/dist-types/pagination/DescribePullThroughCacheRulesPaginator.d.ts +3 -0
  49. package/dist-types/pagination/DescribeRepositoriesPaginator.d.ts +3 -0
  50. package/dist-types/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +3 -0
  51. package/dist-types/pagination/Interfaces.d.ts +3 -0
  52. package/dist-types/pagination/ListImagesPaginator.d.ts +3 -0
  53. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { CreatePullThroughCacheRuleRequest, CreatePullThroughCacheRuleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreatePullThroughCacheRuleCommand}.
8
10
  */
9
11
  export interface CreatePullThroughCacheRuleCommandInput extends CreatePullThroughCacheRuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreatePullThroughCacheRuleCommand}.
13
17
  */
14
18
  export interface CreatePullThroughCacheRuleCommandOutput extends CreatePullThroughCacheRuleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a pull through cache rule. A pull through cache rule provides a way to cache
18
23
  * images from an external public registry in your Amazon ECR private registry.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreatePullThroughCacheRuleCommandOutput extends CreatePullThrou
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreatePullThroughCacheRuleCommandInput - {@link CreatePullThroughCacheRuleCommandInput}
35
+ * @returns {@link CreatePullThroughCacheRuleCommandOutput}
29
36
  * @see {@link CreatePullThroughCacheRuleCommandInput} for command's `input` shape.
30
37
  * @see {@link CreatePullThroughCacheRuleCommandOutput} for command's `response` shape.
31
38
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -57,11 +64,20 @@ export interface CreatePullThroughCacheRuleCommandOutput extends CreatePullThrou
57
64
  export declare class CreatePullThroughCacheRuleCommand extends $Command<CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig> {
58
65
  readonly input: CreatePullThroughCacheRuleCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: CreatePullThroughCacheRuleCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRepositoryCommand}.
8
10
  */
9
11
  export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRepositoryCommand}.
13
17
  */
14
18
  export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a repository. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/Repositories.html">Amazon ECR repositories</a> in the
18
23
  * <i>Amazon Elastic Container Registry User Guide</i>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateRepositoryCommandInput - {@link CreateRepositoryCommandInput}
35
+ * @returns {@link CreateRepositoryCommandOutput}
29
36
  * @see {@link CreateRepositoryCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateRepositoryCommandOutput} for command's `response` shape.
31
38
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -81,11 +88,20 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse,
81
88
  export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ECRClientResolvedConfig> {
82
89
  readonly input: CreateRepositoryCommandInput;
83
90
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
+ /**
92
+ * @public
93
+ */
84
94
  constructor(input: CreateRepositoryCommandInput);
85
95
  /**
86
96
  * @internal
87
97
  */
88
98
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
99
+ /**
100
+ * @internal
101
+ */
89
102
  private serialize;
103
+ /**
104
+ * @internal
105
+ */
90
106
  private deserialize;
91
107
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteLifecyclePolicyCommand}.
8
10
  */
9
11
  export interface DeleteLifecyclePolicyCommandInput extends DeleteLifecyclePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteLifecyclePolicyCommand}.
13
17
  */
14
18
  export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the lifecycle policy associated with the specified repository.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteLifecyclePolicyCommandInput - {@link DeleteLifecyclePolicyCommandInput}
34
+ * @returns {@link DeleteLifecyclePolicyCommandOutput}
28
35
  * @see {@link DeleteLifecyclePolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteLifecyclePolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
49
56
  export declare class DeleteLifecyclePolicyCommand extends $Command<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, ECRClientResolvedConfig> {
50
57
  readonly input: DeleteLifecyclePolicyCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteLifecyclePolicyCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DeletePullThroughCacheRuleRequest, DeletePullThroughCacheRuleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeletePullThroughCacheRuleCommand}.
8
10
  */
9
11
  export interface DeletePullThroughCacheRuleCommandInput extends DeletePullThroughCacheRuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeletePullThroughCacheRuleCommand}.
13
17
  */
14
18
  export interface DeletePullThroughCacheRuleCommandOutput extends DeletePullThroughCacheRuleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a pull through cache rule.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeletePullThroughCacheRuleCommandOutput extends DeletePullThrou
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeletePullThroughCacheRuleCommandInput - {@link DeletePullThroughCacheRuleCommandInput}
34
+ * @returns {@link DeletePullThroughCacheRuleCommandOutput}
28
35
  * @see {@link DeletePullThroughCacheRuleCommandInput} for command's `input` shape.
29
36
  * @see {@link DeletePullThroughCacheRuleCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DeletePullThroughCacheRuleCommandOutput extends DeletePullThrou
48
55
  export declare class DeletePullThroughCacheRuleCommand extends $Command<DeletePullThroughCacheRuleCommandInput, DeletePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig> {
49
56
  readonly input: DeletePullThroughCacheRuleCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DeletePullThroughCacheRuleCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePullThroughCacheRuleCommandInput, DeletePullThroughCacheRuleCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DeleteRegistryPolicyRequest, DeleteRegistryPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRegistryPolicyCommand}.
8
10
  */
9
11
  export interface DeleteRegistryPolicyCommandInput extends DeleteRegistryPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRegistryPolicyCommand}.
13
17
  */
14
18
  export interface DeleteRegistryPolicyCommandOutput extends DeleteRegistryPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the registry permissions policy.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRegistryPolicyCommandOutput extends DeleteRegistryPolicyR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRegistryPolicyCommandInput - {@link DeleteRegistryPolicyCommandInput}
34
+ * @returns {@link DeleteRegistryPolicyCommandOutput}
28
35
  * @see {@link DeleteRegistryPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRegistryPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteRegistryPolicyCommandOutput extends DeleteRegistryPolicyR
47
54
  export declare class DeleteRegistryPolicyCommand extends $Command<DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput, ECRClientResolvedConfig> {
48
55
  readonly input: DeleteRegistryPolicyCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteRegistryPolicyCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRepositoryCommand}.
8
10
  */
9
11
  export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRepositoryCommand}.
13
17
  */
14
18
  export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a repository. If the repository contains images, you must either delete all
18
23
  * images in the repository or use the <code>force</code> option to delete the
19
24
  * repository.</p>
@@ -27,6 +32,8 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse,
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteRepositoryCommandInput - {@link DeleteRepositoryCommandInput}
36
+ * @returns {@link DeleteRepositoryCommandOutput}
30
37
  * @see {@link DeleteRepositoryCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteRepositoryCommandOutput} for command's `response` shape.
32
39
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -75,11 +82,20 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse,
75
82
  export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ECRClientResolvedConfig> {
76
83
  readonly input: DeleteRepositoryCommandInput;
77
84
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
78
88
  constructor(input: DeleteRepositoryCommandInput);
79
89
  /**
80
90
  * @internal
81
91
  */
82
92
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
83
96
  private serialize;
97
+ /**
98
+ * @internal
99
+ */
84
100
  private deserialize;
85
101
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRepositoryPolicyCommand}.
8
10
  */
9
11
  export interface DeleteRepositoryPolicyCommandInput extends DeleteRepositoryPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRepositoryPolicyCommand}.
13
17
  */
14
18
  export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the repository policy associated with the specified repository.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPol
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRepositoryPolicyCommandInput - {@link DeleteRepositoryPolicyCommandInput}
34
+ * @returns {@link DeleteRepositoryPolicyCommandOutput}
28
35
  * @see {@link DeleteRepositoryPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRepositoryPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -67,11 +74,20 @@ export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPol
67
74
  export declare class DeleteRepositoryPolicyCommand extends $Command<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, ECRClientResolvedConfig> {
68
75
  readonly input: DeleteRepositoryPolicyCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: DeleteRepositoryPolicyCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DescribeImageReplicationStatusRequest, DescribeImageReplicationStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeImageReplicationStatusCommand}.
8
10
  */
9
11
  export interface DescribeImageReplicationStatusCommandInput extends DescribeImageReplicationStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeImageReplicationStatusCommand}.
13
17
  */
14
18
  export interface DescribeImageReplicationStatusCommandOutput extends DescribeImageReplicationStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the replication status for a specified image.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeImageReplicationStatusCommandOutput extends DescribeIma
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeImageReplicationStatusCommandInput - {@link DescribeImageReplicationStatusCommandInput}
34
+ * @returns {@link DescribeImageReplicationStatusCommandOutput}
28
35
  * @see {@link DescribeImageReplicationStatusCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeImageReplicationStatusCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DescribeImageReplicationStatusCommandOutput extends DescribeIma
51
58
  export declare class DescribeImageReplicationStatusCommand extends $Command<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput, ECRClientResolvedConfig> {
52
59
  readonly input: DescribeImageReplicationStatusCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DescribeImageReplicationStatusCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DescribeImageScanFindingsRequest, DescribeImageScanFindingsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeImageScanFindingsCommand}.
8
10
  */
9
11
  export interface DescribeImageScanFindingsCommandInput extends DescribeImageScanFindingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeImageScanFindingsCommand}.
13
17
  */
14
18
  export interface DescribeImageScanFindingsCommandOutput extends DescribeImageScanFindingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the scan findings for the specified image.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeImageScanFindingsCommandOutput extends DescribeImageSca
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeImageScanFindingsCommandInput - {@link DescribeImageScanFindingsCommandInput}
34
+ * @returns {@link DescribeImageScanFindingsCommandOutput}
28
35
  * @see {@link DescribeImageScanFindingsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeImageScanFindingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeImageScanFindingsCommandOutput extends DescribeImageSca
55
62
  export declare class DescribeImageScanFindingsCommand extends $Command<DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput, ECRClientResolvedConfig> {
56
63
  readonly input: DescribeImageScanFindingsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeImageScanFindingsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeImagesCommand}.
8
10
  */
9
11
  export interface DescribeImagesCommandInput extends DescribeImagesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeImagesCommand}.
13
17
  */
14
18
  export interface DescribeImagesCommandOutput extends DescribeImagesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns metadata about the images in a repository.</p>
18
23
  * <note>
19
24
  * <p>Beginning with Docker version 1.9, the Docker client compresses image layers
@@ -31,6 +36,8 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResponse, __M
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DescribeImagesCommandInput - {@link DescribeImagesCommandInput}
40
+ * @returns {@link DescribeImagesCommandOutput}
34
41
  * @see {@link DescribeImagesCommandInput} for command's `input` shape.
35
42
  * @see {@link DescribeImagesCommandOutput} for command's `response` shape.
36
43
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResponse, __M
54
61
  export declare class DescribeImagesCommand extends $Command<DescribeImagesCommandInput, DescribeImagesCommandOutput, ECRClientResolvedConfig> {
55
62
  readonly input: DescribeImagesCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DescribeImagesCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImagesCommandInput, DescribeImagesCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DescribePullThroughCacheRulesRequest, DescribePullThroughCacheRulesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribePullThroughCacheRulesCommand}.
8
10
  */
9
11
  export interface DescribePullThroughCacheRulesCommandInput extends DescribePullThroughCacheRulesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribePullThroughCacheRulesCommand}.
13
17
  */
14
18
  export interface DescribePullThroughCacheRulesCommandOutput extends DescribePullThroughCacheRulesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the pull through cache rules for a registry.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribePullThroughCacheRulesCommandOutput extends DescribePull
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribePullThroughCacheRulesCommandInput - {@link DescribePullThroughCacheRulesCommandInput}
34
+ * @returns {@link DescribePullThroughCacheRulesCommandOutput}
28
35
  * @see {@link DescribePullThroughCacheRulesCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribePullThroughCacheRulesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DescribePullThroughCacheRulesCommandOutput extends DescribePull
48
55
  export declare class DescribePullThroughCacheRulesCommand extends $Command<DescribePullThroughCacheRulesCommandInput, DescribePullThroughCacheRulesCommandOutput, ECRClientResolvedConfig> {
49
56
  readonly input: DescribePullThroughCacheRulesCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DescribePullThroughCacheRulesCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePullThroughCacheRulesCommandInput, DescribePullThroughCacheRulesCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRegistryCommand}.
8
10
  */
9
11
  export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRegistryCommand}.
13
17
  */
14
18
  export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the settings for a registry. The replication configuration for a repository
18
23
  * can be created or updated with the <a>PutReplicationConfiguration</a> API
19
24
  * action.</p>
@@ -27,6 +32,8 @@ export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse,
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeRegistryCommandInput - {@link DescribeRegistryCommandInput}
36
+ * @returns {@link DescribeRegistryCommandOutput}
30
37
  * @see {@link DescribeRegistryCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeRegistryCommandOutput} for command's `response` shape.
32
39
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse,
46
53
  export declare class DescribeRegistryCommand extends $Command<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, ECRClientResolvedConfig> {
47
54
  readonly input: DescribeRegistryCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DescribeRegistryCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRegistryCommandInput, DescribeRegistryCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
5
5
  import { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRepositoriesCommand}.
8
10
  */
9
11
  export interface DescribeRepositoriesCommandInput extends DescribeRepositoriesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRepositoriesCommand}.
13
17
  */
14
18
  export interface DescribeRepositoriesCommandOutput extends DescribeRepositoriesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes image repositories in a registry.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeRepositoriesCommandOutput extends DescribeRepositoriesR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeRepositoriesCommandInput - {@link DescribeRepositoriesCommandInput}
34
+ * @returns {@link DescribeRepositoriesCommandOutput}
28
35
  * @see {@link DescribeRepositoriesCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeRepositoriesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRClientResolvedConfig | config} for ECRClient's `config` shape.
@@ -70,11 +77,20 @@ export interface DescribeRepositoriesCommandOutput extends DescribeRepositoriesR
70
77
  export declare class DescribeRepositoriesCommand extends $Command<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput, ECRClientResolvedConfig> {
71
78
  readonly input: DescribeRepositoriesCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: DescribeRepositoriesCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }