@aws-sdk/client-ecr 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ECR.d.ts +0 -41
- package/dist-types/ts3.4/ECRClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ECRServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -503
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +0 -2
- package/package.json +27 -27
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ECRClientConfig } from "./ECRClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: ECRClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ECRClientConfig } from "./ECRClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: ECRClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeImageScanFindingsCommandInput } from "../commands/DescribeImageScanFindingsCommand";
|
|
3
3
|
import { ECRClient } from "../ECRClient";
|
|
4
|
-
|
|
5
4
|
export declare const waitForImageScanComplete: (
|
|
6
5
|
params: WaiterConfiguration<ECRClient>,
|
|
7
6
|
input: DescribeImageScanFindingsCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilImageScanComplete: (
|
|
11
9
|
params: WaiterConfiguration<ECRClient>,
|
|
12
10
|
input: DescribeImageScanFindingsCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { GetLifecyclePolicyPreviewCommandInput } from "../commands/GetLifecyclePolicyPreviewCommand";
|
|
3
3
|
import { ECRClient } from "../ECRClient";
|
|
4
|
-
|
|
5
4
|
export declare const waitForLifecyclePolicyPreviewComplete: (
|
|
6
5
|
params: WaiterConfiguration<ECRClient>,
|
|
7
6
|
input: GetLifecyclePolicyPreviewCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilLifecyclePolicyPreviewComplete: (
|
|
11
9
|
params: WaiterConfiguration<ECRClient>,
|
|
12
10
|
input: GetLifecyclePolicyPreviewCommandInput
|
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.171.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,38 +19,38 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
53
|
+
"@aws-sdk/util-waiter": "3.171.0",
|
|
54
54
|
"tslib": "^2.3.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|