@aws-sdk/client-ecr 3.1007.0 → 3.1008.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/dist-cjs/index.js +1 -0
- package/dist-es/models/enums.js +1 -0
- package/dist-types/commands/CreatePullThroughCacheRuleCommand.d.ts +2 -2
- package/dist-types/commands/DescribePullThroughCacheRulesCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
package/dist-es/models/enums.js
CHANGED
|
@@ -43,7 +43,7 @@ declare const CreatePullThroughCacheRuleCommand_base: {
|
|
|
43
43
|
* ecrRepositoryPrefix: "STRING_VALUE", // required
|
|
44
44
|
* upstreamRegistryUrl: "STRING_VALUE", // required
|
|
45
45
|
* registryId: "STRING_VALUE",
|
|
46
|
-
* upstreamRegistry: "ecr" || "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry" || "gitlab-container-registry",
|
|
46
|
+
* upstreamRegistry: "ecr" || "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry" || "gitlab-container-registry" || "chainguard",
|
|
47
47
|
* credentialArn: "STRING_VALUE",
|
|
48
48
|
* customRoleArn: "STRING_VALUE",
|
|
49
49
|
* upstreamRepositoryPrefix: "STRING_VALUE",
|
|
@@ -55,7 +55,7 @@ declare const CreatePullThroughCacheRuleCommand_base: {
|
|
|
55
55
|
* // upstreamRegistryUrl: "STRING_VALUE",
|
|
56
56
|
* // createdAt: new Date("TIMESTAMP"),
|
|
57
57
|
* // registryId: "STRING_VALUE",
|
|
58
|
-
* // upstreamRegistry: "ecr" || "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry" || "gitlab-container-registry",
|
|
58
|
+
* // upstreamRegistry: "ecr" || "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry" || "gitlab-container-registry" || "chainguard",
|
|
59
59
|
* // credentialArn: "STRING_VALUE",
|
|
60
60
|
* // customRoleArn: "STRING_VALUE",
|
|
61
61
|
* // upstreamRepositoryPrefix: "STRING_VALUE",
|
|
@@ -56,7 +56,7 @@ declare const DescribePullThroughCacheRulesCommand_base: {
|
|
|
56
56
|
* // credentialArn: "STRING_VALUE",
|
|
57
57
|
* // customRoleArn: "STRING_VALUE",
|
|
58
58
|
* // upstreamRepositoryPrefix: "STRING_VALUE",
|
|
59
|
-
* // upstreamRegistry: "ecr" || "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry" || "gitlab-container-registry",
|
|
59
|
+
* // upstreamRegistry: "ecr" || "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry" || "gitlab-container-registry" || "chainguard",
|
|
60
60
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
61
61
|
* // },
|
|
62
62
|
* // ],
|
|
@@ -85,6 +85,7 @@ export type ScanFrequency = (typeof ScanFrequency)[keyof typeof ScanFrequency];
|
|
|
85
85
|
*/
|
|
86
86
|
export declare const UpstreamRegistry: {
|
|
87
87
|
readonly AzureContainerRegistry: "azure-container-registry";
|
|
88
|
+
readonly Chainguard: "chainguard";
|
|
88
89
|
readonly DockerHub: "docker-hub";
|
|
89
90
|
readonly Ecr: "ecr";
|
|
90
91
|
readonly EcrPublic: "ecr-public";
|
|
@@ -44,6 +44,7 @@ export declare const ScanFrequency: {
|
|
|
44
44
|
export type ScanFrequency = (typeof ScanFrequency)[keyof typeof ScanFrequency];
|
|
45
45
|
export declare const UpstreamRegistry: {
|
|
46
46
|
readonly AzureContainerRegistry: "azure-container-registry";
|
|
47
|
+
readonly Chainguard: "chainguard";
|
|
47
48
|
readonly DockerHub: "docker-hub";
|
|
48
49
|
readonly Ecr: "ecr";
|
|
49
50
|
readonly EcrPublic: "ecr-public";
|
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.1008.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.973.19",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.20",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@aws-sdk/types": "^3.973.5",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.6",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.10",
|
|
38
38
|
"@smithy/core": "^3.23.9",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.13",
|