@aws-sdk/client-directory-service 3.50.0 → 3.53.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 (92) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/DirectoryServiceServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +516 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +744 -2886
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/DirectoryServiceServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +478 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1593 -3071
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/DirectoryServiceServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +240 -103
  13. package/dist-types/ts3.4/DirectoryService.d.ts +320 -0
  14. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +136 -0
  15. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  79. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  80. package/dist-types/ts3.4/index.d.ts +6 -0
  81. package/dist-types/ts3.4/models/DirectoryServiceServiceException.d.ts +6 -0
  82. package/dist-types/ts3.4/models/index.d.ts +1 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +2349 -0
  84. package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +4 -0
  85. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  86. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  87. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +191 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  92. package/package.json +33 -33
package/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./DirectoryServiceClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { DirectoryServiceServiceException } from "./models/DirectoryServiceServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var DirectoryServiceServiceException = (function (_super) {
4
+ __extends(DirectoryServiceServiceException, _super);
5
+ function DirectoryServiceServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, DirectoryServiceServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return DirectoryServiceServiceException;
11
+ }(__ServiceException));
12
+ export { DirectoryServiceServiceException };
@@ -1,5 +1,6 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException";
3
4
  export var AcceptSharedDirectoryRequest;
4
5
  (function (AcceptSharedDirectoryRequest) {
5
6
  AcceptSharedDirectoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -29,6 +30,90 @@ export var AcceptSharedDirectoryResult;
29
30
  (function (AcceptSharedDirectoryResult) {
30
31
  AcceptSharedDirectoryResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedDirectory && { SharedDirectory: SharedDirectory.filterSensitiveLog(obj.SharedDirectory) }))); };
31
32
  })(AcceptSharedDirectoryResult || (AcceptSharedDirectoryResult = {}));
33
+ var ClientException = (function (_super) {
34
+ __extends(ClientException, _super);
35
+ function ClientException(opts) {
36
+ var _this = _super.call(this, __assign({ name: "ClientException", $fault: "client" }, opts)) || this;
37
+ _this.name = "ClientException";
38
+ _this.$fault = "client";
39
+ Object.setPrototypeOf(_this, ClientException.prototype);
40
+ _this.Message = opts.Message;
41
+ _this.RequestId = opts.RequestId;
42
+ return _this;
43
+ }
44
+ return ClientException;
45
+ }(__BaseException));
46
+ export { ClientException };
47
+ var DirectoryAlreadySharedException = (function (_super) {
48
+ __extends(DirectoryAlreadySharedException, _super);
49
+ function DirectoryAlreadySharedException(opts) {
50
+ var _this = _super.call(this, __assign({ name: "DirectoryAlreadySharedException", $fault: "client" }, opts)) || this;
51
+ _this.name = "DirectoryAlreadySharedException";
52
+ _this.$fault = "client";
53
+ Object.setPrototypeOf(_this, DirectoryAlreadySharedException.prototype);
54
+ _this.Message = opts.Message;
55
+ _this.RequestId = opts.RequestId;
56
+ return _this;
57
+ }
58
+ return DirectoryAlreadySharedException;
59
+ }(__BaseException));
60
+ export { DirectoryAlreadySharedException };
61
+ var EntityDoesNotExistException = (function (_super) {
62
+ __extends(EntityDoesNotExistException, _super);
63
+ function EntityDoesNotExistException(opts) {
64
+ var _this = _super.call(this, __assign({ name: "EntityDoesNotExistException", $fault: "client" }, opts)) || this;
65
+ _this.name = "EntityDoesNotExistException";
66
+ _this.$fault = "client";
67
+ Object.setPrototypeOf(_this, EntityDoesNotExistException.prototype);
68
+ _this.Message = opts.Message;
69
+ _this.RequestId = opts.RequestId;
70
+ return _this;
71
+ }
72
+ return EntityDoesNotExistException;
73
+ }(__BaseException));
74
+ export { EntityDoesNotExistException };
75
+ var InvalidParameterException = (function (_super) {
76
+ __extends(InvalidParameterException, _super);
77
+ function InvalidParameterException(opts) {
78
+ var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
79
+ _this.name = "InvalidParameterException";
80
+ _this.$fault = "client";
81
+ Object.setPrototypeOf(_this, InvalidParameterException.prototype);
82
+ _this.Message = opts.Message;
83
+ _this.RequestId = opts.RequestId;
84
+ return _this;
85
+ }
86
+ return InvalidParameterException;
87
+ }(__BaseException));
88
+ export { InvalidParameterException };
89
+ var ServiceException = (function (_super) {
90
+ __extends(ServiceException, _super);
91
+ function ServiceException(opts) {
92
+ var _this = _super.call(this, __assign({ name: "ServiceException", $fault: "server" }, opts)) || this;
93
+ _this.name = "ServiceException";
94
+ _this.$fault = "server";
95
+ Object.setPrototypeOf(_this, ServiceException.prototype);
96
+ _this.Message = opts.Message;
97
+ _this.RequestId = opts.RequestId;
98
+ return _this;
99
+ }
100
+ return ServiceException;
101
+ }(__BaseException));
102
+ export { ServiceException };
103
+ var AccessDeniedException = (function (_super) {
104
+ __extends(AccessDeniedException, _super);
105
+ function AccessDeniedException(opts) {
106
+ var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
107
+ _this.name = "AccessDeniedException";
108
+ _this.$fault = "client";
109
+ Object.setPrototypeOf(_this, AccessDeniedException.prototype);
110
+ _this.Message = opts.Message;
111
+ _this.RequestId = opts.RequestId;
112
+ return _this;
113
+ }
114
+ return AccessDeniedException;
115
+ }(__BaseException));
116
+ export { AccessDeniedException };
32
117
  export var IpRoute;
33
118
  (function (IpRoute) {
34
119
  IpRoute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -41,6 +126,48 @@ export var AddIpRoutesResult;
41
126
  (function (AddIpRoutesResult) {
42
127
  AddIpRoutesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
128
  })(AddIpRoutesResult || (AddIpRoutesResult = {}));
129
+ var DirectoryUnavailableException = (function (_super) {
130
+ __extends(DirectoryUnavailableException, _super);
131
+ function DirectoryUnavailableException(opts) {
132
+ var _this = _super.call(this, __assign({ name: "DirectoryUnavailableException", $fault: "client" }, opts)) || this;
133
+ _this.name = "DirectoryUnavailableException";
134
+ _this.$fault = "client";
135
+ Object.setPrototypeOf(_this, DirectoryUnavailableException.prototype);
136
+ _this.Message = opts.Message;
137
+ _this.RequestId = opts.RequestId;
138
+ return _this;
139
+ }
140
+ return DirectoryUnavailableException;
141
+ }(__BaseException));
142
+ export { DirectoryUnavailableException };
143
+ var EntityAlreadyExistsException = (function (_super) {
144
+ __extends(EntityAlreadyExistsException, _super);
145
+ function EntityAlreadyExistsException(opts) {
146
+ var _this = _super.call(this, __assign({ name: "EntityAlreadyExistsException", $fault: "client" }, opts)) || this;
147
+ _this.name = "EntityAlreadyExistsException";
148
+ _this.$fault = "client";
149
+ Object.setPrototypeOf(_this, EntityAlreadyExistsException.prototype);
150
+ _this.Message = opts.Message;
151
+ _this.RequestId = opts.RequestId;
152
+ return _this;
153
+ }
154
+ return EntityAlreadyExistsException;
155
+ }(__BaseException));
156
+ export { EntityAlreadyExistsException };
157
+ var IpRouteLimitExceededException = (function (_super) {
158
+ __extends(IpRouteLimitExceededException, _super);
159
+ function IpRouteLimitExceededException(opts) {
160
+ var _this = _super.call(this, __assign({ name: "IpRouteLimitExceededException", $fault: "client" }, opts)) || this;
161
+ _this.name = "IpRouteLimitExceededException";
162
+ _this.$fault = "client";
163
+ Object.setPrototypeOf(_this, IpRouteLimitExceededException.prototype);
164
+ _this.Message = opts.Message;
165
+ _this.RequestId = opts.RequestId;
166
+ return _this;
167
+ }
168
+ return IpRouteLimitExceededException;
169
+ }(__BaseException));
170
+ export { IpRouteLimitExceededException };
44
171
  export var DirectoryVpcSettings;
45
172
  (function (DirectoryVpcSettings) {
46
173
  DirectoryVpcSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -53,6 +180,62 @@ export var AddRegionResult;
53
180
  (function (AddRegionResult) {
54
181
  AddRegionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
55
182
  })(AddRegionResult || (AddRegionResult = {}));
183
+ var DirectoryAlreadyInRegionException = (function (_super) {
184
+ __extends(DirectoryAlreadyInRegionException, _super);
185
+ function DirectoryAlreadyInRegionException(opts) {
186
+ var _this = _super.call(this, __assign({ name: "DirectoryAlreadyInRegionException", $fault: "client" }, opts)) || this;
187
+ _this.name = "DirectoryAlreadyInRegionException";
188
+ _this.$fault = "client";
189
+ Object.setPrototypeOf(_this, DirectoryAlreadyInRegionException.prototype);
190
+ _this.Message = opts.Message;
191
+ _this.RequestId = opts.RequestId;
192
+ return _this;
193
+ }
194
+ return DirectoryAlreadyInRegionException;
195
+ }(__BaseException));
196
+ export { DirectoryAlreadyInRegionException };
197
+ var DirectoryDoesNotExistException = (function (_super) {
198
+ __extends(DirectoryDoesNotExistException, _super);
199
+ function DirectoryDoesNotExistException(opts) {
200
+ var _this = _super.call(this, __assign({ name: "DirectoryDoesNotExistException", $fault: "client" }, opts)) || this;
201
+ _this.name = "DirectoryDoesNotExistException";
202
+ _this.$fault = "client";
203
+ Object.setPrototypeOf(_this, DirectoryDoesNotExistException.prototype);
204
+ _this.Message = opts.Message;
205
+ _this.RequestId = opts.RequestId;
206
+ return _this;
207
+ }
208
+ return DirectoryDoesNotExistException;
209
+ }(__BaseException));
210
+ export { DirectoryDoesNotExistException };
211
+ var RegionLimitExceededException = (function (_super) {
212
+ __extends(RegionLimitExceededException, _super);
213
+ function RegionLimitExceededException(opts) {
214
+ var _this = _super.call(this, __assign({ name: "RegionLimitExceededException", $fault: "client" }, opts)) || this;
215
+ _this.name = "RegionLimitExceededException";
216
+ _this.$fault = "client";
217
+ Object.setPrototypeOf(_this, RegionLimitExceededException.prototype);
218
+ _this.Message = opts.Message;
219
+ _this.RequestId = opts.RequestId;
220
+ return _this;
221
+ }
222
+ return RegionLimitExceededException;
223
+ }(__BaseException));
224
+ export { RegionLimitExceededException };
225
+ var UnsupportedOperationException = (function (_super) {
226
+ __extends(UnsupportedOperationException, _super);
227
+ function UnsupportedOperationException(opts) {
228
+ var _this = _super.call(this, __assign({ name: "UnsupportedOperationException", $fault: "client" }, opts)) || this;
229
+ _this.name = "UnsupportedOperationException";
230
+ _this.$fault = "client";
231
+ Object.setPrototypeOf(_this, UnsupportedOperationException.prototype);
232
+ _this.Message = opts.Message;
233
+ _this.RequestId = opts.RequestId;
234
+ return _this;
235
+ }
236
+ return UnsupportedOperationException;
237
+ }(__BaseException));
238
+ export { UnsupportedOperationException };
56
239
  export var Tag;
57
240
  (function (Tag) {
58
241
  Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -65,10 +248,38 @@ export var AddTagsToResourceResult;
65
248
  (function (AddTagsToResourceResult) {
66
249
  AddTagsToResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
67
250
  })(AddTagsToResourceResult || (AddTagsToResourceResult = {}));
251
+ var TagLimitExceededException = (function (_super) {
252
+ __extends(TagLimitExceededException, _super);
253
+ function TagLimitExceededException(opts) {
254
+ var _this = _super.call(this, __assign({ name: "TagLimitExceededException", $fault: "client" }, opts)) || this;
255
+ _this.name = "TagLimitExceededException";
256
+ _this.$fault = "client";
257
+ Object.setPrototypeOf(_this, TagLimitExceededException.prototype);
258
+ _this.Message = opts.Message;
259
+ _this.RequestId = opts.RequestId;
260
+ return _this;
261
+ }
262
+ return TagLimitExceededException;
263
+ }(__BaseException));
264
+ export { TagLimitExceededException };
68
265
  export var Attribute;
69
266
  (function (Attribute) {
70
267
  Attribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
71
268
  })(Attribute || (Attribute = {}));
269
+ var AuthenticationFailedException = (function (_super) {
270
+ __extends(AuthenticationFailedException, _super);
271
+ function AuthenticationFailedException(opts) {
272
+ var _this = _super.call(this, __assign({ name: "AuthenticationFailedException", $fault: "client" }, opts)) || this;
273
+ _this.name = "AuthenticationFailedException";
274
+ _this.$fault = "client";
275
+ Object.setPrototypeOf(_this, AuthenticationFailedException.prototype);
276
+ _this.Message = opts.Message;
277
+ _this.RequestId = opts.RequestId;
278
+ return _this;
279
+ }
280
+ return AuthenticationFailedException;
281
+ }(__BaseException));
282
+ export { AuthenticationFailedException };
72
283
  export var CancelSchemaExtensionRequest;
73
284
  (function (CancelSchemaExtensionRequest) {
74
285
  CancelSchemaExtensionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -99,10 +310,66 @@ export var Certificate;
99
310
  (function (Certificate) {
100
311
  Certificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
101
312
  })(Certificate || (Certificate = {}));
313
+ var CertificateAlreadyExistsException = (function (_super) {
314
+ __extends(CertificateAlreadyExistsException, _super);
315
+ function CertificateAlreadyExistsException(opts) {
316
+ var _this = _super.call(this, __assign({ name: "CertificateAlreadyExistsException", $fault: "client" }, opts)) || this;
317
+ _this.name = "CertificateAlreadyExistsException";
318
+ _this.$fault = "client";
319
+ Object.setPrototypeOf(_this, CertificateAlreadyExistsException.prototype);
320
+ _this.Message = opts.Message;
321
+ _this.RequestId = opts.RequestId;
322
+ return _this;
323
+ }
324
+ return CertificateAlreadyExistsException;
325
+ }(__BaseException));
326
+ export { CertificateAlreadyExistsException };
327
+ var CertificateDoesNotExistException = (function (_super) {
328
+ __extends(CertificateDoesNotExistException, _super);
329
+ function CertificateDoesNotExistException(opts) {
330
+ var _this = _super.call(this, __assign({ name: "CertificateDoesNotExistException", $fault: "client" }, opts)) || this;
331
+ _this.name = "CertificateDoesNotExistException";
332
+ _this.$fault = "client";
333
+ Object.setPrototypeOf(_this, CertificateDoesNotExistException.prototype);
334
+ _this.Message = opts.Message;
335
+ _this.RequestId = opts.RequestId;
336
+ return _this;
337
+ }
338
+ return CertificateDoesNotExistException;
339
+ }(__BaseException));
340
+ export { CertificateDoesNotExistException };
102
341
  export var CertificateInfo;
103
342
  (function (CertificateInfo) {
104
343
  CertificateInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
105
344
  })(CertificateInfo || (CertificateInfo = {}));
345
+ var CertificateInUseException = (function (_super) {
346
+ __extends(CertificateInUseException, _super);
347
+ function CertificateInUseException(opts) {
348
+ var _this = _super.call(this, __assign({ name: "CertificateInUseException", $fault: "client" }, opts)) || this;
349
+ _this.name = "CertificateInUseException";
350
+ _this.$fault = "client";
351
+ Object.setPrototypeOf(_this, CertificateInUseException.prototype);
352
+ _this.Message = opts.Message;
353
+ _this.RequestId = opts.RequestId;
354
+ return _this;
355
+ }
356
+ return CertificateInUseException;
357
+ }(__BaseException));
358
+ export { CertificateInUseException };
359
+ var CertificateLimitExceededException = (function (_super) {
360
+ __extends(CertificateLimitExceededException, _super);
361
+ function CertificateLimitExceededException(opts) {
362
+ var _this = _super.call(this, __assign({ name: "CertificateLimitExceededException", $fault: "client" }, opts)) || this;
363
+ _this.name = "CertificateLimitExceededException";
364
+ _this.$fault = "client";
365
+ Object.setPrototypeOf(_this, CertificateLimitExceededException.prototype);
366
+ _this.Message = opts.Message;
367
+ _this.RequestId = opts.RequestId;
368
+ return _this;
369
+ }
370
+ return CertificateLimitExceededException;
371
+ }(__BaseException));
372
+ export { CertificateLimitExceededException };
106
373
  export var ClientAuthenticationStatus;
107
374
  (function (ClientAuthenticationStatus) {
108
375
  ClientAuthenticationStatus["DISABLED"] = "Disabled";
@@ -145,6 +412,20 @@ export var ConnectDirectoryResult;
145
412
  (function (ConnectDirectoryResult) {
146
413
  ConnectDirectoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
147
414
  })(ConnectDirectoryResult || (ConnectDirectoryResult = {}));
415
+ var DirectoryLimitExceededException = (function (_super) {
416
+ __extends(DirectoryLimitExceededException, _super);
417
+ function DirectoryLimitExceededException(opts) {
418
+ var _this = _super.call(this, __assign({ name: "DirectoryLimitExceededException", $fault: "client" }, opts)) || this;
419
+ _this.name = "DirectoryLimitExceededException";
420
+ _this.$fault = "client";
421
+ Object.setPrototypeOf(_this, DirectoryLimitExceededException.prototype);
422
+ _this.Message = opts.Message;
423
+ _this.RequestId = opts.RequestId;
424
+ return _this;
425
+ }
426
+ return DirectoryLimitExceededException;
427
+ }(__BaseException));
428
+ export { DirectoryLimitExceededException };
148
429
  export var CreateAliasRequest;
149
430
  (function (CreateAliasRequest) {
150
431
  CreateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -185,6 +466,20 @@ export var CreateLogSubscriptionResult;
185
466
  (function (CreateLogSubscriptionResult) {
186
467
  CreateLogSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
187
468
  })(CreateLogSubscriptionResult || (CreateLogSubscriptionResult = {}));
469
+ var InsufficientPermissionsException = (function (_super) {
470
+ __extends(InsufficientPermissionsException, _super);
471
+ function InsufficientPermissionsException(opts) {
472
+ var _this = _super.call(this, __assign({ name: "InsufficientPermissionsException", $fault: "client" }, opts)) || this;
473
+ _this.name = "InsufficientPermissionsException";
474
+ _this.$fault = "client";
475
+ Object.setPrototypeOf(_this, InsufficientPermissionsException.prototype);
476
+ _this.Message = opts.Message;
477
+ _this.RequestId = opts.RequestId;
478
+ return _this;
479
+ }
480
+ return InsufficientPermissionsException;
481
+ }(__BaseException));
482
+ export { InsufficientPermissionsException };
188
483
  export var DirectoryEdition;
189
484
  (function (DirectoryEdition) {
190
485
  DirectoryEdition["ENTERPRISE"] = "Enterprise";
@@ -206,6 +501,20 @@ export var CreateSnapshotResult;
206
501
  (function (CreateSnapshotResult) {
207
502
  CreateSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
208
503
  })(CreateSnapshotResult || (CreateSnapshotResult = {}));
504
+ var SnapshotLimitExceededException = (function (_super) {
505
+ __extends(SnapshotLimitExceededException, _super);
506
+ function SnapshotLimitExceededException(opts) {
507
+ var _this = _super.call(this, __assign({ name: "SnapshotLimitExceededException", $fault: "client" }, opts)) || this;
508
+ _this.name = "SnapshotLimitExceededException";
509
+ _this.$fault = "client";
510
+ Object.setPrototypeOf(_this, SnapshotLimitExceededException.prototype);
511
+ _this.Message = opts.Message;
512
+ _this.RequestId = opts.RequestId;
513
+ return _this;
514
+ }
515
+ return SnapshotLimitExceededException;
516
+ }(__BaseException));
517
+ export { SnapshotLimitExceededException };
209
518
  export var SelectiveAuth;
210
519
  (function (SelectiveAuth) {
211
520
  SelectiveAuth["DISABLED"] = "Disabled";
@@ -380,6 +689,20 @@ export var DescribeDirectoriesResult;
380
689
  DirectoryDescriptions: obj.DirectoryDescriptions.map(function (item) { return DirectoryDescription.filterSensitiveLog(item); }),
381
690
  }))); };
382
691
  })(DescribeDirectoriesResult || (DescribeDirectoriesResult = {}));
692
+ var InvalidNextTokenException = (function (_super) {
693
+ __extends(InvalidNextTokenException, _super);
694
+ function InvalidNextTokenException(opts) {
695
+ var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
696
+ _this.name = "InvalidNextTokenException";
697
+ _this.$fault = "client";
698
+ Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
699
+ _this.Message = opts.Message;
700
+ _this.RequestId = opts.RequestId;
701
+ return _this;
702
+ }
703
+ return InvalidNextTokenException;
704
+ }(__BaseException));
705
+ export { InvalidNextTokenException };
383
706
  export var DescribeDomainControllersRequest;
384
707
  (function (DescribeDomainControllersRequest) {
385
708
  DescribeDomainControllersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -524,6 +847,20 @@ export var DirectoryLimits;
524
847
  (function (DirectoryLimits) {
525
848
  DirectoryLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
526
849
  })(DirectoryLimits || (DirectoryLimits = {}));
850
+ var DirectoryNotSharedException = (function (_super) {
851
+ __extends(DirectoryNotSharedException, _super);
852
+ function DirectoryNotSharedException(opts) {
853
+ var _this = _super.call(this, __assign({ name: "DirectoryNotSharedException", $fault: "client" }, opts)) || this;
854
+ _this.name = "DirectoryNotSharedException";
855
+ _this.$fault = "client";
856
+ Object.setPrototypeOf(_this, DirectoryNotSharedException.prototype);
857
+ _this.Message = opts.Message;
858
+ _this.RequestId = opts.RequestId;
859
+ return _this;
860
+ }
861
+ return DirectoryNotSharedException;
862
+ }(__BaseException));
863
+ export { DirectoryNotSharedException };
527
864
  export var DisableClientAuthenticationRequest;
528
865
  (function (DisableClientAuthenticationRequest) {
529
866
  DisableClientAuthenticationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -532,6 +869,20 @@ export var DisableClientAuthenticationResult;
532
869
  (function (DisableClientAuthenticationResult) {
533
870
  DisableClientAuthenticationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
534
871
  })(DisableClientAuthenticationResult || (DisableClientAuthenticationResult = {}));
872
+ var InvalidClientAuthStatusException = (function (_super) {
873
+ __extends(InvalidClientAuthStatusException, _super);
874
+ function InvalidClientAuthStatusException(opts) {
875
+ var _this = _super.call(this, __assign({ name: "InvalidClientAuthStatusException", $fault: "client" }, opts)) || this;
876
+ _this.name = "InvalidClientAuthStatusException";
877
+ _this.$fault = "client";
878
+ Object.setPrototypeOf(_this, InvalidClientAuthStatusException.prototype);
879
+ _this.Message = opts.Message;
880
+ _this.RequestId = opts.RequestId;
881
+ return _this;
882
+ }
883
+ return InvalidClientAuthStatusException;
884
+ }(__BaseException));
885
+ export { InvalidClientAuthStatusException };
535
886
  export var DisableLDAPSRequest;
536
887
  (function (DisableLDAPSRequest) {
537
888
  DisableLDAPSRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -540,6 +891,20 @@ export var DisableLDAPSResult;
540
891
  (function (DisableLDAPSResult) {
541
892
  DisableLDAPSResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
542
893
  })(DisableLDAPSResult || (DisableLDAPSResult = {}));
894
+ var InvalidLDAPSStatusException = (function (_super) {
895
+ __extends(InvalidLDAPSStatusException, _super);
896
+ function InvalidLDAPSStatusException(opts) {
897
+ var _this = _super.call(this, __assign({ name: "InvalidLDAPSStatusException", $fault: "client" }, opts)) || this;
898
+ _this.name = "InvalidLDAPSStatusException";
899
+ _this.$fault = "client";
900
+ Object.setPrototypeOf(_this, InvalidLDAPSStatusException.prototype);
901
+ _this.Message = opts.Message;
902
+ _this.RequestId = opts.RequestId;
903
+ return _this;
904
+ }
905
+ return InvalidLDAPSStatusException;
906
+ }(__BaseException));
907
+ export { InvalidLDAPSStatusException };
543
908
  export var DisableRadiusRequest;
544
909
  (function (DisableRadiusRequest) {
545
910
  DisableRadiusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -564,6 +929,20 @@ export var EnableClientAuthenticationResult;
564
929
  (function (EnableClientAuthenticationResult) {
565
930
  EnableClientAuthenticationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
566
931
  })(EnableClientAuthenticationResult || (EnableClientAuthenticationResult = {}));
932
+ var NoAvailableCertificateException = (function (_super) {
933
+ __extends(NoAvailableCertificateException, _super);
934
+ function NoAvailableCertificateException(opts) {
935
+ var _this = _super.call(this, __assign({ name: "NoAvailableCertificateException", $fault: "client" }, opts)) || this;
936
+ _this.name = "NoAvailableCertificateException";
937
+ _this.$fault = "client";
938
+ Object.setPrototypeOf(_this, NoAvailableCertificateException.prototype);
939
+ _this.Message = opts.Message;
940
+ _this.RequestId = opts.RequestId;
941
+ return _this;
942
+ }
943
+ return NoAvailableCertificateException;
944
+ }(__BaseException));
945
+ export { NoAvailableCertificateException };
567
946
  export var EnableLDAPSRequest;
568
947
  (function (EnableLDAPSRequest) {
569
948
  EnableLDAPSRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -681,6 +1060,20 @@ export var ListTagsForResourceResult;
681
1060
  (function (ListTagsForResourceResult) {
682
1061
  ListTagsForResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
683
1062
  })(ListTagsForResourceResult || (ListTagsForResourceResult = {}));
1063
+ var InvalidCertificateException = (function (_super) {
1064
+ __extends(InvalidCertificateException, _super);
1065
+ function InvalidCertificateException(opts) {
1066
+ var _this = _super.call(this, __assign({ name: "InvalidCertificateException", $fault: "client" }, opts)) || this;
1067
+ _this.name = "InvalidCertificateException";
1068
+ _this.$fault = "client";
1069
+ Object.setPrototypeOf(_this, InvalidCertificateException.prototype);
1070
+ _this.Message = opts.Message;
1071
+ _this.RequestId = opts.RequestId;
1072
+ return _this;
1073
+ }
1074
+ return InvalidCertificateException;
1075
+ }(__BaseException));
1076
+ export { InvalidCertificateException };
684
1077
  export var RegisterCertificateRequest;
685
1078
  (function (RegisterCertificateRequest) {
686
1079
  RegisterCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -729,6 +1122,20 @@ export var RemoveTagsFromResourceResult;
729
1122
  (function (RemoveTagsFromResourceResult) {
730
1123
  RemoveTagsFromResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
731
1124
  })(RemoveTagsFromResourceResult || (RemoveTagsFromResourceResult = {}));
1125
+ var InvalidPasswordException = (function (_super) {
1126
+ __extends(InvalidPasswordException, _super);
1127
+ function InvalidPasswordException(opts) {
1128
+ var _this = _super.call(this, __assign({ name: "InvalidPasswordException", $fault: "client" }, opts)) || this;
1129
+ _this.name = "InvalidPasswordException";
1130
+ _this.$fault = "client";
1131
+ Object.setPrototypeOf(_this, InvalidPasswordException.prototype);
1132
+ _this.Message = opts.Message;
1133
+ _this.RequestId = opts.RequestId;
1134
+ return _this;
1135
+ }
1136
+ return InvalidPasswordException;
1137
+ }(__BaseException));
1138
+ export { InvalidPasswordException };
732
1139
  export var ResetUserPasswordRequest;
733
1140
  (function (ResetUserPasswordRequest) {
734
1141
  ResetUserPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.NewPassword && { NewPassword: SENSITIVE_STRING }))); };
@@ -737,6 +1144,20 @@ export var ResetUserPasswordResult;
737
1144
  (function (ResetUserPasswordResult) {
738
1145
  ResetUserPasswordResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
739
1146
  })(ResetUserPasswordResult || (ResetUserPasswordResult = {}));
1147
+ var UserDoesNotExistException = (function (_super) {
1148
+ __extends(UserDoesNotExistException, _super);
1149
+ function UserDoesNotExistException(opts) {
1150
+ var _this = _super.call(this, __assign({ name: "UserDoesNotExistException", $fault: "client" }, opts)) || this;
1151
+ _this.name = "UserDoesNotExistException";
1152
+ _this.$fault = "client";
1153
+ Object.setPrototypeOf(_this, UserDoesNotExistException.prototype);
1154
+ _this.Message = opts.Message;
1155
+ _this.RequestId = opts.RequestId;
1156
+ return _this;
1157
+ }
1158
+ return UserDoesNotExistException;
1159
+ }(__BaseException));
1160
+ export { UserDoesNotExistException };
740
1161
  export var RestoreFromSnapshotRequest;
741
1162
  (function (RestoreFromSnapshotRequest) {
742
1163
  RestoreFromSnapshotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -745,6 +1166,34 @@ export var RestoreFromSnapshotResult;
745
1166
  (function (RestoreFromSnapshotResult) {
746
1167
  RestoreFromSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
747
1168
  })(RestoreFromSnapshotResult || (RestoreFromSnapshotResult = {}));
1169
+ var InvalidTargetException = (function (_super) {
1170
+ __extends(InvalidTargetException, _super);
1171
+ function InvalidTargetException(opts) {
1172
+ var _this = _super.call(this, __assign({ name: "InvalidTargetException", $fault: "client" }, opts)) || this;
1173
+ _this.name = "InvalidTargetException";
1174
+ _this.$fault = "client";
1175
+ Object.setPrototypeOf(_this, InvalidTargetException.prototype);
1176
+ _this.Message = opts.Message;
1177
+ _this.RequestId = opts.RequestId;
1178
+ return _this;
1179
+ }
1180
+ return InvalidTargetException;
1181
+ }(__BaseException));
1182
+ export { InvalidTargetException };
1183
+ var OrganizationsException = (function (_super) {
1184
+ __extends(OrganizationsException, _super);
1185
+ function OrganizationsException(opts) {
1186
+ var _this = _super.call(this, __assign({ name: "OrganizationsException", $fault: "client" }, opts)) || this;
1187
+ _this.name = "OrganizationsException";
1188
+ _this.$fault = "client";
1189
+ Object.setPrototypeOf(_this, OrganizationsException.prototype);
1190
+ _this.Message = opts.Message;
1191
+ _this.RequestId = opts.RequestId;
1192
+ return _this;
1193
+ }
1194
+ return OrganizationsException;
1195
+ }(__BaseException));
1196
+ export { OrganizationsException };
748
1197
  export var TargetType;
749
1198
  (function (TargetType) {
750
1199
  TargetType["ACCOUNT"] = "ACCOUNT";
@@ -761,6 +1210,20 @@ export var ShareDirectoryResult;
761
1210
  (function (ShareDirectoryResult) {
762
1211
  ShareDirectoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
763
1212
  })(ShareDirectoryResult || (ShareDirectoryResult = {}));
1213
+ var ShareLimitExceededException = (function (_super) {
1214
+ __extends(ShareLimitExceededException, _super);
1215
+ function ShareLimitExceededException(opts) {
1216
+ var _this = _super.call(this, __assign({ name: "ShareLimitExceededException", $fault: "client" }, opts)) || this;
1217
+ _this.name = "ShareLimitExceededException";
1218
+ _this.$fault = "client";
1219
+ Object.setPrototypeOf(_this, ShareLimitExceededException.prototype);
1220
+ _this.Message = opts.Message;
1221
+ _this.RequestId = opts.RequestId;
1222
+ return _this;
1223
+ }
1224
+ return ShareLimitExceededException;
1225
+ }(__BaseException));
1226
+ export { ShareLimitExceededException };
764
1227
  export var StartSchemaExtensionRequest;
765
1228
  (function (StartSchemaExtensionRequest) {
766
1229
  StartSchemaExtensionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -789,6 +1252,20 @@ export var UpdateConditionalForwarderResult;
789
1252
  (function (UpdateConditionalForwarderResult) {
790
1253
  UpdateConditionalForwarderResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
791
1254
  })(UpdateConditionalForwarderResult || (UpdateConditionalForwarderResult = {}));
1255
+ var DomainControllerLimitExceededException = (function (_super) {
1256
+ __extends(DomainControllerLimitExceededException, _super);
1257
+ function DomainControllerLimitExceededException(opts) {
1258
+ var _this = _super.call(this, __assign({ name: "DomainControllerLimitExceededException", $fault: "client" }, opts)) || this;
1259
+ _this.name = "DomainControllerLimitExceededException";
1260
+ _this.$fault = "client";
1261
+ Object.setPrototypeOf(_this, DomainControllerLimitExceededException.prototype);
1262
+ _this.Message = opts.Message;
1263
+ _this.RequestId = opts.RequestId;
1264
+ return _this;
1265
+ }
1266
+ return DomainControllerLimitExceededException;
1267
+ }(__BaseException));
1268
+ export { DomainControllerLimitExceededException };
792
1269
  export var UpdateNumberOfDomainControllersRequest;
793
1270
  (function (UpdateNumberOfDomainControllersRequest) {
794
1271
  UpdateNumberOfDomainControllersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };