@aws-sdk/client-ecr-public 3.428.0 → 3.430.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
|
|
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
|
|
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
|
|
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 |
|
|
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
|
|
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
|
|
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
|
|
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 |
|
|
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.
|
|
4
|
+
"version": "3.430.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,28 +21,28 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.430.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.430.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",
|
|
30
30
|
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.430.0",
|
|
32
32
|
"@aws-sdk/types": "3.428.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.430.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.15",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.2.3",
|
|
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.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.2",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.17",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
-
"@smithy/node-config-provider": "^2.1.
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.2",
|
|
46
46
|
"@smithy/node-http-handler": "^2.1.7",
|
|
47
47
|
"@smithy/protocol-http": "^3.0.7",
|
|
48
48
|
"@smithy/smithy-client": "^2.1.11",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
54
|
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
|
56
56
|
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|