@aws-sdk/client-ecr-public 3.590.0 → 3.592.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 +0 -23
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteImageCommand.d.ts +2 -1
- package/dist-types/commands/CompleteLayerUploadCommand.d.ts +2 -1
- package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImageTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRegistriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRepositoriesCommand.d.ts +2 -1
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +2 -1
- package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +2 -1
- package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +2 -1
- package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +2 -1
- package/dist-types/commands/InitiateLayerUploadCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutImageCommand.d.ts +2 -1
- package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +2 -1
- package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +2 -1
- package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UploadLayerPartCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ECRPUBLICServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ECRPUBLICServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -233,7 +233,6 @@ var ECRPUBLICClient = _ECRPUBLICClient;
|
|
|
233
233
|
|
|
234
234
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
235
235
|
|
|
236
|
-
var import_types = require("@smithy/types");
|
|
237
236
|
|
|
238
237
|
// src/protocols/Aws_json1_1.ts
|
|
239
238
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1611,7 +1610,6 @@ var BatchCheckLayerAvailabilityCommand = _BatchCheckLayerAvailabilityCommand;
|
|
|
1611
1610
|
|
|
1612
1611
|
|
|
1613
1612
|
|
|
1614
|
-
|
|
1615
1613
|
var _BatchDeleteImageCommand = class _BatchDeleteImageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1616
1614
|
...commonParams
|
|
1617
1615
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1628,7 +1626,6 @@ var BatchDeleteImageCommand = _BatchDeleteImageCommand;
|
|
|
1628
1626
|
|
|
1629
1627
|
|
|
1630
1628
|
|
|
1631
|
-
|
|
1632
1629
|
var _CompleteLayerUploadCommand = class _CompleteLayerUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1633
1630
|
...commonParams
|
|
1634
1631
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1645,7 +1642,6 @@ var CompleteLayerUploadCommand = _CompleteLayerUploadCommand;
|
|
|
1645
1642
|
|
|
1646
1643
|
|
|
1647
1644
|
|
|
1648
|
-
|
|
1649
1645
|
var _CreateRepositoryCommand = class _CreateRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1650
1646
|
...commonParams
|
|
1651
1647
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1662,7 +1658,6 @@ var CreateRepositoryCommand = _CreateRepositoryCommand;
|
|
|
1662
1658
|
|
|
1663
1659
|
|
|
1664
1660
|
|
|
1665
|
-
|
|
1666
1661
|
var _DeleteRepositoryCommand = class _DeleteRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1667
1662
|
...commonParams
|
|
1668
1663
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1679,7 +1674,6 @@ var DeleteRepositoryCommand = _DeleteRepositoryCommand;
|
|
|
1679
1674
|
|
|
1680
1675
|
|
|
1681
1676
|
|
|
1682
|
-
|
|
1683
1677
|
var _DeleteRepositoryPolicyCommand = class _DeleteRepositoryPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1684
1678
|
...commonParams
|
|
1685
1679
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1696,7 +1690,6 @@ var DeleteRepositoryPolicyCommand = _DeleteRepositoryPolicyCommand;
|
|
|
1696
1690
|
|
|
1697
1691
|
|
|
1698
1692
|
|
|
1699
|
-
|
|
1700
1693
|
var _DescribeImagesCommand = class _DescribeImagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1701
1694
|
...commonParams
|
|
1702
1695
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1713,7 +1706,6 @@ var DescribeImagesCommand = _DescribeImagesCommand;
|
|
|
1713
1706
|
|
|
1714
1707
|
|
|
1715
1708
|
|
|
1716
|
-
|
|
1717
1709
|
var _DescribeImageTagsCommand = class _DescribeImageTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1718
1710
|
...commonParams
|
|
1719
1711
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1730,7 +1722,6 @@ var DescribeImageTagsCommand = _DescribeImageTagsCommand;
|
|
|
1730
1722
|
|
|
1731
1723
|
|
|
1732
1724
|
|
|
1733
|
-
|
|
1734
1725
|
var _DescribeRegistriesCommand = class _DescribeRegistriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1735
1726
|
...commonParams
|
|
1736
1727
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1747,7 +1738,6 @@ var DescribeRegistriesCommand = _DescribeRegistriesCommand;
|
|
|
1747
1738
|
|
|
1748
1739
|
|
|
1749
1740
|
|
|
1750
|
-
|
|
1751
1741
|
var _DescribeRepositoriesCommand = class _DescribeRepositoriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1752
1742
|
...commonParams
|
|
1753
1743
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1764,7 +1754,6 @@ var DescribeRepositoriesCommand = _DescribeRepositoriesCommand;
|
|
|
1764
1754
|
|
|
1765
1755
|
|
|
1766
1756
|
|
|
1767
|
-
|
|
1768
1757
|
var _GetAuthorizationTokenCommand = class _GetAuthorizationTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1769
1758
|
...commonParams
|
|
1770
1759
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1781,7 +1770,6 @@ var GetAuthorizationTokenCommand = _GetAuthorizationTokenCommand;
|
|
|
1781
1770
|
|
|
1782
1771
|
|
|
1783
1772
|
|
|
1784
|
-
|
|
1785
1773
|
var _GetRegistryCatalogDataCommand = class _GetRegistryCatalogDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1786
1774
|
...commonParams
|
|
1787
1775
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1798,7 +1786,6 @@ var GetRegistryCatalogDataCommand = _GetRegistryCatalogDataCommand;
|
|
|
1798
1786
|
|
|
1799
1787
|
|
|
1800
1788
|
|
|
1801
|
-
|
|
1802
1789
|
var _GetRepositoryCatalogDataCommand = class _GetRepositoryCatalogDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1803
1790
|
...commonParams
|
|
1804
1791
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1815,7 +1802,6 @@ var GetRepositoryCatalogDataCommand = _GetRepositoryCatalogDataCommand;
|
|
|
1815
1802
|
|
|
1816
1803
|
|
|
1817
1804
|
|
|
1818
|
-
|
|
1819
1805
|
var _GetRepositoryPolicyCommand = class _GetRepositoryPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1820
1806
|
...commonParams
|
|
1821
1807
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1832,7 +1818,6 @@ var GetRepositoryPolicyCommand = _GetRepositoryPolicyCommand;
|
|
|
1832
1818
|
|
|
1833
1819
|
|
|
1834
1820
|
|
|
1835
|
-
|
|
1836
1821
|
var _InitiateLayerUploadCommand = class _InitiateLayerUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1837
1822
|
...commonParams
|
|
1838
1823
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1849,7 +1834,6 @@ var InitiateLayerUploadCommand = _InitiateLayerUploadCommand;
|
|
|
1849
1834
|
|
|
1850
1835
|
|
|
1851
1836
|
|
|
1852
|
-
|
|
1853
1837
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1854
1838
|
...commonParams
|
|
1855
1839
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1866,7 +1850,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1866
1850
|
|
|
1867
1851
|
|
|
1868
1852
|
|
|
1869
|
-
|
|
1870
1853
|
var _PutImageCommand = class _PutImageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1871
1854
|
...commonParams
|
|
1872
1855
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1883,7 +1866,6 @@ var PutImageCommand = _PutImageCommand;
|
|
|
1883
1866
|
|
|
1884
1867
|
|
|
1885
1868
|
|
|
1886
|
-
|
|
1887
1869
|
var _PutRegistryCatalogDataCommand = class _PutRegistryCatalogDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1888
1870
|
...commonParams
|
|
1889
1871
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1900,7 +1882,6 @@ var PutRegistryCatalogDataCommand = _PutRegistryCatalogDataCommand;
|
|
|
1900
1882
|
|
|
1901
1883
|
|
|
1902
1884
|
|
|
1903
|
-
|
|
1904
1885
|
var _PutRepositoryCatalogDataCommand = class _PutRepositoryCatalogDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1905
1886
|
...commonParams
|
|
1906
1887
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1917,7 +1898,6 @@ var PutRepositoryCatalogDataCommand = _PutRepositoryCatalogDataCommand;
|
|
|
1917
1898
|
|
|
1918
1899
|
|
|
1919
1900
|
|
|
1920
|
-
|
|
1921
1901
|
var _SetRepositoryPolicyCommand = class _SetRepositoryPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1922
1902
|
...commonParams
|
|
1923
1903
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1934,7 +1914,6 @@ var SetRepositoryPolicyCommand = _SetRepositoryPolicyCommand;
|
|
|
1934
1914
|
|
|
1935
1915
|
|
|
1936
1916
|
|
|
1937
|
-
|
|
1938
1917
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1939
1918
|
...commonParams
|
|
1940
1919
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1951,7 +1930,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1951
1930
|
|
|
1952
1931
|
|
|
1953
1932
|
|
|
1954
|
-
|
|
1955
1933
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1956
1934
|
...commonParams
|
|
1957
1935
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1968,7 +1946,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1968
1946
|
|
|
1969
1947
|
|
|
1970
1948
|
|
|
1971
|
-
|
|
1972
1949
|
var _UploadLayerPartCommand = class _UploadLayerPartCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1973
1950
|
...commonParams
|
|
1974
1951
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
export * from "./ECRPUBLICClient";
|
|
13
13
|
export * from "./ECRPUBLIC";
|
|
14
14
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
15
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
16
|
-
export { ECRPUBLICExtensionConfiguration } from "./extensionConfiguration";
|
|
15
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
16
|
+
export type { ECRPUBLICExtensionConfiguration } from "./extensionConfiguration";
|
|
17
17
|
export * from "./commands";
|
|
18
18
|
export * from "./pagination";
|
|
19
19
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchCheckLayerAvailabilityRequest,
|
|
10
10
|
BatchCheckLayerAvailabilityResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchCheckLayerAvailabilityCommandInput
|
|
14
15
|
extends BatchCheckLayerAvailabilityRequest {}
|
|
15
16
|
export interface BatchCheckLayerAvailabilityCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchDeleteImageRequest,
|
|
10
10
|
BatchDeleteImageResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchDeleteImageCommandInput extends BatchDeleteImageRequest {}
|
|
14
15
|
export interface BatchDeleteImageCommandOutput
|
|
15
16
|
extends BatchDeleteImageResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CompleteLayerUploadRequest,
|
|
10
10
|
CompleteLayerUploadResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CompleteLayerUploadCommandInput
|
|
14
15
|
extends CompleteLayerUploadRequest {}
|
|
15
16
|
export interface CompleteLayerUploadCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateRepositoryRequest,
|
|
10
10
|
CreateRepositoryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
|
|
14
15
|
export interface CreateRepositoryCommandOutput
|
|
15
16
|
extends CreateRepositoryResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteRepositoryRequest,
|
|
10
10
|
DeleteRepositoryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
|
|
14
15
|
export interface DeleteRepositoryCommandOutput
|
|
15
16
|
extends DeleteRepositoryResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteRepositoryPolicyRequest,
|
|
10
10
|
DeleteRepositoryPolicyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteRepositoryPolicyCommandInput
|
|
14
15
|
extends DeleteRepositoryPolicyRequest {}
|
|
15
16
|
export interface DeleteRepositoryPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeImageTagsRequest,
|
|
10
10
|
DescribeImageTagsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeImageTagsCommandInput
|
|
14
15
|
extends DescribeImageTagsRequest {}
|
|
15
16
|
export interface DescribeImageTagsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeImagesRequest,
|
|
10
10
|
DescribeImagesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeImagesCommandInput extends DescribeImagesRequest {}
|
|
14
15
|
export interface DescribeImagesCommandOutput
|
|
15
16
|
extends DescribeImagesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeRegistriesRequest,
|
|
10
10
|
DescribeRegistriesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeRegistriesCommandInput
|
|
14
15
|
extends DescribeRegistriesRequest {}
|
|
15
16
|
export interface DescribeRegistriesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeRepositoriesRequest,
|
|
10
10
|
DescribeRepositoriesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeRepositoriesCommandInput
|
|
14
15
|
extends DescribeRepositoriesRequest {}
|
|
15
16
|
export interface DescribeRepositoriesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetAuthorizationTokenRequest,
|
|
10
10
|
GetAuthorizationTokenResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAuthorizationTokenCommandInput
|
|
14
15
|
extends GetAuthorizationTokenRequest {}
|
|
15
16
|
export interface GetAuthorizationTokenCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetRegistryCatalogDataRequest,
|
|
10
10
|
GetRegistryCatalogDataResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRegistryCatalogDataCommandInput
|
|
14
15
|
extends GetRegistryCatalogDataRequest {}
|
|
15
16
|
export interface GetRegistryCatalogDataCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetRepositoryCatalogDataRequest,
|
|
10
10
|
GetRepositoryCatalogDataResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRepositoryCatalogDataCommandInput
|
|
14
15
|
extends GetRepositoryCatalogDataRequest {}
|
|
15
16
|
export interface GetRepositoryCatalogDataCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetRepositoryPolicyRequest,
|
|
10
10
|
GetRepositoryPolicyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRepositoryPolicyCommandInput
|
|
14
15
|
extends GetRepositoryPolicyRequest {}
|
|
15
16
|
export interface GetRepositoryPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
InitiateLayerUploadRequest,
|
|
10
10
|
InitiateLayerUploadResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface InitiateLayerUploadCommandInput
|
|
14
15
|
extends InitiateLayerUploadRequest {}
|
|
15
16
|
export interface InitiateLayerUploadCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECRPUBLICClient";
|
|
8
8
|
import { PutImageRequest, PutImageResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface PutImageCommandInput extends PutImageRequest {}
|
|
11
12
|
export interface PutImageCommandOutput
|
|
12
13
|
extends PutImageResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutRegistryCatalogDataRequest,
|
|
10
10
|
PutRegistryCatalogDataResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutRegistryCatalogDataCommandInput
|
|
14
15
|
extends PutRegistryCatalogDataRequest {}
|
|
15
16
|
export interface PutRegistryCatalogDataCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutRepositoryCatalogDataRequest,
|
|
10
10
|
PutRepositoryCatalogDataResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutRepositoryCatalogDataCommandInput
|
|
14
15
|
extends PutRepositoryCatalogDataRequest {}
|
|
15
16
|
export interface PutRepositoryCatalogDataCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SetRepositoryPolicyRequest,
|
|
10
10
|
SetRepositoryPolicyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SetRepositoryPolicyCommandInput
|
|
14
15
|
extends SetRepositoryPolicyRequest {}
|
|
15
16
|
export interface SetRepositoryPolicyCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ECRPUBLICClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UploadLayerPartRequest,
|
|
10
10
|
UploadLayerPartResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {}
|
|
14
15
|
export interface UploadLayerPartCommandOutput
|
|
15
16
|
extends UploadLayerPartResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ECRPUBLICServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.592.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,10 +20,10 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|