@aws-sdk/client-workspaces-web 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +0 -44
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -291
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,78 +1,56 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
constructor(
|
|
9
7
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
8
|
);
|
|
11
9
|
}
|
|
12
10
|
export interface AssociateBrowserSettingsRequest {
|
|
13
11
|
portalArn: string | undefined;
|
|
14
|
-
|
|
15
12
|
browserSettingsArn: string | undefined;
|
|
16
13
|
}
|
|
17
14
|
export interface AssociateBrowserSettingsResponse {
|
|
18
15
|
portalArn: string | undefined;
|
|
19
|
-
|
|
20
16
|
browserSettingsArn: string | undefined;
|
|
21
17
|
}
|
|
22
|
-
|
|
23
18
|
export declare class ConflictException extends __BaseException {
|
|
24
19
|
readonly name: "ConflictException";
|
|
25
20
|
readonly $fault: "client";
|
|
26
|
-
|
|
27
21
|
resourceId?: string;
|
|
28
|
-
|
|
29
22
|
resourceType?: string;
|
|
30
|
-
|
|
31
23
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
32
24
|
}
|
|
33
|
-
|
|
34
25
|
export declare class InternalServerException extends __BaseException {
|
|
35
26
|
readonly name: "InternalServerException";
|
|
36
27
|
readonly $fault: "server";
|
|
37
|
-
|
|
38
28
|
retryAfterSeconds?: number;
|
|
39
|
-
|
|
40
29
|
constructor(
|
|
41
30
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
42
31
|
);
|
|
43
32
|
}
|
|
44
|
-
|
|
45
33
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
46
34
|
readonly name: "ResourceNotFoundException";
|
|
47
35
|
readonly $fault: "client";
|
|
48
|
-
|
|
49
36
|
resourceId?: string;
|
|
50
|
-
|
|
51
37
|
resourceType?: string;
|
|
52
|
-
|
|
53
38
|
constructor(
|
|
54
39
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
55
40
|
);
|
|
56
41
|
}
|
|
57
|
-
|
|
58
42
|
export declare class ThrottlingException extends __BaseException {
|
|
59
43
|
readonly name: "ThrottlingException";
|
|
60
44
|
readonly $fault: "client";
|
|
61
|
-
|
|
62
45
|
serviceCode?: string;
|
|
63
|
-
|
|
64
46
|
quotaCode?: string;
|
|
65
|
-
|
|
66
47
|
retryAfterSeconds?: number;
|
|
67
|
-
|
|
68
48
|
constructor(
|
|
69
49
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
70
50
|
);
|
|
71
51
|
}
|
|
72
|
-
|
|
73
52
|
export interface ValidationExceptionField {
|
|
74
53
|
name: string | undefined;
|
|
75
|
-
|
|
76
54
|
message: string | undefined;
|
|
77
55
|
}
|
|
78
56
|
export declare enum ValidationExceptionReason {
|
|
@@ -81,82 +59,60 @@ export declare enum ValidationExceptionReason {
|
|
|
81
59
|
OTHER = "other",
|
|
82
60
|
UNKNOWN_OPERATION = "unknownOperation",
|
|
83
61
|
}
|
|
84
|
-
|
|
85
62
|
export declare class ValidationException extends __BaseException {
|
|
86
63
|
readonly name: "ValidationException";
|
|
87
64
|
readonly $fault: "client";
|
|
88
|
-
|
|
89
65
|
reason?: ValidationExceptionReason | string;
|
|
90
|
-
|
|
91
66
|
fieldList?: ValidationExceptionField[];
|
|
92
|
-
|
|
93
67
|
constructor(
|
|
94
68
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
95
69
|
);
|
|
96
70
|
}
|
|
97
71
|
export interface AssociateNetworkSettingsRequest {
|
|
98
72
|
portalArn: string | undefined;
|
|
99
|
-
|
|
100
73
|
networkSettingsArn: string | undefined;
|
|
101
74
|
}
|
|
102
75
|
export interface AssociateNetworkSettingsResponse {
|
|
103
76
|
portalArn: string | undefined;
|
|
104
|
-
|
|
105
77
|
networkSettingsArn: string | undefined;
|
|
106
78
|
}
|
|
107
79
|
export interface AssociateTrustStoreRequest {
|
|
108
80
|
portalArn: string | undefined;
|
|
109
|
-
|
|
110
81
|
trustStoreArn: string | undefined;
|
|
111
82
|
}
|
|
112
83
|
export interface AssociateTrustStoreResponse {
|
|
113
84
|
portalArn: string | undefined;
|
|
114
|
-
|
|
115
85
|
trustStoreArn: string | undefined;
|
|
116
86
|
}
|
|
117
87
|
export interface AssociateUserSettingsRequest {
|
|
118
88
|
portalArn: string | undefined;
|
|
119
|
-
|
|
120
89
|
userSettingsArn: string | undefined;
|
|
121
90
|
}
|
|
122
91
|
export interface AssociateUserSettingsResponse {
|
|
123
92
|
portalArn: string | undefined;
|
|
124
|
-
|
|
125
93
|
userSettingsArn: string | undefined;
|
|
126
94
|
}
|
|
127
|
-
|
|
128
95
|
export interface Tag {
|
|
129
96
|
Key: string | undefined;
|
|
130
|
-
|
|
131
97
|
Value: string | undefined;
|
|
132
98
|
}
|
|
133
99
|
export interface CreateBrowserSettingsRequest {
|
|
134
100
|
tags?: Tag[];
|
|
135
|
-
|
|
136
101
|
customerManagedKey?: string;
|
|
137
|
-
|
|
138
102
|
additionalEncryptionContext?: Record<string, string>;
|
|
139
|
-
|
|
140
103
|
browserPolicy: string | undefined;
|
|
141
|
-
|
|
142
104
|
clientToken?: string;
|
|
143
105
|
}
|
|
144
106
|
export interface CreateBrowserSettingsResponse {
|
|
145
107
|
browserSettingsArn: string | undefined;
|
|
146
108
|
}
|
|
147
|
-
|
|
148
109
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
149
110
|
readonly name: "ServiceQuotaExceededException";
|
|
150
111
|
readonly $fault: "client";
|
|
151
|
-
|
|
152
112
|
resourceId?: string;
|
|
153
|
-
|
|
154
113
|
resourceType?: string;
|
|
155
|
-
|
|
156
114
|
serviceCode?: string;
|
|
157
|
-
|
|
158
115
|
quotaCode?: string;
|
|
159
|
-
|
|
160
116
|
constructor(
|
|
161
117
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
162
118
|
);
|
|
@@ -171,13 +127,9 @@ export declare enum IdentityProviderType {
|
|
|
171
127
|
}
|
|
172
128
|
export interface CreateIdentityProviderRequest {
|
|
173
129
|
portalArn: string | undefined;
|
|
174
|
-
|
|
175
130
|
identityProviderName: string | undefined;
|
|
176
|
-
|
|
177
131
|
identityProviderType: IdentityProviderType | string | undefined;
|
|
178
|
-
|
|
179
132
|
identityProviderDetails: Record<string, string> | undefined;
|
|
180
|
-
|
|
181
133
|
clientToken?: string;
|
|
182
134
|
}
|
|
183
135
|
export interface CreateIdentityProviderResponse {
|
|
@@ -185,13 +137,9 @@ export interface CreateIdentityProviderResponse {
|
|
|
185
137
|
}
|
|
186
138
|
export interface CreateNetworkSettingsRequest {
|
|
187
139
|
vpcId: string | undefined;
|
|
188
|
-
|
|
189
140
|
subnetIds: string[] | undefined;
|
|
190
|
-
|
|
191
141
|
securityGroupIds: string[] | undefined;
|
|
192
|
-
|
|
193
142
|
tags?: Tag[];
|
|
194
|
-
|
|
195
143
|
clientToken?: string;
|
|
196
144
|
}
|
|
197
145
|
export interface CreateNetworkSettingsResponse {
|
|
@@ -199,25 +147,18 @@ export interface CreateNetworkSettingsResponse {
|
|
|
199
147
|
}
|
|
200
148
|
export interface CreatePortalRequest {
|
|
201
149
|
displayName?: string;
|
|
202
|
-
|
|
203
150
|
tags?: Tag[];
|
|
204
|
-
|
|
205
151
|
customerManagedKey?: string;
|
|
206
|
-
|
|
207
152
|
additionalEncryptionContext?: Record<string, string>;
|
|
208
|
-
|
|
209
153
|
clientToken?: string;
|
|
210
154
|
}
|
|
211
155
|
export interface CreatePortalResponse {
|
|
212
156
|
portalArn: string | undefined;
|
|
213
|
-
|
|
214
157
|
portalEndpoint: string | undefined;
|
|
215
158
|
}
|
|
216
159
|
export interface CreateTrustStoreRequest {
|
|
217
160
|
certificateList: Uint8Array[] | undefined;
|
|
218
|
-
|
|
219
161
|
tags?: Tag[];
|
|
220
|
-
|
|
221
162
|
clientToken?: string;
|
|
222
163
|
}
|
|
223
164
|
export interface CreateTrustStoreResponse {
|
|
@@ -229,21 +170,13 @@ export declare enum EnabledType {
|
|
|
229
170
|
}
|
|
230
171
|
export interface CreateUserSettingsRequest {
|
|
231
172
|
copyAllowed: EnabledType | string | undefined;
|
|
232
|
-
|
|
233
173
|
pasteAllowed: EnabledType | string | undefined;
|
|
234
|
-
|
|
235
174
|
downloadAllowed: EnabledType | string | undefined;
|
|
236
|
-
|
|
237
175
|
uploadAllowed: EnabledType | string | undefined;
|
|
238
|
-
|
|
239
176
|
printAllowed: EnabledType | string | undefined;
|
|
240
|
-
|
|
241
177
|
tags?: Tag[];
|
|
242
|
-
|
|
243
178
|
disconnectTimeoutInMinutes?: number;
|
|
244
|
-
|
|
245
179
|
idleDisconnectTimeoutInMinutes?: number;
|
|
246
|
-
|
|
247
180
|
clientToken?: string;
|
|
248
181
|
}
|
|
249
182
|
export interface CreateUserSettingsResponse {
|
|
@@ -292,12 +225,9 @@ export interface DisassociateUserSettingsResponse {}
|
|
|
292
225
|
export interface GetBrowserSettingsRequest {
|
|
293
226
|
browserSettingsArn: string | undefined;
|
|
294
227
|
}
|
|
295
|
-
|
|
296
228
|
export interface BrowserSettings {
|
|
297
229
|
browserSettingsArn: string | undefined;
|
|
298
|
-
|
|
299
230
|
associatedPortalArns?: string[];
|
|
300
|
-
|
|
301
231
|
browserPolicy?: string;
|
|
302
232
|
}
|
|
303
233
|
export interface GetBrowserSettingsResponse {
|
|
@@ -306,14 +236,10 @@ export interface GetBrowserSettingsResponse {
|
|
|
306
236
|
export interface GetIdentityProviderRequest {
|
|
307
237
|
identityProviderArn: string | undefined;
|
|
308
238
|
}
|
|
309
|
-
|
|
310
239
|
export interface IdentityProvider {
|
|
311
240
|
identityProviderArn: string | undefined;
|
|
312
|
-
|
|
313
241
|
identityProviderName?: string;
|
|
314
|
-
|
|
315
242
|
identityProviderType?: IdentityProviderType | string;
|
|
316
|
-
|
|
317
243
|
identityProviderDetails?: Record<string, string>;
|
|
318
244
|
}
|
|
319
245
|
export interface GetIdentityProviderResponse {
|
|
@@ -322,16 +248,11 @@ export interface GetIdentityProviderResponse {
|
|
|
322
248
|
export interface GetNetworkSettingsRequest {
|
|
323
249
|
networkSettingsArn: string | undefined;
|
|
324
250
|
}
|
|
325
|
-
|
|
326
251
|
export interface NetworkSettings {
|
|
327
252
|
networkSettingsArn: string | undefined;
|
|
328
|
-
|
|
329
253
|
associatedPortalArns?: string[];
|
|
330
|
-
|
|
331
254
|
vpcId?: string;
|
|
332
|
-
|
|
333
255
|
subnetIds?: string[];
|
|
334
|
-
|
|
335
256
|
securityGroupIds?: string[];
|
|
336
257
|
}
|
|
337
258
|
export interface GetNetworkSettingsResponse {
|
|
@@ -351,30 +272,18 @@ export declare enum PortalStatus {
|
|
|
351
272
|
export declare enum RendererType {
|
|
352
273
|
APPSTREAM = "AppStream",
|
|
353
274
|
}
|
|
354
|
-
|
|
355
275
|
export interface Portal {
|
|
356
276
|
portalArn?: string;
|
|
357
|
-
|
|
358
277
|
rendererType?: RendererType | string;
|
|
359
|
-
|
|
360
278
|
browserType?: BrowserType | string;
|
|
361
|
-
|
|
362
279
|
portalStatus?: PortalStatus | string;
|
|
363
|
-
|
|
364
280
|
portalEndpoint?: string;
|
|
365
|
-
|
|
366
281
|
displayName?: string;
|
|
367
|
-
|
|
368
282
|
creationDate?: Date;
|
|
369
|
-
|
|
370
283
|
browserSettingsArn?: string;
|
|
371
|
-
|
|
372
284
|
userSettingsArn?: string;
|
|
373
|
-
|
|
374
285
|
networkSettingsArn?: string;
|
|
375
|
-
|
|
376
286
|
trustStoreArn?: string;
|
|
377
|
-
|
|
378
287
|
statusReason?: string;
|
|
379
288
|
}
|
|
380
289
|
export interface GetPortalResponse {
|
|
@@ -385,16 +294,13 @@ export interface GetPortalServiceProviderMetadataRequest {
|
|
|
385
294
|
}
|
|
386
295
|
export interface GetPortalServiceProviderMetadataResponse {
|
|
387
296
|
portalArn: string | undefined;
|
|
388
|
-
|
|
389
297
|
serviceProviderSamlMetadata?: string;
|
|
390
298
|
}
|
|
391
299
|
export interface GetTrustStoreRequest {
|
|
392
300
|
trustStoreArn: string | undefined;
|
|
393
301
|
}
|
|
394
|
-
|
|
395
302
|
export interface TrustStore {
|
|
396
303
|
associatedPortalArns?: string[];
|
|
397
|
-
|
|
398
304
|
trustStoreArn?: string;
|
|
399
305
|
}
|
|
400
306
|
export interface GetTrustStoreResponse {
|
|
@@ -402,49 +308,32 @@ export interface GetTrustStoreResponse {
|
|
|
402
308
|
}
|
|
403
309
|
export interface GetTrustStoreCertificateRequest {
|
|
404
310
|
trustStoreArn: string | undefined;
|
|
405
|
-
|
|
406
311
|
thumbprint: string | undefined;
|
|
407
312
|
}
|
|
408
|
-
|
|
409
313
|
export interface Certificate {
|
|
410
314
|
thumbprint?: string;
|
|
411
|
-
|
|
412
315
|
subject?: string;
|
|
413
|
-
|
|
414
316
|
issuer?: string;
|
|
415
|
-
|
|
416
317
|
notValidBefore?: Date;
|
|
417
|
-
|
|
418
318
|
notValidAfter?: Date;
|
|
419
|
-
|
|
420
319
|
body?: Uint8Array;
|
|
421
320
|
}
|
|
422
321
|
export interface GetTrustStoreCertificateResponse {
|
|
423
322
|
trustStoreArn?: string;
|
|
424
|
-
|
|
425
323
|
certificate?: Certificate;
|
|
426
324
|
}
|
|
427
325
|
export interface GetUserSettingsRequest {
|
|
428
326
|
userSettingsArn: string | undefined;
|
|
429
327
|
}
|
|
430
|
-
|
|
431
328
|
export interface UserSettings {
|
|
432
329
|
userSettingsArn: string | undefined;
|
|
433
|
-
|
|
434
330
|
associatedPortalArns?: string[];
|
|
435
|
-
|
|
436
331
|
copyAllowed?: EnabledType | string;
|
|
437
|
-
|
|
438
332
|
pasteAllowed?: EnabledType | string;
|
|
439
|
-
|
|
440
333
|
downloadAllowed?: EnabledType | string;
|
|
441
|
-
|
|
442
334
|
uploadAllowed?: EnabledType | string;
|
|
443
|
-
|
|
444
335
|
printAllowed?: EnabledType | string;
|
|
445
|
-
|
|
446
336
|
disconnectTimeoutInMinutes?: number;
|
|
447
|
-
|
|
448
337
|
idleDisconnectTimeoutInMinutes?: number;
|
|
449
338
|
}
|
|
450
339
|
export interface GetUserSettingsResponse {
|
|
@@ -452,86 +341,60 @@ export interface GetUserSettingsResponse {
|
|
|
452
341
|
}
|
|
453
342
|
export interface ListBrowserSettingsRequest {
|
|
454
343
|
nextToken?: string;
|
|
455
|
-
|
|
456
344
|
maxResults?: number;
|
|
457
345
|
}
|
|
458
|
-
|
|
459
346
|
export interface BrowserSettingsSummary {
|
|
460
347
|
browserSettingsArn?: string;
|
|
461
348
|
}
|
|
462
349
|
export interface ListBrowserSettingsResponse {
|
|
463
350
|
browserSettings?: BrowserSettingsSummary[];
|
|
464
|
-
|
|
465
351
|
nextToken?: string;
|
|
466
352
|
}
|
|
467
353
|
export interface ListIdentityProvidersRequest {
|
|
468
354
|
nextToken?: string;
|
|
469
|
-
|
|
470
355
|
maxResults?: number;
|
|
471
|
-
|
|
472
356
|
portalArn: string | undefined;
|
|
473
357
|
}
|
|
474
|
-
|
|
475
358
|
export interface IdentityProviderSummary {
|
|
476
359
|
identityProviderArn?: string;
|
|
477
|
-
|
|
478
360
|
identityProviderName?: string;
|
|
479
|
-
|
|
480
361
|
identityProviderType?: IdentityProviderType | string;
|
|
481
362
|
}
|
|
482
363
|
export interface ListIdentityProvidersResponse {
|
|
483
364
|
nextToken?: string;
|
|
484
|
-
|
|
485
365
|
identityProviders?: IdentityProviderSummary[];
|
|
486
366
|
}
|
|
487
367
|
export interface ListNetworkSettingsRequest {
|
|
488
368
|
nextToken?: string;
|
|
489
|
-
|
|
490
369
|
maxResults?: number;
|
|
491
370
|
}
|
|
492
|
-
|
|
493
371
|
export interface NetworkSettingsSummary {
|
|
494
372
|
networkSettingsArn?: string;
|
|
495
|
-
|
|
496
373
|
vpcId?: string;
|
|
497
374
|
}
|
|
498
375
|
export interface ListNetworkSettingsResponse {
|
|
499
376
|
networkSettings?: NetworkSettingsSummary[];
|
|
500
|
-
|
|
501
377
|
nextToken?: string;
|
|
502
378
|
}
|
|
503
379
|
export interface ListPortalsRequest {
|
|
504
380
|
nextToken?: string;
|
|
505
|
-
|
|
506
381
|
maxResults?: number;
|
|
507
382
|
}
|
|
508
|
-
|
|
509
383
|
export interface PortalSummary {
|
|
510
384
|
portalArn?: string;
|
|
511
|
-
|
|
512
385
|
rendererType?: RendererType | string;
|
|
513
|
-
|
|
514
386
|
browserType?: BrowserType | string;
|
|
515
|
-
|
|
516
387
|
portalStatus?: PortalStatus | string;
|
|
517
|
-
|
|
518
388
|
portalEndpoint?: string;
|
|
519
|
-
|
|
520
389
|
displayName?: string;
|
|
521
|
-
|
|
522
390
|
creationDate?: Date;
|
|
523
|
-
|
|
524
391
|
browserSettingsArn?: string;
|
|
525
|
-
|
|
526
392
|
userSettingsArn?: string;
|
|
527
|
-
|
|
528
393
|
networkSettingsArn?: string;
|
|
529
|
-
|
|
530
394
|
trustStoreArn?: string;
|
|
531
395
|
}
|
|
532
396
|
export interface ListPortalsResponse {
|
|
533
397
|
portals?: PortalSummary[];
|
|
534
|
-
|
|
535
398
|
nextToken?: string;
|
|
536
399
|
}
|
|
537
400
|
export interface ListTagsForResourceRequest {
|
|
@@ -542,102 +405,72 @@ export interface ListTagsForResourceResponse {
|
|
|
542
405
|
}
|
|
543
406
|
export interface ListTrustStoreCertificatesRequest {
|
|
544
407
|
trustStoreArn: string | undefined;
|
|
545
|
-
|
|
546
408
|
nextToken?: string;
|
|
547
|
-
|
|
548
409
|
maxResults?: number;
|
|
549
410
|
}
|
|
550
|
-
|
|
551
411
|
export interface CertificateSummary {
|
|
552
412
|
thumbprint?: string;
|
|
553
|
-
|
|
554
413
|
subject?: string;
|
|
555
|
-
|
|
556
414
|
issuer?: string;
|
|
557
|
-
|
|
558
415
|
notValidBefore?: Date;
|
|
559
|
-
|
|
560
416
|
notValidAfter?: Date;
|
|
561
417
|
}
|
|
562
418
|
export interface ListTrustStoreCertificatesResponse {
|
|
563
419
|
certificateList?: CertificateSummary[];
|
|
564
|
-
|
|
565
420
|
trustStoreArn?: string;
|
|
566
|
-
|
|
567
421
|
nextToken?: string;
|
|
568
422
|
}
|
|
569
423
|
export interface ListTrustStoresRequest {
|
|
570
424
|
nextToken?: string;
|
|
571
|
-
|
|
572
425
|
maxResults?: number;
|
|
573
426
|
}
|
|
574
|
-
|
|
575
427
|
export interface TrustStoreSummary {
|
|
576
428
|
trustStoreArn?: string;
|
|
577
429
|
}
|
|
578
430
|
export interface ListTrustStoresResponse {
|
|
579
431
|
trustStores?: TrustStoreSummary[];
|
|
580
|
-
|
|
581
432
|
nextToken?: string;
|
|
582
433
|
}
|
|
583
434
|
export interface ListUserSettingsRequest {
|
|
584
435
|
nextToken?: string;
|
|
585
|
-
|
|
586
436
|
maxResults?: number;
|
|
587
437
|
}
|
|
588
|
-
|
|
589
438
|
export interface UserSettingsSummary {
|
|
590
439
|
userSettingsArn?: string;
|
|
591
|
-
|
|
592
440
|
copyAllowed?: EnabledType | string;
|
|
593
|
-
|
|
594
441
|
pasteAllowed?: EnabledType | string;
|
|
595
|
-
|
|
596
442
|
downloadAllowed?: EnabledType | string;
|
|
597
|
-
|
|
598
443
|
uploadAllowed?: EnabledType | string;
|
|
599
|
-
|
|
600
444
|
printAllowed?: EnabledType | string;
|
|
601
|
-
|
|
602
445
|
disconnectTimeoutInMinutes?: number;
|
|
603
|
-
|
|
604
446
|
idleDisconnectTimeoutInMinutes?: number;
|
|
605
447
|
}
|
|
606
448
|
export interface ListUserSettingsResponse {
|
|
607
449
|
userSettings?: UserSettingsSummary[];
|
|
608
|
-
|
|
609
450
|
nextToken?: string;
|
|
610
451
|
}
|
|
611
452
|
export interface TagResourceRequest {
|
|
612
453
|
resourceArn: string | undefined;
|
|
613
|
-
|
|
614
454
|
tags: Tag[] | undefined;
|
|
615
|
-
|
|
616
455
|
clientToken?: string;
|
|
617
456
|
}
|
|
618
457
|
export interface TagResourceResponse {}
|
|
619
|
-
|
|
620
458
|
export declare class TooManyTagsException extends __BaseException {
|
|
621
459
|
readonly name: "TooManyTagsException";
|
|
622
460
|
readonly $fault: "client";
|
|
623
|
-
|
|
624
461
|
resourceName?: string;
|
|
625
|
-
|
|
626
462
|
constructor(
|
|
627
463
|
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
628
464
|
);
|
|
629
465
|
}
|
|
630
466
|
export interface UntagResourceRequest {
|
|
631
467
|
resourceArn: string | undefined;
|
|
632
|
-
|
|
633
468
|
tagKeys: string[] | undefined;
|
|
634
469
|
}
|
|
635
470
|
export interface UntagResourceResponse {}
|
|
636
471
|
export interface UpdateBrowserSettingsRequest {
|
|
637
472
|
browserSettingsArn: string | undefined;
|
|
638
|
-
|
|
639
473
|
browserPolicy?: string;
|
|
640
|
-
|
|
641
474
|
clientToken?: string;
|
|
642
475
|
}
|
|
643
476
|
export interface UpdateBrowserSettingsResponse {
|
|
@@ -645,13 +478,9 @@ export interface UpdateBrowserSettingsResponse {
|
|
|
645
478
|
}
|
|
646
479
|
export interface UpdateIdentityProviderRequest {
|
|
647
480
|
identityProviderArn: string | undefined;
|
|
648
|
-
|
|
649
481
|
identityProviderName?: string;
|
|
650
|
-
|
|
651
482
|
identityProviderType?: IdentityProviderType | string;
|
|
652
|
-
|
|
653
483
|
identityProviderDetails?: Record<string, string>;
|
|
654
|
-
|
|
655
484
|
clientToken?: string;
|
|
656
485
|
}
|
|
657
486
|
export interface UpdateIdentityProviderResponse {
|
|
@@ -659,13 +488,9 @@ export interface UpdateIdentityProviderResponse {
|
|
|
659
488
|
}
|
|
660
489
|
export interface UpdateNetworkSettingsRequest {
|
|
661
490
|
networkSettingsArn: string | undefined;
|
|
662
|
-
|
|
663
491
|
vpcId?: string;
|
|
664
|
-
|
|
665
492
|
subnetIds?: string[];
|
|
666
|
-
|
|
667
493
|
securityGroupIds?: string[];
|
|
668
|
-
|
|
669
494
|
clientToken?: string;
|
|
670
495
|
}
|
|
671
496
|
export interface UpdateNetworkSettingsResponse {
|
|
@@ -673,7 +498,6 @@ export interface UpdateNetworkSettingsResponse {
|
|
|
673
498
|
}
|
|
674
499
|
export interface UpdatePortalRequest {
|
|
675
500
|
portalArn: string | undefined;
|
|
676
|
-
|
|
677
501
|
displayName?: string;
|
|
678
502
|
}
|
|
679
503
|
export interface UpdatePortalResponse {
|
|
@@ -681,11 +505,8 @@ export interface UpdatePortalResponse {
|
|
|
681
505
|
}
|
|
682
506
|
export interface UpdateTrustStoreRequest {
|
|
683
507
|
trustStoreArn: string | undefined;
|
|
684
|
-
|
|
685
508
|
certificatesToAdd?: Uint8Array[];
|
|
686
|
-
|
|
687
509
|
certificatesToDelete?: string[];
|
|
688
|
-
|
|
689
510
|
clientToken?: string;
|
|
690
511
|
}
|
|
691
512
|
export interface UpdateTrustStoreResponse {
|
|
@@ -693,429 +514,317 @@ export interface UpdateTrustStoreResponse {
|
|
|
693
514
|
}
|
|
694
515
|
export interface UpdateUserSettingsRequest {
|
|
695
516
|
userSettingsArn: string | undefined;
|
|
696
|
-
|
|
697
517
|
copyAllowed?: EnabledType | string;
|
|
698
|
-
|
|
699
518
|
pasteAllowed?: EnabledType | string;
|
|
700
|
-
|
|
701
519
|
downloadAllowed?: EnabledType | string;
|
|
702
|
-
|
|
703
520
|
uploadAllowed?: EnabledType | string;
|
|
704
|
-
|
|
705
521
|
printAllowed?: EnabledType | string;
|
|
706
|
-
|
|
707
522
|
disconnectTimeoutInMinutes?: number;
|
|
708
|
-
|
|
709
523
|
idleDisconnectTimeoutInMinutes?: number;
|
|
710
|
-
|
|
711
524
|
clientToken?: string;
|
|
712
525
|
}
|
|
713
526
|
export interface UpdateUserSettingsResponse {
|
|
714
527
|
userSettings: UserSettings | undefined;
|
|
715
528
|
}
|
|
716
|
-
|
|
717
529
|
export declare const AssociateBrowserSettingsRequestFilterSensitiveLog: (
|
|
718
530
|
obj: AssociateBrowserSettingsRequest
|
|
719
531
|
) => any;
|
|
720
|
-
|
|
721
532
|
export declare const AssociateBrowserSettingsResponseFilterSensitiveLog: (
|
|
722
533
|
obj: AssociateBrowserSettingsResponse
|
|
723
534
|
) => any;
|
|
724
|
-
|
|
725
535
|
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
726
536
|
obj: ValidationExceptionField
|
|
727
537
|
) => any;
|
|
728
|
-
|
|
729
538
|
export declare const AssociateNetworkSettingsRequestFilterSensitiveLog: (
|
|
730
539
|
obj: AssociateNetworkSettingsRequest
|
|
731
540
|
) => any;
|
|
732
|
-
|
|
733
541
|
export declare const AssociateNetworkSettingsResponseFilterSensitiveLog: (
|
|
734
542
|
obj: AssociateNetworkSettingsResponse
|
|
735
543
|
) => any;
|
|
736
|
-
|
|
737
544
|
export declare const AssociateTrustStoreRequestFilterSensitiveLog: (
|
|
738
545
|
obj: AssociateTrustStoreRequest
|
|
739
546
|
) => any;
|
|
740
|
-
|
|
741
547
|
export declare const AssociateTrustStoreResponseFilterSensitiveLog: (
|
|
742
548
|
obj: AssociateTrustStoreResponse
|
|
743
549
|
) => any;
|
|
744
|
-
|
|
745
550
|
export declare const AssociateUserSettingsRequestFilterSensitiveLog: (
|
|
746
551
|
obj: AssociateUserSettingsRequest
|
|
747
552
|
) => any;
|
|
748
|
-
|
|
749
553
|
export declare const AssociateUserSettingsResponseFilterSensitiveLog: (
|
|
750
554
|
obj: AssociateUserSettingsResponse
|
|
751
555
|
) => any;
|
|
752
|
-
|
|
753
556
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
754
|
-
|
|
755
557
|
export declare const CreateBrowserSettingsRequestFilterSensitiveLog: (
|
|
756
558
|
obj: CreateBrowserSettingsRequest
|
|
757
559
|
) => any;
|
|
758
|
-
|
|
759
560
|
export declare const CreateBrowserSettingsResponseFilterSensitiveLog: (
|
|
760
561
|
obj: CreateBrowserSettingsResponse
|
|
761
562
|
) => any;
|
|
762
|
-
|
|
763
563
|
export declare const CreateIdentityProviderRequestFilterSensitiveLog: (
|
|
764
564
|
obj: CreateIdentityProviderRequest
|
|
765
565
|
) => any;
|
|
766
|
-
|
|
767
566
|
export declare const CreateIdentityProviderResponseFilterSensitiveLog: (
|
|
768
567
|
obj: CreateIdentityProviderResponse
|
|
769
568
|
) => any;
|
|
770
|
-
|
|
771
569
|
export declare const CreateNetworkSettingsRequestFilterSensitiveLog: (
|
|
772
570
|
obj: CreateNetworkSettingsRequest
|
|
773
571
|
) => any;
|
|
774
|
-
|
|
775
572
|
export declare const CreateNetworkSettingsResponseFilterSensitiveLog: (
|
|
776
573
|
obj: CreateNetworkSettingsResponse
|
|
777
574
|
) => any;
|
|
778
|
-
|
|
779
575
|
export declare const CreatePortalRequestFilterSensitiveLog: (
|
|
780
576
|
obj: CreatePortalRequest
|
|
781
577
|
) => any;
|
|
782
|
-
|
|
783
578
|
export declare const CreatePortalResponseFilterSensitiveLog: (
|
|
784
579
|
obj: CreatePortalResponse
|
|
785
580
|
) => any;
|
|
786
|
-
|
|
787
581
|
export declare const CreateTrustStoreRequestFilterSensitiveLog: (
|
|
788
582
|
obj: CreateTrustStoreRequest
|
|
789
583
|
) => any;
|
|
790
|
-
|
|
791
584
|
export declare const CreateTrustStoreResponseFilterSensitiveLog: (
|
|
792
585
|
obj: CreateTrustStoreResponse
|
|
793
586
|
) => any;
|
|
794
|
-
|
|
795
587
|
export declare const CreateUserSettingsRequestFilterSensitiveLog: (
|
|
796
588
|
obj: CreateUserSettingsRequest
|
|
797
589
|
) => any;
|
|
798
|
-
|
|
799
590
|
export declare const CreateUserSettingsResponseFilterSensitiveLog: (
|
|
800
591
|
obj: CreateUserSettingsResponse
|
|
801
592
|
) => any;
|
|
802
|
-
|
|
803
593
|
export declare const DeleteBrowserSettingsRequestFilterSensitiveLog: (
|
|
804
594
|
obj: DeleteBrowserSettingsRequest
|
|
805
595
|
) => any;
|
|
806
|
-
|
|
807
596
|
export declare const DeleteBrowserSettingsResponseFilterSensitiveLog: (
|
|
808
597
|
obj: DeleteBrowserSettingsResponse
|
|
809
598
|
) => any;
|
|
810
|
-
|
|
811
599
|
export declare const DeleteIdentityProviderRequestFilterSensitiveLog: (
|
|
812
600
|
obj: DeleteIdentityProviderRequest
|
|
813
601
|
) => any;
|
|
814
|
-
|
|
815
602
|
export declare const DeleteIdentityProviderResponseFilterSensitiveLog: (
|
|
816
603
|
obj: DeleteIdentityProviderResponse
|
|
817
604
|
) => any;
|
|
818
|
-
|
|
819
605
|
export declare const DeleteNetworkSettingsRequestFilterSensitiveLog: (
|
|
820
606
|
obj: DeleteNetworkSettingsRequest
|
|
821
607
|
) => any;
|
|
822
|
-
|
|
823
608
|
export declare const DeleteNetworkSettingsResponseFilterSensitiveLog: (
|
|
824
609
|
obj: DeleteNetworkSettingsResponse
|
|
825
610
|
) => any;
|
|
826
|
-
|
|
827
611
|
export declare const DeletePortalRequestFilterSensitiveLog: (
|
|
828
612
|
obj: DeletePortalRequest
|
|
829
613
|
) => any;
|
|
830
|
-
|
|
831
614
|
export declare const DeletePortalResponseFilterSensitiveLog: (
|
|
832
615
|
obj: DeletePortalResponse
|
|
833
616
|
) => any;
|
|
834
|
-
|
|
835
617
|
export declare const DeleteTrustStoreRequestFilterSensitiveLog: (
|
|
836
618
|
obj: DeleteTrustStoreRequest
|
|
837
619
|
) => any;
|
|
838
|
-
|
|
839
620
|
export declare const DeleteTrustStoreResponseFilterSensitiveLog: (
|
|
840
621
|
obj: DeleteTrustStoreResponse
|
|
841
622
|
) => any;
|
|
842
|
-
|
|
843
623
|
export declare const DeleteUserSettingsRequestFilterSensitiveLog: (
|
|
844
624
|
obj: DeleteUserSettingsRequest
|
|
845
625
|
) => any;
|
|
846
|
-
|
|
847
626
|
export declare const DeleteUserSettingsResponseFilterSensitiveLog: (
|
|
848
627
|
obj: DeleteUserSettingsResponse
|
|
849
628
|
) => any;
|
|
850
|
-
|
|
851
629
|
export declare const DisassociateBrowserSettingsRequestFilterSensitiveLog: (
|
|
852
630
|
obj: DisassociateBrowserSettingsRequest
|
|
853
631
|
) => any;
|
|
854
|
-
|
|
855
632
|
export declare const DisassociateBrowserSettingsResponseFilterSensitiveLog: (
|
|
856
633
|
obj: DisassociateBrowserSettingsResponse
|
|
857
634
|
) => any;
|
|
858
|
-
|
|
859
635
|
export declare const DisassociateNetworkSettingsRequestFilterSensitiveLog: (
|
|
860
636
|
obj: DisassociateNetworkSettingsRequest
|
|
861
637
|
) => any;
|
|
862
|
-
|
|
863
638
|
export declare const DisassociateNetworkSettingsResponseFilterSensitiveLog: (
|
|
864
639
|
obj: DisassociateNetworkSettingsResponse
|
|
865
640
|
) => any;
|
|
866
|
-
|
|
867
641
|
export declare const DisassociateTrustStoreRequestFilterSensitiveLog: (
|
|
868
642
|
obj: DisassociateTrustStoreRequest
|
|
869
643
|
) => any;
|
|
870
|
-
|
|
871
644
|
export declare const DisassociateTrustStoreResponseFilterSensitiveLog: (
|
|
872
645
|
obj: DisassociateTrustStoreResponse
|
|
873
646
|
) => any;
|
|
874
|
-
|
|
875
647
|
export declare const DisassociateUserSettingsRequestFilterSensitiveLog: (
|
|
876
648
|
obj: DisassociateUserSettingsRequest
|
|
877
649
|
) => any;
|
|
878
|
-
|
|
879
650
|
export declare const DisassociateUserSettingsResponseFilterSensitiveLog: (
|
|
880
651
|
obj: DisassociateUserSettingsResponse
|
|
881
652
|
) => any;
|
|
882
|
-
|
|
883
653
|
export declare const GetBrowserSettingsRequestFilterSensitiveLog: (
|
|
884
654
|
obj: GetBrowserSettingsRequest
|
|
885
655
|
) => any;
|
|
886
|
-
|
|
887
656
|
export declare const BrowserSettingsFilterSensitiveLog: (
|
|
888
657
|
obj: BrowserSettings
|
|
889
658
|
) => any;
|
|
890
|
-
|
|
891
659
|
export declare const GetBrowserSettingsResponseFilterSensitiveLog: (
|
|
892
660
|
obj: GetBrowserSettingsResponse
|
|
893
661
|
) => any;
|
|
894
|
-
|
|
895
662
|
export declare const GetIdentityProviderRequestFilterSensitiveLog: (
|
|
896
663
|
obj: GetIdentityProviderRequest
|
|
897
664
|
) => any;
|
|
898
|
-
|
|
899
665
|
export declare const IdentityProviderFilterSensitiveLog: (
|
|
900
666
|
obj: IdentityProvider
|
|
901
667
|
) => any;
|
|
902
|
-
|
|
903
668
|
export declare const GetIdentityProviderResponseFilterSensitiveLog: (
|
|
904
669
|
obj: GetIdentityProviderResponse
|
|
905
670
|
) => any;
|
|
906
|
-
|
|
907
671
|
export declare const GetNetworkSettingsRequestFilterSensitiveLog: (
|
|
908
672
|
obj: GetNetworkSettingsRequest
|
|
909
673
|
) => any;
|
|
910
|
-
|
|
911
674
|
export declare const NetworkSettingsFilterSensitiveLog: (
|
|
912
675
|
obj: NetworkSettings
|
|
913
676
|
) => any;
|
|
914
|
-
|
|
915
677
|
export declare const GetNetworkSettingsResponseFilterSensitiveLog: (
|
|
916
678
|
obj: GetNetworkSettingsResponse
|
|
917
679
|
) => any;
|
|
918
|
-
|
|
919
680
|
export declare const GetPortalRequestFilterSensitiveLog: (
|
|
920
681
|
obj: GetPortalRequest
|
|
921
682
|
) => any;
|
|
922
|
-
|
|
923
683
|
export declare const PortalFilterSensitiveLog: (obj: Portal) => any;
|
|
924
|
-
|
|
925
684
|
export declare const GetPortalResponseFilterSensitiveLog: (
|
|
926
685
|
obj: GetPortalResponse
|
|
927
686
|
) => any;
|
|
928
|
-
|
|
929
687
|
export declare const GetPortalServiceProviderMetadataRequestFilterSensitiveLog: (
|
|
930
688
|
obj: GetPortalServiceProviderMetadataRequest
|
|
931
689
|
) => any;
|
|
932
|
-
|
|
933
690
|
export declare const GetPortalServiceProviderMetadataResponseFilterSensitiveLog: (
|
|
934
691
|
obj: GetPortalServiceProviderMetadataResponse
|
|
935
692
|
) => any;
|
|
936
|
-
|
|
937
693
|
export declare const GetTrustStoreRequestFilterSensitiveLog: (
|
|
938
694
|
obj: GetTrustStoreRequest
|
|
939
695
|
) => any;
|
|
940
|
-
|
|
941
696
|
export declare const TrustStoreFilterSensitiveLog: (obj: TrustStore) => any;
|
|
942
|
-
|
|
943
697
|
export declare const GetTrustStoreResponseFilterSensitiveLog: (
|
|
944
698
|
obj: GetTrustStoreResponse
|
|
945
699
|
) => any;
|
|
946
|
-
|
|
947
700
|
export declare const GetTrustStoreCertificateRequestFilterSensitiveLog: (
|
|
948
701
|
obj: GetTrustStoreCertificateRequest
|
|
949
702
|
) => any;
|
|
950
|
-
|
|
951
703
|
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
952
|
-
|
|
953
704
|
export declare const GetTrustStoreCertificateResponseFilterSensitiveLog: (
|
|
954
705
|
obj: GetTrustStoreCertificateResponse
|
|
955
706
|
) => any;
|
|
956
|
-
|
|
957
707
|
export declare const GetUserSettingsRequestFilterSensitiveLog: (
|
|
958
708
|
obj: GetUserSettingsRequest
|
|
959
709
|
) => any;
|
|
960
|
-
|
|
961
710
|
export declare const UserSettingsFilterSensitiveLog: (obj: UserSettings) => any;
|
|
962
|
-
|
|
963
711
|
export declare const GetUserSettingsResponseFilterSensitiveLog: (
|
|
964
712
|
obj: GetUserSettingsResponse
|
|
965
713
|
) => any;
|
|
966
|
-
|
|
967
714
|
export declare const ListBrowserSettingsRequestFilterSensitiveLog: (
|
|
968
715
|
obj: ListBrowserSettingsRequest
|
|
969
716
|
) => any;
|
|
970
|
-
|
|
971
717
|
export declare const BrowserSettingsSummaryFilterSensitiveLog: (
|
|
972
718
|
obj: BrowserSettingsSummary
|
|
973
719
|
) => any;
|
|
974
|
-
|
|
975
720
|
export declare const ListBrowserSettingsResponseFilterSensitiveLog: (
|
|
976
721
|
obj: ListBrowserSettingsResponse
|
|
977
722
|
) => any;
|
|
978
|
-
|
|
979
723
|
export declare const ListIdentityProvidersRequestFilterSensitiveLog: (
|
|
980
724
|
obj: ListIdentityProvidersRequest
|
|
981
725
|
) => any;
|
|
982
|
-
|
|
983
726
|
export declare const IdentityProviderSummaryFilterSensitiveLog: (
|
|
984
727
|
obj: IdentityProviderSummary
|
|
985
728
|
) => any;
|
|
986
|
-
|
|
987
729
|
export declare const ListIdentityProvidersResponseFilterSensitiveLog: (
|
|
988
730
|
obj: ListIdentityProvidersResponse
|
|
989
731
|
) => any;
|
|
990
|
-
|
|
991
732
|
export declare const ListNetworkSettingsRequestFilterSensitiveLog: (
|
|
992
733
|
obj: ListNetworkSettingsRequest
|
|
993
734
|
) => any;
|
|
994
|
-
|
|
995
735
|
export declare const NetworkSettingsSummaryFilterSensitiveLog: (
|
|
996
736
|
obj: NetworkSettingsSummary
|
|
997
737
|
) => any;
|
|
998
|
-
|
|
999
738
|
export declare const ListNetworkSettingsResponseFilterSensitiveLog: (
|
|
1000
739
|
obj: ListNetworkSettingsResponse
|
|
1001
740
|
) => any;
|
|
1002
|
-
|
|
1003
741
|
export declare const ListPortalsRequestFilterSensitiveLog: (
|
|
1004
742
|
obj: ListPortalsRequest
|
|
1005
743
|
) => any;
|
|
1006
|
-
|
|
1007
744
|
export declare const PortalSummaryFilterSensitiveLog: (
|
|
1008
745
|
obj: PortalSummary
|
|
1009
746
|
) => any;
|
|
1010
|
-
|
|
1011
747
|
export declare const ListPortalsResponseFilterSensitiveLog: (
|
|
1012
748
|
obj: ListPortalsResponse
|
|
1013
749
|
) => any;
|
|
1014
|
-
|
|
1015
750
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1016
751
|
obj: ListTagsForResourceRequest
|
|
1017
752
|
) => any;
|
|
1018
|
-
|
|
1019
753
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1020
754
|
obj: ListTagsForResourceResponse
|
|
1021
755
|
) => any;
|
|
1022
|
-
|
|
1023
756
|
export declare const ListTrustStoreCertificatesRequestFilterSensitiveLog: (
|
|
1024
757
|
obj: ListTrustStoreCertificatesRequest
|
|
1025
758
|
) => any;
|
|
1026
|
-
|
|
1027
759
|
export declare const CertificateSummaryFilterSensitiveLog: (
|
|
1028
760
|
obj: CertificateSummary
|
|
1029
761
|
) => any;
|
|
1030
|
-
|
|
1031
762
|
export declare const ListTrustStoreCertificatesResponseFilterSensitiveLog: (
|
|
1032
763
|
obj: ListTrustStoreCertificatesResponse
|
|
1033
764
|
) => any;
|
|
1034
|
-
|
|
1035
765
|
export declare const ListTrustStoresRequestFilterSensitiveLog: (
|
|
1036
766
|
obj: ListTrustStoresRequest
|
|
1037
767
|
) => any;
|
|
1038
|
-
|
|
1039
768
|
export declare const TrustStoreSummaryFilterSensitiveLog: (
|
|
1040
769
|
obj: TrustStoreSummary
|
|
1041
770
|
) => any;
|
|
1042
|
-
|
|
1043
771
|
export declare const ListTrustStoresResponseFilterSensitiveLog: (
|
|
1044
772
|
obj: ListTrustStoresResponse
|
|
1045
773
|
) => any;
|
|
1046
|
-
|
|
1047
774
|
export declare const ListUserSettingsRequestFilterSensitiveLog: (
|
|
1048
775
|
obj: ListUserSettingsRequest
|
|
1049
776
|
) => any;
|
|
1050
|
-
|
|
1051
777
|
export declare const UserSettingsSummaryFilterSensitiveLog: (
|
|
1052
778
|
obj: UserSettingsSummary
|
|
1053
779
|
) => any;
|
|
1054
|
-
|
|
1055
780
|
export declare const ListUserSettingsResponseFilterSensitiveLog: (
|
|
1056
781
|
obj: ListUserSettingsResponse
|
|
1057
782
|
) => any;
|
|
1058
|
-
|
|
1059
783
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1060
784
|
obj: TagResourceRequest
|
|
1061
785
|
) => any;
|
|
1062
|
-
|
|
1063
786
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1064
787
|
obj: TagResourceResponse
|
|
1065
788
|
) => any;
|
|
1066
|
-
|
|
1067
789
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1068
790
|
obj: UntagResourceRequest
|
|
1069
791
|
) => any;
|
|
1070
|
-
|
|
1071
792
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1072
793
|
obj: UntagResourceResponse
|
|
1073
794
|
) => any;
|
|
1074
|
-
|
|
1075
795
|
export declare const UpdateBrowserSettingsRequestFilterSensitiveLog: (
|
|
1076
796
|
obj: UpdateBrowserSettingsRequest
|
|
1077
797
|
) => any;
|
|
1078
|
-
|
|
1079
798
|
export declare const UpdateBrowserSettingsResponseFilterSensitiveLog: (
|
|
1080
799
|
obj: UpdateBrowserSettingsResponse
|
|
1081
800
|
) => any;
|
|
1082
|
-
|
|
1083
801
|
export declare const UpdateIdentityProviderRequestFilterSensitiveLog: (
|
|
1084
802
|
obj: UpdateIdentityProviderRequest
|
|
1085
803
|
) => any;
|
|
1086
|
-
|
|
1087
804
|
export declare const UpdateIdentityProviderResponseFilterSensitiveLog: (
|
|
1088
805
|
obj: UpdateIdentityProviderResponse
|
|
1089
806
|
) => any;
|
|
1090
|
-
|
|
1091
807
|
export declare const UpdateNetworkSettingsRequestFilterSensitiveLog: (
|
|
1092
808
|
obj: UpdateNetworkSettingsRequest
|
|
1093
809
|
) => any;
|
|
1094
|
-
|
|
1095
810
|
export declare const UpdateNetworkSettingsResponseFilterSensitiveLog: (
|
|
1096
811
|
obj: UpdateNetworkSettingsResponse
|
|
1097
812
|
) => any;
|
|
1098
|
-
|
|
1099
813
|
export declare const UpdatePortalRequestFilterSensitiveLog: (
|
|
1100
814
|
obj: UpdatePortalRequest
|
|
1101
815
|
) => any;
|
|
1102
|
-
|
|
1103
816
|
export declare const UpdatePortalResponseFilterSensitiveLog: (
|
|
1104
817
|
obj: UpdatePortalResponse
|
|
1105
818
|
) => any;
|
|
1106
|
-
|
|
1107
819
|
export declare const UpdateTrustStoreRequestFilterSensitiveLog: (
|
|
1108
820
|
obj: UpdateTrustStoreRequest
|
|
1109
821
|
) => any;
|
|
1110
|
-
|
|
1111
822
|
export declare const UpdateTrustStoreResponseFilterSensitiveLog: (
|
|
1112
823
|
obj: UpdateTrustStoreResponse
|
|
1113
824
|
) => any;
|
|
1114
|
-
|
|
1115
825
|
export declare const UpdateUserSettingsRequestFilterSensitiveLog: (
|
|
1116
826
|
obj: UpdateUserSettingsRequest
|
|
1117
827
|
) => any;
|
|
1118
|
-
|
|
1119
828
|
export declare const UpdateUserSettingsResponseFilterSensitiveLog: (
|
|
1120
829
|
obj: UpdateUserSettingsResponse
|
|
1121
830
|
) => any;
|