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