@aws-sdk/client-pca-connector-ad 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 -25
- package/dist-types/commands/CreateConnectorCommand.d.ts +2 -1
- package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +2 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConnectorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectorCommand.d.ts +2 -1
- package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
- package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplatesCommand.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/UpdateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/PcaConnectorAdServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.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/UpdateTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/PcaConnectorAdServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -236,7 +236,6 @@ var PcaConnectorAdClient = _PcaConnectorAdClient;
|
|
|
236
236
|
|
|
237
237
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
238
238
|
|
|
239
|
-
var import_types = require("@smithy/types");
|
|
240
239
|
|
|
241
240
|
// src/protocols/Aws_restJson1.ts
|
|
242
241
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1556,7 +1555,6 @@ var CreateConnectorCommand = _CreateConnectorCommand;
|
|
|
1556
1555
|
|
|
1557
1556
|
|
|
1558
1557
|
|
|
1559
|
-
|
|
1560
1558
|
var _CreateDirectoryRegistrationCommand = class _CreateDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1561
1559
|
...commonParams
|
|
1562
1560
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1573,7 +1571,6 @@ var CreateDirectoryRegistrationCommand = _CreateDirectoryRegistrationCommand;
|
|
|
1573
1571
|
|
|
1574
1572
|
|
|
1575
1573
|
|
|
1576
|
-
|
|
1577
1574
|
var _CreateServicePrincipalNameCommand = class _CreateServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1578
1575
|
...commonParams
|
|
1579
1576
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1590,7 +1587,6 @@ var CreateServicePrincipalNameCommand = _CreateServicePrincipalNameCommand;
|
|
|
1590
1587
|
|
|
1591
1588
|
|
|
1592
1589
|
|
|
1593
|
-
|
|
1594
1590
|
var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1595
1591
|
...commonParams
|
|
1596
1592
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1607,7 +1603,6 @@ var CreateTemplateCommand = _CreateTemplateCommand;
|
|
|
1607
1603
|
|
|
1608
1604
|
|
|
1609
1605
|
|
|
1610
|
-
|
|
1611
1606
|
var _CreateTemplateGroupAccessControlEntryCommand = class _CreateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1612
1607
|
...commonParams
|
|
1613
1608
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1624,7 +1619,6 @@ var CreateTemplateGroupAccessControlEntryCommand = _CreateTemplateGroupAccessCon
|
|
|
1624
1619
|
|
|
1625
1620
|
|
|
1626
1621
|
|
|
1627
|
-
|
|
1628
1622
|
var _DeleteConnectorCommand = class _DeleteConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1629
1623
|
...commonParams
|
|
1630
1624
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1641,7 +1635,6 @@ var DeleteConnectorCommand = _DeleteConnectorCommand;
|
|
|
1641
1635
|
|
|
1642
1636
|
|
|
1643
1637
|
|
|
1644
|
-
|
|
1645
1638
|
var _DeleteDirectoryRegistrationCommand = class _DeleteDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1646
1639
|
...commonParams
|
|
1647
1640
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1658,7 +1651,6 @@ var DeleteDirectoryRegistrationCommand = _DeleteDirectoryRegistrationCommand;
|
|
|
1658
1651
|
|
|
1659
1652
|
|
|
1660
1653
|
|
|
1661
|
-
|
|
1662
1654
|
var _DeleteServicePrincipalNameCommand = class _DeleteServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1663
1655
|
...commonParams
|
|
1664
1656
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1675,7 +1667,6 @@ var DeleteServicePrincipalNameCommand = _DeleteServicePrincipalNameCommand;
|
|
|
1675
1667
|
|
|
1676
1668
|
|
|
1677
1669
|
|
|
1678
|
-
|
|
1679
1670
|
var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1680
1671
|
...commonParams
|
|
1681
1672
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1692,7 +1683,6 @@ var DeleteTemplateCommand = _DeleteTemplateCommand;
|
|
|
1692
1683
|
|
|
1693
1684
|
|
|
1694
1685
|
|
|
1695
|
-
|
|
1696
1686
|
var _DeleteTemplateGroupAccessControlEntryCommand = class _DeleteTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1697
1687
|
...commonParams
|
|
1698
1688
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1709,7 +1699,6 @@ var DeleteTemplateGroupAccessControlEntryCommand = _DeleteTemplateGroupAccessCon
|
|
|
1709
1699
|
|
|
1710
1700
|
|
|
1711
1701
|
|
|
1712
|
-
|
|
1713
1702
|
var _GetConnectorCommand = class _GetConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1714
1703
|
...commonParams
|
|
1715
1704
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1726,7 +1715,6 @@ var GetConnectorCommand = _GetConnectorCommand;
|
|
|
1726
1715
|
|
|
1727
1716
|
|
|
1728
1717
|
|
|
1729
|
-
|
|
1730
1718
|
var _GetDirectoryRegistrationCommand = class _GetDirectoryRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1731
1719
|
...commonParams
|
|
1732
1720
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1743,7 +1731,6 @@ var GetDirectoryRegistrationCommand = _GetDirectoryRegistrationCommand;
|
|
|
1743
1731
|
|
|
1744
1732
|
|
|
1745
1733
|
|
|
1746
|
-
|
|
1747
1734
|
var _GetServicePrincipalNameCommand = class _GetServicePrincipalNameCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1748
1735
|
...commonParams
|
|
1749
1736
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1760,7 +1747,6 @@ var GetServicePrincipalNameCommand = _GetServicePrincipalNameCommand;
|
|
|
1760
1747
|
|
|
1761
1748
|
|
|
1762
1749
|
|
|
1763
|
-
|
|
1764
1750
|
var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1765
1751
|
...commonParams
|
|
1766
1752
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1777,7 +1763,6 @@ var GetTemplateCommand = _GetTemplateCommand;
|
|
|
1777
1763
|
|
|
1778
1764
|
|
|
1779
1765
|
|
|
1780
|
-
|
|
1781
1766
|
var _GetTemplateGroupAccessControlEntryCommand = class _GetTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1782
1767
|
...commonParams
|
|
1783
1768
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1794,7 +1779,6 @@ var GetTemplateGroupAccessControlEntryCommand = _GetTemplateGroupAccessControlEn
|
|
|
1794
1779
|
|
|
1795
1780
|
|
|
1796
1781
|
|
|
1797
|
-
|
|
1798
1782
|
var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1799
1783
|
...commonParams
|
|
1800
1784
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1811,7 +1795,6 @@ var ListConnectorsCommand = _ListConnectorsCommand;
|
|
|
1811
1795
|
|
|
1812
1796
|
|
|
1813
1797
|
|
|
1814
|
-
|
|
1815
1798
|
var _ListDirectoryRegistrationsCommand = class _ListDirectoryRegistrationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1816
1799
|
...commonParams
|
|
1817
1800
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1828,7 +1811,6 @@ var ListDirectoryRegistrationsCommand = _ListDirectoryRegistrationsCommand;
|
|
|
1828
1811
|
|
|
1829
1812
|
|
|
1830
1813
|
|
|
1831
|
-
|
|
1832
1814
|
var _ListServicePrincipalNamesCommand = class _ListServicePrincipalNamesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1833
1815
|
...commonParams
|
|
1834
1816
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1845,7 +1827,6 @@ var ListServicePrincipalNamesCommand = _ListServicePrincipalNamesCommand;
|
|
|
1845
1827
|
|
|
1846
1828
|
|
|
1847
1829
|
|
|
1848
|
-
|
|
1849
1830
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1850
1831
|
...commonParams
|
|
1851
1832
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1862,7 +1843,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1862
1843
|
|
|
1863
1844
|
|
|
1864
1845
|
|
|
1865
|
-
|
|
1866
1846
|
var _ListTemplateGroupAccessControlEntriesCommand = class _ListTemplateGroupAccessControlEntriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1867
1847
|
...commonParams
|
|
1868
1848
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1879,7 +1859,6 @@ var ListTemplateGroupAccessControlEntriesCommand = _ListTemplateGroupAccessContr
|
|
|
1879
1859
|
|
|
1880
1860
|
|
|
1881
1861
|
|
|
1882
|
-
|
|
1883
1862
|
var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1884
1863
|
...commonParams
|
|
1885
1864
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1896,7 +1875,6 @@ var ListTemplatesCommand = _ListTemplatesCommand;
|
|
|
1896
1875
|
|
|
1897
1876
|
|
|
1898
1877
|
|
|
1899
|
-
|
|
1900
1878
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1901
1879
|
...commonParams
|
|
1902
1880
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1913,7 +1891,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1913
1891
|
|
|
1914
1892
|
|
|
1915
1893
|
|
|
1916
|
-
|
|
1917
1894
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1918
1895
|
...commonParams
|
|
1919
1896
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1930,7 +1907,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1930
1907
|
|
|
1931
1908
|
|
|
1932
1909
|
|
|
1933
|
-
|
|
1934
1910
|
var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1935
1911
|
...commonParams
|
|
1936
1912
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1947,7 +1923,6 @@ var UpdateTemplateCommand = _UpdateTemplateCommand;
|
|
|
1947
1923
|
|
|
1948
1924
|
|
|
1949
1925
|
|
|
1950
|
-
|
|
1951
1926
|
var _UpdateTemplateGroupAccessControlEntryCommand = class _UpdateTemplateGroupAccessControlEntryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1952
1927
|
...commonParams
|
|
1953
1928
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
export * from "./PcaConnectorAdClient";
|
|
9
9
|
export * from "./PcaConnectorAd";
|
|
10
10
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
11
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
12
|
-
export { PcaConnectorAdExtensionConfiguration } from "./extensionConfiguration";
|
|
11
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
12
|
+
export type { PcaConnectorAdExtensionConfiguration } from "./extensionConfiguration";
|
|
13
13
|
export * from "./commands";
|
|
14
14
|
export * from "./pagination";
|
|
15
15
|
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 "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateConnectorCommandInput extends CreateConnectorRequest {}
|
|
14
15
|
export interface CreateConnectorCommandOutput
|
|
15
16
|
extends CreateConnectorResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateDirectoryRegistrationCommandInput
|
|
14
15
|
extends CreateDirectoryRegistrationRequest {}
|
|
15
16
|
export interface CreateDirectoryRegistrationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateServicePrincipalNameCommandInput
|
|
11
12
|
extends CreateServicePrincipalNameRequest {}
|
|
12
13
|
export interface CreateServicePrincipalNameCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateTemplateCommandInput extends CreateTemplateRequest {}
|
|
14
15
|
export interface CreateTemplateCommandOutput
|
|
15
16
|
extends CreateTemplateResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateTemplateGroupAccessControlEntryCommandInput
|
|
11
12
|
extends CreateTemplateGroupAccessControlEntryRequest {}
|
|
12
13
|
export interface CreateTemplateGroupAccessControlEntryCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {}
|
|
11
12
|
export interface DeleteConnectorCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteConnectorCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteDirectoryRegistrationCommandInput
|
|
11
12
|
extends DeleteDirectoryRegistrationRequest {}
|
|
12
13
|
export interface DeleteDirectoryRegistrationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteServicePrincipalNameCommandInput
|
|
11
12
|
extends DeleteServicePrincipalNameRequest {}
|
|
12
13
|
export interface DeleteServicePrincipalNameCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {}
|
|
11
12
|
export interface DeleteTemplateCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteTemplateCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteTemplateGroupAccessControlEntryCommandInput
|
|
11
12
|
extends DeleteTemplateGroupAccessControlEntryRequest {}
|
|
12
13
|
export interface DeleteTemplateGroupAccessControlEntryCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetConnectorCommandInput extends GetConnectorRequest {}
|
|
11
12
|
export interface GetConnectorCommandOutput
|
|
12
13
|
extends GetConnectorResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetDirectoryRegistrationCommandInput
|
|
14
15
|
extends GetDirectoryRegistrationRequest {}
|
|
15
16
|
export interface GetDirectoryRegistrationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetServicePrincipalNameCommandInput
|
|
14
15
|
extends GetServicePrincipalNameRequest {}
|
|
15
16
|
export interface GetServicePrincipalNameCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetTemplateCommandInput extends GetTemplateRequest {}
|
|
11
12
|
export interface GetTemplateCommandOutput
|
|
12
13
|
extends GetTemplateResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTemplateGroupAccessControlEntryCommandInput
|
|
14
15
|
extends GetTemplateGroupAccessControlEntryRequest {}
|
|
15
16
|
export interface GetTemplateGroupAccessControlEntryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
|
|
14
15
|
export interface ListConnectorsCommandOutput
|
|
15
16
|
extends ListConnectorsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDirectoryRegistrationsCommandInput
|
|
14
15
|
extends ListDirectoryRegistrationsRequest {}
|
|
15
16
|
export interface ListDirectoryRegistrationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListServicePrincipalNamesCommandInput
|
|
14
15
|
extends ListServicePrincipalNamesRequest {}
|
|
15
16
|
export interface ListServicePrincipalNamesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
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 "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTemplateGroupAccessControlEntriesCommandInput
|
|
14
15
|
extends ListTemplateGroupAccessControlEntriesRequest {}
|
|
15
16
|
export interface ListTemplateGroupAccessControlEntriesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PcaConnectorAdClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTemplatesCommandInput extends ListTemplatesRequest {}
|
|
14
15
|
export interface ListTemplatesCommandOutput
|
|
15
16
|
extends ListTemplatesResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const TagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
11
12
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UntagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {}
|
|
11
12
|
export interface UpdateTemplateCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UpdateTemplateCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PcaConnectorAdClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateTemplateGroupAccessControlEntryCommandInput
|
|
11
12
|
extends UpdateTemplateGroupAccessControlEntryRequest {}
|
|
12
13
|
export interface UpdateTemplateGroupAccessControlEntryCommandOutput
|
|
@@ -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 PcaConnectorAdServiceException 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-pca-connector-ad",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pca Connector Ad 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-pca-connector-ad",
|
|
@@ -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",
|