cdk-docker-image-deployment 0.0.129 → 0.0.130

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.
@@ -12,27 +12,27 @@ declare class ECRPUBLIC extends Service {
12
12
  constructor(options?: ECRPUBLIC.Types.ClientConfiguration)
13
13
  config: Config & ECRPUBLIC.Types.ClientConfiguration;
14
14
  /**
15
- * Checks the availability of one or more image layers within a repository in a public registry. When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
15
+ * Checks the availability of one or more image layers that are within a repository in a public registry. When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
16
16
  */
17
17
  batchCheckLayerAvailability(params: ECRPUBLIC.Types.BatchCheckLayerAvailabilityRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.BatchCheckLayerAvailabilityResponse) => void): Request<ECRPUBLIC.Types.BatchCheckLayerAvailabilityResponse, AWSError>;
18
18
  /**
19
- * Checks the availability of one or more image layers within a repository in a public registry. When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
19
+ * Checks the availability of one or more image layers that are within a repository in a public registry. When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
20
20
  */
21
21
  batchCheckLayerAvailability(callback?: (err: AWSError, data: ECRPUBLIC.Types.BatchCheckLayerAvailabilityResponse) => void): Request<ECRPUBLIC.Types.BatchCheckLayerAvailabilityResponse, AWSError>;
22
22
  /**
23
- * Deletes a list of specified images within a repository in a public registry. Images are specified with either an imageTag or imageDigest. You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository. You can completely delete an image (and all of its tags) by specifying the image's digest in your request.
23
+ * Deletes a list of specified images that are within a repository in a public registry. Images are specified with either an imageTag or imageDigest. You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository. You can completely delete an image (and all of its tags) by specifying the digest of the image in your request.
24
24
  */
25
25
  batchDeleteImage(params: ECRPUBLIC.Types.BatchDeleteImageRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.BatchDeleteImageResponse) => void): Request<ECRPUBLIC.Types.BatchDeleteImageResponse, AWSError>;
26
26
  /**
27
- * Deletes a list of specified images within a repository in a public registry. Images are specified with either an imageTag or imageDigest. You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository. You can completely delete an image (and all of its tags) by specifying the image's digest in your request.
27
+ * Deletes a list of specified images that are within a repository in a public registry. Images are specified with either an imageTag or imageDigest. You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository. You can completely delete an image (and all of its tags) by specifying the digest of the image in your request.
28
28
  */
29
29
  batchDeleteImage(callback?: (err: AWSError, data: ECRPUBLIC.Types.BatchDeleteImageResponse) => void): Request<ECRPUBLIC.Types.BatchDeleteImageResponse, AWSError>;
30
30
  /**
31
- * Informs Amazon ECR that the image layer upload has completed for a specified public registry, repository name, and upload ID. You can optionally provide a sha256 digest of the image layer for data validation purposes. When an image is pushed, the CompleteLayerUpload API is called once per each new image layer to verify that the upload has completed. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
31
+ * Informs Amazon ECR that the image layer upload is complete for a specified public registry, repository name, and upload ID. You can optionally provide a sha256 digest of the image layer for data validation purposes. When an image is pushed, the CompleteLayerUpload API is called once for each new image layer to verify that the upload is complete. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
32
32
  */
33
33
  completeLayerUpload(params: ECRPUBLIC.Types.CompleteLayerUploadRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.CompleteLayerUploadResponse) => void): Request<ECRPUBLIC.Types.CompleteLayerUploadResponse, AWSError>;
34
34
  /**
35
- * Informs Amazon ECR that the image layer upload has completed for a specified public registry, repository name, and upload ID. You can optionally provide a sha256 digest of the image layer for data validation purposes. When an image is pushed, the CompleteLayerUpload API is called once per each new image layer to verify that the upload has completed. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
35
+ * Informs Amazon ECR that the image layer upload is complete for a specified public registry, repository name, and upload ID. You can optionally provide a sha256 digest of the image layer for data validation purposes. When an image is pushed, the CompleteLayerUpload API is called once for each new image layer to verify that the upload is complete. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
36
36
  */
37
37
  completeLayerUpload(callback?: (err: AWSError, data: ECRPUBLIC.Types.CompleteLayerUploadResponse) => void): Request<ECRPUBLIC.Types.CompleteLayerUploadResponse, AWSError>;
38
38
  /**
@@ -44,19 +44,19 @@ declare class ECRPUBLIC extends Service {
44
44
  */
45
45
  createRepository(callback?: (err: AWSError, data: ECRPUBLIC.Types.CreateRepositoryResponse) => void): Request<ECRPUBLIC.Types.CreateRepositoryResponse, AWSError>;
46
46
  /**
47
- * Deletes a repository in a public registry. If the repository contains images, you must either delete all images in the repository or use the force option which deletes all images on your behalf before deleting the repository.
47
+ * Deletes a repository in a public registry. If the repository contains images, you must either manually delete all images in the repository or use the force option. This option deletes all images on your behalf before deleting the repository.
48
48
  */
49
49
  deleteRepository(params: ECRPUBLIC.Types.DeleteRepositoryRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.DeleteRepositoryResponse) => void): Request<ECRPUBLIC.Types.DeleteRepositoryResponse, AWSError>;
50
50
  /**
51
- * Deletes a repository in a public registry. If the repository contains images, you must either delete all images in the repository or use the force option which deletes all images on your behalf before deleting the repository.
51
+ * Deletes a repository in a public registry. If the repository contains images, you must either manually delete all images in the repository or use the force option. This option deletes all images on your behalf before deleting the repository.
52
52
  */
53
53
  deleteRepository(callback?: (err: AWSError, data: ECRPUBLIC.Types.DeleteRepositoryResponse) => void): Request<ECRPUBLIC.Types.DeleteRepositoryResponse, AWSError>;
54
54
  /**
55
- * Deletes the repository policy associated with the specified repository.
55
+ * Deletes the repository policy that's associated with the specified repository.
56
56
  */
57
57
  deleteRepositoryPolicy(params: ECRPUBLIC.Types.DeleteRepositoryPolicyRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.DeleteRepositoryPolicyResponse) => void): Request<ECRPUBLIC.Types.DeleteRepositoryPolicyResponse, AWSError>;
58
58
  /**
59
- * Deletes the repository policy associated with the specified repository.
59
+ * Deletes the repository policy that's associated with the specified repository.
60
60
  */
61
61
  deleteRepositoryPolicy(callback?: (err: AWSError, data: ECRPUBLIC.Types.DeleteRepositoryPolicyResponse) => void): Request<ECRPUBLIC.Types.DeleteRepositoryPolicyResponse, AWSError>;
62
62
  /**
@@ -68,11 +68,11 @@ declare class ECRPUBLIC extends Service {
68
68
  */
69
69
  describeImageTags(callback?: (err: AWSError, data: ECRPUBLIC.Types.DescribeImageTagsResponse) => void): Request<ECRPUBLIC.Types.DescribeImageTagsResponse, AWSError>;
70
70
  /**
71
- * Returns metadata about the images in a repository in a public registry. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.
71
+ * Returns metadata that's related to the images in a repository in a public registry. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size. Therefore, it might return a larger image size than the image sizes that are returned by DescribeImages.
72
72
  */
73
73
  describeImages(params: ECRPUBLIC.Types.DescribeImagesRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.DescribeImagesResponse) => void): Request<ECRPUBLIC.Types.DescribeImagesResponse, AWSError>;
74
74
  /**
75
- * Returns metadata about the images in a repository in a public registry. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.
75
+ * Returns metadata that's related to the images in a repository in a public registry. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size. Therefore, it might return a larger image size than the image sizes that are returned by DescribeImages.
76
76
  */
77
77
  describeImages(callback?: (err: AWSError, data: ECRPUBLIC.Types.DescribeImagesResponse) => void): Request<ECRPUBLIC.Types.DescribeImagesResponse, AWSError>;
78
78
  /**
@@ -84,19 +84,19 @@ declare class ECRPUBLIC extends Service {
84
84
  */
85
85
  describeRegistries(callback?: (err: AWSError, data: ECRPUBLIC.Types.DescribeRegistriesResponse) => void): Request<ECRPUBLIC.Types.DescribeRegistriesResponse, AWSError>;
86
86
  /**
87
- * Describes repositories in a public registry.
87
+ * Describes repositories that are in a public registry.
88
88
  */
89
89
  describeRepositories(params: ECRPUBLIC.Types.DescribeRepositoriesRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.DescribeRepositoriesResponse) => void): Request<ECRPUBLIC.Types.DescribeRepositoriesResponse, AWSError>;
90
90
  /**
91
- * Describes repositories in a public registry.
91
+ * Describes repositories that are in a public registry.
92
92
  */
93
93
  describeRepositories(callback?: (err: AWSError, data: ECRPUBLIC.Types.DescribeRepositoriesResponse) => void): Request<ECRPUBLIC.Types.DescribeRepositoriesResponse, AWSError>;
94
94
  /**
95
- * Retrieves an authorization token. An authorization token represents your IAM authentication credentials and can be used to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours. This API requires the ecr-public:GetAuthorizationToken and sts:GetServiceBearerToken permissions.
95
+ * Retrieves an authorization token. An authorization token represents your IAM authentication credentials. You can use it to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours. This API requires the ecr-public:GetAuthorizationToken and sts:GetServiceBearerToken permissions.
96
96
  */
97
97
  getAuthorizationToken(params: ECRPUBLIC.Types.GetAuthorizationTokenRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.GetAuthorizationTokenResponse) => void): Request<ECRPUBLIC.Types.GetAuthorizationTokenResponse, AWSError>;
98
98
  /**
99
- * Retrieves an authorization token. An authorization token represents your IAM authentication credentials and can be used to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours. This API requires the ecr-public:GetAuthorizationToken and sts:GetServiceBearerToken permissions.
99
+ * Retrieves an authorization token. An authorization token represents your IAM authentication credentials. You can use it to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours. This API requires the ecr-public:GetAuthorizationToken and sts:GetServiceBearerToken permissions.
100
100
  */
101
101
  getAuthorizationToken(callback?: (err: AWSError, data: ECRPUBLIC.Types.GetAuthorizationTokenResponse) => void): Request<ECRPUBLIC.Types.GetAuthorizationTokenResponse, AWSError>;
102
102
  /**
@@ -124,11 +124,11 @@ declare class ECRPUBLIC extends Service {
124
124
  */
125
125
  getRepositoryPolicy(callback?: (err: AWSError, data: ECRPUBLIC.Types.GetRepositoryPolicyResponse) => void): Request<ECRPUBLIC.Types.GetRepositoryPolicyResponse, AWSError>;
126
126
  /**
127
- * Notifies Amazon ECR that you intend to upload an image layer. When an image is pushed, the InitiateLayerUpload API is called once per image layer that has not already been uploaded. Whether or not an image layer has been uploaded is determined by the BatchCheckLayerAvailability API action. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
127
+ * Notifies Amazon ECR that you intend to upload an image layer. When an image is pushed, the InitiateLayerUpload API is called once for each image layer that hasn't already been uploaded. Whether an image layer uploads is determined by the BatchCheckLayerAvailability API action. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
128
128
  */
129
129
  initiateLayerUpload(params: ECRPUBLIC.Types.InitiateLayerUploadRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.InitiateLayerUploadResponse) => void): Request<ECRPUBLIC.Types.InitiateLayerUploadResponse, AWSError>;
130
130
  /**
131
- * Notifies Amazon ECR that you intend to upload an image layer. When an image is pushed, the InitiateLayerUpload API is called once per image layer that has not already been uploaded. Whether or not an image layer has been uploaded is determined by the BatchCheckLayerAvailability API action. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
131
+ * Notifies Amazon ECR that you intend to upload an image layer. When an image is pushed, the InitiateLayerUpload API is called once for each image layer that hasn't already been uploaded. Whether an image layer uploads is determined by the BatchCheckLayerAvailability API action. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
132
132
  */
133
133
  initiateLayerUpload(callback?: (err: AWSError, data: ECRPUBLIC.Types.InitiateLayerUploadResponse) => void): Request<ECRPUBLIC.Types.InitiateLayerUploadResponse, AWSError>;
134
134
  /**
@@ -140,19 +140,19 @@ declare class ECRPUBLIC extends Service {
140
140
  */
141
141
  listTagsForResource(callback?: (err: AWSError, data: ECRPUBLIC.Types.ListTagsForResourceResponse) => void): Request<ECRPUBLIC.Types.ListTagsForResourceResponse, AWSError>;
142
142
  /**
143
- * Creates or updates the image manifest and tags associated with an image. When an image is pushed and all new image layers have been uploaded, the PutImage API is called once to create or update the image manifest and the tags associated with the image. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
143
+ * Creates or updates the image manifest and tags that are associated with an image. When an image is pushed and all new image layers have been uploaded, the PutImage API is called once to create or update the image manifest and the tags that are associated with the image. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
144
144
  */
145
145
  putImage(params: ECRPUBLIC.Types.PutImageRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.PutImageResponse) => void): Request<ECRPUBLIC.Types.PutImageResponse, AWSError>;
146
146
  /**
147
- * Creates or updates the image manifest and tags associated with an image. When an image is pushed and all new image layers have been uploaded, the PutImage API is called once to create or update the image manifest and the tags associated with the image. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
147
+ * Creates or updates the image manifest and tags that are associated with an image. When an image is pushed and all new image layers have been uploaded, the PutImage API is called once to create or update the image manifest and the tags that are associated with the image. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
148
148
  */
149
149
  putImage(callback?: (err: AWSError, data: ECRPUBLIC.Types.PutImageResponse) => void): Request<ECRPUBLIC.Types.PutImageResponse, AWSError>;
150
150
  /**
151
- * Create or updates the catalog data for a public registry.
151
+ * Create or update the catalog data for a public registry.
152
152
  */
153
153
  putRegistryCatalogData(params: ECRPUBLIC.Types.PutRegistryCatalogDataRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.PutRegistryCatalogDataResponse) => void): Request<ECRPUBLIC.Types.PutRegistryCatalogDataResponse, AWSError>;
154
154
  /**
155
- * Create or updates the catalog data for a public registry.
155
+ * Create or update the catalog data for a public registry.
156
156
  */
157
157
  putRegistryCatalogData(callback?: (err: AWSError, data: ECRPUBLIC.Types.PutRegistryCatalogDataResponse) => void): Request<ECRPUBLIC.Types.PutRegistryCatalogDataResponse, AWSError>;
158
158
  /**
@@ -172,11 +172,11 @@ declare class ECRPUBLIC extends Service {
172
172
  */
173
173
  setRepositoryPolicy(callback?: (err: AWSError, data: ECRPUBLIC.Types.SetRepositoryPolicyResponse) => void): Request<ECRPUBLIC.Types.SetRepositoryPolicyResponse, AWSError>;
174
174
  /**
175
- * Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.
175
+ * Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted.
176
176
  */
177
177
  tagResource(params: ECRPUBLIC.Types.TagResourceRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.TagResourceResponse) => void): Request<ECRPUBLIC.Types.TagResourceResponse, AWSError>;
178
178
  /**
179
- * Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.
179
+ * Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted.
180
180
  */
181
181
  tagResource(callback?: (err: AWSError, data: ECRPUBLIC.Types.TagResourceResponse) => void): Request<ECRPUBLIC.Types.TagResourceResponse, AWSError>;
182
182
  /**
@@ -188,11 +188,11 @@ declare class ECRPUBLIC extends Service {
188
188
  */
189
189
  untagResource(callback?: (err: AWSError, data: ECRPUBLIC.Types.UntagResourceResponse) => void): Request<ECRPUBLIC.Types.UntagResourceResponse, AWSError>;
190
190
  /**
191
- * Uploads an image layer part to Amazon ECR. When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API is called once per each new image layer part. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
191
+ * Uploads an image layer part to Amazon ECR. When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (about 20MB). The UploadLayerPart API is called once for each new image layer part. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
192
192
  */
193
193
  uploadLayerPart(params: ECRPUBLIC.Types.UploadLayerPartRequest, callback?: (err: AWSError, data: ECRPUBLIC.Types.UploadLayerPartResponse) => void): Request<ECRPUBLIC.Types.UploadLayerPartResponse, AWSError>;
194
194
  /**
195
- * Uploads an image layer part to Amazon ECR. When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API is called once per each new image layer part. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
195
+ * Uploads an image layer part to Amazon ECR. When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (about 20MB). The UploadLayerPart API is called once for each new image layer part. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
196
196
  */
197
197
  uploadLayerPart(callback?: (err: AWSError, data: ECRPUBLIC.Types.UploadLayerPartResponse) => void): Request<ECRPUBLIC.Types.UploadLayerPartResponse, AWSError>;
198
198
  }
@@ -203,7 +203,7 @@ declare namespace ECRPUBLIC {
203
203
  export type Arn = string;
204
204
  export interface AuthorizationData {
205
205
  /**
206
- * A base64-encoded string that contains authorization data for a public Amazon ECR registry. When the string is decoded, it is presented in the format user:password for public registry authentication using docker login.
206
+ * A base64-encoded string that contains authorization data for a public Amazon ECR registry. When the string is decoded, it's presented in the format user:password for public registry authentication using docker login.
207
207
  */
208
208
  authorizationToken?: Base64;
209
209
  /**
@@ -214,11 +214,11 @@ declare namespace ECRPUBLIC {
214
214
  export type Base64 = string;
215
215
  export interface BatchCheckLayerAvailabilityRequest {
216
216
  /**
217
- * The AWS account ID associated with the public registry that contains the image layers to check. If you do not specify a registry, the default public registry is assumed.
217
+ * The Amazon Web Services account ID, or registry alias, associated with the public registry that contains the image layers to check. If you do not specify a registry, the default public registry is assumed.
218
218
  */
219
219
  registryId?: RegistryIdOrAlias;
220
220
  /**
221
- * The name of the repository that is associated with the image layers to check.
221
+ * The name of the repository that's associated with the image layers to check.
222
222
  */
223
223
  repositoryName: RepositoryName;
224
224
  /**
@@ -228,7 +228,7 @@ declare namespace ECRPUBLIC {
228
228
  }
229
229
  export interface BatchCheckLayerAvailabilityResponse {
230
230
  /**
231
- * A list of image layer objects corresponding to the image layer references in the request.
231
+ * A list of image layer objects that correspond to the image layer references in the request.
232
232
  */
233
233
  layers?: LayerList;
234
234
  /**
@@ -238,7 +238,7 @@ declare namespace ECRPUBLIC {
238
238
  }
239
239
  export interface BatchDeleteImageRequest {
240
240
  /**
241
- * The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
241
+ * The Amazon Web Services account ID that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
242
242
  */
243
243
  registryId?: RegistryId;
244
244
  /**
@@ -264,7 +264,7 @@ declare namespace ECRPUBLIC {
264
264
  export type BatchedOperationLayerDigestList = BatchedOperationLayerDigest[];
265
265
  export interface CompleteLayerUploadRequest {
266
266
  /**
267
- * The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default public registry is assumed.
267
+ * The Amazon Web Services account ID, or registry alias, associated with the registry where layers are uploaded. If you do not specify a registry, the default public registry is assumed.
268
268
  */
269
269
  registryId?: RegistryIdOrAlias;
270
270
  /**
@@ -282,15 +282,15 @@ declare namespace ECRPUBLIC {
282
282
  }
283
283
  export interface CompleteLayerUploadResponse {
284
284
  /**
285
- * The public registry ID associated with the request.
285
+ * The public registry ID that's associated with the request.
286
286
  */
287
287
  registryId?: RegistryId;
288
288
  /**
289
- * The repository name associated with the request.
289
+ * The repository name that's associated with the request.
290
290
  */
291
291
  repositoryName?: RepositoryName;
292
292
  /**
293
- * The upload ID associated with the layer.
293
+ * The upload ID that's associated with the layer.
294
294
  */
295
295
  uploadId?: UploadId;
296
296
  /**
@@ -300,7 +300,7 @@ declare namespace ECRPUBLIC {
300
300
  }
301
301
  export interface CreateRepositoryRequest {
302
302
  /**
303
- * The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).
303
+ * The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository name can be specified on its own (for example nginx-web-app) or prepended with a namespace to group the repository into a category (for example project-a/nginx-web-app).
304
304
  */
305
305
  repositoryName: RepositoryName;
306
306
  /**
@@ -308,7 +308,7 @@ declare namespace ECRPUBLIC {
308
308
  */
309
309
  catalogData?: RepositoryCatalogDataInput;
310
310
  /**
311
- * The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
311
+ * The metadata that you apply to each repository to help categorize and organize your repositories. Each tag consists of a key and an optional value. You define both of them. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
312
312
  */
313
313
  tags?: TagList;
314
314
  }
@@ -323,21 +323,21 @@ declare namespace ECRPUBLIC {
323
323
  export type DefaultRegistryAliasFlag = boolean;
324
324
  export interface DeleteRepositoryPolicyRequest {
325
325
  /**
326
- * The AWS account ID associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.
326
+ * The Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.
327
327
  */
328
328
  registryId?: RegistryId;
329
329
  /**
330
- * The name of the repository that is associated with the repository policy to delete.
330
+ * The name of the repository that's associated with the repository policy to delete.
331
331
  */
332
332
  repositoryName: RepositoryName;
333
333
  }
334
334
  export interface DeleteRepositoryPolicyResponse {
335
335
  /**
336
- * The registry ID associated with the request.
336
+ * The registry ID that's associated with the request.
337
337
  */
338
338
  registryId?: RegistryId;
339
339
  /**
340
- * The repository name associated with the request.
340
+ * The repository name that's associated with the request.
341
341
  */
342
342
  repositoryName?: RepositoryName;
343
343
  /**
@@ -347,7 +347,7 @@ declare namespace ECRPUBLIC {
347
347
  }
348
348
  export interface DeleteRepositoryRequest {
349
349
  /**
350
- * The AWS account ID associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.
350
+ * The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.
351
351
  */
352
352
  registryId?: RegistryId;
353
353
  /**
@@ -355,7 +355,7 @@ declare namespace ECRPUBLIC {
355
355
  */
356
356
  repositoryName: RepositoryName;
357
357
  /**
358
- * If a repository contains images, forces the deletion.
358
+ * The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.
359
359
  */
360
360
  force?: ForceFlag;
361
361
  }
@@ -367,7 +367,7 @@ declare namespace ECRPUBLIC {
367
367
  }
368
368
  export interface DescribeImageTagsRequest {
369
369
  /**
370
- * The AWS account ID associated with the public registry that contains the repository in which to describe images. If you do not specify a registry, the default public registry is assumed.
370
+ * The Amazon Web Services account ID that's associated with the public registry that contains the repository where images are described. If you do not specify a registry, the default public registry is assumed.
371
371
  */
372
372
  registryId?: RegistryId;
373
373
  /**
@@ -375,11 +375,11 @@ declare namespace ECRPUBLIC {
375
375
  */
376
376
  repositoryName: RepositoryName;
377
377
  /**
378
- * The nextToken value returned from a previous paginated DescribeImageTags request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.
378
+ * The nextToken value that's returned from a previous paginated DescribeImageTags request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. If there are no more results to return, this value is null. If you specify images with imageIds, you can't use this option.
379
379
  */
380
380
  nextToken?: NextToken;
381
381
  /**
382
- * The maximum number of repository results returned by DescribeImageTags in paginated output. When this parameter is used, DescribeImageTags only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImageTags request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImageTags returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.
382
+ * The maximum number of repository results that's returned by DescribeImageTags in paginated output. When this parameter is used, DescribeImageTags only returns maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another DescribeImageTags request with the returned nextToken value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeImageTags returns up to 100 results and a nextToken value, if applicable. If you specify images with imageIds, you can't use this option.
383
383
  */
384
384
  maxResults?: MaxResults;
385
385
  }
@@ -389,13 +389,13 @@ declare namespace ECRPUBLIC {
389
389
  */
390
390
  imageTagDetails?: ImageTagDetailList;
391
391
  /**
392
- * The nextToken value to include in a future DescribeImageTags request. When the results of a DescribeImageTags request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
392
+ * The nextToken value to include in a future DescribeImageTags request. When the results of a DescribeImageTags request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results to return, this value is null.
393
393
  */
394
394
  nextToken?: NextToken;
395
395
  }
396
396
  export interface DescribeImagesRequest {
397
397
  /**
398
- * The AWS account ID associated with the public registry that contains the repository in which to describe images. If you do not specify a registry, the default public registry is assumed.
398
+ * The Amazon Web Services account ID that's associated with the public registry that contains the repository where images are described. If you do not specify a registry, the default public registry is assumed.
399
399
  */
400
400
  registryId?: RegistryId;
401
401
  /**
@@ -407,11 +407,11 @@ declare namespace ECRPUBLIC {
407
407
  */
408
408
  imageIds?: ImageIdentifierList;
409
409
  /**
410
- * The nextToken value returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify images with imageIds.
410
+ * The nextToken value that's returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. If there are no more results to return, this value is null. If you specify images with imageIds, you can't use this option.
411
411
  */
412
412
  nextToken?: NextToken;
413
413
  /**
414
- * The maximum number of repository results returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify images with imageIds.
414
+ * The maximum number of repository results that's returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. If you specify images with imageIds, you can't use this option.
415
415
  */
416
416
  maxResults?: MaxResults;
417
417
  }
@@ -421,33 +421,33 @@ declare namespace ECRPUBLIC {
421
421
  */
422
422
  imageDetails?: ImageDetailList;
423
423
  /**
424
- * The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
424
+ * The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results to return, this value is null.
425
425
  */
426
426
  nextToken?: NextToken;
427
427
  }
428
428
  export interface DescribeRegistriesRequest {
429
429
  /**
430
- * The nextToken value returned from a previous paginated DescribeRegistries request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
430
+ * The nextToken value that's returned from a previous paginated DescribeRegistries request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. If there are no more results to return, this value is null. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
431
431
  */
432
432
  nextToken?: NextToken;
433
433
  /**
434
- * The maximum number of repository results returned by DescribeRegistries in paginated output. When this parameter is used, DescribeRegistries only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRegistries request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRegistries returns up to 100 results and a nextToken value, if applicable.
434
+ * The maximum number of repository results that's returned by DescribeRegistries in paginated output. When this parameter is used, DescribeRegistries only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRegistries request with the returned nextToken value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeRegistries returns up to 100 results and a nextToken value, if applicable.
435
435
  */
436
436
  maxResults?: MaxResults;
437
437
  }
438
438
  export interface DescribeRegistriesResponse {
439
439
  /**
440
- * An object containing the details for a public registry.
440
+ * An object that contains the details for a public registry.
441
441
  */
442
442
  registries: RegistryList;
443
443
  /**
444
- * The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
444
+ * The nextToken value to include in a future DescribeRepositories request. If the results of a DescribeRepositories request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results, this value is null.
445
445
  */
446
446
  nextToken?: NextToken;
447
447
  }
448
448
  export interface DescribeRepositoriesRequest {
449
449
  /**
450
- * The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
450
+ * The Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
451
451
  */
452
452
  registryId?: RegistryId;
453
453
  /**
@@ -455,11 +455,11 @@ declare namespace ECRPUBLIC {
455
455
  */
456
456
  repositoryNames?: RepositoryNameList;
457
457
  /**
458
- * The nextToken value returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This option cannot be used when you specify repositories with repositoryNames. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
458
+ * The nextToken value that's returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. If there are no more results to return, this value is null. If you specify repositories with repositoryNames, you can't use this option. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
459
459
  */
460
460
  nextToken?: NextToken;
461
461
  /**
462
- * The maximum number of repository results returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. This option cannot be used when you specify repositories with repositoryNames.
462
+ * The maximum number of repository results that's returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. If you specify repositories with repositoryNames, you can't use this option.
463
463
  */
464
464
  maxResults?: MaxResults;
465
465
  }
@@ -469,7 +469,7 @@ declare namespace ECRPUBLIC {
469
469
  */
470
470
  repositories?: RepositoryList;
471
471
  /**
472
- * The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
472
+ * The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. If there are no more results to return, this value is null.
473
473
  */
474
474
  nextToken?: NextToken;
475
475
  }
@@ -493,7 +493,7 @@ declare namespace ECRPUBLIC {
493
493
  }
494
494
  export interface GetRepositoryCatalogDataRequest {
495
495
  /**
496
- * The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
496
+ * The Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
497
497
  */
498
498
  registryId?: RegistryId;
499
499
  /**
@@ -509,7 +509,7 @@ declare namespace ECRPUBLIC {
509
509
  }
510
510
  export interface GetRepositoryPolicyRequest {
511
511
  /**
512
- * The AWS account ID associated with the public registry that contains the repository. If you do not specify a registry, the default public registry is assumed.
512
+ * The Amazon Web Services account ID that's associated with the public registry that contains the repository. If you do not specify a registry, the default public registry is assumed.
513
513
  */
514
514
  registryId?: RegistryId;
515
515
  /**
@@ -519,33 +519,33 @@ declare namespace ECRPUBLIC {
519
519
  }
520
520
  export interface GetRepositoryPolicyResponse {
521
521
  /**
522
- * The registry ID associated with the request.
522
+ * The registry ID that's associated with the request.
523
523
  */
524
524
  registryId?: RegistryId;
525
525
  /**
526
- * The repository name associated with the request.
526
+ * The repository name that's associated with the request.
527
527
  */
528
528
  repositoryName?: RepositoryName;
529
529
  /**
530
- * The repository policy text associated with the repository. The policy text will be in JSON format.
530
+ * The repository policy text that's associated with the repository. The policy text will be in JSON format.
531
531
  */
532
532
  policyText?: RepositoryPolicyText;
533
533
  }
534
534
  export interface Image {
535
535
  /**
536
- * The AWS account ID associated with the registry containing the image.
536
+ * The Amazon Web Services account ID that's associated with the registry containing the image.
537
537
  */
538
538
  registryId?: RegistryIdOrAlias;
539
539
  /**
540
- * The name of the repository associated with the image.
540
+ * The name of the repository that's associated with the image.
541
541
  */
542
542
  repositoryName?: RepositoryName;
543
543
  /**
544
- * An object containing the image tag and image digest associated with an image.
544
+ * An object that contains the image tag and image digest associated with an image.
545
545
  */
546
546
  imageId?: ImageIdentifier;
547
547
  /**
548
- * The image manifest associated with the image.
548
+ * The image manifest that's associated with the image.
549
549
  */
550
550
  imageManifest?: ImageManifest;
551
551
  /**
@@ -555,11 +555,11 @@ declare namespace ECRPUBLIC {
555
555
  }
556
556
  export interface ImageDetail {
557
557
  /**
558
- * The AWS account ID associated with the public registry to which this image belongs.
558
+ * The Amazon Web Services account ID that's associated with the public registry where this image belongs.
559
559
  */
560
560
  registryId?: RegistryId;
561
561
  /**
562
- * The name of the repository to which this image belongs.
562
+ * The name of the repository where this image belongs.
563
563
  */
564
564
  repositoryName?: RepositoryName;
565
565
  /**
@@ -567,15 +567,15 @@ declare namespace ECRPUBLIC {
567
567
  */
568
568
  imageDigest?: ImageDigest;
569
569
  /**
570
- * The list of tags associated with this image.
570
+ * The list of tags that's associated with this image.
571
571
  */
572
572
  imageTags?: ImageTagList;
573
573
  /**
574
- * The size, in bytes, of the image in the repository. If the image is a manifest list, this will be the max size of all manifests in the list. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.
574
+ * The size, in bytes, of the image in the repository. If the image is a manifest list, this is the max size of all manifests in the list. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it might return a larger image size than the image sizes that are returned by DescribeImages.
575
575
  */
576
576
  imageSizeInBytes?: ImageSizeInBytes;
577
577
  /**
578
- * The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
578
+ * The date and time, expressed in standard JavaScript date format, that the current image was pushed to the repository at.
579
579
  */
580
580
  imagePushedAt?: PushTimestamp;
581
581
  /**
@@ -591,11 +591,11 @@ declare namespace ECRPUBLIC {
591
591
  export type ImageDigest = string;
592
592
  export interface ImageFailure {
593
593
  /**
594
- * The image ID associated with the failure.
594
+ * The image ID that's associated with the failure.
595
595
  */
596
596
  imageId?: ImageIdentifier;
597
597
  /**
598
- * The code associated with the failure.
598
+ * The code that's associated with the failure.
599
599
  */
600
600
  failureCode?: ImageFailureCode;
601
601
  /**
@@ -612,7 +612,7 @@ declare namespace ECRPUBLIC {
612
612
  */
613
613
  imageDigest?: ImageDigest;
614
614
  /**
615
- * The tag used for the image.
615
+ * The tag that's used for the image.
616
616
  */
617
617
  imageTag?: ImageTag;
618
618
  }
@@ -622,11 +622,11 @@ declare namespace ECRPUBLIC {
622
622
  export type ImageTag = string;
623
623
  export interface ImageTagDetail {
624
624
  /**
625
- * The tag associated with the image.
625
+ * The tag that's associated with the image.
626
626
  */
627
627
  imageTag?: ImageTag;
628
628
  /**
629
- * The time stamp indicating when the image tag was created.
629
+ * The time stamp that indicates when the image tag was created.
630
630
  */
631
631
  createdAt?: CreationTimestamp;
632
632
  /**
@@ -638,11 +638,11 @@ declare namespace ECRPUBLIC {
638
638
  export type ImageTagList = ImageTag[];
639
639
  export interface InitiateLayerUploadRequest {
640
640
  /**
641
- * The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.
641
+ * The Amazon Web Services account ID, or registry alias, that's associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.
642
642
  */
643
643
  registryId?: RegistryIdOrAlias;
644
644
  /**
645
- * The name of the repository to which you intend to upload layers.
645
+ * The name of the repository that you want to upload layers to.
646
646
  */
647
647
  repositoryName: RepositoryName;
648
648
  }
@@ -679,11 +679,11 @@ declare namespace ECRPUBLIC {
679
679
  export type LayerDigestList = LayerDigest[];
680
680
  export interface LayerFailure {
681
681
  /**
682
- * The layer digest associated with the failure.
682
+ * The layer digest that's associated with the failure.
683
683
  */
684
684
  layerDigest?: BatchedOperationLayerDigest;
685
685
  /**
686
- * The failure code associated with the failure.
686
+ * The failure code that's associated with the failure.
687
687
  */
688
688
  failureCode?: LayerFailureCode;
689
689
  /**
@@ -699,7 +699,7 @@ declare namespace ECRPUBLIC {
699
699
  export type LayerSizeInBytes = number;
700
700
  export interface ListTagsForResourceRequest {
701
701
  /**
702
- * The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resource is an Amazon ECR Public repository.
702
+ * The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resource is an Amazon ECR Public repository.
703
703
  */
704
704
  resourceArn: Arn;
705
705
  }
@@ -721,19 +721,19 @@ declare namespace ECRPUBLIC {
721
721
  export type PushTimestamp = Date;
722
722
  export interface PutImageRequest {
723
723
  /**
724
- * The AWS account ID associated with the public registry that contains the repository in which to put the image. If you do not specify a registry, the default public registry is assumed.
724
+ * The Amazon Web Services account ID, or registry alias, that's associated with the public registry that contains the repository where the image is put. If you do not specify a registry, the default public registry is assumed.
725
725
  */
726
726
  registryId?: RegistryIdOrAlias;
727
727
  /**
728
- * The name of the repository in which to put the image.
728
+ * The name of the repository where the image is put.
729
729
  */
730
730
  repositoryName: RepositoryName;
731
731
  /**
732
- * The image manifest corresponding to the image to be uploaded.
732
+ * The image manifest that corresponds to the image to be uploaded.
733
733
  */
734
734
  imageManifest: ImageManifest;
735
735
  /**
736
- * The media type of the image manifest. If you push an image manifest that does not contain the mediaType field, you must specify the imageManifestMediaType in the request.
736
+ * The media type of the image manifest. If you push an image manifest that doesn't contain the mediaType field, you must specify the imageManifestMediaType in the request.
737
737
  */
738
738
  imageManifestMediaType?: MediaType;
739
739
  /**
@@ -741,7 +741,7 @@ declare namespace ECRPUBLIC {
741
741
  */
742
742
  imageTag?: ImageTag;
743
743
  /**
744
- * The image digest of the image manifest corresponding to the image.
744
+ * The image digest of the image manifest that corresponds to the image.
745
745
  */
746
746
  imageDigest?: ImageDigest;
747
747
  }
@@ -765,7 +765,7 @@ declare namespace ECRPUBLIC {
765
765
  }
766
766
  export interface PutRepositoryCatalogDataRequest {
767
767
  /**
768
- * The AWS account ID associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed.
768
+ * The Amazon Web Services account ID that's associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed.
769
769
  */
770
770
  registryId?: RegistryId;
771
771
  /**
@@ -789,11 +789,11 @@ declare namespace ECRPUBLIC {
789
789
  */
790
790
  imageDigest?: ImageDigest;
791
791
  /**
792
- * The size, in bytes, of the image in the repository. If the image is a manifest list, this will be the max size of all manifests in the list. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.
792
+ * The size, in bytes, of the image in the repository. If the image is a manifest list, this is the max size of all manifests in the list. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it might return a larger image size than the image sizes that are returned by DescribeImages.
793
793
  */
794
794
  imageSizeInBytes?: ImageSizeInBytes;
795
795
  /**
796
- * The date and time, expressed in standard JavaScript date format, at which the current image tag was pushed to the repository.
796
+ * The date and time, expressed in standard JavaScript date format, which the current image tag was pushed to the repository at.
797
797
  */
798
798
  imagePushedAt?: PushTimestamp;
799
799
  /**
@@ -807,7 +807,7 @@ declare namespace ECRPUBLIC {
807
807
  }
808
808
  export interface Registry {
809
809
  /**
810
- * The AWS account ID associated with the registry. If you do not specify a registry, the default public registry is assumed.
810
+ * The Amazon Web Services account ID that's associated with the registry. If you do not specify a registry, the default public registry is assumed.
811
811
  */
812
812
  registryId: RegistryId;
813
813
  /**
@@ -819,11 +819,11 @@ declare namespace ECRPUBLIC {
819
819
  */
820
820
  registryUri: Url;
821
821
  /**
822
- * Whether the account is verified. This indicates whether the account is an AWS Marketplace vendor. If an account is verified, each public repository will received a verified account badge on the Amazon ECR Public Gallery.
822
+ * Indicates whether the account is a verified Amazon Web Services Marketplace vendor. If an account is verified, each public repository receives a verified account badge on the Amazon ECR Public Gallery.
823
823
  */
824
824
  verified: RegistryVerified;
825
825
  /**
826
- * An array of objects representing the aliases for a public registry.
826
+ * An array of objects that represents the aliases for a public registry.
827
827
  */
828
828
  aliases: RegistryAliasList;
829
829
  }
@@ -837,11 +837,11 @@ declare namespace ECRPUBLIC {
837
837
  */
838
838
  status: RegistryAliasStatus;
839
839
  /**
840
- * Whether or not the registry alias is the primary alias for the registry. If true, the alias is the primary registry alias and is displayed in both the repository URL and the image URI used in the docker pull commands on the Amazon ECR Public Gallery. A registry alias that is not the primary registry alias can be used in the repository URI in a docker pull command.
840
+ * Indicates whether the registry alias is the primary alias for the registry. If true, the alias is the primary registry alias and is displayed in both the repository URL and the image URI used in the docker pull commands on the Amazon ECR Public Gallery. A registry alias that isn't the primary registry alias can be used in the repository URI in a docker pull command.
841
841
  */
842
842
  primaryRegistryAlias: PrimaryRegistryAliasFlag;
843
843
  /**
844
- * Whether or not the registry alias is the default alias for the registry. When the first public repository is created, your public registry is assigned a default registry alias.
844
+ * Indicates whether the registry alias is the default alias for the registry. When the first public repository is created, your public registry is assigned a default registry alias.
845
845
  */
846
846
  defaultRegistryAlias: DefaultRegistryAliasFlag;
847
847
  }
@@ -861,11 +861,11 @@ declare namespace ECRPUBLIC {
861
861
  export type RegistryVerified = boolean;
862
862
  export interface Repository {
863
863
  /**
864
- * The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.
864
+ * The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.
865
865
  */
866
866
  repositoryArn?: Arn;
867
867
  /**
868
- * The AWS account ID associated with the public registry that contains the repository.
868
+ * The Amazon Web Services account ID that's associated with the public registry that contains the repository.
869
869
  */
870
870
  registryId?: RegistryId;
871
871
  /**
@@ -895,7 +895,7 @@ declare namespace ECRPUBLIC {
895
895
  */
896
896
  operatingSystems?: OperatingSystemList;
897
897
  /**
898
- * The URL containing the logo associated with the repository.
898
+ * The URL that contains the logo that's associated with the repository.
899
899
  */
900
900
  logoUrl?: ResourceUrl;
901
901
  /**
@@ -907,7 +907,7 @@ declare namespace ECRPUBLIC {
907
907
  */
908
908
  usageText?: UsageText;
909
909
  /**
910
- * Whether or not the repository is certified by AWS Marketplace.
910
+ * Indicates whether the repository is certified by Amazon Web Services Marketplace.
911
911
  */
912
912
  marketplaceCertified?: MarketplaceCertified;
913
913
  }
@@ -917,11 +917,11 @@ declare namespace ECRPUBLIC {
917
917
  */
918
918
  description?: RepositoryDescription;
919
919
  /**
920
- * The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures will appear as badges on the repository and are used as search filters. Linux Windows If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
920
+ * The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures appear as badges on the repository and are used as search filters. If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery. ARM ARM 64 x86 x86-64
921
921
  */
922
922
  architectures?: ArchitectureList;
923
923
  /**
924
- * The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems will appear as badges on the repository and are used as search filters. ARM ARM 64 x86 x86-64 If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
924
+ * The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems appear as badges on the repository and are used as search filters. If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery. Linux Windows
925
925
  */
926
926
  operatingSystems?: OperatingSystemList;
927
927
  /**
@@ -929,11 +929,11 @@ declare namespace ECRPUBLIC {
929
929
  */
930
930
  logoImageBlob?: LogoImageBlob;
931
931
  /**
932
- * A detailed description of the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.
932
+ * A detailed description of the contents of the repository. It's publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.
933
933
  */
934
934
  aboutText?: AboutText;
935
935
  /**
936
- * Detailed information on how to use the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage details for users of the repository. The text must be in markdown format.
936
+ * Detailed information about how to use the contents of the repository. It's publicly visible in the Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage details for users of the repository. The text must be in markdown format.
937
937
  */
938
938
  usageText?: UsageText;
939
939
  }
@@ -945,7 +945,7 @@ declare namespace ECRPUBLIC {
945
945
  export type ResourceUrl = string;
946
946
  export interface SetRepositoryPolicyRequest {
947
947
  /**
948
- * The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default public registry is assumed.
948
+ * The Amazon Web Services account ID that's associated with the registry that contains the repository. If you do not specify a registry, the default public registry is assumed.
949
949
  */
950
950
  registryId?: RegistryId;
951
951
  /**
@@ -957,21 +957,21 @@ declare namespace ECRPUBLIC {
957
957
  */
958
958
  policyText: RepositoryPolicyText;
959
959
  /**
960
- * If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.
960
+ * If the policy that you want to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This prevents accidental repository lockouts.
961
961
  */
962
962
  force?: ForceFlag;
963
963
  }
964
964
  export interface SetRepositoryPolicyResponse {
965
965
  /**
966
- * The registry ID associated with the request.
966
+ * The registry ID that's associated with the request.
967
967
  */
968
968
  registryId?: RegistryId;
969
969
  /**
970
- * The repository name associated with the request.
970
+ * The repository name that's associated with the request.
971
971
  */
972
972
  repositoryName?: RepositoryName;
973
973
  /**
974
- * The JSON repository policy text applied to the repository.
974
+ * The JSON repository policy text that's applied to the repository.
975
975
  */
976
976
  policyText?: RepositoryPolicyText;
977
977
  }
@@ -990,7 +990,7 @@ declare namespace ECRPUBLIC {
990
990
  export type TagList = Tag[];
991
991
  export interface TagResourceRequest {
992
992
  /**
993
- * The Amazon Resource Name (ARN) of the resource to which to add tags. Currently, the supported resource is an Amazon ECR Public repository.
993
+ * The Amazon Resource Name (ARN) of the resource to add tags to. Currently, the supported resource is an Amazon ECR Public repository.
994
994
  */
995
995
  resourceArn: Arn;
996
996
  /**
@@ -1003,7 +1003,7 @@ declare namespace ECRPUBLIC {
1003
1003
  export type TagValue = string;
1004
1004
  export interface UntagResourceRequest {
1005
1005
  /**
1006
- * The Amazon Resource Name (ARN) of the resource from which to delete tags. Currently, the supported resource is an Amazon ECR Public repository.
1006
+ * The Amazon Resource Name (ARN) of the resource to delete tags from. Currently, the supported resource is an Amazon ECR Public repository.
1007
1007
  */
1008
1008
  resourceArn: Arn;
1009
1009
  /**
@@ -1016,11 +1016,11 @@ declare namespace ECRPUBLIC {
1016
1016
  export type UploadId = string;
1017
1017
  export interface UploadLayerPartRequest {
1018
1018
  /**
1019
- * The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default public registry is assumed.
1019
+ * The Amazon Web Services account ID, or registry alias, that's associated with the registry that you're uploading layer parts to. If you do not specify a registry, the default public registry is assumed.
1020
1020
  */
1021
1021
  registryId?: RegistryIdOrAlias;
1022
1022
  /**
1023
- * The name of the repository to which you are uploading layer parts.
1023
+ * The name of the repository that you're uploading layer parts to.
1024
1024
  */
1025
1025
  repositoryName: RepositoryName;
1026
1026
  /**
@@ -1042,19 +1042,19 @@ declare namespace ECRPUBLIC {
1042
1042
  }
1043
1043
  export interface UploadLayerPartResponse {
1044
1044
  /**
1045
- * The registry ID associated with the request.
1045
+ * The registry ID that's associated with the request.
1046
1046
  */
1047
1047
  registryId?: RegistryId;
1048
1048
  /**
1049
- * The repository name associated with the request.
1049
+ * The repository name that's associated with the request.
1050
1050
  */
1051
1051
  repositoryName?: RepositoryName;
1052
1052
  /**
1053
- * The upload ID associated with the request.
1053
+ * The upload ID that's associated with the request.
1054
1054
  */
1055
1055
  uploadId?: UploadId;
1056
1056
  /**
1057
- * The integer value of the last byte received in the request.
1057
+ * The integer value of the last byte that's received in the request.
1058
1058
  */
1059
1059
  lastByteReceived?: PartSize;
1060
1060
  }