@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,115 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "./commands/AssociateBrowserSettingsCommand";
10
+ import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "./commands/AssociateNetworkSettingsCommand";
11
+ import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "./commands/AssociateTrustStoreCommand";
12
+ import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "./commands/AssociateUserSettingsCommand";
13
+ import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "./commands/CreateBrowserSettingsCommand";
14
+ import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
15
+ import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "./commands/CreateNetworkSettingsCommand";
16
+ import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
17
+ import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "./commands/CreateTrustStoreCommand";
18
+ import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "./commands/CreateUserSettingsCommand";
19
+ import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "./commands/DeleteBrowserSettingsCommand";
20
+ import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
21
+ import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "./commands/DeleteNetworkSettingsCommand";
22
+ import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
23
+ import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "./commands/DeleteTrustStoreCommand";
24
+ import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "./commands/DeleteUserSettingsCommand";
25
+ import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "./commands/DisassociateBrowserSettingsCommand";
26
+ import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "./commands/DisassociateNetworkSettingsCommand";
27
+ import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
28
+ import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
29
+ import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
30
+ import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
31
+ import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
32
+ import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
33
+ import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
34
+ import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
35
+ import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
36
+ import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
37
+ import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "./commands/ListBrowserSettingsCommand";
38
+ import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
39
+ import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
40
+ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
41
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
42
+ import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
43
+ import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
44
+ import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "./commands/ListUserSettingsCommand";
45
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
46
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
47
+ import { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "./commands/UpdateBrowserSettingsCommand";
48
+ import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
49
+ import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "./commands/UpdateNetworkSettingsCommand";
50
+ import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
51
+ import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./commands/UpdateTrustStoreCommand";
52
+ import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
53
+ export declare type ServiceInputTypes = AssociateBrowserSettingsCommandInput | AssociateNetworkSettingsCommandInput | AssociateTrustStoreCommandInput | AssociateUserSettingsCommandInput | CreateBrowserSettingsCommandInput | CreateIdentityProviderCommandInput | CreateNetworkSettingsCommandInput | CreatePortalCommandInput | CreateTrustStoreCommandInput | CreateUserSettingsCommandInput | DeleteBrowserSettingsCommandInput | DeleteIdentityProviderCommandInput | DeleteNetworkSettingsCommandInput | DeletePortalCommandInput | DeleteTrustStoreCommandInput | DeleteUserSettingsCommandInput | DisassociateBrowserSettingsCommandInput | DisassociateNetworkSettingsCommandInput | DisassociateTrustStoreCommandInput | DisassociateUserSettingsCommandInput | GetBrowserSettingsCommandInput | GetIdentityProviderCommandInput | GetNetworkSettingsCommandInput | GetPortalCommandInput | GetPortalServiceProviderMetadataCommandInput | GetTrustStoreCertificateCommandInput | GetTrustStoreCommandInput | GetUserSettingsCommandInput | ListBrowserSettingsCommandInput | ListIdentityProvidersCommandInput | ListNetworkSettingsCommandInput | ListPortalsCommandInput | ListTagsForResourceCommandInput | ListTrustStoreCertificatesCommandInput | ListTrustStoresCommandInput | ListUserSettingsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBrowserSettingsCommandInput | UpdateIdentityProviderCommandInput | UpdateNetworkSettingsCommandInput | UpdatePortalCommandInput | UpdateTrustStoreCommandInput | UpdateUserSettingsCommandInput;
54
+ export declare type ServiceOutputTypes = AssociateBrowserSettingsCommandOutput | AssociateNetworkSettingsCommandOutput | AssociateTrustStoreCommandOutput | AssociateUserSettingsCommandOutput | CreateBrowserSettingsCommandOutput | CreateIdentityProviderCommandOutput | CreateNetworkSettingsCommandOutput | CreatePortalCommandOutput | CreateTrustStoreCommandOutput | CreateUserSettingsCommandOutput | DeleteBrowserSettingsCommandOutput | DeleteIdentityProviderCommandOutput | DeleteNetworkSettingsCommandOutput | DeletePortalCommandOutput | DeleteTrustStoreCommandOutput | DeleteUserSettingsCommandOutput | DisassociateBrowserSettingsCommandOutput | DisassociateNetworkSettingsCommandOutput | DisassociateTrustStoreCommandOutput | DisassociateUserSettingsCommandOutput | GetBrowserSettingsCommandOutput | GetIdentityProviderCommandOutput | GetNetworkSettingsCommandOutput | GetPortalCommandOutput | GetPortalServiceProviderMetadataCommandOutput | GetTrustStoreCertificateCommandOutput | GetTrustStoreCommandOutput | GetUserSettingsCommandOutput | ListBrowserSettingsCommandOutput | ListIdentityProvidersCommandOutput | ListNetworkSettingsCommandOutput | ListPortalsCommandOutput | ListTagsForResourceCommandOutput | ListTrustStoreCertificatesCommandOutput | ListTrustStoresCommandOutput | ListUserSettingsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBrowserSettingsCommandOutput | UpdateIdentityProviderCommandOutput | UpdateNetworkSettingsCommandOutput | UpdatePortalCommandOutput | UpdateTrustStoreCommandOutput | UpdateUserSettingsCommandOutput;
55
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
56
+
57
+ requestHandler?: __HttpHandler;
58
+
59
+ sha256?: __HashConstructor;
60
+
61
+ urlParser?: __UrlParser;
62
+
63
+ bodyLengthChecker?: (body: any) => number | undefined;
64
+
65
+ streamCollector?: __StreamCollector;
66
+
67
+ base64Decoder?: __Decoder;
68
+
69
+ base64Encoder?: __Encoder;
70
+
71
+ utf8Decoder?: __Decoder;
72
+
73
+ utf8Encoder?: __Encoder;
74
+
75
+ runtime?: string;
76
+
77
+ disableHostPrefix?: boolean;
78
+
79
+ maxAttempts?: number | __Provider<number>;
80
+
81
+ retryMode?: string | __Provider<string>;
82
+
83
+ logger?: __Logger;
84
+
85
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
86
+
87
+ useFipsEndpoint?: boolean | __Provider<boolean>;
88
+
89
+ serviceId?: string;
90
+
91
+ region?: string | __Provider<string>;
92
+
93
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
94
+
95
+ regionInfoProvider?: RegionInfoProvider;
96
+
97
+ defaultUserAgentProvider?: Provider<__UserAgent>;
98
+ }
99
+ declare type WorkSpacesWebClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
100
+
101
+ export interface WorkSpacesWebClientConfig extends WorkSpacesWebClientConfigType {
102
+ }
103
+ declare type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
104
+
105
+ export interface WorkSpacesWebClientResolvedConfig extends WorkSpacesWebClientResolvedConfigType {
106
+ }
107
+
108
+ export declare class WorkSpacesWebClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig> {
109
+
110
+ readonly config: WorkSpacesWebClientResolvedConfig;
111
+ constructor(configuration: WorkSpacesWebClientConfig);
112
+
113
+ destroy(): void;
114
+ }
115
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateBrowserSettingsRequest, AssociateBrowserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface AssociateBrowserSettingsCommandInput extends AssociateBrowserSettingsRequest {
6
+ }
7
+ export interface AssociateBrowserSettingsCommandOutput extends AssociateBrowserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateBrowserSettingsCommand extends $Command<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: AssociateBrowserSettingsCommandInput;
12
+ constructor(input: AssociateBrowserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateNetworkSettingsRequest, AssociateNetworkSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface AssociateNetworkSettingsCommandInput extends AssociateNetworkSettingsRequest {
6
+ }
7
+ export interface AssociateNetworkSettingsCommandOutput extends AssociateNetworkSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateNetworkSettingsCommand extends $Command<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: AssociateNetworkSettingsCommandInput;
12
+ constructor(input: AssociateNetworkSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateTrustStoreRequest, AssociateTrustStoreResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface AssociateTrustStoreCommandInput extends AssociateTrustStoreRequest {
6
+ }
7
+ export interface AssociateTrustStoreCommandOutput extends AssociateTrustStoreResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateTrustStoreCommand extends $Command<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: AssociateTrustStoreCommandInput;
12
+ constructor(input: AssociateTrustStoreCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateUserSettingsRequest, AssociateUserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface AssociateUserSettingsCommandInput extends AssociateUserSettingsRequest {
6
+ }
7
+ export interface AssociateUserSettingsCommandOutput extends AssociateUserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateUserSettingsCommand extends $Command<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: AssociateUserSettingsCommandInput;
12
+ constructor(input: AssociateUserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateBrowserSettingsRequest, CreateBrowserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface CreateBrowserSettingsCommandInput extends CreateBrowserSettingsRequest {
6
+ }
7
+ export interface CreateBrowserSettingsCommandOutput extends CreateBrowserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateBrowserSettingsCommand extends $Command<CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: CreateBrowserSettingsCommandInput;
12
+ constructor(input: CreateBrowserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateIdentityProviderRequest, CreateIdentityProviderResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface CreateIdentityProviderCommandInput extends CreateIdentityProviderRequest {
6
+ }
7
+ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProviderResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateIdentityProviderCommand extends $Command<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: CreateIdentityProviderCommandInput;
12
+ constructor(input: CreateIdentityProviderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateNetworkSettingsRequest, CreateNetworkSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface CreateNetworkSettingsCommandInput extends CreateNetworkSettingsRequest {
6
+ }
7
+ export interface CreateNetworkSettingsCommandOutput extends CreateNetworkSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateNetworkSettingsCommand extends $Command<CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: CreateNetworkSettingsCommandInput;
12
+ constructor(input: CreateNetworkSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreatePortalRequest, CreatePortalResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface CreatePortalCommandInput extends CreatePortalRequest {
6
+ }
7
+ export interface CreatePortalCommandOutput extends CreatePortalResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreatePortalCommand extends $Command<CreatePortalCommandInput, CreatePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: CreatePortalCommandInput;
12
+ constructor(input: CreatePortalCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePortalCommandInput, CreatePortalCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateTrustStoreRequest, CreateTrustStoreResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface CreateTrustStoreCommandInput extends CreateTrustStoreRequest {
6
+ }
7
+ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateTrustStoreCommand extends $Command<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: CreateTrustStoreCommandInput;
12
+ constructor(input: CreateTrustStoreCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateUserSettingsRequest, CreateUserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface CreateUserSettingsCommandInput extends CreateUserSettingsRequest {
6
+ }
7
+ export interface CreateUserSettingsCommandOutput extends CreateUserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateUserSettingsCommand extends $Command<CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: CreateUserSettingsCommandInput;
12
+ constructor(input: CreateUserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteBrowserSettingsRequest, DeleteBrowserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DeleteBrowserSettingsCommandInput extends DeleteBrowserSettingsRequest {
6
+ }
7
+ export interface DeleteBrowserSettingsCommandOutput extends DeleteBrowserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteBrowserSettingsCommand extends $Command<DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DeleteBrowserSettingsCommandInput;
12
+ constructor(input: DeleteBrowserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteIdentityProviderRequest, DeleteIdentityProviderResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DeleteIdentityProviderCommandInput extends DeleteIdentityProviderRequest {
6
+ }
7
+ export interface DeleteIdentityProviderCommandOutput extends DeleteIdentityProviderResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIdentityProviderCommand extends $Command<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DeleteIdentityProviderCommandInput;
12
+ constructor(input: DeleteIdentityProviderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteNetworkSettingsRequest, DeleteNetworkSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DeleteNetworkSettingsCommandInput extends DeleteNetworkSettingsRequest {
6
+ }
7
+ export interface DeleteNetworkSettingsCommandOutput extends DeleteNetworkSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteNetworkSettingsCommand extends $Command<DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DeleteNetworkSettingsCommandInput;
12
+ constructor(input: DeleteNetworkSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DeletePortalCommandInput extends DeletePortalRequest {
6
+ }
7
+ export interface DeletePortalCommandOutput extends DeletePortalResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeletePortalCommand extends $Command<DeletePortalCommandInput, DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DeletePortalCommandInput;
12
+ constructor(input: DeletePortalCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePortalCommandInput, DeletePortalCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteTrustStoreRequest, DeleteTrustStoreResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreRequest {
6
+ }
7
+ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteTrustStoreCommand extends $Command<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DeleteTrustStoreCommandInput;
12
+ constructor(input: DeleteTrustStoreCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteUserSettingsRequest, DeleteUserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DeleteUserSettingsCommandInput extends DeleteUserSettingsRequest {
6
+ }
7
+ export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteUserSettingsCommand extends $Command<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DeleteUserSettingsCommandInput;
12
+ constructor(input: DeleteUserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DisassociateBrowserSettingsRequest, DisassociateBrowserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DisassociateBrowserSettingsCommandInput extends DisassociateBrowserSettingsRequest {
6
+ }
7
+ export interface DisassociateBrowserSettingsCommandOutput extends DisassociateBrowserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateBrowserSettingsCommand extends $Command<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DisassociateBrowserSettingsCommandInput;
12
+ constructor(input: DisassociateBrowserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DisassociateNetworkSettingsRequest, DisassociateNetworkSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DisassociateNetworkSettingsCommandInput extends DisassociateNetworkSettingsRequest {
6
+ }
7
+ export interface DisassociateNetworkSettingsCommandOutput extends DisassociateNetworkSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateNetworkSettingsCommand extends $Command<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DisassociateNetworkSettingsCommandInput;
12
+ constructor(input: DisassociateNetworkSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DisassociateTrustStoreRequest, DisassociateTrustStoreResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DisassociateTrustStoreCommandInput extends DisassociateTrustStoreRequest {
6
+ }
7
+ export interface DisassociateTrustStoreCommandOutput extends DisassociateTrustStoreResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateTrustStoreCommand extends $Command<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DisassociateTrustStoreCommandInput;
12
+ constructor(input: DisassociateTrustStoreCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DisassociateUserSettingsRequest, DisassociateUserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface DisassociateUserSettingsCommandInput extends DisassociateUserSettingsRequest {
6
+ }
7
+ export interface DisassociateUserSettingsCommandOutput extends DisassociateUserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateUserSettingsCommand extends $Command<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: DisassociateUserSettingsCommandInput;
12
+ constructor(input: DisassociateUserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetBrowserSettingsRequest, GetBrowserSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface GetBrowserSettingsCommandInput extends GetBrowserSettingsRequest {
6
+ }
7
+ export interface GetBrowserSettingsCommandOutput extends GetBrowserSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBrowserSettingsCommand extends $Command<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: GetBrowserSettingsCommandInput;
12
+ constructor(input: GetBrowserSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetIdentityProviderRequest, GetIdentityProviderResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface GetIdentityProviderCommandInput extends GetIdentityProviderRequest {
6
+ }
7
+ export interface GetIdentityProviderCommandOutput extends GetIdentityProviderResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetIdentityProviderCommand extends $Command<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: GetIdentityProviderCommandInput;
12
+ constructor(input: GetIdentityProviderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetNetworkSettingsRequest, GetNetworkSettingsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface GetNetworkSettingsCommandInput extends GetNetworkSettingsRequest {
6
+ }
7
+ export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetNetworkSettingsCommand extends $Command<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: GetNetworkSettingsCommandInput;
12
+ constructor(input: GetNetworkSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetPortalRequest, GetPortalResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface GetPortalCommandInput extends GetPortalRequest {
6
+ }
7
+ export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPortalCommand extends $Command<GetPortalCommandInput, GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: GetPortalCommandInput;
12
+ constructor(input: GetPortalCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPortalCommandInput, GetPortalCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetPortalServiceProviderMetadataRequest, GetPortalServiceProviderMetadataResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface GetPortalServiceProviderMetadataCommandInput extends GetPortalServiceProviderMetadataRequest {
6
+ }
7
+ export interface GetPortalServiceProviderMetadataCommandOutput extends GetPortalServiceProviderMetadataResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPortalServiceProviderMetadataCommand extends $Command<GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: GetPortalServiceProviderMetadataCommandInput;
12
+ constructor(input: GetPortalServiceProviderMetadataCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetTrustStoreCertificateRequest, GetTrustStoreCertificateResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
5
+ export interface GetTrustStoreCertificateCommandInput extends GetTrustStoreCertificateRequest {
6
+ }
7
+ export interface GetTrustStoreCertificateCommandOutput extends GetTrustStoreCertificateResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetTrustStoreCertificateCommand extends $Command<GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput, WorkSpacesWebClientResolvedConfig> {
11
+ readonly input: GetTrustStoreCertificateCommandInput;
12
+ constructor(input: GetTrustStoreCertificateCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesWebClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }