@aws-sdk/client-workspaces-web 3.1077.0 → 3.1079.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 (233) hide show
  1. package/dist-cjs/index.js +231 -901
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateBrowserSettingsCommand.js +2 -14
  4. package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +2 -14
  5. package/dist-es/commands/AssociateIpAccessSettingsCommand.js +2 -14
  6. package/dist-es/commands/AssociateNetworkSettingsCommand.js +2 -14
  7. package/dist-es/commands/AssociateSessionLoggerCommand.js +2 -14
  8. package/dist-es/commands/AssociateTrustStoreCommand.js +2 -14
  9. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -14
  10. package/dist-es/commands/AssociateUserSettingsCommand.js +2 -14
  11. package/dist-es/commands/CreateBrowserSettingsCommand.js +2 -14
  12. package/dist-es/commands/CreateDataProtectionSettingsCommand.js +2 -14
  13. package/dist-es/commands/CreateIdentityProviderCommand.js +2 -14
  14. package/dist-es/commands/CreateIpAccessSettingsCommand.js +2 -14
  15. package/dist-es/commands/CreateNetworkSettingsCommand.js +2 -14
  16. package/dist-es/commands/CreatePortalCommand.js +2 -14
  17. package/dist-es/commands/CreateSessionLoggerCommand.js +2 -14
  18. package/dist-es/commands/CreateTrustStoreCommand.js +2 -14
  19. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +2 -14
  20. package/dist-es/commands/CreateUserSettingsCommand.js +2 -14
  21. package/dist-es/commands/DeleteBrowserSettingsCommand.js +2 -14
  22. package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +2 -14
  23. package/dist-es/commands/DeleteIdentityProviderCommand.js +2 -14
  24. package/dist-es/commands/DeleteIpAccessSettingsCommand.js +2 -14
  25. package/dist-es/commands/DeleteNetworkSettingsCommand.js +2 -14
  26. package/dist-es/commands/DeletePortalCommand.js +2 -14
  27. package/dist-es/commands/DeleteSessionLoggerCommand.js +2 -14
  28. package/dist-es/commands/DeleteTrustStoreCommand.js +2 -14
  29. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -14
  30. package/dist-es/commands/DeleteUserSettingsCommand.js +2 -14
  31. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +2 -14
  32. package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +2 -14
  33. package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +2 -14
  34. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +2 -14
  35. package/dist-es/commands/DisassociateSessionLoggerCommand.js +2 -14
  36. package/dist-es/commands/DisassociateTrustStoreCommand.js +2 -14
  37. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -14
  38. package/dist-es/commands/DisassociateUserSettingsCommand.js +2 -14
  39. package/dist-es/commands/ExpireSessionCommand.js +2 -14
  40. package/dist-es/commands/GetBrowserSettingsCommand.js +2 -14
  41. package/dist-es/commands/GetDataProtectionSettingsCommand.js +2 -14
  42. package/dist-es/commands/GetIdentityProviderCommand.js +2 -14
  43. package/dist-es/commands/GetIpAccessSettingsCommand.js +2 -14
  44. package/dist-es/commands/GetNetworkSettingsCommand.js +2 -14
  45. package/dist-es/commands/GetPortalCommand.js +2 -14
  46. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +2 -14
  47. package/dist-es/commands/GetSessionCommand.js +2 -14
  48. package/dist-es/commands/GetSessionLoggerCommand.js +2 -14
  49. package/dist-es/commands/GetTrustStoreCertificateCommand.js +2 -14
  50. package/dist-es/commands/GetTrustStoreCommand.js +2 -14
  51. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +2 -14
  52. package/dist-es/commands/GetUserSettingsCommand.js +2 -14
  53. package/dist-es/commands/ListBrowserSettingsCommand.js +2 -14
  54. package/dist-es/commands/ListDataProtectionSettingsCommand.js +2 -14
  55. package/dist-es/commands/ListIdentityProvidersCommand.js +2 -14
  56. package/dist-es/commands/ListIpAccessSettingsCommand.js +2 -14
  57. package/dist-es/commands/ListNetworkSettingsCommand.js +2 -14
  58. package/dist-es/commands/ListPortalsCommand.js +2 -14
  59. package/dist-es/commands/ListSessionLoggersCommand.js +2 -14
  60. package/dist-es/commands/ListSessionsCommand.js +2 -14
  61. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  62. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +2 -14
  63. package/dist-es/commands/ListTrustStoresCommand.js +2 -14
  64. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +2 -14
  65. package/dist-es/commands/ListUserSettingsCommand.js +2 -14
  66. package/dist-es/commands/TagResourceCommand.js +2 -14
  67. package/dist-es/commands/UntagResourceCommand.js +2 -14
  68. package/dist-es/commands/UpdateBrowserSettingsCommand.js +2 -14
  69. package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +2 -14
  70. package/dist-es/commands/UpdateIdentityProviderCommand.js +2 -14
  71. package/dist-es/commands/UpdateIpAccessSettingsCommand.js +2 -14
  72. package/dist-es/commands/UpdateNetworkSettingsCommand.js +2 -14
  73. package/dist-es/commands/UpdatePortalCommand.js +2 -14
  74. package/dist-es/commands/UpdateSessionLoggerCommand.js +2 -14
  75. package/dist-es/commands/UpdateTrustStoreCommand.js +2 -14
  76. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -14
  77. package/dist-es/commands/UpdateUserSettingsCommand.js +2 -14
  78. package/dist-es/index.js +1 -0
  79. package/dist-types/commandBuilder.d.ts +18 -0
  80. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +3 -8
  81. package/dist-types/commands/AssociateDataProtectionSettingsCommand.d.ts +3 -8
  82. package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +3 -8
  83. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +3 -8
  84. package/dist-types/commands/AssociateSessionLoggerCommand.d.ts +3 -8
  85. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +3 -8
  86. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +3 -8
  87. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateDataProtectionSettingsCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +3 -8
  93. package/dist-types/commands/CreatePortalCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateSessionLoggerCommand.d.ts +3 -8
  95. package/dist-types/commands/CreateTrustStoreCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +3 -8
  97. package/dist-types/commands/CreateUserSettingsCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteDataProtectionSettingsCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +3 -8
  103. package/dist-types/commands/DeletePortalCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteSessionLoggerCommand.d.ts +3 -8
  105. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +3 -8
  106. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +3 -8
  107. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +3 -8
  108. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +3 -8
  109. package/dist-types/commands/DisassociateDataProtectionSettingsCommand.d.ts +3 -8
  110. package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +3 -8
  111. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +3 -8
  112. package/dist-types/commands/DisassociateSessionLoggerCommand.d.ts +3 -8
  113. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +3 -8
  114. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +3 -8
  115. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +3 -8
  116. package/dist-types/commands/ExpireSessionCommand.d.ts +3 -8
  117. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +3 -8
  118. package/dist-types/commands/GetDataProtectionSettingsCommand.d.ts +3 -8
  119. package/dist-types/commands/GetIdentityProviderCommand.d.ts +3 -8
  120. package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +3 -8
  121. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +3 -8
  122. package/dist-types/commands/GetPortalCommand.d.ts +3 -8
  123. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +3 -8
  124. package/dist-types/commands/GetSessionCommand.d.ts +3 -8
  125. package/dist-types/commands/GetSessionLoggerCommand.d.ts +3 -8
  126. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +3 -8
  127. package/dist-types/commands/GetTrustStoreCommand.d.ts +3 -8
  128. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +3 -8
  129. package/dist-types/commands/GetUserSettingsCommand.d.ts +3 -8
  130. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +3 -8
  131. package/dist-types/commands/ListDataProtectionSettingsCommand.d.ts +3 -8
  132. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +3 -8
  133. package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +3 -8
  134. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +3 -8
  135. package/dist-types/commands/ListPortalsCommand.d.ts +3 -8
  136. package/dist-types/commands/ListSessionLoggersCommand.d.ts +3 -8
  137. package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
  138. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  139. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +3 -8
  140. package/dist-types/commands/ListTrustStoresCommand.d.ts +3 -8
  141. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +3 -8
  142. package/dist-types/commands/ListUserSettingsCommand.d.ts +3 -8
  143. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  144. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  145. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateDataProtectionSettingsCommand.d.ts +3 -8
  147. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +3 -8
  149. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +3 -8
  150. package/dist-types/commands/UpdatePortalCommand.d.ts +3 -8
  151. package/dist-types/commands/UpdateSessionLoggerCommand.d.ts +3 -8
  152. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +3 -8
  153. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +3 -8
  154. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +3 -8
  155. package/dist-types/index.d.ts +1 -0
  156. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  157. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/AssociateDataProtectionSettingsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/AssociateSessionLoggerCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CreateDataProtectionSettingsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CreateSessionLoggerCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteDataProtectionSettingsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DeleteSessionLoggerCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DisassociateDataProtectionSettingsCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DisassociateSessionLoggerCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/GetDataProtectionSettingsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/GetSessionLoggerCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListDataProtectionSettingsCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/ListSessionLoggersCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/UpdateDataProtectionSettingsCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/UpdateSessionLoggerCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/index.d.ts +1 -0
  233. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2281,904 +2282,233 @@ class WorkSpacesWebClient extends Client {
2281
2282
  }
2282
2283
  }
2283
2284
 
2284
- class AssociateBrowserSettingsCommand extends Command
2285
- .classBuilder()
2286
- .ep(commonParams)
2287
- .m(function (Command, cs, config, o) {
2288
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2289
- })
2290
- .s("AWSErmineControlPlaneService", "AssociateBrowserSettings", {})
2291
- .n("WorkSpacesWebClient", "AssociateBrowserSettingsCommand")
2292
- .sc(AssociateBrowserSettings$)
2293
- .build() {
2294
- }
2295
-
2296
- class AssociateDataProtectionSettingsCommand extends Command
2297
- .classBuilder()
2298
- .ep(commonParams)
2299
- .m(function (Command, cs, config, o) {
2300
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2301
- })
2302
- .s("AWSErmineControlPlaneService", "AssociateDataProtectionSettings", {})
2303
- .n("WorkSpacesWebClient", "AssociateDataProtectionSettingsCommand")
2304
- .sc(AssociateDataProtectionSettings$)
2305
- .build() {
2306
- }
2307
-
2308
- class AssociateIpAccessSettingsCommand extends Command
2309
- .classBuilder()
2310
- .ep(commonParams)
2311
- .m(function (Command, cs, config, o) {
2312
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2313
- })
2314
- .s("AWSErmineControlPlaneService", "AssociateIpAccessSettings", {})
2315
- .n("WorkSpacesWebClient", "AssociateIpAccessSettingsCommand")
2316
- .sc(AssociateIpAccessSettings$)
2317
- .build() {
2318
- }
2319
-
2320
- class AssociateNetworkSettingsCommand extends Command
2321
- .classBuilder()
2322
- .ep(commonParams)
2323
- .m(function (Command, cs, config, o) {
2324
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2325
- })
2326
- .s("AWSErmineControlPlaneService", "AssociateNetworkSettings", {})
2327
- .n("WorkSpacesWebClient", "AssociateNetworkSettingsCommand")
2328
- .sc(AssociateNetworkSettings$)
2329
- .build() {
2330
- }
2331
-
2332
- class AssociateSessionLoggerCommand extends Command
2333
- .classBuilder()
2334
- .ep(commonParams)
2335
- .m(function (Command, cs, config, o) {
2336
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2337
- })
2338
- .s("AWSErmineControlPlaneService", "AssociateSessionLogger", {})
2339
- .n("WorkSpacesWebClient", "AssociateSessionLoggerCommand")
2340
- .sc(AssociateSessionLogger$)
2341
- .build() {
2342
- }
2343
-
2344
- class AssociateTrustStoreCommand extends Command
2345
- .classBuilder()
2346
- .ep(commonParams)
2347
- .m(function (Command, cs, config, o) {
2348
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2349
- })
2350
- .s("AWSErmineControlPlaneService", "AssociateTrustStore", {})
2351
- .n("WorkSpacesWebClient", "AssociateTrustStoreCommand")
2352
- .sc(AssociateTrustStore$)
2353
- .build() {
2354
- }
2355
-
2356
- class AssociateUserAccessLoggingSettingsCommand extends Command
2357
- .classBuilder()
2358
- .ep(commonParams)
2359
- .m(function (Command, cs, config, o) {
2360
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2361
- })
2362
- .s("AWSErmineControlPlaneService", "AssociateUserAccessLoggingSettings", {})
2363
- .n("WorkSpacesWebClient", "AssociateUserAccessLoggingSettingsCommand")
2364
- .sc(AssociateUserAccessLoggingSettings$)
2365
- .build() {
2366
- }
2367
-
2368
- class AssociateUserSettingsCommand extends Command
2369
- .classBuilder()
2370
- .ep(commonParams)
2371
- .m(function (Command, cs, config, o) {
2372
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2373
- })
2374
- .s("AWSErmineControlPlaneService", "AssociateUserSettings", {})
2375
- .n("WorkSpacesWebClient", "AssociateUserSettingsCommand")
2376
- .sc(AssociateUserSettings$)
2377
- .build() {
2378
- }
2379
-
2380
- class CreateBrowserSettingsCommand extends Command
2381
- .classBuilder()
2382
- .ep(commonParams)
2383
- .m(function (Command, cs, config, o) {
2384
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2385
- })
2386
- .s("AWSErmineControlPlaneService", "CreateBrowserSettings", {})
2387
- .n("WorkSpacesWebClient", "CreateBrowserSettingsCommand")
2388
- .sc(CreateBrowserSettings$)
2389
- .build() {
2390
- }
2391
-
2392
- class CreateDataProtectionSettingsCommand extends Command
2393
- .classBuilder()
2394
- .ep(commonParams)
2395
- .m(function (Command, cs, config, o) {
2396
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2397
- })
2398
- .s("AWSErmineControlPlaneService", "CreateDataProtectionSettings", {})
2399
- .n("WorkSpacesWebClient", "CreateDataProtectionSettingsCommand")
2400
- .sc(CreateDataProtectionSettings$)
2401
- .build() {
2402
- }
2403
-
2404
- class CreateIdentityProviderCommand extends Command
2405
- .classBuilder()
2406
- .ep(commonParams)
2407
- .m(function (Command, cs, config, o) {
2408
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2409
- })
2410
- .s("AWSErmineControlPlaneService", "CreateIdentityProvider", {})
2411
- .n("WorkSpacesWebClient", "CreateIdentityProviderCommand")
2412
- .sc(CreateIdentityProvider$)
2413
- .build() {
2414
- }
2415
-
2416
- class CreateIpAccessSettingsCommand extends Command
2417
- .classBuilder()
2418
- .ep(commonParams)
2419
- .m(function (Command, cs, config, o) {
2420
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2421
- })
2422
- .s("AWSErmineControlPlaneService", "CreateIpAccessSettings", {})
2423
- .n("WorkSpacesWebClient", "CreateIpAccessSettingsCommand")
2424
- .sc(CreateIpAccessSettings$)
2425
- .build() {
2426
- }
2427
-
2428
- class CreateNetworkSettingsCommand extends Command
2429
- .classBuilder()
2430
- .ep(commonParams)
2431
- .m(function (Command, cs, config, o) {
2432
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2433
- })
2434
- .s("AWSErmineControlPlaneService", "CreateNetworkSettings", {})
2435
- .n("WorkSpacesWebClient", "CreateNetworkSettingsCommand")
2436
- .sc(CreateNetworkSettings$)
2437
- .build() {
2438
- }
2439
-
2440
- class CreatePortalCommand extends Command
2441
- .classBuilder()
2442
- .ep(commonParams)
2443
- .m(function (Command, cs, config, o) {
2444
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2445
- })
2446
- .s("AWSErmineControlPlaneService", "CreatePortal", {})
2447
- .n("WorkSpacesWebClient", "CreatePortalCommand")
2448
- .sc(CreatePortal$)
2449
- .build() {
2450
- }
2451
-
2452
- class CreateSessionLoggerCommand extends Command
2453
- .classBuilder()
2454
- .ep(commonParams)
2455
- .m(function (Command, cs, config, o) {
2456
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2457
- })
2458
- .s("AWSErmineControlPlaneService", "CreateSessionLogger", {})
2459
- .n("WorkSpacesWebClient", "CreateSessionLoggerCommand")
2460
- .sc(CreateSessionLogger$)
2461
- .build() {
2462
- }
2463
-
2464
- class CreateTrustStoreCommand extends Command
2465
- .classBuilder()
2466
- .ep(commonParams)
2467
- .m(function (Command, cs, config, o) {
2468
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2469
- })
2470
- .s("AWSErmineControlPlaneService", "CreateTrustStore", {})
2471
- .n("WorkSpacesWebClient", "CreateTrustStoreCommand")
2472
- .sc(CreateTrustStore$)
2473
- .build() {
2474
- }
2475
-
2476
- class CreateUserAccessLoggingSettingsCommand extends Command
2477
- .classBuilder()
2478
- .ep(commonParams)
2479
- .m(function (Command, cs, config, o) {
2480
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2481
- })
2482
- .s("AWSErmineControlPlaneService", "CreateUserAccessLoggingSettings", {})
2483
- .n("WorkSpacesWebClient", "CreateUserAccessLoggingSettingsCommand")
2484
- .sc(CreateUserAccessLoggingSettings$)
2485
- .build() {
2486
- }
2487
-
2488
- class CreateUserSettingsCommand extends Command
2489
- .classBuilder()
2490
- .ep(commonParams)
2491
- .m(function (Command, cs, config, o) {
2492
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2493
- })
2494
- .s("AWSErmineControlPlaneService", "CreateUserSettings", {})
2495
- .n("WorkSpacesWebClient", "CreateUserSettingsCommand")
2496
- .sc(CreateUserSettings$)
2497
- .build() {
2498
- }
2499
-
2500
- class DeleteBrowserSettingsCommand extends Command
2501
- .classBuilder()
2502
- .ep(commonParams)
2503
- .m(function (Command, cs, config, o) {
2504
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2505
- })
2506
- .s("AWSErmineControlPlaneService", "DeleteBrowserSettings", {})
2507
- .n("WorkSpacesWebClient", "DeleteBrowserSettingsCommand")
2508
- .sc(DeleteBrowserSettings$)
2509
- .build() {
2510
- }
2511
-
2512
- class DeleteDataProtectionSettingsCommand extends Command
2513
- .classBuilder()
2514
- .ep(commonParams)
2515
- .m(function (Command, cs, config, o) {
2516
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2517
- })
2518
- .s("AWSErmineControlPlaneService", "DeleteDataProtectionSettings", {})
2519
- .n("WorkSpacesWebClient", "DeleteDataProtectionSettingsCommand")
2520
- .sc(DeleteDataProtectionSettings$)
2521
- .build() {
2522
- }
2523
-
2524
- class DeleteIdentityProviderCommand extends Command
2525
- .classBuilder()
2526
- .ep(commonParams)
2527
- .m(function (Command, cs, config, o) {
2528
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2529
- })
2530
- .s("AWSErmineControlPlaneService", "DeleteIdentityProvider", {})
2531
- .n("WorkSpacesWebClient", "DeleteIdentityProviderCommand")
2532
- .sc(DeleteIdentityProvider$)
2533
- .build() {
2534
- }
2535
-
2536
- class DeleteIpAccessSettingsCommand extends Command
2537
- .classBuilder()
2538
- .ep(commonParams)
2539
- .m(function (Command, cs, config, o) {
2540
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2541
- })
2542
- .s("AWSErmineControlPlaneService", "DeleteIpAccessSettings", {})
2543
- .n("WorkSpacesWebClient", "DeleteIpAccessSettingsCommand")
2544
- .sc(DeleteIpAccessSettings$)
2545
- .build() {
2546
- }
2547
-
2548
- class DeleteNetworkSettingsCommand extends Command
2549
- .classBuilder()
2550
- .ep(commonParams)
2551
- .m(function (Command, cs, config, o) {
2552
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2553
- })
2554
- .s("AWSErmineControlPlaneService", "DeleteNetworkSettings", {})
2555
- .n("WorkSpacesWebClient", "DeleteNetworkSettingsCommand")
2556
- .sc(DeleteNetworkSettings$)
2557
- .build() {
2558
- }
2559
-
2560
- class DeletePortalCommand extends Command
2561
- .classBuilder()
2562
- .ep(commonParams)
2563
- .m(function (Command, cs, config, o) {
2564
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2565
- })
2566
- .s("AWSErmineControlPlaneService", "DeletePortal", {})
2567
- .n("WorkSpacesWebClient", "DeletePortalCommand")
2568
- .sc(DeletePortal$)
2569
- .build() {
2570
- }
2571
-
2572
- class DeleteSessionLoggerCommand extends Command
2573
- .classBuilder()
2574
- .ep(commonParams)
2575
- .m(function (Command, cs, config, o) {
2576
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2577
- })
2578
- .s("AWSErmineControlPlaneService", "DeleteSessionLogger", {})
2579
- .n("WorkSpacesWebClient", "DeleteSessionLoggerCommand")
2580
- .sc(DeleteSessionLogger$)
2581
- .build() {
2582
- }
2583
-
2584
- class DeleteTrustStoreCommand extends Command
2585
- .classBuilder()
2586
- .ep(commonParams)
2587
- .m(function (Command, cs, config, o) {
2588
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2589
- })
2590
- .s("AWSErmineControlPlaneService", "DeleteTrustStore", {})
2591
- .n("WorkSpacesWebClient", "DeleteTrustStoreCommand")
2592
- .sc(DeleteTrustStore$)
2593
- .build() {
2594
- }
2595
-
2596
- class DeleteUserAccessLoggingSettingsCommand extends Command
2597
- .classBuilder()
2598
- .ep(commonParams)
2599
- .m(function (Command, cs, config, o) {
2600
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2601
- })
2602
- .s("AWSErmineControlPlaneService", "DeleteUserAccessLoggingSettings", {})
2603
- .n("WorkSpacesWebClient", "DeleteUserAccessLoggingSettingsCommand")
2604
- .sc(DeleteUserAccessLoggingSettings$)
2605
- .build() {
2606
- }
2607
-
2608
- class DeleteUserSettingsCommand extends Command
2609
- .classBuilder()
2610
- .ep(commonParams)
2611
- .m(function (Command, cs, config, o) {
2612
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2613
- })
2614
- .s("AWSErmineControlPlaneService", "DeleteUserSettings", {})
2615
- .n("WorkSpacesWebClient", "DeleteUserSettingsCommand")
2616
- .sc(DeleteUserSettings$)
2617
- .build() {
2618
- }
2619
-
2620
- class DisassociateBrowserSettingsCommand extends Command
2621
- .classBuilder()
2622
- .ep(commonParams)
2623
- .m(function (Command, cs, config, o) {
2624
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2625
- })
2626
- .s("AWSErmineControlPlaneService", "DisassociateBrowserSettings", {})
2627
- .n("WorkSpacesWebClient", "DisassociateBrowserSettingsCommand")
2628
- .sc(DisassociateBrowserSettings$)
2629
- .build() {
2630
- }
2631
-
2632
- class DisassociateDataProtectionSettingsCommand extends Command
2633
- .classBuilder()
2634
- .ep(commonParams)
2635
- .m(function (Command, cs, config, o) {
2636
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2637
- })
2638
- .s("AWSErmineControlPlaneService", "DisassociateDataProtectionSettings", {})
2639
- .n("WorkSpacesWebClient", "DisassociateDataProtectionSettingsCommand")
2640
- .sc(DisassociateDataProtectionSettings$)
2641
- .build() {
2642
- }
2643
-
2644
- class DisassociateIpAccessSettingsCommand extends Command
2645
- .classBuilder()
2646
- .ep(commonParams)
2647
- .m(function (Command, cs, config, o) {
2648
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2649
- })
2650
- .s("AWSErmineControlPlaneService", "DisassociateIpAccessSettings", {})
2651
- .n("WorkSpacesWebClient", "DisassociateIpAccessSettingsCommand")
2652
- .sc(DisassociateIpAccessSettings$)
2653
- .build() {
2654
- }
2655
-
2656
- class DisassociateNetworkSettingsCommand extends Command
2657
- .classBuilder()
2658
- .ep(commonParams)
2659
- .m(function (Command, cs, config, o) {
2660
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2661
- })
2662
- .s("AWSErmineControlPlaneService", "DisassociateNetworkSettings", {})
2663
- .n("WorkSpacesWebClient", "DisassociateNetworkSettingsCommand")
2664
- .sc(DisassociateNetworkSettings$)
2665
- .build() {
2666
- }
2667
-
2668
- class DisassociateSessionLoggerCommand extends Command
2669
- .classBuilder()
2670
- .ep(commonParams)
2671
- .m(function (Command, cs, config, o) {
2672
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2673
- })
2674
- .s("AWSErmineControlPlaneService", "DisassociateSessionLogger", {})
2675
- .n("WorkSpacesWebClient", "DisassociateSessionLoggerCommand")
2676
- .sc(DisassociateSessionLogger$)
2677
- .build() {
2678
- }
2679
-
2680
- class DisassociateTrustStoreCommand extends Command
2681
- .classBuilder()
2682
- .ep(commonParams)
2683
- .m(function (Command, cs, config, o) {
2684
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2685
- })
2686
- .s("AWSErmineControlPlaneService", "DisassociateTrustStore", {})
2687
- .n("WorkSpacesWebClient", "DisassociateTrustStoreCommand")
2688
- .sc(DisassociateTrustStore$)
2689
- .build() {
2690
- }
2691
-
2692
- class DisassociateUserAccessLoggingSettingsCommand extends Command
2693
- .classBuilder()
2694
- .ep(commonParams)
2695
- .m(function (Command, cs, config, o) {
2696
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2697
- })
2698
- .s("AWSErmineControlPlaneService", "DisassociateUserAccessLoggingSettings", {})
2699
- .n("WorkSpacesWebClient", "DisassociateUserAccessLoggingSettingsCommand")
2700
- .sc(DisassociateUserAccessLoggingSettings$)
2701
- .build() {
2702
- }
2703
-
2704
- class DisassociateUserSettingsCommand extends Command
2705
- .classBuilder()
2706
- .ep(commonParams)
2707
- .m(function (Command, cs, config, o) {
2708
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2709
- })
2710
- .s("AWSErmineControlPlaneService", "DisassociateUserSettings", {})
2711
- .n("WorkSpacesWebClient", "DisassociateUserSettingsCommand")
2712
- .sc(DisassociateUserSettings$)
2713
- .build() {
2714
- }
2715
-
2716
- class ExpireSessionCommand extends Command
2717
- .classBuilder()
2718
- .ep(commonParams)
2719
- .m(function (Command, cs, config, o) {
2720
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2721
- })
2722
- .s("AWSErmineControlPlaneService", "ExpireSession", {})
2723
- .n("WorkSpacesWebClient", "ExpireSessionCommand")
2724
- .sc(ExpireSession$)
2725
- .build() {
2726
- }
2727
-
2728
- class GetBrowserSettingsCommand extends Command
2729
- .classBuilder()
2730
- .ep(commonParams)
2731
- .m(function (Command, cs, config, o) {
2732
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2733
- })
2734
- .s("AWSErmineControlPlaneService", "GetBrowserSettings", {})
2735
- .n("WorkSpacesWebClient", "GetBrowserSettingsCommand")
2736
- .sc(GetBrowserSettings$)
2737
- .build() {
2738
- }
2739
-
2740
- class GetDataProtectionSettingsCommand extends Command
2741
- .classBuilder()
2742
- .ep(commonParams)
2743
- .m(function (Command, cs, config, o) {
2744
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2745
- })
2746
- .s("AWSErmineControlPlaneService", "GetDataProtectionSettings", {})
2747
- .n("WorkSpacesWebClient", "GetDataProtectionSettingsCommand")
2748
- .sc(GetDataProtectionSettings$)
2749
- .build() {
2750
- }
2751
-
2752
- class GetIdentityProviderCommand extends Command
2753
- .classBuilder()
2754
- .ep(commonParams)
2755
- .m(function (Command, cs, config, o) {
2756
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2757
- })
2758
- .s("AWSErmineControlPlaneService", "GetIdentityProvider", {})
2759
- .n("WorkSpacesWebClient", "GetIdentityProviderCommand")
2760
- .sc(GetIdentityProvider$)
2761
- .build() {
2762
- }
2763
-
2764
- class GetIpAccessSettingsCommand extends Command
2765
- .classBuilder()
2766
- .ep(commonParams)
2767
- .m(function (Command, cs, config, o) {
2768
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2769
- })
2770
- .s("AWSErmineControlPlaneService", "GetIpAccessSettings", {})
2771
- .n("WorkSpacesWebClient", "GetIpAccessSettingsCommand")
2772
- .sc(GetIpAccessSettings$)
2773
- .build() {
2774
- }
2775
-
2776
- class GetNetworkSettingsCommand extends Command
2777
- .classBuilder()
2778
- .ep(commonParams)
2779
- .m(function (Command, cs, config, o) {
2780
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2781
- })
2782
- .s("AWSErmineControlPlaneService", "GetNetworkSettings", {})
2783
- .n("WorkSpacesWebClient", "GetNetworkSettingsCommand")
2784
- .sc(GetNetworkSettings$)
2785
- .build() {
2786
- }
2787
-
2788
- class GetPortalCommand extends Command
2789
- .classBuilder()
2790
- .ep(commonParams)
2791
- .m(function (Command, cs, config, o) {
2792
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2793
- })
2794
- .s("AWSErmineControlPlaneService", "GetPortal", {})
2795
- .n("WorkSpacesWebClient", "GetPortalCommand")
2796
- .sc(GetPortal$)
2797
- .build() {
2798
- }
2799
-
2800
- class GetPortalServiceProviderMetadataCommand extends Command
2801
- .classBuilder()
2802
- .ep(commonParams)
2803
- .m(function (Command, cs, config, o) {
2804
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2805
- })
2806
- .s("AWSErmineControlPlaneService", "GetPortalServiceProviderMetadata", {})
2807
- .n("WorkSpacesWebClient", "GetPortalServiceProviderMetadataCommand")
2808
- .sc(GetPortalServiceProviderMetadata$)
2809
- .build() {
2810
- }
2811
-
2812
- class GetSessionCommand extends Command
2813
- .classBuilder()
2814
- .ep(commonParams)
2815
- .m(function (Command, cs, config, o) {
2816
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2817
- })
2818
- .s("AWSErmineControlPlaneService", "GetSession", {})
2819
- .n("WorkSpacesWebClient", "GetSessionCommand")
2820
- .sc(GetSession$)
2821
- .build() {
2822
- }
2823
-
2824
- class GetSessionLoggerCommand extends Command
2825
- .classBuilder()
2826
- .ep(commonParams)
2827
- .m(function (Command, cs, config, o) {
2828
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2829
- })
2830
- .s("AWSErmineControlPlaneService", "GetSessionLogger", {})
2831
- .n("WorkSpacesWebClient", "GetSessionLoggerCommand")
2832
- .sc(GetSessionLogger$)
2833
- .build() {
2834
- }
2835
-
2836
- class GetTrustStoreCertificateCommand extends Command
2837
- .classBuilder()
2838
- .ep(commonParams)
2839
- .m(function (Command, cs, config, o) {
2840
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2841
- })
2842
- .s("AWSErmineControlPlaneService", "GetTrustStoreCertificate", {})
2843
- .n("WorkSpacesWebClient", "GetTrustStoreCertificateCommand")
2844
- .sc(GetTrustStoreCertificate$)
2845
- .build() {
2846
- }
2847
-
2848
- class GetTrustStoreCommand extends Command
2849
- .classBuilder()
2850
- .ep(commonParams)
2851
- .m(function (Command, cs, config, o) {
2852
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2853
- })
2854
- .s("AWSErmineControlPlaneService", "GetTrustStore", {})
2855
- .n("WorkSpacesWebClient", "GetTrustStoreCommand")
2856
- .sc(GetTrustStore$)
2857
- .build() {
2858
- }
2859
-
2860
- class GetUserAccessLoggingSettingsCommand extends Command
2861
- .classBuilder()
2862
- .ep(commonParams)
2863
- .m(function (Command, cs, config, o) {
2864
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2865
- })
2866
- .s("AWSErmineControlPlaneService", "GetUserAccessLoggingSettings", {})
2867
- .n("WorkSpacesWebClient", "GetUserAccessLoggingSettingsCommand")
2868
- .sc(GetUserAccessLoggingSettings$)
2869
- .build() {
2870
- }
2871
-
2872
- class GetUserSettingsCommand extends Command
2873
- .classBuilder()
2874
- .ep(commonParams)
2875
- .m(function (Command, cs, config, o) {
2876
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2877
- })
2878
- .s("AWSErmineControlPlaneService", "GetUserSettings", {})
2879
- .n("WorkSpacesWebClient", "GetUserSettingsCommand")
2880
- .sc(GetUserSettings$)
2881
- .build() {
2882
- }
2883
-
2884
- class ListBrowserSettingsCommand extends Command
2885
- .classBuilder()
2886
- .ep(commonParams)
2887
- .m(function (Command, cs, config, o) {
2888
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2889
- })
2890
- .s("AWSErmineControlPlaneService", "ListBrowserSettings", {})
2891
- .n("WorkSpacesWebClient", "ListBrowserSettingsCommand")
2892
- .sc(ListBrowserSettings$)
2893
- .build() {
2894
- }
2895
-
2896
- class ListDataProtectionSettingsCommand extends Command
2897
- .classBuilder()
2898
- .ep(commonParams)
2899
- .m(function (Command, cs, config, o) {
2900
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2901
- })
2902
- .s("AWSErmineControlPlaneService", "ListDataProtectionSettings", {})
2903
- .n("WorkSpacesWebClient", "ListDataProtectionSettingsCommand")
2904
- .sc(ListDataProtectionSettings$)
2905
- .build() {
2906
- }
2907
-
2908
- class ListIdentityProvidersCommand extends Command
2909
- .classBuilder()
2910
- .ep(commonParams)
2911
- .m(function (Command, cs, config, o) {
2912
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2913
- })
2914
- .s("AWSErmineControlPlaneService", "ListIdentityProviders", {})
2915
- .n("WorkSpacesWebClient", "ListIdentityProvidersCommand")
2916
- .sc(ListIdentityProviders$)
2917
- .build() {
2918
- }
2919
-
2920
- class ListIpAccessSettingsCommand extends Command
2921
- .classBuilder()
2922
- .ep(commonParams)
2923
- .m(function (Command, cs, config, o) {
2924
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2925
- })
2926
- .s("AWSErmineControlPlaneService", "ListIpAccessSettings", {})
2927
- .n("WorkSpacesWebClient", "ListIpAccessSettingsCommand")
2928
- .sc(ListIpAccessSettings$)
2929
- .build() {
2930
- }
2931
-
2932
- class ListNetworkSettingsCommand extends Command
2933
- .classBuilder()
2934
- .ep(commonParams)
2935
- .m(function (Command, cs, config, o) {
2936
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2937
- })
2938
- .s("AWSErmineControlPlaneService", "ListNetworkSettings", {})
2939
- .n("WorkSpacesWebClient", "ListNetworkSettingsCommand")
2940
- .sc(ListNetworkSettings$)
2941
- .build() {
2942
- }
2943
-
2944
- class ListPortalsCommand extends Command
2945
- .classBuilder()
2946
- .ep(commonParams)
2947
- .m(function (Command, cs, config, o) {
2948
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2949
- })
2950
- .s("AWSErmineControlPlaneService", "ListPortals", {})
2951
- .n("WorkSpacesWebClient", "ListPortalsCommand")
2952
- .sc(ListPortals$)
2953
- .build() {
2954
- }
2955
-
2956
- class ListSessionLoggersCommand extends Command
2957
- .classBuilder()
2958
- .ep(commonParams)
2959
- .m(function (Command, cs, config, o) {
2960
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2961
- })
2962
- .s("AWSErmineControlPlaneService", "ListSessionLoggers", {})
2963
- .n("WorkSpacesWebClient", "ListSessionLoggersCommand")
2964
- .sc(ListSessionLoggers$)
2965
- .build() {
2966
- }
2967
-
2968
- class ListSessionsCommand extends Command
2969
- .classBuilder()
2970
- .ep(commonParams)
2971
- .m(function (Command, cs, config, o) {
2972
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2973
- })
2974
- .s("AWSErmineControlPlaneService", "ListSessions", {})
2975
- .n("WorkSpacesWebClient", "ListSessionsCommand")
2976
- .sc(ListSessions$)
2977
- .build() {
2978
- }
2979
-
2980
- class ListTagsForResourceCommand extends Command
2981
- .classBuilder()
2982
- .ep(commonParams)
2983
- .m(function (Command, cs, config, o) {
2984
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2985
- })
2986
- .s("AWSErmineControlPlaneService", "ListTagsForResource", {})
2987
- .n("WorkSpacesWebClient", "ListTagsForResourceCommand")
2988
- .sc(ListTagsForResource$)
2989
- .build() {
2990
- }
2991
-
2992
- class ListTrustStoreCertificatesCommand extends Command
2993
- .classBuilder()
2994
- .ep(commonParams)
2995
- .m(function (Command, cs, config, o) {
2996
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2997
- })
2998
- .s("AWSErmineControlPlaneService", "ListTrustStoreCertificates", {})
2999
- .n("WorkSpacesWebClient", "ListTrustStoreCertificatesCommand")
3000
- .sc(ListTrustStoreCertificates$)
3001
- .build() {
3002
- }
3003
-
3004
- class ListTrustStoresCommand extends Command
3005
- .classBuilder()
3006
- .ep(commonParams)
3007
- .m(function (Command, cs, config, o) {
3008
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3009
- })
3010
- .s("AWSErmineControlPlaneService", "ListTrustStores", {})
3011
- .n("WorkSpacesWebClient", "ListTrustStoresCommand")
3012
- .sc(ListTrustStores$)
3013
- .build() {
3014
- }
3015
-
3016
- class ListUserAccessLoggingSettingsCommand extends Command
3017
- .classBuilder()
3018
- .ep(commonParams)
3019
- .m(function (Command, cs, config, o) {
3020
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3021
- })
3022
- .s("AWSErmineControlPlaneService", "ListUserAccessLoggingSettings", {})
3023
- .n("WorkSpacesWebClient", "ListUserAccessLoggingSettingsCommand")
3024
- .sc(ListUserAccessLoggingSettings$)
3025
- .build() {
3026
- }
3027
-
3028
- class ListUserSettingsCommand extends Command
3029
- .classBuilder()
3030
- .ep(commonParams)
3031
- .m(function (Command, cs, config, o) {
3032
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3033
- })
3034
- .s("AWSErmineControlPlaneService", "ListUserSettings", {})
3035
- .n("WorkSpacesWebClient", "ListUserSettingsCommand")
3036
- .sc(ListUserSettings$)
3037
- .build() {
3038
- }
3039
-
3040
- class TagResourceCommand extends Command
3041
- .classBuilder()
3042
- .ep(commonParams)
3043
- .m(function (Command, cs, config, o) {
3044
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3045
- })
3046
- .s("AWSErmineControlPlaneService", "TagResource", {})
3047
- .n("WorkSpacesWebClient", "TagResourceCommand")
3048
- .sc(TagResource$)
3049
- .build() {
3050
- }
3051
-
3052
- class UntagResourceCommand extends Command
3053
- .classBuilder()
3054
- .ep(commonParams)
3055
- .m(function (Command, cs, config, o) {
3056
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3057
- })
3058
- .s("AWSErmineControlPlaneService", "UntagResource", {})
3059
- .n("WorkSpacesWebClient", "UntagResourceCommand")
3060
- .sc(UntagResource$)
3061
- .build() {
3062
- }
3063
-
3064
- class UpdateBrowserSettingsCommand extends Command
3065
- .classBuilder()
3066
- .ep(commonParams)
3067
- .m(function (Command, cs, config, o) {
3068
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3069
- })
3070
- .s("AWSErmineControlPlaneService", "UpdateBrowserSettings", {})
3071
- .n("WorkSpacesWebClient", "UpdateBrowserSettingsCommand")
3072
- .sc(UpdateBrowserSettings$)
3073
- .build() {
3074
- }
3075
-
3076
- class UpdateDataProtectionSettingsCommand extends Command
3077
- .classBuilder()
3078
- .ep(commonParams)
3079
- .m(function (Command, cs, config, o) {
3080
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3081
- })
3082
- .s("AWSErmineControlPlaneService", "UpdateDataProtectionSettings", {})
3083
- .n("WorkSpacesWebClient", "UpdateDataProtectionSettingsCommand")
3084
- .sc(UpdateDataProtectionSettings$)
3085
- .build() {
3086
- }
3087
-
3088
- class UpdateIdentityProviderCommand extends Command
3089
- .classBuilder()
3090
- .ep(commonParams)
3091
- .m(function (Command, cs, config, o) {
3092
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3093
- })
3094
- .s("AWSErmineControlPlaneService", "UpdateIdentityProvider", {})
3095
- .n("WorkSpacesWebClient", "UpdateIdentityProviderCommand")
3096
- .sc(UpdateIdentityProvider$)
3097
- .build() {
3098
- }
3099
-
3100
- class UpdateIpAccessSettingsCommand extends Command
3101
- .classBuilder()
3102
- .ep(commonParams)
3103
- .m(function (Command, cs, config, o) {
3104
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3105
- })
3106
- .s("AWSErmineControlPlaneService", "UpdateIpAccessSettings", {})
3107
- .n("WorkSpacesWebClient", "UpdateIpAccessSettingsCommand")
3108
- .sc(UpdateIpAccessSettings$)
3109
- .build() {
3110
- }
3111
-
3112
- class UpdateNetworkSettingsCommand extends Command
3113
- .classBuilder()
3114
- .ep(commonParams)
3115
- .m(function (Command, cs, config, o) {
3116
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3117
- })
3118
- .s("AWSErmineControlPlaneService", "UpdateNetworkSettings", {})
3119
- .n("WorkSpacesWebClient", "UpdateNetworkSettingsCommand")
3120
- .sc(UpdateNetworkSettings$)
3121
- .build() {
3122
- }
3123
-
3124
- class UpdatePortalCommand extends Command
3125
- .classBuilder()
3126
- .ep(commonParams)
3127
- .m(function (Command, cs, config, o) {
3128
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3129
- })
3130
- .s("AWSErmineControlPlaneService", "UpdatePortal", {})
3131
- .n("WorkSpacesWebClient", "UpdatePortalCommand")
3132
- .sc(UpdatePortal$)
3133
- .build() {
3134
- }
3135
-
3136
- class UpdateSessionLoggerCommand extends Command
3137
- .classBuilder()
3138
- .ep(commonParams)
3139
- .m(function (Command, cs, config, o) {
3140
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3141
- })
3142
- .s("AWSErmineControlPlaneService", "UpdateSessionLogger", {})
3143
- .n("WorkSpacesWebClient", "UpdateSessionLoggerCommand")
3144
- .sc(UpdateSessionLogger$)
3145
- .build() {
3146
- }
3147
-
3148
- class UpdateTrustStoreCommand extends Command
3149
- .classBuilder()
3150
- .ep(commonParams)
3151
- .m(function (Command, cs, config, o) {
3152
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3153
- })
3154
- .s("AWSErmineControlPlaneService", "UpdateTrustStore", {})
3155
- .n("WorkSpacesWebClient", "UpdateTrustStoreCommand")
3156
- .sc(UpdateTrustStore$)
3157
- .build() {
3158
- }
3159
-
3160
- class UpdateUserAccessLoggingSettingsCommand extends Command
3161
- .classBuilder()
3162
- .ep(commonParams)
3163
- .m(function (Command, cs, config, o) {
3164
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3165
- })
3166
- .s("AWSErmineControlPlaneService", "UpdateUserAccessLoggingSettings", {})
3167
- .n("WorkSpacesWebClient", "UpdateUserAccessLoggingSettingsCommand")
3168
- .sc(UpdateUserAccessLoggingSettings$)
3169
- .build() {
3170
- }
3171
-
3172
- class UpdateUserSettingsCommand extends Command
3173
- .classBuilder()
3174
- .ep(commonParams)
3175
- .m(function (Command, cs, config, o) {
3176
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3177
- })
3178
- .s("AWSErmineControlPlaneService", "UpdateUserSettings", {})
3179
- .n("WorkSpacesWebClient", "UpdateUserSettingsCommand")
3180
- .sc(UpdateUserSettings$)
3181
- .build() {
2285
+ const command = makeBuilder(commonParams, "AWSErmineControlPlaneService", "WorkSpacesWebClient", getEndpointPlugin);
2286
+ const _ep0 = {};
2287
+ const _mw0 = (Command, cs, config, o) => [];
2288
+
2289
+ class AssociateBrowserSettingsCommand extends command(_ep0, _mw0, "AssociateBrowserSettings", AssociateBrowserSettings$) {
2290
+ }
2291
+
2292
+ class AssociateDataProtectionSettingsCommand extends command(_ep0, _mw0, "AssociateDataProtectionSettings", AssociateDataProtectionSettings$) {
2293
+ }
2294
+
2295
+ class AssociateIpAccessSettingsCommand extends command(_ep0, _mw0, "AssociateIpAccessSettings", AssociateIpAccessSettings$) {
2296
+ }
2297
+
2298
+ class AssociateNetworkSettingsCommand extends command(_ep0, _mw0, "AssociateNetworkSettings", AssociateNetworkSettings$) {
2299
+ }
2300
+
2301
+ class AssociateSessionLoggerCommand extends command(_ep0, _mw0, "AssociateSessionLogger", AssociateSessionLogger$) {
2302
+ }
2303
+
2304
+ class AssociateTrustStoreCommand extends command(_ep0, _mw0, "AssociateTrustStore", AssociateTrustStore$) {
2305
+ }
2306
+
2307
+ class AssociateUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "AssociateUserAccessLoggingSettings", AssociateUserAccessLoggingSettings$) {
2308
+ }
2309
+
2310
+ class AssociateUserSettingsCommand extends command(_ep0, _mw0, "AssociateUserSettings", AssociateUserSettings$) {
2311
+ }
2312
+
2313
+ class CreateBrowserSettingsCommand extends command(_ep0, _mw0, "CreateBrowserSettings", CreateBrowserSettings$) {
2314
+ }
2315
+
2316
+ class CreateDataProtectionSettingsCommand extends command(_ep0, _mw0, "CreateDataProtectionSettings", CreateDataProtectionSettings$) {
2317
+ }
2318
+
2319
+ class CreateIdentityProviderCommand extends command(_ep0, _mw0, "CreateIdentityProvider", CreateIdentityProvider$) {
2320
+ }
2321
+
2322
+ class CreateIpAccessSettingsCommand extends command(_ep0, _mw0, "CreateIpAccessSettings", CreateIpAccessSettings$) {
2323
+ }
2324
+
2325
+ class CreateNetworkSettingsCommand extends command(_ep0, _mw0, "CreateNetworkSettings", CreateNetworkSettings$) {
2326
+ }
2327
+
2328
+ class CreatePortalCommand extends command(_ep0, _mw0, "CreatePortal", CreatePortal$) {
2329
+ }
2330
+
2331
+ class CreateSessionLoggerCommand extends command(_ep0, _mw0, "CreateSessionLogger", CreateSessionLogger$) {
2332
+ }
2333
+
2334
+ class CreateTrustStoreCommand extends command(_ep0, _mw0, "CreateTrustStore", CreateTrustStore$) {
2335
+ }
2336
+
2337
+ class CreateUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "CreateUserAccessLoggingSettings", CreateUserAccessLoggingSettings$) {
2338
+ }
2339
+
2340
+ class CreateUserSettingsCommand extends command(_ep0, _mw0, "CreateUserSettings", CreateUserSettings$) {
2341
+ }
2342
+
2343
+ class DeleteBrowserSettingsCommand extends command(_ep0, _mw0, "DeleteBrowserSettings", DeleteBrowserSettings$) {
2344
+ }
2345
+
2346
+ class DeleteDataProtectionSettingsCommand extends command(_ep0, _mw0, "DeleteDataProtectionSettings", DeleteDataProtectionSettings$) {
2347
+ }
2348
+
2349
+ class DeleteIdentityProviderCommand extends command(_ep0, _mw0, "DeleteIdentityProvider", DeleteIdentityProvider$) {
2350
+ }
2351
+
2352
+ class DeleteIpAccessSettingsCommand extends command(_ep0, _mw0, "DeleteIpAccessSettings", DeleteIpAccessSettings$) {
2353
+ }
2354
+
2355
+ class DeleteNetworkSettingsCommand extends command(_ep0, _mw0, "DeleteNetworkSettings", DeleteNetworkSettings$) {
2356
+ }
2357
+
2358
+ class DeletePortalCommand extends command(_ep0, _mw0, "DeletePortal", DeletePortal$) {
2359
+ }
2360
+
2361
+ class DeleteSessionLoggerCommand extends command(_ep0, _mw0, "DeleteSessionLogger", DeleteSessionLogger$) {
2362
+ }
2363
+
2364
+ class DeleteTrustStoreCommand extends command(_ep0, _mw0, "DeleteTrustStore", DeleteTrustStore$) {
2365
+ }
2366
+
2367
+ class DeleteUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "DeleteUserAccessLoggingSettings", DeleteUserAccessLoggingSettings$) {
2368
+ }
2369
+
2370
+ class DeleteUserSettingsCommand extends command(_ep0, _mw0, "DeleteUserSettings", DeleteUserSettings$) {
2371
+ }
2372
+
2373
+ class DisassociateBrowserSettingsCommand extends command(_ep0, _mw0, "DisassociateBrowserSettings", DisassociateBrowserSettings$) {
2374
+ }
2375
+
2376
+ class DisassociateDataProtectionSettingsCommand extends command(_ep0, _mw0, "DisassociateDataProtectionSettings", DisassociateDataProtectionSettings$) {
2377
+ }
2378
+
2379
+ class DisassociateIpAccessSettingsCommand extends command(_ep0, _mw0, "DisassociateIpAccessSettings", DisassociateIpAccessSettings$) {
2380
+ }
2381
+
2382
+ class DisassociateNetworkSettingsCommand extends command(_ep0, _mw0, "DisassociateNetworkSettings", DisassociateNetworkSettings$) {
2383
+ }
2384
+
2385
+ class DisassociateSessionLoggerCommand extends command(_ep0, _mw0, "DisassociateSessionLogger", DisassociateSessionLogger$) {
2386
+ }
2387
+
2388
+ class DisassociateTrustStoreCommand extends command(_ep0, _mw0, "DisassociateTrustStore", DisassociateTrustStore$) {
2389
+ }
2390
+
2391
+ class DisassociateUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "DisassociateUserAccessLoggingSettings", DisassociateUserAccessLoggingSettings$) {
2392
+ }
2393
+
2394
+ class DisassociateUserSettingsCommand extends command(_ep0, _mw0, "DisassociateUserSettings", DisassociateUserSettings$) {
2395
+ }
2396
+
2397
+ class ExpireSessionCommand extends command(_ep0, _mw0, "ExpireSession", ExpireSession$) {
2398
+ }
2399
+
2400
+ class GetBrowserSettingsCommand extends command(_ep0, _mw0, "GetBrowserSettings", GetBrowserSettings$) {
2401
+ }
2402
+
2403
+ class GetDataProtectionSettingsCommand extends command(_ep0, _mw0, "GetDataProtectionSettings", GetDataProtectionSettings$) {
2404
+ }
2405
+
2406
+ class GetIdentityProviderCommand extends command(_ep0, _mw0, "GetIdentityProvider", GetIdentityProvider$) {
2407
+ }
2408
+
2409
+ class GetIpAccessSettingsCommand extends command(_ep0, _mw0, "GetIpAccessSettings", GetIpAccessSettings$) {
2410
+ }
2411
+
2412
+ class GetNetworkSettingsCommand extends command(_ep0, _mw0, "GetNetworkSettings", GetNetworkSettings$) {
2413
+ }
2414
+
2415
+ class GetPortalCommand extends command(_ep0, _mw0, "GetPortal", GetPortal$) {
2416
+ }
2417
+
2418
+ class GetPortalServiceProviderMetadataCommand extends command(_ep0, _mw0, "GetPortalServiceProviderMetadata", GetPortalServiceProviderMetadata$) {
2419
+ }
2420
+
2421
+ class GetSessionCommand extends command(_ep0, _mw0, "GetSession", GetSession$) {
2422
+ }
2423
+
2424
+ class GetSessionLoggerCommand extends command(_ep0, _mw0, "GetSessionLogger", GetSessionLogger$) {
2425
+ }
2426
+
2427
+ class GetTrustStoreCertificateCommand extends command(_ep0, _mw0, "GetTrustStoreCertificate", GetTrustStoreCertificate$) {
2428
+ }
2429
+
2430
+ class GetTrustStoreCommand extends command(_ep0, _mw0, "GetTrustStore", GetTrustStore$) {
2431
+ }
2432
+
2433
+ class GetUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "GetUserAccessLoggingSettings", GetUserAccessLoggingSettings$) {
2434
+ }
2435
+
2436
+ class GetUserSettingsCommand extends command(_ep0, _mw0, "GetUserSettings", GetUserSettings$) {
2437
+ }
2438
+
2439
+ class ListBrowserSettingsCommand extends command(_ep0, _mw0, "ListBrowserSettings", ListBrowserSettings$) {
2440
+ }
2441
+
2442
+ class ListDataProtectionSettingsCommand extends command(_ep0, _mw0, "ListDataProtectionSettings", ListDataProtectionSettings$) {
2443
+ }
2444
+
2445
+ class ListIdentityProvidersCommand extends command(_ep0, _mw0, "ListIdentityProviders", ListIdentityProviders$) {
2446
+ }
2447
+
2448
+ class ListIpAccessSettingsCommand extends command(_ep0, _mw0, "ListIpAccessSettings", ListIpAccessSettings$) {
2449
+ }
2450
+
2451
+ class ListNetworkSettingsCommand extends command(_ep0, _mw0, "ListNetworkSettings", ListNetworkSettings$) {
2452
+ }
2453
+
2454
+ class ListPortalsCommand extends command(_ep0, _mw0, "ListPortals", ListPortals$) {
2455
+ }
2456
+
2457
+ class ListSessionLoggersCommand extends command(_ep0, _mw0, "ListSessionLoggers", ListSessionLoggers$) {
2458
+ }
2459
+
2460
+ class ListSessionsCommand extends command(_ep0, _mw0, "ListSessions", ListSessions$) {
2461
+ }
2462
+
2463
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2464
+ }
2465
+
2466
+ class ListTrustStoreCertificatesCommand extends command(_ep0, _mw0, "ListTrustStoreCertificates", ListTrustStoreCertificates$) {
2467
+ }
2468
+
2469
+ class ListTrustStoresCommand extends command(_ep0, _mw0, "ListTrustStores", ListTrustStores$) {
2470
+ }
2471
+
2472
+ class ListUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "ListUserAccessLoggingSettings", ListUserAccessLoggingSettings$) {
2473
+ }
2474
+
2475
+ class ListUserSettingsCommand extends command(_ep0, _mw0, "ListUserSettings", ListUserSettings$) {
2476
+ }
2477
+
2478
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2479
+ }
2480
+
2481
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2482
+ }
2483
+
2484
+ class UpdateBrowserSettingsCommand extends command(_ep0, _mw0, "UpdateBrowserSettings", UpdateBrowserSettings$) {
2485
+ }
2486
+
2487
+ class UpdateDataProtectionSettingsCommand extends command(_ep0, _mw0, "UpdateDataProtectionSettings", UpdateDataProtectionSettings$) {
2488
+ }
2489
+
2490
+ class UpdateIdentityProviderCommand extends command(_ep0, _mw0, "UpdateIdentityProvider", UpdateIdentityProvider$) {
2491
+ }
2492
+
2493
+ class UpdateIpAccessSettingsCommand extends command(_ep0, _mw0, "UpdateIpAccessSettings", UpdateIpAccessSettings$) {
2494
+ }
2495
+
2496
+ class UpdateNetworkSettingsCommand extends command(_ep0, _mw0, "UpdateNetworkSettings", UpdateNetworkSettings$) {
2497
+ }
2498
+
2499
+ class UpdatePortalCommand extends command(_ep0, _mw0, "UpdatePortal", UpdatePortal$) {
2500
+ }
2501
+
2502
+ class UpdateSessionLoggerCommand extends command(_ep0, _mw0, "UpdateSessionLogger", UpdateSessionLogger$) {
2503
+ }
2504
+
2505
+ class UpdateTrustStoreCommand extends command(_ep0, _mw0, "UpdateTrustStore", UpdateTrustStore$) {
2506
+ }
2507
+
2508
+ class UpdateUserAccessLoggingSettingsCommand extends command(_ep0, _mw0, "UpdateUserAccessLoggingSettings", UpdateUserAccessLoggingSettings$) {
2509
+ }
2510
+
2511
+ class UpdateUserSettingsCommand extends command(_ep0, _mw0, "UpdateUserSettings", UpdateUserSettings$) {
3182
2512
  }
3183
2513
 
3184
2514
  const paginateListBrowserSettings = createPaginator(WorkSpacesWebClient, ListBrowserSettingsCommand, "nextToken", "nextToken", "maxResults");