@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.
- package/CHANGELOG.md +20 -0
- package/dist-cjs/protocols/Aws_json1_1.js +71 -65
- package/dist-es/DirectoryService.js +262 -269
- package/dist-es/DirectoryServiceClient.js +22 -28
- package/dist-es/commands/AcceptSharedDirectoryCommand.js +21 -28
- package/dist-es/commands/AddIpRoutesCommand.js +21 -28
- package/dist-es/commands/AddRegionCommand.js +21 -28
- package/dist-es/commands/AddTagsToResourceCommand.js +21 -28
- package/dist-es/commands/CancelSchemaExtensionCommand.js +21 -28
- package/dist-es/commands/ConnectDirectoryCommand.js +21 -28
- package/dist-es/commands/CreateAliasCommand.js +21 -28
- package/dist-es/commands/CreateComputerCommand.js +21 -28
- package/dist-es/commands/CreateConditionalForwarderCommand.js +21 -28
- package/dist-es/commands/CreateDirectoryCommand.js +21 -28
- package/dist-es/commands/CreateLogSubscriptionCommand.js +21 -28
- package/dist-es/commands/CreateMicrosoftADCommand.js +21 -28
- package/dist-es/commands/CreateSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateTrustCommand.js +21 -28
- package/dist-es/commands/DeleteConditionalForwarderCommand.js +21 -28
- package/dist-es/commands/DeleteDirectoryCommand.js +21 -28
- package/dist-es/commands/DeleteLogSubscriptionCommand.js +21 -28
- package/dist-es/commands/DeleteSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteTrustCommand.js +21 -28
- package/dist-es/commands/DeregisterCertificateCommand.js +21 -28
- package/dist-es/commands/DeregisterEventTopicCommand.js +21 -28
- package/dist-es/commands/DescribeCertificateCommand.js +21 -28
- package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeConditionalForwardersCommand.js +21 -28
- package/dist-es/commands/DescribeDirectoriesCommand.js +21 -28
- package/dist-es/commands/DescribeDomainControllersCommand.js +21 -28
- package/dist-es/commands/DescribeEventTopicsCommand.js +21 -28
- package/dist-es/commands/DescribeLDAPSSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeRegionsCommand.js +21 -28
- package/dist-es/commands/DescribeSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeSharedDirectoriesCommand.js +21 -28
- package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeTrustsCommand.js +21 -28
- package/dist-es/commands/DisableClientAuthenticationCommand.js +21 -28
- package/dist-es/commands/DisableLDAPSCommand.js +21 -28
- package/dist-es/commands/DisableRadiusCommand.js +21 -28
- package/dist-es/commands/DisableSsoCommand.js +21 -28
- package/dist-es/commands/EnableClientAuthenticationCommand.js +21 -28
- package/dist-es/commands/EnableLDAPSCommand.js +21 -28
- package/dist-es/commands/EnableRadiusCommand.js +21 -28
- package/dist-es/commands/EnableSsoCommand.js +21 -28
- package/dist-es/commands/GetDirectoryLimitsCommand.js +21 -28
- package/dist-es/commands/GetSnapshotLimitsCommand.js +21 -28
- package/dist-es/commands/ListCertificatesCommand.js +21 -28
- package/dist-es/commands/ListIpRoutesCommand.js +21 -28
- package/dist-es/commands/ListLogSubscriptionsCommand.js +21 -28
- package/dist-es/commands/ListSchemaExtensionsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/RegisterCertificateCommand.js +21 -28
- package/dist-es/commands/RegisterEventTopicCommand.js +21 -28
- package/dist-es/commands/RejectSharedDirectoryCommand.js +21 -28
- package/dist-es/commands/RemoveIpRoutesCommand.js +21 -28
- package/dist-es/commands/RemoveRegionCommand.js +21 -28
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +21 -28
- package/dist-es/commands/ResetUserPasswordCommand.js +21 -28
- package/dist-es/commands/RestoreFromSnapshotCommand.js +21 -28
- package/dist-es/commands/ShareDirectoryCommand.js +21 -28
- package/dist-es/commands/StartSchemaExtensionCommand.js +21 -28
- package/dist-es/commands/UnshareDirectoryCommand.js +21 -28
- package/dist-es/commands/UpdateConditionalForwarderCommand.js +21 -28
- package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +21 -28
- package/dist-es/commands/UpdateRadiusCommand.js +21 -28
- package/dist-es/commands/UpdateSettingsCommand.js +21 -28
- package/dist-es/commands/UpdateTrustCommand.js +21 -28
- package/dist-es/commands/VerifyTrustCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DirectoryServiceServiceException.js +5 -10
- package/dist-es/models/models_0.js +1019 -674
- package/dist-es/pagination/DescribeDomainControllersPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +4706 -6034
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- 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
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
}
|
|
230
|
-
|
|
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
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
}
|
|
300
|
-
|
|
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
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
}
|
|
347
|
-
|
|
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
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
}
|
|
366
|
-
|
|
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
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
}
|
|
430
|
-
|
|
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
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
}
|
|
552
|
-
|
|
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
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
}
|
|
643
|
-
|
|
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
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
export
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
export
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
export
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
export
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
export
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
export
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
export
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
export
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
export
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
export
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
export
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
export
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
export
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
export
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
export
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
export
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
export
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
export
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
export
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
export
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
export
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
export
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
})
|
|
776
|
-
export
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
export
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
export
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
export
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
export
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
export
|
|
793
|
-
|
|
794
|
-
})
|
|
795
|
-
export
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
export
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
export
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
export
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
export
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
export
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
export
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
export
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
export
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
export
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
export
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
export
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
export
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
export
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
export
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
export
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
export
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
export
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
export
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
export
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
export
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
export
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
export
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
export
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
export
|
|
871
|
-
|
|
872
|
-
|
|
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
|
+
});
|