@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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-workspaces-web
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-workspaces-web
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-workspaces-web
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -176,7 +176,6 @@ import {
|
|
|
176
176
|
UpdateUserSettingsCommandOutput,
|
|
177
177
|
} from "./commands/UpdateUserSettingsCommand";
|
|
178
178
|
import { WorkSpacesWebClient } from "./WorkSpacesWebClient";
|
|
179
|
-
|
|
180
179
|
export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
181
180
|
associateBrowserSettings(
|
|
182
181
|
args: AssociateBrowserSettingsCommandInput,
|
|
@@ -191,7 +190,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
191
190
|
options: __HttpHandlerOptions,
|
|
192
191
|
cb: (err: any, data?: AssociateBrowserSettingsCommandOutput) => void
|
|
193
192
|
): void;
|
|
194
|
-
|
|
195
193
|
associateNetworkSettings(
|
|
196
194
|
args: AssociateNetworkSettingsCommandInput,
|
|
197
195
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +203,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
205
203
|
options: __HttpHandlerOptions,
|
|
206
204
|
cb: (err: any, data?: AssociateNetworkSettingsCommandOutput) => void
|
|
207
205
|
): void;
|
|
208
|
-
|
|
209
206
|
associateTrustStore(
|
|
210
207
|
args: AssociateTrustStoreCommandInput,
|
|
211
208
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +216,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
219
216
|
options: __HttpHandlerOptions,
|
|
220
217
|
cb: (err: any, data?: AssociateTrustStoreCommandOutput) => void
|
|
221
218
|
): void;
|
|
222
|
-
|
|
223
219
|
associateUserSettings(
|
|
224
220
|
args: AssociateUserSettingsCommandInput,
|
|
225
221
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +229,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
233
229
|
options: __HttpHandlerOptions,
|
|
234
230
|
cb: (err: any, data?: AssociateUserSettingsCommandOutput) => void
|
|
235
231
|
): void;
|
|
236
|
-
|
|
237
232
|
createBrowserSettings(
|
|
238
233
|
args: CreateBrowserSettingsCommandInput,
|
|
239
234
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +242,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
247
242
|
options: __HttpHandlerOptions,
|
|
248
243
|
cb: (err: any, data?: CreateBrowserSettingsCommandOutput) => void
|
|
249
244
|
): void;
|
|
250
|
-
|
|
251
245
|
createIdentityProvider(
|
|
252
246
|
args: CreateIdentityProviderCommandInput,
|
|
253
247
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +255,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
261
255
|
options: __HttpHandlerOptions,
|
|
262
256
|
cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void
|
|
263
257
|
): void;
|
|
264
|
-
|
|
265
258
|
createNetworkSettings(
|
|
266
259
|
args: CreateNetworkSettingsCommandInput,
|
|
267
260
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +268,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
275
268
|
options: __HttpHandlerOptions,
|
|
276
269
|
cb: (err: any, data?: CreateNetworkSettingsCommandOutput) => void
|
|
277
270
|
): void;
|
|
278
|
-
|
|
279
271
|
createPortal(
|
|
280
272
|
args: CreatePortalCommandInput,
|
|
281
273
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +281,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
289
281
|
options: __HttpHandlerOptions,
|
|
290
282
|
cb: (err: any, data?: CreatePortalCommandOutput) => void
|
|
291
283
|
): void;
|
|
292
|
-
|
|
293
284
|
createTrustStore(
|
|
294
285
|
args: CreateTrustStoreCommandInput,
|
|
295
286
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +294,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
303
294
|
options: __HttpHandlerOptions,
|
|
304
295
|
cb: (err: any, data?: CreateTrustStoreCommandOutput) => void
|
|
305
296
|
): void;
|
|
306
|
-
|
|
307
297
|
createUserSettings(
|
|
308
298
|
args: CreateUserSettingsCommandInput,
|
|
309
299
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +307,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
317
307
|
options: __HttpHandlerOptions,
|
|
318
308
|
cb: (err: any, data?: CreateUserSettingsCommandOutput) => void
|
|
319
309
|
): void;
|
|
320
|
-
|
|
321
310
|
deleteBrowserSettings(
|
|
322
311
|
args: DeleteBrowserSettingsCommandInput,
|
|
323
312
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +320,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
331
320
|
options: __HttpHandlerOptions,
|
|
332
321
|
cb: (err: any, data?: DeleteBrowserSettingsCommandOutput) => void
|
|
333
322
|
): void;
|
|
334
|
-
|
|
335
323
|
deleteIdentityProvider(
|
|
336
324
|
args: DeleteIdentityProviderCommandInput,
|
|
337
325
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +333,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
345
333
|
options: __HttpHandlerOptions,
|
|
346
334
|
cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void
|
|
347
335
|
): void;
|
|
348
|
-
|
|
349
336
|
deleteNetworkSettings(
|
|
350
337
|
args: DeleteNetworkSettingsCommandInput,
|
|
351
338
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +346,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
359
346
|
options: __HttpHandlerOptions,
|
|
360
347
|
cb: (err: any, data?: DeleteNetworkSettingsCommandOutput) => void
|
|
361
348
|
): void;
|
|
362
|
-
|
|
363
349
|
deletePortal(
|
|
364
350
|
args: DeletePortalCommandInput,
|
|
365
351
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +359,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
373
359
|
options: __HttpHandlerOptions,
|
|
374
360
|
cb: (err: any, data?: DeletePortalCommandOutput) => void
|
|
375
361
|
): void;
|
|
376
|
-
|
|
377
362
|
deleteTrustStore(
|
|
378
363
|
args: DeleteTrustStoreCommandInput,
|
|
379
364
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +372,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
387
372
|
options: __HttpHandlerOptions,
|
|
388
373
|
cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void
|
|
389
374
|
): void;
|
|
390
|
-
|
|
391
375
|
deleteUserSettings(
|
|
392
376
|
args: DeleteUserSettingsCommandInput,
|
|
393
377
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +385,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
401
385
|
options: __HttpHandlerOptions,
|
|
402
386
|
cb: (err: any, data?: DeleteUserSettingsCommandOutput) => void
|
|
403
387
|
): void;
|
|
404
|
-
|
|
405
388
|
disassociateBrowserSettings(
|
|
406
389
|
args: DisassociateBrowserSettingsCommandInput,
|
|
407
390
|
options?: __HttpHandlerOptions
|
|
@@ -415,7 +398,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
415
398
|
options: __HttpHandlerOptions,
|
|
416
399
|
cb: (err: any, data?: DisassociateBrowserSettingsCommandOutput) => void
|
|
417
400
|
): void;
|
|
418
|
-
|
|
419
401
|
disassociateNetworkSettings(
|
|
420
402
|
args: DisassociateNetworkSettingsCommandInput,
|
|
421
403
|
options?: __HttpHandlerOptions
|
|
@@ -429,7 +411,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
429
411
|
options: __HttpHandlerOptions,
|
|
430
412
|
cb: (err: any, data?: DisassociateNetworkSettingsCommandOutput) => void
|
|
431
413
|
): void;
|
|
432
|
-
|
|
433
414
|
disassociateTrustStore(
|
|
434
415
|
args: DisassociateTrustStoreCommandInput,
|
|
435
416
|
options?: __HttpHandlerOptions
|
|
@@ -443,7 +424,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
443
424
|
options: __HttpHandlerOptions,
|
|
444
425
|
cb: (err: any, data?: DisassociateTrustStoreCommandOutput) => void
|
|
445
426
|
): void;
|
|
446
|
-
|
|
447
427
|
disassociateUserSettings(
|
|
448
428
|
args: DisassociateUserSettingsCommandInput,
|
|
449
429
|
options?: __HttpHandlerOptions
|
|
@@ -457,7 +437,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
457
437
|
options: __HttpHandlerOptions,
|
|
458
438
|
cb: (err: any, data?: DisassociateUserSettingsCommandOutput) => void
|
|
459
439
|
): void;
|
|
460
|
-
|
|
461
440
|
getBrowserSettings(
|
|
462
441
|
args: GetBrowserSettingsCommandInput,
|
|
463
442
|
options?: __HttpHandlerOptions
|
|
@@ -471,7 +450,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
471
450
|
options: __HttpHandlerOptions,
|
|
472
451
|
cb: (err: any, data?: GetBrowserSettingsCommandOutput) => void
|
|
473
452
|
): void;
|
|
474
|
-
|
|
475
453
|
getIdentityProvider(
|
|
476
454
|
args: GetIdentityProviderCommandInput,
|
|
477
455
|
options?: __HttpHandlerOptions
|
|
@@ -485,7 +463,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
485
463
|
options: __HttpHandlerOptions,
|
|
486
464
|
cb: (err: any, data?: GetIdentityProviderCommandOutput) => void
|
|
487
465
|
): void;
|
|
488
|
-
|
|
489
466
|
getNetworkSettings(
|
|
490
467
|
args: GetNetworkSettingsCommandInput,
|
|
491
468
|
options?: __HttpHandlerOptions
|
|
@@ -499,7 +476,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
499
476
|
options: __HttpHandlerOptions,
|
|
500
477
|
cb: (err: any, data?: GetNetworkSettingsCommandOutput) => void
|
|
501
478
|
): void;
|
|
502
|
-
|
|
503
479
|
getPortal(
|
|
504
480
|
args: GetPortalCommandInput,
|
|
505
481
|
options?: __HttpHandlerOptions
|
|
@@ -513,7 +489,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
513
489
|
options: __HttpHandlerOptions,
|
|
514
490
|
cb: (err: any, data?: GetPortalCommandOutput) => void
|
|
515
491
|
): void;
|
|
516
|
-
|
|
517
492
|
getPortalServiceProviderMetadata(
|
|
518
493
|
args: GetPortalServiceProviderMetadataCommandInput,
|
|
519
494
|
options?: __HttpHandlerOptions
|
|
@@ -527,7 +502,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
527
502
|
options: __HttpHandlerOptions,
|
|
528
503
|
cb: (err: any, data?: GetPortalServiceProviderMetadataCommandOutput) => void
|
|
529
504
|
): void;
|
|
530
|
-
|
|
531
505
|
getTrustStore(
|
|
532
506
|
args: GetTrustStoreCommandInput,
|
|
533
507
|
options?: __HttpHandlerOptions
|
|
@@ -541,7 +515,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
541
515
|
options: __HttpHandlerOptions,
|
|
542
516
|
cb: (err: any, data?: GetTrustStoreCommandOutput) => void
|
|
543
517
|
): void;
|
|
544
|
-
|
|
545
518
|
getTrustStoreCertificate(
|
|
546
519
|
args: GetTrustStoreCertificateCommandInput,
|
|
547
520
|
options?: __HttpHandlerOptions
|
|
@@ -555,7 +528,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
555
528
|
options: __HttpHandlerOptions,
|
|
556
529
|
cb: (err: any, data?: GetTrustStoreCertificateCommandOutput) => void
|
|
557
530
|
): void;
|
|
558
|
-
|
|
559
531
|
getUserSettings(
|
|
560
532
|
args: GetUserSettingsCommandInput,
|
|
561
533
|
options?: __HttpHandlerOptions
|
|
@@ -569,7 +541,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
569
541
|
options: __HttpHandlerOptions,
|
|
570
542
|
cb: (err: any, data?: GetUserSettingsCommandOutput) => void
|
|
571
543
|
): void;
|
|
572
|
-
|
|
573
544
|
listBrowserSettings(
|
|
574
545
|
args: ListBrowserSettingsCommandInput,
|
|
575
546
|
options?: __HttpHandlerOptions
|
|
@@ -583,7 +554,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
583
554
|
options: __HttpHandlerOptions,
|
|
584
555
|
cb: (err: any, data?: ListBrowserSettingsCommandOutput) => void
|
|
585
556
|
): void;
|
|
586
|
-
|
|
587
557
|
listIdentityProviders(
|
|
588
558
|
args: ListIdentityProvidersCommandInput,
|
|
589
559
|
options?: __HttpHandlerOptions
|
|
@@ -597,7 +567,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
597
567
|
options: __HttpHandlerOptions,
|
|
598
568
|
cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void
|
|
599
569
|
): void;
|
|
600
|
-
|
|
601
570
|
listNetworkSettings(
|
|
602
571
|
args: ListNetworkSettingsCommandInput,
|
|
603
572
|
options?: __HttpHandlerOptions
|
|
@@ -611,7 +580,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
611
580
|
options: __HttpHandlerOptions,
|
|
612
581
|
cb: (err: any, data?: ListNetworkSettingsCommandOutput) => void
|
|
613
582
|
): void;
|
|
614
|
-
|
|
615
583
|
listPortals(
|
|
616
584
|
args: ListPortalsCommandInput,
|
|
617
585
|
options?: __HttpHandlerOptions
|
|
@@ -625,7 +593,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
625
593
|
options: __HttpHandlerOptions,
|
|
626
594
|
cb: (err: any, data?: ListPortalsCommandOutput) => void
|
|
627
595
|
): void;
|
|
628
|
-
|
|
629
596
|
listTagsForResource(
|
|
630
597
|
args: ListTagsForResourceCommandInput,
|
|
631
598
|
options?: __HttpHandlerOptions
|
|
@@ -639,7 +606,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
639
606
|
options: __HttpHandlerOptions,
|
|
640
607
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
641
608
|
): void;
|
|
642
|
-
|
|
643
609
|
listTrustStoreCertificates(
|
|
644
610
|
args: ListTrustStoreCertificatesCommandInput,
|
|
645
611
|
options?: __HttpHandlerOptions
|
|
@@ -653,7 +619,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
653
619
|
options: __HttpHandlerOptions,
|
|
654
620
|
cb: (err: any, data?: ListTrustStoreCertificatesCommandOutput) => void
|
|
655
621
|
): void;
|
|
656
|
-
|
|
657
622
|
listTrustStores(
|
|
658
623
|
args: ListTrustStoresCommandInput,
|
|
659
624
|
options?: __HttpHandlerOptions
|
|
@@ -667,7 +632,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
667
632
|
options: __HttpHandlerOptions,
|
|
668
633
|
cb: (err: any, data?: ListTrustStoresCommandOutput) => void
|
|
669
634
|
): void;
|
|
670
|
-
|
|
671
635
|
listUserSettings(
|
|
672
636
|
args: ListUserSettingsCommandInput,
|
|
673
637
|
options?: __HttpHandlerOptions
|
|
@@ -681,7 +645,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
681
645
|
options: __HttpHandlerOptions,
|
|
682
646
|
cb: (err: any, data?: ListUserSettingsCommandOutput) => void
|
|
683
647
|
): void;
|
|
684
|
-
|
|
685
648
|
tagResource(
|
|
686
649
|
args: TagResourceCommandInput,
|
|
687
650
|
options?: __HttpHandlerOptions
|
|
@@ -695,7 +658,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
695
658
|
options: __HttpHandlerOptions,
|
|
696
659
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
697
660
|
): void;
|
|
698
|
-
|
|
699
661
|
untagResource(
|
|
700
662
|
args: UntagResourceCommandInput,
|
|
701
663
|
options?: __HttpHandlerOptions
|
|
@@ -709,7 +671,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
709
671
|
options: __HttpHandlerOptions,
|
|
710
672
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
711
673
|
): void;
|
|
712
|
-
|
|
713
674
|
updateBrowserSettings(
|
|
714
675
|
args: UpdateBrowserSettingsCommandInput,
|
|
715
676
|
options?: __HttpHandlerOptions
|
|
@@ -723,7 +684,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
723
684
|
options: __HttpHandlerOptions,
|
|
724
685
|
cb: (err: any, data?: UpdateBrowserSettingsCommandOutput) => void
|
|
725
686
|
): void;
|
|
726
|
-
|
|
727
687
|
updateIdentityProvider(
|
|
728
688
|
args: UpdateIdentityProviderCommandInput,
|
|
729
689
|
options?: __HttpHandlerOptions
|
|
@@ -737,7 +697,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
737
697
|
options: __HttpHandlerOptions,
|
|
738
698
|
cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void
|
|
739
699
|
): void;
|
|
740
|
-
|
|
741
700
|
updateNetworkSettings(
|
|
742
701
|
args: UpdateNetworkSettingsCommandInput,
|
|
743
702
|
options?: __HttpHandlerOptions
|
|
@@ -751,7 +710,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
751
710
|
options: __HttpHandlerOptions,
|
|
752
711
|
cb: (err: any, data?: UpdateNetworkSettingsCommandOutput) => void
|
|
753
712
|
): void;
|
|
754
|
-
|
|
755
713
|
updatePortal(
|
|
756
714
|
args: UpdatePortalCommandInput,
|
|
757
715
|
options?: __HttpHandlerOptions
|
|
@@ -765,7 +723,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
765
723
|
options: __HttpHandlerOptions,
|
|
766
724
|
cb: (err: any, data?: UpdatePortalCommandOutput) => void
|
|
767
725
|
): void;
|
|
768
|
-
|
|
769
726
|
updateTrustStore(
|
|
770
727
|
args: UpdateTrustStoreCommandInput,
|
|
771
728
|
options?: __HttpHandlerOptions
|
|
@@ -779,7 +736,6 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
|
|
|
779
736
|
options: __HttpHandlerOptions,
|
|
780
737
|
cb: (err: any, data?: UpdateTrustStoreCommandOutput) => void
|
|
781
738
|
): void;
|
|
782
|
-
|
|
783
739
|
updateUserSettings(
|
|
784
740
|
args: UpdateUserSettingsCommandInput,
|
|
785
741
|
options?: __HttpHandlerOptions
|
|
@@ -311,47 +311,26 @@ export declare type ServiceOutputTypes =
|
|
|
311
311
|
export interface ClientDefaults
|
|
312
312
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
313
313
|
requestHandler?: __HttpHandler;
|
|
314
|
-
|
|
315
314
|
sha256?: __HashConstructor;
|
|
316
|
-
|
|
317
315
|
urlParser?: __UrlParser;
|
|
318
|
-
|
|
319
316
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
320
|
-
|
|
321
317
|
streamCollector?: __StreamCollector;
|
|
322
|
-
|
|
323
318
|
base64Decoder?: __Decoder;
|
|
324
|
-
|
|
325
319
|
base64Encoder?: __Encoder;
|
|
326
|
-
|
|
327
320
|
utf8Decoder?: __Decoder;
|
|
328
|
-
|
|
329
321
|
utf8Encoder?: __Encoder;
|
|
330
|
-
|
|
331
322
|
runtime?: string;
|
|
332
|
-
|
|
333
323
|
disableHostPrefix?: boolean;
|
|
334
|
-
|
|
335
324
|
maxAttempts?: number | __Provider<number>;
|
|
336
|
-
|
|
337
325
|
retryMode?: string | __Provider<string>;
|
|
338
|
-
|
|
339
326
|
logger?: __Logger;
|
|
340
|
-
|
|
341
327
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
342
|
-
|
|
343
328
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
344
|
-
|
|
345
329
|
serviceId?: string;
|
|
346
|
-
|
|
347
330
|
region?: string | __Provider<string>;
|
|
348
|
-
|
|
349
331
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
350
|
-
|
|
351
332
|
regionInfoProvider?: RegionInfoProvider;
|
|
352
|
-
|
|
353
333
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
354
|
-
|
|
355
334
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
356
335
|
}
|
|
357
336
|
declare type WorkSpacesWebClientConfigType = Partial<
|
|
@@ -364,7 +343,6 @@ declare type WorkSpacesWebClientConfigType = Partial<
|
|
|
364
343
|
HostHeaderInputConfig &
|
|
365
344
|
AwsAuthInputConfig &
|
|
366
345
|
UserAgentInputConfig;
|
|
367
|
-
|
|
368
346
|
export interface WorkSpacesWebClientConfig
|
|
369
347
|
extends WorkSpacesWebClientConfigType {}
|
|
370
348
|
declare type WorkSpacesWebClientResolvedConfigType =
|
|
@@ -376,10 +354,8 @@ declare type WorkSpacesWebClientResolvedConfigType =
|
|
|
376
354
|
HostHeaderResolvedConfig &
|
|
377
355
|
AwsAuthResolvedConfig &
|
|
378
356
|
UserAgentResolvedConfig;
|
|
379
|
-
|
|
380
357
|
export interface WorkSpacesWebClientResolvedConfig
|
|
381
358
|
extends WorkSpacesWebClientResolvedConfigType {}
|
|
382
|
-
|
|
383
359
|
export declare class WorkSpacesWebClient extends __Client<
|
|
384
360
|
__HttpHandlerOptions,
|
|
385
361
|
ServiceInputTypes,
|
|
@@ -388,7 +364,6 @@ export declare class WorkSpacesWebClient extends __Client<
|
|
|
388
364
|
> {
|
|
389
365
|
readonly config: WorkSpacesWebClientResolvedConfig;
|
|
390
366
|
constructor(configuration: WorkSpacesWebClientConfig);
|
|
391
|
-
|
|
392
367
|
destroy(): void;
|
|
393
368
|
}
|
|
394
369
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateBrowserSettingsCommandInput
|
|
|
19
19
|
export interface AssociateBrowserSettingsCommandOutput
|
|
20
20
|
extends AssociateBrowserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateBrowserSettingsCommand extends $Command<
|
|
24
23
|
AssociateBrowserSettingsCommandInput,
|
|
25
24
|
AssociateBrowserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateBrowserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateBrowserSettingsCommandInput;
|
|
29
28
|
constructor(input: AssociateBrowserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AssociateNetworkSettingsCommandInput
|
|
|
19
19
|
export interface AssociateNetworkSettingsCommandOutput
|
|
20
20
|
extends AssociateNetworkSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateNetworkSettingsCommand extends $Command<
|
|
24
23
|
AssociateNetworkSettingsCommandInput,
|
|
25
24
|
AssociateNetworkSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateNetworkSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateNetworkSettingsCommandInput;
|
|
29
28
|
constructor(input: AssociateNetworkSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AssociateTrustStoreCommandInput
|
|
|
19
19
|
export interface AssociateTrustStoreCommandOutput
|
|
20
20
|
extends AssociateTrustStoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateTrustStoreCommand extends $Command<
|
|
24
23
|
AssociateTrustStoreCommandInput,
|
|
25
24
|
AssociateTrustStoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateTrustStoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateTrustStoreCommandInput;
|
|
29
28
|
constructor(input: AssociateTrustStoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AssociateUserSettingsCommandInput
|
|
|
19
19
|
export interface AssociateUserSettingsCommandOutput
|
|
20
20
|
extends AssociateUserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateUserSettingsCommand extends $Command<
|
|
24
23
|
AssociateUserSettingsCommandInput,
|
|
25
24
|
AssociateUserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateUserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateUserSettingsCommandInput;
|
|
29
28
|
constructor(input: AssociateUserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateBrowserSettingsCommandInput
|
|
|
19
19
|
export interface CreateBrowserSettingsCommandOutput
|
|
20
20
|
extends CreateBrowserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateBrowserSettingsCommand extends $Command<
|
|
24
23
|
CreateBrowserSettingsCommandInput,
|
|
25
24
|
CreateBrowserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateBrowserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateBrowserSettingsCommandInput;
|
|
29
28
|
constructor(input: CreateBrowserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateIdentityProviderCommandInput
|
|
|
19
19
|
export interface CreateIdentityProviderCommandOutput
|
|
20
20
|
extends CreateIdentityProviderResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateIdentityProviderCommand extends $Command<
|
|
24
23
|
CreateIdentityProviderCommandInput,
|
|
25
24
|
CreateIdentityProviderCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateIdentityProviderCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateIdentityProviderCommandInput;
|
|
29
28
|
constructor(input: CreateIdentityProviderCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateNetworkSettingsCommandInput
|
|
|
19
19
|
export interface CreateNetworkSettingsCommandOutput
|
|
20
20
|
extends CreateNetworkSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateNetworkSettingsCommand extends $Command<
|
|
24
23
|
CreateNetworkSettingsCommandInput,
|
|
25
24
|
CreateNetworkSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateNetworkSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateNetworkSettingsCommandInput;
|
|
29
28
|
constructor(input: CreateNetworkSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreatePortalCommandInput extends CreatePortalRequest {}
|
|
|
15
15
|
export interface CreatePortalCommandOutput
|
|
16
16
|
extends CreatePortalResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreatePortalCommand extends $Command<
|
|
20
19
|
CreatePortalCommandInput,
|
|
21
20
|
CreatePortalCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreatePortalCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreatePortalCommandInput;
|
|
25
24
|
constructor(input: CreatePortalCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateTrustStoreCommandInput extends CreateTrustStoreRequest {}
|
|
|
18
18
|
export interface CreateTrustStoreCommandOutput
|
|
19
19
|
extends CreateTrustStoreResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateTrustStoreCommand extends $Command<
|
|
23
22
|
CreateTrustStoreCommandInput,
|
|
24
23
|
CreateTrustStoreCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateTrustStoreCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateTrustStoreCommandInput;
|
|
28
27
|
constructor(input: CreateTrustStoreCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateUserSettingsCommandInput
|
|
|
19
19
|
export interface CreateUserSettingsCommandOutput
|
|
20
20
|
extends CreateUserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateUserSettingsCommand extends $Command<
|
|
24
23
|
CreateUserSettingsCommandInput,
|
|
25
24
|
CreateUserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateUserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateUserSettingsCommandInput;
|
|
29
28
|
constructor(input: CreateUserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteBrowserSettingsCommandInput
|
|
|
19
19
|
export interface DeleteBrowserSettingsCommandOutput
|
|
20
20
|
extends DeleteBrowserSettingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteBrowserSettingsCommand extends $Command<
|
|
24
23
|
DeleteBrowserSettingsCommandInput,
|
|
25
24
|
DeleteBrowserSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteBrowserSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteBrowserSettingsCommandInput;
|
|
29
28
|
constructor(input: DeleteBrowserSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteIdentityProviderCommandInput
|
|
|
19
19
|
export interface DeleteIdentityProviderCommandOutput
|
|
20
20
|
extends DeleteIdentityProviderResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteIdentityProviderCommand extends $Command<
|
|
24
23
|
DeleteIdentityProviderCommandInput,
|
|
25
24
|
DeleteIdentityProviderCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteIdentityProviderCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteIdentityProviderCommandInput;
|
|
29
28
|
constructor(input: DeleteIdentityProviderCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: WorkSpacesWebClientResolvedConfig,
|