@aws-sdk/client-workspaces 3.533.0 → 3.540.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.
Files changed (157) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/WorkSpaces.d.ts +14 -1
  6. package/dist-types/WorkSpacesClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateWorkspaceApplicationCommand.d.ts +2 -1
  10. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +2 -1
  11. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateIpGroupCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateWorkspacesCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteClientBrandingCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteIpGroupCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +2 -1
  28. package/dist-types/commands/DeployWorkspaceApplicationsCommand.d.ts +2 -1
  29. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeAccountCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeApplicationAssociationsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeBundleAssociationsCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeClientBrandingCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeImageAssociationsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeWorkspaceAssociationsCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +2 -1
  51. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +2 -1
  52. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +2 -1
  53. package/dist-types/commands/DisassociateWorkspaceApplicationCommand.d.ts +2 -1
  54. package/dist-types/commands/ImportClientBrandingCommand.d.ts +2 -1
  55. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +2 -1
  56. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +2 -1
  57. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +2 -1
  58. package/dist-types/commands/ModifyAccountCommand.d.ts +2 -1
  59. package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +2 -1
  60. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +2 -1
  61. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +2 -1
  62. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +2 -1
  63. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +2 -1
  64. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +2 -1
  65. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +2 -1
  66. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +2 -1
  67. package/dist-types/commands/RebootWorkspacesCommand.d.ts +2 -1
  68. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +2 -1
  69. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +2 -1
  70. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +2 -1
  71. package/dist-types/commands/RevokeIpRulesCommand.d.ts +2 -1
  72. package/dist-types/commands/StartWorkspacesCommand.d.ts +2 -1
  73. package/dist-types/commands/StopWorkspacesCommand.d.ts +2 -1
  74. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +2 -1
  80. package/dist-types/index.d.ts +0 -1
  81. package/dist-types/models/models_0.d.ts +595 -595
  82. package/dist-types/ts3.4/WorkSpaces.d.ts +13 -0
  83. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/AssociateWorkspaceApplicationCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateStandbyWorkspacesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeployWorkspaceApplicationsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DescribeApplicationAssociationsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DescribeBundleAssociationsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DescribeImageAssociationsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeWorkspaceAssociationsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DisassociateWorkspaceApplicationCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/index.d.ts +0 -1
  157. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface DeployWorkspaceApplicationsCommandOutput extends DeployWorkspac
22
22
  }
23
23
  declare const DeployWorkspaceApplicationsCommand_base: {
24
24
  new (input: DeployWorkspaceApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeployWorkspaceApplicationsCommandInput, DeployWorkspaceApplicationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeployWorkspaceApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeployWorkspaceApplicationsCommandInput, DeployWorkspaceApplicationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deploys associated applications to the specified WorkSpace</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const DeployWorkspaceApplicationsCommand_base: {
87
87
  * @throws {@link WorkSpacesServiceException}
88
88
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class DeployWorkspaceApplicationsCommand extends DeployWorkspaceApplicationsCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWor
22
22
  }
23
23
  declare const DeregisterWorkspaceDirectoryCommand_base: {
24
24
  new (input: DeregisterWorkspaceDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterWorkspaceDirectoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deregisters the specified directory. This operation is asynchronous and returns before
30
30
  * the WorkSpace directory is deregistered. If any WorkSpaces are registered to this
31
31
  * directory, you must remove them before you can deregister the directory.</p>
@@ -79,6 +79,7 @@ declare const DeregisterWorkspaceDirectoryCommand_base: {
79
79
  * @throws {@link WorkSpacesServiceException}
80
80
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DeregisterWorkspaceDirectoryCommand extends DeregisterWorkspaceDirectoryCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DescribeAccountCommandOutput extends DescribeAccountResult, __M
22
22
  }
23
23
  declare const DescribeAccountCommand_base: {
24
24
  new (input: DescribeAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountCommandInput, DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountCommandInput, DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for
30
30
  * the specified account.</p>
31
31
  * @example
@@ -56,6 +56,7 @@ declare const DescribeAccountCommand_base: {
56
56
  * @throws {@link WorkSpacesServiceException}
57
57
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
58
58
  *
59
+ * @public
59
60
  */
60
61
  export declare class DescribeAccountCommand extends DescribeAccountCommand_base {
61
62
  }
@@ -22,10 +22,10 @@ export interface DescribeAccountModificationsCommandOutput extends DescribeAccou
22
22
  }
23
23
  declare const DescribeAccountModificationsCommand_base: {
24
24
  new (input: DescribeAccountModificationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAccountModificationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes modifications to the configuration of Bring Your Own
30
30
  * License (BYOL) for the specified account.</p>
31
31
  * @example
@@ -67,6 +67,7 @@ declare const DescribeAccountModificationsCommand_base: {
67
67
  * @throws {@link WorkSpacesServiceException}
68
68
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DescribeAccountModificationsCommand extends DescribeAccountModificationsCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationAssociationsCommandOutput extends DescribeAp
22
22
  }
23
23
  declare const DescribeApplicationAssociationsCommand_base: {
24
24
  new (input: DescribeApplicationAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationAssociationsCommandInput, DescribeApplicationAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeApplicationAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationAssociationsCommandInput, DescribeApplicationAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the associations between the application and the specified associated resources.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const DescribeApplicationAssociationsCommand_base: {
84
84
  * @throws {@link WorkSpacesServiceException}
85
85
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DescribeApplicationAssociationsCommand extends DescribeApplicationAssociationsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR
22
22
  }
23
23
  declare const DescribeApplicationsCommand_base: {
24
24
  new (input: DescribeApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const DescribeApplicationsCommand_base: {
94
94
  * @throws {@link WorkSpacesServiceException}
95
95
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class DescribeApplicationsCommand extends DescribeApplicationsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface DescribeBundleAssociationsCommandOutput extends DescribeBundleA
22
22
  }
23
23
  declare const DescribeBundleAssociationsCommand_base: {
24
24
  new (input: DescribeBundleAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBundleAssociationsCommandInput, DescribeBundleAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBundleAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBundleAssociationsCommandInput, DescribeBundleAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the associations between the applications and the specified bundle.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DescribeBundleAssociationsCommand_base: {
81
81
  * @throws {@link WorkSpacesServiceException}
82
82
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DescribeBundleAssociationsCommand extends DescribeBundleAssociationsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DescribeClientBrandingCommandOutput extends DescribeClientBrand
22
22
  }
23
23
  declare const DescribeClientBrandingCommand_base: {
24
24
  new (input: DescribeClientBrandingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClientBrandingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified client branding. Client branding allows you to customize the log
30
30
  * in page of various device types for your users. You can add your company logo, the support
31
31
  * email address, support link, link to reset password, and a custom message for users trying
@@ -122,6 +122,7 @@ declare const DescribeClientBrandingCommand_base: {
122
122
  * @throws {@link WorkSpacesServiceException}
123
123
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class DescribeClientBrandingCommand extends DescribeClientBrandingCommand_base {
127
128
  }
@@ -22,10 +22,10 @@ export interface DescribeClientPropertiesCommandOutput extends DescribeClientPro
22
22
  }
23
23
  declare const DescribeClientPropertiesCommand_base: {
24
24
  new (input: DescribeClientPropertiesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClientPropertiesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more specified Amazon WorkSpaces clients.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DescribeClientPropertiesCommand_base: {
72
72
  * @throws {@link WorkSpacesServiceException}
73
73
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DescribeClientPropertiesCommand extends DescribeClientPropertiesCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DescribeConnectClientAddInsCommandOutput extends DescribeConnec
22
22
  }
23
23
  declare const DescribeConnectClientAddInsCommand_base: {
24
24
  new (input: DescribeConnectClientAddInsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeConnectClientAddInsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of Amazon Connect client add-ins that have been created.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DescribeConnectClientAddInsCommand_base: {
72
72
  * @throws {@link WorkSpacesServiceException}
73
73
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DescribeConnectClientAddInsCommand extends DescribeConnectClientAddInsCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DescribeConnectionAliasPermissionsCommandOutput extends Describ
22
22
  }
23
23
  declare const DescribeConnectionAliasPermissionsCommand_base: {
24
24
  new (input: DescribeConnectionAliasPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeConnectionAliasPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the permissions that the owner of a connection alias has granted to another
30
30
  * Amazon Web Services account for the specified connection alias. For more information, see
31
31
  * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
@@ -77,6 +77,7 @@ declare const DescribeConnectionAliasPermissionsCommand_base: {
77
77
  * @throws {@link WorkSpacesServiceException}
78
78
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class DescribeConnectionAliasPermissionsCommand extends DescribeConnectionAliasPermissionsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DescribeConnectionAliasesCommandOutput extends DescribeConnecti
22
22
  }
23
23
  declare const DescribeConnectionAliasesCommand_base: {
24
24
  new (input: DescribeConnectionAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeConnectionAliasesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes the connection aliases used for cross-Region
30
30
  * redirection. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
31
31
  * Redirection for Amazon WorkSpaces</a>.</p>
@@ -85,6 +85,7 @@ declare const DescribeConnectionAliasesCommand_base: {
85
85
  * @throws {@link WorkSpacesServiceException}
86
86
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class DescribeConnectionAliasesCommand extends DescribeConnectionAliasesCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface DescribeImageAssociationsCommandOutput extends DescribeImageAss
22
22
  }
23
23
  declare const DescribeImageAssociationsCommand_base: {
24
24
  new (input: DescribeImageAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImageAssociationsCommandInput, DescribeImageAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeImageAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImageAssociationsCommandInput, DescribeImageAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the associations between the applications and the specified image.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DescribeImageAssociationsCommand_base: {
81
81
  * @throws {@link WorkSpacesServiceException}
82
82
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DescribeImageAssociationsCommand extends DescribeImageAssociationsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, _
22
22
  }
23
23
  declare const DescribeIpGroupsCommand_base: {
24
24
  new (input: DescribeIpGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeIpGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes one or more of your IP access control groups.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DescribeIpGroupsCommand_base: {
76
76
  * @throws {@link WorkSpacesServiceException}
77
77
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DescribeIpGroupsCommand extends DescribeIpGroupsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat
22
22
  }
23
23
  declare const DescribeTagsCommand_base: {
24
24
  new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified tags for the specified WorkSpaces resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DescribeTagsCommand_base: {
61
61
  * @throws {@link WorkSpacesServiceException}
62
62
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkspaceAssociationsCommandOutput extends DescribeWork
22
22
  }
23
23
  declare const DescribeWorkspaceAssociationsCommand_base: {
24
24
  new (input: DescribeWorkspaceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceAssociationsCommandInput, DescribeWorkspaceAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeWorkspaceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceAssociationsCommandInput, DescribeWorkspaceAssociationsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the associations betweens applications and the specified WorkSpace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DescribeWorkspaceAssociationsCommand_base: {
81
81
  * @throws {@link WorkSpacesServiceException}
82
82
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DescribeWorkspaceAssociationsCommand extends DescribeWorkspaceAssociationsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspace
22
22
  }
23
23
  declare const DescribeWorkspaceBundlesCommand_base: {
24
24
  new (input: DescribeWorkspaceBundlesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeWorkspaceBundlesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes the available WorkSpace bundles.</p>
30
30
  * <p>You can filter the results using either bundle ID or owner, but not both.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const DescribeWorkspaceBundlesCommand_base: {
83
83
  * @throws {@link WorkSpacesServiceException}
84
84
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DescribeWorkspaceBundlesCommand extends DescribeWorkspaceBundlesCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkspaceDirectoriesCommandOutput extends DescribeWorks
22
22
  }
23
23
  declare const DescribeWorkspaceDirectoriesCommand_base: {
24
24
  new (input: DescribeWorkspaceDirectoriesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeWorkspaceDirectoriesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the available directories that are registered with Amazon WorkSpaces.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -117,6 +117,7 @@ declare const DescribeWorkspaceDirectoriesCommand_base: {
117
117
  * @throws {@link WorkSpacesServiceException}
118
118
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
119
119
  *
120
+ * @public
120
121
  */
121
122
  export declare class DescribeWorkspaceDirectoriesCommand extends DescribeWorkspaceDirectoriesCommand_base {
122
123
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkspaceImagePermissionsCommandOutput extends Describe
22
22
  }
23
23
  declare const DescribeWorkspaceImagePermissionsCommand_base: {
24
24
  new (input: DescribeWorkspaceImagePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeWorkspaceImagePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DescribeWorkspaceImagePermissionsCommand_base: {
70
70
  * @throws {@link WorkSpacesServiceException}
71
71
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DescribeWorkspaceImagePermissionsCommand extends DescribeWorkspaceImagePermissionsCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceI
22
22
  }
23
23
  declare const DescribeWorkspaceImagesCommand_base: {
24
24
  new (input: DescribeWorkspaceImagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeWorkspaceImagesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more specified images, if the image identifiers
30
30
  * are provided. Otherwise, all images in the account are described. </p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const DescribeWorkspaceImagesCommand_base: {
88
88
  * @throws {@link WorkSpacesServiceException}
89
89
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class DescribeWorkspaceImagesCommand extends DescribeWorkspaceImagesCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspa
22
22
  }
23
23
  declare const DescribeWorkspaceSnapshotsCommand_base: {
24
24
  new (input: DescribeWorkspaceSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeWorkspaceSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the snapshots for the specified WorkSpace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DescribeWorkspaceSnapshotsCommand_base: {
71
71
  * @throws {@link WorkSpacesServiceException}
72
72
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DescribeWorkspaceSnapshotsCommand extends DescribeWorkspaceSnapshotsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul
22
22
  }
23
23
  declare const DescribeWorkspacesCommand_base: {
24
24
  new (input: DescribeWorkspacesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeWorkspacesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified WorkSpaces.</p>
30
30
  * <p>You can filter the results by using the bundle identifier, directory identifier, or
31
31
  * owner, but you can specify only one filter at a time.</p>
@@ -123,6 +123,7 @@ declare const DescribeWorkspacesCommand_base: {
123
123
  * @throws {@link WorkSpacesServiceException}
124
124
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class DescribeWorkspacesCommand extends DescribeWorkspacesCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkspacesConnectionStatusCommandOutput extends Describ
22
22
  }
23
23
  declare const DescribeWorkspacesConnectionStatusCommand_base: {
24
24
  new (input: DescribeWorkspacesConnectionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeWorkspacesConnectionStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the connection status of the specified WorkSpaces.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DescribeWorkspacesConnectionStatusCommand_base: {
67
67
  * @throws {@link WorkSpacesServiceException}
68
68
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DescribeWorkspacesConnectionStatusCommand extends DescribeWorkspacesConnectionStatusCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo
22
22
  }
23
23
  declare const DisassociateConnectionAliasCommand_base: {
24
24
  new (input: DisassociateConnectionAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateConnectionAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates a connection alias from a directory. Disassociating a connection alias
30
30
  * disables cross-Region redirection between two directories in different Regions. For more
31
31
  * information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
@@ -74,6 +74,7 @@ declare const DisassociateConnectionAliasCommand_base: {
74
74
  * @throws {@link WorkSpacesServiceException}
75
75
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DisassociateConnectionAliasCommand extends DisassociateConnectionAliasCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR
22
22
  }
23
23
  declare const DisassociateIpGroupsCommand_base: {
24
24
  new (input: DisassociateIpGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateIpGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates the specified IP access control group from the specified directory.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DisassociateIpGroupsCommand_base: {
66
66
  * @throws {@link WorkSpacesServiceException}
67
67
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DisassociateIpGroupsCommand extends DisassociateIpGroupsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DisassociateWorkspaceApplicationCommandOutput extends Disassoci
22
22
  }
23
23
  declare const DisassociateWorkspaceApplicationCommand_base: {
24
24
  new (input: DisassociateWorkspaceApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateWorkspaceApplicationCommandInput, DisassociateWorkspaceApplicationCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateWorkspaceApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateWorkspaceApplicationCommandInput, DisassociateWorkspaceApplicationCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates the specified application from a WorkSpace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DisassociateWorkspaceApplicationCommand_base: {
80
80
  * @throws {@link WorkSpacesServiceException}
81
81
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DisassociateWorkspaceApplicationCommand extends DisassociateWorkspaceApplicationCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ImportClientBrandingCommandOutput extends ImportClientBrandingR
22
22
  }
23
23
  declare const ImportClientBrandingCommand_base: {
24
24
  new (input: ImportClientBrandingCommandInput): import("@smithy/smithy-client").CommandImpl<ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportClientBrandingCommandInput): import("@smithy/smithy-client").CommandImpl<ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports client branding. Client branding allows you to customize your WorkSpace's client
30
30
  * login portal. You can tailor your login portal company logo, the support email address,
31
31
  * support link, link to reset password, and a custom message for users trying to sign
@@ -199,6 +199,7 @@ declare const ImportClientBrandingCommand_base: {
199
199
  * @throws {@link WorkSpacesServiceException}
200
200
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
201
201
  *
202
+ * @public
202
203
  */
203
204
  export declare class ImportClientBrandingCommand extends ImportClientBrandingCommand_base {
204
205
  }
@@ -22,10 +22,10 @@ export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageR
22
22
  }
23
23
  declare const ImportWorkspaceImageCommand_base: {
24
24
  new (input: ImportWorkspaceImageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportWorkspaceImageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports the specified Windows 10 or 11 Bring Your Own License (BYOL)
30
30
  * image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is
31
31
  * in your Amazon Web Services account, and you must own the image. For more information about
@@ -87,6 +87,7 @@ declare const ImportWorkspaceImageCommand_base: {
87
87
  * @throws {@link WorkSpacesServiceException}
88
88
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ImportWorkspaceImageCommand extends ImportWorkspaceImageCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvai
22
22
  }
23
23
  declare const ListAvailableManagementCidrRangesCommand_base: {
24
24
  new (input: ListAvailableManagementCidrRangesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAvailableManagementCidrRangesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use
30
30
  * for the network management interface when you enable Bring Your Own License (BYOL). </p>
31
31
  * <p>This operation can be run only by Amazon Web Services accounts that are enabled for BYOL.
@@ -71,6 +71,7 @@ declare const ListAvailableManagementCidrRangesCommand_base: {
71
71
  * @throws {@link WorkSpacesServiceException}
72
72
  * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListAvailableManagementCidrRangesCommand extends ListAvailableManagementCidrRangesCommand_base {
76
77
  }