@aws-sdk/client-workspaces 3.556.0 → 3.563.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/README.md +55 -7
- package/dist-cjs/index.js +372 -24
- package/dist-es/WorkSpaces.js +12 -0
- package/dist-es/commands/AcceptAccountLinkInvitationCommand.js +24 -0
- package/dist-es/commands/CreateAccountLinkInvitationCommand.js +24 -0
- package/dist-es/commands/DeleteAccountLinkInvitationCommand.js +24 -0
- package/dist-es/commands/GetAccountLinkCommand.js +24 -0
- package/dist-es/commands/ListAccountLinksCommand.js +24 -0
- package/dist-es/commands/RejectAccountLinkInvitationCommand.js +24 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +60 -13
- package/dist-es/pagination/ListAccountLinksPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +154 -4
- package/dist-types/WorkSpaces.d.ts +44 -0
- package/dist-types/WorkSpacesClient.d.ts +8 -2
- package/dist-types/commands/AcceptAccountLinkInvitationCommand.d.ts +84 -0
- package/dist-types/commands/CreateAccountLinkInvitationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteAccountLinkInvitationCommand.d.ts +81 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountLinkCommand.d.ts +78 -0
- package/dist-types/commands/ListAccountLinksCommand.d.ts +81 -0
- package/dist-types/commands/RejectAccountLinkInvitationCommand.d.ts +81 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +272 -17
- package/dist-types/pagination/ListAccountLinksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +104 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/AcceptAccountLinkInvitationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAccountLinkInvitationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAccountLinkInvitationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAccountLinkCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAccountLinksCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RejectAccountLinkInvitationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +93 -8
- package/dist-types/ts3.4/pagination/ListAccountLinksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +2 -2
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AcceptAccountLinkInvitationCommandInput,
|
|
4
|
+
AcceptAccountLinkInvitationCommandOutput,
|
|
5
|
+
} from "./commands/AcceptAccountLinkInvitationCommand";
|
|
2
6
|
import {
|
|
3
7
|
AssociateConnectionAliasCommandInput,
|
|
4
8
|
AssociateConnectionAliasCommandOutput,
|
|
@@ -19,6 +23,10 @@ import {
|
|
|
19
23
|
CopyWorkspaceImageCommandInput,
|
|
20
24
|
CopyWorkspaceImageCommandOutput,
|
|
21
25
|
} from "./commands/CopyWorkspaceImageCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateAccountLinkInvitationCommandInput,
|
|
28
|
+
CreateAccountLinkInvitationCommandOutput,
|
|
29
|
+
} from "./commands/CreateAccountLinkInvitationCommand";
|
|
22
30
|
import {
|
|
23
31
|
CreateConnectClientAddInCommandInput,
|
|
24
32
|
CreateConnectClientAddInCommandOutput,
|
|
@@ -55,6 +63,10 @@ import {
|
|
|
55
63
|
CreateWorkspacesCommandInput,
|
|
56
64
|
CreateWorkspacesCommandOutput,
|
|
57
65
|
} from "./commands/CreateWorkspacesCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteAccountLinkInvitationCommandInput,
|
|
68
|
+
DeleteAccountLinkInvitationCommandOutput,
|
|
69
|
+
} from "./commands/DeleteAccountLinkInvitationCommand";
|
|
58
70
|
import {
|
|
59
71
|
DeleteClientBrandingCommandInput,
|
|
60
72
|
DeleteClientBrandingCommandOutput,
|
|
@@ -187,6 +199,10 @@ import {
|
|
|
187
199
|
DisassociateWorkspaceApplicationCommandInput,
|
|
188
200
|
DisassociateWorkspaceApplicationCommandOutput,
|
|
189
201
|
} from "./commands/DisassociateWorkspaceApplicationCommand";
|
|
202
|
+
import {
|
|
203
|
+
GetAccountLinkCommandInput,
|
|
204
|
+
GetAccountLinkCommandOutput,
|
|
205
|
+
} from "./commands/GetAccountLinkCommand";
|
|
190
206
|
import {
|
|
191
207
|
ImportClientBrandingCommandInput,
|
|
192
208
|
ImportClientBrandingCommandOutput,
|
|
@@ -195,6 +211,10 @@ import {
|
|
|
195
211
|
ImportWorkspaceImageCommandInput,
|
|
196
212
|
ImportWorkspaceImageCommandOutput,
|
|
197
213
|
} from "./commands/ImportWorkspaceImageCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListAccountLinksCommandInput,
|
|
216
|
+
ListAccountLinksCommandOutput,
|
|
217
|
+
} from "./commands/ListAccountLinksCommand";
|
|
198
218
|
import {
|
|
199
219
|
ListAvailableManagementCidrRangesCommandInput,
|
|
200
220
|
ListAvailableManagementCidrRangesCommandOutput,
|
|
@@ -251,6 +271,10 @@ import {
|
|
|
251
271
|
RegisterWorkspaceDirectoryCommandInput,
|
|
252
272
|
RegisterWorkspaceDirectoryCommandOutput,
|
|
253
273
|
} from "./commands/RegisterWorkspaceDirectoryCommand";
|
|
274
|
+
import {
|
|
275
|
+
RejectAccountLinkInvitationCommandInput,
|
|
276
|
+
RejectAccountLinkInvitationCommandOutput,
|
|
277
|
+
} from "./commands/RejectAccountLinkInvitationCommand";
|
|
254
278
|
import {
|
|
255
279
|
RestoreWorkspaceCommandInput,
|
|
256
280
|
RestoreWorkspaceCommandOutput,
|
|
@@ -293,6 +317,19 @@ import {
|
|
|
293
317
|
} from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
294
318
|
import { WorkSpacesClient } from "./WorkSpacesClient";
|
|
295
319
|
export interface WorkSpaces {
|
|
320
|
+
acceptAccountLinkInvitation(
|
|
321
|
+
args: AcceptAccountLinkInvitationCommandInput,
|
|
322
|
+
options?: __HttpHandlerOptions
|
|
323
|
+
): Promise<AcceptAccountLinkInvitationCommandOutput>;
|
|
324
|
+
acceptAccountLinkInvitation(
|
|
325
|
+
args: AcceptAccountLinkInvitationCommandInput,
|
|
326
|
+
cb: (err: any, data?: AcceptAccountLinkInvitationCommandOutput) => void
|
|
327
|
+
): void;
|
|
328
|
+
acceptAccountLinkInvitation(
|
|
329
|
+
args: AcceptAccountLinkInvitationCommandInput,
|
|
330
|
+
options: __HttpHandlerOptions,
|
|
331
|
+
cb: (err: any, data?: AcceptAccountLinkInvitationCommandOutput) => void
|
|
332
|
+
): void;
|
|
296
333
|
associateConnectionAlias(
|
|
297
334
|
args: AssociateConnectionAliasCommandInput,
|
|
298
335
|
options?: __HttpHandlerOptions
|
|
@@ -358,6 +395,19 @@ export interface WorkSpaces {
|
|
|
358
395
|
options: __HttpHandlerOptions,
|
|
359
396
|
cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void
|
|
360
397
|
): void;
|
|
398
|
+
createAccountLinkInvitation(
|
|
399
|
+
args: CreateAccountLinkInvitationCommandInput,
|
|
400
|
+
options?: __HttpHandlerOptions
|
|
401
|
+
): Promise<CreateAccountLinkInvitationCommandOutput>;
|
|
402
|
+
createAccountLinkInvitation(
|
|
403
|
+
args: CreateAccountLinkInvitationCommandInput,
|
|
404
|
+
cb: (err: any, data?: CreateAccountLinkInvitationCommandOutput) => void
|
|
405
|
+
): void;
|
|
406
|
+
createAccountLinkInvitation(
|
|
407
|
+
args: CreateAccountLinkInvitationCommandInput,
|
|
408
|
+
options: __HttpHandlerOptions,
|
|
409
|
+
cb: (err: any, data?: CreateAccountLinkInvitationCommandOutput) => void
|
|
410
|
+
): void;
|
|
361
411
|
createConnectClientAddIn(
|
|
362
412
|
args: CreateConnectClientAddInCommandInput,
|
|
363
413
|
options?: __HttpHandlerOptions
|
|
@@ -475,6 +525,19 @@ export interface WorkSpaces {
|
|
|
475
525
|
options: __HttpHandlerOptions,
|
|
476
526
|
cb: (err: any, data?: CreateWorkspacesCommandOutput) => void
|
|
477
527
|
): void;
|
|
528
|
+
deleteAccountLinkInvitation(
|
|
529
|
+
args: DeleteAccountLinkInvitationCommandInput,
|
|
530
|
+
options?: __HttpHandlerOptions
|
|
531
|
+
): Promise<DeleteAccountLinkInvitationCommandOutput>;
|
|
532
|
+
deleteAccountLinkInvitation(
|
|
533
|
+
args: DeleteAccountLinkInvitationCommandInput,
|
|
534
|
+
cb: (err: any, data?: DeleteAccountLinkInvitationCommandOutput) => void
|
|
535
|
+
): void;
|
|
536
|
+
deleteAccountLinkInvitation(
|
|
537
|
+
args: DeleteAccountLinkInvitationCommandInput,
|
|
538
|
+
options: __HttpHandlerOptions,
|
|
539
|
+
cb: (err: any, data?: DeleteAccountLinkInvitationCommandOutput) => void
|
|
540
|
+
): void;
|
|
478
541
|
deleteClientBranding(
|
|
479
542
|
args: DeleteClientBrandingCommandInput,
|
|
480
543
|
options?: __HttpHandlerOptions
|
|
@@ -933,6 +996,20 @@ export interface WorkSpaces {
|
|
|
933
996
|
options: __HttpHandlerOptions,
|
|
934
997
|
cb: (err: any, data?: DisassociateWorkspaceApplicationCommandOutput) => void
|
|
935
998
|
): void;
|
|
999
|
+
getAccountLink(): Promise<GetAccountLinkCommandOutput>;
|
|
1000
|
+
getAccountLink(
|
|
1001
|
+
args: GetAccountLinkCommandInput,
|
|
1002
|
+
options?: __HttpHandlerOptions
|
|
1003
|
+
): Promise<GetAccountLinkCommandOutput>;
|
|
1004
|
+
getAccountLink(
|
|
1005
|
+
args: GetAccountLinkCommandInput,
|
|
1006
|
+
cb: (err: any, data?: GetAccountLinkCommandOutput) => void
|
|
1007
|
+
): void;
|
|
1008
|
+
getAccountLink(
|
|
1009
|
+
args: GetAccountLinkCommandInput,
|
|
1010
|
+
options: __HttpHandlerOptions,
|
|
1011
|
+
cb: (err: any, data?: GetAccountLinkCommandOutput) => void
|
|
1012
|
+
): void;
|
|
936
1013
|
importClientBranding(
|
|
937
1014
|
args: ImportClientBrandingCommandInput,
|
|
938
1015
|
options?: __HttpHandlerOptions
|
|
@@ -959,6 +1036,20 @@ export interface WorkSpaces {
|
|
|
959
1036
|
options: __HttpHandlerOptions,
|
|
960
1037
|
cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void
|
|
961
1038
|
): void;
|
|
1039
|
+
listAccountLinks(): Promise<ListAccountLinksCommandOutput>;
|
|
1040
|
+
listAccountLinks(
|
|
1041
|
+
args: ListAccountLinksCommandInput,
|
|
1042
|
+
options?: __HttpHandlerOptions
|
|
1043
|
+
): Promise<ListAccountLinksCommandOutput>;
|
|
1044
|
+
listAccountLinks(
|
|
1045
|
+
args: ListAccountLinksCommandInput,
|
|
1046
|
+
cb: (err: any, data?: ListAccountLinksCommandOutput) => void
|
|
1047
|
+
): void;
|
|
1048
|
+
listAccountLinks(
|
|
1049
|
+
args: ListAccountLinksCommandInput,
|
|
1050
|
+
options: __HttpHandlerOptions,
|
|
1051
|
+
cb: (err: any, data?: ListAccountLinksCommandOutput) => void
|
|
1052
|
+
): void;
|
|
962
1053
|
listAvailableManagementCidrRanges(
|
|
963
1054
|
args: ListAvailableManagementCidrRangesCommandInput,
|
|
964
1055
|
options?: __HttpHandlerOptions
|
|
@@ -1160,6 +1251,19 @@ export interface WorkSpaces {
|
|
|
1160
1251
|
options: __HttpHandlerOptions,
|
|
1161
1252
|
cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void
|
|
1162
1253
|
): void;
|
|
1254
|
+
rejectAccountLinkInvitation(
|
|
1255
|
+
args: RejectAccountLinkInvitationCommandInput,
|
|
1256
|
+
options?: __HttpHandlerOptions
|
|
1257
|
+
): Promise<RejectAccountLinkInvitationCommandOutput>;
|
|
1258
|
+
rejectAccountLinkInvitation(
|
|
1259
|
+
args: RejectAccountLinkInvitationCommandInput,
|
|
1260
|
+
cb: (err: any, data?: RejectAccountLinkInvitationCommandOutput) => void
|
|
1261
|
+
): void;
|
|
1262
|
+
rejectAccountLinkInvitation(
|
|
1263
|
+
args: RejectAccountLinkInvitationCommandInput,
|
|
1264
|
+
options: __HttpHandlerOptions,
|
|
1265
|
+
cb: (err: any, data?: RejectAccountLinkInvitationCommandOutput) => void
|
|
1266
|
+
): void;
|
|
1163
1267
|
restoreWorkspace(
|
|
1164
1268
|
args: RestoreWorkspaceCommandInput,
|
|
1165
1269
|
options?: __HttpHandlerOptions
|
|
@@ -45,6 +45,10 @@ import {
|
|
|
45
45
|
HttpAuthSchemeInputConfig,
|
|
46
46
|
HttpAuthSchemeResolvedConfig,
|
|
47
47
|
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
AcceptAccountLinkInvitationCommandInput,
|
|
50
|
+
AcceptAccountLinkInvitationCommandOutput,
|
|
51
|
+
} from "./commands/AcceptAccountLinkInvitationCommand";
|
|
48
52
|
import {
|
|
49
53
|
AssociateConnectionAliasCommandInput,
|
|
50
54
|
AssociateConnectionAliasCommandOutput,
|
|
@@ -65,6 +69,10 @@ import {
|
|
|
65
69
|
CopyWorkspaceImageCommandInput,
|
|
66
70
|
CopyWorkspaceImageCommandOutput,
|
|
67
71
|
} from "./commands/CopyWorkspaceImageCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateAccountLinkInvitationCommandInput,
|
|
74
|
+
CreateAccountLinkInvitationCommandOutput,
|
|
75
|
+
} from "./commands/CreateAccountLinkInvitationCommand";
|
|
68
76
|
import {
|
|
69
77
|
CreateConnectClientAddInCommandInput,
|
|
70
78
|
CreateConnectClientAddInCommandOutput,
|
|
@@ -101,6 +109,10 @@ import {
|
|
|
101
109
|
CreateWorkspacesCommandInput,
|
|
102
110
|
CreateWorkspacesCommandOutput,
|
|
103
111
|
} from "./commands/CreateWorkspacesCommand";
|
|
112
|
+
import {
|
|
113
|
+
DeleteAccountLinkInvitationCommandInput,
|
|
114
|
+
DeleteAccountLinkInvitationCommandOutput,
|
|
115
|
+
} from "./commands/DeleteAccountLinkInvitationCommand";
|
|
104
116
|
import {
|
|
105
117
|
DeleteClientBrandingCommandInput,
|
|
106
118
|
DeleteClientBrandingCommandOutput,
|
|
@@ -233,6 +245,10 @@ import {
|
|
|
233
245
|
DisassociateWorkspaceApplicationCommandInput,
|
|
234
246
|
DisassociateWorkspaceApplicationCommandOutput,
|
|
235
247
|
} from "./commands/DisassociateWorkspaceApplicationCommand";
|
|
248
|
+
import {
|
|
249
|
+
GetAccountLinkCommandInput,
|
|
250
|
+
GetAccountLinkCommandOutput,
|
|
251
|
+
} from "./commands/GetAccountLinkCommand";
|
|
236
252
|
import {
|
|
237
253
|
ImportClientBrandingCommandInput,
|
|
238
254
|
ImportClientBrandingCommandOutput,
|
|
@@ -241,6 +257,10 @@ import {
|
|
|
241
257
|
ImportWorkspaceImageCommandInput,
|
|
242
258
|
ImportWorkspaceImageCommandOutput,
|
|
243
259
|
} from "./commands/ImportWorkspaceImageCommand";
|
|
260
|
+
import {
|
|
261
|
+
ListAccountLinksCommandInput,
|
|
262
|
+
ListAccountLinksCommandOutput,
|
|
263
|
+
} from "./commands/ListAccountLinksCommand";
|
|
244
264
|
import {
|
|
245
265
|
ListAvailableManagementCidrRangesCommandInput,
|
|
246
266
|
ListAvailableManagementCidrRangesCommandOutput,
|
|
@@ -297,6 +317,10 @@ import {
|
|
|
297
317
|
RegisterWorkspaceDirectoryCommandInput,
|
|
298
318
|
RegisterWorkspaceDirectoryCommandOutput,
|
|
299
319
|
} from "./commands/RegisterWorkspaceDirectoryCommand";
|
|
320
|
+
import {
|
|
321
|
+
RejectAccountLinkInvitationCommandInput,
|
|
322
|
+
RejectAccountLinkInvitationCommandOutput,
|
|
323
|
+
} from "./commands/RejectAccountLinkInvitationCommand";
|
|
300
324
|
import {
|
|
301
325
|
RestoreWorkspaceCommandInput,
|
|
302
326
|
RestoreWorkspaceCommandOutput,
|
|
@@ -345,11 +369,13 @@ import {
|
|
|
345
369
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
346
370
|
export { __Client };
|
|
347
371
|
export type ServiceInputTypes =
|
|
372
|
+
| AcceptAccountLinkInvitationCommandInput
|
|
348
373
|
| AssociateConnectionAliasCommandInput
|
|
349
374
|
| AssociateIpGroupsCommandInput
|
|
350
375
|
| AssociateWorkspaceApplicationCommandInput
|
|
351
376
|
| AuthorizeIpRulesCommandInput
|
|
352
377
|
| CopyWorkspaceImageCommandInput
|
|
378
|
+
| CreateAccountLinkInvitationCommandInput
|
|
353
379
|
| CreateConnectClientAddInCommandInput
|
|
354
380
|
| CreateConnectionAliasCommandInput
|
|
355
381
|
| CreateIpGroupCommandInput
|
|
@@ -359,6 +385,7 @@ export type ServiceInputTypes =
|
|
|
359
385
|
| CreateWorkspaceBundleCommandInput
|
|
360
386
|
| CreateWorkspaceImageCommandInput
|
|
361
387
|
| CreateWorkspacesCommandInput
|
|
388
|
+
| DeleteAccountLinkInvitationCommandInput
|
|
362
389
|
| DeleteClientBrandingCommandInput
|
|
363
390
|
| DeleteConnectClientAddInCommandInput
|
|
364
391
|
| DeleteConnectionAliasCommandInput
|
|
@@ -392,8 +419,10 @@ export type ServiceInputTypes =
|
|
|
392
419
|
| DisassociateConnectionAliasCommandInput
|
|
393
420
|
| DisassociateIpGroupsCommandInput
|
|
394
421
|
| DisassociateWorkspaceApplicationCommandInput
|
|
422
|
+
| GetAccountLinkCommandInput
|
|
395
423
|
| ImportClientBrandingCommandInput
|
|
396
424
|
| ImportWorkspaceImageCommandInput
|
|
425
|
+
| ListAccountLinksCommandInput
|
|
397
426
|
| ListAvailableManagementCidrRangesCommandInput
|
|
398
427
|
| MigrateWorkspaceCommandInput
|
|
399
428
|
| ModifyAccountCommandInput
|
|
@@ -408,6 +437,7 @@ export type ServiceInputTypes =
|
|
|
408
437
|
| RebootWorkspacesCommandInput
|
|
409
438
|
| RebuildWorkspacesCommandInput
|
|
410
439
|
| RegisterWorkspaceDirectoryCommandInput
|
|
440
|
+
| RejectAccountLinkInvitationCommandInput
|
|
411
441
|
| RestoreWorkspaceCommandInput
|
|
412
442
|
| RevokeIpRulesCommandInput
|
|
413
443
|
| StartWorkspacesCommandInput
|
|
@@ -419,11 +449,13 @@ export type ServiceInputTypes =
|
|
|
419
449
|
| UpdateWorkspaceBundleCommandInput
|
|
420
450
|
| UpdateWorkspaceImagePermissionCommandInput;
|
|
421
451
|
export type ServiceOutputTypes =
|
|
452
|
+
| AcceptAccountLinkInvitationCommandOutput
|
|
422
453
|
| AssociateConnectionAliasCommandOutput
|
|
423
454
|
| AssociateIpGroupsCommandOutput
|
|
424
455
|
| AssociateWorkspaceApplicationCommandOutput
|
|
425
456
|
| AuthorizeIpRulesCommandOutput
|
|
426
457
|
| CopyWorkspaceImageCommandOutput
|
|
458
|
+
| CreateAccountLinkInvitationCommandOutput
|
|
427
459
|
| CreateConnectClientAddInCommandOutput
|
|
428
460
|
| CreateConnectionAliasCommandOutput
|
|
429
461
|
| CreateIpGroupCommandOutput
|
|
@@ -433,6 +465,7 @@ export type ServiceOutputTypes =
|
|
|
433
465
|
| CreateWorkspaceBundleCommandOutput
|
|
434
466
|
| CreateWorkspaceImageCommandOutput
|
|
435
467
|
| CreateWorkspacesCommandOutput
|
|
468
|
+
| DeleteAccountLinkInvitationCommandOutput
|
|
436
469
|
| DeleteClientBrandingCommandOutput
|
|
437
470
|
| DeleteConnectClientAddInCommandOutput
|
|
438
471
|
| DeleteConnectionAliasCommandOutput
|
|
@@ -466,8 +499,10 @@ export type ServiceOutputTypes =
|
|
|
466
499
|
| DisassociateConnectionAliasCommandOutput
|
|
467
500
|
| DisassociateIpGroupsCommandOutput
|
|
468
501
|
| DisassociateWorkspaceApplicationCommandOutput
|
|
502
|
+
| GetAccountLinkCommandOutput
|
|
469
503
|
| ImportClientBrandingCommandOutput
|
|
470
504
|
| ImportWorkspaceImageCommandOutput
|
|
505
|
+
| ListAccountLinksCommandOutput
|
|
471
506
|
| ListAvailableManagementCidrRangesCommandOutput
|
|
472
507
|
| MigrateWorkspaceCommandOutput
|
|
473
508
|
| ModifyAccountCommandOutput
|
|
@@ -482,6 +517,7 @@ export type ServiceOutputTypes =
|
|
|
482
517
|
| RebootWorkspacesCommandOutput
|
|
483
518
|
| RebuildWorkspacesCommandOutput
|
|
484
519
|
| RegisterWorkspaceDirectoryCommandOutput
|
|
520
|
+
| RejectAccountLinkInvitationCommandOutput
|
|
485
521
|
| RestoreWorkspaceCommandOutput
|
|
486
522
|
| RevokeIpRulesCommandOutput
|
|
487
523
|
| StartWorkspacesCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AcceptAccountLinkInvitationRequest,
|
|
5
|
+
AcceptAccountLinkInvitationResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface AcceptAccountLinkInvitationCommandInput
|
|
14
|
+
extends AcceptAccountLinkInvitationRequest {}
|
|
15
|
+
export interface AcceptAccountLinkInvitationCommandOutput
|
|
16
|
+
extends AcceptAccountLinkInvitationResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const AcceptAccountLinkInvitationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AcceptAccountLinkInvitationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
AcceptAccountLinkInvitationCommandInput,
|
|
23
|
+
AcceptAccountLinkInvitationCommandOutput,
|
|
24
|
+
WorkSpacesClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AcceptAccountLinkInvitationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AcceptAccountLinkInvitationCommandInput,
|
|
32
|
+
AcceptAccountLinkInvitationCommandOutput,
|
|
33
|
+
WorkSpacesClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class AcceptAccountLinkInvitationCommand extends AcceptAccountLinkInvitationCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateAccountLinkInvitationRequest,
|
|
5
|
+
CreateAccountLinkInvitationResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface CreateAccountLinkInvitationCommandInput
|
|
14
|
+
extends CreateAccountLinkInvitationRequest {}
|
|
15
|
+
export interface CreateAccountLinkInvitationCommandOutput
|
|
16
|
+
extends CreateAccountLinkInvitationResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateAccountLinkInvitationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateAccountLinkInvitationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateAccountLinkInvitationCommandInput,
|
|
23
|
+
CreateAccountLinkInvitationCommandOutput,
|
|
24
|
+
WorkSpacesClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateAccountLinkInvitationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateAccountLinkInvitationCommandInput,
|
|
32
|
+
CreateAccountLinkInvitationCommandOutput,
|
|
33
|
+
WorkSpacesClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateAccountLinkInvitationCommand extends CreateAccountLinkInvitationCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteAccountLinkInvitationRequest,
|
|
5
|
+
DeleteAccountLinkInvitationResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface DeleteAccountLinkInvitationCommandInput
|
|
14
|
+
extends DeleteAccountLinkInvitationRequest {}
|
|
15
|
+
export interface DeleteAccountLinkInvitationCommandOutput
|
|
16
|
+
extends DeleteAccountLinkInvitationResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DeleteAccountLinkInvitationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteAccountLinkInvitationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteAccountLinkInvitationCommandInput,
|
|
23
|
+
DeleteAccountLinkInvitationCommandOutput,
|
|
24
|
+
WorkSpacesClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteAccountLinkInvitationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteAccountLinkInvitationCommandInput,
|
|
32
|
+
DeleteAccountLinkInvitationCommandOutput,
|
|
33
|
+
WorkSpacesClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DeleteAccountLinkInvitationCommand extends DeleteAccountLinkInvitationCommand_base {}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetAccountLinkRequest,
|
|
5
|
+
GetAccountLinkResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface GetAccountLinkCommandInput extends GetAccountLinkRequest {}
|
|
14
|
+
export interface GetAccountLinkCommandOutput
|
|
15
|
+
extends GetAccountLinkResult,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const GetAccountLinkCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetAccountLinkCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetAccountLinkCommandInput,
|
|
22
|
+
GetAccountLinkCommandOutput,
|
|
23
|
+
WorkSpacesClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [GetAccountLinkCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetAccountLinkCommandInput,
|
|
31
|
+
GetAccountLinkCommandOutput,
|
|
32
|
+
WorkSpacesClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class GetAccountLinkCommand extends GetAccountLinkCommand_base {}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListAccountLinksRequest,
|
|
5
|
+
ListAccountLinksResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListAccountLinksCommandInput extends ListAccountLinksRequest {}
|
|
14
|
+
export interface ListAccountLinksCommandOutput
|
|
15
|
+
extends ListAccountLinksResult,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const ListAccountLinksCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListAccountLinksCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListAccountLinksCommandInput,
|
|
22
|
+
ListAccountLinksCommandOutput,
|
|
23
|
+
WorkSpacesClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListAccountLinksCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListAccountLinksCommandInput,
|
|
31
|
+
ListAccountLinksCommandOutput,
|
|
32
|
+
WorkSpacesClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class ListAccountLinksCommand extends ListAccountLinksCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
RejectAccountLinkInvitationRequest,
|
|
5
|
+
RejectAccountLinkInvitationResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WorkSpacesClientResolvedConfig,
|
|
11
|
+
} from "../WorkSpacesClient";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface RejectAccountLinkInvitationCommandInput
|
|
14
|
+
extends RejectAccountLinkInvitationRequest {}
|
|
15
|
+
export interface RejectAccountLinkInvitationCommandOutput
|
|
16
|
+
extends RejectAccountLinkInvitationResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const RejectAccountLinkInvitationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RejectAccountLinkInvitationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
RejectAccountLinkInvitationCommandInput,
|
|
23
|
+
RejectAccountLinkInvitationCommandOutput,
|
|
24
|
+
WorkSpacesClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RejectAccountLinkInvitationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RejectAccountLinkInvitationCommandInput,
|
|
32
|
+
RejectAccountLinkInvitationCommandOutput,
|
|
33
|
+
WorkSpacesClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class RejectAccountLinkInvitationCommand extends RejectAccountLinkInvitationCommand_base {}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
export * from "./AcceptAccountLinkInvitationCommand";
|
|
1
2
|
export * from "./AssociateConnectionAliasCommand";
|
|
2
3
|
export * from "./AssociateIpGroupsCommand";
|
|
3
4
|
export * from "./AssociateWorkspaceApplicationCommand";
|
|
4
5
|
export * from "./AuthorizeIpRulesCommand";
|
|
5
6
|
export * from "./CopyWorkspaceImageCommand";
|
|
7
|
+
export * from "./CreateAccountLinkInvitationCommand";
|
|
6
8
|
export * from "./CreateConnectClientAddInCommand";
|
|
7
9
|
export * from "./CreateConnectionAliasCommand";
|
|
8
10
|
export * from "./CreateIpGroupCommand";
|
|
@@ -12,6 +14,7 @@ export * from "./CreateUpdatedWorkspaceImageCommand";
|
|
|
12
14
|
export * from "./CreateWorkspaceBundleCommand";
|
|
13
15
|
export * from "./CreateWorkspaceImageCommand";
|
|
14
16
|
export * from "./CreateWorkspacesCommand";
|
|
17
|
+
export * from "./DeleteAccountLinkInvitationCommand";
|
|
15
18
|
export * from "./DeleteClientBrandingCommand";
|
|
16
19
|
export * from "./DeleteConnectClientAddInCommand";
|
|
17
20
|
export * from "./DeleteConnectionAliasCommand";
|
|
@@ -45,8 +48,10 @@ export * from "./DescribeWorkspacesConnectionStatusCommand";
|
|
|
45
48
|
export * from "./DisassociateConnectionAliasCommand";
|
|
46
49
|
export * from "./DisassociateIpGroupsCommand";
|
|
47
50
|
export * from "./DisassociateWorkspaceApplicationCommand";
|
|
51
|
+
export * from "./GetAccountLinkCommand";
|
|
48
52
|
export * from "./ImportClientBrandingCommand";
|
|
49
53
|
export * from "./ImportWorkspaceImageCommand";
|
|
54
|
+
export * from "./ListAccountLinksCommand";
|
|
50
55
|
export * from "./ListAvailableManagementCidrRangesCommand";
|
|
51
56
|
export * from "./MigrateWorkspaceCommand";
|
|
52
57
|
export * from "./ModifyAccountCommand";
|
|
@@ -61,6 +66,7 @@ export * from "./ModifyWorkspaceStateCommand";
|
|
|
61
66
|
export * from "./RebootWorkspacesCommand";
|
|
62
67
|
export * from "./RebuildWorkspacesCommand";
|
|
63
68
|
export * from "./RegisterWorkspaceDirectoryCommand";
|
|
69
|
+
export * from "./RejectAccountLinkInvitationCommand";
|
|
64
70
|
export * from "./RestoreWorkspaceCommand";
|
|
65
71
|
export * from "./RevokeIpRulesCommand";
|
|
66
72
|
export * from "./StartWorkspacesCommand";
|