@aws-sdk/client-ecr-public 3.428.0 → 3.429.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.
@@ -66,7 +66,7 @@ export interface LayerFailure {
66
66
  * @public
67
67
  * <p>The failure code that's associated with the failure.</p>
68
68
  */
69
- failureCode?: LayerFailureCode | string;
69
+ failureCode?: LayerFailureCode;
70
70
  /**
71
71
  * @public
72
72
  * <p>The reason for the failure.</p>
@@ -99,7 +99,7 @@ export interface Layer {
99
99
  * @public
100
100
  * <p>The availability status of the image layer.</p>
101
101
  */
102
- layerAvailability?: LayerAvailability | string;
102
+ layerAvailability?: LayerAvailability;
103
103
  /**
104
104
  * @public
105
105
  * <p>The size, in bytes, of the image layer.</p>
@@ -261,7 +261,7 @@ export interface ImageFailure {
261
261
  * @public
262
262
  * <p>The code that's associated with the failure.</p>
263
263
  */
264
- failureCode?: ImageFailureCode | string;
264
+ failureCode?: ImageFailureCode;
265
265
  /**
266
266
  * @public
267
267
  * <p>The reason for the failure.</p>
@@ -1095,7 +1095,7 @@ export interface RegistryAlias {
1095
1095
  * @public
1096
1096
  * <p>The status of the registry alias.</p>
1097
1097
  */
1098
- status: RegistryAliasStatus | string | undefined;
1098
+ status: RegistryAliasStatus | undefined;
1099
1099
  /**
1100
1100
  * @public
1101
1101
  * <p>Indicates whether the registry alias is the primary alias for the registry. If true, the
@@ -17,7 +17,7 @@ export type LayerFailureCode =
17
17
  (typeof LayerFailureCode)[keyof typeof LayerFailureCode];
18
18
  export interface LayerFailure {
19
19
  layerDigest?: string;
20
- failureCode?: LayerFailureCode | string;
20
+ failureCode?: LayerFailureCode;
21
21
  failureReason?: string;
22
22
  }
23
23
  export declare const LayerAvailability: {
@@ -28,7 +28,7 @@ export type LayerAvailability =
28
28
  (typeof LayerAvailability)[keyof typeof LayerAvailability];
29
29
  export interface Layer {
30
30
  layerDigest?: string;
31
- layerAvailability?: LayerAvailability | string;
31
+ layerAvailability?: LayerAvailability;
32
32
  layerSize?: number;
33
33
  mediaType?: string;
34
34
  }
@@ -91,7 +91,7 @@ export type ImageFailureCode =
91
91
  (typeof ImageFailureCode)[keyof typeof ImageFailureCode];
92
92
  export interface ImageFailure {
93
93
  imageId?: ImageIdentifier;
94
- failureCode?: ImageFailureCode | string;
94
+ failureCode?: ImageFailureCode;
95
95
  failureReason?: string;
96
96
  }
97
97
  export interface BatchDeleteImageResponse {
@@ -310,7 +310,7 @@ export type RegistryAliasStatus =
310
310
  (typeof RegistryAliasStatus)[keyof typeof RegistryAliasStatus];
311
311
  export interface RegistryAlias {
312
312
  name: string | undefined;
313
- status: RegistryAliasStatus | string | undefined;
313
+ status: RegistryAliasStatus | undefined;
314
314
  primaryRegistryAlias: boolean | undefined;
315
315
  defaultRegistryAlias: boolean | undefined;
316
316
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecr-public",
3
3
  "description": "AWS SDK for JavaScript Ecr Public Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.429.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
@@ -38,7 +38,7 @@
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
42
  "@smithy/middleware-retry": "^2.0.16",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",