@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.
- package/README.md +1 -64
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1069 -1106
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1069 -1106
- package/dist-es/waiters/waitForImageScanComplete.js +1 -1
- package/dist-es/waiters/waitForLifecyclePolicyPreviewComplete.js +1 -1
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ import { DescribeImageScanFindingsCommand, } from "../commands/DescribeImageScan
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
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
|
-
|
|
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 "./
|
|
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 "./
|
|
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.
|
|
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.
|
|
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",
|