@aws-sdk/client-directory-service 3.180.0 → 3.183.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 (79) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist-cjs/protocols/Aws_json1_1.js +71 -65
  3. package/dist-es/DirectoryService.js +262 -269
  4. package/dist-es/DirectoryServiceClient.js +22 -28
  5. package/dist-es/commands/AcceptSharedDirectoryCommand.js +21 -28
  6. package/dist-es/commands/AddIpRoutesCommand.js +21 -28
  7. package/dist-es/commands/AddRegionCommand.js +21 -28
  8. package/dist-es/commands/AddTagsToResourceCommand.js +21 -28
  9. package/dist-es/commands/CancelSchemaExtensionCommand.js +21 -28
  10. package/dist-es/commands/ConnectDirectoryCommand.js +21 -28
  11. package/dist-es/commands/CreateAliasCommand.js +21 -28
  12. package/dist-es/commands/CreateComputerCommand.js +21 -28
  13. package/dist-es/commands/CreateConditionalForwarderCommand.js +21 -28
  14. package/dist-es/commands/CreateDirectoryCommand.js +21 -28
  15. package/dist-es/commands/CreateLogSubscriptionCommand.js +21 -28
  16. package/dist-es/commands/CreateMicrosoftADCommand.js +21 -28
  17. package/dist-es/commands/CreateSnapshotCommand.js +21 -28
  18. package/dist-es/commands/CreateTrustCommand.js +21 -28
  19. package/dist-es/commands/DeleteConditionalForwarderCommand.js +21 -28
  20. package/dist-es/commands/DeleteDirectoryCommand.js +21 -28
  21. package/dist-es/commands/DeleteLogSubscriptionCommand.js +21 -28
  22. package/dist-es/commands/DeleteSnapshotCommand.js +21 -28
  23. package/dist-es/commands/DeleteTrustCommand.js +21 -28
  24. package/dist-es/commands/DeregisterCertificateCommand.js +21 -28
  25. package/dist-es/commands/DeregisterEventTopicCommand.js +21 -28
  26. package/dist-es/commands/DescribeCertificateCommand.js +21 -28
  27. package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +21 -28
  28. package/dist-es/commands/DescribeConditionalForwardersCommand.js +21 -28
  29. package/dist-es/commands/DescribeDirectoriesCommand.js +21 -28
  30. package/dist-es/commands/DescribeDomainControllersCommand.js +21 -28
  31. package/dist-es/commands/DescribeEventTopicsCommand.js +21 -28
  32. package/dist-es/commands/DescribeLDAPSSettingsCommand.js +21 -28
  33. package/dist-es/commands/DescribeRegionsCommand.js +21 -28
  34. package/dist-es/commands/DescribeSettingsCommand.js +21 -28
  35. package/dist-es/commands/DescribeSharedDirectoriesCommand.js +21 -28
  36. package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
  37. package/dist-es/commands/DescribeTrustsCommand.js +21 -28
  38. package/dist-es/commands/DisableClientAuthenticationCommand.js +21 -28
  39. package/dist-es/commands/DisableLDAPSCommand.js +21 -28
  40. package/dist-es/commands/DisableRadiusCommand.js +21 -28
  41. package/dist-es/commands/DisableSsoCommand.js +21 -28
  42. package/dist-es/commands/EnableClientAuthenticationCommand.js +21 -28
  43. package/dist-es/commands/EnableLDAPSCommand.js +21 -28
  44. package/dist-es/commands/EnableRadiusCommand.js +21 -28
  45. package/dist-es/commands/EnableSsoCommand.js +21 -28
  46. package/dist-es/commands/GetDirectoryLimitsCommand.js +21 -28
  47. package/dist-es/commands/GetSnapshotLimitsCommand.js +21 -28
  48. package/dist-es/commands/ListCertificatesCommand.js +21 -28
  49. package/dist-es/commands/ListIpRoutesCommand.js +21 -28
  50. package/dist-es/commands/ListLogSubscriptionsCommand.js +21 -28
  51. package/dist-es/commands/ListSchemaExtensionsCommand.js +21 -28
  52. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  53. package/dist-es/commands/RegisterCertificateCommand.js +21 -28
  54. package/dist-es/commands/RegisterEventTopicCommand.js +21 -28
  55. package/dist-es/commands/RejectSharedDirectoryCommand.js +21 -28
  56. package/dist-es/commands/RemoveIpRoutesCommand.js +21 -28
  57. package/dist-es/commands/RemoveRegionCommand.js +21 -28
  58. package/dist-es/commands/RemoveTagsFromResourceCommand.js +21 -28
  59. package/dist-es/commands/ResetUserPasswordCommand.js +21 -28
  60. package/dist-es/commands/RestoreFromSnapshotCommand.js +21 -28
  61. package/dist-es/commands/ShareDirectoryCommand.js +21 -28
  62. package/dist-es/commands/StartSchemaExtensionCommand.js +21 -28
  63. package/dist-es/commands/UnshareDirectoryCommand.js +21 -28
  64. package/dist-es/commands/UpdateConditionalForwarderCommand.js +21 -28
  65. package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +21 -28
  66. package/dist-es/commands/UpdateRadiusCommand.js +21 -28
  67. package/dist-es/commands/UpdateSettingsCommand.js +21 -28
  68. package/dist-es/commands/UpdateTrustCommand.js +21 -28
  69. package/dist-es/commands/VerifyTrustCommand.js +21 -28
  70. package/dist-es/endpoints.js +8 -8
  71. package/dist-es/models/DirectoryServiceServiceException.js +5 -10
  72. package/dist-es/models/models_0.js +1019 -674
  73. package/dist-es/pagination/DescribeDomainControllersPaginator.js +25 -68
  74. package/dist-es/protocols/Aws_json1_1.js +4706 -6034
  75. package/dist-es/runtimeConfig.browser.js +26 -12
  76. package/dist-es/runtimeConfig.js +30 -12
  77. package/dist-es/runtimeConfig.native.js +8 -5
  78. package/dist-es/runtimeConfig.shared.js +8 -11
  79. package/package.json +33 -33
@@ -1,4 +1,3 @@
1
- import { __assign, __extends } from "tslib";
2
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
2
  import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException";
4
3
  export var ShareMethod;
@@ -18,216 +17,216 @@ export var ShareStatus;
18
17
  ShareStatus["SHARE_FAILED"] = "ShareFailed";
19
18
  ShareStatus["SHARING"] = "Sharing";
20
19
  })(ShareStatus || (ShareStatus = {}));
21
- var ClientException = (function (_super) {
22
- __extends(ClientException, _super);
23
- function ClientException(opts) {
24
- var _this = _super.call(this, __assign({ name: "ClientException", $fault: "client" }, opts)) || this;
25
- _this.name = "ClientException";
26
- _this.$fault = "client";
27
- Object.setPrototypeOf(_this, ClientException.prototype);
28
- _this.Message = opts.Message;
29
- _this.RequestId = opts.RequestId;
30
- return _this;
31
- }
32
- return ClientException;
33
- }(__BaseException));
34
- export { ClientException };
35
- var DirectoryAlreadySharedException = (function (_super) {
36
- __extends(DirectoryAlreadySharedException, _super);
37
- function DirectoryAlreadySharedException(opts) {
38
- var _this = _super.call(this, __assign({ name: "DirectoryAlreadySharedException", $fault: "client" }, opts)) || this;
39
- _this.name = "DirectoryAlreadySharedException";
40
- _this.$fault = "client";
41
- Object.setPrototypeOf(_this, DirectoryAlreadySharedException.prototype);
42
- _this.Message = opts.Message;
43
- _this.RequestId = opts.RequestId;
44
- return _this;
45
- }
46
- return DirectoryAlreadySharedException;
47
- }(__BaseException));
48
- export { DirectoryAlreadySharedException };
49
- var EntityDoesNotExistException = (function (_super) {
50
- __extends(EntityDoesNotExistException, _super);
51
- function EntityDoesNotExistException(opts) {
52
- var _this = _super.call(this, __assign({ name: "EntityDoesNotExistException", $fault: "client" }, opts)) || this;
53
- _this.name = "EntityDoesNotExistException";
54
- _this.$fault = "client";
55
- Object.setPrototypeOf(_this, EntityDoesNotExistException.prototype);
56
- _this.Message = opts.Message;
57
- _this.RequestId = opts.RequestId;
58
- return _this;
59
- }
60
- return EntityDoesNotExistException;
61
- }(__BaseException));
62
- export { EntityDoesNotExistException };
63
- var InvalidParameterException = (function (_super) {
64
- __extends(InvalidParameterException, _super);
65
- function InvalidParameterException(opts) {
66
- var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
67
- _this.name = "InvalidParameterException";
68
- _this.$fault = "client";
69
- Object.setPrototypeOf(_this, InvalidParameterException.prototype);
70
- _this.Message = opts.Message;
71
- _this.RequestId = opts.RequestId;
72
- return _this;
73
- }
74
- return InvalidParameterException;
75
- }(__BaseException));
76
- export { InvalidParameterException };
77
- var ServiceException = (function (_super) {
78
- __extends(ServiceException, _super);
79
- function ServiceException(opts) {
80
- var _this = _super.call(this, __assign({ name: "ServiceException", $fault: "server" }, opts)) || this;
81
- _this.name = "ServiceException";
82
- _this.$fault = "server";
83
- Object.setPrototypeOf(_this, ServiceException.prototype);
84
- _this.Message = opts.Message;
85
- _this.RequestId = opts.RequestId;
86
- return _this;
87
- }
88
- return ServiceException;
89
- }(__BaseException));
90
- export { ServiceException };
91
- var AccessDeniedException = (function (_super) {
92
- __extends(AccessDeniedException, _super);
93
- function AccessDeniedException(opts) {
94
- var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
95
- _this.name = "AccessDeniedException";
96
- _this.$fault = "client";
97
- Object.setPrototypeOf(_this, AccessDeniedException.prototype);
98
- _this.Message = opts.Message;
99
- _this.RequestId = opts.RequestId;
100
- return _this;
101
- }
102
- return AccessDeniedException;
103
- }(__BaseException));
104
- export { AccessDeniedException };
105
- var DirectoryUnavailableException = (function (_super) {
106
- __extends(DirectoryUnavailableException, _super);
107
- function DirectoryUnavailableException(opts) {
108
- var _this = _super.call(this, __assign({ name: "DirectoryUnavailableException", $fault: "client" }, opts)) || this;
109
- _this.name = "DirectoryUnavailableException";
110
- _this.$fault = "client";
111
- Object.setPrototypeOf(_this, DirectoryUnavailableException.prototype);
112
- _this.Message = opts.Message;
113
- _this.RequestId = opts.RequestId;
114
- return _this;
115
- }
116
- return DirectoryUnavailableException;
117
- }(__BaseException));
118
- export { DirectoryUnavailableException };
119
- var EntityAlreadyExistsException = (function (_super) {
120
- __extends(EntityAlreadyExistsException, _super);
121
- function EntityAlreadyExistsException(opts) {
122
- var _this = _super.call(this, __assign({ name: "EntityAlreadyExistsException", $fault: "client" }, opts)) || this;
123
- _this.name = "EntityAlreadyExistsException";
124
- _this.$fault = "client";
125
- Object.setPrototypeOf(_this, EntityAlreadyExistsException.prototype);
126
- _this.Message = opts.Message;
127
- _this.RequestId = opts.RequestId;
128
- return _this;
129
- }
130
- return EntityAlreadyExistsException;
131
- }(__BaseException));
132
- export { EntityAlreadyExistsException };
133
- var IpRouteLimitExceededException = (function (_super) {
134
- __extends(IpRouteLimitExceededException, _super);
135
- function IpRouteLimitExceededException(opts) {
136
- var _this = _super.call(this, __assign({ name: "IpRouteLimitExceededException", $fault: "client" }, opts)) || this;
137
- _this.name = "IpRouteLimitExceededException";
138
- _this.$fault = "client";
139
- Object.setPrototypeOf(_this, IpRouteLimitExceededException.prototype);
140
- _this.Message = opts.Message;
141
- _this.RequestId = opts.RequestId;
142
- return _this;
143
- }
144
- return IpRouteLimitExceededException;
145
- }(__BaseException));
146
- export { IpRouteLimitExceededException };
147
- var DirectoryAlreadyInRegionException = (function (_super) {
148
- __extends(DirectoryAlreadyInRegionException, _super);
149
- function DirectoryAlreadyInRegionException(opts) {
150
- var _this = _super.call(this, __assign({ name: "DirectoryAlreadyInRegionException", $fault: "client" }, opts)) || this;
151
- _this.name = "DirectoryAlreadyInRegionException";
152
- _this.$fault = "client";
153
- Object.setPrototypeOf(_this, DirectoryAlreadyInRegionException.prototype);
154
- _this.Message = opts.Message;
155
- _this.RequestId = opts.RequestId;
156
- return _this;
157
- }
158
- return DirectoryAlreadyInRegionException;
159
- }(__BaseException));
160
- export { DirectoryAlreadyInRegionException };
161
- var DirectoryDoesNotExistException = (function (_super) {
162
- __extends(DirectoryDoesNotExistException, _super);
163
- function DirectoryDoesNotExistException(opts) {
164
- var _this = _super.call(this, __assign({ name: "DirectoryDoesNotExistException", $fault: "client" }, opts)) || this;
165
- _this.name = "DirectoryDoesNotExistException";
166
- _this.$fault = "client";
167
- Object.setPrototypeOf(_this, DirectoryDoesNotExistException.prototype);
168
- _this.Message = opts.Message;
169
- _this.RequestId = opts.RequestId;
170
- return _this;
171
- }
172
- return DirectoryDoesNotExistException;
173
- }(__BaseException));
174
- export { DirectoryDoesNotExistException };
175
- var RegionLimitExceededException = (function (_super) {
176
- __extends(RegionLimitExceededException, _super);
177
- function RegionLimitExceededException(opts) {
178
- var _this = _super.call(this, __assign({ name: "RegionLimitExceededException", $fault: "client" }, opts)) || this;
179
- _this.name = "RegionLimitExceededException";
180
- _this.$fault = "client";
181
- Object.setPrototypeOf(_this, RegionLimitExceededException.prototype);
182
- _this.Message = opts.Message;
183
- _this.RequestId = opts.RequestId;
184
- return _this;
185
- }
186
- return RegionLimitExceededException;
187
- }(__BaseException));
188
- export { RegionLimitExceededException };
189
- var UnsupportedOperationException = (function (_super) {
190
- __extends(UnsupportedOperationException, _super);
191
- function UnsupportedOperationException(opts) {
192
- var _this = _super.call(this, __assign({ name: "UnsupportedOperationException", $fault: "client" }, opts)) || this;
193
- _this.name = "UnsupportedOperationException";
194
- _this.$fault = "client";
195
- Object.setPrototypeOf(_this, UnsupportedOperationException.prototype);
196
- _this.Message = opts.Message;
197
- _this.RequestId = opts.RequestId;
198
- return _this;
199
- }
200
- return UnsupportedOperationException;
201
- }(__BaseException));
202
- export { UnsupportedOperationException };
203
- var TagLimitExceededException = (function (_super) {
204
- __extends(TagLimitExceededException, _super);
205
- function TagLimitExceededException(opts) {
206
- var _this = _super.call(this, __assign({ name: "TagLimitExceededException", $fault: "client" }, opts)) || this;
207
- _this.name = "TagLimitExceededException";
208
- _this.$fault = "client";
209
- Object.setPrototypeOf(_this, TagLimitExceededException.prototype);
210
- _this.Message = opts.Message;
211
- _this.RequestId = opts.RequestId;
212
- return _this;
213
- }
214
- return TagLimitExceededException;
215
- }(__BaseException));
216
- export { TagLimitExceededException };
217
- var AuthenticationFailedException = (function (_super) {
218
- __extends(AuthenticationFailedException, _super);
219
- function AuthenticationFailedException(opts) {
220
- var _this = _super.call(this, __assign({ name: "AuthenticationFailedException", $fault: "client" }, opts)) || this;
221
- _this.name = "AuthenticationFailedException";
222
- _this.$fault = "client";
223
- Object.setPrototypeOf(_this, AuthenticationFailedException.prototype);
224
- _this.Message = opts.Message;
225
- _this.RequestId = opts.RequestId;
226
- return _this;
227
- }
228
- return AuthenticationFailedException;
229
- }(__BaseException));
230
- export { AuthenticationFailedException };
20
+ export class ClientException extends __BaseException {
21
+ constructor(opts) {
22
+ super({
23
+ name: "ClientException",
24
+ $fault: "client",
25
+ ...opts,
26
+ });
27
+ this.name = "ClientException";
28
+ this.$fault = "client";
29
+ Object.setPrototypeOf(this, ClientException.prototype);
30
+ this.Message = opts.Message;
31
+ this.RequestId = opts.RequestId;
32
+ }
33
+ }
34
+ export class DirectoryAlreadySharedException extends __BaseException {
35
+ constructor(opts) {
36
+ super({
37
+ name: "DirectoryAlreadySharedException",
38
+ $fault: "client",
39
+ ...opts,
40
+ });
41
+ this.name = "DirectoryAlreadySharedException";
42
+ this.$fault = "client";
43
+ Object.setPrototypeOf(this, DirectoryAlreadySharedException.prototype);
44
+ this.Message = opts.Message;
45
+ this.RequestId = opts.RequestId;
46
+ }
47
+ }
48
+ export class EntityDoesNotExistException extends __BaseException {
49
+ constructor(opts) {
50
+ super({
51
+ name: "EntityDoesNotExistException",
52
+ $fault: "client",
53
+ ...opts,
54
+ });
55
+ this.name = "EntityDoesNotExistException";
56
+ this.$fault = "client";
57
+ Object.setPrototypeOf(this, EntityDoesNotExistException.prototype);
58
+ this.Message = opts.Message;
59
+ this.RequestId = opts.RequestId;
60
+ }
61
+ }
62
+ export class InvalidParameterException extends __BaseException {
63
+ constructor(opts) {
64
+ super({
65
+ name: "InvalidParameterException",
66
+ $fault: "client",
67
+ ...opts,
68
+ });
69
+ this.name = "InvalidParameterException";
70
+ this.$fault = "client";
71
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
72
+ this.Message = opts.Message;
73
+ this.RequestId = opts.RequestId;
74
+ }
75
+ }
76
+ export class ServiceException extends __BaseException {
77
+ constructor(opts) {
78
+ super({
79
+ name: "ServiceException",
80
+ $fault: "server",
81
+ ...opts,
82
+ });
83
+ this.name = "ServiceException";
84
+ this.$fault = "server";
85
+ Object.setPrototypeOf(this, ServiceException.prototype);
86
+ this.Message = opts.Message;
87
+ this.RequestId = opts.RequestId;
88
+ }
89
+ }
90
+ export class AccessDeniedException extends __BaseException {
91
+ constructor(opts) {
92
+ super({
93
+ name: "AccessDeniedException",
94
+ $fault: "client",
95
+ ...opts,
96
+ });
97
+ this.name = "AccessDeniedException";
98
+ this.$fault = "client";
99
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
100
+ this.Message = opts.Message;
101
+ this.RequestId = opts.RequestId;
102
+ }
103
+ }
104
+ export class DirectoryUnavailableException extends __BaseException {
105
+ constructor(opts) {
106
+ super({
107
+ name: "DirectoryUnavailableException",
108
+ $fault: "client",
109
+ ...opts,
110
+ });
111
+ this.name = "DirectoryUnavailableException";
112
+ this.$fault = "client";
113
+ Object.setPrototypeOf(this, DirectoryUnavailableException.prototype);
114
+ this.Message = opts.Message;
115
+ this.RequestId = opts.RequestId;
116
+ }
117
+ }
118
+ export class EntityAlreadyExistsException extends __BaseException {
119
+ constructor(opts) {
120
+ super({
121
+ name: "EntityAlreadyExistsException",
122
+ $fault: "client",
123
+ ...opts,
124
+ });
125
+ this.name = "EntityAlreadyExistsException";
126
+ this.$fault = "client";
127
+ Object.setPrototypeOf(this, EntityAlreadyExistsException.prototype);
128
+ this.Message = opts.Message;
129
+ this.RequestId = opts.RequestId;
130
+ }
131
+ }
132
+ export class IpRouteLimitExceededException extends __BaseException {
133
+ constructor(opts) {
134
+ super({
135
+ name: "IpRouteLimitExceededException",
136
+ $fault: "client",
137
+ ...opts,
138
+ });
139
+ this.name = "IpRouteLimitExceededException";
140
+ this.$fault = "client";
141
+ Object.setPrototypeOf(this, IpRouteLimitExceededException.prototype);
142
+ this.Message = opts.Message;
143
+ this.RequestId = opts.RequestId;
144
+ }
145
+ }
146
+ export class DirectoryAlreadyInRegionException extends __BaseException {
147
+ constructor(opts) {
148
+ super({
149
+ name: "DirectoryAlreadyInRegionException",
150
+ $fault: "client",
151
+ ...opts,
152
+ });
153
+ this.name = "DirectoryAlreadyInRegionException";
154
+ this.$fault = "client";
155
+ Object.setPrototypeOf(this, DirectoryAlreadyInRegionException.prototype);
156
+ this.Message = opts.Message;
157
+ this.RequestId = opts.RequestId;
158
+ }
159
+ }
160
+ export class DirectoryDoesNotExistException extends __BaseException {
161
+ constructor(opts) {
162
+ super({
163
+ name: "DirectoryDoesNotExistException",
164
+ $fault: "client",
165
+ ...opts,
166
+ });
167
+ this.name = "DirectoryDoesNotExistException";
168
+ this.$fault = "client";
169
+ Object.setPrototypeOf(this, DirectoryDoesNotExistException.prototype);
170
+ this.Message = opts.Message;
171
+ this.RequestId = opts.RequestId;
172
+ }
173
+ }
174
+ export class RegionLimitExceededException extends __BaseException {
175
+ constructor(opts) {
176
+ super({
177
+ name: "RegionLimitExceededException",
178
+ $fault: "client",
179
+ ...opts,
180
+ });
181
+ this.name = "RegionLimitExceededException";
182
+ this.$fault = "client";
183
+ Object.setPrototypeOf(this, RegionLimitExceededException.prototype);
184
+ this.Message = opts.Message;
185
+ this.RequestId = opts.RequestId;
186
+ }
187
+ }
188
+ export class UnsupportedOperationException extends __BaseException {
189
+ constructor(opts) {
190
+ super({
191
+ name: "UnsupportedOperationException",
192
+ $fault: "client",
193
+ ...opts,
194
+ });
195
+ this.name = "UnsupportedOperationException";
196
+ this.$fault = "client";
197
+ Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
198
+ this.Message = opts.Message;
199
+ this.RequestId = opts.RequestId;
200
+ }
201
+ }
202
+ export class TagLimitExceededException extends __BaseException {
203
+ constructor(opts) {
204
+ super({
205
+ name: "TagLimitExceededException",
206
+ $fault: "client",
207
+ ...opts,
208
+ });
209
+ this.name = "TagLimitExceededException";
210
+ this.$fault = "client";
211
+ Object.setPrototypeOf(this, TagLimitExceededException.prototype);
212
+ this.Message = opts.Message;
213
+ this.RequestId = opts.RequestId;
214
+ }
215
+ }
216
+ export class AuthenticationFailedException extends __BaseException {
217
+ constructor(opts) {
218
+ super({
219
+ name: "AuthenticationFailedException",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ this.name = "AuthenticationFailedException";
224
+ this.$fault = "client";
225
+ Object.setPrototypeOf(this, AuthenticationFailedException.prototype);
226
+ this.Message = opts.Message;
227
+ this.RequestId = opts.RequestId;
228
+ }
229
+ }
231
230
  export var CertificateState;
232
231
  (function (CertificateState) {
233
232
  CertificateState["DEREGISTERED"] = "Deregistered";
@@ -242,62 +241,62 @@ export var CertificateType;
242
241
  CertificateType["CLIENT_CERT_AUTH"] = "ClientCertAuth";
243
242
  CertificateType["CLIENT_LDAPS"] = "ClientLDAPS";
244
243
  })(CertificateType || (CertificateType = {}));
245
- var CertificateAlreadyExistsException = (function (_super) {
246
- __extends(CertificateAlreadyExistsException, _super);
247
- function CertificateAlreadyExistsException(opts) {
248
- var _this = _super.call(this, __assign({ name: "CertificateAlreadyExistsException", $fault: "client" }, opts)) || this;
249
- _this.name = "CertificateAlreadyExistsException";
250
- _this.$fault = "client";
251
- Object.setPrototypeOf(_this, CertificateAlreadyExistsException.prototype);
252
- _this.Message = opts.Message;
253
- _this.RequestId = opts.RequestId;
254
- return _this;
255
- }
256
- return CertificateAlreadyExistsException;
257
- }(__BaseException));
258
- export { CertificateAlreadyExistsException };
259
- var CertificateDoesNotExistException = (function (_super) {
260
- __extends(CertificateDoesNotExistException, _super);
261
- function CertificateDoesNotExistException(opts) {
262
- var _this = _super.call(this, __assign({ name: "CertificateDoesNotExistException", $fault: "client" }, opts)) || this;
263
- _this.name = "CertificateDoesNotExistException";
264
- _this.$fault = "client";
265
- Object.setPrototypeOf(_this, CertificateDoesNotExistException.prototype);
266
- _this.Message = opts.Message;
267
- _this.RequestId = opts.RequestId;
268
- return _this;
269
- }
270
- return CertificateDoesNotExistException;
271
- }(__BaseException));
272
- export { CertificateDoesNotExistException };
273
- var CertificateInUseException = (function (_super) {
274
- __extends(CertificateInUseException, _super);
275
- function CertificateInUseException(opts) {
276
- var _this = _super.call(this, __assign({ name: "CertificateInUseException", $fault: "client" }, opts)) || this;
277
- _this.name = "CertificateInUseException";
278
- _this.$fault = "client";
279
- Object.setPrototypeOf(_this, CertificateInUseException.prototype);
280
- _this.Message = opts.Message;
281
- _this.RequestId = opts.RequestId;
282
- return _this;
283
- }
284
- return CertificateInUseException;
285
- }(__BaseException));
286
- export { CertificateInUseException };
287
- var CertificateLimitExceededException = (function (_super) {
288
- __extends(CertificateLimitExceededException, _super);
289
- function CertificateLimitExceededException(opts) {
290
- var _this = _super.call(this, __assign({ name: "CertificateLimitExceededException", $fault: "client" }, opts)) || this;
291
- _this.name = "CertificateLimitExceededException";
292
- _this.$fault = "client";
293
- Object.setPrototypeOf(_this, CertificateLimitExceededException.prototype);
294
- _this.Message = opts.Message;
295
- _this.RequestId = opts.RequestId;
296
- return _this;
297
- }
298
- return CertificateLimitExceededException;
299
- }(__BaseException));
300
- export { CertificateLimitExceededException };
244
+ export class CertificateAlreadyExistsException extends __BaseException {
245
+ constructor(opts) {
246
+ super({
247
+ name: "CertificateAlreadyExistsException",
248
+ $fault: "client",
249
+ ...opts,
250
+ });
251
+ this.name = "CertificateAlreadyExistsException";
252
+ this.$fault = "client";
253
+ Object.setPrototypeOf(this, CertificateAlreadyExistsException.prototype);
254
+ this.Message = opts.Message;
255
+ this.RequestId = opts.RequestId;
256
+ }
257
+ }
258
+ export class CertificateDoesNotExistException extends __BaseException {
259
+ constructor(opts) {
260
+ super({
261
+ name: "CertificateDoesNotExistException",
262
+ $fault: "client",
263
+ ...opts,
264
+ });
265
+ this.name = "CertificateDoesNotExistException";
266
+ this.$fault = "client";
267
+ Object.setPrototypeOf(this, CertificateDoesNotExistException.prototype);
268
+ this.Message = opts.Message;
269
+ this.RequestId = opts.RequestId;
270
+ }
271
+ }
272
+ export class CertificateInUseException extends __BaseException {
273
+ constructor(opts) {
274
+ super({
275
+ name: "CertificateInUseException",
276
+ $fault: "client",
277
+ ...opts,
278
+ });
279
+ this.name = "CertificateInUseException";
280
+ this.$fault = "client";
281
+ Object.setPrototypeOf(this, CertificateInUseException.prototype);
282
+ this.Message = opts.Message;
283
+ this.RequestId = opts.RequestId;
284
+ }
285
+ }
286
+ export class CertificateLimitExceededException extends __BaseException {
287
+ constructor(opts) {
288
+ super({
289
+ name: "CertificateLimitExceededException",
290
+ $fault: "client",
291
+ ...opts,
292
+ });
293
+ this.name = "CertificateLimitExceededException";
294
+ this.$fault = "client";
295
+ Object.setPrototypeOf(this, CertificateLimitExceededException.prototype);
296
+ this.Message = opts.Message;
297
+ this.RequestId = opts.RequestId;
298
+ }
299
+ }
301
300
  export var ClientAuthenticationStatus;
302
301
  (function (ClientAuthenticationStatus) {
303
302
  ClientAuthenticationStatus["DISABLED"] = "Disabled";
@@ -317,53 +316,53 @@ export var DirectorySize;
317
316
  DirectorySize["LARGE"] = "Large";
318
317
  DirectorySize["SMALL"] = "Small";
319
318
  })(DirectorySize || (DirectorySize = {}));
320
- var DirectoryLimitExceededException = (function (_super) {
321
- __extends(DirectoryLimitExceededException, _super);
322
- function DirectoryLimitExceededException(opts) {
323
- var _this = _super.call(this, __assign({ name: "DirectoryLimitExceededException", $fault: "client" }, opts)) || this;
324
- _this.name = "DirectoryLimitExceededException";
325
- _this.$fault = "client";
326
- Object.setPrototypeOf(_this, DirectoryLimitExceededException.prototype);
327
- _this.Message = opts.Message;
328
- _this.RequestId = opts.RequestId;
329
- return _this;
330
- }
331
- return DirectoryLimitExceededException;
332
- }(__BaseException));
333
- export { DirectoryLimitExceededException };
334
- var InsufficientPermissionsException = (function (_super) {
335
- __extends(InsufficientPermissionsException, _super);
336
- function InsufficientPermissionsException(opts) {
337
- var _this = _super.call(this, __assign({ name: "InsufficientPermissionsException", $fault: "client" }, opts)) || this;
338
- _this.name = "InsufficientPermissionsException";
339
- _this.$fault = "client";
340
- Object.setPrototypeOf(_this, InsufficientPermissionsException.prototype);
341
- _this.Message = opts.Message;
342
- _this.RequestId = opts.RequestId;
343
- return _this;
344
- }
345
- return InsufficientPermissionsException;
346
- }(__BaseException));
347
- export { InsufficientPermissionsException };
319
+ export class DirectoryLimitExceededException extends __BaseException {
320
+ constructor(opts) {
321
+ super({
322
+ name: "DirectoryLimitExceededException",
323
+ $fault: "client",
324
+ ...opts,
325
+ });
326
+ this.name = "DirectoryLimitExceededException";
327
+ this.$fault = "client";
328
+ Object.setPrototypeOf(this, DirectoryLimitExceededException.prototype);
329
+ this.Message = opts.Message;
330
+ this.RequestId = opts.RequestId;
331
+ }
332
+ }
333
+ export class InsufficientPermissionsException extends __BaseException {
334
+ constructor(opts) {
335
+ super({
336
+ name: "InsufficientPermissionsException",
337
+ $fault: "client",
338
+ ...opts,
339
+ });
340
+ this.name = "InsufficientPermissionsException";
341
+ this.$fault = "client";
342
+ Object.setPrototypeOf(this, InsufficientPermissionsException.prototype);
343
+ this.Message = opts.Message;
344
+ this.RequestId = opts.RequestId;
345
+ }
346
+ }
348
347
  export var DirectoryEdition;
349
348
  (function (DirectoryEdition) {
350
349
  DirectoryEdition["ENTERPRISE"] = "Enterprise";
351
350
  DirectoryEdition["STANDARD"] = "Standard";
352
351
  })(DirectoryEdition || (DirectoryEdition = {}));
353
- var SnapshotLimitExceededException = (function (_super) {
354
- __extends(SnapshotLimitExceededException, _super);
355
- function SnapshotLimitExceededException(opts) {
356
- var _this = _super.call(this, __assign({ name: "SnapshotLimitExceededException", $fault: "client" }, opts)) || this;
357
- _this.name = "SnapshotLimitExceededException";
358
- _this.$fault = "client";
359
- Object.setPrototypeOf(_this, SnapshotLimitExceededException.prototype);
360
- _this.Message = opts.Message;
361
- _this.RequestId = opts.RequestId;
362
- return _this;
363
- }
364
- return SnapshotLimitExceededException;
365
- }(__BaseException));
366
- export { SnapshotLimitExceededException };
352
+ export class SnapshotLimitExceededException extends __BaseException {
353
+ constructor(opts) {
354
+ super({
355
+ name: "SnapshotLimitExceededException",
356
+ $fault: "client",
357
+ ...opts,
358
+ });
359
+ this.name = "SnapshotLimitExceededException";
360
+ this.$fault = "client";
361
+ Object.setPrototypeOf(this, SnapshotLimitExceededException.prototype);
362
+ this.Message = opts.Message;
363
+ this.RequestId = opts.RequestId;
364
+ }
365
+ }
367
366
  export var SelectiveAuth;
368
367
  (function (SelectiveAuth) {
369
368
  SelectiveAuth["DISABLED"] = "Disabled";
@@ -414,20 +413,20 @@ export var DirectoryType;
414
413
  DirectoryType["SHARED_MICROSOFT_AD"] = "SharedMicrosoftAD";
415
414
  DirectoryType["SIMPLE_AD"] = "SimpleAD";
416
415
  })(DirectoryType || (DirectoryType = {}));
417
- var InvalidNextTokenException = (function (_super) {
418
- __extends(InvalidNextTokenException, _super);
419
- function InvalidNextTokenException(opts) {
420
- var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
421
- _this.name = "InvalidNextTokenException";
422
- _this.$fault = "client";
423
- Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
424
- _this.Message = opts.Message;
425
- _this.RequestId = opts.RequestId;
426
- return _this;
427
- }
428
- return InvalidNextTokenException;
429
- }(__BaseException));
430
- export { InvalidNextTokenException };
416
+ export class InvalidNextTokenException extends __BaseException {
417
+ constructor(opts) {
418
+ super({
419
+ name: "InvalidNextTokenException",
420
+ $fault: "client",
421
+ ...opts,
422
+ });
423
+ this.name = "InvalidNextTokenException";
424
+ this.$fault = "client";
425
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
426
+ this.Message = opts.Message;
427
+ this.RequestId = opts.RequestId;
428
+ }
429
+ }
431
430
  export var DomainControllerStatus;
432
431
  (function (DomainControllerStatus) {
433
432
  DomainControllerStatus["ACTIVE"] = "Active";
@@ -494,62 +493,62 @@ export var TrustState;
494
493
  TrustState["VERIFYING"] = "Verifying";
495
494
  TrustState["VERIFY_FAILED"] = "VerifyFailed";
496
495
  })(TrustState || (TrustState = {}));
497
- var DirectoryNotSharedException = (function (_super) {
498
- __extends(DirectoryNotSharedException, _super);
499
- function DirectoryNotSharedException(opts) {
500
- var _this = _super.call(this, __assign({ name: "DirectoryNotSharedException", $fault: "client" }, opts)) || this;
501
- _this.name = "DirectoryNotSharedException";
502
- _this.$fault = "client";
503
- Object.setPrototypeOf(_this, DirectoryNotSharedException.prototype);
504
- _this.Message = opts.Message;
505
- _this.RequestId = opts.RequestId;
506
- return _this;
507
- }
508
- return DirectoryNotSharedException;
509
- }(__BaseException));
510
- export { DirectoryNotSharedException };
511
- var InvalidClientAuthStatusException = (function (_super) {
512
- __extends(InvalidClientAuthStatusException, _super);
513
- function InvalidClientAuthStatusException(opts) {
514
- var _this = _super.call(this, __assign({ name: "InvalidClientAuthStatusException", $fault: "client" }, opts)) || this;
515
- _this.name = "InvalidClientAuthStatusException";
516
- _this.$fault = "client";
517
- Object.setPrototypeOf(_this, InvalidClientAuthStatusException.prototype);
518
- _this.Message = opts.Message;
519
- _this.RequestId = opts.RequestId;
520
- return _this;
521
- }
522
- return InvalidClientAuthStatusException;
523
- }(__BaseException));
524
- export { InvalidClientAuthStatusException };
525
- var InvalidLDAPSStatusException = (function (_super) {
526
- __extends(InvalidLDAPSStatusException, _super);
527
- function InvalidLDAPSStatusException(opts) {
528
- var _this = _super.call(this, __assign({ name: "InvalidLDAPSStatusException", $fault: "client" }, opts)) || this;
529
- _this.name = "InvalidLDAPSStatusException";
530
- _this.$fault = "client";
531
- Object.setPrototypeOf(_this, InvalidLDAPSStatusException.prototype);
532
- _this.Message = opts.Message;
533
- _this.RequestId = opts.RequestId;
534
- return _this;
535
- }
536
- return InvalidLDAPSStatusException;
537
- }(__BaseException));
538
- export { InvalidLDAPSStatusException };
539
- var NoAvailableCertificateException = (function (_super) {
540
- __extends(NoAvailableCertificateException, _super);
541
- function NoAvailableCertificateException(opts) {
542
- var _this = _super.call(this, __assign({ name: "NoAvailableCertificateException", $fault: "client" }, opts)) || this;
543
- _this.name = "NoAvailableCertificateException";
544
- _this.$fault = "client";
545
- Object.setPrototypeOf(_this, NoAvailableCertificateException.prototype);
546
- _this.Message = opts.Message;
547
- _this.RequestId = opts.RequestId;
548
- return _this;
549
- }
550
- return NoAvailableCertificateException;
551
- }(__BaseException));
552
- export { NoAvailableCertificateException };
496
+ export class DirectoryNotSharedException extends __BaseException {
497
+ constructor(opts) {
498
+ super({
499
+ name: "DirectoryNotSharedException",
500
+ $fault: "client",
501
+ ...opts,
502
+ });
503
+ this.name = "DirectoryNotSharedException";
504
+ this.$fault = "client";
505
+ Object.setPrototypeOf(this, DirectoryNotSharedException.prototype);
506
+ this.Message = opts.Message;
507
+ this.RequestId = opts.RequestId;
508
+ }
509
+ }
510
+ export class InvalidClientAuthStatusException extends __BaseException {
511
+ constructor(opts) {
512
+ super({
513
+ name: "InvalidClientAuthStatusException",
514
+ $fault: "client",
515
+ ...opts,
516
+ });
517
+ this.name = "InvalidClientAuthStatusException";
518
+ this.$fault = "client";
519
+ Object.setPrototypeOf(this, InvalidClientAuthStatusException.prototype);
520
+ this.Message = opts.Message;
521
+ this.RequestId = opts.RequestId;
522
+ }
523
+ }
524
+ export class InvalidLDAPSStatusException extends __BaseException {
525
+ constructor(opts) {
526
+ super({
527
+ name: "InvalidLDAPSStatusException",
528
+ $fault: "client",
529
+ ...opts,
530
+ });
531
+ this.name = "InvalidLDAPSStatusException";
532
+ this.$fault = "client";
533
+ Object.setPrototypeOf(this, InvalidLDAPSStatusException.prototype);
534
+ this.Message = opts.Message;
535
+ this.RequestId = opts.RequestId;
536
+ }
537
+ }
538
+ export class NoAvailableCertificateException extends __BaseException {
539
+ constructor(opts) {
540
+ super({
541
+ name: "NoAvailableCertificateException",
542
+ $fault: "client",
543
+ ...opts,
544
+ });
545
+ this.name = "NoAvailableCertificateException";
546
+ this.$fault = "client";
547
+ Object.setPrototypeOf(this, NoAvailableCertificateException.prototype);
548
+ this.Message = opts.Message;
549
+ this.RequestId = opts.RequestId;
550
+ }
551
+ }
553
552
  export var IpRouteStatusMsg;
554
553
  (function (IpRouteStatusMsg) {
555
554
  IpRouteStatusMsg["ADDED"] = "Added";
@@ -571,302 +570,648 @@ export var SchemaExtensionStatus;
571
570
  SchemaExtensionStatus["ROLLBACK_IN_PROGRESS"] = "RollbackInProgress";
572
571
  SchemaExtensionStatus["UPDATING_SCHEMA"] = "UpdatingSchema";
573
572
  })(SchemaExtensionStatus || (SchemaExtensionStatus = {}));
574
- var InvalidCertificateException = (function (_super) {
575
- __extends(InvalidCertificateException, _super);
576
- function InvalidCertificateException(opts) {
577
- var _this = _super.call(this, __assign({ name: "InvalidCertificateException", $fault: "client" }, opts)) || this;
578
- _this.name = "InvalidCertificateException";
579
- _this.$fault = "client";
580
- Object.setPrototypeOf(_this, InvalidCertificateException.prototype);
581
- _this.Message = opts.Message;
582
- _this.RequestId = opts.RequestId;
583
- return _this;
584
- }
585
- return InvalidCertificateException;
586
- }(__BaseException));
587
- export { InvalidCertificateException };
588
- var InvalidPasswordException = (function (_super) {
589
- __extends(InvalidPasswordException, _super);
590
- function InvalidPasswordException(opts) {
591
- var _this = _super.call(this, __assign({ name: "InvalidPasswordException", $fault: "client" }, opts)) || this;
592
- _this.name = "InvalidPasswordException";
593
- _this.$fault = "client";
594
- Object.setPrototypeOf(_this, InvalidPasswordException.prototype);
595
- _this.Message = opts.Message;
596
- _this.RequestId = opts.RequestId;
597
- return _this;
598
- }
599
- return InvalidPasswordException;
600
- }(__BaseException));
601
- export { InvalidPasswordException };
602
- var UserDoesNotExistException = (function (_super) {
603
- __extends(UserDoesNotExistException, _super);
604
- function UserDoesNotExistException(opts) {
605
- var _this = _super.call(this, __assign({ name: "UserDoesNotExistException", $fault: "client" }, opts)) || this;
606
- _this.name = "UserDoesNotExistException";
607
- _this.$fault = "client";
608
- Object.setPrototypeOf(_this, UserDoesNotExistException.prototype);
609
- _this.Message = opts.Message;
610
- _this.RequestId = opts.RequestId;
611
- return _this;
612
- }
613
- return UserDoesNotExistException;
614
- }(__BaseException));
615
- export { UserDoesNotExistException };
616
- var InvalidTargetException = (function (_super) {
617
- __extends(InvalidTargetException, _super);
618
- function InvalidTargetException(opts) {
619
- var _this = _super.call(this, __assign({ name: "InvalidTargetException", $fault: "client" }, opts)) || this;
620
- _this.name = "InvalidTargetException";
621
- _this.$fault = "client";
622
- Object.setPrototypeOf(_this, InvalidTargetException.prototype);
623
- _this.Message = opts.Message;
624
- _this.RequestId = opts.RequestId;
625
- return _this;
626
- }
627
- return InvalidTargetException;
628
- }(__BaseException));
629
- export { InvalidTargetException };
630
- var OrganizationsException = (function (_super) {
631
- __extends(OrganizationsException, _super);
632
- function OrganizationsException(opts) {
633
- var _this = _super.call(this, __assign({ name: "OrganizationsException", $fault: "client" }, opts)) || this;
634
- _this.name = "OrganizationsException";
635
- _this.$fault = "client";
636
- Object.setPrototypeOf(_this, OrganizationsException.prototype);
637
- _this.Message = opts.Message;
638
- _this.RequestId = opts.RequestId;
639
- return _this;
640
- }
641
- return OrganizationsException;
642
- }(__BaseException));
643
- export { OrganizationsException };
573
+ export class InvalidCertificateException extends __BaseException {
574
+ constructor(opts) {
575
+ super({
576
+ name: "InvalidCertificateException",
577
+ $fault: "client",
578
+ ...opts,
579
+ });
580
+ this.name = "InvalidCertificateException";
581
+ this.$fault = "client";
582
+ Object.setPrototypeOf(this, InvalidCertificateException.prototype);
583
+ this.Message = opts.Message;
584
+ this.RequestId = opts.RequestId;
585
+ }
586
+ }
587
+ export class InvalidPasswordException extends __BaseException {
588
+ constructor(opts) {
589
+ super({
590
+ name: "InvalidPasswordException",
591
+ $fault: "client",
592
+ ...opts,
593
+ });
594
+ this.name = "InvalidPasswordException";
595
+ this.$fault = "client";
596
+ Object.setPrototypeOf(this, InvalidPasswordException.prototype);
597
+ this.Message = opts.Message;
598
+ this.RequestId = opts.RequestId;
599
+ }
600
+ }
601
+ export class UserDoesNotExistException extends __BaseException {
602
+ constructor(opts) {
603
+ super({
604
+ name: "UserDoesNotExistException",
605
+ $fault: "client",
606
+ ...opts,
607
+ });
608
+ this.name = "UserDoesNotExistException";
609
+ this.$fault = "client";
610
+ Object.setPrototypeOf(this, UserDoesNotExistException.prototype);
611
+ this.Message = opts.Message;
612
+ this.RequestId = opts.RequestId;
613
+ }
614
+ }
615
+ export class InvalidTargetException extends __BaseException {
616
+ constructor(opts) {
617
+ super({
618
+ name: "InvalidTargetException",
619
+ $fault: "client",
620
+ ...opts,
621
+ });
622
+ this.name = "InvalidTargetException";
623
+ this.$fault = "client";
624
+ Object.setPrototypeOf(this, InvalidTargetException.prototype);
625
+ this.Message = opts.Message;
626
+ this.RequestId = opts.RequestId;
627
+ }
628
+ }
629
+ export class OrganizationsException extends __BaseException {
630
+ constructor(opts) {
631
+ super({
632
+ name: "OrganizationsException",
633
+ $fault: "client",
634
+ ...opts,
635
+ });
636
+ this.name = "OrganizationsException";
637
+ this.$fault = "client";
638
+ Object.setPrototypeOf(this, OrganizationsException.prototype);
639
+ this.Message = opts.Message;
640
+ this.RequestId = opts.RequestId;
641
+ }
642
+ }
644
643
  export var TargetType;
645
644
  (function (TargetType) {
646
645
  TargetType["ACCOUNT"] = "ACCOUNT";
647
646
  })(TargetType || (TargetType = {}));
648
- var ShareLimitExceededException = (function (_super) {
649
- __extends(ShareLimitExceededException, _super);
650
- function ShareLimitExceededException(opts) {
651
- var _this = _super.call(this, __assign({ name: "ShareLimitExceededException", $fault: "client" }, opts)) || this;
652
- _this.name = "ShareLimitExceededException";
653
- _this.$fault = "client";
654
- Object.setPrototypeOf(_this, ShareLimitExceededException.prototype);
655
- _this.Message = opts.Message;
656
- _this.RequestId = opts.RequestId;
657
- return _this;
658
- }
659
- return ShareLimitExceededException;
660
- }(__BaseException));
661
- export { ShareLimitExceededException };
662
- var DomainControllerLimitExceededException = (function (_super) {
663
- __extends(DomainControllerLimitExceededException, _super);
664
- function DomainControllerLimitExceededException(opts) {
665
- var _this = _super.call(this, __assign({ name: "DomainControllerLimitExceededException", $fault: "client" }, opts)) || this;
666
- _this.name = "DomainControllerLimitExceededException";
667
- _this.$fault = "client";
668
- Object.setPrototypeOf(_this, DomainControllerLimitExceededException.prototype);
669
- _this.Message = opts.Message;
670
- _this.RequestId = opts.RequestId;
671
- return _this;
672
- }
673
- return DomainControllerLimitExceededException;
674
- }(__BaseException));
675
- export { DomainControllerLimitExceededException };
676
- var IncompatibleSettingsException = (function (_super) {
677
- __extends(IncompatibleSettingsException, _super);
678
- function IncompatibleSettingsException(opts) {
679
- var _this = _super.call(this, __assign({ name: "IncompatibleSettingsException", $fault: "client" }, opts)) || this;
680
- _this.name = "IncompatibleSettingsException";
681
- _this.$fault = "client";
682
- Object.setPrototypeOf(_this, IncompatibleSettingsException.prototype);
683
- _this.Message = opts.Message;
684
- _this.RequestId = opts.RequestId;
685
- return _this;
686
- }
687
- return IncompatibleSettingsException;
688
- }(__BaseException));
689
- export { IncompatibleSettingsException };
690
- var UnsupportedSettingsException = (function (_super) {
691
- __extends(UnsupportedSettingsException, _super);
692
- function UnsupportedSettingsException(opts) {
693
- var _this = _super.call(this, __assign({ name: "UnsupportedSettingsException", $fault: "client" }, opts)) || this;
694
- _this.name = "UnsupportedSettingsException";
695
- _this.$fault = "client";
696
- Object.setPrototypeOf(_this, UnsupportedSettingsException.prototype);
697
- _this.Message = opts.Message;
698
- _this.RequestId = opts.RequestId;
699
- return _this;
700
- }
701
- return UnsupportedSettingsException;
702
- }(__BaseException));
703
- export { UnsupportedSettingsException };
704
- export var AcceptSharedDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
705
- export var SharedDirectoryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ShareNotes && { ShareNotes: SENSITIVE_STRING }))); };
706
- export var AcceptSharedDirectoryResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedDirectory && { SharedDirectory: SharedDirectoryFilterSensitiveLog(obj.SharedDirectory) }))); };
707
- export var IpRouteFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
708
- export var AddIpRoutesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
709
- export var AddIpRoutesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
710
- export var DirectoryVpcSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
711
- export var AddRegionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
712
- export var AddRegionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
713
- export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
714
- export var AddTagsToResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
715
- export var AddTagsToResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
716
- export var AttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
717
- export var CancelSchemaExtensionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
718
- export var CancelSchemaExtensionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
719
- export var ClientCertAuthSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
720
- export var CertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
721
- export var CertificateInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
722
- export var ClientAuthenticationSettingInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
723
- export var ComputerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
724
- export var ConditionalForwarderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
725
- export var DirectoryConnectSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
726
- export var ConnectDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
727
- export var ConnectDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
728
- export var CreateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
729
- export var CreateAliasResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
730
- export var CreateComputerRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
731
- export var CreateComputerResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
732
- export var CreateConditionalForwarderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
733
- export var CreateConditionalForwarderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
734
- export var CreateDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
735
- export var CreateDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
736
- export var CreateLogSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
737
- export var CreateLogSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
738
- export var CreateMicrosoftADRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
739
- export var CreateMicrosoftADResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
740
- export var CreateSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
741
- export var CreateSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
742
- export var CreateTrustRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TrustPassword && { TrustPassword: SENSITIVE_STRING }))); };
743
- export var CreateTrustResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
744
- export var DeleteConditionalForwarderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
- export var DeleteConditionalForwarderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
746
- export var DeleteDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
747
- export var DeleteDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
748
- export var DeleteLogSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
749
- export var DeleteLogSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
750
- export var DeleteSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
751
- export var DeleteSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
752
- export var DeleteTrustRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
753
- export var DeleteTrustResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
754
- export var DeregisterCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
755
- export var DeregisterCertificateResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
756
- export var DeregisterEventTopicRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
757
- export var DeregisterEventTopicResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
758
- export var DescribeCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
759
- export var DescribeCertificateResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
760
- export var DescribeClientAuthenticationSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
761
- export var DescribeClientAuthenticationSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
762
- export var DescribeConditionalForwardersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
763
- export var DescribeConditionalForwardersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
764
- export var DescribeDirectoriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
765
- export var DirectoryConnectSettingsDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
766
- export var RadiusSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedSecret && { SharedSecret: SENSITIVE_STRING }))); };
767
- export var DirectoryVpcSettingsDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
768
- export var OwnerDirectoryDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }))); };
769
- export var RegionsInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
770
- export var DirectoryDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ShareNotes && { ShareNotes: SENSITIVE_STRING })), (obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) })), (obj.OwnerDirectoryDescription && {
771
- OwnerDirectoryDescription: OwnerDirectoryDescriptionFilterSensitiveLog(obj.OwnerDirectoryDescription),
772
- }))); };
773
- export var DescribeDirectoriesResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DirectoryDescriptions && {
774
- DirectoryDescriptions: obj.DirectoryDescriptions.map(function (item) { return DirectoryDescriptionFilterSensitiveLog(item); }),
775
- }))); };
776
- export var DescribeDomainControllersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
777
- export var DomainControllerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
778
- export var DescribeDomainControllersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
779
- export var DescribeEventTopicsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
780
- export var EventTopicFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
781
- export var DescribeEventTopicsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
782
- export var DescribeLDAPSSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
783
- export var LDAPSSettingInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
784
- export var DescribeLDAPSSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
785
- export var DescribeRegionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
786
- export var RegionDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
787
- export var DescribeRegionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
788
- export var DescribeSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
789
- export var SettingEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
790
- export var DescribeSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
791
- export var DescribeSharedDirectoriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
792
- export var DescribeSharedDirectoriesResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedDirectories && {
793
- SharedDirectories: obj.SharedDirectories.map(function (item) { return SharedDirectoryFilterSensitiveLog(item); }),
794
- }))); };
795
- export var DescribeSnapshotsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
796
- export var SnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
797
- export var DescribeSnapshotsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
798
- export var DescribeTrustsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
799
- export var TrustFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
800
- export var DescribeTrustsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
801
- export var DirectoryLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
802
- export var DisableClientAuthenticationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
803
- export var DisableClientAuthenticationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
804
- export var DisableLDAPSRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
805
- export var DisableLDAPSResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
806
- export var DisableRadiusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
807
- export var DisableRadiusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
808
- export var DisableSsoRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
809
- export var DisableSsoResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
810
- export var EnableClientAuthenticationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
811
- export var EnableClientAuthenticationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
812
- export var EnableLDAPSRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
813
- export var EnableLDAPSResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
814
- export var EnableRadiusRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }))); };
815
- export var EnableRadiusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
816
- export var EnableSsoRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
817
- export var EnableSsoResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
818
- export var GetDirectoryLimitsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
819
- export var GetDirectoryLimitsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
820
- export var GetSnapshotLimitsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
821
- export var SnapshotLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
822
- export var GetSnapshotLimitsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
823
- export var ListCertificatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
824
- export var ListCertificatesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
825
- export var ListIpRoutesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
826
- export var IpRouteInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
827
- export var ListIpRoutesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
828
- export var ListLogSubscriptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
829
- export var LogSubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
830
- export var ListLogSubscriptionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
831
- export var ListSchemaExtensionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
832
- export var SchemaExtensionInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
833
- export var ListSchemaExtensionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
834
- export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
835
- export var ListTagsForResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
836
- export var RegisterCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
837
- export var RegisterCertificateResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
838
- export var RegisterEventTopicRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
839
- export var RegisterEventTopicResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
840
- export var RejectSharedDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
841
- export var RejectSharedDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
842
- export var RemoveIpRoutesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
843
- export var RemoveIpRoutesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
844
- export var RemoveRegionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
845
- export var RemoveRegionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
846
- export var RemoveTagsFromResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
847
- export var RemoveTagsFromResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
848
- export var ResetUserPasswordRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.NewPassword && { NewPassword: SENSITIVE_STRING }))); };
849
- export var ResetUserPasswordResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
850
- export var RestoreFromSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
851
- export var RestoreFromSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
852
- export var ShareTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
853
- export var ShareDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ShareNotes && { ShareNotes: SENSITIVE_STRING }))); };
854
- export var ShareDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
855
- export var StartSchemaExtensionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
856
- export var StartSchemaExtensionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
857
- export var UnshareTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
858
- export var UnshareDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
859
- export var UnshareDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
860
- export var UpdateConditionalForwarderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
861
- export var UpdateConditionalForwarderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
862
- export var UpdateNumberOfDomainControllersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
863
- export var UpdateNumberOfDomainControllersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
864
- export var UpdateRadiusRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }))); };
865
- export var UpdateRadiusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
866
- export var SettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
867
- export var UpdateSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
868
- export var UpdateSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
869
- export var UpdateTrustRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
870
- export var UpdateTrustResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
871
- export var VerifyTrustRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
872
- export var VerifyTrustResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
647
+ export class ShareLimitExceededException extends __BaseException {
648
+ constructor(opts) {
649
+ super({
650
+ name: "ShareLimitExceededException",
651
+ $fault: "client",
652
+ ...opts,
653
+ });
654
+ this.name = "ShareLimitExceededException";
655
+ this.$fault = "client";
656
+ Object.setPrototypeOf(this, ShareLimitExceededException.prototype);
657
+ this.Message = opts.Message;
658
+ this.RequestId = opts.RequestId;
659
+ }
660
+ }
661
+ export class DomainControllerLimitExceededException extends __BaseException {
662
+ constructor(opts) {
663
+ super({
664
+ name: "DomainControllerLimitExceededException",
665
+ $fault: "client",
666
+ ...opts,
667
+ });
668
+ this.name = "DomainControllerLimitExceededException";
669
+ this.$fault = "client";
670
+ Object.setPrototypeOf(this, DomainControllerLimitExceededException.prototype);
671
+ this.Message = opts.Message;
672
+ this.RequestId = opts.RequestId;
673
+ }
674
+ }
675
+ export class IncompatibleSettingsException extends __BaseException {
676
+ constructor(opts) {
677
+ super({
678
+ name: "IncompatibleSettingsException",
679
+ $fault: "client",
680
+ ...opts,
681
+ });
682
+ this.name = "IncompatibleSettingsException";
683
+ this.$fault = "client";
684
+ Object.setPrototypeOf(this, IncompatibleSettingsException.prototype);
685
+ this.Message = opts.Message;
686
+ this.RequestId = opts.RequestId;
687
+ }
688
+ }
689
+ export class UnsupportedSettingsException extends __BaseException {
690
+ constructor(opts) {
691
+ super({
692
+ name: "UnsupportedSettingsException",
693
+ $fault: "client",
694
+ ...opts,
695
+ });
696
+ this.name = "UnsupportedSettingsException";
697
+ this.$fault = "client";
698
+ Object.setPrototypeOf(this, UnsupportedSettingsException.prototype);
699
+ this.Message = opts.Message;
700
+ this.RequestId = opts.RequestId;
701
+ }
702
+ }
703
+ export const AcceptSharedDirectoryRequestFilterSensitiveLog = (obj) => ({
704
+ ...obj,
705
+ });
706
+ export const SharedDirectoryFilterSensitiveLog = (obj) => ({
707
+ ...obj,
708
+ ...(obj.ShareNotes && { ShareNotes: SENSITIVE_STRING }),
709
+ });
710
+ export const AcceptSharedDirectoryResultFilterSensitiveLog = (obj) => ({
711
+ ...obj,
712
+ ...(obj.SharedDirectory && { SharedDirectory: SharedDirectoryFilterSensitiveLog(obj.SharedDirectory) }),
713
+ });
714
+ export const IpRouteFilterSensitiveLog = (obj) => ({
715
+ ...obj,
716
+ });
717
+ export const AddIpRoutesRequestFilterSensitiveLog = (obj) => ({
718
+ ...obj,
719
+ });
720
+ export const AddIpRoutesResultFilterSensitiveLog = (obj) => ({
721
+ ...obj,
722
+ });
723
+ export const DirectoryVpcSettingsFilterSensitiveLog = (obj) => ({
724
+ ...obj,
725
+ });
726
+ export const AddRegionRequestFilterSensitiveLog = (obj) => ({
727
+ ...obj,
728
+ });
729
+ export const AddRegionResultFilterSensitiveLog = (obj) => ({
730
+ ...obj,
731
+ });
732
+ export const TagFilterSensitiveLog = (obj) => ({
733
+ ...obj,
734
+ });
735
+ export const AddTagsToResourceRequestFilterSensitiveLog = (obj) => ({
736
+ ...obj,
737
+ });
738
+ export const AddTagsToResourceResultFilterSensitiveLog = (obj) => ({
739
+ ...obj,
740
+ });
741
+ export const AttributeFilterSensitiveLog = (obj) => ({
742
+ ...obj,
743
+ });
744
+ export const CancelSchemaExtensionRequestFilterSensitiveLog = (obj) => ({
745
+ ...obj,
746
+ });
747
+ export const CancelSchemaExtensionResultFilterSensitiveLog = (obj) => ({
748
+ ...obj,
749
+ });
750
+ export const ClientCertAuthSettingsFilterSensitiveLog = (obj) => ({
751
+ ...obj,
752
+ });
753
+ export const CertificateFilterSensitiveLog = (obj) => ({
754
+ ...obj,
755
+ });
756
+ export const CertificateInfoFilterSensitiveLog = (obj) => ({
757
+ ...obj,
758
+ });
759
+ export const ClientAuthenticationSettingInfoFilterSensitiveLog = (obj) => ({
760
+ ...obj,
761
+ });
762
+ export const ComputerFilterSensitiveLog = (obj) => ({
763
+ ...obj,
764
+ });
765
+ export const ConditionalForwarderFilterSensitiveLog = (obj) => ({
766
+ ...obj,
767
+ });
768
+ export const DirectoryConnectSettingsFilterSensitiveLog = (obj) => ({
769
+ ...obj,
770
+ });
771
+ export const ConnectDirectoryRequestFilterSensitiveLog = (obj) => ({
772
+ ...obj,
773
+ ...(obj.Password && { Password: SENSITIVE_STRING }),
774
+ });
775
+ export const ConnectDirectoryResultFilterSensitiveLog = (obj) => ({
776
+ ...obj,
777
+ });
778
+ export const CreateAliasRequestFilterSensitiveLog = (obj) => ({
779
+ ...obj,
780
+ });
781
+ export const CreateAliasResultFilterSensitiveLog = (obj) => ({
782
+ ...obj,
783
+ });
784
+ export const CreateComputerRequestFilterSensitiveLog = (obj) => ({
785
+ ...obj,
786
+ ...(obj.Password && { Password: SENSITIVE_STRING }),
787
+ });
788
+ export const CreateComputerResultFilterSensitiveLog = (obj) => ({
789
+ ...obj,
790
+ });
791
+ export const CreateConditionalForwarderRequestFilterSensitiveLog = (obj) => ({
792
+ ...obj,
793
+ });
794
+ export const CreateConditionalForwarderResultFilterSensitiveLog = (obj) => ({
795
+ ...obj,
796
+ });
797
+ export const CreateDirectoryRequestFilterSensitiveLog = (obj) => ({
798
+ ...obj,
799
+ ...(obj.Password && { Password: SENSITIVE_STRING }),
800
+ });
801
+ export const CreateDirectoryResultFilterSensitiveLog = (obj) => ({
802
+ ...obj,
803
+ });
804
+ export const CreateLogSubscriptionRequestFilterSensitiveLog = (obj) => ({
805
+ ...obj,
806
+ });
807
+ export const CreateLogSubscriptionResultFilterSensitiveLog = (obj) => ({
808
+ ...obj,
809
+ });
810
+ export const CreateMicrosoftADRequestFilterSensitiveLog = (obj) => ({
811
+ ...obj,
812
+ ...(obj.Password && { Password: SENSITIVE_STRING }),
813
+ });
814
+ export const CreateMicrosoftADResultFilterSensitiveLog = (obj) => ({
815
+ ...obj,
816
+ });
817
+ export const CreateSnapshotRequestFilterSensitiveLog = (obj) => ({
818
+ ...obj,
819
+ });
820
+ export const CreateSnapshotResultFilterSensitiveLog = (obj) => ({
821
+ ...obj,
822
+ });
823
+ export const CreateTrustRequestFilterSensitiveLog = (obj) => ({
824
+ ...obj,
825
+ ...(obj.TrustPassword && { TrustPassword: SENSITIVE_STRING }),
826
+ });
827
+ export const CreateTrustResultFilterSensitiveLog = (obj) => ({
828
+ ...obj,
829
+ });
830
+ export const DeleteConditionalForwarderRequestFilterSensitiveLog = (obj) => ({
831
+ ...obj,
832
+ });
833
+ export const DeleteConditionalForwarderResultFilterSensitiveLog = (obj) => ({
834
+ ...obj,
835
+ });
836
+ export const DeleteDirectoryRequestFilterSensitiveLog = (obj) => ({
837
+ ...obj,
838
+ });
839
+ export const DeleteDirectoryResultFilterSensitiveLog = (obj) => ({
840
+ ...obj,
841
+ });
842
+ export const DeleteLogSubscriptionRequestFilterSensitiveLog = (obj) => ({
843
+ ...obj,
844
+ });
845
+ export const DeleteLogSubscriptionResultFilterSensitiveLog = (obj) => ({
846
+ ...obj,
847
+ });
848
+ export const DeleteSnapshotRequestFilterSensitiveLog = (obj) => ({
849
+ ...obj,
850
+ });
851
+ export const DeleteSnapshotResultFilterSensitiveLog = (obj) => ({
852
+ ...obj,
853
+ });
854
+ export const DeleteTrustRequestFilterSensitiveLog = (obj) => ({
855
+ ...obj,
856
+ });
857
+ export const DeleteTrustResultFilterSensitiveLog = (obj) => ({
858
+ ...obj,
859
+ });
860
+ export const DeregisterCertificateRequestFilterSensitiveLog = (obj) => ({
861
+ ...obj,
862
+ });
863
+ export const DeregisterCertificateResultFilterSensitiveLog = (obj) => ({
864
+ ...obj,
865
+ });
866
+ export const DeregisterEventTopicRequestFilterSensitiveLog = (obj) => ({
867
+ ...obj,
868
+ });
869
+ export const DeregisterEventTopicResultFilterSensitiveLog = (obj) => ({
870
+ ...obj,
871
+ });
872
+ export const DescribeCertificateRequestFilterSensitiveLog = (obj) => ({
873
+ ...obj,
874
+ });
875
+ export const DescribeCertificateResultFilterSensitiveLog = (obj) => ({
876
+ ...obj,
877
+ });
878
+ export const DescribeClientAuthenticationSettingsRequestFilterSensitiveLog = (obj) => ({
879
+ ...obj,
880
+ });
881
+ export const DescribeClientAuthenticationSettingsResultFilterSensitiveLog = (obj) => ({
882
+ ...obj,
883
+ });
884
+ export const DescribeConditionalForwardersRequestFilterSensitiveLog = (obj) => ({
885
+ ...obj,
886
+ });
887
+ export const DescribeConditionalForwardersResultFilterSensitiveLog = (obj) => ({
888
+ ...obj,
889
+ });
890
+ export const DescribeDirectoriesRequestFilterSensitiveLog = (obj) => ({
891
+ ...obj,
892
+ });
893
+ export const DirectoryConnectSettingsDescriptionFilterSensitiveLog = (obj) => ({
894
+ ...obj,
895
+ });
896
+ export const RadiusSettingsFilterSensitiveLog = (obj) => ({
897
+ ...obj,
898
+ ...(obj.SharedSecret && { SharedSecret: SENSITIVE_STRING }),
899
+ });
900
+ export const DirectoryVpcSettingsDescriptionFilterSensitiveLog = (obj) => ({
901
+ ...obj,
902
+ });
903
+ export const OwnerDirectoryDescriptionFilterSensitiveLog = (obj) => ({
904
+ ...obj,
905
+ ...(obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }),
906
+ });
907
+ export const RegionsInfoFilterSensitiveLog = (obj) => ({
908
+ ...obj,
909
+ });
910
+ export const DirectoryDescriptionFilterSensitiveLog = (obj) => ({
911
+ ...obj,
912
+ ...(obj.ShareNotes && { ShareNotes: SENSITIVE_STRING }),
913
+ ...(obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }),
914
+ ...(obj.OwnerDirectoryDescription && {
915
+ OwnerDirectoryDescription: OwnerDirectoryDescriptionFilterSensitiveLog(obj.OwnerDirectoryDescription),
916
+ }),
917
+ });
918
+ export const DescribeDirectoriesResultFilterSensitiveLog = (obj) => ({
919
+ ...obj,
920
+ ...(obj.DirectoryDescriptions && {
921
+ DirectoryDescriptions: obj.DirectoryDescriptions.map((item) => DirectoryDescriptionFilterSensitiveLog(item)),
922
+ }),
923
+ });
924
+ export const DescribeDomainControllersRequestFilterSensitiveLog = (obj) => ({
925
+ ...obj,
926
+ });
927
+ export const DomainControllerFilterSensitiveLog = (obj) => ({
928
+ ...obj,
929
+ });
930
+ export const DescribeDomainControllersResultFilterSensitiveLog = (obj) => ({
931
+ ...obj,
932
+ });
933
+ export const DescribeEventTopicsRequestFilterSensitiveLog = (obj) => ({
934
+ ...obj,
935
+ });
936
+ export const EventTopicFilterSensitiveLog = (obj) => ({
937
+ ...obj,
938
+ });
939
+ export const DescribeEventTopicsResultFilterSensitiveLog = (obj) => ({
940
+ ...obj,
941
+ });
942
+ export const DescribeLDAPSSettingsRequestFilterSensitiveLog = (obj) => ({
943
+ ...obj,
944
+ });
945
+ export const LDAPSSettingInfoFilterSensitiveLog = (obj) => ({
946
+ ...obj,
947
+ });
948
+ export const DescribeLDAPSSettingsResultFilterSensitiveLog = (obj) => ({
949
+ ...obj,
950
+ });
951
+ export const DescribeRegionsRequestFilterSensitiveLog = (obj) => ({
952
+ ...obj,
953
+ });
954
+ export const RegionDescriptionFilterSensitiveLog = (obj) => ({
955
+ ...obj,
956
+ });
957
+ export const DescribeRegionsResultFilterSensitiveLog = (obj) => ({
958
+ ...obj,
959
+ });
960
+ export const DescribeSettingsRequestFilterSensitiveLog = (obj) => ({
961
+ ...obj,
962
+ });
963
+ export const SettingEntryFilterSensitiveLog = (obj) => ({
964
+ ...obj,
965
+ });
966
+ export const DescribeSettingsResultFilterSensitiveLog = (obj) => ({
967
+ ...obj,
968
+ });
969
+ export const DescribeSharedDirectoriesRequestFilterSensitiveLog = (obj) => ({
970
+ ...obj,
971
+ });
972
+ export const DescribeSharedDirectoriesResultFilterSensitiveLog = (obj) => ({
973
+ ...obj,
974
+ ...(obj.SharedDirectories && {
975
+ SharedDirectories: obj.SharedDirectories.map((item) => SharedDirectoryFilterSensitiveLog(item)),
976
+ }),
977
+ });
978
+ export const DescribeSnapshotsRequestFilterSensitiveLog = (obj) => ({
979
+ ...obj,
980
+ });
981
+ export const SnapshotFilterSensitiveLog = (obj) => ({
982
+ ...obj,
983
+ });
984
+ export const DescribeSnapshotsResultFilterSensitiveLog = (obj) => ({
985
+ ...obj,
986
+ });
987
+ export const DescribeTrustsRequestFilterSensitiveLog = (obj) => ({
988
+ ...obj,
989
+ });
990
+ export const TrustFilterSensitiveLog = (obj) => ({
991
+ ...obj,
992
+ });
993
+ export const DescribeTrustsResultFilterSensitiveLog = (obj) => ({
994
+ ...obj,
995
+ });
996
+ export const DirectoryLimitsFilterSensitiveLog = (obj) => ({
997
+ ...obj,
998
+ });
999
+ export const DisableClientAuthenticationRequestFilterSensitiveLog = (obj) => ({
1000
+ ...obj,
1001
+ });
1002
+ export const DisableClientAuthenticationResultFilterSensitiveLog = (obj) => ({
1003
+ ...obj,
1004
+ });
1005
+ export const DisableLDAPSRequestFilterSensitiveLog = (obj) => ({
1006
+ ...obj,
1007
+ });
1008
+ export const DisableLDAPSResultFilterSensitiveLog = (obj) => ({
1009
+ ...obj,
1010
+ });
1011
+ export const DisableRadiusRequestFilterSensitiveLog = (obj) => ({
1012
+ ...obj,
1013
+ });
1014
+ export const DisableRadiusResultFilterSensitiveLog = (obj) => ({
1015
+ ...obj,
1016
+ });
1017
+ export const DisableSsoRequestFilterSensitiveLog = (obj) => ({
1018
+ ...obj,
1019
+ ...(obj.Password && { Password: SENSITIVE_STRING }),
1020
+ });
1021
+ export const DisableSsoResultFilterSensitiveLog = (obj) => ({
1022
+ ...obj,
1023
+ });
1024
+ export const EnableClientAuthenticationRequestFilterSensitiveLog = (obj) => ({
1025
+ ...obj,
1026
+ });
1027
+ export const EnableClientAuthenticationResultFilterSensitiveLog = (obj) => ({
1028
+ ...obj,
1029
+ });
1030
+ export const EnableLDAPSRequestFilterSensitiveLog = (obj) => ({
1031
+ ...obj,
1032
+ });
1033
+ export const EnableLDAPSResultFilterSensitiveLog = (obj) => ({
1034
+ ...obj,
1035
+ });
1036
+ export const EnableRadiusRequestFilterSensitiveLog = (obj) => ({
1037
+ ...obj,
1038
+ ...(obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }),
1039
+ });
1040
+ export const EnableRadiusResultFilterSensitiveLog = (obj) => ({
1041
+ ...obj,
1042
+ });
1043
+ export const EnableSsoRequestFilterSensitiveLog = (obj) => ({
1044
+ ...obj,
1045
+ ...(obj.Password && { Password: SENSITIVE_STRING }),
1046
+ });
1047
+ export const EnableSsoResultFilterSensitiveLog = (obj) => ({
1048
+ ...obj,
1049
+ });
1050
+ export const GetDirectoryLimitsRequestFilterSensitiveLog = (obj) => ({
1051
+ ...obj,
1052
+ });
1053
+ export const GetDirectoryLimitsResultFilterSensitiveLog = (obj) => ({
1054
+ ...obj,
1055
+ });
1056
+ export const GetSnapshotLimitsRequestFilterSensitiveLog = (obj) => ({
1057
+ ...obj,
1058
+ });
1059
+ export const SnapshotLimitsFilterSensitiveLog = (obj) => ({
1060
+ ...obj,
1061
+ });
1062
+ export const GetSnapshotLimitsResultFilterSensitiveLog = (obj) => ({
1063
+ ...obj,
1064
+ });
1065
+ export const ListCertificatesRequestFilterSensitiveLog = (obj) => ({
1066
+ ...obj,
1067
+ });
1068
+ export const ListCertificatesResultFilterSensitiveLog = (obj) => ({
1069
+ ...obj,
1070
+ });
1071
+ export const ListIpRoutesRequestFilterSensitiveLog = (obj) => ({
1072
+ ...obj,
1073
+ });
1074
+ export const IpRouteInfoFilterSensitiveLog = (obj) => ({
1075
+ ...obj,
1076
+ });
1077
+ export const ListIpRoutesResultFilterSensitiveLog = (obj) => ({
1078
+ ...obj,
1079
+ });
1080
+ export const ListLogSubscriptionsRequestFilterSensitiveLog = (obj) => ({
1081
+ ...obj,
1082
+ });
1083
+ export const LogSubscriptionFilterSensitiveLog = (obj) => ({
1084
+ ...obj,
1085
+ });
1086
+ export const ListLogSubscriptionsResultFilterSensitiveLog = (obj) => ({
1087
+ ...obj,
1088
+ });
1089
+ export const ListSchemaExtensionsRequestFilterSensitiveLog = (obj) => ({
1090
+ ...obj,
1091
+ });
1092
+ export const SchemaExtensionInfoFilterSensitiveLog = (obj) => ({
1093
+ ...obj,
1094
+ });
1095
+ export const ListSchemaExtensionsResultFilterSensitiveLog = (obj) => ({
1096
+ ...obj,
1097
+ });
1098
+ export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
1099
+ ...obj,
1100
+ });
1101
+ export const ListTagsForResourceResultFilterSensitiveLog = (obj) => ({
1102
+ ...obj,
1103
+ });
1104
+ export const RegisterCertificateRequestFilterSensitiveLog = (obj) => ({
1105
+ ...obj,
1106
+ });
1107
+ export const RegisterCertificateResultFilterSensitiveLog = (obj) => ({
1108
+ ...obj,
1109
+ });
1110
+ export const RegisterEventTopicRequestFilterSensitiveLog = (obj) => ({
1111
+ ...obj,
1112
+ });
1113
+ export const RegisterEventTopicResultFilterSensitiveLog = (obj) => ({
1114
+ ...obj,
1115
+ });
1116
+ export const RejectSharedDirectoryRequestFilterSensitiveLog = (obj) => ({
1117
+ ...obj,
1118
+ });
1119
+ export const RejectSharedDirectoryResultFilterSensitiveLog = (obj) => ({
1120
+ ...obj,
1121
+ });
1122
+ export const RemoveIpRoutesRequestFilterSensitiveLog = (obj) => ({
1123
+ ...obj,
1124
+ });
1125
+ export const RemoveIpRoutesResultFilterSensitiveLog = (obj) => ({
1126
+ ...obj,
1127
+ });
1128
+ export const RemoveRegionRequestFilterSensitiveLog = (obj) => ({
1129
+ ...obj,
1130
+ });
1131
+ export const RemoveRegionResultFilterSensitiveLog = (obj) => ({
1132
+ ...obj,
1133
+ });
1134
+ export const RemoveTagsFromResourceRequestFilterSensitiveLog = (obj) => ({
1135
+ ...obj,
1136
+ });
1137
+ export const RemoveTagsFromResourceResultFilterSensitiveLog = (obj) => ({
1138
+ ...obj,
1139
+ });
1140
+ export const ResetUserPasswordRequestFilterSensitiveLog = (obj) => ({
1141
+ ...obj,
1142
+ ...(obj.NewPassword && { NewPassword: SENSITIVE_STRING }),
1143
+ });
1144
+ export const ResetUserPasswordResultFilterSensitiveLog = (obj) => ({
1145
+ ...obj,
1146
+ });
1147
+ export const RestoreFromSnapshotRequestFilterSensitiveLog = (obj) => ({
1148
+ ...obj,
1149
+ });
1150
+ export const RestoreFromSnapshotResultFilterSensitiveLog = (obj) => ({
1151
+ ...obj,
1152
+ });
1153
+ export const ShareTargetFilterSensitiveLog = (obj) => ({
1154
+ ...obj,
1155
+ });
1156
+ export const ShareDirectoryRequestFilterSensitiveLog = (obj) => ({
1157
+ ...obj,
1158
+ ...(obj.ShareNotes && { ShareNotes: SENSITIVE_STRING }),
1159
+ });
1160
+ export const ShareDirectoryResultFilterSensitiveLog = (obj) => ({
1161
+ ...obj,
1162
+ });
1163
+ export const StartSchemaExtensionRequestFilterSensitiveLog = (obj) => ({
1164
+ ...obj,
1165
+ });
1166
+ export const StartSchemaExtensionResultFilterSensitiveLog = (obj) => ({
1167
+ ...obj,
1168
+ });
1169
+ export const UnshareTargetFilterSensitiveLog = (obj) => ({
1170
+ ...obj,
1171
+ });
1172
+ export const UnshareDirectoryRequestFilterSensitiveLog = (obj) => ({
1173
+ ...obj,
1174
+ });
1175
+ export const UnshareDirectoryResultFilterSensitiveLog = (obj) => ({
1176
+ ...obj,
1177
+ });
1178
+ export const UpdateConditionalForwarderRequestFilterSensitiveLog = (obj) => ({
1179
+ ...obj,
1180
+ });
1181
+ export const UpdateConditionalForwarderResultFilterSensitiveLog = (obj) => ({
1182
+ ...obj,
1183
+ });
1184
+ export const UpdateNumberOfDomainControllersRequestFilterSensitiveLog = (obj) => ({
1185
+ ...obj,
1186
+ });
1187
+ export const UpdateNumberOfDomainControllersResultFilterSensitiveLog = (obj) => ({
1188
+ ...obj,
1189
+ });
1190
+ export const UpdateRadiusRequestFilterSensitiveLog = (obj) => ({
1191
+ ...obj,
1192
+ ...(obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }),
1193
+ });
1194
+ export const UpdateRadiusResultFilterSensitiveLog = (obj) => ({
1195
+ ...obj,
1196
+ });
1197
+ export const SettingFilterSensitiveLog = (obj) => ({
1198
+ ...obj,
1199
+ });
1200
+ export const UpdateSettingsRequestFilterSensitiveLog = (obj) => ({
1201
+ ...obj,
1202
+ });
1203
+ export const UpdateSettingsResultFilterSensitiveLog = (obj) => ({
1204
+ ...obj,
1205
+ });
1206
+ export const UpdateTrustRequestFilterSensitiveLog = (obj) => ({
1207
+ ...obj,
1208
+ });
1209
+ export const UpdateTrustResultFilterSensitiveLog = (obj) => ({
1210
+ ...obj,
1211
+ });
1212
+ export const VerifyTrustRequestFilterSensitiveLog = (obj) => ({
1213
+ ...obj,
1214
+ });
1215
+ export const VerifyTrustResultFilterSensitiveLog = (obj) => ({
1216
+ ...obj,
1217
+ });