@aws-sdk/client-workspaces 3.425.0 → 3.426.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 +64 -0
- package/dist-cjs/WorkSpaces.js +16 -0
- package/dist-cjs/commands/AssociateWorkspaceApplicationCommand.js +51 -0
- package/dist-cjs/commands/DeployWorkspaceApplicationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeApplicationAssociationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeApplicationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeBundleAssociationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeImageAssociationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeWorkspaceAssociationsCommand.js +51 -0
- package/dist-cjs/commands/DisassociateWorkspaceApplicationCommand.js +51 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +136 -14
- package/dist-cjs/pagination/DescribeApplicationAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeApplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +611 -3
- package/dist-es/WorkSpaces.js +16 -0
- package/dist-es/commands/AssociateWorkspaceApplicationCommand.js +47 -0
- package/dist-es/commands/DeployWorkspaceApplicationsCommand.js +47 -0
- package/dist-es/commands/DescribeApplicationAssociationsCommand.js +47 -0
- package/dist-es/commands/DescribeApplicationsCommand.js +47 -0
- package/dist-es/commands/DescribeBundleAssociationsCommand.js +47 -0
- package/dist-es/commands/DescribeImageAssociationsCommand.js +47 -0
- package/dist-es/commands/DescribeWorkspaceAssociationsCommand.js +47 -0
- package/dist-es/commands/DisassociateWorkspaceApplicationCommand.js +47 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +128 -12
- package/dist-es/pagination/DescribeApplicationAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeApplicationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +593 -1
- package/dist-types/WorkSpaces.d.ts +56 -0
- package/dist-types/WorkSpacesClient.d.ts +10 -2
- package/dist-types/commands/AssociateWorkspaceApplicationCommand.d.ts +115 -0
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +3 -0
- package/dist-types/commands/DeployWorkspaceApplicationsCommand.d.ts +107 -0
- package/dist-types/commands/DescribeApplicationAssociationsCommand.d.ts +104 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +114 -0
- package/dist-types/commands/DescribeBundleAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/DescribeImageAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/DescribeWorkspaceAssociationsCommand.d.ts +101 -0
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateWorkspaceApplicationCommand.d.ts +100 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +701 -15
- package/dist-types/pagination/DescribeApplicationAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +136 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/AssociateWorkspaceApplicationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeployWorkspaceApplicationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeApplicationAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeBundleAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeImageAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DisassociateWorkspaceApplicationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +251 -7
- package/dist-types/ts3.4/pagination/DescribeApplicationAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +96 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -235,6 +235,14 @@ AssociateIpGroups
|
|
|
235
235
|
|
|
236
236
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/associateipgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/associateipgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/associateipgroupscommandoutput.html)
|
|
237
237
|
|
|
238
|
+
</details>
|
|
239
|
+
<details>
|
|
240
|
+
<summary>
|
|
241
|
+
AssociateWorkspaceApplication
|
|
242
|
+
</summary>
|
|
243
|
+
|
|
244
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/associateworkspaceapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/associateworkspaceapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/associateworkspaceapplicationcommandoutput.html)
|
|
245
|
+
|
|
238
246
|
</details>
|
|
239
247
|
<details>
|
|
240
248
|
<summary>
|
|
@@ -379,6 +387,14 @@ DeleteWorkspaceImage
|
|
|
379
387
|
|
|
380
388
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deleteworkspaceimagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteworkspaceimagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteworkspaceimagecommandoutput.html)
|
|
381
389
|
|
|
390
|
+
</details>
|
|
391
|
+
<details>
|
|
392
|
+
<summary>
|
|
393
|
+
DeployWorkspaceApplications
|
|
394
|
+
</summary>
|
|
395
|
+
|
|
396
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deployworkspaceapplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deployworkspaceapplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deployworkspaceapplicationscommandoutput.html)
|
|
397
|
+
|
|
382
398
|
</details>
|
|
383
399
|
<details>
|
|
384
400
|
<summary>
|
|
@@ -403,6 +419,30 @@ DescribeAccountModifications
|
|
|
403
419
|
|
|
404
420
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeaccountmodificationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeaccountmodificationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeaccountmodificationscommandoutput.html)
|
|
405
421
|
|
|
422
|
+
</details>
|
|
423
|
+
<details>
|
|
424
|
+
<summary>
|
|
425
|
+
DescribeApplicationAssociations
|
|
426
|
+
</summary>
|
|
427
|
+
|
|
428
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeapplicationassociationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeapplicationassociationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeapplicationassociationscommandoutput.html)
|
|
429
|
+
|
|
430
|
+
</details>
|
|
431
|
+
<details>
|
|
432
|
+
<summary>
|
|
433
|
+
DescribeApplications
|
|
434
|
+
</summary>
|
|
435
|
+
|
|
436
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeapplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeapplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeapplicationscommandoutput.html)
|
|
437
|
+
|
|
438
|
+
</details>
|
|
439
|
+
<details>
|
|
440
|
+
<summary>
|
|
441
|
+
DescribeBundleAssociations
|
|
442
|
+
</summary>
|
|
443
|
+
|
|
444
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describebundleassociationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describebundleassociationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describebundleassociationscommandoutput.html)
|
|
445
|
+
|
|
406
446
|
</details>
|
|
407
447
|
<details>
|
|
408
448
|
<summary>
|
|
@@ -443,6 +483,14 @@ DescribeConnectionAliasPermissions
|
|
|
443
483
|
|
|
444
484
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeconnectionaliaspermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeconnectionaliaspermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeconnectionaliaspermissionscommandoutput.html)
|
|
445
485
|
|
|
486
|
+
</details>
|
|
487
|
+
<details>
|
|
488
|
+
<summary>
|
|
489
|
+
DescribeImageAssociations
|
|
490
|
+
</summary>
|
|
491
|
+
|
|
492
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeimageassociationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeimageassociationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeimageassociationscommandoutput.html)
|
|
493
|
+
|
|
446
494
|
</details>
|
|
447
495
|
<details>
|
|
448
496
|
<summary>
|
|
@@ -459,6 +507,14 @@ DescribeTags
|
|
|
459
507
|
|
|
460
508
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describetagscommandoutput.html)
|
|
461
509
|
|
|
510
|
+
</details>
|
|
511
|
+
<details>
|
|
512
|
+
<summary>
|
|
513
|
+
DescribeWorkspaceAssociations
|
|
514
|
+
</summary>
|
|
515
|
+
|
|
516
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeworkspaceassociationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspaceassociationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspaceassociationscommandoutput.html)
|
|
517
|
+
|
|
462
518
|
</details>
|
|
463
519
|
<details>
|
|
464
520
|
<summary>
|
|
@@ -531,6 +587,14 @@ DisassociateIpGroups
|
|
|
531
587
|
|
|
532
588
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/disassociateipgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/disassociateipgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/disassociateipgroupscommandoutput.html)
|
|
533
589
|
|
|
590
|
+
</details>
|
|
591
|
+
<details>
|
|
592
|
+
<summary>
|
|
593
|
+
DisassociateWorkspaceApplication
|
|
594
|
+
</summary>
|
|
595
|
+
|
|
596
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/disassociateworkspaceapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/disassociateworkspaceapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/disassociateworkspaceapplicationcommandoutput.html)
|
|
597
|
+
|
|
534
598
|
</details>
|
|
535
599
|
<details>
|
|
536
600
|
<summary>
|
package/dist-cjs/WorkSpaces.js
CHANGED
|
@@ -4,6 +4,7 @@ exports.WorkSpaces = void 0;
|
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const AssociateConnectionAliasCommand_1 = require("./commands/AssociateConnectionAliasCommand");
|
|
6
6
|
const AssociateIpGroupsCommand_1 = require("./commands/AssociateIpGroupsCommand");
|
|
7
|
+
const AssociateWorkspaceApplicationCommand_1 = require("./commands/AssociateWorkspaceApplicationCommand");
|
|
7
8
|
const AuthorizeIpRulesCommand_1 = require("./commands/AuthorizeIpRulesCommand");
|
|
8
9
|
const CopyWorkspaceImageCommand_1 = require("./commands/CopyWorkspaceImageCommand");
|
|
9
10
|
const CreateConnectClientAddInCommand_1 = require("./commands/CreateConnectClientAddInCommand");
|
|
@@ -22,16 +23,22 @@ const DeleteIpGroupCommand_1 = require("./commands/DeleteIpGroupCommand");
|
|
|
22
23
|
const DeleteTagsCommand_1 = require("./commands/DeleteTagsCommand");
|
|
23
24
|
const DeleteWorkspaceBundleCommand_1 = require("./commands/DeleteWorkspaceBundleCommand");
|
|
24
25
|
const DeleteWorkspaceImageCommand_1 = require("./commands/DeleteWorkspaceImageCommand");
|
|
26
|
+
const DeployWorkspaceApplicationsCommand_1 = require("./commands/DeployWorkspaceApplicationsCommand");
|
|
25
27
|
const DeregisterWorkspaceDirectoryCommand_1 = require("./commands/DeregisterWorkspaceDirectoryCommand");
|
|
26
28
|
const DescribeAccountCommand_1 = require("./commands/DescribeAccountCommand");
|
|
27
29
|
const DescribeAccountModificationsCommand_1 = require("./commands/DescribeAccountModificationsCommand");
|
|
30
|
+
const DescribeApplicationAssociationsCommand_1 = require("./commands/DescribeApplicationAssociationsCommand");
|
|
31
|
+
const DescribeApplicationsCommand_1 = require("./commands/DescribeApplicationsCommand");
|
|
32
|
+
const DescribeBundleAssociationsCommand_1 = require("./commands/DescribeBundleAssociationsCommand");
|
|
28
33
|
const DescribeClientBrandingCommand_1 = require("./commands/DescribeClientBrandingCommand");
|
|
29
34
|
const DescribeClientPropertiesCommand_1 = require("./commands/DescribeClientPropertiesCommand");
|
|
30
35
|
const DescribeConnectClientAddInsCommand_1 = require("./commands/DescribeConnectClientAddInsCommand");
|
|
31
36
|
const DescribeConnectionAliasesCommand_1 = require("./commands/DescribeConnectionAliasesCommand");
|
|
32
37
|
const DescribeConnectionAliasPermissionsCommand_1 = require("./commands/DescribeConnectionAliasPermissionsCommand");
|
|
38
|
+
const DescribeImageAssociationsCommand_1 = require("./commands/DescribeImageAssociationsCommand");
|
|
33
39
|
const DescribeIpGroupsCommand_1 = require("./commands/DescribeIpGroupsCommand");
|
|
34
40
|
const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
|
|
41
|
+
const DescribeWorkspaceAssociationsCommand_1 = require("./commands/DescribeWorkspaceAssociationsCommand");
|
|
35
42
|
const DescribeWorkspaceBundlesCommand_1 = require("./commands/DescribeWorkspaceBundlesCommand");
|
|
36
43
|
const DescribeWorkspaceDirectoriesCommand_1 = require("./commands/DescribeWorkspaceDirectoriesCommand");
|
|
37
44
|
const DescribeWorkspaceImagePermissionsCommand_1 = require("./commands/DescribeWorkspaceImagePermissionsCommand");
|
|
@@ -41,6 +48,7 @@ const DescribeWorkspacesConnectionStatusCommand_1 = require("./commands/Describe
|
|
|
41
48
|
const DescribeWorkspaceSnapshotsCommand_1 = require("./commands/DescribeWorkspaceSnapshotsCommand");
|
|
42
49
|
const DisassociateConnectionAliasCommand_1 = require("./commands/DisassociateConnectionAliasCommand");
|
|
43
50
|
const DisassociateIpGroupsCommand_1 = require("./commands/DisassociateIpGroupsCommand");
|
|
51
|
+
const DisassociateWorkspaceApplicationCommand_1 = require("./commands/DisassociateWorkspaceApplicationCommand");
|
|
44
52
|
const ImportClientBrandingCommand_1 = require("./commands/ImportClientBrandingCommand");
|
|
45
53
|
const ImportWorkspaceImageCommand_1 = require("./commands/ImportWorkspaceImageCommand");
|
|
46
54
|
const ListAvailableManagementCidrRangesCommand_1 = require("./commands/ListAvailableManagementCidrRangesCommand");
|
|
@@ -71,6 +79,7 @@ const WorkSpacesClient_1 = require("./WorkSpacesClient");
|
|
|
71
79
|
const commands = {
|
|
72
80
|
AssociateConnectionAliasCommand: AssociateConnectionAliasCommand_1.AssociateConnectionAliasCommand,
|
|
73
81
|
AssociateIpGroupsCommand: AssociateIpGroupsCommand_1.AssociateIpGroupsCommand,
|
|
82
|
+
AssociateWorkspaceApplicationCommand: AssociateWorkspaceApplicationCommand_1.AssociateWorkspaceApplicationCommand,
|
|
74
83
|
AuthorizeIpRulesCommand: AuthorizeIpRulesCommand_1.AuthorizeIpRulesCommand,
|
|
75
84
|
CopyWorkspaceImageCommand: CopyWorkspaceImageCommand_1.CopyWorkspaceImageCommand,
|
|
76
85
|
CreateConnectClientAddInCommand: CreateConnectClientAddInCommand_1.CreateConnectClientAddInCommand,
|
|
@@ -89,16 +98,22 @@ const commands = {
|
|
|
89
98
|
DeleteTagsCommand: DeleteTagsCommand_1.DeleteTagsCommand,
|
|
90
99
|
DeleteWorkspaceBundleCommand: DeleteWorkspaceBundleCommand_1.DeleteWorkspaceBundleCommand,
|
|
91
100
|
DeleteWorkspaceImageCommand: DeleteWorkspaceImageCommand_1.DeleteWorkspaceImageCommand,
|
|
101
|
+
DeployWorkspaceApplicationsCommand: DeployWorkspaceApplicationsCommand_1.DeployWorkspaceApplicationsCommand,
|
|
92
102
|
DeregisterWorkspaceDirectoryCommand: DeregisterWorkspaceDirectoryCommand_1.DeregisterWorkspaceDirectoryCommand,
|
|
93
103
|
DescribeAccountCommand: DescribeAccountCommand_1.DescribeAccountCommand,
|
|
94
104
|
DescribeAccountModificationsCommand: DescribeAccountModificationsCommand_1.DescribeAccountModificationsCommand,
|
|
105
|
+
DescribeApplicationAssociationsCommand: DescribeApplicationAssociationsCommand_1.DescribeApplicationAssociationsCommand,
|
|
106
|
+
DescribeApplicationsCommand: DescribeApplicationsCommand_1.DescribeApplicationsCommand,
|
|
107
|
+
DescribeBundleAssociationsCommand: DescribeBundleAssociationsCommand_1.DescribeBundleAssociationsCommand,
|
|
95
108
|
DescribeClientBrandingCommand: DescribeClientBrandingCommand_1.DescribeClientBrandingCommand,
|
|
96
109
|
DescribeClientPropertiesCommand: DescribeClientPropertiesCommand_1.DescribeClientPropertiesCommand,
|
|
97
110
|
DescribeConnectClientAddInsCommand: DescribeConnectClientAddInsCommand_1.DescribeConnectClientAddInsCommand,
|
|
98
111
|
DescribeConnectionAliasesCommand: DescribeConnectionAliasesCommand_1.DescribeConnectionAliasesCommand,
|
|
99
112
|
DescribeConnectionAliasPermissionsCommand: DescribeConnectionAliasPermissionsCommand_1.DescribeConnectionAliasPermissionsCommand,
|
|
113
|
+
DescribeImageAssociationsCommand: DescribeImageAssociationsCommand_1.DescribeImageAssociationsCommand,
|
|
100
114
|
DescribeIpGroupsCommand: DescribeIpGroupsCommand_1.DescribeIpGroupsCommand,
|
|
101
115
|
DescribeTagsCommand: DescribeTagsCommand_1.DescribeTagsCommand,
|
|
116
|
+
DescribeWorkspaceAssociationsCommand: DescribeWorkspaceAssociationsCommand_1.DescribeWorkspaceAssociationsCommand,
|
|
102
117
|
DescribeWorkspaceBundlesCommand: DescribeWorkspaceBundlesCommand_1.DescribeWorkspaceBundlesCommand,
|
|
103
118
|
DescribeWorkspaceDirectoriesCommand: DescribeWorkspaceDirectoriesCommand_1.DescribeWorkspaceDirectoriesCommand,
|
|
104
119
|
DescribeWorkspaceImagePermissionsCommand: DescribeWorkspaceImagePermissionsCommand_1.DescribeWorkspaceImagePermissionsCommand,
|
|
@@ -108,6 +123,7 @@ const commands = {
|
|
|
108
123
|
DescribeWorkspaceSnapshotsCommand: DescribeWorkspaceSnapshotsCommand_1.DescribeWorkspaceSnapshotsCommand,
|
|
109
124
|
DisassociateConnectionAliasCommand: DisassociateConnectionAliasCommand_1.DisassociateConnectionAliasCommand,
|
|
110
125
|
DisassociateIpGroupsCommand: DisassociateIpGroupsCommand_1.DisassociateIpGroupsCommand,
|
|
126
|
+
DisassociateWorkspaceApplicationCommand: DisassociateWorkspaceApplicationCommand_1.DisassociateWorkspaceApplicationCommand,
|
|
111
127
|
ImportClientBrandingCommand: ImportClientBrandingCommand_1.ImportClientBrandingCommand,
|
|
112
128
|
ImportWorkspaceImageCommand: ImportWorkspaceImageCommand_1.ImportWorkspaceImageCommand,
|
|
113
129
|
ListAvailableManagementCidrRangesCommand: ListAvailableManagementCidrRangesCommand_1.ListAvailableManagementCidrRangesCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssociateWorkspaceApplicationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class AssociateWorkspaceApplicationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateWorkspaceApplicationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesClient";
|
|
29
|
+
const commandName = "AssociateWorkspaceApplicationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkspacesService",
|
|
38
|
+
operation: "AssociateWorkspaceApplication",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_AssociateWorkspaceApplicationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_AssociateWorkspaceApplicationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.AssociateWorkspaceApplicationCommand = AssociateWorkspaceApplicationCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeployWorkspaceApplicationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DeployWorkspaceApplicationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeployWorkspaceApplicationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesClient";
|
|
29
|
+
const commandName = "DeployWorkspaceApplicationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkspacesService",
|
|
38
|
+
operation: "DeployWorkspaceApplications",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DeployWorkspaceApplicationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DeployWorkspaceApplicationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeployWorkspaceApplicationsCommand = DeployWorkspaceApplicationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeApplicationAssociationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DescribeApplicationAssociationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeApplicationAssociationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesClient";
|
|
29
|
+
const commandName = "DescribeApplicationAssociationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkspacesService",
|
|
38
|
+
operation: "DescribeApplicationAssociations",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DescribeApplicationAssociationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DescribeApplicationAssociationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeApplicationAssociationsCommand = DescribeApplicationAssociationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeApplicationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DescribeApplicationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeApplicationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesClient";
|
|
29
|
+
const commandName = "DescribeApplicationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkspacesService",
|
|
38
|
+
operation: "DescribeApplications",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DescribeApplicationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DescribeApplicationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeApplicationsCommand = DescribeApplicationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeBundleAssociationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DescribeBundleAssociationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeBundleAssociationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesClient";
|
|
29
|
+
const commandName = "DescribeBundleAssociationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkspacesService",
|
|
38
|
+
operation: "DescribeBundleAssociations",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DescribeBundleAssociationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DescribeBundleAssociationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeBundleAssociationsCommand = DescribeBundleAssociationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeImageAssociationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DescribeImageAssociationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeImageAssociationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesClient";
|
|
29
|
+
const commandName = "DescribeImageAssociationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkspacesService",
|
|
38
|
+
operation: "DescribeImageAssociations",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DescribeImageAssociationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DescribeImageAssociationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeImageAssociationsCommand = DescribeImageAssociationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeWorkspaceAssociationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DescribeWorkspaceAssociationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeWorkspaceAssociationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesClient";
|
|
29
|
+
const commandName = "DescribeWorkspaceAssociationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkspacesService",
|
|
38
|
+
operation: "DescribeWorkspaceAssociations",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DescribeWorkspaceAssociationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DescribeWorkspaceAssociationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeWorkspaceAssociationsCommand = DescribeWorkspaceAssociationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisassociateWorkspaceApplicationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DisassociateWorkspaceApplicationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DisassociateWorkspaceApplicationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WorkSpacesClient";
|
|
29
|
+
const commandName = "DisassociateWorkspaceApplicationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WorkspacesService",
|
|
38
|
+
operation: "DisassociateWorkspaceApplication",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DisassociateWorkspaceApplicationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DisassociateWorkspaceApplicationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DisassociateWorkspaceApplicationCommand = DisassociateWorkspaceApplicationCommand;
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./AssociateConnectionAliasCommand"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./AssociateIpGroupsCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AssociateWorkspaceApplicationCommand"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./AuthorizeIpRulesCommand"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./CopyWorkspaceImageCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./CreateConnectClientAddInCommand"), exports);
|
|
@@ -21,16 +22,22 @@ tslib_1.__exportStar(require("./DeleteIpGroupCommand"), exports);
|
|
|
21
22
|
tslib_1.__exportStar(require("./DeleteTagsCommand"), exports);
|
|
22
23
|
tslib_1.__exportStar(require("./DeleteWorkspaceBundleCommand"), exports);
|
|
23
24
|
tslib_1.__exportStar(require("./DeleteWorkspaceImageCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DeployWorkspaceApplicationsCommand"), exports);
|
|
24
26
|
tslib_1.__exportStar(require("./DeregisterWorkspaceDirectoryCommand"), exports);
|
|
25
27
|
tslib_1.__exportStar(require("./DescribeAccountCommand"), exports);
|
|
26
28
|
tslib_1.__exportStar(require("./DescribeAccountModificationsCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DescribeApplicationAssociationsCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DescribeApplicationsCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DescribeBundleAssociationsCommand"), exports);
|
|
27
32
|
tslib_1.__exportStar(require("./DescribeClientBrandingCommand"), exports);
|
|
28
33
|
tslib_1.__exportStar(require("./DescribeClientPropertiesCommand"), exports);
|
|
29
34
|
tslib_1.__exportStar(require("./DescribeConnectClientAddInsCommand"), exports);
|
|
30
35
|
tslib_1.__exportStar(require("./DescribeConnectionAliasPermissionsCommand"), exports);
|
|
31
36
|
tslib_1.__exportStar(require("./DescribeConnectionAliasesCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeImageAssociationsCommand"), exports);
|
|
32
38
|
tslib_1.__exportStar(require("./DescribeIpGroupsCommand"), exports);
|
|
33
39
|
tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./DescribeWorkspaceAssociationsCommand"), exports);
|
|
34
41
|
tslib_1.__exportStar(require("./DescribeWorkspaceBundlesCommand"), exports);
|
|
35
42
|
tslib_1.__exportStar(require("./DescribeWorkspaceDirectoriesCommand"), exports);
|
|
36
43
|
tslib_1.__exportStar(require("./DescribeWorkspaceImagePermissionsCommand"), exports);
|
|
@@ -40,6 +47,7 @@ tslib_1.__exportStar(require("./DescribeWorkspacesCommand"), exports);
|
|
|
40
47
|
tslib_1.__exportStar(require("./DescribeWorkspacesConnectionStatusCommand"), exports);
|
|
41
48
|
tslib_1.__exportStar(require("./DisassociateConnectionAliasCommand"), exports);
|
|
42
49
|
tslib_1.__exportStar(require("./DisassociateIpGroupsCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./DisassociateWorkspaceApplicationCommand"), exports);
|
|
43
51
|
tslib_1.__exportStar(require("./ImportClientBrandingCommand"), exports);
|
|
44
52
|
tslib_1.__exportStar(require("./ImportWorkspaceImageCommand"), exports);
|
|
45
53
|
tslib_1.__exportStar(require("./ListAvailableManagementCidrRangesCommand"), exports);
|