@aws-sdk/client-pca-connector-ad 3.403.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/LICENSE +201 -0
- package/README.md +407 -0
- package/dist-cjs/PcaConnectorAd.js +61 -0
- package/dist-cjs/PcaConnectorAdClient.js +43 -0
- package/dist-cjs/commands/CreateConnectorCommand.js +46 -0
- package/dist-cjs/commands/CreateDirectoryRegistrationCommand.js +46 -0
- package/dist-cjs/commands/CreateServicePrincipalNameCommand.js +46 -0
- package/dist-cjs/commands/CreateTemplateCommand.js +46 -0
- package/dist-cjs/commands/CreateTemplateGroupAccessControlEntryCommand.js +46 -0
- package/dist-cjs/commands/DeleteConnectorCommand.js +46 -0
- package/dist-cjs/commands/DeleteDirectoryRegistrationCommand.js +46 -0
- package/dist-cjs/commands/DeleteServicePrincipalNameCommand.js +46 -0
- package/dist-cjs/commands/DeleteTemplateCommand.js +46 -0
- package/dist-cjs/commands/DeleteTemplateGroupAccessControlEntryCommand.js +46 -0
- package/dist-cjs/commands/GetConnectorCommand.js +46 -0
- package/dist-cjs/commands/GetDirectoryRegistrationCommand.js +46 -0
- package/dist-cjs/commands/GetServicePrincipalNameCommand.js +46 -0
- package/dist-cjs/commands/GetTemplateCommand.js +46 -0
- package/dist-cjs/commands/GetTemplateGroupAccessControlEntryCommand.js +46 -0
- package/dist-cjs/commands/ListConnectorsCommand.js +46 -0
- package/dist-cjs/commands/ListDirectoryRegistrationsCommand.js +46 -0
- package/dist-cjs/commands/ListServicePrincipalNamesCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-cjs/commands/ListTemplateGroupAccessControlEntriesCommand.js +46 -0
- package/dist-cjs/commands/ListTemplatesCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +46 -0
- package/dist-cjs/commands/UntagResourceCommand.js +46 -0
- package/dist-cjs/commands/UpdateTemplateCommand.js +46 -0
- package/dist-cjs/commands/UpdateTemplateGroupAccessControlEntryCommand.js +46 -0
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/PcaConnectorAdServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +324 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListConnectorsPaginator.js +29 -0
- package/dist-cjs/pagination/ListDirectoryRegistrationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListServicePrincipalNamesPaginator.js +29 -0
- package/dist-cjs/pagination/ListTemplateGroupAccessControlEntriesPaginator.js +29 -0
- package/dist-cjs/pagination/ListTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1985 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +48 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +22 -0
- package/dist-cjs/runtimeExtensions.js +16 -0
- package/dist-es/PcaConnectorAd.js +57 -0
- package/dist-es/PcaConnectorAdClient.js +39 -0
- package/dist-es/commands/CreateConnectorCommand.js +42 -0
- package/dist-es/commands/CreateDirectoryRegistrationCommand.js +42 -0
- package/dist-es/commands/CreateServicePrincipalNameCommand.js +42 -0
- package/dist-es/commands/CreateTemplateCommand.js +42 -0
- package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +42 -0
- package/dist-es/commands/DeleteConnectorCommand.js +42 -0
- package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +42 -0
- package/dist-es/commands/DeleteServicePrincipalNameCommand.js +42 -0
- package/dist-es/commands/DeleteTemplateCommand.js +42 -0
- package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +42 -0
- package/dist-es/commands/GetConnectorCommand.js +42 -0
- package/dist-es/commands/GetDirectoryRegistrationCommand.js +42 -0
- package/dist-es/commands/GetServicePrincipalNameCommand.js +42 -0
- package/dist-es/commands/GetTemplateCommand.js +42 -0
- package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +42 -0
- package/dist-es/commands/ListConnectorsCommand.js +42 -0
- package/dist-es/commands/ListDirectoryRegistrationsCommand.js +42 -0
- package/dist-es/commands/ListServicePrincipalNamesCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
- package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +42 -0
- package/dist-es/commands/ListTemplatesCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +42 -0
- package/dist-es/commands/UntagResourceCommand.js +42 -0
- package/dist-es/commands/UpdateTemplateCommand.js +42 -0
- package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +42 -0
- package/dist-es/commands/index.js +25 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/PcaConnectorAdServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +314 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListConnectorsPaginator.js +25 -0
- package/dist-es/pagination/ListDirectoryRegistrationsPaginator.js +25 -0
- package/dist-es/pagination/ListServicePrincipalNamesPaginator.js +25 -0
- package/dist-es/pagination/ListTemplateGroupAccessControlEntriesPaginator.js +25 -0
- package/dist-es/pagination/ListTemplatesPaginator.js +25 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +1932 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +43 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +18 -0
- package/dist-es/runtimeExtensions.js +12 -0
- package/dist-types/PcaConnectorAd.d.ts +187 -0
- package/dist-types/PcaConnectorAdClient.d.ts +194 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +113 -0
- package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +104 -0
- package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +101 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +344 -0
- package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +108 -0
- package/dist-types/commands/DeleteConnectorCommand.d.ts +101 -0
- package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +94 -0
- package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +95 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +98 -0
- package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +98 -0
- package/dist-types/commands/GetConnectorCommand.d.ts +110 -0
- package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +102 -0
- package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +104 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +345 -0
- package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +106 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +109 -0
- package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +103 -0
- package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +108 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +97 -0
- package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +110 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +349 -0
- package/dist-types/commands/TagResourceCommand.d.ts +96 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +96 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +334 -0
- package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +103 -0
- package/dist-types/commands/index.d.ts +25 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +22 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +6 -0
- package/dist-types/index.d.ts +14 -0
- package/dist-types/models/PcaConnectorAdServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2690 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDirectoryRegistrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServicePrincipalNamesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTemplateGroupAccessControlEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +227 -0
- package/dist-types/runtimeConfig.browser.d.ts +43 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/dist-types/runtimeConfig.native.d.ts +42 -0
- package/dist-types/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/PcaConnectorAd.d.ts +462 -0
- package/dist-types/ts3.4/PcaConnectorAdClient.d.ts +269 -0
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +25 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/PcaConnectorAdServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +812 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDirectoryRegistrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServicePrincipalNamesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplateGroupAccessControlEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +305 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +90 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +90 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +81 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +101 -0
|
@@ -0,0 +1,462 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateConnectorCommandInput,
|
|
4
|
+
CreateConnectorCommandOutput,
|
|
5
|
+
} from "./commands/CreateConnectorCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateDirectoryRegistrationCommandInput,
|
|
8
|
+
CreateDirectoryRegistrationCommandOutput,
|
|
9
|
+
} from "./commands/CreateDirectoryRegistrationCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateServicePrincipalNameCommandInput,
|
|
12
|
+
CreateServicePrincipalNameCommandOutput,
|
|
13
|
+
} from "./commands/CreateServicePrincipalNameCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateTemplateCommandInput,
|
|
16
|
+
CreateTemplateCommandOutput,
|
|
17
|
+
} from "./commands/CreateTemplateCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateTemplateGroupAccessControlEntryCommandInput,
|
|
20
|
+
CreateTemplateGroupAccessControlEntryCommandOutput,
|
|
21
|
+
} from "./commands/CreateTemplateGroupAccessControlEntryCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteConnectorCommandInput,
|
|
24
|
+
DeleteConnectorCommandOutput,
|
|
25
|
+
} from "./commands/DeleteConnectorCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteDirectoryRegistrationCommandInput,
|
|
28
|
+
DeleteDirectoryRegistrationCommandOutput,
|
|
29
|
+
} from "./commands/DeleteDirectoryRegistrationCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteServicePrincipalNameCommandInput,
|
|
32
|
+
DeleteServicePrincipalNameCommandOutput,
|
|
33
|
+
} from "./commands/DeleteServicePrincipalNameCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteTemplateCommandInput,
|
|
36
|
+
DeleteTemplateCommandOutput,
|
|
37
|
+
} from "./commands/DeleteTemplateCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteTemplateGroupAccessControlEntryCommandInput,
|
|
40
|
+
DeleteTemplateGroupAccessControlEntryCommandOutput,
|
|
41
|
+
} from "./commands/DeleteTemplateGroupAccessControlEntryCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetConnectorCommandInput,
|
|
44
|
+
GetConnectorCommandOutput,
|
|
45
|
+
} from "./commands/GetConnectorCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetDirectoryRegistrationCommandInput,
|
|
48
|
+
GetDirectoryRegistrationCommandOutput,
|
|
49
|
+
} from "./commands/GetDirectoryRegistrationCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetServicePrincipalNameCommandInput,
|
|
52
|
+
GetServicePrincipalNameCommandOutput,
|
|
53
|
+
} from "./commands/GetServicePrincipalNameCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetTemplateCommandInput,
|
|
56
|
+
GetTemplateCommandOutput,
|
|
57
|
+
} from "./commands/GetTemplateCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetTemplateGroupAccessControlEntryCommandInput,
|
|
60
|
+
GetTemplateGroupAccessControlEntryCommandOutput,
|
|
61
|
+
} from "./commands/GetTemplateGroupAccessControlEntryCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListConnectorsCommandInput,
|
|
64
|
+
ListConnectorsCommandOutput,
|
|
65
|
+
} from "./commands/ListConnectorsCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListDirectoryRegistrationsCommandInput,
|
|
68
|
+
ListDirectoryRegistrationsCommandOutput,
|
|
69
|
+
} from "./commands/ListDirectoryRegistrationsCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListServicePrincipalNamesCommandInput,
|
|
72
|
+
ListServicePrincipalNamesCommandOutput,
|
|
73
|
+
} from "./commands/ListServicePrincipalNamesCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListTagsForResourceCommandInput,
|
|
76
|
+
ListTagsForResourceCommandOutput,
|
|
77
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListTemplateGroupAccessControlEntriesCommandInput,
|
|
80
|
+
ListTemplateGroupAccessControlEntriesCommandOutput,
|
|
81
|
+
} from "./commands/ListTemplateGroupAccessControlEntriesCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListTemplatesCommandInput,
|
|
84
|
+
ListTemplatesCommandOutput,
|
|
85
|
+
} from "./commands/ListTemplatesCommand";
|
|
86
|
+
import {
|
|
87
|
+
TagResourceCommandInput,
|
|
88
|
+
TagResourceCommandOutput,
|
|
89
|
+
} from "./commands/TagResourceCommand";
|
|
90
|
+
import {
|
|
91
|
+
UntagResourceCommandInput,
|
|
92
|
+
UntagResourceCommandOutput,
|
|
93
|
+
} from "./commands/UntagResourceCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateTemplateCommandInput,
|
|
96
|
+
UpdateTemplateCommandOutput,
|
|
97
|
+
} from "./commands/UpdateTemplateCommand";
|
|
98
|
+
import {
|
|
99
|
+
UpdateTemplateGroupAccessControlEntryCommandInput,
|
|
100
|
+
UpdateTemplateGroupAccessControlEntryCommandOutput,
|
|
101
|
+
} from "./commands/UpdateTemplateGroupAccessControlEntryCommand";
|
|
102
|
+
import { PcaConnectorAdClient } from "./PcaConnectorAdClient";
|
|
103
|
+
export interface PcaConnectorAd {
|
|
104
|
+
createConnector(
|
|
105
|
+
args: CreateConnectorCommandInput,
|
|
106
|
+
options?: __HttpHandlerOptions
|
|
107
|
+
): Promise<CreateConnectorCommandOutput>;
|
|
108
|
+
createConnector(
|
|
109
|
+
args: CreateConnectorCommandInput,
|
|
110
|
+
cb: (err: any, data?: CreateConnectorCommandOutput) => void
|
|
111
|
+
): void;
|
|
112
|
+
createConnector(
|
|
113
|
+
args: CreateConnectorCommandInput,
|
|
114
|
+
options: __HttpHandlerOptions,
|
|
115
|
+
cb: (err: any, data?: CreateConnectorCommandOutput) => void
|
|
116
|
+
): void;
|
|
117
|
+
createDirectoryRegistration(
|
|
118
|
+
args: CreateDirectoryRegistrationCommandInput,
|
|
119
|
+
options?: __HttpHandlerOptions
|
|
120
|
+
): Promise<CreateDirectoryRegistrationCommandOutput>;
|
|
121
|
+
createDirectoryRegistration(
|
|
122
|
+
args: CreateDirectoryRegistrationCommandInput,
|
|
123
|
+
cb: (err: any, data?: CreateDirectoryRegistrationCommandOutput) => void
|
|
124
|
+
): void;
|
|
125
|
+
createDirectoryRegistration(
|
|
126
|
+
args: CreateDirectoryRegistrationCommandInput,
|
|
127
|
+
options: __HttpHandlerOptions,
|
|
128
|
+
cb: (err: any, data?: CreateDirectoryRegistrationCommandOutput) => void
|
|
129
|
+
): void;
|
|
130
|
+
createServicePrincipalName(
|
|
131
|
+
args: CreateServicePrincipalNameCommandInput,
|
|
132
|
+
options?: __HttpHandlerOptions
|
|
133
|
+
): Promise<CreateServicePrincipalNameCommandOutput>;
|
|
134
|
+
createServicePrincipalName(
|
|
135
|
+
args: CreateServicePrincipalNameCommandInput,
|
|
136
|
+
cb: (err: any, data?: CreateServicePrincipalNameCommandOutput) => void
|
|
137
|
+
): void;
|
|
138
|
+
createServicePrincipalName(
|
|
139
|
+
args: CreateServicePrincipalNameCommandInput,
|
|
140
|
+
options: __HttpHandlerOptions,
|
|
141
|
+
cb: (err: any, data?: CreateServicePrincipalNameCommandOutput) => void
|
|
142
|
+
): void;
|
|
143
|
+
createTemplate(
|
|
144
|
+
args: CreateTemplateCommandInput,
|
|
145
|
+
options?: __HttpHandlerOptions
|
|
146
|
+
): Promise<CreateTemplateCommandOutput>;
|
|
147
|
+
createTemplate(
|
|
148
|
+
args: CreateTemplateCommandInput,
|
|
149
|
+
cb: (err: any, data?: CreateTemplateCommandOutput) => void
|
|
150
|
+
): void;
|
|
151
|
+
createTemplate(
|
|
152
|
+
args: CreateTemplateCommandInput,
|
|
153
|
+
options: __HttpHandlerOptions,
|
|
154
|
+
cb: (err: any, data?: CreateTemplateCommandOutput) => void
|
|
155
|
+
): void;
|
|
156
|
+
createTemplateGroupAccessControlEntry(
|
|
157
|
+
args: CreateTemplateGroupAccessControlEntryCommandInput,
|
|
158
|
+
options?: __HttpHandlerOptions
|
|
159
|
+
): Promise<CreateTemplateGroupAccessControlEntryCommandOutput>;
|
|
160
|
+
createTemplateGroupAccessControlEntry(
|
|
161
|
+
args: CreateTemplateGroupAccessControlEntryCommandInput,
|
|
162
|
+
cb: (
|
|
163
|
+
err: any,
|
|
164
|
+
data?: CreateTemplateGroupAccessControlEntryCommandOutput
|
|
165
|
+
) => void
|
|
166
|
+
): void;
|
|
167
|
+
createTemplateGroupAccessControlEntry(
|
|
168
|
+
args: CreateTemplateGroupAccessControlEntryCommandInput,
|
|
169
|
+
options: __HttpHandlerOptions,
|
|
170
|
+
cb: (
|
|
171
|
+
err: any,
|
|
172
|
+
data?: CreateTemplateGroupAccessControlEntryCommandOutput
|
|
173
|
+
) => void
|
|
174
|
+
): void;
|
|
175
|
+
deleteConnector(
|
|
176
|
+
args: DeleteConnectorCommandInput,
|
|
177
|
+
options?: __HttpHandlerOptions
|
|
178
|
+
): Promise<DeleteConnectorCommandOutput>;
|
|
179
|
+
deleteConnector(
|
|
180
|
+
args: DeleteConnectorCommandInput,
|
|
181
|
+
cb: (err: any, data?: DeleteConnectorCommandOutput) => void
|
|
182
|
+
): void;
|
|
183
|
+
deleteConnector(
|
|
184
|
+
args: DeleteConnectorCommandInput,
|
|
185
|
+
options: __HttpHandlerOptions,
|
|
186
|
+
cb: (err: any, data?: DeleteConnectorCommandOutput) => void
|
|
187
|
+
): void;
|
|
188
|
+
deleteDirectoryRegistration(
|
|
189
|
+
args: DeleteDirectoryRegistrationCommandInput,
|
|
190
|
+
options?: __HttpHandlerOptions
|
|
191
|
+
): Promise<DeleteDirectoryRegistrationCommandOutput>;
|
|
192
|
+
deleteDirectoryRegistration(
|
|
193
|
+
args: DeleteDirectoryRegistrationCommandInput,
|
|
194
|
+
cb: (err: any, data?: DeleteDirectoryRegistrationCommandOutput) => void
|
|
195
|
+
): void;
|
|
196
|
+
deleteDirectoryRegistration(
|
|
197
|
+
args: DeleteDirectoryRegistrationCommandInput,
|
|
198
|
+
options: __HttpHandlerOptions,
|
|
199
|
+
cb: (err: any, data?: DeleteDirectoryRegistrationCommandOutput) => void
|
|
200
|
+
): void;
|
|
201
|
+
deleteServicePrincipalName(
|
|
202
|
+
args: DeleteServicePrincipalNameCommandInput,
|
|
203
|
+
options?: __HttpHandlerOptions
|
|
204
|
+
): Promise<DeleteServicePrincipalNameCommandOutput>;
|
|
205
|
+
deleteServicePrincipalName(
|
|
206
|
+
args: DeleteServicePrincipalNameCommandInput,
|
|
207
|
+
cb: (err: any, data?: DeleteServicePrincipalNameCommandOutput) => void
|
|
208
|
+
): void;
|
|
209
|
+
deleteServicePrincipalName(
|
|
210
|
+
args: DeleteServicePrincipalNameCommandInput,
|
|
211
|
+
options: __HttpHandlerOptions,
|
|
212
|
+
cb: (err: any, data?: DeleteServicePrincipalNameCommandOutput) => void
|
|
213
|
+
): void;
|
|
214
|
+
deleteTemplate(
|
|
215
|
+
args: DeleteTemplateCommandInput,
|
|
216
|
+
options?: __HttpHandlerOptions
|
|
217
|
+
): Promise<DeleteTemplateCommandOutput>;
|
|
218
|
+
deleteTemplate(
|
|
219
|
+
args: DeleteTemplateCommandInput,
|
|
220
|
+
cb: (err: any, data?: DeleteTemplateCommandOutput) => void
|
|
221
|
+
): void;
|
|
222
|
+
deleteTemplate(
|
|
223
|
+
args: DeleteTemplateCommandInput,
|
|
224
|
+
options: __HttpHandlerOptions,
|
|
225
|
+
cb: (err: any, data?: DeleteTemplateCommandOutput) => void
|
|
226
|
+
): void;
|
|
227
|
+
deleteTemplateGroupAccessControlEntry(
|
|
228
|
+
args: DeleteTemplateGroupAccessControlEntryCommandInput,
|
|
229
|
+
options?: __HttpHandlerOptions
|
|
230
|
+
): Promise<DeleteTemplateGroupAccessControlEntryCommandOutput>;
|
|
231
|
+
deleteTemplateGroupAccessControlEntry(
|
|
232
|
+
args: DeleteTemplateGroupAccessControlEntryCommandInput,
|
|
233
|
+
cb: (
|
|
234
|
+
err: any,
|
|
235
|
+
data?: DeleteTemplateGroupAccessControlEntryCommandOutput
|
|
236
|
+
) => void
|
|
237
|
+
): void;
|
|
238
|
+
deleteTemplateGroupAccessControlEntry(
|
|
239
|
+
args: DeleteTemplateGroupAccessControlEntryCommandInput,
|
|
240
|
+
options: __HttpHandlerOptions,
|
|
241
|
+
cb: (
|
|
242
|
+
err: any,
|
|
243
|
+
data?: DeleteTemplateGroupAccessControlEntryCommandOutput
|
|
244
|
+
) => void
|
|
245
|
+
): void;
|
|
246
|
+
getConnector(
|
|
247
|
+
args: GetConnectorCommandInput,
|
|
248
|
+
options?: __HttpHandlerOptions
|
|
249
|
+
): Promise<GetConnectorCommandOutput>;
|
|
250
|
+
getConnector(
|
|
251
|
+
args: GetConnectorCommandInput,
|
|
252
|
+
cb: (err: any, data?: GetConnectorCommandOutput) => void
|
|
253
|
+
): void;
|
|
254
|
+
getConnector(
|
|
255
|
+
args: GetConnectorCommandInput,
|
|
256
|
+
options: __HttpHandlerOptions,
|
|
257
|
+
cb: (err: any, data?: GetConnectorCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
getDirectoryRegistration(
|
|
260
|
+
args: GetDirectoryRegistrationCommandInput,
|
|
261
|
+
options?: __HttpHandlerOptions
|
|
262
|
+
): Promise<GetDirectoryRegistrationCommandOutput>;
|
|
263
|
+
getDirectoryRegistration(
|
|
264
|
+
args: GetDirectoryRegistrationCommandInput,
|
|
265
|
+
cb: (err: any, data?: GetDirectoryRegistrationCommandOutput) => void
|
|
266
|
+
): void;
|
|
267
|
+
getDirectoryRegistration(
|
|
268
|
+
args: GetDirectoryRegistrationCommandInput,
|
|
269
|
+
options: __HttpHandlerOptions,
|
|
270
|
+
cb: (err: any, data?: GetDirectoryRegistrationCommandOutput) => void
|
|
271
|
+
): void;
|
|
272
|
+
getServicePrincipalName(
|
|
273
|
+
args: GetServicePrincipalNameCommandInput,
|
|
274
|
+
options?: __HttpHandlerOptions
|
|
275
|
+
): Promise<GetServicePrincipalNameCommandOutput>;
|
|
276
|
+
getServicePrincipalName(
|
|
277
|
+
args: GetServicePrincipalNameCommandInput,
|
|
278
|
+
cb: (err: any, data?: GetServicePrincipalNameCommandOutput) => void
|
|
279
|
+
): void;
|
|
280
|
+
getServicePrincipalName(
|
|
281
|
+
args: GetServicePrincipalNameCommandInput,
|
|
282
|
+
options: __HttpHandlerOptions,
|
|
283
|
+
cb: (err: any, data?: GetServicePrincipalNameCommandOutput) => void
|
|
284
|
+
): void;
|
|
285
|
+
getTemplate(
|
|
286
|
+
args: GetTemplateCommandInput,
|
|
287
|
+
options?: __HttpHandlerOptions
|
|
288
|
+
): Promise<GetTemplateCommandOutput>;
|
|
289
|
+
getTemplate(
|
|
290
|
+
args: GetTemplateCommandInput,
|
|
291
|
+
cb: (err: any, data?: GetTemplateCommandOutput) => void
|
|
292
|
+
): void;
|
|
293
|
+
getTemplate(
|
|
294
|
+
args: GetTemplateCommandInput,
|
|
295
|
+
options: __HttpHandlerOptions,
|
|
296
|
+
cb: (err: any, data?: GetTemplateCommandOutput) => void
|
|
297
|
+
): void;
|
|
298
|
+
getTemplateGroupAccessControlEntry(
|
|
299
|
+
args: GetTemplateGroupAccessControlEntryCommandInput,
|
|
300
|
+
options?: __HttpHandlerOptions
|
|
301
|
+
): Promise<GetTemplateGroupAccessControlEntryCommandOutput>;
|
|
302
|
+
getTemplateGroupAccessControlEntry(
|
|
303
|
+
args: GetTemplateGroupAccessControlEntryCommandInput,
|
|
304
|
+
cb: (
|
|
305
|
+
err: any,
|
|
306
|
+
data?: GetTemplateGroupAccessControlEntryCommandOutput
|
|
307
|
+
) => void
|
|
308
|
+
): void;
|
|
309
|
+
getTemplateGroupAccessControlEntry(
|
|
310
|
+
args: GetTemplateGroupAccessControlEntryCommandInput,
|
|
311
|
+
options: __HttpHandlerOptions,
|
|
312
|
+
cb: (
|
|
313
|
+
err: any,
|
|
314
|
+
data?: GetTemplateGroupAccessControlEntryCommandOutput
|
|
315
|
+
) => void
|
|
316
|
+
): void;
|
|
317
|
+
listConnectors(
|
|
318
|
+
args: ListConnectorsCommandInput,
|
|
319
|
+
options?: __HttpHandlerOptions
|
|
320
|
+
): Promise<ListConnectorsCommandOutput>;
|
|
321
|
+
listConnectors(
|
|
322
|
+
args: ListConnectorsCommandInput,
|
|
323
|
+
cb: (err: any, data?: ListConnectorsCommandOutput) => void
|
|
324
|
+
): void;
|
|
325
|
+
listConnectors(
|
|
326
|
+
args: ListConnectorsCommandInput,
|
|
327
|
+
options: __HttpHandlerOptions,
|
|
328
|
+
cb: (err: any, data?: ListConnectorsCommandOutput) => void
|
|
329
|
+
): void;
|
|
330
|
+
listDirectoryRegistrations(
|
|
331
|
+
args: ListDirectoryRegistrationsCommandInput,
|
|
332
|
+
options?: __HttpHandlerOptions
|
|
333
|
+
): Promise<ListDirectoryRegistrationsCommandOutput>;
|
|
334
|
+
listDirectoryRegistrations(
|
|
335
|
+
args: ListDirectoryRegistrationsCommandInput,
|
|
336
|
+
cb: (err: any, data?: ListDirectoryRegistrationsCommandOutput) => void
|
|
337
|
+
): void;
|
|
338
|
+
listDirectoryRegistrations(
|
|
339
|
+
args: ListDirectoryRegistrationsCommandInput,
|
|
340
|
+
options: __HttpHandlerOptions,
|
|
341
|
+
cb: (err: any, data?: ListDirectoryRegistrationsCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
listServicePrincipalNames(
|
|
344
|
+
args: ListServicePrincipalNamesCommandInput,
|
|
345
|
+
options?: __HttpHandlerOptions
|
|
346
|
+
): Promise<ListServicePrincipalNamesCommandOutput>;
|
|
347
|
+
listServicePrincipalNames(
|
|
348
|
+
args: ListServicePrincipalNamesCommandInput,
|
|
349
|
+
cb: (err: any, data?: ListServicePrincipalNamesCommandOutput) => void
|
|
350
|
+
): void;
|
|
351
|
+
listServicePrincipalNames(
|
|
352
|
+
args: ListServicePrincipalNamesCommandInput,
|
|
353
|
+
options: __HttpHandlerOptions,
|
|
354
|
+
cb: (err: any, data?: ListServicePrincipalNamesCommandOutput) => void
|
|
355
|
+
): void;
|
|
356
|
+
listTagsForResource(
|
|
357
|
+
args: ListTagsForResourceCommandInput,
|
|
358
|
+
options?: __HttpHandlerOptions
|
|
359
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
360
|
+
listTagsForResource(
|
|
361
|
+
args: ListTagsForResourceCommandInput,
|
|
362
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
363
|
+
): void;
|
|
364
|
+
listTagsForResource(
|
|
365
|
+
args: ListTagsForResourceCommandInput,
|
|
366
|
+
options: __HttpHandlerOptions,
|
|
367
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
368
|
+
): void;
|
|
369
|
+
listTemplateGroupAccessControlEntries(
|
|
370
|
+
args: ListTemplateGroupAccessControlEntriesCommandInput,
|
|
371
|
+
options?: __HttpHandlerOptions
|
|
372
|
+
): Promise<ListTemplateGroupAccessControlEntriesCommandOutput>;
|
|
373
|
+
listTemplateGroupAccessControlEntries(
|
|
374
|
+
args: ListTemplateGroupAccessControlEntriesCommandInput,
|
|
375
|
+
cb: (
|
|
376
|
+
err: any,
|
|
377
|
+
data?: ListTemplateGroupAccessControlEntriesCommandOutput
|
|
378
|
+
) => void
|
|
379
|
+
): void;
|
|
380
|
+
listTemplateGroupAccessControlEntries(
|
|
381
|
+
args: ListTemplateGroupAccessControlEntriesCommandInput,
|
|
382
|
+
options: __HttpHandlerOptions,
|
|
383
|
+
cb: (
|
|
384
|
+
err: any,
|
|
385
|
+
data?: ListTemplateGroupAccessControlEntriesCommandOutput
|
|
386
|
+
) => void
|
|
387
|
+
): void;
|
|
388
|
+
listTemplates(
|
|
389
|
+
args: ListTemplatesCommandInput,
|
|
390
|
+
options?: __HttpHandlerOptions
|
|
391
|
+
): Promise<ListTemplatesCommandOutput>;
|
|
392
|
+
listTemplates(
|
|
393
|
+
args: ListTemplatesCommandInput,
|
|
394
|
+
cb: (err: any, data?: ListTemplatesCommandOutput) => void
|
|
395
|
+
): void;
|
|
396
|
+
listTemplates(
|
|
397
|
+
args: ListTemplatesCommandInput,
|
|
398
|
+
options: __HttpHandlerOptions,
|
|
399
|
+
cb: (err: any, data?: ListTemplatesCommandOutput) => void
|
|
400
|
+
): void;
|
|
401
|
+
tagResource(
|
|
402
|
+
args: TagResourceCommandInput,
|
|
403
|
+
options?: __HttpHandlerOptions
|
|
404
|
+
): Promise<TagResourceCommandOutput>;
|
|
405
|
+
tagResource(
|
|
406
|
+
args: TagResourceCommandInput,
|
|
407
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
408
|
+
): void;
|
|
409
|
+
tagResource(
|
|
410
|
+
args: TagResourceCommandInput,
|
|
411
|
+
options: __HttpHandlerOptions,
|
|
412
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
413
|
+
): void;
|
|
414
|
+
untagResource(
|
|
415
|
+
args: UntagResourceCommandInput,
|
|
416
|
+
options?: __HttpHandlerOptions
|
|
417
|
+
): Promise<UntagResourceCommandOutput>;
|
|
418
|
+
untagResource(
|
|
419
|
+
args: UntagResourceCommandInput,
|
|
420
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
421
|
+
): void;
|
|
422
|
+
untagResource(
|
|
423
|
+
args: UntagResourceCommandInput,
|
|
424
|
+
options: __HttpHandlerOptions,
|
|
425
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
updateTemplate(
|
|
428
|
+
args: UpdateTemplateCommandInput,
|
|
429
|
+
options?: __HttpHandlerOptions
|
|
430
|
+
): Promise<UpdateTemplateCommandOutput>;
|
|
431
|
+
updateTemplate(
|
|
432
|
+
args: UpdateTemplateCommandInput,
|
|
433
|
+
cb: (err: any, data?: UpdateTemplateCommandOutput) => void
|
|
434
|
+
): void;
|
|
435
|
+
updateTemplate(
|
|
436
|
+
args: UpdateTemplateCommandInput,
|
|
437
|
+
options: __HttpHandlerOptions,
|
|
438
|
+
cb: (err: any, data?: UpdateTemplateCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
updateTemplateGroupAccessControlEntry(
|
|
441
|
+
args: UpdateTemplateGroupAccessControlEntryCommandInput,
|
|
442
|
+
options?: __HttpHandlerOptions
|
|
443
|
+
): Promise<UpdateTemplateGroupAccessControlEntryCommandOutput>;
|
|
444
|
+
updateTemplateGroupAccessControlEntry(
|
|
445
|
+
args: UpdateTemplateGroupAccessControlEntryCommandInput,
|
|
446
|
+
cb: (
|
|
447
|
+
err: any,
|
|
448
|
+
data?: UpdateTemplateGroupAccessControlEntryCommandOutput
|
|
449
|
+
) => void
|
|
450
|
+
): void;
|
|
451
|
+
updateTemplateGroupAccessControlEntry(
|
|
452
|
+
args: UpdateTemplateGroupAccessControlEntryCommandInput,
|
|
453
|
+
options: __HttpHandlerOptions,
|
|
454
|
+
cb: (
|
|
455
|
+
err: any,
|
|
456
|
+
data?: UpdateTemplateGroupAccessControlEntryCommandOutput
|
|
457
|
+
) => void
|
|
458
|
+
): void;
|
|
459
|
+
}
|
|
460
|
+
export declare class PcaConnectorAd
|
|
461
|
+
extends PcaConnectorAdClient
|
|
462
|
+
implements PcaConnectorAd {}
|