@aws-sdk/client-ecr 3.529.1 → 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 (99) 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 +3 -2
  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/runtimeConfig.browser.d.ts +2 -2
  48. package/dist-types/runtimeConfig.d.ts +2 -2
  49. package/dist-types/runtimeConfig.native.d.ts +2 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  51. package/dist-types/ts3.4/ECR.d.ts +8 -0
  52. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdatePullThroughCacheRuleCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ValidatePullThroughCacheRuleCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  99. package/package.json +41 -41
@@ -101,6 +101,7 @@ export interface ECR {
101
101
  /**
102
102
  * @see {@link DeleteRegistryPolicyCommand}
103
103
  */
104
+ deleteRegistryPolicy(): Promise<DeleteRegistryPolicyCommandOutput>;
104
105
  deleteRegistryPolicy(args: DeleteRegistryPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRegistryPolicyCommandOutput>;
105
106
  deleteRegistryPolicy(args: DeleteRegistryPolicyCommandInput, cb: (err: any, data?: DeleteRegistryPolicyCommandOutput) => void): void;
106
107
  deleteRegistryPolicy(args: DeleteRegistryPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegistryPolicyCommandOutput) => void): void;
@@ -137,24 +138,28 @@ export interface ECR {
137
138
  /**
138
139
  * @see {@link DescribePullThroughCacheRulesCommand}
139
140
  */
141
+ describePullThroughCacheRules(): Promise<DescribePullThroughCacheRulesCommandOutput>;
140
142
  describePullThroughCacheRules(args: DescribePullThroughCacheRulesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePullThroughCacheRulesCommandOutput>;
141
143
  describePullThroughCacheRules(args: DescribePullThroughCacheRulesCommandInput, cb: (err: any, data?: DescribePullThroughCacheRulesCommandOutput) => void): void;
142
144
  describePullThroughCacheRules(args: DescribePullThroughCacheRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePullThroughCacheRulesCommandOutput) => void): void;
143
145
  /**
144
146
  * @see {@link DescribeRegistryCommand}
145
147
  */
148
+ describeRegistry(): Promise<DescribeRegistryCommandOutput>;
146
149
  describeRegistry(args: DescribeRegistryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRegistryCommandOutput>;
147
150
  describeRegistry(args: DescribeRegistryCommandInput, cb: (err: any, data?: DescribeRegistryCommandOutput) => void): void;
148
151
  describeRegistry(args: DescribeRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRegistryCommandOutput) => void): void;
149
152
  /**
150
153
  * @see {@link DescribeRepositoriesCommand}
151
154
  */
155
+ describeRepositories(): Promise<DescribeRepositoriesCommandOutput>;
152
156
  describeRepositories(args: DescribeRepositoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRepositoriesCommandOutput>;
153
157
  describeRepositories(args: DescribeRepositoriesCommandInput, cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void): void;
154
158
  describeRepositories(args: DescribeRepositoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void): void;
155
159
  /**
156
160
  * @see {@link GetAuthorizationTokenCommand}
157
161
  */
162
+ getAuthorizationToken(): Promise<GetAuthorizationTokenCommandOutput>;
158
163
  getAuthorizationToken(args: GetAuthorizationTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetAuthorizationTokenCommandOutput>;
159
164
  getAuthorizationToken(args: GetAuthorizationTokenCommandInput, cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void): void;
160
165
  getAuthorizationToken(args: GetAuthorizationTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void): void;
@@ -179,12 +184,14 @@ export interface ECR {
179
184
  /**
180
185
  * @see {@link GetRegistryPolicyCommand}
181
186
  */
187
+ getRegistryPolicy(): Promise<GetRegistryPolicyCommandOutput>;
182
188
  getRegistryPolicy(args: GetRegistryPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetRegistryPolicyCommandOutput>;
183
189
  getRegistryPolicy(args: GetRegistryPolicyCommandInput, cb: (err: any, data?: GetRegistryPolicyCommandOutput) => void): void;
184
190
  getRegistryPolicy(args: GetRegistryPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegistryPolicyCommandOutput) => void): void;
185
191
  /**
186
192
  * @see {@link GetRegistryScanningConfigurationCommand}
187
193
  */
194
+ getRegistryScanningConfiguration(): Promise<GetRegistryScanningConfigurationCommandOutput>;
188
195
  getRegistryScanningConfiguration(args: GetRegistryScanningConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetRegistryScanningConfigurationCommandOutput>;
189
196
  getRegistryScanningConfiguration(args: GetRegistryScanningConfigurationCommandInput, cb: (err: any, data?: GetRegistryScanningConfigurationCommandOutput) => void): void;
190
197
  getRegistryScanningConfiguration(args: GetRegistryScanningConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegistryScanningConfigurationCommandOutput) => void): void;
@@ -245,6 +252,7 @@ export interface ECR {
245
252
  /**
246
253
  * @see {@link PutRegistryScanningConfigurationCommand}
247
254
  */
255
+ putRegistryScanningConfiguration(): Promise<PutRegistryScanningConfigurationCommandOutput>;
248
256
  putRegistryScanningConfiguration(args: PutRegistryScanningConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutRegistryScanningConfigurationCommandOutput>;
249
257
  putRegistryScanningConfiguration(args: PutRegistryScanningConfigurationCommandInput, cb: (err: any, data?: PutRegistryScanningConfigurationCommandOutput) => void): void;
250
258
  putRegistryScanningConfiguration(args: PutRegistryScanningConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRegistryScanningConfigurationCommandOutput) => void): void;
@@ -304,7 +312,6 @@ export interface ECR {
304
312
  validatePullThroughCacheRule(args: ValidatePullThroughCacheRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidatePullThroughCacheRuleCommandOutput) => void): void;
305
313
  }
306
314
  /**
307
- * @public
308
315
  * <fullname>Amazon Elastic Container Registry</fullname>
309
316
  * <p>Amazon Elastic Container Registry (Amazon ECR) is a managed container image registry service. Customers can use the
310
317
  * familiar Docker CLI, or their preferred client, to push, pull, and manage images. Amazon ECR
@@ -314,6 +321,7 @@ export interface ECR {
314
321
  * repositories and images.</p>
315
322
  * <p>Amazon ECR has service endpoints in each supported Region. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/ecr.html">Amazon ECR endpoints</a> in the
316
323
  * <i>Amazon Web Services General Reference</i>.</p>
324
+ * @public
317
325
  */
318
326
  export declare class ECR extends ECRClient implements ECR {
319
327
  }
@@ -194,7 +194,6 @@ export type ECRClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
194
194
  export interface ECRClientResolvedConfig extends ECRClientResolvedConfigType {
195
195
  }
196
196
  /**
197
- * @public
198
197
  * <fullname>Amazon Elastic Container Registry</fullname>
199
198
  * <p>Amazon Elastic Container Registry (Amazon ECR) is a managed container image registry service. Customers can use the
200
199
  * familiar Docker CLI, or their preferred client, to push, pull, and manage images. Amazon ECR
@@ -204,6 +203,7 @@ export interface ECRClientResolvedConfig extends ECRClientResolvedConfigType {
204
203
  * repositories and images.</p>
205
204
  * <p>Amazon ECR has service endpoints in each supported Region. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/ecr.html">Amazon ECR endpoints</a> in the
206
205
  * <i>Amazon Web Services General Reference</i>.</p>
206
+ * @public
207
207
  */
208
208
  export declare class ECRClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ECRClientResolvedConfig> {
209
209
  /**
@@ -22,10 +22,10 @@ export interface BatchCheckLayerAvailabilityCommandOutput extends BatchCheckLaye
22
22
  }
23
23
  declare const BatchCheckLayerAvailabilityCommand_base: {
24
24
  new (input: BatchCheckLayerAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchCheckLayerAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Checks the availability of one or more image layers in a repository.</p>
30
30
  * <p>When an image is pushed to a repository, each image layer is checked to verify if it
31
31
  * has been uploaded before. If it has been uploaded, then the image layer is
@@ -89,6 +89,7 @@ declare const BatchCheckLayerAvailabilityCommand_base: {
89
89
  * @throws {@link ECRServiceException}
90
90
  * <p>Base exception class for all service exceptions from ECR service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class BatchCheckLayerAvailabilityCommand extends BatchCheckLayerAvailabilityCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface BatchDeleteImageCommandOutput extends BatchDeleteImageResponse,
22
22
  }
23
23
  declare const BatchDeleteImageCommand_base: {
24
24
  new (input: BatchDeleteImageCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDeleteImageCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a list of specified images within a repository. Images are specified with
30
30
  * either an <code>imageTag</code> or <code>imageDigest</code>.</p>
31
31
  * <p>You can remove a tag from an image by specifying the image's tag in your request. When
@@ -91,6 +91,7 @@ declare const BatchDeleteImageCommand_base: {
91
91
  * @throws {@link ECRServiceException}
92
92
  * <p>Base exception class for all service exceptions from ECR service.</p>
93
93
  *
94
+ * @public
94
95
  * @example To delete multiple images
95
96
  * ```javascript
96
97
  * // This example deletes images with the tags precise and trusty in a repository called ubuntu in the default registry for an account.
@@ -22,10 +22,10 @@ export interface BatchGetImageCommandOutput extends BatchGetImageResponse, __Met
22
22
  }
23
23
  declare const BatchGetImageCommand_base: {
24
24
  new (input: BatchGetImageCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetImageCommandInput, BatchGetImageCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetImageCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetImageCommandInput, BatchGetImageCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets detailed information for an image. Images are specified with either an
30
30
  * <code>imageTag</code> or <code>imageDigest</code>.</p>
31
31
  * <p>When an image is pulled, the BatchGetImage API is called once to retrieve the image
@@ -108,6 +108,7 @@ declare const BatchGetImageCommand_base: {
108
108
  * @throws {@link ECRServiceException}
109
109
  * <p>Base exception class for all service exceptions from ECR service.</p>
110
110
  *
111
+ * @public
111
112
  * @example To obtain multiple images in a single request
112
113
  * ```javascript
113
114
  * // This example obtains information for an image with a specified image digest ID from the repository named ubuntu in the current account.
@@ -22,10 +22,10 @@ export interface BatchGetRepositoryScanningConfigurationCommandOutput extends Ba
22
22
  }
23
23
  declare const BatchGetRepositoryScanningConfigurationCommand_base: {
24
24
  new (input: BatchGetRepositoryScanningConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRepositoryScanningConfigurationCommandInput, BatchGetRepositoryScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetRepositoryScanningConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRepositoryScanningConfigurationCommandInput, BatchGetRepositoryScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the scanning configuration for one or more repositories.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const BatchGetRepositoryScanningConfigurationCommand_base: {
89
89
  * @throws {@link ECRServiceException}
90
90
  * <p>Base exception class for all service exceptions from ECR service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class BatchGetRepositoryScanningConfigurationCommand extends BatchGetRepositoryScanningConfigurationCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CompleteLayerUploadCommandOutput extends CompleteLayerUploadRes
22
22
  }
23
23
  declare const CompleteLayerUploadCommand_base: {
24
24
  new (input: CompleteLayerUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CompleteLayerUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Informs Amazon ECR that the image layer upload has completed for a specified registry,
30
30
  * repository name, and upload ID. You can optionally provide a <code>sha256</code> digest
31
31
  * of the image layer for data validation purposes.</p>
@@ -100,6 +100,7 @@ declare const CompleteLayerUploadCommand_base: {
100
100
  * @throws {@link ECRServiceException}
101
101
  * <p>Base exception class for all service exceptions from ECR service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class CompleteLayerUploadCommand extends CompleteLayerUploadCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface CreatePullThroughCacheRuleCommandOutput extends CreatePullThrou
22
22
  }
23
23
  declare const CreatePullThroughCacheRuleCommand_base: {
24
24
  new (input: CreatePullThroughCacheRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePullThroughCacheRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a pull through cache rule. A pull through cache rule provides a way to cache
30
30
  * images from an upstream registry source in your Amazon ECR private registry. For more
31
31
  * information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache.html">Using pull through cache
@@ -99,6 +99,7 @@ declare const CreatePullThroughCacheRuleCommand_base: {
99
99
  * @throws {@link ECRServiceException}
100
100
  * <p>Base exception class for all service exceptions from ECR service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class CreatePullThroughCacheRuleCommand extends CreatePullThroughCacheRuleCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse,
22
22
  }
23
23
  declare const CreateRepositoryCommand_base: {
24
24
  new (input: CreateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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
30
30
  * <i>Amazon Elastic Container Registry User Guide</i>.</p>
31
31
  * @example
@@ -109,6 +109,7 @@ declare const CreateRepositoryCommand_base: {
109
109
  * @throws {@link ECRServiceException}
110
110
  * <p>Base exception class for all service exceptions from ECR service.</p>
111
111
  *
112
+ * @public
112
113
  * @example To create a new repository
113
114
  * ```javascript
114
115
  * // This example creates a repository called nginx-web-app inside the project-a namespace in the default registry for an account.
@@ -22,10 +22,10 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
22
22
  }
23
23
  declare const DeleteLifecyclePolicyCommand_base: {
24
24
  new (input: DeleteLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the lifecycle policy associated with the specified repository.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DeleteLifecyclePolicyCommand_base: {
75
75
  * @throws {@link ECRServiceException}
76
76
  * <p>Base exception class for all service exceptions from ECR service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeletePullThroughCacheRuleCommandOutput extends DeletePullThrou
22
22
  }
23
23
  declare const DeletePullThroughCacheRuleCommand_base: {
24
24
  new (input: DeletePullThroughCacheRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePullThroughCacheRuleCommandInput, DeletePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePullThroughCacheRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePullThroughCacheRuleCommandInput, DeletePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a pull through cache rule.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeletePullThroughCacheRuleCommand_base: {
72
72
  * @throws {@link ECRServiceException}
73
73
  * <p>Base exception class for all service exceptions from ECR service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeletePullThroughCacheRuleCommand extends DeletePullThroughCacheRuleCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteRegistryPolicyCommandOutput extends DeleteRegistryPolicyR
22
22
  }
23
23
  declare const DeleteRegistryPolicyCommand_base: {
24
24
  new (input: DeleteRegistryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteRegistryPolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the registry permissions policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteRegistryPolicyCommand_base: {
65
65
  * @throws {@link ECRServiceException}
66
66
  * <p>Base exception class for all service exceptions from ECR service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteRegistryPolicyCommand extends DeleteRegistryPolicyCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse,
22
22
  }
23
23
  declare const DeleteRepositoryCommand_base: {
24
24
  new (input: DeleteRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a repository. If the repository isn't empty, you must either delete the
30
30
  * contents of the repository or use the <code>force</code> option to delete the repository
31
31
  * and have Amazon ECR delete all of its contents on your behalf.</p>
@@ -89,6 +89,7 @@ declare const DeleteRepositoryCommand_base: {
89
89
  * @throws {@link ECRServiceException}
90
90
  * <p>Base exception class for all service exceptions from ECR service.</p>
91
91
  *
92
+ * @public
92
93
  * @example To force delete a repository
93
94
  * ```javascript
94
95
  * // This example force deletes a repository named ubuntu in the default registry for an account. The force parameter is required if the repository contains images.
@@ -22,10 +22,10 @@ export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPol
22
22
  }
23
23
  declare const DeleteRepositoryPolicyCommand_base: {
24
24
  new (input: DeleteRepositoryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRepositoryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the repository policy associated with the specified repository.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DeleteRepositoryPolicyCommand_base: {
71
71
  * @throws {@link ECRServiceException}
72
72
  * <p>Base exception class for all service exceptions from ECR service.</p>
73
73
  *
74
+ * @public
74
75
  * @example To delete the policy associated with a repository
75
76
  * ```javascript
76
77
  * // This example deletes the policy associated with the repository named ubuntu in the current account.
@@ -22,10 +22,10 @@ export interface DescribeImageReplicationStatusCommandOutput extends DescribeIma
22
22
  }
23
23
  declare const DescribeImageReplicationStatusCommand_base: {
24
24
  new (input: DescribeImageReplicationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeImageReplicationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the replication status for a specified image.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const DescribeImageReplicationStatusCommand_base: {
87
87
  * @throws {@link ECRServiceException}
88
88
  * <p>Base exception class for all service exceptions from ECR service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class DescribeImageReplicationStatusCommand extends DescribeImageReplicationStatusCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DescribeImageScanFindingsCommandOutput extends DescribeImageSca
22
22
  }
23
23
  declare const DescribeImageScanFindingsCommand_base: {
24
24
  new (input: DescribeImageScanFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeImageScanFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the scan findings for the specified image.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -204,6 +204,7 @@ declare const DescribeImageScanFindingsCommand_base: {
204
204
  * @throws {@link ECRServiceException}
205
205
  * <p>Base exception class for all service exceptions from ECR service.</p>
206
206
  *
207
+ * @public
207
208
  */
208
209
  export declare class DescribeImageScanFindingsCommand extends DescribeImageScanFindingsCommand_base {
209
210
  }
@@ -22,10 +22,10 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResponse, __M
22
22
  }
23
23
  declare const DescribeImagesCommand_base: {
24
24
  new (input: DescribeImagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeImagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns metadata about the images in a repository.</p>
30
30
  * <note>
31
31
  * <p>Beginning with Docker version 1.9, the Docker client compresses image layers
@@ -111,6 +111,7 @@ declare const DescribeImagesCommand_base: {
111
111
  * @throws {@link ECRServiceException}
112
112
  * <p>Base exception class for all service exceptions from ECR service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class DescribeImagesCommand extends DescribeImagesCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface DescribePullThroughCacheRulesCommandOutput extends DescribePull
22
22
  }
23
23
  declare const DescribePullThroughCacheRulesCommand_base: {
24
24
  new (input: DescribePullThroughCacheRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePullThroughCacheRulesCommandInput, DescribePullThroughCacheRulesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribePullThroughCacheRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribePullThroughCacheRulesCommandInput, DescribePullThroughCacheRulesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the pull through cache rules for a registry.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const DescribePullThroughCacheRulesCommand_base: {
83
83
  * @throws {@link ECRServiceException}
84
84
  * <p>Base exception class for all service exceptions from ECR service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DescribePullThroughCacheRulesCommand extends DescribePullThroughCacheRulesCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse,
22
22
  }
23
23
  declare const DescribeRegistryCommand_base: {
24
24
  new (input: DescribeRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeRegistryCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the settings for a registry. The replication configuration for a repository
30
30
  * can be created or updated with the <a>PutReplicationConfiguration</a> API
31
31
  * action.</p>
@@ -81,6 +81,7 @@ declare const DescribeRegistryCommand_base: {
81
81
  * @throws {@link ECRServiceException}
82
82
  * <p>Base exception class for all service exceptions from ECR service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DescribeRepositoriesCommandOutput extends DescribeRepositoriesR
22
22
  }
23
23
  declare const DescribeRepositoriesCommand_base: {
24
24
  new (input: DescribeRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeRepositoriesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes image repositories in a registry.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const DescribeRepositoriesCommand_base: {
86
86
  * @throws {@link ECRServiceException}
87
87
  * <p>Base exception class for all service exceptions from ECR service.</p>
88
88
  *
89
+ * @public
89
90
  * @example To describe all repositories in the current account
90
91
  * ```javascript
91
92
  * // The following example obtains a list and description of all repositories in the default registry to which the current user has access.
@@ -22,10 +22,10 @@ export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationToke
22
22
  }
23
23
  declare const GetAuthorizationTokenCommand_base: {
24
24
  new (input: GetAuthorizationTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAuthorizationTokenCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an authorization token. An authorization token represents your IAM
30
30
  * authentication credentials and can be used to access any Amazon ECR registry that your IAM
31
31
  * principal has access to. The authorization token is valid for 12 hours.</p>
@@ -75,6 +75,7 @@ declare const GetAuthorizationTokenCommand_base: {
75
75
  * @throws {@link ECRServiceException}
76
76
  * <p>Base exception class for all service exceptions from ECR service.</p>
77
77
  *
78
+ * @public
78
79
  * @example To obtain an authorization token
79
80
  * ```javascript
80
81
  * // This example gets an authorization token for your default registry.
@@ -22,10 +22,10 @@ export interface GetDownloadUrlForLayerCommandOutput extends GetDownloadUrlForLa
22
22
  }
23
23
  declare const GetDownloadUrlForLayerCommand_base: {
24
24
  new (input: GetDownloadUrlForLayerCommandInput): import("@smithy/smithy-client").CommandImpl<GetDownloadUrlForLayerCommandInput, GetDownloadUrlForLayerCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDownloadUrlForLayerCommandInput): import("@smithy/smithy-client").CommandImpl<GetDownloadUrlForLayerCommandInput, GetDownloadUrlForLayerCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can
30
30
  * only get URLs for image layers that are referenced in an image.</p>
31
31
  * <p>When an image is pulled, the GetDownloadUrlForLayer API is called once per image layer
@@ -86,6 +86,7 @@ declare const GetDownloadUrlForLayerCommand_base: {
86
86
  * @throws {@link ECRServiceException}
87
87
  * <p>Base exception class for all service exceptions from ECR service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetDownloadUrlForLayerCommand extends GetDownloadUrlForLayerCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyRespo
22
22
  }
23
23
  declare const GetLifecyclePolicyCommand_base: {
24
24
  new (input: GetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the lifecycle policy for the specified repository.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const GetLifecyclePolicyCommand_base: {
75
75
  * @throws {@link ECRServiceException}
76
76
  * <p>Base exception class for all service exceptions from ECR service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface GetLifecyclePolicyPreviewCommandOutput extends GetLifecyclePoli
22
22
  }
23
23
  declare const GetLifecyclePolicyPreviewCommand_base: {
24
24
  new (input: GetLifecyclePolicyPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyPreviewCommandInput, GetLifecyclePolicyPreviewCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLifecyclePolicyPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyPreviewCommandInput, GetLifecyclePolicyPreviewCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the results of the lifecycle policy preview request for the specified
30
30
  * repository.</p>
31
31
  * @example
@@ -103,6 +103,7 @@ declare const GetLifecyclePolicyPreviewCommand_base: {
103
103
  * @throws {@link ECRServiceException}
104
104
  * <p>Base exception class for all service exceptions from ECR service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class GetLifecyclePolicyPreviewCommand extends GetLifecyclePolicyPreviewCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface GetRegistryPolicyCommandOutput extends GetRegistryPolicyRespons
22
22
  }
23
23
  declare const GetRegistryPolicyCommand_base: {
24
24
  new (input: GetRegistryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetRegistryPolicyCommandInput, GetRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetRegistryPolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<GetRegistryPolicyCommandInput, GetRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the permissions policy for a registry.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const GetRegistryPolicyCommand_base: {
65
65
  * @throws {@link ECRServiceException}
66
66
  * <p>Base exception class for all service exceptions from ECR service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class GetRegistryPolicyCommand extends GetRegistryPolicyCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface GetRegistryScanningConfigurationCommandOutput extends GetRegist
22
22
  }
23
23
  declare const GetRegistryScanningConfigurationCommand_base: {
24
24
  new (input: GetRegistryScanningConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRegistryScanningConfigurationCommandInput, GetRegistryScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetRegistryScanningConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetRegistryScanningConfigurationCommandInput, GetRegistryScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the scanning configuration for a registry.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const GetRegistryScanningConfigurationCommand_base: {
75
75
  * @throws {@link ECRServiceException}
76
76
  * <p>Base exception class for all service exceptions from ECR service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetRegistryScanningConfigurationCommand extends GetRegistryScanningConfigurationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface GetRepositoryPolicyCommandOutput extends GetRepositoryPolicyRes
22
22
  }
23
23
  declare const GetRepositoryPolicyCommand_base: {
24
24
  new (input: GetRepositoryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRepositoryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the repository policy for the specified repository.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const GetRepositoryPolicyCommand_base: {
71
71
  * @throws {@link ECRServiceException}
72
72
  * <p>Base exception class for all service exceptions from ECR service.</p>
73
73
  *
74
+ * @public
74
75
  * @example To get the current policy for a repository
75
76
  * ```javascript
76
77
  * // This example obtains the repository policy for the repository named ubuntu.