@aws-sdk/client-directory-service-data 3.654.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 (179) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +391 -0
  3. package/dist-cjs/DirectoryServiceData.js +45 -0
  4. package/dist-cjs/DirectoryServiceDataClient.js +50 -0
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  6. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  7. package/dist-cjs/commands/AddGroupMemberCommand.js +26 -0
  8. package/dist-cjs/commands/CreateGroupCommand.js +27 -0
  9. package/dist-cjs/commands/CreateUserCommand.js +27 -0
  10. package/dist-cjs/commands/DeleteGroupCommand.js +26 -0
  11. package/dist-cjs/commands/DeleteUserCommand.js +26 -0
  12. package/dist-cjs/commands/DescribeGroupCommand.js +27 -0
  13. package/dist-cjs/commands/DescribeUserCommand.js +27 -0
  14. package/dist-cjs/commands/DisableUserCommand.js +26 -0
  15. package/dist-cjs/commands/ListGroupMembersCommand.js +27 -0
  16. package/dist-cjs/commands/ListGroupsCommand.js +27 -0
  17. package/dist-cjs/commands/ListGroupsForMemberCommand.js +27 -0
  18. package/dist-cjs/commands/ListUsersCommand.js +27 -0
  19. package/dist-cjs/commands/RemoveGroupMemberCommand.js +26 -0
  20. package/dist-cjs/commands/SearchGroupsCommand.js +27 -0
  21. package/dist-cjs/commands/SearchUsersCommand.js +27 -0
  22. package/dist-cjs/commands/UpdateGroupCommand.js +27 -0
  23. package/dist-cjs/commands/UpdateUserCommand.js +27 -0
  24. package/dist-cjs/commands/index.js +20 -0
  25. package/dist-cjs/endpoint/EndpointParameters.js +18 -0
  26. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  27. package/dist-cjs/endpoint/ruleset.js +7 -0
  28. package/dist-cjs/extensionConfiguration.js +2 -0
  29. package/dist-cjs/index.js +11 -0
  30. package/dist-cjs/models/DirectoryServiceDataServiceException.js +12 -0
  31. package/dist-cjs/models/index.js +4 -0
  32. package/dist-cjs/models/models_0.js +333 -0
  33. package/dist-cjs/pagination/Interfaces.js +2 -0
  34. package/dist-cjs/pagination/ListGroupMembersPaginator.js +7 -0
  35. package/dist-cjs/pagination/ListGroupsForMemberPaginator.js +7 -0
  36. package/dist-cjs/pagination/ListGroupsPaginator.js +7 -0
  37. package/dist-cjs/pagination/ListUsersPaginator.js +7 -0
  38. package/dist-cjs/pagination/SearchGroupsPaginator.js +7 -0
  39. package/dist-cjs/pagination/SearchUsersPaginator.js +7 -0
  40. package/dist-cjs/pagination/index.js +10 -0
  41. package/dist-cjs/protocols/Aws_restJson1.js +768 -0
  42. package/dist-cjs/runtimeConfig.browser.js +39 -0
  43. package/dist-cjs/runtimeConfig.js +49 -0
  44. package/dist-cjs/runtimeConfig.native.js +15 -0
  45. package/dist-cjs/runtimeConfig.shared.js +34 -0
  46. package/dist-cjs/runtimeExtensions.js +25 -0
  47. package/dist-es/DirectoryServiceData.js +41 -0
  48. package/dist-es/DirectoryServiceDataClient.js +46 -0
  49. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  50. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  51. package/dist-es/commands/AddGroupMemberCommand.js +22 -0
  52. package/dist-es/commands/CreateGroupCommand.js +23 -0
  53. package/dist-es/commands/CreateUserCommand.js +23 -0
  54. package/dist-es/commands/DeleteGroupCommand.js +22 -0
  55. package/dist-es/commands/DeleteUserCommand.js +22 -0
  56. package/dist-es/commands/DescribeGroupCommand.js +23 -0
  57. package/dist-es/commands/DescribeUserCommand.js +23 -0
  58. package/dist-es/commands/DisableUserCommand.js +22 -0
  59. package/dist-es/commands/ListGroupMembersCommand.js +23 -0
  60. package/dist-es/commands/ListGroupsCommand.js +23 -0
  61. package/dist-es/commands/ListGroupsForMemberCommand.js +23 -0
  62. package/dist-es/commands/ListUsersCommand.js +23 -0
  63. package/dist-es/commands/RemoveGroupMemberCommand.js +22 -0
  64. package/dist-es/commands/SearchGroupsCommand.js +23 -0
  65. package/dist-es/commands/SearchUsersCommand.js +23 -0
  66. package/dist-es/commands/UpdateGroupCommand.js +23 -0
  67. package/dist-es/commands/UpdateUserCommand.js +23 -0
  68. package/dist-es/commands/index.js +17 -0
  69. package/dist-es/endpoint/EndpointParameters.js +14 -0
  70. package/dist-es/endpoint/endpointResolver.js +14 -0
  71. package/dist-es/endpoint/ruleset.js +4 -0
  72. package/dist-es/extensionConfiguration.js +1 -0
  73. package/dist-es/index.js +6 -0
  74. package/dist-es/models/DirectoryServiceDataServiceException.js +8 -0
  75. package/dist-es/models/index.js +1 -0
  76. package/dist-es/models/models_0.js +301 -0
  77. package/dist-es/pagination/Interfaces.js +1 -0
  78. package/dist-es/pagination/ListGroupMembersPaginator.js +4 -0
  79. package/dist-es/pagination/ListGroupsForMemberPaginator.js +4 -0
  80. package/dist-es/pagination/ListGroupsPaginator.js +4 -0
  81. package/dist-es/pagination/ListUsersPaginator.js +4 -0
  82. package/dist-es/pagination/SearchGroupsPaginator.js +4 -0
  83. package/dist-es/pagination/SearchUsersPaginator.js +4 -0
  84. package/dist-es/pagination/index.js +7 -0
  85. package/dist-es/protocols/Aws_restJson1.js +731 -0
  86. package/dist-es/runtimeConfig.browser.js +34 -0
  87. package/dist-es/runtimeConfig.js +44 -0
  88. package/dist-es/runtimeConfig.native.js +11 -0
  89. package/dist-es/runtimeConfig.shared.js +30 -0
  90. package/dist-es/runtimeExtensions.js +21 -0
  91. package/dist-types/DirectoryServiceData.d.ts +179 -0
  92. package/dist-types/DirectoryServiceDataClient.d.ts +236 -0
  93. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  94. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  95. package/dist-types/commands/AddGroupMemberCommand.d.ts +107 -0
  96. package/dist-types/commands/CreateGroupCommand.d.ts +118 -0
  97. package/dist-types/commands/CreateUserCommand.d.ts +119 -0
  98. package/dist-types/commands/DeleteGroupCommand.d.ts +105 -0
  99. package/dist-types/commands/DeleteUserCommand.d.ts +105 -0
  100. package/dist-types/commands/DescribeGroupCommand.d.ts +117 -0
  101. package/dist-types/commands/DescribeUserCommand.d.ts +120 -0
  102. package/dist-types/commands/DisableUserCommand.d.ts +107 -0
  103. package/dist-types/commands/ListGroupMembersCommand.d.ts +117 -0
  104. package/dist-types/commands/ListGroupsCommand.d.ts +112 -0
  105. package/dist-types/commands/ListGroupsForMemberCommand.d.ts +118 -0
  106. package/dist-types/commands/ListUsersCommand.d.ts +113 -0
  107. package/dist-types/commands/RemoveGroupMemberCommand.d.ts +107 -0
  108. package/dist-types/commands/SearchGroupsCommand.d.ts +129 -0
  109. package/dist-types/commands/SearchUsersCommand.d.ts +132 -0
  110. package/dist-types/commands/UpdateGroupCommand.d.ts +118 -0
  111. package/dist-types/commands/UpdateUserCommand.d.ts +119 -0
  112. package/dist-types/commands/index.d.ts +17 -0
  113. package/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  114. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  115. package/dist-types/endpoint/ruleset.d.ts +2 -0
  116. package/dist-types/extensionConfiguration.d.ts +9 -0
  117. package/dist-types/index.d.ts +64 -0
  118. package/dist-types/models/DirectoryServiceDataServiceException.d.ts +14 -0
  119. package/dist-types/models/index.d.ts +1 -0
  120. package/dist-types/models/models_0.d.ts +1639 -0
  121. package/dist-types/pagination/Interfaces.d.ts +8 -0
  122. package/dist-types/pagination/ListGroupMembersPaginator.d.ts +7 -0
  123. package/dist-types/pagination/ListGroupsForMemberPaginator.d.ts +7 -0
  124. package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
  125. package/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
  126. package/dist-types/pagination/SearchGroupsPaginator.d.ts +7 -0
  127. package/dist-types/pagination/SearchUsersPaginator.d.ts +7 -0
  128. package/dist-types/pagination/index.d.ts +7 -0
  129. package/dist-types/protocols/Aws_restJson1.d.ts +155 -0
  130. package/dist-types/runtimeConfig.browser.d.ts +47 -0
  131. package/dist-types/runtimeConfig.d.ts +47 -0
  132. package/dist-types/runtimeConfig.native.d.ts +46 -0
  133. package/dist-types/runtimeConfig.shared.d.ts +21 -0
  134. package/dist-types/runtimeExtensions.d.ts +17 -0
  135. package/dist-types/ts3.4/DirectoryServiceData.d.ts +296 -0
  136. package/dist-types/ts3.4/DirectoryServiceDataClient.d.ts +223 -0
  137. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  138. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  139. package/dist-types/ts3.4/commands/AddGroupMemberCommand.d.ts +50 -0
  140. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +47 -0
  141. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +47 -0
  142. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +47 -0
  143. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +47 -0
  144. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +47 -0
  145. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +47 -0
  146. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +47 -0
  147. package/dist-types/ts3.4/commands/ListGroupMembersCommand.d.ts +50 -0
  148. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +47 -0
  149. package/dist-types/ts3.4/commands/ListGroupsForMemberCommand.d.ts +51 -0
  150. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +47 -0
  151. package/dist-types/ts3.4/commands/RemoveGroupMemberCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +47 -0
  153. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +47 -0
  154. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +47 -0
  155. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +47 -0
  156. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  157. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  158. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  159. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  160. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  161. package/dist-types/ts3.4/index.d.ts +9 -0
  162. package/dist-types/ts3.4/models/DirectoryServiceDataServiceException.d.ts +9 -0
  163. package/dist-types/ts3.4/models/index.d.ts +1 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +471 -0
  165. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  166. package/dist-types/ts3.4/pagination/ListGroupMembersPaginator.d.ts +11 -0
  167. package/dist-types/ts3.4/pagination/ListGroupsForMemberPaginator.d.ts +11 -0
  168. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
  169. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
  170. package/dist-types/ts3.4/pagination/SearchGroupsPaginator.d.ts +11 -0
  171. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -0
  172. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  173. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +209 -0
  174. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +89 -0
  175. package/dist-types/ts3.4/runtimeConfig.d.ts +93 -0
  176. package/dist-types/ts3.4/runtimeConfig.native.d.ts +83 -0
  177. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
  178. package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
  179. package/package.json +103 -0
@@ -0,0 +1,1639 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { DirectoryServiceDataServiceException as __BaseException } from "./DirectoryServiceDataServiceException";
3
+ /**
4
+ * @public
5
+ * @enum
6
+ */
7
+ export declare const AccessDeniedReason: {
8
+ readonly DATA_DISABLED: "DATA_DISABLED";
9
+ readonly DIRECTORY_AUTH: "DIRECTORY_AUTH";
10
+ readonly IAM_AUTH: "IAM_AUTH";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type AccessDeniedReason = (typeof AccessDeniedReason)[keyof typeof AccessDeniedReason];
16
+ /**
17
+ * <p> You don't have permission to perform the request or access the directory. It can also
18
+ * occur when the <code>DirectoryId</code> doesn't exist or the user, member, or group might be
19
+ * outside of your organizational unit (OU). </p>
20
+ * <p> Make sure that you have the authentication and authorization to perform the action.
21
+ * Review the directory information in the request, and make sure that the object isn't outside
22
+ * of your OU. </p>
23
+ * @public
24
+ */
25
+ export declare class AccessDeniedException extends __BaseException {
26
+ readonly name: "AccessDeniedException";
27
+ readonly $fault: "client";
28
+ Message?: string;
29
+ /**
30
+ * <p> Reason the request was unauthorized. </p>
31
+ * @public
32
+ */
33
+ Reason?: AccessDeniedReason;
34
+ /**
35
+ * @internal
36
+ */
37
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
38
+ }
39
+ /**
40
+ * @public
41
+ */
42
+ export interface AddGroupMemberRequest {
43
+ /**
44
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
45
+ * @public
46
+ */
47
+ DirectoryId: string | undefined;
48
+ /**
49
+ * <p> The name of the group. </p>
50
+ * @public
51
+ */
52
+ GroupName: string | undefined;
53
+ /**
54
+ * <p> The <code>SAMAccountName</code> of the user, group, or computer to add as a group member.
55
+ * </p>
56
+ * @public
57
+ */
58
+ MemberName: string | undefined;
59
+ /**
60
+ * <p> The domain name that's associated with the group member. This parameter is required only
61
+ * when adding a member outside of your Managed Microsoft AD domain to a group inside of your
62
+ * Managed Microsoft AD domain. This parameter defaults to the Managed Microsoft AD domain. </p>
63
+ * <note>
64
+ * <p> This parameter is case insensitive. </p>
65
+ * </note>
66
+ * @public
67
+ */
68
+ MemberRealm?: string;
69
+ /**
70
+ * <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
71
+ * the request, so multiple identical calls have the same effect as one single call. </p>
72
+ * <p> A client token is valid for 8 hours after the first request that uses it completes. After
73
+ * 8 hours, any request with the same client token is treated as a new request. If the request
74
+ * succeeds, any future uses of that token will be idempotent for another 8 hours. </p>
75
+ * <p> If you submit a request with the same client token but change one of the other parameters
76
+ * within the 8-hour idempotency window, Directory Service Data returns an <code>ConflictException</code>. </p>
77
+ * <note>
78
+ * <p> This parameter is optional when using the CLI or SDK. </p>
79
+ * </note>
80
+ * @public
81
+ */
82
+ ClientToken?: string;
83
+ }
84
+ /**
85
+ * @public
86
+ */
87
+ export interface AddGroupMemberResult {
88
+ }
89
+ /**
90
+ * <p> This error will occur when you try to create a resource that conflicts with an existing
91
+ * object. It can also occur when adding a member to a group that the member is already
92
+ * in.</p>
93
+ * <p> This error can be caused by a request sent within the 8-hour idempotency window with the
94
+ * same client token but different input parameters. Client tokens should not be re-used across
95
+ * different requests. After 8 hours, any request with the same client token is treated as a new
96
+ * request. </p>
97
+ * @public
98
+ */
99
+ export declare class ConflictException extends __BaseException {
100
+ readonly name: "ConflictException";
101
+ readonly $fault: "client";
102
+ Message?: string;
103
+ /**
104
+ * @internal
105
+ */
106
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
107
+ }
108
+ /**
109
+ * @public
110
+ * @enum
111
+ */
112
+ export declare const DirectoryUnavailableReason: {
113
+ readonly DIRECTORY_RESOURCES_EXCEEDED: "DIRECTORY_RESOURCES_EXCEEDED";
114
+ readonly DIRECTORY_TIMEOUT: "DIRECTORY_TIMEOUT";
115
+ readonly INVALID_DIRECTORY_STATE: "INVALID_DIRECTORY_STATE";
116
+ readonly NO_DISK_SPACE: "NO_DISK_SPACE";
117
+ readonly TRUST_AUTH_FAILURE: "TRUST_AUTH_FAILURE";
118
+ };
119
+ /**
120
+ * @public
121
+ */
122
+ export type DirectoryUnavailableReason = (typeof DirectoryUnavailableReason)[keyof typeof DirectoryUnavailableReason];
123
+ /**
124
+ * <p> The request could not be completed due to a problem in the configuration or current state
125
+ * of the specified directory. </p>
126
+ * @public
127
+ */
128
+ export declare class DirectoryUnavailableException extends __BaseException {
129
+ readonly name: "DirectoryUnavailableException";
130
+ readonly $fault: "client";
131
+ $retryable: {};
132
+ Message?: string;
133
+ /**
134
+ * <p> Reason the request failed for the specified directory. </p>
135
+ * @public
136
+ */
137
+ Reason?: DirectoryUnavailableReason;
138
+ /**
139
+ * @internal
140
+ */
141
+ constructor(opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>);
142
+ }
143
+ /**
144
+ * <p> The operation didn't succeed because an internal error occurred. Try again later. </p>
145
+ * @public
146
+ */
147
+ export declare class InternalServerException extends __BaseException {
148
+ readonly name: "InternalServerException";
149
+ readonly $fault: "server";
150
+ $retryable: {};
151
+ Message?: string;
152
+ /**
153
+ * @internal
154
+ */
155
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
156
+ }
157
+ /**
158
+ * <p> The resource couldn't be found. </p>
159
+ * @public
160
+ */
161
+ export declare class ResourceNotFoundException extends __BaseException {
162
+ readonly name: "ResourceNotFoundException";
163
+ readonly $fault: "client";
164
+ Message?: string;
165
+ /**
166
+ * @internal
167
+ */
168
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
169
+ }
170
+ /**
171
+ * <p> The limit on the number of requests per second has been exceeded. </p>
172
+ * @public
173
+ */
174
+ export declare class ThrottlingException extends __BaseException {
175
+ readonly name: "ThrottlingException";
176
+ readonly $fault: "client";
177
+ $retryable: {
178
+ throttling: boolean;
179
+ };
180
+ Message: string | undefined;
181
+ /**
182
+ * <p> The recommended amount of seconds to retry after a throttling exception. </p>
183
+ * @public
184
+ */
185
+ RetryAfterSeconds?: number;
186
+ /**
187
+ * @internal
188
+ */
189
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
190
+ }
191
+ /**
192
+ * @public
193
+ * @enum
194
+ */
195
+ export declare const ValidationExceptionReason: {
196
+ readonly ATTRIBUTE_EXISTS: "ATTRIBUTE_EXISTS";
197
+ readonly DUPLICATE_ATTRIBUTE: "DUPLICATE_ATTRIBUTE";
198
+ readonly INVALID_ATTRIBUTE_FOR_GROUP: "INVALID_ATTRIBUTE_FOR_GROUP";
199
+ readonly INVALID_ATTRIBUTE_FOR_MODIFY: "INVALID_ATTRIBUTE_FOR_MODIFY";
200
+ readonly INVALID_ATTRIBUTE_FOR_SEARCH: "INVALID_ATTRIBUTE_FOR_SEARCH";
201
+ readonly INVALID_ATTRIBUTE_FOR_USER: "INVALID_ATTRIBUTE_FOR_USER";
202
+ readonly INVALID_ATTRIBUTE_NAME: "INVALID_ATTRIBUTE_NAME";
203
+ readonly INVALID_ATTRIBUTE_VALUE: "INVALID_ATTRIBUTE_VALUE";
204
+ readonly INVALID_DIRECTORY_TYPE: "INVALID_DIRECTORY_TYPE";
205
+ readonly INVALID_NEXT_TOKEN: "INVALID_NEXT_TOKEN";
206
+ readonly INVALID_REALM: "INVALID_REALM";
207
+ readonly INVALID_SECONDARY_REGION: "INVALID_SECONDARY_REGION";
208
+ readonly LDAP_SIZE_LIMIT_EXCEEDED: "LDAP_SIZE_LIMIT_EXCEEDED";
209
+ readonly LDAP_UNSUPPORTED_OPERATION: "LDAP_UNSUPPORTED_OPERATION";
210
+ readonly MISSING_ATTRIBUTE: "MISSING_ATTRIBUTE";
211
+ };
212
+ /**
213
+ * @public
214
+ */
215
+ export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
216
+ /**
217
+ * <p> The request isn't valid. Review the details in the error message to update the invalid
218
+ * parameters or values in your request. </p>
219
+ * @public
220
+ */
221
+ export declare class ValidationException extends __BaseException {
222
+ readonly name: "ValidationException";
223
+ readonly $fault: "client";
224
+ Message?: string;
225
+ /**
226
+ * <p> Reason the request failed validation. </p>
227
+ * @public
228
+ */
229
+ Reason?: ValidationExceptionReason;
230
+ /**
231
+ * @internal
232
+ */
233
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
234
+ }
235
+ /**
236
+ * <p> The data type for an attribute. Each attribute value is described as a name-value pair.
237
+ * The name is the AD schema name, and the value is the data itself. For a list of supported
238
+ * attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory Service Data Attributes</a>.
239
+ * </p>
240
+ * @public
241
+ */
242
+ export type AttributeValue = AttributeValue.BOOLMember | AttributeValue.NMember | AttributeValue.SMember | AttributeValue.SSMember | AttributeValue.$UnknownMember;
243
+ /**
244
+ * @public
245
+ */
246
+ export declare namespace AttributeValue {
247
+ /**
248
+ * <p> Indicates that the attribute type value is a string. For example: </p>
249
+ * <p>
250
+ * <code>"S": "S Group"</code>
251
+ * </p>
252
+ * @public
253
+ */
254
+ interface SMember {
255
+ S: string;
256
+ N?: never;
257
+ BOOL?: never;
258
+ SS?: never;
259
+ $unknown?: never;
260
+ }
261
+ /**
262
+ * <p> Indicates that the attribute type value is a number. For example: </p>
263
+ * <p>
264
+ * <code>"N": "16"</code>
265
+ * </p>
266
+ * @public
267
+ */
268
+ interface NMember {
269
+ S?: never;
270
+ N: number;
271
+ BOOL?: never;
272
+ SS?: never;
273
+ $unknown?: never;
274
+ }
275
+ /**
276
+ * <p> Indicates that the attribute type value is a boolean. For example: </p>
277
+ * <p>
278
+ * <code>"BOOL": true</code>
279
+ * </p>
280
+ * @public
281
+ */
282
+ interface BOOLMember {
283
+ S?: never;
284
+ N?: never;
285
+ BOOL: boolean;
286
+ SS?: never;
287
+ $unknown?: never;
288
+ }
289
+ /**
290
+ * <p> Indicates that the attribute type value is a string set. For example: </p>
291
+ * <p>
292
+ * <code>"SS": ["sample_service_class/host.sample.com:1234/sample_service_name_1",
293
+ * "sample_service_class/host.sample.com:1234/sample_service_name_2"]</code>
294
+ * </p>
295
+ * @public
296
+ */
297
+ interface SSMember {
298
+ S?: never;
299
+ N?: never;
300
+ BOOL?: never;
301
+ SS: string[];
302
+ $unknown?: never;
303
+ }
304
+ /**
305
+ * @public
306
+ */
307
+ interface $UnknownMember {
308
+ S?: never;
309
+ N?: never;
310
+ BOOL?: never;
311
+ SS?: never;
312
+ $unknown: [string, any];
313
+ }
314
+ interface Visitor<T> {
315
+ S: (value: string) => T;
316
+ N: (value: number) => T;
317
+ BOOL: (value: boolean) => T;
318
+ SS: (value: string[]) => T;
319
+ _: (name: string, value: any) => T;
320
+ }
321
+ const visit: <T>(value: AttributeValue, visitor: Visitor<T>) => T;
322
+ }
323
+ /**
324
+ * @public
325
+ * @enum
326
+ */
327
+ export declare const GroupScope: {
328
+ readonly BUILTIN_LOCAL: "BuiltinLocal";
329
+ readonly DOMAIN_LOCAL: "DomainLocal";
330
+ readonly GLOBAL: "Global";
331
+ readonly UNIVERSAL: "Universal";
332
+ };
333
+ /**
334
+ * @public
335
+ */
336
+ export type GroupScope = (typeof GroupScope)[keyof typeof GroupScope];
337
+ /**
338
+ * @public
339
+ * @enum
340
+ */
341
+ export declare const GroupType: {
342
+ readonly DISTRIBUTION: "Distribution";
343
+ readonly SECURITY: "Security";
344
+ };
345
+ /**
346
+ * @public
347
+ */
348
+ export type GroupType = (typeof GroupType)[keyof typeof GroupType];
349
+ /**
350
+ * @public
351
+ */
352
+ export interface CreateGroupRequest {
353
+ /**
354
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
355
+ * @public
356
+ */
357
+ DirectoryId: string | undefined;
358
+ /**
359
+ * <p> The name of the group. </p>
360
+ * @public
361
+ */
362
+ SAMAccountName: string | undefined;
363
+ /**
364
+ * <p> The AD group type. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#how-active-directory-security-groups-work">Active Directory security group type</a>.</p>
365
+ * @public
366
+ */
367
+ GroupType?: GroupType;
368
+ /**
369
+ * <p> The scope of the AD group. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope">Active Directory security group scope</a>. </p>
370
+ * @public
371
+ */
372
+ GroupScope?: GroupScope;
373
+ /**
374
+ * <p> An expression that defines one or more attributes with the data type and value of each
375
+ * attribute. </p>
376
+ * @public
377
+ */
378
+ OtherAttributes?: Record<string, AttributeValue>;
379
+ /**
380
+ * <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
381
+ * the request, so multiple identical calls have the same effect as one single call. </p>
382
+ * <p> A client token is valid for 8 hours after the first request that uses it completes. After
383
+ * 8 hours, any request with the same client token is treated as a new request. If the request
384
+ * succeeds, any future uses of that token will be idempotent for another 8 hours. </p>
385
+ * <p> If you submit a request with the same client token but change one of the other parameters
386
+ * within the 8-hour idempotency window, Directory Service Data returns an <code>ConflictException</code>. </p>
387
+ * <note>
388
+ * <p> This parameter is optional when using the CLI or SDK. </p>
389
+ * </note>
390
+ * @public
391
+ */
392
+ ClientToken?: string;
393
+ }
394
+ /**
395
+ * @public
396
+ */
397
+ export interface CreateGroupResult {
398
+ /**
399
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
400
+ * @public
401
+ */
402
+ DirectoryId?: string;
403
+ /**
404
+ * <p> The name of the group. </p>
405
+ * @public
406
+ */
407
+ SAMAccountName?: string;
408
+ /**
409
+ * <p> The unique security identifier (SID) of the group. </p>
410
+ * @public
411
+ */
412
+ SID?: string;
413
+ }
414
+ /**
415
+ * @public
416
+ */
417
+ export interface CreateUserRequest {
418
+ /**
419
+ * <p> The identifier (ID) of the directory that’s associated with the user. </p>
420
+ * @public
421
+ */
422
+ DirectoryId: string | undefined;
423
+ /**
424
+ * <p> The name of the user. </p>
425
+ * @public
426
+ */
427
+ SAMAccountName: string | undefined;
428
+ /**
429
+ * <p> The email address of the user. </p>
430
+ * @public
431
+ */
432
+ EmailAddress?: string;
433
+ /**
434
+ * <p> The first name of the user. </p>
435
+ * @public
436
+ */
437
+ GivenName?: string;
438
+ /**
439
+ * <p> The last name of the user. </p>
440
+ * @public
441
+ */
442
+ Surname?: string;
443
+ /**
444
+ * <p> An expression that defines one or more attribute names with the data type and value of
445
+ * each attribute. A key is an attribute name, and the value is a list of maps. For a list of
446
+ * supported attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory Service Data Attributes</a>. </p>
447
+ * <note>
448
+ * <p> Attribute names are case insensitive. </p>
449
+ * </note>
450
+ * @public
451
+ */
452
+ OtherAttributes?: Record<string, AttributeValue>;
453
+ /**
454
+ * <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
455
+ * the request, so multiple identical calls have the same effect as one single call. </p>
456
+ * <p> A client token is valid for 8 hours after the first request that uses it completes. After
457
+ * 8 hours, any request with the same client token is treated as a new request. If the request
458
+ * succeeds, any future uses of that token will be idempotent for another 8 hours. </p>
459
+ * <p> If you submit a request with the same client token but change one of the other parameters
460
+ * within the 8-hour idempotency window, Directory Service Data returns an <code>ConflictException</code>. </p>
461
+ * <note>
462
+ * <p> This parameter is optional when using the CLI or SDK. </p>
463
+ * </note>
464
+ * @public
465
+ */
466
+ ClientToken?: string;
467
+ }
468
+ /**
469
+ * @public
470
+ */
471
+ export interface CreateUserResult {
472
+ /**
473
+ * <p> The identifier (ID) of the directory where the address block is added. </p>
474
+ * @public
475
+ */
476
+ DirectoryId?: string;
477
+ /**
478
+ * <p> The unique security identifier (SID) of the user. </p>
479
+ * @public
480
+ */
481
+ SID?: string;
482
+ /**
483
+ * <p> The name of the user. </p>
484
+ * @public
485
+ */
486
+ SAMAccountName?: string;
487
+ }
488
+ /**
489
+ * @public
490
+ */
491
+ export interface DeleteGroupRequest {
492
+ /**
493
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
494
+ * @public
495
+ */
496
+ DirectoryId: string | undefined;
497
+ /**
498
+ * <p> The name of the group. </p>
499
+ * @public
500
+ */
501
+ SAMAccountName: string | undefined;
502
+ /**
503
+ * <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
504
+ * the request, so multiple identical calls have the same effect as one single call. </p>
505
+ * <p> A client token is valid for 8 hours after the first request that uses it completes. After
506
+ * 8 hours, any request with the same client token is treated as a new request. If the request
507
+ * succeeds, any future uses of that token will be idempotent for another 8 hours. </p>
508
+ * <p> If you submit a request with the same client token but change one of the other parameters
509
+ * within the 8-hour idempotency window, Directory Service Data returns an <code>ConflictException</code>. </p>
510
+ * <note>
511
+ * <p> This parameter is optional when using the CLI or SDK. </p>
512
+ * </note>
513
+ * @public
514
+ */
515
+ ClientToken?: string;
516
+ }
517
+ /**
518
+ * @public
519
+ */
520
+ export interface DeleteGroupResult {
521
+ }
522
+ /**
523
+ * @public
524
+ */
525
+ export interface DeleteUserRequest {
526
+ /**
527
+ * <p> The identifier (ID) of the directory that's associated with the user. </p>
528
+ * @public
529
+ */
530
+ DirectoryId: string | undefined;
531
+ /**
532
+ * <p> The name of the user. </p>
533
+ * @public
534
+ */
535
+ SAMAccountName: string | undefined;
536
+ /**
537
+ * <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
538
+ * the request, so multiple identical calls have the same effect as one single call. </p>
539
+ * <p> A client token is valid for 8 hours after the first request that uses it completes. After
540
+ * 8 hours, any request with the same client token is treated as a new request. If the request
541
+ * succeeds, any future uses of that token will be idempotent for another 8 hours. </p>
542
+ * <p> If you submit a request with the same client token but change one of the other parameters
543
+ * within the 8-hour idempotency window, Directory Service Data returns an <code>ConflictException</code>. </p>
544
+ * <note>
545
+ * <p> This parameter is optional when using the CLI or SDK. </p>
546
+ * </note>
547
+ * @public
548
+ */
549
+ ClientToken?: string;
550
+ }
551
+ /**
552
+ * @public
553
+ */
554
+ export interface DeleteUserResult {
555
+ }
556
+ /**
557
+ * @public
558
+ */
559
+ export interface DescribeGroupRequest {
560
+ /**
561
+ * <p>The Identifier (ID) of the directory associated with the group.</p>
562
+ * @public
563
+ */
564
+ DirectoryId: string | undefined;
565
+ /**
566
+ * <p> The domain name that's associated with the group. </p>
567
+ * <note>
568
+ * <p> This parameter is optional, so you can return groups outside of your Managed Microsoft AD
569
+ * domain. When no value is defined, only your Managed Microsoft AD groups are returned. </p>
570
+ * <p> This value is case insensitive. </p>
571
+ * </note>
572
+ * @public
573
+ */
574
+ Realm?: string;
575
+ /**
576
+ * <p> The name of the group. </p>
577
+ * @public
578
+ */
579
+ SAMAccountName: string | undefined;
580
+ /**
581
+ * <p> One or more attributes to be returned for the group. For a list of supported attributes,
582
+ * see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data-attributes.html">Directory Service Data Attributes</a>.
583
+ * </p>
584
+ * @public
585
+ */
586
+ OtherAttributes?: string[];
587
+ }
588
+ /**
589
+ * @public
590
+ */
591
+ export interface DescribeGroupResult {
592
+ /**
593
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
594
+ * @public
595
+ */
596
+ DirectoryId?: string;
597
+ /**
598
+ * <p> The domain name that's associated with the group. </p>
599
+ * @public
600
+ */
601
+ Realm?: string;
602
+ /**
603
+ * <p> The unique security identifier (SID) of the group. </p>
604
+ * @public
605
+ */
606
+ SID?: string;
607
+ /**
608
+ * <p> The name of the group. </p>
609
+ * @public
610
+ */
611
+ SAMAccountName?: string;
612
+ /**
613
+ * <p> The <a href="https://learn.microsoft.com/en-us/windows/win32/ad/object-names-and-identities#distinguished-name">distinguished name</a> of the object. </p>
614
+ * @public
615
+ */
616
+ DistinguishedName?: string;
617
+ /**
618
+ * <p> The AD group type. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#how-active-directory-security-groups-work">Active Directory security group type</a>. </p>
619
+ * @public
620
+ */
621
+ GroupType?: GroupType;
622
+ /**
623
+ * <p> The scope of the AD group. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope">Active Directory security groups</a>. </p>
624
+ * @public
625
+ */
626
+ GroupScope?: GroupScope;
627
+ /**
628
+ * <p> The attribute values that are returned for the attribute names that are included in the
629
+ * request. </p>
630
+ * @public
631
+ */
632
+ OtherAttributes?: Record<string, AttributeValue>;
633
+ }
634
+ /**
635
+ * @public
636
+ */
637
+ export interface DescribeUserRequest {
638
+ /**
639
+ * <p> The identifier (ID) of the directory that's associated with the user. </p>
640
+ * @public
641
+ */
642
+ DirectoryId: string | undefined;
643
+ /**
644
+ * <p> The name of the user. </p>
645
+ * @public
646
+ */
647
+ SAMAccountName: string | undefined;
648
+ /**
649
+ * <p> One or more attribute names to be returned for the user. A key is an attribute name, and
650
+ * the value is a list of maps. For a list of supported attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory Service Data Attributes</a>. </p>
651
+ * @public
652
+ */
653
+ OtherAttributes?: string[];
654
+ /**
655
+ * <p> The domain name that's associated with the user. </p>
656
+ * <note>
657
+ * <p> This parameter is optional, so you can return users outside your Managed Microsoft AD domain.
658
+ * When no value is defined, only your Managed Microsoft AD users are returned. </p>
659
+ * <p> This value is case insensitive. </p>
660
+ * </note>
661
+ * @public
662
+ */
663
+ Realm?: string;
664
+ }
665
+ /**
666
+ * @public
667
+ */
668
+ export interface DescribeUserResult {
669
+ /**
670
+ * <p> The identifier (ID) of the directory that's associated with the user. </p>
671
+ * @public
672
+ */
673
+ DirectoryId?: string;
674
+ /**
675
+ * <p> The domain name that's associated with the user. </p>
676
+ * @public
677
+ */
678
+ Realm?: string;
679
+ /**
680
+ * <p> The unique security identifier (SID) of the user. </p>
681
+ * @public
682
+ */
683
+ SID?: string;
684
+ /**
685
+ * <p> The name of the user. </p>
686
+ * @public
687
+ */
688
+ SAMAccountName?: string;
689
+ /**
690
+ * <p> The <a href="https://learn.microsoft.com/en-us/windows/win32/ad/object-names-and-identities#distinguished-name">distinguished name</a> of the object. </p>
691
+ * @public
692
+ */
693
+ DistinguishedName?: string;
694
+ /**
695
+ * <p> The UPN that is an Internet-style login name for a user and is based on the Internet
696
+ * standard <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a>. The UPN is shorter
697
+ * than the distinguished name and easier to remember. </p>
698
+ * @public
699
+ */
700
+ UserPrincipalName?: string;
701
+ /**
702
+ * <p> The email address of the user. </p>
703
+ * @public
704
+ */
705
+ EmailAddress?: string;
706
+ /**
707
+ * <p> The first name of the user. </p>
708
+ * @public
709
+ */
710
+ GivenName?: string;
711
+ /**
712
+ * <p> The last name of the user. </p>
713
+ * @public
714
+ */
715
+ Surname?: string;
716
+ /**
717
+ * <p> Indicates whether the user account is active. </p>
718
+ * @public
719
+ */
720
+ Enabled?: boolean;
721
+ /**
722
+ * <p> The attribute values that are returned for the attribute names that are included in the
723
+ * request. </p>
724
+ * <note>
725
+ * <p> Attribute names are case insensitive. </p>
726
+ * </note>
727
+ * @public
728
+ */
729
+ OtherAttributes?: Record<string, AttributeValue>;
730
+ }
731
+ /**
732
+ * @public
733
+ */
734
+ export interface DisableUserRequest {
735
+ /**
736
+ * <p> The identifier (ID) of the directory that's associated with the user. </p>
737
+ * @public
738
+ */
739
+ DirectoryId: string | undefined;
740
+ /**
741
+ * <p> The name of the user. </p>
742
+ * @public
743
+ */
744
+ SAMAccountName: string | undefined;
745
+ /**
746
+ * <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
747
+ * the request, so multiple identical calls have the same effect as one single call. </p>
748
+ * <p> A client token is valid for 8 hours after the first request that uses it completes. After
749
+ * 8 hours, any request with the same client token is treated as a new request. If the request
750
+ * succeeds, any future uses of that token will be idempotent for another 8 hours. </p>
751
+ * <p> If you submit a request with the same client token but change one of the other parameters
752
+ * within the 8-hour idempotency window, Directory Service Data returns an <code>ConflictException</code>. </p>
753
+ * <note>
754
+ * <p> This parameter is optional when using the CLI or SDK. </p>
755
+ * </note>
756
+ * @public
757
+ */
758
+ ClientToken?: string;
759
+ }
760
+ /**
761
+ * @public
762
+ */
763
+ export interface DisableUserResult {
764
+ }
765
+ /**
766
+ * @public
767
+ */
768
+ export interface ListGroupMembersRequest {
769
+ /**
770
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
771
+ * @public
772
+ */
773
+ DirectoryId: string | undefined;
774
+ /**
775
+ * <p> The domain name that's associated with the group. </p>
776
+ * <note>
777
+ * <p> This parameter is optional, so you can return members from a group outside of your
778
+ * Managed Microsoft AD domain. When no value is defined, only members of your Managed Microsoft AD groups are
779
+ * returned. </p>
780
+ * <p> This value is case insensitive. </p>
781
+ * </note>
782
+ * @public
783
+ */
784
+ Realm?: string;
785
+ /**
786
+ * <p> The domain name that's associated with the group member. This parameter defaults to the
787
+ * Managed Microsoft AD domain. </p>
788
+ * <note>
789
+ * <p> This parameter is optional and case insensitive. </p>
790
+ * </note>
791
+ * @public
792
+ */
793
+ MemberRealm?: string;
794
+ /**
795
+ * <p> The name of the group. </p>
796
+ * @public
797
+ */
798
+ SAMAccountName: string | undefined;
799
+ /**
800
+ * <p>An encoded paging token for paginated calls that can be passed back to retrieve the next
801
+ * page.</p>
802
+ * @public
803
+ */
804
+ NextToken?: string;
805
+ /**
806
+ * <p> The maximum number of results to be returned per request. </p>
807
+ * @public
808
+ */
809
+ MaxResults?: number;
810
+ }
811
+ /**
812
+ * @public
813
+ * @enum
814
+ */
815
+ export declare const MemberType: {
816
+ readonly COMPUTER: "COMPUTER";
817
+ readonly GROUP: "GROUP";
818
+ readonly USER: "USER";
819
+ };
820
+ /**
821
+ * @public
822
+ */
823
+ export type MemberType = (typeof MemberType)[keyof typeof MemberType];
824
+ /**
825
+ * <p>A member object that contains identifying information for a specified member.</p>
826
+ * @public
827
+ */
828
+ export interface Member {
829
+ /**
830
+ * <p> The unique security identifier (SID) of the group member. </p>
831
+ * @public
832
+ */
833
+ SID: string | undefined;
834
+ /**
835
+ * <p> The name of the group member. </p>
836
+ * @public
837
+ */
838
+ SAMAccountName: string | undefined;
839
+ /**
840
+ * <p> The AD type of the member object.</p>
841
+ * @public
842
+ */
843
+ MemberType: MemberType | undefined;
844
+ }
845
+ /**
846
+ * @public
847
+ */
848
+ export interface ListGroupMembersResult {
849
+ /**
850
+ * <p>Identifier (ID) of the directory associated with the group.</p>
851
+ * @public
852
+ */
853
+ DirectoryId?: string;
854
+ /**
855
+ * <p> The domain name that's associated with the group. </p>
856
+ * @public
857
+ */
858
+ Realm?: string;
859
+ /**
860
+ * <p> The domain name that's associated with the member. </p>
861
+ * @public
862
+ */
863
+ MemberRealm?: string;
864
+ /**
865
+ * <p> The member information that the request returns. </p>
866
+ * @public
867
+ */
868
+ Members?: Member[];
869
+ /**
870
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
871
+ * page. </p>
872
+ * @public
873
+ */
874
+ NextToken?: string;
875
+ }
876
+ /**
877
+ * @public
878
+ */
879
+ export interface ListGroupsRequest {
880
+ /**
881
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
882
+ * @public
883
+ */
884
+ DirectoryId: string | undefined;
885
+ /**
886
+ * <p> The domain name associated with the directory. </p>
887
+ * <note>
888
+ * <p> This parameter is optional, so you can return groups outside of your Managed Microsoft AD
889
+ * domain. When no value is defined, only your Managed Microsoft AD groups are returned. </p>
890
+ * <p> This value is case insensitive. </p>
891
+ * </note>
892
+ * @public
893
+ */
894
+ Realm?: string;
895
+ /**
896
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
897
+ * page. </p>
898
+ * @public
899
+ */
900
+ NextToken?: string;
901
+ /**
902
+ * <p> The maximum number of results to be returned per request. </p>
903
+ * @public
904
+ */
905
+ MaxResults?: number;
906
+ }
907
+ /**
908
+ * <p>A structure containing a subset of fields of a group object from a directory.</p>
909
+ * @public
910
+ */
911
+ export interface GroupSummary {
912
+ /**
913
+ * <p>The unique security identifier (SID) of the group.</p>
914
+ * @public
915
+ */
916
+ SID: string | undefined;
917
+ /**
918
+ * <p>The name of the group.</p>
919
+ * @public
920
+ */
921
+ SAMAccountName: string | undefined;
922
+ /**
923
+ * <p>The AD group type. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#how-active-directory-security-groups-work">Active Directory security group type</a>.</p>
924
+ * @public
925
+ */
926
+ GroupType: GroupType | undefined;
927
+ /**
928
+ * <p>The scope of the AD group. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope">Active Directory security groups</a>.</p>
929
+ * @public
930
+ */
931
+ GroupScope: GroupScope | undefined;
932
+ }
933
+ /**
934
+ * @public
935
+ */
936
+ export interface ListGroupsResult {
937
+ /**
938
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
939
+ * @public
940
+ */
941
+ DirectoryId?: string;
942
+ /**
943
+ * <p>The domain name associated with the group.</p>
944
+ * @public
945
+ */
946
+ Realm?: string;
947
+ /**
948
+ * <p> The group information that the request returns. </p>
949
+ * @public
950
+ */
951
+ Groups?: GroupSummary[];
952
+ /**
953
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
954
+ * page. </p>
955
+ * @public
956
+ */
957
+ NextToken?: string;
958
+ }
959
+ /**
960
+ * @public
961
+ */
962
+ export interface ListGroupsForMemberRequest {
963
+ /**
964
+ * <p> The identifier (ID) of the directory that's associated with the member. </p>
965
+ * @public
966
+ */
967
+ DirectoryId: string | undefined;
968
+ /**
969
+ * <p> The domain name that's associated with the group. </p>
970
+ * <note>
971
+ * <p> This parameter is optional, so you can return groups outside of your Managed Microsoft AD
972
+ * domain. When no value is defined, only your Managed Microsoft AD groups are returned. </p>
973
+ * <p> This value is case insensitive and defaults to your Managed Microsoft AD domain. </p>
974
+ * </note>
975
+ * @public
976
+ */
977
+ Realm?: string;
978
+ /**
979
+ * <p> The domain name that's associated with the group member. </p>
980
+ * <note>
981
+ * <p> This parameter is optional, so you can limit your results to the group members in a
982
+ * specific domain. </p>
983
+ * <p> This parameter is case insensitive and defaults to <code>Realm</code>
984
+ * </p>
985
+ * </note>
986
+ * @public
987
+ */
988
+ MemberRealm?: string;
989
+ /**
990
+ * <p> The <code>SAMAccountName</code> of the user, group, or computer that's a member of the
991
+ * group. </p>
992
+ * @public
993
+ */
994
+ SAMAccountName: string | undefined;
995
+ /**
996
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
997
+ * page. </p>
998
+ * @public
999
+ */
1000
+ NextToken?: string;
1001
+ /**
1002
+ * <p> The maximum number of results to be returned per request. </p>
1003
+ * @public
1004
+ */
1005
+ MaxResults?: number;
1006
+ }
1007
+ /**
1008
+ * @public
1009
+ */
1010
+ export interface ListGroupsForMemberResult {
1011
+ /**
1012
+ * <p> The identifier (ID) of the directory that's associated with the member. </p>
1013
+ * @public
1014
+ */
1015
+ DirectoryId?: string;
1016
+ /**
1017
+ * <p> The domain that's associated with the group. </p>
1018
+ * @public
1019
+ */
1020
+ Realm?: string;
1021
+ /**
1022
+ * <p> The domain that's associated with the member. </p>
1023
+ * @public
1024
+ */
1025
+ MemberRealm?: string;
1026
+ /**
1027
+ * <p> The group information that the request returns. </p>
1028
+ * @public
1029
+ */
1030
+ Groups?: GroupSummary[];
1031
+ /**
1032
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
1033
+ * page. </p>
1034
+ * @public
1035
+ */
1036
+ NextToken?: string;
1037
+ }
1038
+ /**
1039
+ * @public
1040
+ */
1041
+ export interface ListUsersRequest {
1042
+ /**
1043
+ * <p> The identifier (ID) of the directory that's associated with the user. </p>
1044
+ * @public
1045
+ */
1046
+ DirectoryId: string | undefined;
1047
+ /**
1048
+ * <p> The domain name that's associated with the user. </p>
1049
+ * <note>
1050
+ * <p> This parameter is optional, so you can return users outside of your Managed Microsoft AD
1051
+ * domain. When no value is defined, only your Managed Microsoft AD users are returned. </p>
1052
+ * <p> This value is case insensitive. </p>
1053
+ * </note>
1054
+ * @public
1055
+ */
1056
+ Realm?: string;
1057
+ /**
1058
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
1059
+ * page. </p>
1060
+ * @public
1061
+ */
1062
+ NextToken?: string;
1063
+ /**
1064
+ * <p> The maximum number of results to be returned per request. </p>
1065
+ * @public
1066
+ */
1067
+ MaxResults?: number;
1068
+ }
1069
+ /**
1070
+ * <p>A structure containing a subset of the fields of a user object from a directory.</p>
1071
+ * @public
1072
+ */
1073
+ export interface UserSummary {
1074
+ /**
1075
+ * <p> The unique security identifier (SID) of the user.</p>
1076
+ * @public
1077
+ */
1078
+ SID: string | undefined;
1079
+ /**
1080
+ * <p>The name of the user.</p>
1081
+ * @public
1082
+ */
1083
+ SAMAccountName: string | undefined;
1084
+ /**
1085
+ * <p>The first name of the user. </p>
1086
+ * @public
1087
+ */
1088
+ GivenName?: string;
1089
+ /**
1090
+ * <p>The last name of the user.</p>
1091
+ * @public
1092
+ */
1093
+ Surname?: string;
1094
+ /**
1095
+ * <p>Indicates whether the user account is active.</p>
1096
+ * @public
1097
+ */
1098
+ Enabled: boolean | undefined;
1099
+ }
1100
+ /**
1101
+ * @public
1102
+ */
1103
+ export interface ListUsersResult {
1104
+ /**
1105
+ * <p> The identifier (ID) of the directory that's associated with the user. </p>
1106
+ * @public
1107
+ */
1108
+ DirectoryId?: string;
1109
+ /**
1110
+ * <p> The domain that's associated with the user. </p>
1111
+ * @public
1112
+ */
1113
+ Realm?: string;
1114
+ /**
1115
+ * <p> The user information that the request returns. </p>
1116
+ * @public
1117
+ */
1118
+ Users?: UserSummary[];
1119
+ /**
1120
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
1121
+ * page. </p>
1122
+ * @public
1123
+ */
1124
+ NextToken?: string;
1125
+ }
1126
+ /**
1127
+ * @public
1128
+ */
1129
+ export interface RemoveGroupMemberRequest {
1130
+ /**
1131
+ * <p> The identifier (ID) of the directory that's associated with the member. </p>
1132
+ * @public
1133
+ */
1134
+ DirectoryId: string | undefined;
1135
+ /**
1136
+ * <p> The name of the group. </p>
1137
+ * @public
1138
+ */
1139
+ GroupName: string | undefined;
1140
+ /**
1141
+ * <p> The <code>SAMAccountName</code> of the user, group, or computer to remove from the group.
1142
+ * </p>
1143
+ * @public
1144
+ */
1145
+ MemberName: string | undefined;
1146
+ /**
1147
+ * <p> The domain name that's associated with the group member. This parameter defaults to the
1148
+ * Managed Microsoft AD domain. </p>
1149
+ * <note>
1150
+ * <p> This parameter is optional and case insensitive. </p>
1151
+ * </note>
1152
+ * @public
1153
+ */
1154
+ MemberRealm?: string;
1155
+ /**
1156
+ * <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
1157
+ * the request, so multiple identical calls have the same effect as one single call. </p>
1158
+ * <p> A client token is valid for 8 hours after the first request that uses it completes. After
1159
+ * 8 hours, any request with the same client token is treated as a new request. If the request
1160
+ * succeeds, any future uses of that token will be idempotent for another 8 hours. </p>
1161
+ * <p> If you submit a request with the same client token but change one of the other parameters
1162
+ * within the 8-hour idempotency window, Directory Service Data returns an <code>ConflictException</code>. </p>
1163
+ * <note>
1164
+ * <p> This parameter is optional when using the CLI or SDK. </p>
1165
+ * </note>
1166
+ * @public
1167
+ */
1168
+ ClientToken?: string;
1169
+ }
1170
+ /**
1171
+ * @public
1172
+ */
1173
+ export interface RemoveGroupMemberResult {
1174
+ }
1175
+ /**
1176
+ * @public
1177
+ */
1178
+ export interface SearchGroupsRequest {
1179
+ /**
1180
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
1181
+ * @public
1182
+ */
1183
+ DirectoryId: string | undefined;
1184
+ /**
1185
+ * <p> The attribute value that you want to search for. </p>
1186
+ * <note>
1187
+ * <p> Wildcard <code>(*)</code> searches aren't supported. For a list of supported
1188
+ * attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory Service Data
1189
+ * Attributes</a>. </p>
1190
+ * </note>
1191
+ * @public
1192
+ */
1193
+ SearchString: string | undefined;
1194
+ /**
1195
+ * <p> One or more data attributes that are used to search for a group. For a list of supported
1196
+ * attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory Service Data Attributes</a>.
1197
+ * </p>
1198
+ * @public
1199
+ */
1200
+ SearchAttributes: string[] | undefined;
1201
+ /**
1202
+ * <p> The domain name that's associated with the group. </p>
1203
+ * <note>
1204
+ * <p> This parameter is optional, so you can return groups outside of your Managed Microsoft AD
1205
+ * domain. When no value is defined, only your Managed Microsoft AD groups are returned. </p>
1206
+ * <p> This value is case insensitive. </p>
1207
+ * </note>
1208
+ * @public
1209
+ */
1210
+ Realm?: string;
1211
+ /**
1212
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
1213
+ * page. </p>
1214
+ * @public
1215
+ */
1216
+ NextToken?: string;
1217
+ /**
1218
+ * <p> The maximum number of results to be returned per request. </p>
1219
+ * @public
1220
+ */
1221
+ MaxResults?: number;
1222
+ }
1223
+ /**
1224
+ * <p> A group object that contains identifying information and attributes for a specified
1225
+ * group. </p>
1226
+ * @public
1227
+ */
1228
+ export interface Group {
1229
+ /**
1230
+ * <p> The unique security identifier (SID) of the group. </p>
1231
+ * @public
1232
+ */
1233
+ SID?: string;
1234
+ /**
1235
+ * <p> The name of the group. </p>
1236
+ * @public
1237
+ */
1238
+ SAMAccountName: string | undefined;
1239
+ /**
1240
+ * <p>The <a href="https://learn.microsoft.com/en-us/windows/win32/ad/object-names-and-identities#distinguished-name">distinguished name</a> of the object. </p>
1241
+ * @public
1242
+ */
1243
+ DistinguishedName?: string;
1244
+ /**
1245
+ * <p> The AD group type. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#how-active-directory-security-groups-work">Active Directory security group type</a>. </p>
1246
+ * @public
1247
+ */
1248
+ GroupType?: GroupType;
1249
+ /**
1250
+ * <p> The scope of the AD group. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope">Active Directory security groups</a>
1251
+ * </p>
1252
+ * @public
1253
+ */
1254
+ GroupScope?: GroupScope;
1255
+ /**
1256
+ * <p> An expression of one or more attributes, data types, and the values of a group. </p>
1257
+ * @public
1258
+ */
1259
+ OtherAttributes?: Record<string, AttributeValue>;
1260
+ }
1261
+ /**
1262
+ * @public
1263
+ */
1264
+ export interface SearchGroupsResult {
1265
+ /**
1266
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
1267
+ * @public
1268
+ */
1269
+ DirectoryId?: string;
1270
+ /**
1271
+ * <p> The domain that's associated with the group. </p>
1272
+ * @public
1273
+ */
1274
+ Realm?: string;
1275
+ /**
1276
+ * <p> The group information that the request returns. </p>
1277
+ * @public
1278
+ */
1279
+ Groups?: Group[];
1280
+ /**
1281
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
1282
+ * page. </p>
1283
+ * @public
1284
+ */
1285
+ NextToken?: string;
1286
+ }
1287
+ /**
1288
+ * @public
1289
+ */
1290
+ export interface SearchUsersRequest {
1291
+ /**
1292
+ * <p> The identifier (ID) of the directory that's associated with the user. </p>
1293
+ * @public
1294
+ */
1295
+ DirectoryId: string | undefined;
1296
+ /**
1297
+ * <p> The domain name that's associated with the user. </p>
1298
+ * <note>
1299
+ * <p> This parameter is optional, so you can return users outside of your Managed Microsoft AD
1300
+ * domain. When no value is defined, only your Managed Microsoft AD users are returned. </p>
1301
+ * <p> This value is case insensitive. </p>
1302
+ * </note>
1303
+ * @public
1304
+ */
1305
+ Realm?: string;
1306
+ /**
1307
+ * <p> The attribute value that you want to search for. </p>
1308
+ * <note>
1309
+ * <p> Wildcard <code>(*)</code> searches aren't supported. For a list of supported
1310
+ * attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory Service Data
1311
+ * Attributes</a>. </p>
1312
+ * </note>
1313
+ * @public
1314
+ */
1315
+ SearchString: string | undefined;
1316
+ /**
1317
+ * <p> One or more data attributes that are used to search for a user. For a list of supported
1318
+ * attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory Service Data Attributes</a>.
1319
+ * </p>
1320
+ * @public
1321
+ */
1322
+ SearchAttributes: string[] | undefined;
1323
+ /**
1324
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
1325
+ * page. </p>
1326
+ * @public
1327
+ */
1328
+ NextToken?: string;
1329
+ /**
1330
+ * <p> The maximum number of results to be returned per request. </p>
1331
+ * @public
1332
+ */
1333
+ MaxResults?: number;
1334
+ }
1335
+ /**
1336
+ * <p> A user object that contains identifying information and attributes for a specified user.
1337
+ * </p>
1338
+ * @public
1339
+ */
1340
+ export interface User {
1341
+ /**
1342
+ * <p> The unique security identifier (SID) of the user. </p>
1343
+ * @public
1344
+ */
1345
+ SID?: string;
1346
+ /**
1347
+ * <p> The name of the user. </p>
1348
+ * @public
1349
+ */
1350
+ SAMAccountName: string | undefined;
1351
+ /**
1352
+ * <p> The <a href="https://learn.microsoft.com/en-us/windows/win32/ad/object-names-and-identities#distinguished-name">distinguished name</a> of the object. </p>
1353
+ * @public
1354
+ */
1355
+ DistinguishedName?: string;
1356
+ /**
1357
+ * <p> The UPN that is an internet-style login name for a user and based on the internet
1358
+ * standard <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a>. The UPN is shorter
1359
+ * than the distinguished name and easier to remember. </p>
1360
+ * @public
1361
+ */
1362
+ UserPrincipalName?: string;
1363
+ /**
1364
+ * <p> The email address of the user. </p>
1365
+ * @public
1366
+ */
1367
+ EmailAddress?: string;
1368
+ /**
1369
+ * <p> The first name of the user. </p>
1370
+ * @public
1371
+ */
1372
+ GivenName?: string;
1373
+ /**
1374
+ * <p> The last name of the user. </p>
1375
+ * @public
1376
+ */
1377
+ Surname?: string;
1378
+ /**
1379
+ * <p> Indicates whether the user account is active. </p>
1380
+ * @public
1381
+ */
1382
+ Enabled?: boolean;
1383
+ /**
1384
+ * <p> An expression that includes one or more attributes, data types, and values of a
1385
+ * user.</p>
1386
+ * @public
1387
+ */
1388
+ OtherAttributes?: Record<string, AttributeValue>;
1389
+ }
1390
+ /**
1391
+ * @public
1392
+ */
1393
+ export interface SearchUsersResult {
1394
+ /**
1395
+ * <p> The identifier (ID) of the directory where the address block is added. </p>
1396
+ * @public
1397
+ */
1398
+ DirectoryId?: string;
1399
+ /**
1400
+ * <p> The domain that's associated with the user. </p>
1401
+ * @public
1402
+ */
1403
+ Realm?: string;
1404
+ /**
1405
+ * <p> The user information that the request returns. </p>
1406
+ * @public
1407
+ */
1408
+ Users?: User[];
1409
+ /**
1410
+ * <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
1411
+ * page. </p>
1412
+ * @public
1413
+ */
1414
+ NextToken?: string;
1415
+ }
1416
+ /**
1417
+ * @public
1418
+ * @enum
1419
+ */
1420
+ export declare const UpdateType: {
1421
+ readonly ADD: "ADD";
1422
+ readonly REMOVE: "REMOVE";
1423
+ readonly REPLACE: "REPLACE";
1424
+ };
1425
+ /**
1426
+ * @public
1427
+ */
1428
+ export type UpdateType = (typeof UpdateType)[keyof typeof UpdateType];
1429
+ /**
1430
+ * @public
1431
+ */
1432
+ export interface UpdateGroupRequest {
1433
+ /**
1434
+ * <p> The identifier (ID) of the directory that's associated with the group. </p>
1435
+ * @public
1436
+ */
1437
+ DirectoryId: string | undefined;
1438
+ /**
1439
+ * <p> The name of the group. </p>
1440
+ * @public
1441
+ */
1442
+ SAMAccountName: string | undefined;
1443
+ /**
1444
+ * <p> The AD group type. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#how-active-directory-security-groups-work">Active Directory security group type</a>. </p>
1445
+ * @public
1446
+ */
1447
+ GroupType?: GroupType;
1448
+ /**
1449
+ * <p> The scope of the AD group. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope">Active Directory security groups</a>. </p>
1450
+ * @public
1451
+ */
1452
+ GroupScope?: GroupScope;
1453
+ /**
1454
+ * <p> An expression that defines one or more attributes with the data type and the value of
1455
+ * each attribute. </p>
1456
+ * @public
1457
+ */
1458
+ OtherAttributes?: Record<string, AttributeValue>;
1459
+ /**
1460
+ * <p> The type of update to be performed. If no value exists for the attribute, use
1461
+ * <code>ADD</code>. Otherwise, use <code>REPLACE</code> to change an attribute value or
1462
+ * <code>REMOVE</code> to clear the attribute value. </p>
1463
+ * @public
1464
+ */
1465
+ UpdateType?: UpdateType;
1466
+ /**
1467
+ * <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
1468
+ * the request, so multiple identical calls have the same effect as one single call. </p>
1469
+ * <p> A client token is valid for 8 hours after the first request that uses it completes. After
1470
+ * 8 hours, any request with the same client token is treated as a new request. If the request
1471
+ * succeeds, any future uses of that token will be idempotent for another 8 hours. </p>
1472
+ * <p> If you submit a request with the same client token but change one of the other parameters
1473
+ * within the 8-hour idempotency window, Directory Service Data returns an <code>ConflictException</code>. </p>
1474
+ * <note>
1475
+ * <p> This parameter is optional when using the CLI or SDK. </p>
1476
+ * </note>
1477
+ * @public
1478
+ */
1479
+ ClientToken?: string;
1480
+ }
1481
+ /**
1482
+ * @public
1483
+ */
1484
+ export interface UpdateGroupResult {
1485
+ }
1486
+ /**
1487
+ * @public
1488
+ */
1489
+ export interface UpdateUserRequest {
1490
+ /**
1491
+ * <p> The identifier (ID) of the directory that's associated with the user. </p>
1492
+ * @public
1493
+ */
1494
+ DirectoryId: string | undefined;
1495
+ /**
1496
+ * <p> The name of the user. </p>
1497
+ * @public
1498
+ */
1499
+ SAMAccountName: string | undefined;
1500
+ /**
1501
+ * <p> The email address of the user. </p>
1502
+ * @public
1503
+ */
1504
+ EmailAddress?: string;
1505
+ /**
1506
+ * <p> The first name of the user. </p>
1507
+ * @public
1508
+ */
1509
+ GivenName?: string;
1510
+ /**
1511
+ * <p> The last name of the user. </p>
1512
+ * @public
1513
+ */
1514
+ Surname?: string;
1515
+ /**
1516
+ * <p> An expression that defines one or more attribute names with the data type and value of
1517
+ * each attribute. A key is an attribute name, and the value is a list of maps. For a list of
1518
+ * supported attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data-attributes.html">Directory Service Data Attributes</a>. </p>
1519
+ * <note>
1520
+ * <p> Attribute names are case insensitive. </p>
1521
+ * </note>
1522
+ * @public
1523
+ */
1524
+ OtherAttributes?: Record<string, AttributeValue>;
1525
+ /**
1526
+ * <p> The type of update to be performed. If no value exists for the attribute, use
1527
+ * <code>ADD</code>. Otherwise, use <code>REPLACE</code> to change an attribute value or
1528
+ * <code>REMOVE</code> to clear the attribute value. </p>
1529
+ * @public
1530
+ */
1531
+ UpdateType?: UpdateType;
1532
+ /**
1533
+ * <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
1534
+ * the request, so multiple identical calls have the same effect as one single call. </p>
1535
+ * <p> A client token is valid for 8 hours after the first request that uses it completes. After
1536
+ * 8 hours, any request with the same client token is treated as a new request. If the request
1537
+ * succeeds, any future uses of that token will be idempotent for another 8 hours. </p>
1538
+ * <p> If you submit a request with the same client token but change one of the other parameters
1539
+ * within the 8-hour idempotency window, Directory Service Data returns an <code>ConflictException</code>. </p>
1540
+ * <note>
1541
+ * <p> This parameter is optional when using the CLI or SDK. </p>
1542
+ * </note>
1543
+ * @public
1544
+ */
1545
+ ClientToken?: string;
1546
+ }
1547
+ /**
1548
+ * @public
1549
+ */
1550
+ export interface UpdateUserResult {
1551
+ }
1552
+ /**
1553
+ * @internal
1554
+ */
1555
+ export declare const AttributeValueFilterSensitiveLog: (obj: AttributeValue) => any;
1556
+ /**
1557
+ * @internal
1558
+ */
1559
+ export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
1560
+ /**
1561
+ * @internal
1562
+ */
1563
+ export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
1564
+ /**
1565
+ * @internal
1566
+ */
1567
+ export declare const DescribeGroupResultFilterSensitiveLog: (obj: DescribeGroupResult) => any;
1568
+ /**
1569
+ * @internal
1570
+ */
1571
+ export declare const DescribeUserResultFilterSensitiveLog: (obj: DescribeUserResult) => any;
1572
+ /**
1573
+ * @internal
1574
+ */
1575
+ export declare const ListGroupMembersRequestFilterSensitiveLog: (obj: ListGroupMembersRequest) => any;
1576
+ /**
1577
+ * @internal
1578
+ */
1579
+ export declare const ListGroupMembersResultFilterSensitiveLog: (obj: ListGroupMembersResult) => any;
1580
+ /**
1581
+ * @internal
1582
+ */
1583
+ export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
1584
+ /**
1585
+ * @internal
1586
+ */
1587
+ export declare const ListGroupsResultFilterSensitiveLog: (obj: ListGroupsResult) => any;
1588
+ /**
1589
+ * @internal
1590
+ */
1591
+ export declare const ListGroupsForMemberRequestFilterSensitiveLog: (obj: ListGroupsForMemberRequest) => any;
1592
+ /**
1593
+ * @internal
1594
+ */
1595
+ export declare const ListGroupsForMemberResultFilterSensitiveLog: (obj: ListGroupsForMemberResult) => any;
1596
+ /**
1597
+ * @internal
1598
+ */
1599
+ export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
1600
+ /**
1601
+ * @internal
1602
+ */
1603
+ export declare const UserSummaryFilterSensitiveLog: (obj: UserSummary) => any;
1604
+ /**
1605
+ * @internal
1606
+ */
1607
+ export declare const ListUsersResultFilterSensitiveLog: (obj: ListUsersResult) => any;
1608
+ /**
1609
+ * @internal
1610
+ */
1611
+ export declare const SearchGroupsRequestFilterSensitiveLog: (obj: SearchGroupsRequest) => any;
1612
+ /**
1613
+ * @internal
1614
+ */
1615
+ export declare const GroupFilterSensitiveLog: (obj: Group) => any;
1616
+ /**
1617
+ * @internal
1618
+ */
1619
+ export declare const SearchGroupsResultFilterSensitiveLog: (obj: SearchGroupsResult) => any;
1620
+ /**
1621
+ * @internal
1622
+ */
1623
+ export declare const SearchUsersRequestFilterSensitiveLog: (obj: SearchUsersRequest) => any;
1624
+ /**
1625
+ * @internal
1626
+ */
1627
+ export declare const UserFilterSensitiveLog: (obj: User) => any;
1628
+ /**
1629
+ * @internal
1630
+ */
1631
+ export declare const SearchUsersResultFilterSensitiveLog: (obj: SearchUsersResult) => any;
1632
+ /**
1633
+ * @internal
1634
+ */
1635
+ export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
1636
+ /**
1637
+ * @internal
1638
+ */
1639
+ export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;