@aws-sdk/client-fms 3.926.0 → 3.928.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 (63) hide show
  1. package/dist-cjs/index.js +1770 -1458
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/FMSClient.js +2 -0
  4. package/dist-es/commands/AssociateAdminAccountCommand.js +3 -9
  5. package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +3 -9
  6. package/dist-es/commands/BatchAssociateResourceCommand.js +3 -9
  7. package/dist-es/commands/BatchDisassociateResourceCommand.js +3 -9
  8. package/dist-es/commands/DeleteAppsListCommand.js +3 -9
  9. package/dist-es/commands/DeleteNotificationChannelCommand.js +3 -9
  10. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  11. package/dist-es/commands/DeleteProtocolsListCommand.js +3 -9
  12. package/dist-es/commands/DeleteResourceSetCommand.js +3 -9
  13. package/dist-es/commands/DisassociateAdminAccountCommand.js +3 -9
  14. package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +3 -9
  15. package/dist-es/commands/GetAdminAccountCommand.js +3 -9
  16. package/dist-es/commands/GetAdminScopeCommand.js +3 -9
  17. package/dist-es/commands/GetAppsListCommand.js +3 -9
  18. package/dist-es/commands/GetComplianceDetailCommand.js +3 -9
  19. package/dist-es/commands/GetNotificationChannelCommand.js +3 -9
  20. package/dist-es/commands/GetPolicyCommand.js +3 -9
  21. package/dist-es/commands/GetProtectionStatusCommand.js +3 -9
  22. package/dist-es/commands/GetProtocolsListCommand.js +3 -9
  23. package/dist-es/commands/GetResourceSetCommand.js +3 -9
  24. package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +3 -9
  25. package/dist-es/commands/GetViolationDetailsCommand.js +3 -9
  26. package/dist-es/commands/ListAdminAccountsForOrganizationCommand.js +3 -9
  27. package/dist-es/commands/ListAdminsManagingAccountCommand.js +3 -9
  28. package/dist-es/commands/ListAppsListsCommand.js +3 -9
  29. package/dist-es/commands/ListComplianceStatusCommand.js +3 -9
  30. package/dist-es/commands/ListDiscoveredResourcesCommand.js +3 -9
  31. package/dist-es/commands/ListMemberAccountsCommand.js +3 -9
  32. package/dist-es/commands/ListPoliciesCommand.js +3 -9
  33. package/dist-es/commands/ListProtocolsListsCommand.js +3 -9
  34. package/dist-es/commands/ListResourceSetResourcesCommand.js +3 -9
  35. package/dist-es/commands/ListResourceSetsCommand.js +3 -9
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  37. package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +3 -9
  38. package/dist-es/commands/PutAdminAccountCommand.js +3 -9
  39. package/dist-es/commands/PutAppsListCommand.js +3 -9
  40. package/dist-es/commands/PutNotificationChannelCommand.js +3 -9
  41. package/dist-es/commands/PutPolicyCommand.js +3 -9
  42. package/dist-es/commands/PutProtocolsListCommand.js +3 -9
  43. package/dist-es/commands/PutResourceSetCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/runtimeConfig.shared.js +7 -0
  47. package/dist-es/schemas/schemas_0.js +1689 -0
  48. package/dist-types/FMSClient.d.ts +10 -1
  49. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  50. package/dist-types/runtimeConfig.d.ts +1 -0
  51. package/dist-types/runtimeConfig.native.d.ts +1 -0
  52. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  53. package/dist-types/schemas/schemas_0.d.ts +269 -0
  54. package/dist-types/ts3.4/FMSClient.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +275 -0
  60. package/package.json +5 -5
  61. package/dist-es/protocols/Aws_json1_1.js +0 -1150
  62. package/dist-types/protocols/Aws_json1_1.d.ts +0 -380
  63. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -509
@@ -1,509 +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
- AssociateAdminAccountCommandInput,
8
- AssociateAdminAccountCommandOutput,
9
- } from "../commands/AssociateAdminAccountCommand";
10
- import {
11
- AssociateThirdPartyFirewallCommandInput,
12
- AssociateThirdPartyFirewallCommandOutput,
13
- } from "../commands/AssociateThirdPartyFirewallCommand";
14
- import {
15
- BatchAssociateResourceCommandInput,
16
- BatchAssociateResourceCommandOutput,
17
- } from "../commands/BatchAssociateResourceCommand";
18
- import {
19
- BatchDisassociateResourceCommandInput,
20
- BatchDisassociateResourceCommandOutput,
21
- } from "../commands/BatchDisassociateResourceCommand";
22
- import {
23
- DeleteAppsListCommandInput,
24
- DeleteAppsListCommandOutput,
25
- } from "../commands/DeleteAppsListCommand";
26
- import {
27
- DeleteNotificationChannelCommandInput,
28
- DeleteNotificationChannelCommandOutput,
29
- } from "../commands/DeleteNotificationChannelCommand";
30
- import {
31
- DeletePolicyCommandInput,
32
- DeletePolicyCommandOutput,
33
- } from "../commands/DeletePolicyCommand";
34
- import {
35
- DeleteProtocolsListCommandInput,
36
- DeleteProtocolsListCommandOutput,
37
- } from "../commands/DeleteProtocolsListCommand";
38
- import {
39
- DeleteResourceSetCommandInput,
40
- DeleteResourceSetCommandOutput,
41
- } from "../commands/DeleteResourceSetCommand";
42
- import {
43
- DisassociateAdminAccountCommandInput,
44
- DisassociateAdminAccountCommandOutput,
45
- } from "../commands/DisassociateAdminAccountCommand";
46
- import {
47
- DisassociateThirdPartyFirewallCommandInput,
48
- DisassociateThirdPartyFirewallCommandOutput,
49
- } from "../commands/DisassociateThirdPartyFirewallCommand";
50
- import {
51
- GetAdminAccountCommandInput,
52
- GetAdminAccountCommandOutput,
53
- } from "../commands/GetAdminAccountCommand";
54
- import {
55
- GetAdminScopeCommandInput,
56
- GetAdminScopeCommandOutput,
57
- } from "../commands/GetAdminScopeCommand";
58
- import {
59
- GetAppsListCommandInput,
60
- GetAppsListCommandOutput,
61
- } from "../commands/GetAppsListCommand";
62
- import {
63
- GetComplianceDetailCommandInput,
64
- GetComplianceDetailCommandOutput,
65
- } from "../commands/GetComplianceDetailCommand";
66
- import {
67
- GetNotificationChannelCommandInput,
68
- GetNotificationChannelCommandOutput,
69
- } from "../commands/GetNotificationChannelCommand";
70
- import {
71
- GetPolicyCommandInput,
72
- GetPolicyCommandOutput,
73
- } from "../commands/GetPolicyCommand";
74
- import {
75
- GetProtectionStatusCommandInput,
76
- GetProtectionStatusCommandOutput,
77
- } from "../commands/GetProtectionStatusCommand";
78
- import {
79
- GetProtocolsListCommandInput,
80
- GetProtocolsListCommandOutput,
81
- } from "../commands/GetProtocolsListCommand";
82
- import {
83
- GetResourceSetCommandInput,
84
- GetResourceSetCommandOutput,
85
- } from "../commands/GetResourceSetCommand";
86
- import {
87
- GetThirdPartyFirewallAssociationStatusCommandInput,
88
- GetThirdPartyFirewallAssociationStatusCommandOutput,
89
- } from "../commands/GetThirdPartyFirewallAssociationStatusCommand";
90
- import {
91
- GetViolationDetailsCommandInput,
92
- GetViolationDetailsCommandOutput,
93
- } from "../commands/GetViolationDetailsCommand";
94
- import {
95
- ListAdminAccountsForOrganizationCommandInput,
96
- ListAdminAccountsForOrganizationCommandOutput,
97
- } from "../commands/ListAdminAccountsForOrganizationCommand";
98
- import {
99
- ListAdminsManagingAccountCommandInput,
100
- ListAdminsManagingAccountCommandOutput,
101
- } from "../commands/ListAdminsManagingAccountCommand";
102
- import {
103
- ListAppsListsCommandInput,
104
- ListAppsListsCommandOutput,
105
- } from "../commands/ListAppsListsCommand";
106
- import {
107
- ListComplianceStatusCommandInput,
108
- ListComplianceStatusCommandOutput,
109
- } from "../commands/ListComplianceStatusCommand";
110
- import {
111
- ListDiscoveredResourcesCommandInput,
112
- ListDiscoveredResourcesCommandOutput,
113
- } from "../commands/ListDiscoveredResourcesCommand";
114
- import {
115
- ListMemberAccountsCommandInput,
116
- ListMemberAccountsCommandOutput,
117
- } from "../commands/ListMemberAccountsCommand";
118
- import {
119
- ListPoliciesCommandInput,
120
- ListPoliciesCommandOutput,
121
- } from "../commands/ListPoliciesCommand";
122
- import {
123
- ListProtocolsListsCommandInput,
124
- ListProtocolsListsCommandOutput,
125
- } from "../commands/ListProtocolsListsCommand";
126
- import {
127
- ListResourceSetResourcesCommandInput,
128
- ListResourceSetResourcesCommandOutput,
129
- } from "../commands/ListResourceSetResourcesCommand";
130
- import {
131
- ListResourceSetsCommandInput,
132
- ListResourceSetsCommandOutput,
133
- } from "../commands/ListResourceSetsCommand";
134
- import {
135
- ListTagsForResourceCommandInput,
136
- ListTagsForResourceCommandOutput,
137
- } from "../commands/ListTagsForResourceCommand";
138
- import {
139
- ListThirdPartyFirewallFirewallPoliciesCommandInput,
140
- ListThirdPartyFirewallFirewallPoliciesCommandOutput,
141
- } from "../commands/ListThirdPartyFirewallFirewallPoliciesCommand";
142
- import {
143
- PutAdminAccountCommandInput,
144
- PutAdminAccountCommandOutput,
145
- } from "../commands/PutAdminAccountCommand";
146
- import {
147
- PutAppsListCommandInput,
148
- PutAppsListCommandOutput,
149
- } from "../commands/PutAppsListCommand";
150
- import {
151
- PutNotificationChannelCommandInput,
152
- PutNotificationChannelCommandOutput,
153
- } from "../commands/PutNotificationChannelCommand";
154
- import {
155
- PutPolicyCommandInput,
156
- PutPolicyCommandOutput,
157
- } from "../commands/PutPolicyCommand";
158
- import {
159
- PutProtocolsListCommandInput,
160
- PutProtocolsListCommandOutput,
161
- } from "../commands/PutProtocolsListCommand";
162
- import {
163
- PutResourceSetCommandInput,
164
- PutResourceSetCommandOutput,
165
- } from "../commands/PutResourceSetCommand";
166
- import {
167
- TagResourceCommandInput,
168
- TagResourceCommandOutput,
169
- } from "../commands/TagResourceCommand";
170
- import {
171
- UntagResourceCommandInput,
172
- UntagResourceCommandOutput,
173
- } from "../commands/UntagResourceCommand";
174
- export declare const se_AssociateAdminAccountCommand: (
175
- input: AssociateAdminAccountCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_AssociateThirdPartyFirewallCommand: (
179
- input: AssociateThirdPartyFirewallCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_BatchAssociateResourceCommand: (
183
- input: BatchAssociateResourceCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_BatchDisassociateResourceCommand: (
187
- input: BatchDisassociateResourceCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteAppsListCommand: (
191
- input: DeleteAppsListCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeleteNotificationChannelCommand: (
195
- input: DeleteNotificationChannelCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DeletePolicyCommand: (
199
- input: DeletePolicyCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DeleteProtocolsListCommand: (
203
- input: DeleteProtocolsListCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DeleteResourceSetCommand: (
207
- input: DeleteResourceSetCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DisassociateAdminAccountCommand: (
211
- input: DisassociateAdminAccountCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DisassociateThirdPartyFirewallCommand: (
215
- input: DisassociateThirdPartyFirewallCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetAdminAccountCommand: (
219
- input: GetAdminAccountCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetAdminScopeCommand: (
223
- input: GetAdminScopeCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetAppsListCommand: (
227
- input: GetAppsListCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetComplianceDetailCommand: (
231
- input: GetComplianceDetailCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_GetNotificationChannelCommand: (
235
- input: GetNotificationChannelCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_GetPolicyCommand: (
239
- input: GetPolicyCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_GetProtectionStatusCommand: (
243
- input: GetProtectionStatusCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_GetProtocolsListCommand: (
247
- input: GetProtocolsListCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_GetResourceSetCommand: (
251
- input: GetResourceSetCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_GetThirdPartyFirewallAssociationStatusCommand: (
255
- input: GetThirdPartyFirewallAssociationStatusCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_GetViolationDetailsCommand: (
259
- input: GetViolationDetailsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListAdminAccountsForOrganizationCommand: (
263
- input: ListAdminAccountsForOrganizationCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListAdminsManagingAccountCommand: (
267
- input: ListAdminsManagingAccountCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListAppsListsCommand: (
271
- input: ListAppsListsCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_ListComplianceStatusCommand: (
275
- input: ListComplianceStatusCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_ListDiscoveredResourcesCommand: (
279
- input: ListDiscoveredResourcesCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_ListMemberAccountsCommand: (
283
- input: ListMemberAccountsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_ListPoliciesCommand: (
287
- input: ListPoliciesCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_ListProtocolsListsCommand: (
291
- input: ListProtocolsListsCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ListResourceSetResourcesCommand: (
295
- input: ListResourceSetResourcesCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ListResourceSetsCommand: (
299
- input: ListResourceSetsCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_ListTagsForResourceCommand: (
303
- input: ListTagsForResourceCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_ListThirdPartyFirewallFirewallPoliciesCommand: (
307
- input: ListThirdPartyFirewallFirewallPoliciesCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_PutAdminAccountCommand: (
311
- input: PutAdminAccountCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_PutAppsListCommand: (
315
- input: PutAppsListCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_PutNotificationChannelCommand: (
319
- input: PutNotificationChannelCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_PutPolicyCommand: (
323
- input: PutPolicyCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_PutProtocolsListCommand: (
327
- input: PutProtocolsListCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_PutResourceSetCommand: (
331
- input: PutResourceSetCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_TagResourceCommand: (
335
- input: TagResourceCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_UntagResourceCommand: (
339
- input: UntagResourceCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const de_AssociateAdminAccountCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<AssociateAdminAccountCommandOutput>;
346
- export declare const de_AssociateThirdPartyFirewallCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<AssociateThirdPartyFirewallCommandOutput>;
350
- export declare const de_BatchAssociateResourceCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<BatchAssociateResourceCommandOutput>;
354
- export declare const de_BatchDisassociateResourceCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<BatchDisassociateResourceCommandOutput>;
358
- export declare const de_DeleteAppsListCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DeleteAppsListCommandOutput>;
362
- export declare const de_DeleteNotificationChannelCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<DeleteNotificationChannelCommandOutput>;
366
- export declare const de_DeletePolicyCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<DeletePolicyCommandOutput>;
370
- export declare const de_DeleteProtocolsListCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<DeleteProtocolsListCommandOutput>;
374
- export declare const de_DeleteResourceSetCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<DeleteResourceSetCommandOutput>;
378
- export declare const de_DisassociateAdminAccountCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<DisassociateAdminAccountCommandOutput>;
382
- export declare const de_DisassociateThirdPartyFirewallCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<DisassociateThirdPartyFirewallCommandOutput>;
386
- export declare const de_GetAdminAccountCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<GetAdminAccountCommandOutput>;
390
- export declare const de_GetAdminScopeCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<GetAdminScopeCommandOutput>;
394
- export declare const de_GetAppsListCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<GetAppsListCommandOutput>;
398
- export declare const de_GetComplianceDetailCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<GetComplianceDetailCommandOutput>;
402
- export declare const de_GetNotificationChannelCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<GetNotificationChannelCommandOutput>;
406
- export declare const de_GetPolicyCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<GetPolicyCommandOutput>;
410
- export declare const de_GetProtectionStatusCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<GetProtectionStatusCommandOutput>;
414
- export declare const de_GetProtocolsListCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<GetProtocolsListCommandOutput>;
418
- export declare const de_GetResourceSetCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<GetResourceSetCommandOutput>;
422
- export declare const de_GetThirdPartyFirewallAssociationStatusCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<GetThirdPartyFirewallAssociationStatusCommandOutput>;
426
- export declare const de_GetViolationDetailsCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<GetViolationDetailsCommandOutput>;
430
- export declare const de_ListAdminAccountsForOrganizationCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<ListAdminAccountsForOrganizationCommandOutput>;
434
- export declare const de_ListAdminsManagingAccountCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<ListAdminsManagingAccountCommandOutput>;
438
- export declare const de_ListAppsListsCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<ListAppsListsCommandOutput>;
442
- export declare const de_ListComplianceStatusCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<ListComplianceStatusCommandOutput>;
446
- export declare const de_ListDiscoveredResourcesCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<ListDiscoveredResourcesCommandOutput>;
450
- export declare const de_ListMemberAccountsCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<ListMemberAccountsCommandOutput>;
454
- export declare const de_ListPoliciesCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<ListPoliciesCommandOutput>;
458
- export declare const de_ListProtocolsListsCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<ListProtocolsListsCommandOutput>;
462
- export declare const de_ListResourceSetResourcesCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<ListResourceSetResourcesCommandOutput>;
466
- export declare const de_ListResourceSetsCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<ListResourceSetsCommandOutput>;
470
- export declare const de_ListTagsForResourceCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<ListTagsForResourceCommandOutput>;
474
- export declare const de_ListThirdPartyFirewallFirewallPoliciesCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<ListThirdPartyFirewallFirewallPoliciesCommandOutput>;
478
- export declare const de_PutAdminAccountCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<PutAdminAccountCommandOutput>;
482
- export declare const de_PutAppsListCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<PutAppsListCommandOutput>;
486
- export declare const de_PutNotificationChannelCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<PutNotificationChannelCommandOutput>;
490
- export declare const de_PutPolicyCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<PutPolicyCommandOutput>;
494
- export declare const de_PutProtocolsListCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<PutProtocolsListCommandOutput>;
498
- export declare const de_PutResourceSetCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<PutResourceSetCommandOutput>;
502
- export declare const de_TagResourceCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<TagResourceCommandOutput>;
506
- export declare const de_UntagResourceCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<UntagResourceCommandOutput>;