@aws-sdk/client-ecr 3.957.0 → 3.962.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.
@@ -3,7 +3,7 @@ import { DescribeImageScanFindingsCommand, } from "../commands/DescribeImageScan
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeImageScanFindingsCommand(input));
6
+ let result = await client.send(new DescribeImageScanFindingsCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetLifecyclePolicyPreviewCommand, } from "../commands/GetLifecyclePolic
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetLifecyclePolicyPreviewCommand(input));
6
+ let result = await client.send(new GetLifecyclePolicyPreviewCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -2767,6 +2767,7 @@ export interface GetLifecyclePolicyPreviewRequest {
2767
2767
  imageIds?: ImageIdentifier[] | undefined;
2768
2768
  /**
2769
2769
  * <p>The <code>nextToken</code> value returned from a previous paginated
2770
+
2770
2771
  * <code>GetLifecyclePolicyPreviewRequest</code> request where <code>maxResults</code>
2771
2772
  * was used and the
2772
2773
  results exceeded the value of that parameter. Pagination continues
@@ -2783,6 +2784,7 @@ export interface GetLifecyclePolicyPreviewRequest {
2783
2784
  * <code>GetLifecyclePolicyPreviewRequest</code> in
2784
2785
  paginated output. When this
2785
2786
  * parameter is used, <code>GetLifecyclePolicyPreviewRequest</code> only returns
2787
+
2786
2788
  * <code>maxResults</code> results in a single page along with a
2787
2789
  * <code>nextToken</code>
2788
2790
  response element. The remaining results of the initial request
@@ -1,8 +1,8 @@
1
- export * from "./DescribeImageScanFindingsPaginator";
1
+ export * from "./Interfaces";
2
2
  export * from "./DescribeImagesPaginator";
3
+ export * from "./DescribeImageScanFindingsPaginator";
3
4
  export * from "./DescribePullThroughCacheRulesPaginator";
4
5
  export * from "./DescribeRepositoriesPaginator";
5
6
  export * from "./DescribeRepositoryCreationTemplatesPaginator";
6
7
  export * from "./GetLifecyclePolicyPreviewPaginator";
7
- export * from "./Interfaces";
8
8
  export * from "./ListImagesPaginator";
@@ -1,8 +1,8 @@
1
- export * from "./DescribeImageScanFindingsPaginator";
1
+ export * from "./Interfaces";
2
2
  export * from "./DescribeImagesPaginator";
3
+ export * from "./DescribeImageScanFindingsPaginator";
3
4
  export * from "./DescribePullThroughCacheRulesPaginator";
4
5
  export * from "./DescribeRepositoriesPaginator";
5
6
  export * from "./DescribeRepositoryCreationTemplatesPaginator";
6
7
  export * from "./GetLifecyclePolicyPreviewPaginator";
7
- export * from "./Interfaces";
8
8
  export * from "./ListImagesPaginator";
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.957.0",
4
+ "version": "3.962.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecr",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
26
  "@aws-sdk/core": "3.957.0",
27
- "@aws-sdk/credential-provider-node": "3.957.0",
27
+ "@aws-sdk/credential-provider-node": "3.962.0",
28
28
  "@aws-sdk/middleware-host-header": "3.957.0",
29
29
  "@aws-sdk/middleware-logger": "3.957.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.957.0",