@aws-sdk/client-ecr-public 3.750.0 → 3.772.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 +19 -19
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
BatchCheckLayerAvailabilityCommand: () => BatchCheckLayerAvailabilityCommand,
|
|
25
25
|
BatchDeleteImageCommand: () => BatchDeleteImageCommand,
|
|
26
26
|
CompleteLayerUploadCommand: () => CompleteLayerUploadCommand,
|
|
@@ -81,7 +81,7 @@ __export(src_exports, {
|
|
|
81
81
|
paginateDescribeRegistries: () => paginateDescribeRegistries,
|
|
82
82
|
paginateDescribeRepositories: () => paginateDescribeRepositories
|
|
83
83
|
});
|
|
84
|
-
module.exports = __toCommonJS(
|
|
84
|
+
module.exports = __toCommonJS(index_exports);
|
|
85
85
|
|
|
86
86
|
// src/ECRPUBLICClient.ts
|
|
87
87
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -208,9 +208,9 @@ var ECRPUBLICClient = class extends import_smithy_client.Client {
|
|
|
208
208
|
this.middlewareStack.use(
|
|
209
209
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
210
210
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultECRPUBLICHttpAuthSchemeParametersProvider,
|
|
211
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
211
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
212
212
|
"aws.auth#sigv4": config.credentials
|
|
213
|
-
})
|
|
213
|
+
}), "identityProviderConfigProvider")
|
|
214
214
|
})
|
|
215
215
|
);
|
|
216
216
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1477,14 +1477,14 @@ var de_UploadNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
1477
1477
|
}, "de_UploadNotFoundExceptionRes");
|
|
1478
1478
|
var se_CreateRepositoryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1479
1479
|
return (0, import_smithy_client.take)(input, {
|
|
1480
|
-
catalogData: (_) => se_RepositoryCatalogDataInput(_, context),
|
|
1480
|
+
catalogData: /* @__PURE__ */ __name((_) => se_RepositoryCatalogDataInput(_, context), "catalogData"),
|
|
1481
1481
|
repositoryName: [],
|
|
1482
1482
|
tags: import_smithy_client._json
|
|
1483
1483
|
});
|
|
1484
1484
|
}, "se_CreateRepositoryRequest");
|
|
1485
1485
|
var se_PutRepositoryCatalogDataRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1486
1486
|
return (0, import_smithy_client.take)(input, {
|
|
1487
|
-
catalogData: (_) => se_RepositoryCatalogDataInput(_, context),
|
|
1487
|
+
catalogData: /* @__PURE__ */ __name((_) => se_RepositoryCatalogDataInput(_, context), "catalogData"),
|
|
1488
1488
|
registryId: [],
|
|
1489
1489
|
repositoryName: []
|
|
1490
1490
|
});
|
|
@@ -1512,41 +1512,41 @@ var se_UploadLayerPartRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1512
1512
|
var de_AuthorizationData = /* @__PURE__ */ __name((output, context) => {
|
|
1513
1513
|
return (0, import_smithy_client.take)(output, {
|
|
1514
1514
|
authorizationToken: import_smithy_client.expectString,
|
|
1515
|
-
expiresAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1515
|
+
expiresAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expiresAt")
|
|
1516
1516
|
});
|
|
1517
1517
|
}, "de_AuthorizationData");
|
|
1518
1518
|
var de_CreateRepositoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1519
1519
|
return (0, import_smithy_client.take)(output, {
|
|
1520
1520
|
catalogData: import_smithy_client._json,
|
|
1521
|
-
repository: (_) => de_Repository(_, context)
|
|
1521
|
+
repository: /* @__PURE__ */ __name((_) => de_Repository(_, context), "repository")
|
|
1522
1522
|
});
|
|
1523
1523
|
}, "de_CreateRepositoryResponse");
|
|
1524
1524
|
var de_DeleteRepositoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1525
1525
|
return (0, import_smithy_client.take)(output, {
|
|
1526
|
-
repository: (_) => de_Repository(_, context)
|
|
1526
|
+
repository: /* @__PURE__ */ __name((_) => de_Repository(_, context), "repository")
|
|
1527
1527
|
});
|
|
1528
1528
|
}, "de_DeleteRepositoryResponse");
|
|
1529
1529
|
var de_DescribeImagesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1530
1530
|
return (0, import_smithy_client.take)(output, {
|
|
1531
|
-
imageDetails: (_) => de_ImageDetailList(_, context),
|
|
1531
|
+
imageDetails: /* @__PURE__ */ __name((_) => de_ImageDetailList(_, context), "imageDetails"),
|
|
1532
1532
|
nextToken: import_smithy_client.expectString
|
|
1533
1533
|
});
|
|
1534
1534
|
}, "de_DescribeImagesResponse");
|
|
1535
1535
|
var de_DescribeImageTagsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1536
1536
|
return (0, import_smithy_client.take)(output, {
|
|
1537
|
-
imageTagDetails: (_) => de_ImageTagDetailList(_, context),
|
|
1537
|
+
imageTagDetails: /* @__PURE__ */ __name((_) => de_ImageTagDetailList(_, context), "imageTagDetails"),
|
|
1538
1538
|
nextToken: import_smithy_client.expectString
|
|
1539
1539
|
});
|
|
1540
1540
|
}, "de_DescribeImageTagsResponse");
|
|
1541
1541
|
var de_DescribeRepositoriesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1542
1542
|
return (0, import_smithy_client.take)(output, {
|
|
1543
1543
|
nextToken: import_smithy_client.expectString,
|
|
1544
|
-
repositories: (_) => de_RepositoryList(_, context)
|
|
1544
|
+
repositories: /* @__PURE__ */ __name((_) => de_RepositoryList(_, context), "repositories")
|
|
1545
1545
|
});
|
|
1546
1546
|
}, "de_DescribeRepositoriesResponse");
|
|
1547
1547
|
var de_GetAuthorizationTokenResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1548
1548
|
return (0, import_smithy_client.take)(output, {
|
|
1549
|
-
authorizationData: (_) => de_AuthorizationData(_, context)
|
|
1549
|
+
authorizationData: /* @__PURE__ */ __name((_) => de_AuthorizationData(_, context), "authorizationData")
|
|
1550
1550
|
});
|
|
1551
1551
|
}, "de_GetAuthorizationTokenResponse");
|
|
1552
1552
|
var de_ImageDetail = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1554,7 +1554,7 @@ var de_ImageDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
1554
1554
|
artifactMediaType: import_smithy_client.expectString,
|
|
1555
1555
|
imageDigest: import_smithy_client.expectString,
|
|
1556
1556
|
imageManifestMediaType: import_smithy_client.expectString,
|
|
1557
|
-
imagePushedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1557
|
+
imagePushedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "imagePushedAt"),
|
|
1558
1558
|
imageSizeInBytes: import_smithy_client.expectLong,
|
|
1559
1559
|
imageTags: import_smithy_client._json,
|
|
1560
1560
|
registryId: import_smithy_client.expectString,
|
|
@@ -1569,8 +1569,8 @@ var de_ImageDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1569
1569
|
}, "de_ImageDetailList");
|
|
1570
1570
|
var de_ImageTagDetail = /* @__PURE__ */ __name((output, context) => {
|
|
1571
1571
|
return (0, import_smithy_client.take)(output, {
|
|
1572
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1573
|
-
imageDetail: (_) => de_ReferencedImageDetail(_, context),
|
|
1572
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1573
|
+
imageDetail: /* @__PURE__ */ __name((_) => de_ReferencedImageDetail(_, context), "imageDetail"),
|
|
1574
1574
|
imageTag: import_smithy_client.expectString
|
|
1575
1575
|
});
|
|
1576
1576
|
}, "de_ImageTagDetail");
|
|
@@ -1585,13 +1585,13 @@ var de_ReferencedImageDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
1585
1585
|
artifactMediaType: import_smithy_client.expectString,
|
|
1586
1586
|
imageDigest: import_smithy_client.expectString,
|
|
1587
1587
|
imageManifestMediaType: import_smithy_client.expectString,
|
|
1588
|
-
imagePushedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1588
|
+
imagePushedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "imagePushedAt"),
|
|
1589
1589
|
imageSizeInBytes: import_smithy_client.expectLong
|
|
1590
1590
|
});
|
|
1591
1591
|
}, "de_ReferencedImageDetail");
|
|
1592
1592
|
var de_Repository = /* @__PURE__ */ __name((output, context) => {
|
|
1593
1593
|
return (0, import_smithy_client.take)(output, {
|
|
1594
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1594
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1595
1595
|
registryId: import_smithy_client.expectString,
|
|
1596
1596
|
repositoryArn: import_smithy_client.expectString,
|
|
1597
1597
|
repositoryName: import_smithy_client.expectString,
|
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.772.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-public",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|