@aws-sdk/client-servicediscovery 3.590.0 → 3.596.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 -27
- package/dist-types/commands/CreateHttpNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreatePrivateDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreatePublicDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DiscoverInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DiscoverInstancesRevisionCommand.d.ts +2 -1
- package/dist-types/commands/GetInstanceCommand.d.ts +2 -1
- package/dist-types/commands/GetInstancesHealthStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/GetOperationCommand.d.ts +2 -1
- package/dist-types/commands/GetServiceCommand.d.ts +2 -1
- package/dist-types/commands/ListInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
- package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterInstanceCommand.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/UpdateHttpNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePrivateDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePublicDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ServiceDiscoveryServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DiscoverInstancesRevisionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterInstanceCommand.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/UpdateHttpNamespaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ServiceDiscoveryServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -240,7 +240,6 @@ var ServiceDiscoveryClient = _ServiceDiscoveryClient;
|
|
|
240
240
|
|
|
241
241
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
242
242
|
|
|
243
|
-
var import_types = require("@smithy/types");
|
|
244
243
|
|
|
245
244
|
// src/protocols/Aws_json1_1.ts
|
|
246
245
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1544,7 +1543,6 @@ var CreateHttpNamespaceCommand = _CreateHttpNamespaceCommand;
|
|
|
1544
1543
|
|
|
1545
1544
|
|
|
1546
1545
|
|
|
1547
|
-
|
|
1548
1546
|
var _CreatePrivateDnsNamespaceCommand = class _CreatePrivateDnsNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1549
1547
|
...commonParams
|
|
1550
1548
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1561,7 +1559,6 @@ var CreatePrivateDnsNamespaceCommand = _CreatePrivateDnsNamespaceCommand;
|
|
|
1561
1559
|
|
|
1562
1560
|
|
|
1563
1561
|
|
|
1564
|
-
|
|
1565
1562
|
var _CreatePublicDnsNamespaceCommand = class _CreatePublicDnsNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1566
1563
|
...commonParams
|
|
1567
1564
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1578,7 +1575,6 @@ var CreatePublicDnsNamespaceCommand = _CreatePublicDnsNamespaceCommand;
|
|
|
1578
1575
|
|
|
1579
1576
|
|
|
1580
1577
|
|
|
1581
|
-
|
|
1582
1578
|
var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1583
1579
|
...commonParams
|
|
1584
1580
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1595,7 +1591,6 @@ var CreateServiceCommand = _CreateServiceCommand;
|
|
|
1595
1591
|
|
|
1596
1592
|
|
|
1597
1593
|
|
|
1598
|
-
|
|
1599
1594
|
var _DeleteNamespaceCommand = class _DeleteNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1600
1595
|
...commonParams
|
|
1601
1596
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1612,7 +1607,6 @@ var DeleteNamespaceCommand = _DeleteNamespaceCommand;
|
|
|
1612
1607
|
|
|
1613
1608
|
|
|
1614
1609
|
|
|
1615
|
-
|
|
1616
1610
|
var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1617
1611
|
...commonParams
|
|
1618
1612
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1629,7 +1623,6 @@ var DeleteServiceCommand = _DeleteServiceCommand;
|
|
|
1629
1623
|
|
|
1630
1624
|
|
|
1631
1625
|
|
|
1632
|
-
|
|
1633
1626
|
var _DeregisterInstanceCommand = class _DeregisterInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1634
1627
|
...commonParams
|
|
1635
1628
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1646,7 +1639,6 @@ var DeregisterInstanceCommand = _DeregisterInstanceCommand;
|
|
|
1646
1639
|
|
|
1647
1640
|
|
|
1648
1641
|
|
|
1649
|
-
|
|
1650
1642
|
var _DiscoverInstancesCommand = class _DiscoverInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1651
1643
|
...commonParams
|
|
1652
1644
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1663,7 +1655,6 @@ var DiscoverInstancesCommand = _DiscoverInstancesCommand;
|
|
|
1663
1655
|
|
|
1664
1656
|
|
|
1665
1657
|
|
|
1666
|
-
|
|
1667
1658
|
var _DiscoverInstancesRevisionCommand = class _DiscoverInstancesRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1668
1659
|
...commonParams
|
|
1669
1660
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1680,7 +1671,6 @@ var DiscoverInstancesRevisionCommand = _DiscoverInstancesRevisionCommand;
|
|
|
1680
1671
|
|
|
1681
1672
|
|
|
1682
1673
|
|
|
1683
|
-
|
|
1684
1674
|
var _GetInstanceCommand = class _GetInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1685
1675
|
...commonParams
|
|
1686
1676
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1697,7 +1687,6 @@ var GetInstanceCommand = _GetInstanceCommand;
|
|
|
1697
1687
|
|
|
1698
1688
|
|
|
1699
1689
|
|
|
1700
|
-
|
|
1701
1690
|
var _GetInstancesHealthStatusCommand = class _GetInstancesHealthStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1702
1691
|
...commonParams
|
|
1703
1692
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1714,7 +1703,6 @@ var GetInstancesHealthStatusCommand = _GetInstancesHealthStatusCommand;
|
|
|
1714
1703
|
|
|
1715
1704
|
|
|
1716
1705
|
|
|
1717
|
-
|
|
1718
1706
|
var _GetNamespaceCommand = class _GetNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1719
1707
|
...commonParams
|
|
1720
1708
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1731,7 +1719,6 @@ var GetNamespaceCommand = _GetNamespaceCommand;
|
|
|
1731
1719
|
|
|
1732
1720
|
|
|
1733
1721
|
|
|
1734
|
-
|
|
1735
1722
|
var _GetOperationCommand = class _GetOperationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1736
1723
|
...commonParams
|
|
1737
1724
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1748,7 +1735,6 @@ var GetOperationCommand = _GetOperationCommand;
|
|
|
1748
1735
|
|
|
1749
1736
|
|
|
1750
1737
|
|
|
1751
|
-
|
|
1752
1738
|
var _GetServiceCommand = class _GetServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1753
1739
|
...commonParams
|
|
1754
1740
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1765,7 +1751,6 @@ var GetServiceCommand = _GetServiceCommand;
|
|
|
1765
1751
|
|
|
1766
1752
|
|
|
1767
1753
|
|
|
1768
|
-
|
|
1769
1754
|
var _ListInstancesCommand = class _ListInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1770
1755
|
...commonParams
|
|
1771
1756
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1782,7 +1767,6 @@ var ListInstancesCommand = _ListInstancesCommand;
|
|
|
1782
1767
|
|
|
1783
1768
|
|
|
1784
1769
|
|
|
1785
|
-
|
|
1786
1770
|
var _ListNamespacesCommand = class _ListNamespacesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1787
1771
|
...commonParams
|
|
1788
1772
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1799,7 +1783,6 @@ var ListNamespacesCommand = _ListNamespacesCommand;
|
|
|
1799
1783
|
|
|
1800
1784
|
|
|
1801
1785
|
|
|
1802
|
-
|
|
1803
1786
|
var _ListOperationsCommand = class _ListOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1804
1787
|
...commonParams
|
|
1805
1788
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1816,7 +1799,6 @@ var ListOperationsCommand = _ListOperationsCommand;
|
|
|
1816
1799
|
|
|
1817
1800
|
|
|
1818
1801
|
|
|
1819
|
-
|
|
1820
1802
|
var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1821
1803
|
...commonParams
|
|
1822
1804
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1833,7 +1815,6 @@ var ListServicesCommand = _ListServicesCommand;
|
|
|
1833
1815
|
|
|
1834
1816
|
|
|
1835
1817
|
|
|
1836
|
-
|
|
1837
1818
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1838
1819
|
...commonParams
|
|
1839
1820
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1850,7 +1831,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1850
1831
|
|
|
1851
1832
|
|
|
1852
1833
|
|
|
1853
|
-
|
|
1854
1834
|
var _RegisterInstanceCommand = class _RegisterInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1855
1835
|
...commonParams
|
|
1856
1836
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1867,7 +1847,6 @@ var RegisterInstanceCommand = _RegisterInstanceCommand;
|
|
|
1867
1847
|
|
|
1868
1848
|
|
|
1869
1849
|
|
|
1870
|
-
|
|
1871
1850
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1872
1851
|
...commonParams
|
|
1873
1852
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1884,7 +1863,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1884
1863
|
|
|
1885
1864
|
|
|
1886
1865
|
|
|
1887
|
-
|
|
1888
1866
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1889
1867
|
...commonParams
|
|
1890
1868
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1901,7 +1879,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1901
1879
|
|
|
1902
1880
|
|
|
1903
1881
|
|
|
1904
|
-
|
|
1905
1882
|
var _UpdateHttpNamespaceCommand = class _UpdateHttpNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1906
1883
|
...commonParams
|
|
1907
1884
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1918,7 +1895,6 @@ var UpdateHttpNamespaceCommand = _UpdateHttpNamespaceCommand;
|
|
|
1918
1895
|
|
|
1919
1896
|
|
|
1920
1897
|
|
|
1921
|
-
|
|
1922
1898
|
var _UpdateInstanceCustomHealthStatusCommand = class _UpdateInstanceCustomHealthStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1923
1899
|
...commonParams
|
|
1924
1900
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1935,7 +1911,6 @@ var UpdateInstanceCustomHealthStatusCommand = _UpdateInstanceCustomHealthStatusC
|
|
|
1935
1911
|
|
|
1936
1912
|
|
|
1937
1913
|
|
|
1938
|
-
|
|
1939
1914
|
var _UpdatePrivateDnsNamespaceCommand = class _UpdatePrivateDnsNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1940
1915
|
...commonParams
|
|
1941
1916
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1952,7 +1927,6 @@ var UpdatePrivateDnsNamespaceCommand = _UpdatePrivateDnsNamespaceCommand;
|
|
|
1952
1927
|
|
|
1953
1928
|
|
|
1954
1929
|
|
|
1955
|
-
|
|
1956
1930
|
var _UpdatePublicDnsNamespaceCommand = class _UpdatePublicDnsNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1957
1931
|
...commonParams
|
|
1958
1932
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1969,7 +1943,6 @@ var UpdatePublicDnsNamespaceCommand = _UpdatePublicDnsNamespaceCommand;
|
|
|
1969
1943
|
|
|
1970
1944
|
|
|
1971
1945
|
|
|
1972
|
-
|
|
1973
1946
|
var _UpdateServiceCommand = class _UpdateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1974
1947
|
...commonParams
|
|
1975
1948
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
export * from "./ServiceDiscoveryClient";
|
|
12
12
|
export * from "./ServiceDiscovery";
|
|
13
13
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
14
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
-
export { ServiceDiscoveryExtensionConfiguration } from "./extensionConfiguration";
|
|
14
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
+
export type { ServiceDiscoveryExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
18
|
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
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateHttpNamespaceCommandInput
|
|
14
15
|
extends CreateHttpNamespaceRequest {}
|
|
15
16
|
export interface CreateHttpNamespaceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreatePrivateDnsNamespaceCommandInput
|
|
14
15
|
extends CreatePrivateDnsNamespaceRequest {}
|
|
15
16
|
export interface CreatePrivateDnsNamespaceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreatePublicDnsNamespaceCommandInput
|
|
14
15
|
extends CreatePublicDnsNamespaceRequest {}
|
|
15
16
|
export interface CreatePublicDnsNamespaceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateServiceCommandInput extends CreateServiceRequest {}
|
|
14
15
|
export interface CreateServiceCommandOutput
|
|
15
16
|
extends CreateServiceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
|
|
14
15
|
export interface DeleteNamespaceCommandOutput
|
|
15
16
|
extends DeleteNamespaceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
|
|
14
15
|
export interface DeleteServiceCommandOutput
|
|
15
16
|
extends DeleteServiceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeregisterInstanceCommandInput
|
|
14
15
|
extends DeregisterInstanceRequest {}
|
|
15
16
|
export interface DeregisterInstanceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DiscoverInstancesCommandInput
|
|
14
15
|
extends DiscoverInstancesRequest {}
|
|
15
16
|
export interface DiscoverInstancesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DiscoverInstancesRevisionCommandInput
|
|
14
15
|
extends DiscoverInstancesRevisionRequest {}
|
|
15
16
|
export interface DiscoverInstancesRevisionCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ServiceDiscoveryClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetInstanceCommandInput extends GetInstanceRequest {}
|
|
11
12
|
export interface GetInstanceCommandOutput
|
|
12
13
|
extends GetInstanceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetInstancesHealthStatusCommandInput
|
|
14
15
|
extends GetInstancesHealthStatusRequest {}
|
|
15
16
|
export interface GetInstancesHealthStatusCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ServiceDiscoveryClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetNamespaceCommandInput extends GetNamespaceRequest {}
|
|
11
12
|
export interface GetNamespaceCommandOutput
|
|
12
13
|
extends GetNamespaceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ServiceDiscoveryClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetOperationCommandInput extends GetOperationRequest {}
|
|
11
12
|
export interface GetOperationCommandOutput
|
|
12
13
|
extends GetOperationResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ServiceDiscoveryClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetServiceCommandInput extends GetServiceRequest {}
|
|
11
12
|
export interface GetServiceCommandOutput
|
|
12
13
|
extends GetServiceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListInstancesCommandInput extends ListInstancesRequest {}
|
|
14
15
|
export interface ListInstancesCommandOutput
|
|
15
16
|
extends ListInstancesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListNamespacesCommandInput extends ListNamespacesRequest {}
|
|
14
15
|
export interface ListNamespacesCommandOutput
|
|
15
16
|
extends ListNamespacesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListOperationsCommandInput extends ListOperationsRequest {}
|
|
14
15
|
export interface ListOperationsCommandOutput
|
|
15
16
|
extends ListOperationsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ServiceDiscoveryClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
11
12
|
export interface ListServicesCommandOutput
|
|
12
13
|
extends ListServicesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RegisterInstanceCommandInput extends RegisterInstanceRequest {}
|
|
14
15
|
export interface RegisterInstanceCommandOutput
|
|
15
16
|
extends RegisterInstanceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ServiceDiscoveryClient";
|
|
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
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
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
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateHttpNamespaceCommandInput
|
|
14
15
|
extends UpdateHttpNamespaceRequest {}
|
|
15
16
|
export interface UpdateHttpNamespaceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ServiceDiscoveryClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateInstanceCustomHealthStatusCommandInput
|
|
11
12
|
extends UpdateInstanceCustomHealthStatusRequest {}
|
|
12
13
|
export interface UpdateInstanceCustomHealthStatusCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdatePrivateDnsNamespaceCommandInput
|
|
14
15
|
extends UpdatePrivateDnsNamespaceRequest {}
|
|
15
16
|
export interface UpdatePrivateDnsNamespaceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdatePublicDnsNamespaceCommandInput
|
|
14
15
|
extends UpdatePublicDnsNamespaceRequest {}
|
|
15
16
|
export interface UpdatePublicDnsNamespaceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ServiceDiscoveryClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
|
|
14
15
|
export interface UpdateServiceCommandOutput
|
|
15
16
|
extends UpdateServiceResponse,
|
|
@@ -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 ServiceDiscoveryServiceException 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-servicediscovery",
|
|
3
3
|
"description": "AWS SDK for JavaScript Servicediscovery Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.596.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-servicediscovery",
|
|
@@ -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.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.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",
|