@aws-sdk/client-pca-connector-ad 3.928.0 → 3.929.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.
Files changed (46) hide show
  1. package/dist-cjs/index.js +1196 -1118
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/PcaConnectorAdClient.js +2 -0
  4. package/dist-es/commands/CreateConnectorCommand.js +3 -9
  5. package/dist-es/commands/CreateDirectoryRegistrationCommand.js +3 -9
  6. package/dist-es/commands/CreateServicePrincipalNameCommand.js +3 -9
  7. package/dist-es/commands/CreateTemplateCommand.js +3 -9
  8. package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +3 -9
  9. package/dist-es/commands/DeleteConnectorCommand.js +3 -9
  10. package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +3 -9
  11. package/dist-es/commands/DeleteServicePrincipalNameCommand.js +3 -9
  12. package/dist-es/commands/DeleteTemplateCommand.js +3 -9
  13. package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +3 -9
  14. package/dist-es/commands/GetConnectorCommand.js +3 -9
  15. package/dist-es/commands/GetDirectoryRegistrationCommand.js +3 -9
  16. package/dist-es/commands/GetServicePrincipalNameCommand.js +3 -9
  17. package/dist-es/commands/GetTemplateCommand.js +3 -9
  18. package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +3 -9
  19. package/dist-es/commands/ListConnectorsCommand.js +3 -9
  20. package/dist-es/commands/ListDirectoryRegistrationsCommand.js +3 -9
  21. package/dist-es/commands/ListServicePrincipalNamesCommand.js +3 -9
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  23. package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +3 -9
  24. package/dist-es/commands/ListTemplatesCommand.js +3 -9
  25. package/dist-es/commands/TagResourceCommand.js +3 -9
  26. package/dist-es/commands/UntagResourceCommand.js +3 -9
  27. package/dist-es/commands/UpdateTemplateCommand.js +3 -9
  28. package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +3 -9
  29. package/dist-es/runtimeConfig.shared.js +2 -0
  30. package/dist-es/schemas/schemas_0.js +1132 -0
  31. package/dist-types/PcaConnectorAdClient.d.ts +10 -1
  32. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  33. package/dist-types/runtimeConfig.d.ts +1 -0
  34. package/dist-types/runtimeConfig.native.d.ts +1 -0
  35. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  36. package/dist-types/schemas/schemas_0.d.ts +128 -0
  37. package/dist-types/ts3.4/PcaConnectorAdClient.d.ts +4 -0
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +133 -0
  43. package/package.json +2 -3
  44. package/dist-es/protocols/Aws_restJson1.js +0 -927
  45. package/dist-types/protocols/Aws_restJson1.d.ts +0 -227
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -305
@@ -1,227 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "../commands/CreateConnectorCommand";
4
- import { CreateDirectoryRegistrationCommandInput, CreateDirectoryRegistrationCommandOutput } from "../commands/CreateDirectoryRegistrationCommand";
5
- import { CreateServicePrincipalNameCommandInput, CreateServicePrincipalNameCommandOutput } from "../commands/CreateServicePrincipalNameCommand";
6
- import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "../commands/CreateTemplateCommand";
7
- import { CreateTemplateGroupAccessControlEntryCommandInput, CreateTemplateGroupAccessControlEntryCommandOutput } from "../commands/CreateTemplateGroupAccessControlEntryCommand";
8
- import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "../commands/DeleteConnectorCommand";
9
- import { DeleteDirectoryRegistrationCommandInput, DeleteDirectoryRegistrationCommandOutput } from "../commands/DeleteDirectoryRegistrationCommand";
10
- import { DeleteServicePrincipalNameCommandInput, DeleteServicePrincipalNameCommandOutput } from "../commands/DeleteServicePrincipalNameCommand";
11
- import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "../commands/DeleteTemplateCommand";
12
- import { DeleteTemplateGroupAccessControlEntryCommandInput, DeleteTemplateGroupAccessControlEntryCommandOutput } from "../commands/DeleteTemplateGroupAccessControlEntryCommand";
13
- import { GetConnectorCommandInput, GetConnectorCommandOutput } from "../commands/GetConnectorCommand";
14
- import { GetDirectoryRegistrationCommandInput, GetDirectoryRegistrationCommandOutput } from "../commands/GetDirectoryRegistrationCommand";
15
- import { GetServicePrincipalNameCommandInput, GetServicePrincipalNameCommandOutput } from "../commands/GetServicePrincipalNameCommand";
16
- import { GetTemplateCommandInput, GetTemplateCommandOutput } from "../commands/GetTemplateCommand";
17
- import { GetTemplateGroupAccessControlEntryCommandInput, GetTemplateGroupAccessControlEntryCommandOutput } from "../commands/GetTemplateGroupAccessControlEntryCommand";
18
- import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
19
- import { ListDirectoryRegistrationsCommandInput, ListDirectoryRegistrationsCommandOutput } from "../commands/ListDirectoryRegistrationsCommand";
20
- import { ListServicePrincipalNamesCommandInput, ListServicePrincipalNamesCommandOutput } from "../commands/ListServicePrincipalNamesCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
22
- import { ListTemplateGroupAccessControlEntriesCommandInput, ListTemplateGroupAccessControlEntriesCommandOutput } from "../commands/ListTemplateGroupAccessControlEntriesCommand";
23
- import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
24
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
25
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
26
- import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "../commands/UpdateTemplateCommand";
27
- import { UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput } from "../commands/UpdateTemplateGroupAccessControlEntryCommand";
28
- /**
29
- * serializeAws_restJson1CreateConnectorCommand
30
- */
31
- export declare const se_CreateConnectorCommand: (input: CreateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- /**
33
- * serializeAws_restJson1CreateDirectoryRegistrationCommand
34
- */
35
- export declare const se_CreateDirectoryRegistrationCommand: (input: CreateDirectoryRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- /**
37
- * serializeAws_restJson1CreateServicePrincipalNameCommand
38
- */
39
- export declare const se_CreateServicePrincipalNameCommand: (input: CreateServicePrincipalNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_restJson1CreateTemplateCommand
42
- */
43
- export declare const se_CreateTemplateCommand: (input: CreateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1CreateTemplateGroupAccessControlEntryCommand
46
- */
47
- export declare const se_CreateTemplateGroupAccessControlEntryCommand: (input: CreateTemplateGroupAccessControlEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1DeleteConnectorCommand
50
- */
51
- export declare const se_DeleteConnectorCommand: (input: DeleteConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1DeleteDirectoryRegistrationCommand
54
- */
55
- export declare const se_DeleteDirectoryRegistrationCommand: (input: DeleteDirectoryRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1DeleteServicePrincipalNameCommand
58
- */
59
- export declare const se_DeleteServicePrincipalNameCommand: (input: DeleteServicePrincipalNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1DeleteTemplateCommand
62
- */
63
- export declare const se_DeleteTemplateCommand: (input: DeleteTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1DeleteTemplateGroupAccessControlEntryCommand
66
- */
67
- export declare const se_DeleteTemplateGroupAccessControlEntryCommand: (input: DeleteTemplateGroupAccessControlEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1GetConnectorCommand
70
- */
71
- export declare const se_GetConnectorCommand: (input: GetConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1GetDirectoryRegistrationCommand
74
- */
75
- export declare const se_GetDirectoryRegistrationCommand: (input: GetDirectoryRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1GetServicePrincipalNameCommand
78
- */
79
- export declare const se_GetServicePrincipalNameCommand: (input: GetServicePrincipalNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1GetTemplateCommand
82
- */
83
- export declare const se_GetTemplateCommand: (input: GetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1GetTemplateGroupAccessControlEntryCommand
86
- */
87
- export declare const se_GetTemplateGroupAccessControlEntryCommand: (input: GetTemplateGroupAccessControlEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1ListConnectorsCommand
90
- */
91
- export declare const se_ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1ListDirectoryRegistrationsCommand
94
- */
95
- export declare const se_ListDirectoryRegistrationsCommand: (input: ListDirectoryRegistrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1ListServicePrincipalNamesCommand
98
- */
99
- export declare const se_ListServicePrincipalNamesCommand: (input: ListServicePrincipalNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1ListTagsForResourceCommand
102
- */
103
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1ListTemplateGroupAccessControlEntriesCommand
106
- */
107
- export declare const se_ListTemplateGroupAccessControlEntriesCommand: (input: ListTemplateGroupAccessControlEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1ListTemplatesCommand
110
- */
111
- export declare const se_ListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1TagResourceCommand
114
- */
115
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1UntagResourceCommand
118
- */
119
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1UpdateTemplateCommand
122
- */
123
- export declare const se_UpdateTemplateCommand: (input: UpdateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1UpdateTemplateGroupAccessControlEntryCommand
126
- */
127
- export declare const se_UpdateTemplateGroupAccessControlEntryCommand: (input: UpdateTemplateGroupAccessControlEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * deserializeAws_restJson1CreateConnectorCommand
130
- */
131
- export declare const de_CreateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorCommandOutput>;
132
- /**
133
- * deserializeAws_restJson1CreateDirectoryRegistrationCommand
134
- */
135
- export declare const de_CreateDirectoryRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDirectoryRegistrationCommandOutput>;
136
- /**
137
- * deserializeAws_restJson1CreateServicePrincipalNameCommand
138
- */
139
- export declare const de_CreateServicePrincipalNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServicePrincipalNameCommandOutput>;
140
- /**
141
- * deserializeAws_restJson1CreateTemplateCommand
142
- */
143
- export declare const de_CreateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateCommandOutput>;
144
- /**
145
- * deserializeAws_restJson1CreateTemplateGroupAccessControlEntryCommand
146
- */
147
- export declare const de_CreateTemplateGroupAccessControlEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateGroupAccessControlEntryCommandOutput>;
148
- /**
149
- * deserializeAws_restJson1DeleteConnectorCommand
150
- */
151
- export declare const de_DeleteConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorCommandOutput>;
152
- /**
153
- * deserializeAws_restJson1DeleteDirectoryRegistrationCommand
154
- */
155
- export declare const de_DeleteDirectoryRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDirectoryRegistrationCommandOutput>;
156
- /**
157
- * deserializeAws_restJson1DeleteServicePrincipalNameCommand
158
- */
159
- export declare const de_DeleteServicePrincipalNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServicePrincipalNameCommandOutput>;
160
- /**
161
- * deserializeAws_restJson1DeleteTemplateCommand
162
- */
163
- export declare const de_DeleteTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateCommandOutput>;
164
- /**
165
- * deserializeAws_restJson1DeleteTemplateGroupAccessControlEntryCommand
166
- */
167
- export declare const de_DeleteTemplateGroupAccessControlEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateGroupAccessControlEntryCommandOutput>;
168
- /**
169
- * deserializeAws_restJson1GetConnectorCommand
170
- */
171
- export declare const de_GetConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorCommandOutput>;
172
- /**
173
- * deserializeAws_restJson1GetDirectoryRegistrationCommand
174
- */
175
- export declare const de_GetDirectoryRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDirectoryRegistrationCommandOutput>;
176
- /**
177
- * deserializeAws_restJson1GetServicePrincipalNameCommand
178
- */
179
- export declare const de_GetServicePrincipalNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServicePrincipalNameCommandOutput>;
180
- /**
181
- * deserializeAws_restJson1GetTemplateCommand
182
- */
183
- export declare const de_GetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateCommandOutput>;
184
- /**
185
- * deserializeAws_restJson1GetTemplateGroupAccessControlEntryCommand
186
- */
187
- export declare const de_GetTemplateGroupAccessControlEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateGroupAccessControlEntryCommandOutput>;
188
- /**
189
- * deserializeAws_restJson1ListConnectorsCommand
190
- */
191
- export declare const de_ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
192
- /**
193
- * deserializeAws_restJson1ListDirectoryRegistrationsCommand
194
- */
195
- export declare const de_ListDirectoryRegistrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDirectoryRegistrationsCommandOutput>;
196
- /**
197
- * deserializeAws_restJson1ListServicePrincipalNamesCommand
198
- */
199
- export declare const de_ListServicePrincipalNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicePrincipalNamesCommandOutput>;
200
- /**
201
- * deserializeAws_restJson1ListTagsForResourceCommand
202
- */
203
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
204
- /**
205
- * deserializeAws_restJson1ListTemplateGroupAccessControlEntriesCommand
206
- */
207
- export declare const de_ListTemplateGroupAccessControlEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateGroupAccessControlEntriesCommandOutput>;
208
- /**
209
- * deserializeAws_restJson1ListTemplatesCommand
210
- */
211
- export declare const de_ListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
212
- /**
213
- * deserializeAws_restJson1TagResourceCommand
214
- */
215
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
216
- /**
217
- * deserializeAws_restJson1UntagResourceCommand
218
- */
219
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
220
- /**
221
- * deserializeAws_restJson1UpdateTemplateCommand
222
- */
223
- export declare const de_UpdateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateCommandOutput>;
224
- /**
225
- * deserializeAws_restJson1UpdateTemplateGroupAccessControlEntryCommand
226
- */
227
- export declare const de_UpdateTemplateGroupAccessControlEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateGroupAccessControlEntryCommandOutput>;
@@ -1,305 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateConnectorCommandInput,
8
- CreateConnectorCommandOutput,
9
- } from "../commands/CreateConnectorCommand";
10
- import {
11
- CreateDirectoryRegistrationCommandInput,
12
- CreateDirectoryRegistrationCommandOutput,
13
- } from "../commands/CreateDirectoryRegistrationCommand";
14
- import {
15
- CreateServicePrincipalNameCommandInput,
16
- CreateServicePrincipalNameCommandOutput,
17
- } from "../commands/CreateServicePrincipalNameCommand";
18
- import {
19
- CreateTemplateCommandInput,
20
- CreateTemplateCommandOutput,
21
- } from "../commands/CreateTemplateCommand";
22
- import {
23
- CreateTemplateGroupAccessControlEntryCommandInput,
24
- CreateTemplateGroupAccessControlEntryCommandOutput,
25
- } from "../commands/CreateTemplateGroupAccessControlEntryCommand";
26
- import {
27
- DeleteConnectorCommandInput,
28
- DeleteConnectorCommandOutput,
29
- } from "../commands/DeleteConnectorCommand";
30
- import {
31
- DeleteDirectoryRegistrationCommandInput,
32
- DeleteDirectoryRegistrationCommandOutput,
33
- } from "../commands/DeleteDirectoryRegistrationCommand";
34
- import {
35
- DeleteServicePrincipalNameCommandInput,
36
- DeleteServicePrincipalNameCommandOutput,
37
- } from "../commands/DeleteServicePrincipalNameCommand";
38
- import {
39
- DeleteTemplateCommandInput,
40
- DeleteTemplateCommandOutput,
41
- } from "../commands/DeleteTemplateCommand";
42
- import {
43
- DeleteTemplateGroupAccessControlEntryCommandInput,
44
- DeleteTemplateGroupAccessControlEntryCommandOutput,
45
- } from "../commands/DeleteTemplateGroupAccessControlEntryCommand";
46
- import {
47
- GetConnectorCommandInput,
48
- GetConnectorCommandOutput,
49
- } from "../commands/GetConnectorCommand";
50
- import {
51
- GetDirectoryRegistrationCommandInput,
52
- GetDirectoryRegistrationCommandOutput,
53
- } from "../commands/GetDirectoryRegistrationCommand";
54
- import {
55
- GetServicePrincipalNameCommandInput,
56
- GetServicePrincipalNameCommandOutput,
57
- } from "../commands/GetServicePrincipalNameCommand";
58
- import {
59
- GetTemplateCommandInput,
60
- GetTemplateCommandOutput,
61
- } from "../commands/GetTemplateCommand";
62
- import {
63
- GetTemplateGroupAccessControlEntryCommandInput,
64
- GetTemplateGroupAccessControlEntryCommandOutput,
65
- } from "../commands/GetTemplateGroupAccessControlEntryCommand";
66
- import {
67
- ListConnectorsCommandInput,
68
- ListConnectorsCommandOutput,
69
- } from "../commands/ListConnectorsCommand";
70
- import {
71
- ListDirectoryRegistrationsCommandInput,
72
- ListDirectoryRegistrationsCommandOutput,
73
- } from "../commands/ListDirectoryRegistrationsCommand";
74
- import {
75
- ListServicePrincipalNamesCommandInput,
76
- ListServicePrincipalNamesCommandOutput,
77
- } from "../commands/ListServicePrincipalNamesCommand";
78
- import {
79
- ListTagsForResourceCommandInput,
80
- ListTagsForResourceCommandOutput,
81
- } from "../commands/ListTagsForResourceCommand";
82
- import {
83
- ListTemplateGroupAccessControlEntriesCommandInput,
84
- ListTemplateGroupAccessControlEntriesCommandOutput,
85
- } from "../commands/ListTemplateGroupAccessControlEntriesCommand";
86
- import {
87
- ListTemplatesCommandInput,
88
- ListTemplatesCommandOutput,
89
- } from "../commands/ListTemplatesCommand";
90
- import {
91
- TagResourceCommandInput,
92
- TagResourceCommandOutput,
93
- } from "../commands/TagResourceCommand";
94
- import {
95
- UntagResourceCommandInput,
96
- UntagResourceCommandOutput,
97
- } from "../commands/UntagResourceCommand";
98
- import {
99
- UpdateTemplateCommandInput,
100
- UpdateTemplateCommandOutput,
101
- } from "../commands/UpdateTemplateCommand";
102
- import {
103
- UpdateTemplateGroupAccessControlEntryCommandInput,
104
- UpdateTemplateGroupAccessControlEntryCommandOutput,
105
- } from "../commands/UpdateTemplateGroupAccessControlEntryCommand";
106
- export declare const se_CreateConnectorCommand: (
107
- input: CreateConnectorCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_CreateDirectoryRegistrationCommand: (
111
- input: CreateDirectoryRegistrationCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_CreateServicePrincipalNameCommand: (
115
- input: CreateServicePrincipalNameCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_CreateTemplateCommand: (
119
- input: CreateTemplateCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_CreateTemplateGroupAccessControlEntryCommand: (
123
- input: CreateTemplateGroupAccessControlEntryCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_DeleteConnectorCommand: (
127
- input: DeleteConnectorCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_DeleteDirectoryRegistrationCommand: (
131
- input: DeleteDirectoryRegistrationCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_DeleteServicePrincipalNameCommand: (
135
- input: DeleteServicePrincipalNameCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_DeleteTemplateCommand: (
139
- input: DeleteTemplateCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_DeleteTemplateGroupAccessControlEntryCommand: (
143
- input: DeleteTemplateGroupAccessControlEntryCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_GetConnectorCommand: (
147
- input: GetConnectorCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_GetDirectoryRegistrationCommand: (
151
- input: GetDirectoryRegistrationCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_GetServicePrincipalNameCommand: (
155
- input: GetServicePrincipalNameCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_GetTemplateCommand: (
159
- input: GetTemplateCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_GetTemplateGroupAccessControlEntryCommand: (
163
- input: GetTemplateGroupAccessControlEntryCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_ListConnectorsCommand: (
167
- input: ListConnectorsCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_ListDirectoryRegistrationsCommand: (
171
- input: ListDirectoryRegistrationsCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_ListServicePrincipalNamesCommand: (
175
- input: ListServicePrincipalNamesCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_ListTagsForResourceCommand: (
179
- input: ListTagsForResourceCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_ListTemplateGroupAccessControlEntriesCommand: (
183
- input: ListTemplateGroupAccessControlEntriesCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_ListTemplatesCommand: (
187
- input: ListTemplatesCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_TagResourceCommand: (
191
- input: TagResourceCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_UntagResourceCommand: (
195
- input: UntagResourceCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_UpdateTemplateCommand: (
199
- input: UpdateTemplateCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_UpdateTemplateGroupAccessControlEntryCommand: (
203
- input: UpdateTemplateGroupAccessControlEntryCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const de_CreateConnectorCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<CreateConnectorCommandOutput>;
210
- export declare const de_CreateDirectoryRegistrationCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<CreateDirectoryRegistrationCommandOutput>;
214
- export declare const de_CreateServicePrincipalNameCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<CreateServicePrincipalNameCommandOutput>;
218
- export declare const de_CreateTemplateCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<CreateTemplateCommandOutput>;
222
- export declare const de_CreateTemplateGroupAccessControlEntryCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<CreateTemplateGroupAccessControlEntryCommandOutput>;
226
- export declare const de_DeleteConnectorCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<DeleteConnectorCommandOutput>;
230
- export declare const de_DeleteDirectoryRegistrationCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<DeleteDirectoryRegistrationCommandOutput>;
234
- export declare const de_DeleteServicePrincipalNameCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<DeleteServicePrincipalNameCommandOutput>;
238
- export declare const de_DeleteTemplateCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<DeleteTemplateCommandOutput>;
242
- export declare const de_DeleteTemplateGroupAccessControlEntryCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<DeleteTemplateGroupAccessControlEntryCommandOutput>;
246
- export declare const de_GetConnectorCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<GetConnectorCommandOutput>;
250
- export declare const de_GetDirectoryRegistrationCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<GetDirectoryRegistrationCommandOutput>;
254
- export declare const de_GetServicePrincipalNameCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<GetServicePrincipalNameCommandOutput>;
258
- export declare const de_GetTemplateCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<GetTemplateCommandOutput>;
262
- export declare const de_GetTemplateGroupAccessControlEntryCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<GetTemplateGroupAccessControlEntryCommandOutput>;
266
- export declare const de_ListConnectorsCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<ListConnectorsCommandOutput>;
270
- export declare const de_ListDirectoryRegistrationsCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<ListDirectoryRegistrationsCommandOutput>;
274
- export declare const de_ListServicePrincipalNamesCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<ListServicePrincipalNamesCommandOutput>;
278
- export declare const de_ListTagsForResourceCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<ListTagsForResourceCommandOutput>;
282
- export declare const de_ListTemplateGroupAccessControlEntriesCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<ListTemplateGroupAccessControlEntriesCommandOutput>;
286
- export declare const de_ListTemplatesCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<ListTemplatesCommandOutput>;
290
- export declare const de_TagResourceCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<TagResourceCommandOutput>;
294
- export declare const de_UntagResourceCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<UntagResourceCommandOutput>;
298
- export declare const de_UpdateTemplateCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<UpdateTemplateCommandOutput>;
302
- export declare const de_UpdateTemplateGroupAccessControlEntryCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<UpdateTemplateGroupAccessControlEntryCommandOutput>;