@aws-sdk/client-workspaces-web 3.44.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 (264) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +208 -0
  4. package/dist-cjs/WorkSpacesWeb.js +667 -0
  5. package/dist-cjs/WorkSpacesWebClient.js +35 -0
  6. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +36 -0
  7. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +36 -0
  8. package/dist-cjs/commands/AssociateTrustStoreCommand.js +36 -0
  9. package/dist-cjs/commands/AssociateUserSettingsCommand.js +36 -0
  10. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +36 -0
  11. package/dist-cjs/commands/CreateIdentityProviderCommand.js +36 -0
  12. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +36 -0
  13. package/dist-cjs/commands/CreatePortalCommand.js +36 -0
  14. package/dist-cjs/commands/CreateTrustStoreCommand.js +36 -0
  15. package/dist-cjs/commands/CreateUserSettingsCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +36 -0
  17. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +36 -0
  18. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +36 -0
  19. package/dist-cjs/commands/DeletePortalCommand.js +36 -0
  20. package/dist-cjs/commands/DeleteTrustStoreCommand.js +36 -0
  21. package/dist-cjs/commands/DeleteUserSettingsCommand.js +36 -0
  22. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +36 -0
  23. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +36 -0
  24. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +36 -0
  25. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +36 -0
  26. package/dist-cjs/commands/GetBrowserSettingsCommand.js +36 -0
  27. package/dist-cjs/commands/GetIdentityProviderCommand.js +36 -0
  28. package/dist-cjs/commands/GetNetworkSettingsCommand.js +36 -0
  29. package/dist-cjs/commands/GetPortalCommand.js +36 -0
  30. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +36 -0
  31. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +36 -0
  32. package/dist-cjs/commands/GetTrustStoreCommand.js +36 -0
  33. package/dist-cjs/commands/GetUserSettingsCommand.js +36 -0
  34. package/dist-cjs/commands/ListBrowserSettingsCommand.js +36 -0
  35. package/dist-cjs/commands/ListIdentityProvidersCommand.js +36 -0
  36. package/dist-cjs/commands/ListNetworkSettingsCommand.js +36 -0
  37. package/dist-cjs/commands/ListPortalsCommand.js +36 -0
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  39. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +36 -0
  40. package/dist-cjs/commands/ListTrustStoresCommand.js +36 -0
  41. package/dist-cjs/commands/ListUserSettingsCommand.js +36 -0
  42. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  43. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  44. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +36 -0
  45. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +36 -0
  46. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +36 -0
  47. package/dist-cjs/commands/UpdatePortalCommand.js +36 -0
  48. package/dist-cjs/commands/UpdateTrustStoreCommand.js +36 -0
  49. package/dist-cjs/commands/UpdateUserSettingsCommand.js +36 -0
  50. package/dist-cjs/commands/index.js +47 -0
  51. package/dist-cjs/endpoints.js +130 -0
  52. package/dist-cjs/index.js +8 -0
  53. package/dist-cjs/models/index.js +4 -0
  54. package/dist-cjs/models/models_0.js +712 -0
  55. package/dist-cjs/pagination/Interfaces.js +2 -0
  56. package/dist-cjs/pagination/ListBrowserSettingsPaginator.js +35 -0
  57. package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +35 -0
  58. package/dist-cjs/pagination/ListNetworkSettingsPaginator.js +35 -0
  59. package/dist-cjs/pagination/ListPortalsPaginator.js +35 -0
  60. package/dist-cjs/pagination/ListTrustStoreCertificatesPaginator.js +35 -0
  61. package/dist-cjs/pagination/ListTrustStoresPaginator.js +35 -0
  62. package/dist-cjs/pagination/ListUserSettingsPaginator.js +35 -0
  63. package/dist-cjs/pagination/index.js +11 -0
  64. package/dist-cjs/protocols/Aws_restJson1.js +5533 -0
  65. package/dist-cjs/runtimeConfig.browser.js +40 -0
  66. package/dist-cjs/runtimeConfig.js +44 -0
  67. package/dist-cjs/runtimeConfig.native.js +16 -0
  68. package/dist-cjs/runtimeConfig.shared.js +17 -0
  69. package/dist-es/WorkSpacesWeb.js +670 -0
  70. package/dist-es/WorkSpacesWebClient.js +37 -0
  71. package/dist-es/commands/AssociateBrowserSettingsCommand.js +39 -0
  72. package/dist-es/commands/AssociateNetworkSettingsCommand.js +39 -0
  73. package/dist-es/commands/AssociateTrustStoreCommand.js +39 -0
  74. package/dist-es/commands/AssociateUserSettingsCommand.js +39 -0
  75. package/dist-es/commands/CreateBrowserSettingsCommand.js +39 -0
  76. package/dist-es/commands/CreateIdentityProviderCommand.js +39 -0
  77. package/dist-es/commands/CreateNetworkSettingsCommand.js +39 -0
  78. package/dist-es/commands/CreatePortalCommand.js +39 -0
  79. package/dist-es/commands/CreateTrustStoreCommand.js +39 -0
  80. package/dist-es/commands/CreateUserSettingsCommand.js +39 -0
  81. package/dist-es/commands/DeleteBrowserSettingsCommand.js +39 -0
  82. package/dist-es/commands/DeleteIdentityProviderCommand.js +39 -0
  83. package/dist-es/commands/DeleteNetworkSettingsCommand.js +39 -0
  84. package/dist-es/commands/DeletePortalCommand.js +39 -0
  85. package/dist-es/commands/DeleteTrustStoreCommand.js +39 -0
  86. package/dist-es/commands/DeleteUserSettingsCommand.js +39 -0
  87. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +39 -0
  88. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +39 -0
  89. package/dist-es/commands/DisassociateTrustStoreCommand.js +39 -0
  90. package/dist-es/commands/DisassociateUserSettingsCommand.js +39 -0
  91. package/dist-es/commands/GetBrowserSettingsCommand.js +39 -0
  92. package/dist-es/commands/GetIdentityProviderCommand.js +39 -0
  93. package/dist-es/commands/GetNetworkSettingsCommand.js +39 -0
  94. package/dist-es/commands/GetPortalCommand.js +39 -0
  95. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +39 -0
  96. package/dist-es/commands/GetTrustStoreCertificateCommand.js +39 -0
  97. package/dist-es/commands/GetTrustStoreCommand.js +39 -0
  98. package/dist-es/commands/GetUserSettingsCommand.js +39 -0
  99. package/dist-es/commands/ListBrowserSettingsCommand.js +39 -0
  100. package/dist-es/commands/ListIdentityProvidersCommand.js +39 -0
  101. package/dist-es/commands/ListNetworkSettingsCommand.js +39 -0
  102. package/dist-es/commands/ListPortalsCommand.js +39 -0
  103. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  104. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +39 -0
  105. package/dist-es/commands/ListTrustStoresCommand.js +39 -0
  106. package/dist-es/commands/ListUserSettingsCommand.js +39 -0
  107. package/dist-es/commands/TagResourceCommand.js +39 -0
  108. package/dist-es/commands/UntagResourceCommand.js +39 -0
  109. package/dist-es/commands/UpdateBrowserSettingsCommand.js +39 -0
  110. package/dist-es/commands/UpdateIdentityProviderCommand.js +39 -0
  111. package/dist-es/commands/UpdateNetworkSettingsCommand.js +39 -0
  112. package/dist-es/commands/UpdatePortalCommand.js +39 -0
  113. package/dist-es/commands/UpdateTrustStoreCommand.js +39 -0
  114. package/dist-es/commands/UpdateUserSettingsCommand.js +39 -0
  115. package/dist-es/commands/index.js +44 -0
  116. package/dist-es/endpoints.js +126 -0
  117. package/dist-es/index.js +5 -0
  118. package/dist-es/models/index.js +1 -0
  119. package/dist-es/models/models_0.js +484 -0
  120. package/dist-es/pagination/Interfaces.js +1 -0
  121. package/dist-es/pagination/ListBrowserSettingsPaginator.js +74 -0
  122. package/dist-es/pagination/ListIdentityProvidersPaginator.js +74 -0
  123. package/dist-es/pagination/ListNetworkSettingsPaginator.js +74 -0
  124. package/dist-es/pagination/ListPortalsPaginator.js +74 -0
  125. package/dist-es/pagination/ListTrustStoreCertificatesPaginator.js +74 -0
  126. package/dist-es/pagination/ListTrustStoresPaginator.js +74 -0
  127. package/dist-es/pagination/ListUserSettingsPaginator.js +74 -0
  128. package/dist-es/pagination/index.js +8 -0
  129. package/dist-es/protocols/Aws_restJson1.js +6269 -0
  130. package/dist-es/runtimeConfig.browser.js +17 -0
  131. package/dist-es/runtimeConfig.js +21 -0
  132. package/dist-es/runtimeConfig.native.js +8 -0
  133. package/dist-es/runtimeConfig.shared.js +13 -0
  134. package/dist-types/WorkSpacesWeb.d.ts +330 -0
  135. package/dist-types/WorkSpacesWebClient.d.ts +189 -0
  136. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +35 -0
  137. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +35 -0
  138. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +35 -0
  139. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +35 -0
  140. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +37 -0
  141. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +35 -0
  142. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +37 -0
  143. package/dist-types/commands/CreatePortalCommand.d.ts +35 -0
  144. package/dist-types/commands/CreateTrustStoreCommand.d.ts +39 -0
  145. package/dist-types/commands/CreateUserSettingsCommand.d.ts +37 -0
  146. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +35 -0
  147. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +35 -0
  148. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +35 -0
  149. package/dist-types/commands/DeletePortalCommand.d.ts +35 -0
  150. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +35 -0
  151. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +35 -0
  152. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +35 -0
  153. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +35 -0
  154. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +35 -0
  155. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +35 -0
  156. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +35 -0
  157. package/dist-types/commands/GetIdentityProviderCommand.d.ts +35 -0
  158. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +35 -0
  159. package/dist-types/commands/GetPortalCommand.d.ts +35 -0
  160. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +35 -0
  161. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +35 -0
  162. package/dist-types/commands/GetTrustStoreCommand.d.ts +35 -0
  163. package/dist-types/commands/GetUserSettingsCommand.d.ts +35 -0
  164. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +35 -0
  165. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +35 -0
  166. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +35 -0
  167. package/dist-types/commands/ListPortalsCommand.d.ts +35 -0
  168. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  169. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +35 -0
  170. package/dist-types/commands/ListTrustStoresCommand.d.ts +35 -0
  171. package/dist-types/commands/ListUserSettingsCommand.d.ts +35 -0
  172. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  173. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  174. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +35 -0
  175. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +35 -0
  176. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +35 -0
  177. package/dist-types/commands/UpdatePortalCommand.d.ts +35 -0
  178. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +35 -0
  179. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +35 -0
  180. package/dist-types/commands/index.d.ts +44 -0
  181. package/dist-types/endpoints.d.ts +2 -0
  182. package/dist-types/index.d.ts +5 -0
  183. package/dist-types/models/index.d.ts +1 -0
  184. package/dist-types/models/models_0.d.ts +2382 -0
  185. package/dist-types/pagination/Interfaces.d.ts +6 -0
  186. package/dist-types/pagination/ListBrowserSettingsPaginator.d.ts +4 -0
  187. package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
  188. package/dist-types/pagination/ListNetworkSettingsPaginator.d.ts +4 -0
  189. package/dist-types/pagination/ListPortalsPaginator.d.ts +4 -0
  190. package/dist-types/pagination/ListTrustStoreCertificatesPaginator.d.ts +4 -0
  191. package/dist-types/pagination/ListTrustStoresPaginator.d.ts +4 -0
  192. package/dist-types/pagination/ListUserSettingsPaginator.d.ts +4 -0
  193. package/dist-types/pagination/index.d.ts +8 -0
  194. package/dist-types/protocols/Aws_restJson1.d.ts +134 -0
  195. package/dist-types/runtimeConfig.browser.d.ts +39 -0
  196. package/dist-types/runtimeConfig.d.ts +39 -0
  197. package/dist-types/runtimeConfig.native.d.ts +38 -0
  198. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  199. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +225 -0
  200. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +115 -0
  201. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +17 -0
  214. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +17 -0
  218. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +17 -0
  219. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +17 -0
  221. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +17 -0
  223. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +17 -0
  226. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +17 -0
  227. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +17 -0
  228. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +17 -0
  229. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +17 -0
  230. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +17 -0
  231. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +17 -0
  232. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +17 -0
  233. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  234. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +17 -0
  241. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +17 -0
  242. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/index.d.ts +44 -0
  246. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  247. package/dist-types/ts3.4/index.d.ts +5 -0
  248. package/dist-types/ts3.4/models/index.d.ts +1 -0
  249. package/dist-types/ts3.4/models/models_0.d.ts +1238 -0
  250. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  251. package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +4 -0
  252. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
  253. package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +4 -0
  254. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
  255. package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +4 -0
  256. package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +4 -0
  257. package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +4 -0
  258. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  259. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +134 -0
  260. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  261. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  262. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  263. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  264. package/package.json +96 -0
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteUserSettingsRequest, DeleteUserSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteUserSettingsCommand, serializeAws_restJson1DeleteUserSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteUserSettingsCommand = (function (_super) {
7
+ __extends(DeleteUserSettingsCommand, _super);
8
+ function DeleteUserSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DeleteUserSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "DeleteUserSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DeleteUserSettingsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteUserSettingsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteUserSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DeleteUserSettingsCommand(input, context);
33
+ };
34
+ DeleteUserSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DeleteUserSettingsCommand(output, context);
36
+ };
37
+ return DeleteUserSettingsCommand;
38
+ }($Command));
39
+ export { DeleteUserSettingsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DisassociateBrowserSettingsRequest, DisassociateBrowserSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DisassociateBrowserSettingsCommand, serializeAws_restJson1DisassociateBrowserSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var DisassociateBrowserSettingsCommand = (function (_super) {
7
+ __extends(DisassociateBrowserSettingsCommand, _super);
8
+ function DisassociateBrowserSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DisassociateBrowserSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "DisassociateBrowserSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DisassociateBrowserSettingsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateBrowserSettingsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DisassociateBrowserSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DisassociateBrowserSettingsCommand(input, context);
33
+ };
34
+ DisassociateBrowserSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DisassociateBrowserSettingsCommand(output, context);
36
+ };
37
+ return DisassociateBrowserSettingsCommand;
38
+ }($Command));
39
+ export { DisassociateBrowserSettingsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DisassociateNetworkSettingsRequest, DisassociateNetworkSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DisassociateNetworkSettingsCommand, serializeAws_restJson1DisassociateNetworkSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var DisassociateNetworkSettingsCommand = (function (_super) {
7
+ __extends(DisassociateNetworkSettingsCommand, _super);
8
+ function DisassociateNetworkSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DisassociateNetworkSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "DisassociateNetworkSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DisassociateNetworkSettingsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateNetworkSettingsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DisassociateNetworkSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DisassociateNetworkSettingsCommand(input, context);
33
+ };
34
+ DisassociateNetworkSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DisassociateNetworkSettingsCommand(output, context);
36
+ };
37
+ return DisassociateNetworkSettingsCommand;
38
+ }($Command));
39
+ export { DisassociateNetworkSettingsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DisassociateTrustStoreRequest, DisassociateTrustStoreResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DisassociateTrustStoreCommand, serializeAws_restJson1DisassociateTrustStoreCommand, } from "../protocols/Aws_restJson1";
6
+ var DisassociateTrustStoreCommand = (function (_super) {
7
+ __extends(DisassociateTrustStoreCommand, _super);
8
+ function DisassociateTrustStoreCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DisassociateTrustStoreCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "DisassociateTrustStoreCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DisassociateTrustStoreRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateTrustStoreResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DisassociateTrustStoreCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DisassociateTrustStoreCommand(input, context);
33
+ };
34
+ DisassociateTrustStoreCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DisassociateTrustStoreCommand(output, context);
36
+ };
37
+ return DisassociateTrustStoreCommand;
38
+ }($Command));
39
+ export { DisassociateTrustStoreCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DisassociateUserSettingsRequest, DisassociateUserSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DisassociateUserSettingsCommand, serializeAws_restJson1DisassociateUserSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var DisassociateUserSettingsCommand = (function (_super) {
7
+ __extends(DisassociateUserSettingsCommand, _super);
8
+ function DisassociateUserSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DisassociateUserSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "DisassociateUserSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DisassociateUserSettingsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateUserSettingsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DisassociateUserSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DisassociateUserSettingsCommand(input, context);
33
+ };
34
+ DisassociateUserSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DisassociateUserSettingsCommand(output, context);
36
+ };
37
+ return DisassociateUserSettingsCommand;
38
+ }($Command));
39
+ export { DisassociateUserSettingsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetBrowserSettingsRequest, GetBrowserSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetBrowserSettingsCommand, serializeAws_restJson1GetBrowserSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var GetBrowserSettingsCommand = (function (_super) {
7
+ __extends(GetBrowserSettingsCommand, _super);
8
+ function GetBrowserSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetBrowserSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "GetBrowserSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetBrowserSettingsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBrowserSettingsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetBrowserSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetBrowserSettingsCommand(input, context);
33
+ };
34
+ GetBrowserSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetBrowserSettingsCommand(output, context);
36
+ };
37
+ return GetBrowserSettingsCommand;
38
+ }($Command));
39
+ export { GetBrowserSettingsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetIdentityProviderRequest, GetIdentityProviderResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetIdentityProviderCommand, serializeAws_restJson1GetIdentityProviderCommand, } from "../protocols/Aws_restJson1";
6
+ var GetIdentityProviderCommand = (function (_super) {
7
+ __extends(GetIdentityProviderCommand, _super);
8
+ function GetIdentityProviderCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetIdentityProviderCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "GetIdentityProviderCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetIdentityProviderRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetIdentityProviderResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetIdentityProviderCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetIdentityProviderCommand(input, context);
33
+ };
34
+ GetIdentityProviderCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetIdentityProviderCommand(output, context);
36
+ };
37
+ return GetIdentityProviderCommand;
38
+ }($Command));
39
+ export { GetIdentityProviderCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetNetworkSettingsRequest, GetNetworkSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetNetworkSettingsCommand, serializeAws_restJson1GetNetworkSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var GetNetworkSettingsCommand = (function (_super) {
7
+ __extends(GetNetworkSettingsCommand, _super);
8
+ function GetNetworkSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetNetworkSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "GetNetworkSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetNetworkSettingsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetNetworkSettingsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetNetworkSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetNetworkSettingsCommand(input, context);
33
+ };
34
+ GetNetworkSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetNetworkSettingsCommand(output, context);
36
+ };
37
+ return GetNetworkSettingsCommand;
38
+ }($Command));
39
+ export { GetNetworkSettingsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetPortalRequest, GetPortalResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetPortalCommand, serializeAws_restJson1GetPortalCommand, } from "../protocols/Aws_restJson1";
6
+ var GetPortalCommand = (function (_super) {
7
+ __extends(GetPortalCommand, _super);
8
+ function GetPortalCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetPortalCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "GetPortalCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetPortalRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPortalResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetPortalCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetPortalCommand(input, context);
33
+ };
34
+ GetPortalCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetPortalCommand(output, context);
36
+ };
37
+ return GetPortalCommand;
38
+ }($Command));
39
+ export { GetPortalCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetPortalServiceProviderMetadataRequest, GetPortalServiceProviderMetadataResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetPortalServiceProviderMetadataCommand, serializeAws_restJson1GetPortalServiceProviderMetadataCommand, } from "../protocols/Aws_restJson1";
6
+ var GetPortalServiceProviderMetadataCommand = (function (_super) {
7
+ __extends(GetPortalServiceProviderMetadataCommand, _super);
8
+ function GetPortalServiceProviderMetadataCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetPortalServiceProviderMetadataCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "GetPortalServiceProviderMetadataCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetPortalServiceProviderMetadataRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPortalServiceProviderMetadataResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetPortalServiceProviderMetadataCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetPortalServiceProviderMetadataCommand(input, context);
33
+ };
34
+ GetPortalServiceProviderMetadataCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetPortalServiceProviderMetadataCommand(output, context);
36
+ };
37
+ return GetPortalServiceProviderMetadataCommand;
38
+ }($Command));
39
+ export { GetPortalServiceProviderMetadataCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetTrustStoreCertificateRequest, GetTrustStoreCertificateResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetTrustStoreCertificateCommand, serializeAws_restJson1GetTrustStoreCertificateCommand, } from "../protocols/Aws_restJson1";
6
+ var GetTrustStoreCertificateCommand = (function (_super) {
7
+ __extends(GetTrustStoreCertificateCommand, _super);
8
+ function GetTrustStoreCertificateCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetTrustStoreCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "GetTrustStoreCertificateCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetTrustStoreCertificateRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetTrustStoreCertificateResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetTrustStoreCertificateCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetTrustStoreCertificateCommand(input, context);
33
+ };
34
+ GetTrustStoreCertificateCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetTrustStoreCertificateCommand(output, context);
36
+ };
37
+ return GetTrustStoreCertificateCommand;
38
+ }($Command));
39
+ export { GetTrustStoreCertificateCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetTrustStoreRequest, GetTrustStoreResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetTrustStoreCommand, serializeAws_restJson1GetTrustStoreCommand, } from "../protocols/Aws_restJson1";
6
+ var GetTrustStoreCommand = (function (_super) {
7
+ __extends(GetTrustStoreCommand, _super);
8
+ function GetTrustStoreCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetTrustStoreCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "GetTrustStoreCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetTrustStoreRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetTrustStoreResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetTrustStoreCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetTrustStoreCommand(input, context);
33
+ };
34
+ GetTrustStoreCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetTrustStoreCommand(output, context);
36
+ };
37
+ return GetTrustStoreCommand;
38
+ }($Command));
39
+ export { GetTrustStoreCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetUserSettingsRequest, GetUserSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetUserSettingsCommand, serializeAws_restJson1GetUserSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var GetUserSettingsCommand = (function (_super) {
7
+ __extends(GetUserSettingsCommand, _super);
8
+ function GetUserSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetUserSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "GetUserSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetUserSettingsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetUserSettingsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetUserSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetUserSettingsCommand(input, context);
33
+ };
34
+ GetUserSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetUserSettingsCommand(output, context);
36
+ };
37
+ return GetUserSettingsCommand;
38
+ }($Command));
39
+ export { GetUserSettingsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListBrowserSettingsRequest, ListBrowserSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListBrowserSettingsCommand, serializeAws_restJson1ListBrowserSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListBrowserSettingsCommand = (function (_super) {
7
+ __extends(ListBrowserSettingsCommand, _super);
8
+ function ListBrowserSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListBrowserSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "ListBrowserSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListBrowserSettingsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListBrowserSettingsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListBrowserSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1ListBrowserSettingsCommand(input, context);
33
+ };
34
+ ListBrowserSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1ListBrowserSettingsCommand(output, context);
36
+ };
37
+ return ListBrowserSettingsCommand;
38
+ }($Command));
39
+ export { ListBrowserSettingsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListIdentityProvidersRequest, ListIdentityProvidersResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListIdentityProvidersCommand, serializeAws_restJson1ListIdentityProvidersCommand, } from "../protocols/Aws_restJson1";
6
+ var ListIdentityProvidersCommand = (function (_super) {
7
+ __extends(ListIdentityProvidersCommand, _super);
8
+ function ListIdentityProvidersCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListIdentityProvidersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "ListIdentityProvidersCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListIdentityProvidersRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListIdentityProvidersResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListIdentityProvidersCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1ListIdentityProvidersCommand(input, context);
33
+ };
34
+ ListIdentityProvidersCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1ListIdentityProvidersCommand(output, context);
36
+ };
37
+ return ListIdentityProvidersCommand;
38
+ }($Command));
39
+ export { ListIdentityProvidersCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListNetworkSettingsRequest, ListNetworkSettingsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListNetworkSettingsCommand, serializeAws_restJson1ListNetworkSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListNetworkSettingsCommand = (function (_super) {
7
+ __extends(ListNetworkSettingsCommand, _super);
8
+ function ListNetworkSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListNetworkSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "WorkSpacesWebClient";
18
+ var commandName = "ListNetworkSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListNetworkSettingsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListNetworkSettingsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListNetworkSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1ListNetworkSettingsCommand(input, context);
33
+ };
34
+ ListNetworkSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1ListNetworkSettingsCommand(output, context);
36
+ };
37
+ return ListNetworkSettingsCommand;
38
+ }($Command));
39
+ export { ListNetworkSettingsCommand };