@aws-sdk/client-ecr-public 3.296.0 → 3.298.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 (82) hide show
  1. package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDeleteImageCommand.js +2 -3
  3. package/dist-cjs/commands/CompleteLayerUploadCommand.js +2 -3
  4. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeImageTagsCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeImagesCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeRegistriesCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeRepositoriesCommand.js +2 -3
  11. package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -3
  12. package/dist-cjs/commands/GetRegistryCatalogDataCommand.js +2 -3
  13. package/dist-cjs/commands/GetRepositoryCatalogDataCommand.js +2 -3
  14. package/dist-cjs/commands/GetRepositoryPolicyCommand.js +2 -3
  15. package/dist-cjs/commands/InitiateLayerUploadCommand.js +2 -3
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  17. package/dist-cjs/commands/PutImageCommand.js +2 -3
  18. package/dist-cjs/commands/PutRegistryCatalogDataCommand.js +2 -3
  19. package/dist-cjs/commands/PutRepositoryCatalogDataCommand.js +2 -3
  20. package/dist-cjs/commands/SetRepositoryPolicyCommand.js +2 -3
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UploadLayerPartCommand.js +2 -3
  24. package/dist-cjs/models/models_0.js +1 -250
  25. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +2 -3
  26. package/dist-es/commands/BatchDeleteImageCommand.js +2 -3
  27. package/dist-es/commands/CompleteLayerUploadCommand.js +2 -3
  28. package/dist-es/commands/CreateRepositoryCommand.js +2 -3
  29. package/dist-es/commands/DeleteRepositoryCommand.js +2 -3
  30. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +2 -3
  31. package/dist-es/commands/DescribeImageTagsCommand.js +2 -3
  32. package/dist-es/commands/DescribeImagesCommand.js +2 -3
  33. package/dist-es/commands/DescribeRegistriesCommand.js +2 -3
  34. package/dist-es/commands/DescribeRepositoriesCommand.js +2 -3
  35. package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -3
  36. package/dist-es/commands/GetRegistryCatalogDataCommand.js +2 -3
  37. package/dist-es/commands/GetRepositoryCatalogDataCommand.js +2 -3
  38. package/dist-es/commands/GetRepositoryPolicyCommand.js +2 -3
  39. package/dist-es/commands/InitiateLayerUploadCommand.js +2 -3
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  41. package/dist-es/commands/PutImageCommand.js +2 -3
  42. package/dist-es/commands/PutRegistryCatalogDataCommand.js +2 -3
  43. package/dist-es/commands/PutRepositoryCatalogDataCommand.js +2 -3
  44. package/dist-es/commands/SetRepositoryPolicyCommand.js +2 -3
  45. package/dist-es/commands/TagResourceCommand.js +2 -3
  46. package/dist-es/commands/UntagResourceCommand.js +2 -3
  47. package/dist-es/commands/UploadLayerPartCommand.js +2 -3
  48. package/dist-es/models/models_0.js +0 -186
  49. package/dist-types/ECRPUBLIC.d.ts +24 -0
  50. package/dist-types/ECRPUBLICClient.d.ts +24 -4
  51. package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +16 -0
  52. package/dist-types/commands/BatchDeleteImageCommand.d.ts +16 -0
  53. package/dist-types/commands/CompleteLayerUploadCommand.d.ts +16 -0
  54. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  55. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  56. package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeImageTagsCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeImagesCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeRegistriesCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeRepositoriesCommand.d.ts +16 -0
  61. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +16 -0
  62. package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +16 -0
  63. package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +16 -0
  64. package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +16 -0
  65. package/dist-types/commands/InitiateLayerUploadCommand.d.ts +16 -0
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  67. package/dist-types/commands/PutImageCommand.d.ts +16 -0
  68. package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +16 -0
  69. package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +16 -0
  70. package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +16 -0
  71. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  72. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  73. package/dist-types/commands/UploadLayerPartCommand.d.ts +16 -0
  74. package/dist-types/models/ECRPUBLICServiceException.d.ts +2 -0
  75. package/dist-types/models/models_0.d.ts +190 -248
  76. package/dist-types/pagination/DescribeImageTagsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeImagesPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeRegistriesPaginator.d.ts +3 -0
  79. package/dist-types/pagination/DescribeRepositoriesPaginator.d.ts +3 -0
  80. package/dist-types/pagination/Interfaces.d.ts +3 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +0 -170
  82. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the tags for an Amazon ECR Public resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRPUBLICClientResolvedConfig | config} for ECRPUBLICClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
48
55
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECRPUBLICClientResolvedConfig> {
49
56
  readonly input: ListTagsForResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListTagsForResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { PutImageRequest, PutImageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutImageCommand}.
8
10
  */
9
11
  export interface PutImageCommandInput extends PutImageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutImageCommand}.
13
17
  */
14
18
  export interface PutImageCommandOutput extends PutImageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates the image manifest and tags that are associated with an image.</p>
18
23
  * <p>When an image is pushed and all new image layers have been uploaded, the PutImage API is
19
24
  * called once to create or update the image manifest and the tags that are associated with
@@ -32,6 +37,8 @@ export interface PutImageCommandOutput extends PutImageResponse, __MetadataBeare
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param PutImageCommandInput - {@link PutImageCommandInput}
41
+ * @returns {@link PutImageCommandOutput}
35
42
  * @see {@link PutImageCommandInput} for command's `input` shape.
36
43
  * @see {@link PutImageCommandOutput} for command's `response` shape.
37
44
  * @see {@link ECRPUBLICClientResolvedConfig | config} for ECRPUBLICClient's `config` shape.
@@ -82,11 +89,20 @@ export interface PutImageCommandOutput extends PutImageResponse, __MetadataBeare
82
89
  export declare class PutImageCommand extends $Command<PutImageCommandInput, PutImageCommandOutput, ECRPUBLICClientResolvedConfig> {
83
90
  readonly input: PutImageCommandInput;
84
91
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
+ /**
93
+ * @public
94
+ */
85
95
  constructor(input: PutImageCommandInput);
86
96
  /**
87
97
  * @internal
88
98
  */
89
99
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutImageCommandInput, PutImageCommandOutput>;
100
+ /**
101
+ * @internal
102
+ */
90
103
  private serialize;
104
+ /**
105
+ * @internal
106
+ */
91
107
  private deserialize;
92
108
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { PutRegistryCatalogDataRequest, PutRegistryCatalogDataResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutRegistryCatalogDataCommand}.
8
10
  */
9
11
  export interface PutRegistryCatalogDataCommandInput extends PutRegistryCatalogDataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutRegistryCatalogDataCommand}.
13
17
  */
14
18
  export interface PutRegistryCatalogDataCommandOutput extends PutRegistryCatalogDataResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create or update the catalog data for a public 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 PutRegistryCatalogDataCommandOutput extends PutRegistryCatalogD
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutRegistryCatalogDataCommandInput - {@link PutRegistryCatalogDataCommandInput}
34
+ * @returns {@link PutRegistryCatalogDataCommandOutput}
28
35
  * @see {@link PutRegistryCatalogDataCommandInput} for command's `input` shape.
29
36
  * @see {@link PutRegistryCatalogDataCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRPUBLICClientResolvedConfig | config} for ECRPUBLICClient's `config` shape.
@@ -44,11 +51,20 @@ export interface PutRegistryCatalogDataCommandOutput extends PutRegistryCatalogD
44
51
  export declare class PutRegistryCatalogDataCommand extends $Command<PutRegistryCatalogDataCommandInput, PutRegistryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig> {
45
52
  readonly input: PutRegistryCatalogDataCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: PutRegistryCatalogDataCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRegistryCatalogDataCommandInput, PutRegistryCatalogDataCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { PutRepositoryCatalogDataRequest, PutRepositoryCatalogDataResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutRepositoryCatalogDataCommand}.
8
10
  */
9
11
  export interface PutRepositoryCatalogDataCommandInput extends PutRepositoryCatalogDataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutRepositoryCatalogDataCommand}.
13
17
  */
14
18
  export interface PutRepositoryCatalogDataCommandOutput extends PutRepositoryCatalogDataResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates the catalog data for a repository in a public 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 PutRepositoryCatalogDataCommandOutput extends PutRepositoryCata
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutRepositoryCatalogDataCommandInput - {@link PutRepositoryCatalogDataCommandInput}
34
+ * @returns {@link PutRepositoryCatalogDataCommandOutput}
28
35
  * @see {@link PutRepositoryCatalogDataCommandInput} for command's `input` shape.
29
36
  * @see {@link PutRepositoryCatalogDataCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRPUBLICClientResolvedConfig | config} for ECRPUBLICClient's `config` shape.
@@ -48,11 +55,20 @@ export interface PutRepositoryCatalogDataCommandOutput extends PutRepositoryCata
48
55
  export declare class PutRepositoryCatalogDataCommand extends $Command<PutRepositoryCatalogDataCommandInput, PutRepositoryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig> {
49
56
  readonly input: PutRepositoryCatalogDataCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: PutRepositoryCatalogDataCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRepositoryCatalogDataCommandInput, PutRepositoryCatalogDataCommandOutput>;
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 { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetRepositoryPolicyCommand}.
8
10
  */
9
11
  export interface SetRepositoryPolicyCommandInput extends SetRepositoryPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetRepositoryPolicyCommand}.
13
17
  */
14
18
  export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Applies a repository policy to the specified public repository to control access
18
23
  * permissions. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policies.html">Amazon ECR Repository
19
24
  * Policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param SetRepositoryPolicyCommandInput - {@link SetRepositoryPolicyCommandInput}
36
+ * @returns {@link SetRepositoryPolicyCommandOutput}
30
37
  * @see {@link SetRepositoryPolicyCommandInput} for command's `input` shape.
31
38
  * @see {@link SetRepositoryPolicyCommandOutput} for command's `response` shape.
32
39
  * @see {@link ECRPUBLICClientResolvedConfig | config} for ECRPUBLICClient's `config` shape.
@@ -50,11 +57,20 @@ export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyRes
50
57
  export declare class SetRepositoryPolicyCommand extends $Command<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig> {
51
58
  readonly input: SetRepositoryPolicyCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: SetRepositoryPolicyCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
18
23
  * If existing tags on a resource aren't specified in the request parameters, they aren't
19
24
  * changed. When a resource is deleted, the tags associated with that resource are also
@@ -28,6 +33,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
37
+ * @returns {@link TagResourceCommandOutput}
31
38
  * @see {@link TagResourceCommandInput} for command's `input` shape.
32
39
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
33
40
  * @see {@link ECRPUBLICClientResolvedConfig | config} for ECRPUBLICClient's `config` shape.
@@ -58,11 +65,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
58
65
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ECRPUBLICClientResolvedConfig> {
59
66
  readonly input: TagResourceCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: TagResourceCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes specified tags from a resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ECRPUBLICClientResolvedConfig | config} for ECRPUBLICClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
55
62
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ECRPUBLICClientResolvedConfig> {
56
63
  readonly input: UntagResourceCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UntagResourceCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
5
5
  import { UploadLayerPartRequest, UploadLayerPartResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UploadLayerPartCommand}.
8
10
  */
9
11
  export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UploadLayerPartCommand}.
13
17
  */
14
18
  export interface UploadLayerPartCommandOutput extends UploadLayerPartResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Uploads an image layer part to Amazon ECR.</p>
18
23
  * <p>When an image is pushed, each new image layer is uploaded in parts. The maximum size of
19
24
  * each image layer part can be 20971520 bytes (about 20MB). The UploadLayerPart API is called
@@ -31,6 +36,8 @@ export interface UploadLayerPartCommandOutput extends UploadLayerPartResponse, _
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param UploadLayerPartCommandInput - {@link UploadLayerPartCommandInput}
40
+ * @returns {@link UploadLayerPartCommandOutput}
34
41
  * @see {@link UploadLayerPartCommandInput} for command's `input` shape.
35
42
  * @see {@link UploadLayerPartCommandOutput} for command's `response` shape.
36
43
  * @see {@link ECRPUBLICClientResolvedConfig | config} for ECRPUBLICClient's `config` shape.
@@ -70,11 +77,20 @@ export interface UploadLayerPartCommandOutput extends UploadLayerPartResponse, _
70
77
  export declare class UploadLayerPartCommand extends $Command<UploadLayerPartCommandInput, UploadLayerPartCommandOutput, ECRPUBLICClientResolvedConfig> {
71
78
  readonly input: UploadLayerPartCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: UploadLayerPartCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRPUBLICClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadLayerPartCommandInput, UploadLayerPartCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ECRPUBLIC service.
4
6
  */
5
7
  export declare class ECRPUBLICServiceException extends __ServiceException {