@aws-sdk/client-ecr 3.569.0 → 3.574.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 CHANGED
@@ -549,6 +549,7 @@ var UpstreamRegistry = {
549
549
  DockerHub: "docker-hub",
550
550
  EcrPublic: "ecr-public",
551
551
  GitHubContainerRegistry: "github-container-registry",
552
+ GitLabContainerRegistry: "gitlab-container-registry",
552
553
  K8s: "k8s",
553
554
  Quay: "quay"
554
555
  };
@@ -180,6 +180,7 @@ export const UpstreamRegistry = {
180
180
  DockerHub: "docker-hub",
181
181
  EcrPublic: "ecr-public",
182
182
  GitHubContainerRegistry: "github-container-registry",
183
+ GitLabContainerRegistry: "gitlab-container-registry",
183
184
  K8s: "k8s",
184
185
  Quay: "quay",
185
186
  };
@@ -40,7 +40,7 @@ declare const CreatePullThroughCacheRuleCommand_base: {
40
40
  * ecrRepositoryPrefix: "STRING_VALUE", // required
41
41
  * upstreamRegistryUrl: "STRING_VALUE", // required
42
42
  * registryId: "STRING_VALUE",
43
- * upstreamRegistry: "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry",
43
+ * upstreamRegistry: "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry" || "gitlab-container-registry",
44
44
  * credentialArn: "STRING_VALUE",
45
45
  * };
46
46
  * const command = new CreatePullThroughCacheRuleCommand(input);
@@ -50,7 +50,7 @@ declare const CreatePullThroughCacheRuleCommand_base: {
50
50
  * // upstreamRegistryUrl: "STRING_VALUE",
51
51
  * // createdAt: new Date("TIMESTAMP"),
52
52
  * // registryId: "STRING_VALUE",
53
- * // upstreamRegistry: "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry",
53
+ * // upstreamRegistry: "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry" || "gitlab-container-registry",
54
54
  * // credentialArn: "STRING_VALUE",
55
55
  * // };
56
56
  *
@@ -51,7 +51,7 @@ declare const DescribePullThroughCacheRulesCommand_base: {
51
51
  * // createdAt: new Date("TIMESTAMP"),
52
52
  * // registryId: "STRING_VALUE",
53
53
  * // credentialArn: "STRING_VALUE",
54
- * // upstreamRegistry: "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry",
54
+ * // upstreamRegistry: "ecr-public" || "quay" || "k8s" || "docker-hub" || "github-container-registry" || "azure-container-registry" || "gitlab-container-registry",
55
55
  * // updatedAt: new Date("TIMESTAMP"),
56
56
  * // },
57
57
  * // ],
@@ -634,6 +634,7 @@ export declare const UpstreamRegistry: {
634
634
  readonly DockerHub: "docker-hub";
635
635
  readonly EcrPublic: "ecr-public";
636
636
  readonly GitHubContainerRegistry: "github-container-registry";
637
+ readonly GitLabContainerRegistry: "gitlab-container-registry";
637
638
  readonly K8s: "k8s";
638
639
  readonly Quay: "quay";
639
640
  };
@@ -682,6 +683,11 @@ export interface CreatePullThroughCacheRuleRequest {
682
683
  * <code><custom>.azurecr.io</code>
683
684
  * </p>
684
685
  * </li>
686
+ * <li>
687
+ * <p>GitLab Container Registry (<code>gitlab-container-registry</code>) -
688
+ * <code>registry.gitlab.com</code>
689
+ * </p>
690
+ * </li>
685
691
  * </ul>
686
692
  * @public
687
693
  */
@@ -221,6 +221,7 @@ export declare const UpstreamRegistry: {
221
221
  readonly DockerHub: "docker-hub";
222
222
  readonly EcrPublic: "ecr-public";
223
223
  readonly GitHubContainerRegistry: "github-container-registry";
224
+ readonly GitLabContainerRegistry: "gitlab-container-registry";
224
225
  readonly K8s: "k8s";
225
226
  readonly Quay: "quay";
226
227
  };
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.569.0",
4
+ "version": "3.574.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",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.569.0",
24
- "@aws-sdk/client-sts": "3.569.0",
25
- "@aws-sdk/core": "3.567.0",
26
- "@aws-sdk/credential-provider-node": "3.569.0",
23
+ "@aws-sdk/client-sso-oidc": "3.574.0",
24
+ "@aws-sdk/client-sts": "3.574.0",
25
+ "@aws-sdk/core": "3.572.0",
26
+ "@aws-sdk/credential-provider-node": "3.572.0",
27
27
  "@aws-sdk/middleware-host-header": "3.567.0",
28
28
  "@aws-sdk/middleware-logger": "3.568.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.567.0",
30
- "@aws-sdk/middleware-user-agent": "3.567.0",
31
- "@aws-sdk/region-config-resolver": "3.567.0",
30
+ "@aws-sdk/middleware-user-agent": "3.572.0",
31
+ "@aws-sdk/region-config-resolver": "3.572.0",
32
32
  "@aws-sdk/types": "3.567.0",
33
- "@aws-sdk/util-endpoints": "3.567.0",
33
+ "@aws-sdk/util-endpoints": "3.572.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.567.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.568.0",
36
36
  "@smithy/config-resolver": "^2.2.0",