@aws-sdk/client-workspaces-web 3.188.0 → 3.192.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 (260) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/WorkSpacesWeb.js +105 -0
  3. package/dist-cjs/WorkSpacesWebClient.js +11 -8
  4. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +10 -0
  5. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +10 -0
  6. package/dist-cjs/commands/AssociateTrustStoreCommand.js +10 -0
  7. package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +46 -0
  8. package/dist-cjs/commands/AssociateUserSettingsCommand.js +10 -0
  9. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +10 -0
  10. package/dist-cjs/commands/CreateIdentityProviderCommand.js +10 -0
  11. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +10 -0
  12. package/dist-cjs/commands/CreatePortalCommand.js +10 -0
  13. package/dist-cjs/commands/CreateTrustStoreCommand.js +10 -0
  14. package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +46 -0
  15. package/dist-cjs/commands/CreateUserSettingsCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +10 -0
  19. package/dist-cjs/commands/DeletePortalCommand.js +10 -0
  20. package/dist-cjs/commands/DeleteTrustStoreCommand.js +10 -0
  21. package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +46 -0
  22. package/dist-cjs/commands/DeleteUserSettingsCommand.js +10 -0
  23. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +10 -0
  24. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +10 -0
  25. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +10 -0
  26. package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +46 -0
  27. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +10 -0
  28. package/dist-cjs/commands/GetBrowserSettingsCommand.js +10 -0
  29. package/dist-cjs/commands/GetIdentityProviderCommand.js +10 -0
  30. package/dist-cjs/commands/GetNetworkSettingsCommand.js +10 -0
  31. package/dist-cjs/commands/GetPortalCommand.js +10 -0
  32. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +10 -0
  33. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +10 -0
  34. package/dist-cjs/commands/GetTrustStoreCommand.js +10 -0
  35. package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +46 -0
  36. package/dist-cjs/commands/GetUserSettingsCommand.js +10 -0
  37. package/dist-cjs/commands/ListBrowserSettingsCommand.js +10 -0
  38. package/dist-cjs/commands/ListIdentityProvidersCommand.js +10 -0
  39. package/dist-cjs/commands/ListNetworkSettingsCommand.js +10 -0
  40. package/dist-cjs/commands/ListPortalsCommand.js +10 -0
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  42. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +10 -0
  43. package/dist-cjs/commands/ListTrustStoresCommand.js +10 -0
  44. package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +46 -0
  45. package/dist-cjs/commands/ListUserSettingsCommand.js +10 -0
  46. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  47. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  48. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +10 -0
  49. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +10 -0
  50. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +10 -0
  51. package/dist-cjs/commands/UpdatePortalCommand.js +10 -0
  52. package/dist-cjs/commands/UpdateTrustStoreCommand.js +10 -0
  53. package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +46 -0
  54. package/dist-cjs/commands/UpdateUserSettingsCommand.js +10 -0
  55. package/dist-cjs/commands/index.js +7 -0
  56. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  57. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  58. package/dist-cjs/endpoint/ruleset.js +318 -0
  59. package/dist-cjs/models/models_0.js +68 -3
  60. package/dist-cjs/pagination/ListUserAccessLoggingSettingsPaginator.js +36 -0
  61. package/dist-cjs/pagination/index.js +1 -0
  62. package/dist-cjs/protocols/Aws_restJson1.js +502 -2
  63. package/dist-cjs/runtimeConfig.shared.js +3 -3
  64. package/dist-es/WorkSpacesWeb.js +105 -0
  65. package/dist-es/WorkSpacesWebClient.js +12 -9
  66. package/dist-es/commands/AssociateBrowserSettingsCommand.js +10 -0
  67. package/dist-es/commands/AssociateNetworkSettingsCommand.js +10 -0
  68. package/dist-es/commands/AssociateTrustStoreCommand.js +10 -0
  69. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +42 -0
  70. package/dist-es/commands/AssociateUserSettingsCommand.js +10 -0
  71. package/dist-es/commands/CreateBrowserSettingsCommand.js +10 -0
  72. package/dist-es/commands/CreateIdentityProviderCommand.js +10 -0
  73. package/dist-es/commands/CreateNetworkSettingsCommand.js +10 -0
  74. package/dist-es/commands/CreatePortalCommand.js +10 -0
  75. package/dist-es/commands/CreateTrustStoreCommand.js +10 -0
  76. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +42 -0
  77. package/dist-es/commands/CreateUserSettingsCommand.js +10 -0
  78. package/dist-es/commands/DeleteBrowserSettingsCommand.js +10 -0
  79. package/dist-es/commands/DeleteIdentityProviderCommand.js +10 -0
  80. package/dist-es/commands/DeleteNetworkSettingsCommand.js +10 -0
  81. package/dist-es/commands/DeletePortalCommand.js +10 -0
  82. package/dist-es/commands/DeleteTrustStoreCommand.js +10 -0
  83. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +42 -0
  84. package/dist-es/commands/DeleteUserSettingsCommand.js +10 -0
  85. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +10 -0
  86. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +10 -0
  87. package/dist-es/commands/DisassociateTrustStoreCommand.js +10 -0
  88. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +42 -0
  89. package/dist-es/commands/DisassociateUserSettingsCommand.js +10 -0
  90. package/dist-es/commands/GetBrowserSettingsCommand.js +10 -0
  91. package/dist-es/commands/GetIdentityProviderCommand.js +10 -0
  92. package/dist-es/commands/GetNetworkSettingsCommand.js +10 -0
  93. package/dist-es/commands/GetPortalCommand.js +10 -0
  94. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +10 -0
  95. package/dist-es/commands/GetTrustStoreCertificateCommand.js +10 -0
  96. package/dist-es/commands/GetTrustStoreCommand.js +10 -0
  97. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +42 -0
  98. package/dist-es/commands/GetUserSettingsCommand.js +10 -0
  99. package/dist-es/commands/ListBrowserSettingsCommand.js +10 -0
  100. package/dist-es/commands/ListIdentityProvidersCommand.js +10 -0
  101. package/dist-es/commands/ListNetworkSettingsCommand.js +10 -0
  102. package/dist-es/commands/ListPortalsCommand.js +10 -0
  103. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  104. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +10 -0
  105. package/dist-es/commands/ListTrustStoresCommand.js +10 -0
  106. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +42 -0
  107. package/dist-es/commands/ListUserSettingsCommand.js +10 -0
  108. package/dist-es/commands/TagResourceCommand.js +10 -0
  109. package/dist-es/commands/UntagResourceCommand.js +10 -0
  110. package/dist-es/commands/UpdateBrowserSettingsCommand.js +10 -0
  111. package/dist-es/commands/UpdateIdentityProviderCommand.js +10 -0
  112. package/dist-es/commands/UpdateNetworkSettingsCommand.js +10 -0
  113. package/dist-es/commands/UpdatePortalCommand.js +10 -0
  114. package/dist-es/commands/UpdateTrustStoreCommand.js +10 -0
  115. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +42 -0
  116. package/dist-es/commands/UpdateUserSettingsCommand.js +10 -0
  117. package/dist-es/commands/index.js +7 -0
  118. package/dist-es/endpoint/EndpointParameters.js +8 -0
  119. package/dist-es/endpoint/endpointResolver.js +8 -0
  120. package/dist-es/endpoint/ruleset.js +315 -0
  121. package/dist-es/models/models_0.js +49 -0
  122. package/dist-es/pagination/ListUserAccessLoggingSettingsPaginator.js +32 -0
  123. package/dist-es/pagination/index.js +1 -0
  124. package/dist-es/protocols/Aws_restJson1.js +483 -0
  125. package/dist-es/runtimeConfig.shared.js +2 -2
  126. package/dist-types/WorkSpacesWeb.d.ts +49 -0
  127. package/dist-types/WorkSpacesWebClient.d.ts +15 -11
  128. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +2 -0
  129. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +2 -0
  130. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +2 -0
  131. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +37 -0
  132. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +2 -0
  133. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +2 -0
  134. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -0
  135. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +2 -0
  136. package/dist-types/commands/CreatePortalCommand.d.ts +2 -0
  137. package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -0
  138. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +37 -0
  139. package/dist-types/commands/CreateUserSettingsCommand.d.ts +2 -0
  140. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +2 -0
  141. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +2 -0
  142. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +2 -0
  143. package/dist-types/commands/DeletePortalCommand.d.ts +2 -0
  144. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -0
  145. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +37 -0
  146. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +2 -0
  147. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +2 -0
  148. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +2 -0
  149. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +2 -0
  150. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +37 -0
  151. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +2 -0
  152. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +2 -0
  153. package/dist-types/commands/GetIdentityProviderCommand.d.ts +2 -0
  154. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +2 -0
  155. package/dist-types/commands/GetPortalCommand.d.ts +2 -0
  156. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -0
  157. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +2 -0
  158. package/dist-types/commands/GetTrustStoreCommand.d.ts +2 -0
  159. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +37 -0
  160. package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -0
  161. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +2 -0
  162. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -0
  163. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +2 -0
  164. package/dist-types/commands/ListPortalsCommand.d.ts +2 -0
  165. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  166. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +2 -0
  167. package/dist-types/commands/ListTrustStoresCommand.d.ts +2 -0
  168. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +37 -0
  169. package/dist-types/commands/ListUserSettingsCommand.d.ts +2 -0
  170. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  171. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  172. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +2 -0
  173. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -0
  174. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +2 -0
  175. package/dist-types/commands/UpdatePortalCommand.d.ts +2 -0
  176. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +2 -0
  177. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +37 -0
  178. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -0
  179. package/dist-types/commands/index.d.ts +7 -0
  180. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  181. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  182. package/dist-types/endpoint/ruleset.d.ts +2 -0
  183. package/dist-types/models/models_0.d.ts +221 -1
  184. package/dist-types/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +4 -0
  185. package/dist-types/pagination/index.d.ts +1 -0
  186. package/dist-types/protocols/Aws_restJson1.d.ts +21 -0
  187. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  188. package/dist-types/runtimeConfig.d.ts +4 -2
  189. package/dist-types/runtimeConfig.native.d.ts +4 -2
  190. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  191. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +131 -0
  192. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +57 -8
  193. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +2 -0
  194. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +2 -0
  195. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +2 -0
  196. package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +41 -0
  197. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +2 -0
  198. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +2 -0
  199. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +2 -0
  200. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +2 -0
  201. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +2 -0
  202. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +2 -0
  203. package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +41 -0
  204. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +2 -0
  205. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +2 -0
  206. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +2 -0
  207. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +2 -0
  208. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +2 -0
  209. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +2 -0
  210. package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +41 -0
  211. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +2 -0
  212. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +2 -0
  213. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +2 -0
  214. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +2 -0
  215. package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +41 -0
  216. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +2 -0
  217. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +2 -0
  218. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +2 -0
  219. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +2 -0
  220. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +2 -0
  221. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +2 -0
  222. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +2 -0
  223. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +2 -0
  224. package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +41 -0
  225. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +2 -0
  226. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +2 -0
  227. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +2 -0
  228. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +2 -0
  229. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +2 -0
  230. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  231. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +2 -0
  232. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +2 -0
  233. package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +41 -0
  234. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +2 -0
  235. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  236. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  237. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +2 -0
  238. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +2 -0
  239. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +2 -0
  240. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +2 -0
  241. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +2 -0
  242. package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +41 -0
  243. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +2 -0
  244. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  245. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  246. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  247. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  248. package/dist-types/ts3.4/models/models_0.d.ts +105 -0
  249. package/dist-types/ts3.4/pagination/ListUserAccessLoggingSettingsPaginator.d.ts +11 -0
  250. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  251. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
  252. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  253. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  254. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  255. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  256. package/package.json +27 -26
  257. package/dist-cjs/endpoints.js +0 -132
  258. package/dist-es/endpoints.js +0 -128
  259. package/dist-types/endpoints.d.ts +0 -2
  260. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -11,6 +11,10 @@ import {
11
11
  AssociateTrustStoreCommandInput,
12
12
  AssociateTrustStoreCommandOutput,
13
13
  } from "./commands/AssociateTrustStoreCommand";
14
+ import {
15
+ AssociateUserAccessLoggingSettingsCommandInput,
16
+ AssociateUserAccessLoggingSettingsCommandOutput,
17
+ } from "./commands/AssociateUserAccessLoggingSettingsCommand";
14
18
  import {
15
19
  AssociateUserSettingsCommandInput,
16
20
  AssociateUserSettingsCommandOutput,
@@ -35,6 +39,10 @@ import {
35
39
  CreateTrustStoreCommandInput,
36
40
  CreateTrustStoreCommandOutput,
37
41
  } from "./commands/CreateTrustStoreCommand";
42
+ import {
43
+ CreateUserAccessLoggingSettingsCommandInput,
44
+ CreateUserAccessLoggingSettingsCommandOutput,
45
+ } from "./commands/CreateUserAccessLoggingSettingsCommand";
38
46
  import {
39
47
  CreateUserSettingsCommandInput,
40
48
  CreateUserSettingsCommandOutput,
@@ -59,6 +67,10 @@ import {
59
67
  DeleteTrustStoreCommandInput,
60
68
  DeleteTrustStoreCommandOutput,
61
69
  } from "./commands/DeleteTrustStoreCommand";
70
+ import {
71
+ DeleteUserAccessLoggingSettingsCommandInput,
72
+ DeleteUserAccessLoggingSettingsCommandOutput,
73
+ } from "./commands/DeleteUserAccessLoggingSettingsCommand";
62
74
  import {
63
75
  DeleteUserSettingsCommandInput,
64
76
  DeleteUserSettingsCommandOutput,
@@ -75,6 +87,10 @@ import {
75
87
  DisassociateTrustStoreCommandInput,
76
88
  DisassociateTrustStoreCommandOutput,
77
89
  } from "./commands/DisassociateTrustStoreCommand";
90
+ import {
91
+ DisassociateUserAccessLoggingSettingsCommandInput,
92
+ DisassociateUserAccessLoggingSettingsCommandOutput,
93
+ } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
78
94
  import {
79
95
  DisassociateUserSettingsCommandInput,
80
96
  DisassociateUserSettingsCommandOutput,
@@ -107,6 +123,10 @@ import {
107
123
  GetTrustStoreCommandInput,
108
124
  GetTrustStoreCommandOutput,
109
125
  } from "./commands/GetTrustStoreCommand";
126
+ import {
127
+ GetUserAccessLoggingSettingsCommandInput,
128
+ GetUserAccessLoggingSettingsCommandOutput,
129
+ } from "./commands/GetUserAccessLoggingSettingsCommand";
110
130
  import {
111
131
  GetUserSettingsCommandInput,
112
132
  GetUserSettingsCommandOutput,
@@ -139,6 +159,10 @@ import {
139
159
  ListTrustStoresCommandInput,
140
160
  ListTrustStoresCommandOutput,
141
161
  } from "./commands/ListTrustStoresCommand";
162
+ import {
163
+ ListUserAccessLoggingSettingsCommandInput,
164
+ ListUserAccessLoggingSettingsCommandOutput,
165
+ } from "./commands/ListUserAccessLoggingSettingsCommand";
142
166
  import {
143
167
  ListUserSettingsCommandInput,
144
168
  ListUserSettingsCommandOutput,
@@ -171,6 +195,10 @@ import {
171
195
  UpdateTrustStoreCommandInput,
172
196
  UpdateTrustStoreCommandOutput,
173
197
  } from "./commands/UpdateTrustStoreCommand";
198
+ import {
199
+ UpdateUserAccessLoggingSettingsCommandInput,
200
+ UpdateUserAccessLoggingSettingsCommandOutput,
201
+ } from "./commands/UpdateUserAccessLoggingSettingsCommand";
174
202
  import {
175
203
  UpdateUserSettingsCommandInput,
176
204
  UpdateUserSettingsCommandOutput,
@@ -216,6 +244,25 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
216
244
  options: __HttpHandlerOptions,
217
245
  cb: (err: any, data?: AssociateTrustStoreCommandOutput) => void
218
246
  ): void;
247
+ associateUserAccessLoggingSettings(
248
+ args: AssociateUserAccessLoggingSettingsCommandInput,
249
+ options?: __HttpHandlerOptions
250
+ ): Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
251
+ associateUserAccessLoggingSettings(
252
+ args: AssociateUserAccessLoggingSettingsCommandInput,
253
+ cb: (
254
+ err: any,
255
+ data?: AssociateUserAccessLoggingSettingsCommandOutput
256
+ ) => void
257
+ ): void;
258
+ associateUserAccessLoggingSettings(
259
+ args: AssociateUserAccessLoggingSettingsCommandInput,
260
+ options: __HttpHandlerOptions,
261
+ cb: (
262
+ err: any,
263
+ data?: AssociateUserAccessLoggingSettingsCommandOutput
264
+ ) => void
265
+ ): void;
219
266
  associateUserSettings(
220
267
  args: AssociateUserSettingsCommandInput,
221
268
  options?: __HttpHandlerOptions
@@ -294,6 +341,19 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
294
341
  options: __HttpHandlerOptions,
295
342
  cb: (err: any, data?: CreateTrustStoreCommandOutput) => void
296
343
  ): void;
344
+ createUserAccessLoggingSettings(
345
+ args: CreateUserAccessLoggingSettingsCommandInput,
346
+ options?: __HttpHandlerOptions
347
+ ): Promise<CreateUserAccessLoggingSettingsCommandOutput>;
348
+ createUserAccessLoggingSettings(
349
+ args: CreateUserAccessLoggingSettingsCommandInput,
350
+ cb: (err: any, data?: CreateUserAccessLoggingSettingsCommandOutput) => void
351
+ ): void;
352
+ createUserAccessLoggingSettings(
353
+ args: CreateUserAccessLoggingSettingsCommandInput,
354
+ options: __HttpHandlerOptions,
355
+ cb: (err: any, data?: CreateUserAccessLoggingSettingsCommandOutput) => void
356
+ ): void;
297
357
  createUserSettings(
298
358
  args: CreateUserSettingsCommandInput,
299
359
  options?: __HttpHandlerOptions
@@ -372,6 +432,19 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
372
432
  options: __HttpHandlerOptions,
373
433
  cb: (err: any, data?: DeleteTrustStoreCommandOutput) => void
374
434
  ): void;
435
+ deleteUserAccessLoggingSettings(
436
+ args: DeleteUserAccessLoggingSettingsCommandInput,
437
+ options?: __HttpHandlerOptions
438
+ ): Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
439
+ deleteUserAccessLoggingSettings(
440
+ args: DeleteUserAccessLoggingSettingsCommandInput,
441
+ cb: (err: any, data?: DeleteUserAccessLoggingSettingsCommandOutput) => void
442
+ ): void;
443
+ deleteUserAccessLoggingSettings(
444
+ args: DeleteUserAccessLoggingSettingsCommandInput,
445
+ options: __HttpHandlerOptions,
446
+ cb: (err: any, data?: DeleteUserAccessLoggingSettingsCommandOutput) => void
447
+ ): void;
375
448
  deleteUserSettings(
376
449
  args: DeleteUserSettingsCommandInput,
377
450
  options?: __HttpHandlerOptions
@@ -424,6 +497,25 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
424
497
  options: __HttpHandlerOptions,
425
498
  cb: (err: any, data?: DisassociateTrustStoreCommandOutput) => void
426
499
  ): void;
500
+ disassociateUserAccessLoggingSettings(
501
+ args: DisassociateUserAccessLoggingSettingsCommandInput,
502
+ options?: __HttpHandlerOptions
503
+ ): Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
504
+ disassociateUserAccessLoggingSettings(
505
+ args: DisassociateUserAccessLoggingSettingsCommandInput,
506
+ cb: (
507
+ err: any,
508
+ data?: DisassociateUserAccessLoggingSettingsCommandOutput
509
+ ) => void
510
+ ): void;
511
+ disassociateUserAccessLoggingSettings(
512
+ args: DisassociateUserAccessLoggingSettingsCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (
515
+ err: any,
516
+ data?: DisassociateUserAccessLoggingSettingsCommandOutput
517
+ ) => void
518
+ ): void;
427
519
  disassociateUserSettings(
428
520
  args: DisassociateUserSettingsCommandInput,
429
521
  options?: __HttpHandlerOptions
@@ -528,6 +620,19 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
528
620
  options: __HttpHandlerOptions,
529
621
  cb: (err: any, data?: GetTrustStoreCertificateCommandOutput) => void
530
622
  ): void;
623
+ getUserAccessLoggingSettings(
624
+ args: GetUserAccessLoggingSettingsCommandInput,
625
+ options?: __HttpHandlerOptions
626
+ ): Promise<GetUserAccessLoggingSettingsCommandOutput>;
627
+ getUserAccessLoggingSettings(
628
+ args: GetUserAccessLoggingSettingsCommandInput,
629
+ cb: (err: any, data?: GetUserAccessLoggingSettingsCommandOutput) => void
630
+ ): void;
631
+ getUserAccessLoggingSettings(
632
+ args: GetUserAccessLoggingSettingsCommandInput,
633
+ options: __HttpHandlerOptions,
634
+ cb: (err: any, data?: GetUserAccessLoggingSettingsCommandOutput) => void
635
+ ): void;
531
636
  getUserSettings(
532
637
  args: GetUserSettingsCommandInput,
533
638
  options?: __HttpHandlerOptions
@@ -632,6 +737,19 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
632
737
  options: __HttpHandlerOptions,
633
738
  cb: (err: any, data?: ListTrustStoresCommandOutput) => void
634
739
  ): void;
740
+ listUserAccessLoggingSettings(
741
+ args: ListUserAccessLoggingSettingsCommandInput,
742
+ options?: __HttpHandlerOptions
743
+ ): Promise<ListUserAccessLoggingSettingsCommandOutput>;
744
+ listUserAccessLoggingSettings(
745
+ args: ListUserAccessLoggingSettingsCommandInput,
746
+ cb: (err: any, data?: ListUserAccessLoggingSettingsCommandOutput) => void
747
+ ): void;
748
+ listUserAccessLoggingSettings(
749
+ args: ListUserAccessLoggingSettingsCommandInput,
750
+ options: __HttpHandlerOptions,
751
+ cb: (err: any, data?: ListUserAccessLoggingSettingsCommandOutput) => void
752
+ ): void;
635
753
  listUserSettings(
636
754
  args: ListUserSettingsCommandInput,
637
755
  options?: __HttpHandlerOptions
@@ -736,6 +854,19 @@ export declare class WorkSpacesWeb extends WorkSpacesWebClient {
736
854
  options: __HttpHandlerOptions,
737
855
  cb: (err: any, data?: UpdateTrustStoreCommandOutput) => void
738
856
  ): void;
857
+ updateUserAccessLoggingSettings(
858
+ args: UpdateUserAccessLoggingSettingsCommandInput,
859
+ options?: __HttpHandlerOptions
860
+ ): Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
861
+ updateUserAccessLoggingSettings(
862
+ args: UpdateUserAccessLoggingSettingsCommandInput,
863
+ cb: (err: any, data?: UpdateUserAccessLoggingSettingsCommandOutput) => void
864
+ ): void;
865
+ updateUserAccessLoggingSettings(
866
+ args: UpdateUserAccessLoggingSettingsCommandInput,
867
+ options: __HttpHandlerOptions,
868
+ cb: (err: any, data?: UpdateUserAccessLoggingSettingsCommandOutput) => void
869
+ ): void;
739
870
  updateUserSettings(
740
871
  args: UpdateUserSettingsCommandInput,
741
872
  options?: __HttpHandlerOptions
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -54,6 +55,10 @@ import {
54
55
  AssociateTrustStoreCommandInput,
55
56
  AssociateTrustStoreCommandOutput,
56
57
  } from "./commands/AssociateTrustStoreCommand";
58
+ import {
59
+ AssociateUserAccessLoggingSettingsCommandInput,
60
+ AssociateUserAccessLoggingSettingsCommandOutput,
61
+ } from "./commands/AssociateUserAccessLoggingSettingsCommand";
57
62
  import {
58
63
  AssociateUserSettingsCommandInput,
59
64
  AssociateUserSettingsCommandOutput,
@@ -78,6 +83,10 @@ import {
78
83
  CreateTrustStoreCommandInput,
79
84
  CreateTrustStoreCommandOutput,
80
85
  } from "./commands/CreateTrustStoreCommand";
86
+ import {
87
+ CreateUserAccessLoggingSettingsCommandInput,
88
+ CreateUserAccessLoggingSettingsCommandOutput,
89
+ } from "./commands/CreateUserAccessLoggingSettingsCommand";
81
90
  import {
82
91
  CreateUserSettingsCommandInput,
83
92
  CreateUserSettingsCommandOutput,
@@ -102,6 +111,10 @@ import {
102
111
  DeleteTrustStoreCommandInput,
103
112
  DeleteTrustStoreCommandOutput,
104
113
  } from "./commands/DeleteTrustStoreCommand";
114
+ import {
115
+ DeleteUserAccessLoggingSettingsCommandInput,
116
+ DeleteUserAccessLoggingSettingsCommandOutput,
117
+ } from "./commands/DeleteUserAccessLoggingSettingsCommand";
105
118
  import {
106
119
  DeleteUserSettingsCommandInput,
107
120
  DeleteUserSettingsCommandOutput,
@@ -118,6 +131,10 @@ import {
118
131
  DisassociateTrustStoreCommandInput,
119
132
  DisassociateTrustStoreCommandOutput,
120
133
  } from "./commands/DisassociateTrustStoreCommand";
134
+ import {
135
+ DisassociateUserAccessLoggingSettingsCommandInput,
136
+ DisassociateUserAccessLoggingSettingsCommandOutput,
137
+ } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
121
138
  import {
122
139
  DisassociateUserSettingsCommandInput,
123
140
  DisassociateUserSettingsCommandOutput,
@@ -150,6 +167,10 @@ import {
150
167
  GetTrustStoreCommandInput,
151
168
  GetTrustStoreCommandOutput,
152
169
  } from "./commands/GetTrustStoreCommand";
170
+ import {
171
+ GetUserAccessLoggingSettingsCommandInput,
172
+ GetUserAccessLoggingSettingsCommandOutput,
173
+ } from "./commands/GetUserAccessLoggingSettingsCommand";
153
174
  import {
154
175
  GetUserSettingsCommandInput,
155
176
  GetUserSettingsCommandOutput,
@@ -182,6 +203,10 @@ import {
182
203
  ListTrustStoresCommandInput,
183
204
  ListTrustStoresCommandOutput,
184
205
  } from "./commands/ListTrustStoresCommand";
206
+ import {
207
+ ListUserAccessLoggingSettingsCommandInput,
208
+ ListUserAccessLoggingSettingsCommandOutput,
209
+ } from "./commands/ListUserAccessLoggingSettingsCommand";
185
210
  import {
186
211
  ListUserSettingsCommandInput,
187
212
  ListUserSettingsCommandOutput,
@@ -214,30 +239,43 @@ import {
214
239
  UpdateTrustStoreCommandInput,
215
240
  UpdateTrustStoreCommandOutput,
216
241
  } from "./commands/UpdateTrustStoreCommand";
242
+ import {
243
+ UpdateUserAccessLoggingSettingsCommandInput,
244
+ UpdateUserAccessLoggingSettingsCommandOutput,
245
+ } from "./commands/UpdateUserAccessLoggingSettingsCommand";
217
246
  import {
218
247
  UpdateUserSettingsCommandInput,
219
248
  UpdateUserSettingsCommandOutput,
220
249
  } from "./commands/UpdateUserSettingsCommand";
250
+ import {
251
+ ClientInputEndpointParameters,
252
+ ClientResolvedEndpointParameters,
253
+ EndpointParameters,
254
+ } from "./endpoint/EndpointParameters";
221
255
  export declare type ServiceInputTypes =
222
256
  | AssociateBrowserSettingsCommandInput
223
257
  | AssociateNetworkSettingsCommandInput
224
258
  | AssociateTrustStoreCommandInput
259
+ | AssociateUserAccessLoggingSettingsCommandInput
225
260
  | AssociateUserSettingsCommandInput
226
261
  | CreateBrowserSettingsCommandInput
227
262
  | CreateIdentityProviderCommandInput
228
263
  | CreateNetworkSettingsCommandInput
229
264
  | CreatePortalCommandInput
230
265
  | CreateTrustStoreCommandInput
266
+ | CreateUserAccessLoggingSettingsCommandInput
231
267
  | CreateUserSettingsCommandInput
232
268
  | DeleteBrowserSettingsCommandInput
233
269
  | DeleteIdentityProviderCommandInput
234
270
  | DeleteNetworkSettingsCommandInput
235
271
  | DeletePortalCommandInput
236
272
  | DeleteTrustStoreCommandInput
273
+ | DeleteUserAccessLoggingSettingsCommandInput
237
274
  | DeleteUserSettingsCommandInput
238
275
  | DisassociateBrowserSettingsCommandInput
239
276
  | DisassociateNetworkSettingsCommandInput
240
277
  | DisassociateTrustStoreCommandInput
278
+ | DisassociateUserAccessLoggingSettingsCommandInput
241
279
  | DisassociateUserSettingsCommandInput
242
280
  | GetBrowserSettingsCommandInput
243
281
  | GetIdentityProviderCommandInput
@@ -246,6 +284,7 @@ export declare type ServiceInputTypes =
246
284
  | GetPortalServiceProviderMetadataCommandInput
247
285
  | GetTrustStoreCertificateCommandInput
248
286
  | GetTrustStoreCommandInput
287
+ | GetUserAccessLoggingSettingsCommandInput
249
288
  | GetUserSettingsCommandInput
250
289
  | ListBrowserSettingsCommandInput
251
290
  | ListIdentityProvidersCommandInput
@@ -254,6 +293,7 @@ export declare type ServiceInputTypes =
254
293
  | ListTagsForResourceCommandInput
255
294
  | ListTrustStoreCertificatesCommandInput
256
295
  | ListTrustStoresCommandInput
296
+ | ListUserAccessLoggingSettingsCommandInput
257
297
  | ListUserSettingsCommandInput
258
298
  | TagResourceCommandInput
259
299
  | UntagResourceCommandInput
@@ -262,27 +302,32 @@ export declare type ServiceInputTypes =
262
302
  | UpdateNetworkSettingsCommandInput
263
303
  | UpdatePortalCommandInput
264
304
  | UpdateTrustStoreCommandInput
305
+ | UpdateUserAccessLoggingSettingsCommandInput
265
306
  | UpdateUserSettingsCommandInput;
266
307
  export declare type ServiceOutputTypes =
267
308
  | AssociateBrowserSettingsCommandOutput
268
309
  | AssociateNetworkSettingsCommandOutput
269
310
  | AssociateTrustStoreCommandOutput
311
+ | AssociateUserAccessLoggingSettingsCommandOutput
270
312
  | AssociateUserSettingsCommandOutput
271
313
  | CreateBrowserSettingsCommandOutput
272
314
  | CreateIdentityProviderCommandOutput
273
315
  | CreateNetworkSettingsCommandOutput
274
316
  | CreatePortalCommandOutput
275
317
  | CreateTrustStoreCommandOutput
318
+ | CreateUserAccessLoggingSettingsCommandOutput
276
319
  | CreateUserSettingsCommandOutput
277
320
  | DeleteBrowserSettingsCommandOutput
278
321
  | DeleteIdentityProviderCommandOutput
279
322
  | DeleteNetworkSettingsCommandOutput
280
323
  | DeletePortalCommandOutput
281
324
  | DeleteTrustStoreCommandOutput
325
+ | DeleteUserAccessLoggingSettingsCommandOutput
282
326
  | DeleteUserSettingsCommandOutput
283
327
  | DisassociateBrowserSettingsCommandOutput
284
328
  | DisassociateNetworkSettingsCommandOutput
285
329
  | DisassociateTrustStoreCommandOutput
330
+ | DisassociateUserAccessLoggingSettingsCommandOutput
286
331
  | DisassociateUserSettingsCommandOutput
287
332
  | GetBrowserSettingsCommandOutput
288
333
  | GetIdentityProviderCommandOutput
@@ -291,6 +336,7 @@ export declare type ServiceOutputTypes =
291
336
  | GetPortalServiceProviderMetadataCommandOutput
292
337
  | GetTrustStoreCertificateCommandOutput
293
338
  | GetTrustStoreCommandOutput
339
+ | GetUserAccessLoggingSettingsCommandOutput
294
340
  | GetUserSettingsCommandOutput
295
341
  | ListBrowserSettingsCommandOutput
296
342
  | ListIdentityProvidersCommandOutput
@@ -299,6 +345,7 @@ export declare type ServiceOutputTypes =
299
345
  | ListTagsForResourceCommandOutput
300
346
  | ListTrustStoreCertificatesCommandOutput
301
347
  | ListTrustStoresCommandOutput
348
+ | ListUserAccessLoggingSettingsCommandOutput
302
349
  | ListUserSettingsCommandOutput
303
350
  | TagResourceCommandOutput
304
351
  | UntagResourceCommandOutput
@@ -307,6 +354,7 @@ export declare type ServiceOutputTypes =
307
354
  | UpdateNetworkSettingsCommandOutput
308
355
  | UpdatePortalCommandOutput
309
356
  | UpdateTrustStoreCommandOutput
357
+ | UpdateUserAccessLoggingSettingsCommandOutput
310
358
  | UpdateUserSettingsCommandOutput;
311
359
  export interface ClientDefaults
312
360
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -329,7 +377,6 @@ export interface ClientDefaults
329
377
  serviceId?: string;
330
378
  region?: string | __Provider<string>;
331
379
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
332
- regionInfoProvider?: RegionInfoProvider;
333
380
  defaultUserAgentProvider?: Provider<__UserAgent>;
334
381
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
335
382
  }
@@ -338,22 +385,24 @@ declare type WorkSpacesWebClientConfigType = Partial<
338
385
  > &
339
386
  ClientDefaults &
340
387
  RegionInputConfig &
341
- EndpointsInputConfig &
388
+ EndpointInputConfig<EndpointParameters> &
342
389
  RetryInputConfig &
343
390
  HostHeaderInputConfig &
344
391
  AwsAuthInputConfig &
345
- UserAgentInputConfig;
392
+ UserAgentInputConfig &
393
+ ClientInputEndpointParameters;
346
394
  export interface WorkSpacesWebClientConfig
347
395
  extends WorkSpacesWebClientConfigType {}
348
396
  declare type WorkSpacesWebClientResolvedConfigType =
349
397
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
350
398
  Required<ClientDefaults> &
351
399
  RegionResolvedConfig &
352
- EndpointsResolvedConfig &
400
+ EndpointResolvedConfig<EndpointParameters> &
353
401
  RetryResolvedConfig &
354
402
  HostHeaderResolvedConfig &
355
403
  AwsAuthResolvedConfig &
356
- UserAgentResolvedConfig;
404
+ UserAgentResolvedConfig &
405
+ ClientResolvedEndpointParameters;
357
406
  export interface WorkSpacesWebClientResolvedConfig
358
407
  extends WorkSpacesWebClientResolvedConfigType {}
359
408
  export declare class WorkSpacesWebClient extends __Client<
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociateBrowserSettingsCommand extends $Command<
25
26
  WorkSpacesWebClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociateBrowserSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateBrowserSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociateNetworkSettingsCommand extends $Command<
25
26
  WorkSpacesWebClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociateNetworkSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateNetworkSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociateTrustStoreCommand extends $Command<
25
26
  WorkSpacesWebClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociateTrustStoreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateTrustStoreCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AssociateUserAccessLoggingSettingsRequest,
11
+ AssociateUserAccessLoggingSettingsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ WorkSpacesWebClientResolvedConfig,
17
+ } from "../WorkSpacesWebClient";
18
+ export interface AssociateUserAccessLoggingSettingsCommandInput
19
+ extends AssociateUserAccessLoggingSettingsRequest {}
20
+ export interface AssociateUserAccessLoggingSettingsCommandOutput
21
+ extends AssociateUserAccessLoggingSettingsResponse,
22
+ __MetadataBearer {}
23
+ export declare class AssociateUserAccessLoggingSettingsCommand extends $Command<
24
+ AssociateUserAccessLoggingSettingsCommandInput,
25
+ AssociateUserAccessLoggingSettingsCommandOutput,
26
+ WorkSpacesWebClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateUserAccessLoggingSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: AssociateUserAccessLoggingSettingsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesWebClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateUserAccessLoggingSettingsCommandInput,
37
+ AssociateUserAccessLoggingSettingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociateUserSettingsCommand extends $Command<
25
26
  WorkSpacesWebClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociateUserSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateUserSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateBrowserSettingsCommand extends $Command<
25
26
  WorkSpacesWebClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateBrowserSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateBrowserSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateIdentityProviderCommand extends $Command<
25
26
  WorkSpacesWebClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateIdentityProviderCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateIdentityProviderCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateNetworkSettingsCommand extends $Command<
25
26
  WorkSpacesWebClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateNetworkSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateNetworkSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class CreatePortalCommand extends $Command<
21
22
  WorkSpacesWebClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreatePortalCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreatePortalCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateTrustStoreCommand extends $Command<
24
25
  WorkSpacesWebClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateTrustStoreCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateTrustStoreCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CreateUserAccessLoggingSettingsRequest,
11
+ CreateUserAccessLoggingSettingsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ WorkSpacesWebClientResolvedConfig,
17
+ } from "../WorkSpacesWebClient";
18
+ export interface CreateUserAccessLoggingSettingsCommandInput
19
+ extends CreateUserAccessLoggingSettingsRequest {}
20
+ export interface CreateUserAccessLoggingSettingsCommandOutput
21
+ extends CreateUserAccessLoggingSettingsResponse,
22
+ __MetadataBearer {}
23
+ export declare class CreateUserAccessLoggingSettingsCommand extends $Command<
24
+ CreateUserAccessLoggingSettingsCommandInput,
25
+ CreateUserAccessLoggingSettingsCommandOutput,
26
+ WorkSpacesWebClientResolvedConfig
27
+ > {
28
+ readonly input: CreateUserAccessLoggingSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreateUserAccessLoggingSettingsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesWebClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateUserAccessLoggingSettingsCommandInput,
37
+ CreateUserAccessLoggingSettingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateUserSettingsCommand extends $Command<
25
26
  WorkSpacesWebClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateUserSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateUserSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,