@aws-sdk/client-directory-service 3.1087.0 → 3.1089.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 (101) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DirectoryService.d.ts +267 -305
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +15 -55
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +7 -5
  10. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +5 -11
  11. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateHybridADCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +5 -11
  20. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteADAssessmentCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribeADAssessmentCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/DescribeCAEnrollmentPolicyCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/DescribeHybridADUpdateCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -10
  45. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +3 -8
  46. package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/DisableCAEnrollmentPolicyCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/EnableCAEnrollmentPolicyCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +7 -5
  59. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +5 -11
  61. package/dist-types/ts3.4/commands/ListADAssessmentsCommand.d.ts +4 -10
  62. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +5 -11
  74. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +5 -10
  75. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/StartADAssessmentCommand.d.ts +4 -10
  77. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +5 -10
  81. package/dist-types/ts3.4/commands/UpdateHybridADCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +3 -5
  84. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +4 -9
  85. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +3 -5
  86. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +3 -5
  87. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  88. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  89. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  90. package/dist-types/ts3.4/models/enums.d.ts +10 -20
  91. package/dist-types/ts3.4/models/errors.d.ts +38 -156
  92. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  93. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  98. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  99. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  100. package/dist-types/ts3.4/waiters/waitForHybridADUpdated.d.ts +3 -7
  101. package/package.json +38 -38
@@ -33,14 +33,12 @@ export declare const CertificateState: {
33
33
  readonly REGISTERING: "Registering";
34
34
  readonly REGISTER_FAILED: "RegisterFailed";
35
35
  };
36
- export type CertificateState =
37
- (typeof CertificateState)[keyof typeof CertificateState];
36
+ export type CertificateState = (typeof CertificateState)[keyof typeof CertificateState];
38
37
  export declare const CertificateType: {
39
38
  readonly CLIENT_CERT_AUTH: "ClientCertAuth";
40
39
  readonly CLIENT_LDAPS: "ClientLDAPS";
41
40
  };
42
- export type CertificateType =
43
- (typeof CertificateType)[keyof typeof CertificateType];
41
+ export type CertificateType = (typeof CertificateType)[keyof typeof CertificateType];
44
42
  export declare const ClientAuthenticationStatus: {
45
43
  readonly DISABLED: "Disabled";
46
44
  readonly ENABLED: "Enabled";
@@ -56,8 +54,7 @@ export type ClientAuthenticationType =
56
54
  export declare const ReplicationScope: {
57
55
  readonly Domain: "Domain";
58
56
  };
59
- export type ReplicationScope =
60
- (typeof ReplicationScope)[keyof typeof ReplicationScope];
57
+ export type ReplicationScope = (typeof ReplicationScope)[keyof typeof ReplicationScope];
61
58
  export declare const NetworkType: {
62
59
  readonly DUAL_STACK: "Dual-stack";
63
60
  readonly IPV4_ONLY: "IPv4";
@@ -74,8 +71,7 @@ export declare const DirectoryEdition: {
74
71
  readonly HYBRID: "Hybrid";
75
72
  readonly STANDARD: "Standard";
76
73
  };
77
- export type DirectoryEdition =
78
- (typeof DirectoryEdition)[keyof typeof DirectoryEdition];
74
+ export type DirectoryEdition = (typeof DirectoryEdition)[keyof typeof DirectoryEdition];
79
75
  export declare const SelectiveAuth: {
80
76
  readonly DISABLED: "Disabled";
81
77
  readonly ENABLED: "Enabled";
@@ -86,8 +82,7 @@ export declare const TrustDirection: {
86
82
  readonly ONE_WAY_OUTGOING: "One-Way: Outgoing";
87
83
  readonly TWO_WAY: "Two-Way";
88
84
  };
89
- export type TrustDirection =
90
- (typeof TrustDirection)[keyof typeof TrustDirection];
85
+ export type TrustDirection = (typeof TrustDirection)[keyof typeof TrustDirection];
91
86
  export declare const TrustType: {
92
87
  readonly EXTERNAL: "External";
93
88
  readonly FOREST: "Forest";
@@ -100,8 +95,7 @@ export declare const DataAccessStatus: {
100
95
  readonly ENABLING: "Enabling";
101
96
  readonly FAILED: "Failed";
102
97
  };
103
- export type DataAccessStatus =
104
- (typeof DataAccessStatus)[keyof typeof DataAccessStatus];
98
+ export type DataAccessStatus = (typeof DataAccessStatus)[keyof typeof DataAccessStatus];
105
99
  export declare const OSVersion: {
106
100
  readonly VERSION_2012: "SERVER_2012";
107
101
  readonly VERSION_2019: "SERVER_2019";
@@ -135,8 +129,7 @@ export declare const DirectoryStage: {
135
129
  readonly RESTORING: "Restoring";
136
130
  readonly UPDATING: "Updating";
137
131
  };
138
- export type DirectoryStage =
139
- (typeof DirectoryStage)[keyof typeof DirectoryStage];
132
+ export type DirectoryStage = (typeof DirectoryStage)[keyof typeof DirectoryStage];
140
133
  export declare const DirectoryType: {
141
134
  readonly AD_CONNECTOR: "ADConnector";
142
135
  readonly MICROSOFT_AD: "MicrosoftAD";
@@ -167,8 +160,7 @@ export declare const HybridUpdateType: {
167
160
  readonly HYBRID_ADMINISTRATOR_ACCOUNT: "HybridAdministratorAccount";
168
161
  readonly SELF_MANAGED_INSTANCES: "SelfManagedInstances";
169
162
  };
170
- export type HybridUpdateType =
171
- (typeof HybridUpdateType)[keyof typeof HybridUpdateType];
163
+ export type HybridUpdateType = (typeof HybridUpdateType)[keyof typeof HybridUpdateType];
172
164
  export declare const UpdateStatus: {
173
165
  readonly UPDATED: "Updated";
174
166
  readonly UPDATE_FAILED: "UpdateFailed";
@@ -205,8 +197,7 @@ export declare const SnapshotStatus: {
205
197
  readonly CREATING: "Creating";
206
198
  readonly FAILED: "Failed";
207
199
  };
208
- export type SnapshotStatus =
209
- (typeof SnapshotStatus)[keyof typeof SnapshotStatus];
200
+ export type SnapshotStatus = (typeof SnapshotStatus)[keyof typeof SnapshotStatus];
210
201
  export declare const SnapshotType: {
211
202
  readonly AUTO: "Auto";
212
203
  readonly MANUAL: "Manual";
@@ -240,8 +231,7 @@ export declare const IpRouteStatusMsg: {
240
231
  readonly REMOVE_FAILED: "RemoveFailed";
241
232
  readonly REMOVING: "Removing";
242
233
  };
243
- export type IpRouteStatusMsg =
244
- (typeof IpRouteStatusMsg)[keyof typeof IpRouteStatusMsg];
234
+ export type IpRouteStatusMsg = (typeof IpRouteStatusMsg)[keyof typeof IpRouteStatusMsg];
245
235
  export declare const SchemaExtensionStatus: {
246
236
  readonly CANCELLED: "Cancelled";
247
237
  readonly CANCEL_IN_PROGRESS: "CancelInProgress";
@@ -12,30 +12,21 @@ export declare class DirectoryAlreadySharedException extends __BaseException {
12
12
  readonly $fault: "client";
13
13
  Message?: string | undefined;
14
14
  RequestId?: string | undefined;
15
- constructor(
16
- opts: __ExceptionOptionType<
17
- DirectoryAlreadySharedException,
18
- __BaseException
19
- >
20
- );
15
+ constructor(opts: __ExceptionOptionType<DirectoryAlreadySharedException, __BaseException>);
21
16
  }
22
17
  export declare class EntityDoesNotExistException extends __BaseException {
23
18
  readonly name: "EntityDoesNotExistException";
24
19
  readonly $fault: "client";
25
20
  Message?: string | undefined;
26
21
  RequestId?: string | undefined;
27
- constructor(
28
- opts: __ExceptionOptionType<EntityDoesNotExistException, __BaseException>
29
- );
22
+ constructor(opts: __ExceptionOptionType<EntityDoesNotExistException, __BaseException>);
30
23
  }
31
24
  export declare class InvalidParameterException extends __BaseException {
32
25
  readonly name: "InvalidParameterException";
33
26
  readonly $fault: "client";
34
27
  Message?: string | undefined;
35
28
  RequestId?: string | undefined;
36
- constructor(
37
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
38
- );
29
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
39
30
  }
40
31
  export declare class ServiceException extends __BaseException {
41
32
  readonly name: "ServiceException";
@@ -49,352 +40,243 @@ export declare class AccessDeniedException extends __BaseException {
49
40
  readonly $fault: "client";
50
41
  Message?: string | undefined;
51
42
  RequestId?: string | undefined;
52
- constructor(
53
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
54
- );
43
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
55
44
  }
56
45
  export declare class ADAssessmentLimitExceededException extends __BaseException {
57
46
  readonly name: "ADAssessmentLimitExceededException";
58
47
  readonly $fault: "client";
59
48
  Message?: string | undefined;
60
49
  RequestId?: string | undefined;
61
- constructor(
62
- opts: __ExceptionOptionType<
63
- ADAssessmentLimitExceededException,
64
- __BaseException
65
- >
66
- );
50
+ constructor(opts: __ExceptionOptionType<ADAssessmentLimitExceededException, __BaseException>);
67
51
  }
68
52
  export declare class DirectoryUnavailableException extends __BaseException {
69
53
  readonly name: "DirectoryUnavailableException";
70
54
  readonly $fault: "client";
71
55
  Message?: string | undefined;
72
56
  RequestId?: string | undefined;
73
- constructor(
74
- opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>
75
- );
57
+ constructor(opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>);
76
58
  }
77
59
  export declare class EntityAlreadyExistsException extends __BaseException {
78
60
  readonly name: "EntityAlreadyExistsException";
79
61
  readonly $fault: "client";
80
62
  Message?: string | undefined;
81
63
  RequestId?: string | undefined;
82
- constructor(
83
- opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
84
- );
64
+ constructor(opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>);
85
65
  }
86
66
  export declare class IpRouteLimitExceededException extends __BaseException {
87
67
  readonly name: "IpRouteLimitExceededException";
88
68
  readonly $fault: "client";
89
69
  Message?: string | undefined;
90
70
  RequestId?: string | undefined;
91
- constructor(
92
- opts: __ExceptionOptionType<IpRouteLimitExceededException, __BaseException>
93
- );
71
+ constructor(opts: __ExceptionOptionType<IpRouteLimitExceededException, __BaseException>);
94
72
  }
95
73
  export declare class DirectoryAlreadyInRegionException extends __BaseException {
96
74
  readonly name: "DirectoryAlreadyInRegionException";
97
75
  readonly $fault: "client";
98
76
  Message?: string | undefined;
99
77
  RequestId?: string | undefined;
100
- constructor(
101
- opts: __ExceptionOptionType<
102
- DirectoryAlreadyInRegionException,
103
- __BaseException
104
- >
105
- );
78
+ constructor(opts: __ExceptionOptionType<DirectoryAlreadyInRegionException, __BaseException>);
106
79
  }
107
80
  export declare class DirectoryDoesNotExistException extends __BaseException {
108
81
  readonly name: "DirectoryDoesNotExistException";
109
82
  readonly $fault: "client";
110
83
  Message?: string | undefined;
111
84
  RequestId?: string | undefined;
112
- constructor(
113
- opts: __ExceptionOptionType<DirectoryDoesNotExistException, __BaseException>
114
- );
85
+ constructor(opts: __ExceptionOptionType<DirectoryDoesNotExistException, __BaseException>);
115
86
  }
116
87
  export declare class RegionLimitExceededException extends __BaseException {
117
88
  readonly name: "RegionLimitExceededException";
118
89
  readonly $fault: "client";
119
90
  Message?: string | undefined;
120
91
  RequestId?: string | undefined;
121
- constructor(
122
- opts: __ExceptionOptionType<RegionLimitExceededException, __BaseException>
123
- );
92
+ constructor(opts: __ExceptionOptionType<RegionLimitExceededException, __BaseException>);
124
93
  }
125
94
  export declare class UnsupportedOperationException extends __BaseException {
126
95
  readonly name: "UnsupportedOperationException";
127
96
  readonly $fault: "client";
128
97
  Message?: string | undefined;
129
98
  RequestId?: string | undefined;
130
- constructor(
131
- opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
132
- );
99
+ constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
133
100
  }
134
101
  export declare class TagLimitExceededException extends __BaseException {
135
102
  readonly name: "TagLimitExceededException";
136
103
  readonly $fault: "client";
137
104
  Message?: string | undefined;
138
105
  RequestId?: string | undefined;
139
- constructor(
140
- opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>
141
- );
106
+ constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
142
107
  }
143
108
  export declare class AuthenticationFailedException extends __BaseException {
144
109
  readonly name: "AuthenticationFailedException";
145
110
  readonly $fault: "client";
146
111
  Message?: string | undefined;
147
112
  RequestId?: string | undefined;
148
- constructor(
149
- opts: __ExceptionOptionType<AuthenticationFailedException, __BaseException>
150
- );
113
+ constructor(opts: __ExceptionOptionType<AuthenticationFailedException, __BaseException>);
151
114
  }
152
115
  export declare class CertificateAlreadyExistsException extends __BaseException {
153
116
  readonly name: "CertificateAlreadyExistsException";
154
117
  readonly $fault: "client";
155
118
  Message?: string | undefined;
156
119
  RequestId?: string | undefined;
157
- constructor(
158
- opts: __ExceptionOptionType<
159
- CertificateAlreadyExistsException,
160
- __BaseException
161
- >
162
- );
120
+ constructor(opts: __ExceptionOptionType<CertificateAlreadyExistsException, __BaseException>);
163
121
  }
164
122
  export declare class CertificateDoesNotExistException extends __BaseException {
165
123
  readonly name: "CertificateDoesNotExistException";
166
124
  readonly $fault: "client";
167
125
  Message?: string | undefined;
168
126
  RequestId?: string | undefined;
169
- constructor(
170
- opts: __ExceptionOptionType<
171
- CertificateDoesNotExistException,
172
- __BaseException
173
- >
174
- );
127
+ constructor(opts: __ExceptionOptionType<CertificateDoesNotExistException, __BaseException>);
175
128
  }
176
129
  export declare class CertificateInUseException extends __BaseException {
177
130
  readonly name: "CertificateInUseException";
178
131
  readonly $fault: "client";
179
132
  Message?: string | undefined;
180
133
  RequestId?: string | undefined;
181
- constructor(
182
- opts: __ExceptionOptionType<CertificateInUseException, __BaseException>
183
- );
134
+ constructor(opts: __ExceptionOptionType<CertificateInUseException, __BaseException>);
184
135
  }
185
136
  export declare class CertificateLimitExceededException extends __BaseException {
186
137
  readonly name: "CertificateLimitExceededException";
187
138
  readonly $fault: "client";
188
139
  Message?: string | undefined;
189
140
  RequestId?: string | undefined;
190
- constructor(
191
- opts: __ExceptionOptionType<
192
- CertificateLimitExceededException,
193
- __BaseException
194
- >
195
- );
141
+ constructor(opts: __ExceptionOptionType<CertificateLimitExceededException, __BaseException>);
196
142
  }
197
143
  export declare class DirectoryLimitExceededException extends __BaseException {
198
144
  readonly name: "DirectoryLimitExceededException";
199
145
  readonly $fault: "client";
200
146
  Message?: string | undefined;
201
147
  RequestId?: string | undefined;
202
- constructor(
203
- opts: __ExceptionOptionType<
204
- DirectoryLimitExceededException,
205
- __BaseException
206
- >
207
- );
148
+ constructor(opts: __ExceptionOptionType<DirectoryLimitExceededException, __BaseException>);
208
149
  }
209
150
  export declare class InsufficientPermissionsException extends __BaseException {
210
151
  readonly name: "InsufficientPermissionsException";
211
152
  readonly $fault: "client";
212
153
  Message?: string | undefined;
213
154
  RequestId?: string | undefined;
214
- constructor(
215
- opts: __ExceptionOptionType<
216
- InsufficientPermissionsException,
217
- __BaseException
218
- >
219
- );
155
+ constructor(opts: __ExceptionOptionType<InsufficientPermissionsException, __BaseException>);
220
156
  }
221
157
  export declare class SnapshotLimitExceededException extends __BaseException {
222
158
  readonly name: "SnapshotLimitExceededException";
223
159
  readonly $fault: "client";
224
160
  Message?: string | undefined;
225
161
  RequestId?: string | undefined;
226
- constructor(
227
- opts: __ExceptionOptionType<SnapshotLimitExceededException, __BaseException>
228
- );
162
+ constructor(opts: __ExceptionOptionType<SnapshotLimitExceededException, __BaseException>);
229
163
  }
230
164
  export declare class InvalidNextTokenException extends __BaseException {
231
165
  readonly name: "InvalidNextTokenException";
232
166
  readonly $fault: "client";
233
167
  Message?: string | undefined;
234
168
  RequestId?: string | undefined;
235
- constructor(
236
- opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
237
- );
169
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
238
170
  }
239
171
  export declare class DirectoryInDesiredStateException extends __BaseException {
240
172
  readonly name: "DirectoryInDesiredStateException";
241
173
  readonly $fault: "client";
242
174
  Message?: string | undefined;
243
175
  RequestId?: string | undefined;
244
- constructor(
245
- opts: __ExceptionOptionType<
246
- DirectoryInDesiredStateException,
247
- __BaseException
248
- >
249
- );
176
+ constructor(opts: __ExceptionOptionType<DirectoryInDesiredStateException, __BaseException>);
250
177
  }
251
178
  export declare class DirectoryNotSharedException extends __BaseException {
252
179
  readonly name: "DirectoryNotSharedException";
253
180
  readonly $fault: "client";
254
181
  Message?: string | undefined;
255
182
  RequestId?: string | undefined;
256
- constructor(
257
- opts: __ExceptionOptionType<DirectoryNotSharedException, __BaseException>
258
- );
183
+ constructor(opts: __ExceptionOptionType<DirectoryNotSharedException, __BaseException>);
259
184
  }
260
185
  export declare class DisableAlreadyInProgressException extends __BaseException {
261
186
  readonly name: "DisableAlreadyInProgressException";
262
187
  readonly $fault: "client";
263
188
  Message?: string | undefined;
264
189
  RequestId?: string | undefined;
265
- constructor(
266
- opts: __ExceptionOptionType<
267
- DisableAlreadyInProgressException,
268
- __BaseException
269
- >
270
- );
190
+ constructor(opts: __ExceptionOptionType<DisableAlreadyInProgressException, __BaseException>);
271
191
  }
272
192
  export declare class InvalidClientAuthStatusException extends __BaseException {
273
193
  readonly name: "InvalidClientAuthStatusException";
274
194
  readonly $fault: "client";
275
195
  Message?: string | undefined;
276
196
  RequestId?: string | undefined;
277
- constructor(
278
- opts: __ExceptionOptionType<
279
- InvalidClientAuthStatusException,
280
- __BaseException
281
- >
282
- );
197
+ constructor(opts: __ExceptionOptionType<InvalidClientAuthStatusException, __BaseException>);
283
198
  }
284
199
  export declare class InvalidLDAPSStatusException extends __BaseException {
285
200
  readonly name: "InvalidLDAPSStatusException";
286
201
  readonly $fault: "client";
287
202
  Message?: string | undefined;
288
203
  RequestId?: string | undefined;
289
- constructor(
290
- opts: __ExceptionOptionType<InvalidLDAPSStatusException, __BaseException>
291
- );
204
+ constructor(opts: __ExceptionOptionType<InvalidLDAPSStatusException, __BaseException>);
292
205
  }
293
206
  export declare class EnableAlreadyInProgressException extends __BaseException {
294
207
  readonly name: "EnableAlreadyInProgressException";
295
208
  readonly $fault: "client";
296
209
  Message?: string | undefined;
297
210
  RequestId?: string | undefined;
298
- constructor(
299
- opts: __ExceptionOptionType<
300
- EnableAlreadyInProgressException,
301
- __BaseException
302
- >
303
- );
211
+ constructor(opts: __ExceptionOptionType<EnableAlreadyInProgressException, __BaseException>);
304
212
  }
305
213
  export declare class NoAvailableCertificateException extends __BaseException {
306
214
  readonly name: "NoAvailableCertificateException";
307
215
  readonly $fault: "client";
308
216
  Message?: string | undefined;
309
217
  RequestId?: string | undefined;
310
- constructor(
311
- opts: __ExceptionOptionType<
312
- NoAvailableCertificateException,
313
- __BaseException
314
- >
315
- );
218
+ constructor(opts: __ExceptionOptionType<NoAvailableCertificateException, __BaseException>);
316
219
  }
317
220
  export declare class InvalidCertificateException extends __BaseException {
318
221
  readonly name: "InvalidCertificateException";
319
222
  readonly $fault: "client";
320
223
  Message?: string | undefined;
321
224
  RequestId?: string | undefined;
322
- constructor(
323
- opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>
324
- );
225
+ constructor(opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>);
325
226
  }
326
227
  export declare class InvalidPasswordException extends __BaseException {
327
228
  readonly name: "InvalidPasswordException";
328
229
  readonly $fault: "client";
329
230
  Message?: string | undefined;
330
231
  RequestId?: string | undefined;
331
- constructor(
332
- opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
333
- );
232
+ constructor(opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>);
334
233
  }
335
234
  export declare class UserDoesNotExistException extends __BaseException {
336
235
  readonly name: "UserDoesNotExistException";
337
236
  readonly $fault: "client";
338
237
  Message?: string | undefined;
339
238
  RequestId?: string | undefined;
340
- constructor(
341
- opts: __ExceptionOptionType<UserDoesNotExistException, __BaseException>
342
- );
239
+ constructor(opts: __ExceptionOptionType<UserDoesNotExistException, __BaseException>);
343
240
  }
344
241
  export declare class InvalidTargetException extends __BaseException {
345
242
  readonly name: "InvalidTargetException";
346
243
  readonly $fault: "client";
347
244
  Message?: string | undefined;
348
245
  RequestId?: string | undefined;
349
- constructor(
350
- opts: __ExceptionOptionType<InvalidTargetException, __BaseException>
351
- );
246
+ constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
352
247
  }
353
248
  export declare class OrganizationsException extends __BaseException {
354
249
  readonly name: "OrganizationsException";
355
250
  readonly $fault: "client";
356
251
  Message?: string | undefined;
357
252
  RequestId?: string | undefined;
358
- constructor(
359
- opts: __ExceptionOptionType<OrganizationsException, __BaseException>
360
- );
253
+ constructor(opts: __ExceptionOptionType<OrganizationsException, __BaseException>);
361
254
  }
362
255
  export declare class ShareLimitExceededException extends __BaseException {
363
256
  readonly name: "ShareLimitExceededException";
364
257
  readonly $fault: "client";
365
258
  Message?: string | undefined;
366
259
  RequestId?: string | undefined;
367
- constructor(
368
- opts: __ExceptionOptionType<ShareLimitExceededException, __BaseException>
369
- );
260
+ constructor(opts: __ExceptionOptionType<ShareLimitExceededException, __BaseException>);
370
261
  }
371
262
  export declare class DomainControllerLimitExceededException extends __BaseException {
372
263
  readonly name: "DomainControllerLimitExceededException";
373
264
  readonly $fault: "client";
374
265
  Message?: string | undefined;
375
266
  RequestId?: string | undefined;
376
- constructor(
377
- opts: __ExceptionOptionType<
378
- DomainControllerLimitExceededException,
379
- __BaseException
380
- >
381
- );
267
+ constructor(opts: __ExceptionOptionType<DomainControllerLimitExceededException, __BaseException>);
382
268
  }
383
269
  export declare class IncompatibleSettingsException extends __BaseException {
384
270
  readonly name: "IncompatibleSettingsException";
385
271
  readonly $fault: "client";
386
272
  Message?: string | undefined;
387
273
  RequestId?: string | undefined;
388
- constructor(
389
- opts: __ExceptionOptionType<IncompatibleSettingsException, __BaseException>
390
- );
274
+ constructor(opts: __ExceptionOptionType<IncompatibleSettingsException, __BaseException>);
391
275
  }
392
276
  export declare class UnsupportedSettingsException extends __BaseException {
393
277
  readonly name: "UnsupportedSettingsException";
394
278
  readonly $fault: "client";
395
279
  Message?: string | undefined;
396
280
  RequestId?: string | undefined;
397
- constructor(
398
- opts: __ExceptionOptionType<UnsupportedSettingsException, __BaseException>
399
- );
281
+ constructor(opts: __ExceptionOptionType<UnsupportedSettingsException, __BaseException>);
400
282
  }
@@ -353,9 +353,7 @@ export interface DescribeClientAuthenticationSettingsRequest {
353
353
  Limit?: number | undefined;
354
354
  }
355
355
  export interface DescribeClientAuthenticationSettingsResult {
356
- ClientAuthenticationSettingsInfo?:
357
- | ClientAuthenticationSettingInfo[]
358
- | undefined;
356
+ ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[] | undefined;
359
357
  NextToken?: string | undefined;
360
358
  }
361
359
  export interface DescribeConditionalForwardersRequest {
@@ -566,9 +564,7 @@ export interface SettingEntry {
566
564
  AppliedValue?: string | undefined;
567
565
  RequestedValue?: string | undefined;
568
566
  RequestStatus?: DirectoryConfigurationStatus | undefined;
569
- RequestDetailedStatus?:
570
- | Record<string, DirectoryConfigurationStatus>
571
- | undefined;
567
+ RequestDetailedStatus?: Record<string, DirectoryConfigurationStatus> | undefined;
572
568
  RequestStatusMessage?: string | undefined;
573
569
  LastUpdatedDateTime?: Date | undefined;
574
570
  LastRequestedDateTime?: Date | undefined;
@@ -934,9 +930,7 @@ export interface HybridCustomerInstancesSettings {
934
930
  }
935
931
  export interface UpdateHybridADRequest {
936
932
  DirectoryId: string | undefined;
937
- HybridAdministratorAccountUpdate?:
938
- | HybridAdministratorAccountUpdate
939
- | undefined;
933
+ HybridAdministratorAccountUpdate?: HybridAdministratorAccountUpdate | undefined;
940
934
  SelfManagedInstancesSettings?: HybridCustomerInstancesSettings | undefined;
941
935
  }
942
936
  export interface UpdateHybridADResult {
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { DirectoryServiceClient } from "../DirectoryServiceClient";
3
- export interface DirectoryServicePaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface DirectoryServicePaginationConfiguration extends PaginationConfiguration {
5
4
  client: DirectoryServiceClient;
6
5
  }
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { DirectoryServiceClientConfig } from "./DirectoryServiceClient";
3
- export declare const getRuntimeConfig: (
4
- config: DirectoryServiceClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
10
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider:
12
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- _: unknown
15
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
12
  defaultUserAgentProvider: (
17
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
18
14
  ) => Promise<import("@smithy/types").UserAgent>;
19
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
16
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
18
  retryMode: string | import("@smithy/types").Provider<string>;
25
19
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
21
  ) => Promise<Uint8Array>;
32
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
55
45
  logger: import("@smithy/types").Logger;
56
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
50
  endpoint?:
66
51
  | ((
67
52
  | string
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
83
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
69
  context?: {
85
70
  logger?: import("@smithy/types").Logger;
86
- }
71
+ },
87
72
  ) => import("@smithy/types").EndpointV2;
88
73
  tls?: boolean;
89
74
  serviceConfiguredEndpoint?: never;
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
96
81
  signer?:
97
82
  | import("@smithy/types").RequestSigner
98
83
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
100
85
  ) => Promise<import("@smithy/types").RequestSigner>);
101
86
  signingEscapePath?: boolean;
102
87
  systemClockOffset?: number;
103
88
  signingRegion?: string;
104
89
  signerConstructor?: new (
105
90
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
92
  ) => import("@smithy/types").RequestSigner;
108
93
  };