@aws-sdk/client-ecr 3.777.0 → 3.782.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.
@@ -29,10 +29,10 @@ declare const DescribeImagesCommand_base: {
29
29
  /**
30
30
  * <p>Returns metadata about the images in a repository.</p>
31
31
  * <note>
32
- * <p>Beginning with Docker version 1.9, the Docker client compresses image layers
33
- * before pushing them to a V2 Docker registry. The output of the <code>docker
34
- * images</code> command shows the uncompressed image size, so it may return a
35
- * larger image size than the image sizes returned by <a>DescribeImages</a>.</p>
32
+ * <p>Starting with Docker version 1.9, the Docker client compresses image layers before
33
+ * pushing them to a V2 Docker registry. The output of the <code>docker images</code>
34
+ * command shows the uncompressed image size. Therefore, Docker might return a larger
35
+ * image than the image shown in the Amazon Web Services Management Console.</p>
36
36
  * </note>
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
@@ -664,7 +664,7 @@ export interface CreatePullThroughCacheRuleRequest {
664
664
  * <ul>
665
665
  * <li>
666
666
  * <p>Amazon ECR (<code>ecr</code>) –
667
- * <code>dkr.ecr.<region>.amazonaws.com</code>
667
+ * <code><accountId>.dkr.ecr.<region>.amazonaws.com</code>
668
668
  * </p>
669
669
  * </li>
670
670
  * <li>
@@ -1881,7 +1881,7 @@ export interface ImageDetail {
1881
1881
  * <p>Starting with Docker version 1.9, the Docker client compresses image layers before
1882
1882
  * pushing them to a V2 Docker registry. The output of the <code>docker images</code>
1883
1883
  * command shows the uncompressed image size. Therefore, Docker might return a larger
1884
- * image than the image sizes returned by <a>DescribeImages</a>.</p>
1884
+ * image than the image shown in the Amazon Web Services Management Console.</p>
1885
1885
  * </note>
1886
1886
  * @public
1887
1887
  */
@@ -2942,6 +2942,10 @@ export interface GetAuthorizationTokenResponse {
2942
2942
  /**
2943
2943
  * <p>A list of authorization token data objects that correspond to the
2944
2944
  * <code>registryIds</code> values in the request.</p>
2945
+ * <note>
2946
+ * <p>The size of the authorization token returned by Amazon ECR is not fixed. We recommend
2947
+ * that you don't make assumptions about the maximum size.</p>
2948
+ * </note>
2945
2949
  * @public
2946
2950
  */
2947
2951
  authorizationData?: AuthorizationData[] | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecr",
3
3
  "description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
4
- "version": "3.777.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecr",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.777.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",