@aws-sdk/client-directory-service 3.169.0 → 3.170.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 (83) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DirectoryService.d.ts +1180 -330
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +520 -138
  4. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/DirectoryServiceServiceException.d.ts +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +2368 -2133
  75. package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +785 -197
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  83. package/package.json +34 -34
@@ -1,197 +1,785 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput } from "../commands/AcceptSharedDirectoryCommand";
4
- import { AddIpRoutesCommandInput, AddIpRoutesCommandOutput } from "../commands/AddIpRoutesCommand";
5
- import { AddRegionCommandInput, AddRegionCommandOutput } from "../commands/AddRegionCommand";
6
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
7
- import { CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput } from "../commands/CancelSchemaExtensionCommand";
8
- import { ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput } from "../commands/ConnectDirectoryCommand";
9
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
10
- import { CreateComputerCommandInput, CreateComputerCommandOutput } from "../commands/CreateComputerCommand";
11
- import { CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput } from "../commands/CreateConditionalForwarderCommand";
12
- import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "../commands/CreateDirectoryCommand";
13
- import { CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput } from "../commands/CreateLogSubscriptionCommand";
14
- import { CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput } from "../commands/CreateMicrosoftADCommand";
15
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
16
- import { CreateTrustCommandInput, CreateTrustCommandOutput } from "../commands/CreateTrustCommand";
17
- import { DeleteConditionalForwarderCommandInput, DeleteConditionalForwarderCommandOutput } from "../commands/DeleteConditionalForwarderCommand";
18
- import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "../commands/DeleteDirectoryCommand";
19
- import { DeleteLogSubscriptionCommandInput, DeleteLogSubscriptionCommandOutput } from "../commands/DeleteLogSubscriptionCommand";
20
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
21
- import { DeleteTrustCommandInput, DeleteTrustCommandOutput } from "../commands/DeleteTrustCommand";
22
- import { DeregisterCertificateCommandInput, DeregisterCertificateCommandOutput } from "../commands/DeregisterCertificateCommand";
23
- import { DeregisterEventTopicCommandInput, DeregisterEventTopicCommandOutput } from "../commands/DeregisterEventTopicCommand";
24
- import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "../commands/DescribeCertificateCommand";
25
- import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "../commands/DescribeClientAuthenticationSettingsCommand";
26
- import { DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput } from "../commands/DescribeConditionalForwardersCommand";
27
- import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "../commands/DescribeDirectoriesCommand";
28
- import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "../commands/DescribeDomainControllersCommand";
29
- import { DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput } from "../commands/DescribeEventTopicsCommand";
30
- import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "../commands/DescribeLDAPSSettingsCommand";
31
- import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "../commands/DescribeRegionsCommand";
32
- import { DescribeSettingsCommandInput, DescribeSettingsCommandOutput } from "../commands/DescribeSettingsCommand";
33
- import { DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput } from "../commands/DescribeSharedDirectoriesCommand";
34
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
35
- import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "../commands/DescribeTrustsCommand";
36
- import { DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput } from "../commands/DisableClientAuthenticationCommand";
37
- import { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "../commands/DisableLDAPSCommand";
38
- import { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "../commands/DisableRadiusCommand";
39
- import { DisableSsoCommandInput, DisableSsoCommandOutput } from "../commands/DisableSsoCommand";
40
- import { EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput } from "../commands/EnableClientAuthenticationCommand";
41
- import { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "../commands/EnableLDAPSCommand";
42
- import { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "../commands/EnableRadiusCommand";
43
- import { EnableSsoCommandInput, EnableSsoCommandOutput } from "../commands/EnableSsoCommand";
44
- import { GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput } from "../commands/GetDirectoryLimitsCommand";
45
- import { GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput } from "../commands/GetSnapshotLimitsCommand";
46
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
47
- import { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "../commands/ListIpRoutesCommand";
48
- import { ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput } from "../commands/ListLogSubscriptionsCommand";
49
- import { ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput } from "../commands/ListSchemaExtensionsCommand";
50
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
51
- import { RegisterCertificateCommandInput, RegisterCertificateCommandOutput } from "../commands/RegisterCertificateCommand";
52
- import { RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput } from "../commands/RegisterEventTopicCommand";
53
- import { RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput } from "../commands/RejectSharedDirectoryCommand";
54
- import { RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput } from "../commands/RemoveIpRoutesCommand";
55
- import { RemoveRegionCommandInput, RemoveRegionCommandOutput } from "../commands/RemoveRegionCommand";
56
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
57
- import { ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput } from "../commands/ResetUserPasswordCommand";
58
- import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "../commands/RestoreFromSnapshotCommand";
59
- import { ShareDirectoryCommandInput, ShareDirectoryCommandOutput } from "../commands/ShareDirectoryCommand";
60
- import { StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput } from "../commands/StartSchemaExtensionCommand";
61
- import { UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput } from "../commands/UnshareDirectoryCommand";
62
- import { UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput } from "../commands/UpdateConditionalForwarderCommand";
63
- import { UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput } from "../commands/UpdateNumberOfDomainControllersCommand";
64
- import { UpdateRadiusCommandInput, UpdateRadiusCommandOutput } from "../commands/UpdateRadiusCommand";
65
- import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "../commands/UpdateSettingsCommand";
66
- import { UpdateTrustCommandInput, UpdateTrustCommandOutput } from "../commands/UpdateTrustCommand";
67
- import { VerifyTrustCommandInput, VerifyTrustCommandOutput } from "../commands/VerifyTrustCommand";
68
- export declare const serializeAws_json1_1AcceptSharedDirectoryCommand: (input: AcceptSharedDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1AddIpRoutesCommand: (input: AddIpRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1AddRegionCommand: (input: AddRegionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1CancelSchemaExtensionCommand: (input: CancelSchemaExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1ConnectDirectoryCommand: (input: ConnectDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1CreateComputerCommand: (input: CreateComputerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1CreateConditionalForwarderCommand: (input: CreateConditionalForwarderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1CreateDirectoryCommand: (input: CreateDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1CreateLogSubscriptionCommand: (input: CreateLogSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1CreateMicrosoftADCommand: (input: CreateMicrosoftADCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1CreateTrustCommand: (input: CreateTrustCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1DeleteConditionalForwarderCommand: (input: DeleteConditionalForwarderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1DeleteDirectoryCommand: (input: DeleteDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1DeleteLogSubscriptionCommand: (input: DeleteLogSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1DeleteTrustCommand: (input: DeleteTrustCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1DeregisterCertificateCommand: (input: DeregisterCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1DeregisterEventTopicCommand: (input: DeregisterEventTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1DescribeClientAuthenticationSettingsCommand: (input: DescribeClientAuthenticationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1DescribeConditionalForwardersCommand: (input: DescribeConditionalForwardersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1DescribeDirectoriesCommand: (input: DescribeDirectoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1DescribeDomainControllersCommand: (input: DescribeDomainControllersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1DescribeEventTopicsCommand: (input: DescribeEventTopicsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1DescribeLDAPSSettingsCommand: (input: DescribeLDAPSSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1DescribeRegionsCommand: (input: DescribeRegionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1DescribeSettingsCommand: (input: DescribeSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1DescribeSharedDirectoriesCommand: (input: DescribeSharedDirectoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1DescribeSnapshotsCommand: (input: DescribeSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1DescribeTrustsCommand: (input: DescribeTrustsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1DisableClientAuthenticationCommand: (input: DisableClientAuthenticationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1DisableLDAPSCommand: (input: DisableLDAPSCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1DisableRadiusCommand: (input: DisableRadiusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1DisableSsoCommand: (input: DisableSsoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1EnableClientAuthenticationCommand: (input: EnableClientAuthenticationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1EnableLDAPSCommand: (input: EnableLDAPSCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1EnableRadiusCommand: (input: EnableRadiusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1EnableSsoCommand: (input: EnableSsoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1GetDirectoryLimitsCommand: (input: GetDirectoryLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1GetSnapshotLimitsCommand: (input: GetSnapshotLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1ListCertificatesCommand: (input: ListCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1ListIpRoutesCommand: (input: ListIpRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1ListLogSubscriptionsCommand: (input: ListLogSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1ListSchemaExtensionsCommand: (input: ListSchemaExtensionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1RegisterCertificateCommand: (input: RegisterCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1RegisterEventTopicCommand: (input: RegisterEventTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1RejectSharedDirectoryCommand: (input: RejectSharedDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1RemoveIpRoutesCommand: (input: RemoveIpRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1RemoveRegionCommand: (input: RemoveRegionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1ResetUserPasswordCommand: (input: ResetUserPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1RestoreFromSnapshotCommand: (input: RestoreFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1ShareDirectoryCommand: (input: ShareDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1StartSchemaExtensionCommand: (input: StartSchemaExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1UnshareDirectoryCommand: (input: UnshareDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1UpdateConditionalForwarderCommand: (input: UpdateConditionalForwarderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1UpdateNumberOfDomainControllersCommand: (input: UpdateNumberOfDomainControllersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_json1_1UpdateRadiusCommand: (input: UpdateRadiusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1UpdateSettingsCommand: (input: UpdateSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_json1_1UpdateTrustCommand: (input: UpdateTrustCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_json1_1VerifyTrustCommand: (input: VerifyTrustCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const deserializeAws_json1_1AcceptSharedDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptSharedDirectoryCommandOutput>;
134
- export declare const deserializeAws_json1_1AddIpRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddIpRoutesCommandOutput>;
135
- export declare const deserializeAws_json1_1AddRegionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddRegionCommandOutput>;
136
- export declare const deserializeAws_json1_1AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
137
- export declare const deserializeAws_json1_1CancelSchemaExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSchemaExtensionCommandOutput>;
138
- export declare const deserializeAws_json1_1ConnectDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConnectDirectoryCommandOutput>;
139
- export declare const deserializeAws_json1_1CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
140
- export declare const deserializeAws_json1_1CreateComputerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComputerCommandOutput>;
141
- export declare const deserializeAws_json1_1CreateConditionalForwarderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConditionalForwarderCommandOutput>;
142
- export declare const deserializeAws_json1_1CreateDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDirectoryCommandOutput>;
143
- export declare const deserializeAws_json1_1CreateLogSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLogSubscriptionCommandOutput>;
144
- export declare const deserializeAws_json1_1CreateMicrosoftADCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMicrosoftADCommandOutput>;
145
- export declare const deserializeAws_json1_1CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
146
- export declare const deserializeAws_json1_1CreateTrustCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustCommandOutput>;
147
- export declare const deserializeAws_json1_1DeleteConditionalForwarderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConditionalForwarderCommandOutput>;
148
- export declare const deserializeAws_json1_1DeleteDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDirectoryCommandOutput>;
149
- export declare const deserializeAws_json1_1DeleteLogSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLogSubscriptionCommandOutput>;
150
- export declare const deserializeAws_json1_1DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
151
- export declare const deserializeAws_json1_1DeleteTrustCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustCommandOutput>;
152
- export declare const deserializeAws_json1_1DeregisterCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterCertificateCommandOutput>;
153
- export declare const deserializeAws_json1_1DeregisterEventTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterEventTopicCommandOutput>;
154
- export declare const deserializeAws_json1_1DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
155
- export declare const deserializeAws_json1_1DescribeClientAuthenticationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientAuthenticationSettingsCommandOutput>;
156
- export declare const deserializeAws_json1_1DescribeConditionalForwardersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConditionalForwardersCommandOutput>;
157
- export declare const deserializeAws_json1_1DescribeDirectoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectoriesCommandOutput>;
158
- export declare const deserializeAws_json1_1DescribeDomainControllersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainControllersCommandOutput>;
159
- export declare const deserializeAws_json1_1DescribeEventTopicsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventTopicsCommandOutput>;
160
- export declare const deserializeAws_json1_1DescribeLDAPSSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLDAPSSettingsCommandOutput>;
161
- export declare const deserializeAws_json1_1DescribeRegionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegionsCommandOutput>;
162
- export declare const deserializeAws_json1_1DescribeSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSettingsCommandOutput>;
163
- export declare const deserializeAws_json1_1DescribeSharedDirectoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSharedDirectoriesCommandOutput>;
164
- export declare const deserializeAws_json1_1DescribeSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotsCommandOutput>;
165
- export declare const deserializeAws_json1_1DescribeTrustsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustsCommandOutput>;
166
- export declare const deserializeAws_json1_1DisableClientAuthenticationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableClientAuthenticationCommandOutput>;
167
- export declare const deserializeAws_json1_1DisableLDAPSCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableLDAPSCommandOutput>;
168
- export declare const deserializeAws_json1_1DisableRadiusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableRadiusCommandOutput>;
169
- export declare const deserializeAws_json1_1DisableSsoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableSsoCommandOutput>;
170
- export declare const deserializeAws_json1_1EnableClientAuthenticationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableClientAuthenticationCommandOutput>;
171
- export declare const deserializeAws_json1_1EnableLDAPSCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableLDAPSCommandOutput>;
172
- export declare const deserializeAws_json1_1EnableRadiusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableRadiusCommandOutput>;
173
- export declare const deserializeAws_json1_1EnableSsoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSsoCommandOutput>;
174
- export declare const deserializeAws_json1_1GetDirectoryLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDirectoryLimitsCommandOutput>;
175
- export declare const deserializeAws_json1_1GetSnapshotLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSnapshotLimitsCommandOutput>;
176
- export declare const deserializeAws_json1_1ListCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesCommandOutput>;
177
- export declare const deserializeAws_json1_1ListIpRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIpRoutesCommandOutput>;
178
- export declare const deserializeAws_json1_1ListLogSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLogSubscriptionsCommandOutput>;
179
- export declare const deserializeAws_json1_1ListSchemaExtensionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemaExtensionsCommandOutput>;
180
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
181
- export declare const deserializeAws_json1_1RegisterCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterCertificateCommandOutput>;
182
- export declare const deserializeAws_json1_1RegisterEventTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterEventTopicCommandOutput>;
183
- export declare const deserializeAws_json1_1RejectSharedDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectSharedDirectoryCommandOutput>;
184
- export declare const deserializeAws_json1_1RemoveIpRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveIpRoutesCommandOutput>;
185
- export declare const deserializeAws_json1_1RemoveRegionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveRegionCommandOutput>;
186
- export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
187
- export declare const deserializeAws_json1_1ResetUserPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetUserPasswordCommandOutput>;
188
- export declare const deserializeAws_json1_1RestoreFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromSnapshotCommandOutput>;
189
- export declare const deserializeAws_json1_1ShareDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ShareDirectoryCommandOutput>;
190
- export declare const deserializeAws_json1_1StartSchemaExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSchemaExtensionCommandOutput>;
191
- export declare const deserializeAws_json1_1UnshareDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnshareDirectoryCommandOutput>;
192
- export declare const deserializeAws_json1_1UpdateConditionalForwarderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConditionalForwarderCommandOutput>;
193
- export declare const deserializeAws_json1_1UpdateNumberOfDomainControllersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNumberOfDomainControllersCommandOutput>;
194
- export declare const deserializeAws_json1_1UpdateRadiusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRadiusCommandOutput>;
195
- export declare const deserializeAws_json1_1UpdateSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSettingsCommandOutput>;
196
- export declare const deserializeAws_json1_1UpdateTrustCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrustCommandOutput>;
197
- export declare const deserializeAws_json1_1VerifyTrustCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyTrustCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptSharedDirectoryCommandInput,
8
+ AcceptSharedDirectoryCommandOutput,
9
+ } from "../commands/AcceptSharedDirectoryCommand";
10
+ import {
11
+ AddIpRoutesCommandInput,
12
+ AddIpRoutesCommandOutput,
13
+ } from "../commands/AddIpRoutesCommand";
14
+ import {
15
+ AddRegionCommandInput,
16
+ AddRegionCommandOutput,
17
+ } from "../commands/AddRegionCommand";
18
+ import {
19
+ AddTagsToResourceCommandInput,
20
+ AddTagsToResourceCommandOutput,
21
+ } from "../commands/AddTagsToResourceCommand";
22
+ import {
23
+ CancelSchemaExtensionCommandInput,
24
+ CancelSchemaExtensionCommandOutput,
25
+ } from "../commands/CancelSchemaExtensionCommand";
26
+ import {
27
+ ConnectDirectoryCommandInput,
28
+ ConnectDirectoryCommandOutput,
29
+ } from "../commands/ConnectDirectoryCommand";
30
+ import {
31
+ CreateAliasCommandInput,
32
+ CreateAliasCommandOutput,
33
+ } from "../commands/CreateAliasCommand";
34
+ import {
35
+ CreateComputerCommandInput,
36
+ CreateComputerCommandOutput,
37
+ } from "../commands/CreateComputerCommand";
38
+ import {
39
+ CreateConditionalForwarderCommandInput,
40
+ CreateConditionalForwarderCommandOutput,
41
+ } from "../commands/CreateConditionalForwarderCommand";
42
+ import {
43
+ CreateDirectoryCommandInput,
44
+ CreateDirectoryCommandOutput,
45
+ } from "../commands/CreateDirectoryCommand";
46
+ import {
47
+ CreateLogSubscriptionCommandInput,
48
+ CreateLogSubscriptionCommandOutput,
49
+ } from "../commands/CreateLogSubscriptionCommand";
50
+ import {
51
+ CreateMicrosoftADCommandInput,
52
+ CreateMicrosoftADCommandOutput,
53
+ } from "../commands/CreateMicrosoftADCommand";
54
+ import {
55
+ CreateSnapshotCommandInput,
56
+ CreateSnapshotCommandOutput,
57
+ } from "../commands/CreateSnapshotCommand";
58
+ import {
59
+ CreateTrustCommandInput,
60
+ CreateTrustCommandOutput,
61
+ } from "../commands/CreateTrustCommand";
62
+ import {
63
+ DeleteConditionalForwarderCommandInput,
64
+ DeleteConditionalForwarderCommandOutput,
65
+ } from "../commands/DeleteConditionalForwarderCommand";
66
+ import {
67
+ DeleteDirectoryCommandInput,
68
+ DeleteDirectoryCommandOutput,
69
+ } from "../commands/DeleteDirectoryCommand";
70
+ import {
71
+ DeleteLogSubscriptionCommandInput,
72
+ DeleteLogSubscriptionCommandOutput,
73
+ } from "../commands/DeleteLogSubscriptionCommand";
74
+ import {
75
+ DeleteSnapshotCommandInput,
76
+ DeleteSnapshotCommandOutput,
77
+ } from "../commands/DeleteSnapshotCommand";
78
+ import {
79
+ DeleteTrustCommandInput,
80
+ DeleteTrustCommandOutput,
81
+ } from "../commands/DeleteTrustCommand";
82
+ import {
83
+ DeregisterCertificateCommandInput,
84
+ DeregisterCertificateCommandOutput,
85
+ } from "../commands/DeregisterCertificateCommand";
86
+ import {
87
+ DeregisterEventTopicCommandInput,
88
+ DeregisterEventTopicCommandOutput,
89
+ } from "../commands/DeregisterEventTopicCommand";
90
+ import {
91
+ DescribeCertificateCommandInput,
92
+ DescribeCertificateCommandOutput,
93
+ } from "../commands/DescribeCertificateCommand";
94
+ import {
95
+ DescribeClientAuthenticationSettingsCommandInput,
96
+ DescribeClientAuthenticationSettingsCommandOutput,
97
+ } from "../commands/DescribeClientAuthenticationSettingsCommand";
98
+ import {
99
+ DescribeConditionalForwardersCommandInput,
100
+ DescribeConditionalForwardersCommandOutput,
101
+ } from "../commands/DescribeConditionalForwardersCommand";
102
+ import {
103
+ DescribeDirectoriesCommandInput,
104
+ DescribeDirectoriesCommandOutput,
105
+ } from "../commands/DescribeDirectoriesCommand";
106
+ import {
107
+ DescribeDomainControllersCommandInput,
108
+ DescribeDomainControllersCommandOutput,
109
+ } from "../commands/DescribeDomainControllersCommand";
110
+ import {
111
+ DescribeEventTopicsCommandInput,
112
+ DescribeEventTopicsCommandOutput,
113
+ } from "../commands/DescribeEventTopicsCommand";
114
+ import {
115
+ DescribeLDAPSSettingsCommandInput,
116
+ DescribeLDAPSSettingsCommandOutput,
117
+ } from "../commands/DescribeLDAPSSettingsCommand";
118
+ import {
119
+ DescribeRegionsCommandInput,
120
+ DescribeRegionsCommandOutput,
121
+ } from "../commands/DescribeRegionsCommand";
122
+ import {
123
+ DescribeSettingsCommandInput,
124
+ DescribeSettingsCommandOutput,
125
+ } from "../commands/DescribeSettingsCommand";
126
+ import {
127
+ DescribeSharedDirectoriesCommandInput,
128
+ DescribeSharedDirectoriesCommandOutput,
129
+ } from "../commands/DescribeSharedDirectoriesCommand";
130
+ import {
131
+ DescribeSnapshotsCommandInput,
132
+ DescribeSnapshotsCommandOutput,
133
+ } from "../commands/DescribeSnapshotsCommand";
134
+ import {
135
+ DescribeTrustsCommandInput,
136
+ DescribeTrustsCommandOutput,
137
+ } from "../commands/DescribeTrustsCommand";
138
+ import {
139
+ DisableClientAuthenticationCommandInput,
140
+ DisableClientAuthenticationCommandOutput,
141
+ } from "../commands/DisableClientAuthenticationCommand";
142
+ import {
143
+ DisableLDAPSCommandInput,
144
+ DisableLDAPSCommandOutput,
145
+ } from "../commands/DisableLDAPSCommand";
146
+ import {
147
+ DisableRadiusCommandInput,
148
+ DisableRadiusCommandOutput,
149
+ } from "../commands/DisableRadiusCommand";
150
+ import {
151
+ DisableSsoCommandInput,
152
+ DisableSsoCommandOutput,
153
+ } from "../commands/DisableSsoCommand";
154
+ import {
155
+ EnableClientAuthenticationCommandInput,
156
+ EnableClientAuthenticationCommandOutput,
157
+ } from "../commands/EnableClientAuthenticationCommand";
158
+ import {
159
+ EnableLDAPSCommandInput,
160
+ EnableLDAPSCommandOutput,
161
+ } from "../commands/EnableLDAPSCommand";
162
+ import {
163
+ EnableRadiusCommandInput,
164
+ EnableRadiusCommandOutput,
165
+ } from "../commands/EnableRadiusCommand";
166
+ import {
167
+ EnableSsoCommandInput,
168
+ EnableSsoCommandOutput,
169
+ } from "../commands/EnableSsoCommand";
170
+ import {
171
+ GetDirectoryLimitsCommandInput,
172
+ GetDirectoryLimitsCommandOutput,
173
+ } from "../commands/GetDirectoryLimitsCommand";
174
+ import {
175
+ GetSnapshotLimitsCommandInput,
176
+ GetSnapshotLimitsCommandOutput,
177
+ } from "../commands/GetSnapshotLimitsCommand";
178
+ import {
179
+ ListCertificatesCommandInput,
180
+ ListCertificatesCommandOutput,
181
+ } from "../commands/ListCertificatesCommand";
182
+ import {
183
+ ListIpRoutesCommandInput,
184
+ ListIpRoutesCommandOutput,
185
+ } from "../commands/ListIpRoutesCommand";
186
+ import {
187
+ ListLogSubscriptionsCommandInput,
188
+ ListLogSubscriptionsCommandOutput,
189
+ } from "../commands/ListLogSubscriptionsCommand";
190
+ import {
191
+ ListSchemaExtensionsCommandInput,
192
+ ListSchemaExtensionsCommandOutput,
193
+ } from "../commands/ListSchemaExtensionsCommand";
194
+ import {
195
+ ListTagsForResourceCommandInput,
196
+ ListTagsForResourceCommandOutput,
197
+ } from "../commands/ListTagsForResourceCommand";
198
+ import {
199
+ RegisterCertificateCommandInput,
200
+ RegisterCertificateCommandOutput,
201
+ } from "../commands/RegisterCertificateCommand";
202
+ import {
203
+ RegisterEventTopicCommandInput,
204
+ RegisterEventTopicCommandOutput,
205
+ } from "../commands/RegisterEventTopicCommand";
206
+ import {
207
+ RejectSharedDirectoryCommandInput,
208
+ RejectSharedDirectoryCommandOutput,
209
+ } from "../commands/RejectSharedDirectoryCommand";
210
+ import {
211
+ RemoveIpRoutesCommandInput,
212
+ RemoveIpRoutesCommandOutput,
213
+ } from "../commands/RemoveIpRoutesCommand";
214
+ import {
215
+ RemoveRegionCommandInput,
216
+ RemoveRegionCommandOutput,
217
+ } from "../commands/RemoveRegionCommand";
218
+ import {
219
+ RemoveTagsFromResourceCommandInput,
220
+ RemoveTagsFromResourceCommandOutput,
221
+ } from "../commands/RemoveTagsFromResourceCommand";
222
+ import {
223
+ ResetUserPasswordCommandInput,
224
+ ResetUserPasswordCommandOutput,
225
+ } from "../commands/ResetUserPasswordCommand";
226
+ import {
227
+ RestoreFromSnapshotCommandInput,
228
+ RestoreFromSnapshotCommandOutput,
229
+ } from "../commands/RestoreFromSnapshotCommand";
230
+ import {
231
+ ShareDirectoryCommandInput,
232
+ ShareDirectoryCommandOutput,
233
+ } from "../commands/ShareDirectoryCommand";
234
+ import {
235
+ StartSchemaExtensionCommandInput,
236
+ StartSchemaExtensionCommandOutput,
237
+ } from "../commands/StartSchemaExtensionCommand";
238
+ import {
239
+ UnshareDirectoryCommandInput,
240
+ UnshareDirectoryCommandOutput,
241
+ } from "../commands/UnshareDirectoryCommand";
242
+ import {
243
+ UpdateConditionalForwarderCommandInput,
244
+ UpdateConditionalForwarderCommandOutput,
245
+ } from "../commands/UpdateConditionalForwarderCommand";
246
+ import {
247
+ UpdateNumberOfDomainControllersCommandInput,
248
+ UpdateNumberOfDomainControllersCommandOutput,
249
+ } from "../commands/UpdateNumberOfDomainControllersCommand";
250
+ import {
251
+ UpdateRadiusCommandInput,
252
+ UpdateRadiusCommandOutput,
253
+ } from "../commands/UpdateRadiusCommand";
254
+ import {
255
+ UpdateSettingsCommandInput,
256
+ UpdateSettingsCommandOutput,
257
+ } from "../commands/UpdateSettingsCommand";
258
+ import {
259
+ UpdateTrustCommandInput,
260
+ UpdateTrustCommandOutput,
261
+ } from "../commands/UpdateTrustCommand";
262
+ import {
263
+ VerifyTrustCommandInput,
264
+ VerifyTrustCommandOutput,
265
+ } from "../commands/VerifyTrustCommand";
266
+ export declare const serializeAws_json1_1AcceptSharedDirectoryCommand: (
267
+ input: AcceptSharedDirectoryCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1AddIpRoutesCommand: (
271
+ input: AddIpRoutesCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1AddRegionCommand: (
275
+ input: AddRegionCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1AddTagsToResourceCommand: (
279
+ input: AddTagsToResourceCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1CancelSchemaExtensionCommand: (
283
+ input: CancelSchemaExtensionCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1ConnectDirectoryCommand: (
287
+ input: ConnectDirectoryCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1CreateAliasCommand: (
291
+ input: CreateAliasCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1CreateComputerCommand: (
295
+ input: CreateComputerCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1CreateConditionalForwarderCommand: (
299
+ input: CreateConditionalForwarderCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1CreateDirectoryCommand: (
303
+ input: CreateDirectoryCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1CreateLogSubscriptionCommand: (
307
+ input: CreateLogSubscriptionCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1CreateMicrosoftADCommand: (
311
+ input: CreateMicrosoftADCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1CreateSnapshotCommand: (
315
+ input: CreateSnapshotCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1CreateTrustCommand: (
319
+ input: CreateTrustCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1DeleteConditionalForwarderCommand: (
323
+ input: DeleteConditionalForwarderCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1DeleteDirectoryCommand: (
327
+ input: DeleteDirectoryCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1DeleteLogSubscriptionCommand: (
331
+ input: DeleteLogSubscriptionCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1DeleteSnapshotCommand: (
335
+ input: DeleteSnapshotCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1DeleteTrustCommand: (
339
+ input: DeleteTrustCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1DeregisterCertificateCommand: (
343
+ input: DeregisterCertificateCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1DeregisterEventTopicCommand: (
347
+ input: DeregisterEventTopicCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1DescribeCertificateCommand: (
351
+ input: DescribeCertificateCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1DescribeClientAuthenticationSettingsCommand: (
355
+ input: DescribeClientAuthenticationSettingsCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1DescribeConditionalForwardersCommand: (
359
+ input: DescribeConditionalForwardersCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1DescribeDirectoriesCommand: (
363
+ input: DescribeDirectoriesCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1DescribeDomainControllersCommand: (
367
+ input: DescribeDomainControllersCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1DescribeEventTopicsCommand: (
371
+ input: DescribeEventTopicsCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1DescribeLDAPSSettingsCommand: (
375
+ input: DescribeLDAPSSettingsCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1DescribeRegionsCommand: (
379
+ input: DescribeRegionsCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1DescribeSettingsCommand: (
383
+ input: DescribeSettingsCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1DescribeSharedDirectoriesCommand: (
387
+ input: DescribeSharedDirectoriesCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1DescribeSnapshotsCommand: (
391
+ input: DescribeSnapshotsCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1DescribeTrustsCommand: (
395
+ input: DescribeTrustsCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1DisableClientAuthenticationCommand: (
399
+ input: DisableClientAuthenticationCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1DisableLDAPSCommand: (
403
+ input: DisableLDAPSCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1DisableRadiusCommand: (
407
+ input: DisableRadiusCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1DisableSsoCommand: (
411
+ input: DisableSsoCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1EnableClientAuthenticationCommand: (
415
+ input: EnableClientAuthenticationCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1EnableLDAPSCommand: (
419
+ input: EnableLDAPSCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1EnableRadiusCommand: (
423
+ input: EnableRadiusCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1EnableSsoCommand: (
427
+ input: EnableSsoCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1GetDirectoryLimitsCommand: (
431
+ input: GetDirectoryLimitsCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1GetSnapshotLimitsCommand: (
435
+ input: GetSnapshotLimitsCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1ListCertificatesCommand: (
439
+ input: ListCertificatesCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1ListIpRoutesCommand: (
443
+ input: ListIpRoutesCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1ListLogSubscriptionsCommand: (
447
+ input: ListLogSubscriptionsCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1ListSchemaExtensionsCommand: (
451
+ input: ListSchemaExtensionsCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
455
+ input: ListTagsForResourceCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1RegisterCertificateCommand: (
459
+ input: RegisterCertificateCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1RegisterEventTopicCommand: (
463
+ input: RegisterEventTopicCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1RejectSharedDirectoryCommand: (
467
+ input: RejectSharedDirectoryCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1RemoveIpRoutesCommand: (
471
+ input: RemoveIpRoutesCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1RemoveRegionCommand: (
475
+ input: RemoveRegionCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (
479
+ input: RemoveTagsFromResourceCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1ResetUserPasswordCommand: (
483
+ input: ResetUserPasswordCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_1RestoreFromSnapshotCommand: (
487
+ input: RestoreFromSnapshotCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_1ShareDirectoryCommand: (
491
+ input: ShareDirectoryCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1StartSchemaExtensionCommand: (
495
+ input: StartSchemaExtensionCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_1UnshareDirectoryCommand: (
499
+ input: UnshareDirectoryCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_1UpdateConditionalForwarderCommand: (
503
+ input: UpdateConditionalForwarderCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1UpdateNumberOfDomainControllersCommand: (
507
+ input: UpdateNumberOfDomainControllersCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_json1_1UpdateRadiusCommand: (
511
+ input: UpdateRadiusCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_json1_1UpdateSettingsCommand: (
515
+ input: UpdateSettingsCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_json1_1UpdateTrustCommand: (
519
+ input: UpdateTrustCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_json1_1VerifyTrustCommand: (
523
+ input: VerifyTrustCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const deserializeAws_json1_1AcceptSharedDirectoryCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<AcceptSharedDirectoryCommandOutput>;
530
+ export declare const deserializeAws_json1_1AddIpRoutesCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<AddIpRoutesCommandOutput>;
534
+ export declare const deserializeAws_json1_1AddRegionCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<AddRegionCommandOutput>;
538
+ export declare const deserializeAws_json1_1AddTagsToResourceCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<AddTagsToResourceCommandOutput>;
542
+ export declare const deserializeAws_json1_1CancelSchemaExtensionCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<CancelSchemaExtensionCommandOutput>;
546
+ export declare const deserializeAws_json1_1ConnectDirectoryCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<ConnectDirectoryCommandOutput>;
550
+ export declare const deserializeAws_json1_1CreateAliasCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<CreateAliasCommandOutput>;
554
+ export declare const deserializeAws_json1_1CreateComputerCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<CreateComputerCommandOutput>;
558
+ export declare const deserializeAws_json1_1CreateConditionalForwarderCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<CreateConditionalForwarderCommandOutput>;
562
+ export declare const deserializeAws_json1_1CreateDirectoryCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<CreateDirectoryCommandOutput>;
566
+ export declare const deserializeAws_json1_1CreateLogSubscriptionCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<CreateLogSubscriptionCommandOutput>;
570
+ export declare const deserializeAws_json1_1CreateMicrosoftADCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<CreateMicrosoftADCommandOutput>;
574
+ export declare const deserializeAws_json1_1CreateSnapshotCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<CreateSnapshotCommandOutput>;
578
+ export declare const deserializeAws_json1_1CreateTrustCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<CreateTrustCommandOutput>;
582
+ export declare const deserializeAws_json1_1DeleteConditionalForwarderCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DeleteConditionalForwarderCommandOutput>;
586
+ export declare const deserializeAws_json1_1DeleteDirectoryCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DeleteDirectoryCommandOutput>;
590
+ export declare const deserializeAws_json1_1DeleteLogSubscriptionCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DeleteLogSubscriptionCommandOutput>;
594
+ export declare const deserializeAws_json1_1DeleteSnapshotCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DeleteSnapshotCommandOutput>;
598
+ export declare const deserializeAws_json1_1DeleteTrustCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DeleteTrustCommandOutput>;
602
+ export declare const deserializeAws_json1_1DeregisterCertificateCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DeregisterCertificateCommandOutput>;
606
+ export declare const deserializeAws_json1_1DeregisterEventTopicCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DeregisterEventTopicCommandOutput>;
610
+ export declare const deserializeAws_json1_1DescribeCertificateCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DescribeCertificateCommandOutput>;
614
+ export declare const deserializeAws_json1_1DescribeClientAuthenticationSettingsCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DescribeClientAuthenticationSettingsCommandOutput>;
618
+ export declare const deserializeAws_json1_1DescribeConditionalForwardersCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DescribeConditionalForwardersCommandOutput>;
622
+ export declare const deserializeAws_json1_1DescribeDirectoriesCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DescribeDirectoriesCommandOutput>;
626
+ export declare const deserializeAws_json1_1DescribeDomainControllersCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DescribeDomainControllersCommandOutput>;
630
+ export declare const deserializeAws_json1_1DescribeEventTopicsCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DescribeEventTopicsCommandOutput>;
634
+ export declare const deserializeAws_json1_1DescribeLDAPSSettingsCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DescribeLDAPSSettingsCommandOutput>;
638
+ export declare const deserializeAws_json1_1DescribeRegionsCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DescribeRegionsCommandOutput>;
642
+ export declare const deserializeAws_json1_1DescribeSettingsCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DescribeSettingsCommandOutput>;
646
+ export declare const deserializeAws_json1_1DescribeSharedDirectoriesCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DescribeSharedDirectoriesCommandOutput>;
650
+ export declare const deserializeAws_json1_1DescribeSnapshotsCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DescribeSnapshotsCommandOutput>;
654
+ export declare const deserializeAws_json1_1DescribeTrustsCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DescribeTrustsCommandOutput>;
658
+ export declare const deserializeAws_json1_1DisableClientAuthenticationCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DisableClientAuthenticationCommandOutput>;
662
+ export declare const deserializeAws_json1_1DisableLDAPSCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<DisableLDAPSCommandOutput>;
666
+ export declare const deserializeAws_json1_1DisableRadiusCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DisableRadiusCommandOutput>;
670
+ export declare const deserializeAws_json1_1DisableSsoCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DisableSsoCommandOutput>;
674
+ export declare const deserializeAws_json1_1EnableClientAuthenticationCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<EnableClientAuthenticationCommandOutput>;
678
+ export declare const deserializeAws_json1_1EnableLDAPSCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<EnableLDAPSCommandOutput>;
682
+ export declare const deserializeAws_json1_1EnableRadiusCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<EnableRadiusCommandOutput>;
686
+ export declare const deserializeAws_json1_1EnableSsoCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<EnableSsoCommandOutput>;
690
+ export declare const deserializeAws_json1_1GetDirectoryLimitsCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<GetDirectoryLimitsCommandOutput>;
694
+ export declare const deserializeAws_json1_1GetSnapshotLimitsCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<GetSnapshotLimitsCommandOutput>;
698
+ export declare const deserializeAws_json1_1ListCertificatesCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<ListCertificatesCommandOutput>;
702
+ export declare const deserializeAws_json1_1ListIpRoutesCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<ListIpRoutesCommandOutput>;
706
+ export declare const deserializeAws_json1_1ListLogSubscriptionsCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ListLogSubscriptionsCommandOutput>;
710
+ export declare const deserializeAws_json1_1ListSchemaExtensionsCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<ListSchemaExtensionsCommandOutput>;
714
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListTagsForResourceCommandOutput>;
718
+ export declare const deserializeAws_json1_1RegisterCertificateCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<RegisterCertificateCommandOutput>;
722
+ export declare const deserializeAws_json1_1RegisterEventTopicCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<RegisterEventTopicCommandOutput>;
726
+ export declare const deserializeAws_json1_1RejectSharedDirectoryCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<RejectSharedDirectoryCommandOutput>;
730
+ export declare const deserializeAws_json1_1RemoveIpRoutesCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<RemoveIpRoutesCommandOutput>;
734
+ export declare const deserializeAws_json1_1RemoveRegionCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<RemoveRegionCommandOutput>;
738
+ export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<RemoveTagsFromResourceCommandOutput>;
742
+ export declare const deserializeAws_json1_1ResetUserPasswordCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<ResetUserPasswordCommandOutput>;
746
+ export declare const deserializeAws_json1_1RestoreFromSnapshotCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<RestoreFromSnapshotCommandOutput>;
750
+ export declare const deserializeAws_json1_1ShareDirectoryCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<ShareDirectoryCommandOutput>;
754
+ export declare const deserializeAws_json1_1StartSchemaExtensionCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<StartSchemaExtensionCommandOutput>;
758
+ export declare const deserializeAws_json1_1UnshareDirectoryCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<UnshareDirectoryCommandOutput>;
762
+ export declare const deserializeAws_json1_1UpdateConditionalForwarderCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<UpdateConditionalForwarderCommandOutput>;
766
+ export declare const deserializeAws_json1_1UpdateNumberOfDomainControllersCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<UpdateNumberOfDomainControllersCommandOutput>;
770
+ export declare const deserializeAws_json1_1UpdateRadiusCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<UpdateRadiusCommandOutput>;
774
+ export declare const deserializeAws_json1_1UpdateSettingsCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<UpdateSettingsCommandOutput>;
778
+ export declare const deserializeAws_json1_1UpdateTrustCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<UpdateTrustCommandOutput>;
782
+ export declare const deserializeAws_json1_1VerifyTrustCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<VerifyTrustCommandOutput>;