@aws-sdk/client-workspaces-web 3.190.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 +11 -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 +4 -3
  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
@@ -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
+ UpdateUserAccessLoggingSettingsRequest,
11
+ UpdateUserAccessLoggingSettingsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ WorkSpacesWebClientResolvedConfig,
17
+ } from "../WorkSpacesWebClient";
18
+ export interface UpdateUserAccessLoggingSettingsCommandInput
19
+ extends UpdateUserAccessLoggingSettingsRequest {}
20
+ export interface UpdateUserAccessLoggingSettingsCommandOutput
21
+ extends UpdateUserAccessLoggingSettingsResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateUserAccessLoggingSettingsCommand extends $Command<
24
+ UpdateUserAccessLoggingSettingsCommandInput,
25
+ UpdateUserAccessLoggingSettingsCommandOutput,
26
+ WorkSpacesWebClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateUserAccessLoggingSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateUserAccessLoggingSettingsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesWebClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateUserAccessLoggingSettingsCommandInput,
37
+ UpdateUserAccessLoggingSettingsCommandOutput
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 UpdateUserSettingsCommand extends $Command<
25
26
  WorkSpacesWebClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateUserSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateUserSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,22 +1,26 @@
1
1
  export * from "./AssociateBrowserSettingsCommand";
2
2
  export * from "./AssociateNetworkSettingsCommand";
3
3
  export * from "./AssociateTrustStoreCommand";
4
+ export * from "./AssociateUserAccessLoggingSettingsCommand";
4
5
  export * from "./AssociateUserSettingsCommand";
5
6
  export * from "./CreateBrowserSettingsCommand";
6
7
  export * from "./CreateIdentityProviderCommand";
7
8
  export * from "./CreateNetworkSettingsCommand";
8
9
  export * from "./CreatePortalCommand";
9
10
  export * from "./CreateTrustStoreCommand";
11
+ export * from "./CreateUserAccessLoggingSettingsCommand";
10
12
  export * from "./CreateUserSettingsCommand";
11
13
  export * from "./DeleteBrowserSettingsCommand";
12
14
  export * from "./DeleteIdentityProviderCommand";
13
15
  export * from "./DeleteNetworkSettingsCommand";
14
16
  export * from "./DeletePortalCommand";
15
17
  export * from "./DeleteTrustStoreCommand";
18
+ export * from "./DeleteUserAccessLoggingSettingsCommand";
16
19
  export * from "./DeleteUserSettingsCommand";
17
20
  export * from "./DisassociateBrowserSettingsCommand";
18
21
  export * from "./DisassociateNetworkSettingsCommand";
19
22
  export * from "./DisassociateTrustStoreCommand";
23
+ export * from "./DisassociateUserAccessLoggingSettingsCommand";
20
24
  export * from "./DisassociateUserSettingsCommand";
21
25
  export * from "./GetBrowserSettingsCommand";
22
26
  export * from "./GetIdentityProviderCommand";
@@ -25,6 +29,7 @@ export * from "./GetPortalCommand";
25
29
  export * from "./GetPortalServiceProviderMetadataCommand";
26
30
  export * from "./GetTrustStoreCertificateCommand";
27
31
  export * from "./GetTrustStoreCommand";
32
+ export * from "./GetUserAccessLoggingSettingsCommand";
28
33
  export * from "./GetUserSettingsCommand";
29
34
  export * from "./ListBrowserSettingsCommand";
30
35
  export * from "./ListIdentityProvidersCommand";
@@ -33,6 +38,7 @@ export * from "./ListPortalsCommand";
33
38
  export * from "./ListTagsForResourceCommand";
34
39
  export * from "./ListTrustStoreCertificatesCommand";
35
40
  export * from "./ListTrustStoresCommand";
41
+ export * from "./ListUserAccessLoggingSettingsCommand";
36
42
  export * from "./ListUserSettingsCommand";
37
43
  export * from "./TagResourceCommand";
38
44
  export * from "./UntagResourceCommand";
@@ -41,4 +47,5 @@ export * from "./UpdateIdentityProviderCommand";
41
47
  export * from "./UpdateNetworkSettingsCommand";
42
48
  export * from "./UpdatePortalCommand";
43
49
  export * from "./UpdateTrustStoreCommand";
50
+ export * from "./UpdateUserAccessLoggingSettingsCommand";
44
51
  export * from "./UpdateUserSettingsCommand";
@@ -0,0 +1,26 @@
1
+ import {
2
+ EndpointParameters as __EndpointParameters,
3
+ Provider,
4
+ } from "@aws-sdk/types";
5
+ export interface ClientInputEndpointParameters {
6
+ region?: string | Provider<string>;
7
+ useDualstackEndpoint?: boolean | Provider<boolean>;
8
+ useFipsEndpoint?: boolean | Provider<boolean>;
9
+ endpoint?: string | Provider<string>;
10
+ }
11
+ export declare type ClientResolvedEndpointParameters =
12
+ ClientInputEndpointParameters & {
13
+ defaultSigningName: string;
14
+ };
15
+ export declare const resolveClientEndpointParameters: <T>(
16
+ options: T & ClientInputEndpointParameters
17
+ ) => T &
18
+ ClientInputEndpointParameters & {
19
+ defaultSigningName: string;
20
+ };
21
+ export interface EndpointParameters extends __EndpointParameters {
22
+ Region: string;
23
+ UseDualStack?: boolean;
24
+ UseFIPS?: boolean;
25
+ Endpoint?: string;
26
+ }
@@ -0,0 +1,8 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "../endpoint/EndpointParameters";
3
+ export declare const defaultEndpointResolver: (
4
+ endpointParams: EndpointParameters,
5
+ context?: {
6
+ logger?: Logger;
7
+ }
8
+ ) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -84,6 +84,14 @@ export interface AssociateTrustStoreResponse {
84
84
  portalArn: string | undefined;
85
85
  trustStoreArn: string | undefined;
86
86
  }
87
+ export interface AssociateUserAccessLoggingSettingsRequest {
88
+ portalArn: string | undefined;
89
+ userAccessLoggingSettingsArn: string | undefined;
90
+ }
91
+ export interface AssociateUserAccessLoggingSettingsResponse {
92
+ portalArn: string | undefined;
93
+ userAccessLoggingSettingsArn: string | undefined;
94
+ }
87
95
  export interface AssociateUserSettingsRequest {
88
96
  portalArn: string | undefined;
89
97
  userSettingsArn: string | undefined;
@@ -164,6 +172,14 @@ export interface CreateTrustStoreRequest {
164
172
  export interface CreateTrustStoreResponse {
165
173
  trustStoreArn: string | undefined;
166
174
  }
175
+ export interface CreateUserAccessLoggingSettingsRequest {
176
+ kinesisStreamArn: string | undefined;
177
+ tags?: Tag[];
178
+ clientToken?: string;
179
+ }
180
+ export interface CreateUserAccessLoggingSettingsResponse {
181
+ userAccessLoggingSettingsArn: string | undefined;
182
+ }
167
183
  export declare enum EnabledType {
168
184
  DISABLED = "Disabled",
169
185
  ENABLED = "Enabled",
@@ -202,6 +218,10 @@ export interface DeleteTrustStoreRequest {
202
218
  trustStoreArn: string | undefined;
203
219
  }
204
220
  export interface DeleteTrustStoreResponse {}
221
+ export interface DeleteUserAccessLoggingSettingsRequest {
222
+ userAccessLoggingSettingsArn: string | undefined;
223
+ }
224
+ export interface DeleteUserAccessLoggingSettingsResponse {}
205
225
  export interface DeleteUserSettingsRequest {
206
226
  userSettingsArn: string | undefined;
207
227
  }
@@ -218,6 +238,10 @@ export interface DisassociateTrustStoreRequest {
218
238
  portalArn: string | undefined;
219
239
  }
220
240
  export interface DisassociateTrustStoreResponse {}
241
+ export interface DisassociateUserAccessLoggingSettingsRequest {
242
+ portalArn: string | undefined;
243
+ }
244
+ export interface DisassociateUserAccessLoggingSettingsResponse {}
221
245
  export interface DisassociateUserSettingsRequest {
222
246
  portalArn: string | undefined;
223
247
  }
@@ -285,6 +309,7 @@ export interface Portal {
285
309
  networkSettingsArn?: string;
286
310
  trustStoreArn?: string;
287
311
  statusReason?: string;
312
+ userAccessLoggingSettingsArn?: string;
288
313
  }
289
314
  export interface GetPortalResponse {
290
315
  portal?: Portal;
@@ -322,6 +347,17 @@ export interface GetTrustStoreCertificateResponse {
322
347
  trustStoreArn?: string;
323
348
  certificate?: Certificate;
324
349
  }
350
+ export interface GetUserAccessLoggingSettingsRequest {
351
+ userAccessLoggingSettingsArn: string | undefined;
352
+ }
353
+ export interface UserAccessLoggingSettings {
354
+ userAccessLoggingSettingsArn: string | undefined;
355
+ associatedPortalArns?: string[];
356
+ kinesisStreamArn?: string;
357
+ }
358
+ export interface GetUserAccessLoggingSettingsResponse {
359
+ userAccessLoggingSettings?: UserAccessLoggingSettings;
360
+ }
325
361
  export interface GetUserSettingsRequest {
326
362
  userSettingsArn: string | undefined;
327
363
  }
@@ -392,6 +428,7 @@ export interface PortalSummary {
392
428
  userSettingsArn?: string;
393
429
  networkSettingsArn?: string;
394
430
  trustStoreArn?: string;
431
+ userAccessLoggingSettingsArn?: string;
395
432
  }
396
433
  export interface ListPortalsResponse {
397
434
  portals?: PortalSummary[];
@@ -431,6 +468,18 @@ export interface ListTrustStoresResponse {
431
468
  trustStores?: TrustStoreSummary[];
432
469
  nextToken?: string;
433
470
  }
471
+ export interface ListUserAccessLoggingSettingsRequest {
472
+ nextToken?: string;
473
+ maxResults?: number;
474
+ }
475
+ export interface UserAccessLoggingSettingsSummary {
476
+ userAccessLoggingSettingsArn?: string;
477
+ kinesisStreamArn?: string;
478
+ }
479
+ export interface ListUserAccessLoggingSettingsResponse {
480
+ userAccessLoggingSettings?: UserAccessLoggingSettingsSummary[];
481
+ nextToken?: string;
482
+ }
434
483
  export interface ListUserSettingsRequest {
435
484
  nextToken?: string;
436
485
  maxResults?: number;
@@ -512,6 +561,14 @@ export interface UpdateTrustStoreRequest {
512
561
  export interface UpdateTrustStoreResponse {
513
562
  trustStoreArn: string | undefined;
514
563
  }
564
+ export interface UpdateUserAccessLoggingSettingsRequest {
565
+ userAccessLoggingSettingsArn: string | undefined;
566
+ kinesisStreamArn?: string;
567
+ clientToken?: string;
568
+ }
569
+ export interface UpdateUserAccessLoggingSettingsResponse {
570
+ userAccessLoggingSettings: UserAccessLoggingSettings | undefined;
571
+ }
515
572
  export interface UpdateUserSettingsRequest {
516
573
  userSettingsArn: string | undefined;
517
574
  copyAllowed?: EnabledType | string;
@@ -547,6 +604,12 @@ export declare const AssociateTrustStoreRequestFilterSensitiveLog: (
547
604
  export declare const AssociateTrustStoreResponseFilterSensitiveLog: (
548
605
  obj: AssociateTrustStoreResponse
549
606
  ) => any;
607
+ export declare const AssociateUserAccessLoggingSettingsRequestFilterSensitiveLog: (
608
+ obj: AssociateUserAccessLoggingSettingsRequest
609
+ ) => any;
610
+ export declare const AssociateUserAccessLoggingSettingsResponseFilterSensitiveLog: (
611
+ obj: AssociateUserAccessLoggingSettingsResponse
612
+ ) => any;
550
613
  export declare const AssociateUserSettingsRequestFilterSensitiveLog: (
551
614
  obj: AssociateUserSettingsRequest
552
615
  ) => any;
@@ -584,6 +647,12 @@ export declare const CreateTrustStoreRequestFilterSensitiveLog: (
584
647
  export declare const CreateTrustStoreResponseFilterSensitiveLog: (
585
648
  obj: CreateTrustStoreResponse
586
649
  ) => any;
650
+ export declare const CreateUserAccessLoggingSettingsRequestFilterSensitiveLog: (
651
+ obj: CreateUserAccessLoggingSettingsRequest
652
+ ) => any;
653
+ export declare const CreateUserAccessLoggingSettingsResponseFilterSensitiveLog: (
654
+ obj: CreateUserAccessLoggingSettingsResponse
655
+ ) => any;
587
656
  export declare const CreateUserSettingsRequestFilterSensitiveLog: (
588
657
  obj: CreateUserSettingsRequest
589
658
  ) => any;
@@ -620,6 +689,12 @@ export declare const DeleteTrustStoreRequestFilterSensitiveLog: (
620
689
  export declare const DeleteTrustStoreResponseFilterSensitiveLog: (
621
690
  obj: DeleteTrustStoreResponse
622
691
  ) => any;
692
+ export declare const DeleteUserAccessLoggingSettingsRequestFilterSensitiveLog: (
693
+ obj: DeleteUserAccessLoggingSettingsRequest
694
+ ) => any;
695
+ export declare const DeleteUserAccessLoggingSettingsResponseFilterSensitiveLog: (
696
+ obj: DeleteUserAccessLoggingSettingsResponse
697
+ ) => any;
623
698
  export declare const DeleteUserSettingsRequestFilterSensitiveLog: (
624
699
  obj: DeleteUserSettingsRequest
625
700
  ) => any;
@@ -644,6 +719,12 @@ export declare const DisassociateTrustStoreRequestFilterSensitiveLog: (
644
719
  export declare const DisassociateTrustStoreResponseFilterSensitiveLog: (
645
720
  obj: DisassociateTrustStoreResponse
646
721
  ) => any;
722
+ export declare const DisassociateUserAccessLoggingSettingsRequestFilterSensitiveLog: (
723
+ obj: DisassociateUserAccessLoggingSettingsRequest
724
+ ) => any;
725
+ export declare const DisassociateUserAccessLoggingSettingsResponseFilterSensitiveLog: (
726
+ obj: DisassociateUserAccessLoggingSettingsResponse
727
+ ) => any;
647
728
  export declare const DisassociateUserSettingsRequestFilterSensitiveLog: (
648
729
  obj: DisassociateUserSettingsRequest
649
730
  ) => any;
@@ -704,6 +785,15 @@ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
704
785
  export declare const GetTrustStoreCertificateResponseFilterSensitiveLog: (
705
786
  obj: GetTrustStoreCertificateResponse
706
787
  ) => any;
788
+ export declare const GetUserAccessLoggingSettingsRequestFilterSensitiveLog: (
789
+ obj: GetUserAccessLoggingSettingsRequest
790
+ ) => any;
791
+ export declare const UserAccessLoggingSettingsFilterSensitiveLog: (
792
+ obj: UserAccessLoggingSettings
793
+ ) => any;
794
+ export declare const GetUserAccessLoggingSettingsResponseFilterSensitiveLog: (
795
+ obj: GetUserAccessLoggingSettingsResponse
796
+ ) => any;
707
797
  export declare const GetUserSettingsRequestFilterSensitiveLog: (
708
798
  obj: GetUserSettingsRequest
709
799
  ) => any;
@@ -771,6 +861,15 @@ export declare const TrustStoreSummaryFilterSensitiveLog: (
771
861
  export declare const ListTrustStoresResponseFilterSensitiveLog: (
772
862
  obj: ListTrustStoresResponse
773
863
  ) => any;
864
+ export declare const ListUserAccessLoggingSettingsRequestFilterSensitiveLog: (
865
+ obj: ListUserAccessLoggingSettingsRequest
866
+ ) => any;
867
+ export declare const UserAccessLoggingSettingsSummaryFilterSensitiveLog: (
868
+ obj: UserAccessLoggingSettingsSummary
869
+ ) => any;
870
+ export declare const ListUserAccessLoggingSettingsResponseFilterSensitiveLog: (
871
+ obj: ListUserAccessLoggingSettingsResponse
872
+ ) => any;
774
873
  export declare const ListUserSettingsRequestFilterSensitiveLog: (
775
874
  obj: ListUserSettingsRequest
776
875
  ) => any;
@@ -822,6 +921,12 @@ export declare const UpdateTrustStoreRequestFilterSensitiveLog: (
822
921
  export declare const UpdateTrustStoreResponseFilterSensitiveLog: (
823
922
  obj: UpdateTrustStoreResponse
824
923
  ) => any;
924
+ export declare const UpdateUserAccessLoggingSettingsRequestFilterSensitiveLog: (
925
+ obj: UpdateUserAccessLoggingSettingsRequest
926
+ ) => any;
927
+ export declare const UpdateUserAccessLoggingSettingsResponseFilterSensitiveLog: (
928
+ obj: UpdateUserAccessLoggingSettingsResponse
929
+ ) => any;
825
930
  export declare const UpdateUserSettingsRequestFilterSensitiveLog: (
826
931
  obj: UpdateUserSettingsRequest
827
932
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListUserAccessLoggingSettingsCommandInput,
4
+ ListUserAccessLoggingSettingsCommandOutput,
5
+ } from "../commands/ListUserAccessLoggingSettingsCommand";
6
+ import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListUserAccessLoggingSettings(
8
+ config: WorkSpacesWebPaginationConfiguration,
9
+ input: ListUserAccessLoggingSettingsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListUserAccessLoggingSettingsCommandOutput>;
@@ -5,4 +5,5 @@ export * from "./ListNetworkSettingsPaginator";
5
5
  export * from "./ListPortalsPaginator";
6
6
  export * from "./ListTrustStoreCertificatesPaginator";
7
7
  export * from "./ListTrustStoresPaginator";
8
+ export * from "./ListUserAccessLoggingSettingsPaginator";
8
9
  export * from "./ListUserSettingsPaginator";
@@ -15,6 +15,10 @@ import {
15
15
  AssociateTrustStoreCommandInput,
16
16
  AssociateTrustStoreCommandOutput,
17
17
  } from "../commands/AssociateTrustStoreCommand";
18
+ import {
19
+ AssociateUserAccessLoggingSettingsCommandInput,
20
+ AssociateUserAccessLoggingSettingsCommandOutput,
21
+ } from "../commands/AssociateUserAccessLoggingSettingsCommand";
18
22
  import {
19
23
  AssociateUserSettingsCommandInput,
20
24
  AssociateUserSettingsCommandOutput,
@@ -39,6 +43,10 @@ import {
39
43
  CreateTrustStoreCommandInput,
40
44
  CreateTrustStoreCommandOutput,
41
45
  } from "../commands/CreateTrustStoreCommand";
46
+ import {
47
+ CreateUserAccessLoggingSettingsCommandInput,
48
+ CreateUserAccessLoggingSettingsCommandOutput,
49
+ } from "../commands/CreateUserAccessLoggingSettingsCommand";
42
50
  import {
43
51
  CreateUserSettingsCommandInput,
44
52
  CreateUserSettingsCommandOutput,
@@ -63,6 +71,10 @@ import {
63
71
  DeleteTrustStoreCommandInput,
64
72
  DeleteTrustStoreCommandOutput,
65
73
  } from "../commands/DeleteTrustStoreCommand";
74
+ import {
75
+ DeleteUserAccessLoggingSettingsCommandInput,
76
+ DeleteUserAccessLoggingSettingsCommandOutput,
77
+ } from "../commands/DeleteUserAccessLoggingSettingsCommand";
66
78
  import {
67
79
  DeleteUserSettingsCommandInput,
68
80
  DeleteUserSettingsCommandOutput,
@@ -79,6 +91,10 @@ import {
79
91
  DisassociateTrustStoreCommandInput,
80
92
  DisassociateTrustStoreCommandOutput,
81
93
  } from "../commands/DisassociateTrustStoreCommand";
94
+ import {
95
+ DisassociateUserAccessLoggingSettingsCommandInput,
96
+ DisassociateUserAccessLoggingSettingsCommandOutput,
97
+ } from "../commands/DisassociateUserAccessLoggingSettingsCommand";
82
98
  import {
83
99
  DisassociateUserSettingsCommandInput,
84
100
  DisassociateUserSettingsCommandOutput,
@@ -111,6 +127,10 @@ import {
111
127
  GetTrustStoreCommandInput,
112
128
  GetTrustStoreCommandOutput,
113
129
  } from "../commands/GetTrustStoreCommand";
130
+ import {
131
+ GetUserAccessLoggingSettingsCommandInput,
132
+ GetUserAccessLoggingSettingsCommandOutput,
133
+ } from "../commands/GetUserAccessLoggingSettingsCommand";
114
134
  import {
115
135
  GetUserSettingsCommandInput,
116
136
  GetUserSettingsCommandOutput,
@@ -143,6 +163,10 @@ import {
143
163
  ListTrustStoresCommandInput,
144
164
  ListTrustStoresCommandOutput,
145
165
  } from "../commands/ListTrustStoresCommand";
166
+ import {
167
+ ListUserAccessLoggingSettingsCommandInput,
168
+ ListUserAccessLoggingSettingsCommandOutput,
169
+ } from "../commands/ListUserAccessLoggingSettingsCommand";
146
170
  import {
147
171
  ListUserSettingsCommandInput,
148
172
  ListUserSettingsCommandOutput,
@@ -175,6 +199,10 @@ import {
175
199
  UpdateTrustStoreCommandInput,
176
200
  UpdateTrustStoreCommandOutput,
177
201
  } from "../commands/UpdateTrustStoreCommand";
202
+ import {
203
+ UpdateUserAccessLoggingSettingsCommandInput,
204
+ UpdateUserAccessLoggingSettingsCommandOutput,
205
+ } from "../commands/UpdateUserAccessLoggingSettingsCommand";
178
206
  import {
179
207
  UpdateUserSettingsCommandInput,
180
208
  UpdateUserSettingsCommandOutput,
@@ -191,6 +219,10 @@ export declare const serializeAws_restJson1AssociateTrustStoreCommand: (
191
219
  input: AssociateTrustStoreCommandInput,
192
220
  context: __SerdeContext
193
221
  ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1AssociateUserAccessLoggingSettingsCommand: (
223
+ input: AssociateUserAccessLoggingSettingsCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
194
226
  export declare const serializeAws_restJson1AssociateUserSettingsCommand: (
195
227
  input: AssociateUserSettingsCommandInput,
196
228
  context: __SerdeContext
@@ -215,6 +247,10 @@ export declare const serializeAws_restJson1CreateTrustStoreCommand: (
215
247
  input: CreateTrustStoreCommandInput,
216
248
  context: __SerdeContext
217
249
  ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1CreateUserAccessLoggingSettingsCommand: (
251
+ input: CreateUserAccessLoggingSettingsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
218
254
  export declare const serializeAws_restJson1CreateUserSettingsCommand: (
219
255
  input: CreateUserSettingsCommandInput,
220
256
  context: __SerdeContext
@@ -239,6 +275,10 @@ export declare const serializeAws_restJson1DeleteTrustStoreCommand: (
239
275
  input: DeleteTrustStoreCommandInput,
240
276
  context: __SerdeContext
241
277
  ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1DeleteUserAccessLoggingSettingsCommand: (
279
+ input: DeleteUserAccessLoggingSettingsCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
242
282
  export declare const serializeAws_restJson1DeleteUserSettingsCommand: (
243
283
  input: DeleteUserSettingsCommandInput,
244
284
  context: __SerdeContext
@@ -255,6 +295,10 @@ export declare const serializeAws_restJson1DisassociateTrustStoreCommand: (
255
295
  input: DisassociateTrustStoreCommandInput,
256
296
  context: __SerdeContext
257
297
  ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand: (
299
+ input: DisassociateUserAccessLoggingSettingsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
258
302
  export declare const serializeAws_restJson1DisassociateUserSettingsCommand: (
259
303
  input: DisassociateUserSettingsCommandInput,
260
304
  context: __SerdeContext
@@ -287,6 +331,10 @@ export declare const serializeAws_restJson1GetTrustStoreCertificateCommand: (
287
331
  input: GetTrustStoreCertificateCommandInput,
288
332
  context: __SerdeContext
289
333
  ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1GetUserAccessLoggingSettingsCommand: (
335
+ input: GetUserAccessLoggingSettingsCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
290
338
  export declare const serializeAws_restJson1GetUserSettingsCommand: (
291
339
  input: GetUserSettingsCommandInput,
292
340
  context: __SerdeContext
@@ -319,6 +367,10 @@ export declare const serializeAws_restJson1ListTrustStoresCommand: (
319
367
  input: ListTrustStoresCommandInput,
320
368
  context: __SerdeContext
321
369
  ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1ListUserAccessLoggingSettingsCommand: (
371
+ input: ListUserAccessLoggingSettingsCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
322
374
  export declare const serializeAws_restJson1ListUserSettingsCommand: (
323
375
  input: ListUserSettingsCommandInput,
324
376
  context: __SerdeContext
@@ -351,6 +403,10 @@ export declare const serializeAws_restJson1UpdateTrustStoreCommand: (
351
403
  input: UpdateTrustStoreCommandInput,
352
404
  context: __SerdeContext
353
405
  ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand: (
407
+ input: UpdateUserAccessLoggingSettingsCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
354
410
  export declare const serializeAws_restJson1UpdateUserSettingsCommand: (
355
411
  input: UpdateUserSettingsCommandInput,
356
412
  context: __SerdeContext
@@ -367,6 +423,10 @@ export declare const deserializeAws_restJson1AssociateTrustStoreCommand: (
367
423
  output: __HttpResponse,
368
424
  context: __SerdeContext
369
425
  ) => Promise<AssociateTrustStoreCommandOutput>;
426
+ export declare const deserializeAws_restJson1AssociateUserAccessLoggingSettingsCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
370
430
  export declare const deserializeAws_restJson1AssociateUserSettingsCommand: (
371
431
  output: __HttpResponse,
372
432
  context: __SerdeContext
@@ -391,6 +451,10 @@ export declare const deserializeAws_restJson1CreateTrustStoreCommand: (
391
451
  output: __HttpResponse,
392
452
  context: __SerdeContext
393
453
  ) => Promise<CreateTrustStoreCommandOutput>;
454
+ export declare const deserializeAws_restJson1CreateUserAccessLoggingSettingsCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<CreateUserAccessLoggingSettingsCommandOutput>;
394
458
  export declare const deserializeAws_restJson1CreateUserSettingsCommand: (
395
459
  output: __HttpResponse,
396
460
  context: __SerdeContext
@@ -415,6 +479,10 @@ export declare const deserializeAws_restJson1DeleteTrustStoreCommand: (
415
479
  output: __HttpResponse,
416
480
  context: __SerdeContext
417
481
  ) => Promise<DeleteTrustStoreCommandOutput>;
482
+ export declare const deserializeAws_restJson1DeleteUserAccessLoggingSettingsCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
418
486
  export declare const deserializeAws_restJson1DeleteUserSettingsCommand: (
419
487
  output: __HttpResponse,
420
488
  context: __SerdeContext
@@ -431,6 +499,10 @@ export declare const deserializeAws_restJson1DisassociateTrustStoreCommand: (
431
499
  output: __HttpResponse,
432
500
  context: __SerdeContext
433
501
  ) => Promise<DisassociateTrustStoreCommandOutput>;
502
+ export declare const deserializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
434
506
  export declare const deserializeAws_restJson1DisassociateUserSettingsCommand: (
435
507
  output: __HttpResponse,
436
508
  context: __SerdeContext
@@ -463,6 +535,10 @@ export declare const deserializeAws_restJson1GetTrustStoreCertificateCommand: (
463
535
  output: __HttpResponse,
464
536
  context: __SerdeContext
465
537
  ) => Promise<GetTrustStoreCertificateCommandOutput>;
538
+ export declare const deserializeAws_restJson1GetUserAccessLoggingSettingsCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<GetUserAccessLoggingSettingsCommandOutput>;
466
542
  export declare const deserializeAws_restJson1GetUserSettingsCommand: (
467
543
  output: __HttpResponse,
468
544
  context: __SerdeContext
@@ -495,6 +571,10 @@ export declare const deserializeAws_restJson1ListTrustStoresCommand: (
495
571
  output: __HttpResponse,
496
572
  context: __SerdeContext
497
573
  ) => Promise<ListTrustStoresCommandOutput>;
574
+ export declare const deserializeAws_restJson1ListUserAccessLoggingSettingsCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<ListUserAccessLoggingSettingsCommandOutput>;
498
578
  export declare const deserializeAws_restJson1ListUserSettingsCommand: (
499
579
  output: __HttpResponse,
500
580
  context: __SerdeContext
@@ -527,6 +607,10 @@ export declare const deserializeAws_restJson1UpdateTrustStoreCommand: (
527
607
  output: __HttpResponse,
528
608
  context: __SerdeContext
529
609
  ) => Promise<UpdateTrustStoreCommandOutput>;
610
+ export declare const deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
530
614
  export declare const deserializeAws_restJson1UpdateUserSettingsCommand: (
531
615
  output: __HttpResponse,
532
616
  context: __SerdeContext
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
36
36
  disableHostPrefix: boolean;
37
37
  logger: import("@aws-sdk/types").Logger;
38
38
  serviceId: string;
39
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
40
39
  endpoint?:
41
- | string
42
- | import("@aws-sdk/types").Endpoint
43
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
40
+ | ((
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | import("@aws-sdk/types").EndpointV2
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
46
+ ) &
47
+ (string | import("@aws-sdk/types").Provider<string>))
44
48
  | undefined;
49
+ endpointProvider: (
50
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
51
+ context?: {
52
+ logger?: import("@aws-sdk/types").Logger | undefined;
53
+ }
54
+ ) => import("@aws-sdk/types").EndpointV2;
45
55
  tls?: boolean | undefined;
46
56
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
47
57
  credentials?:
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
36
36
  disableHostPrefix: boolean;
37
37
  logger: import("@aws-sdk/types").Logger;
38
38
  serviceId: string;
39
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
40
39
  endpoint?:
41
- | string
42
- | import("@aws-sdk/types").Endpoint
43
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
40
+ | ((
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | import("@aws-sdk/types").EndpointV2
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
46
+ ) &
47
+ (string | import("@aws-sdk/types").Provider<string>))
44
48
  | undefined;
49
+ endpointProvider: (
50
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
51
+ context?: {
52
+ logger?: import("@aws-sdk/types").Logger | undefined;
53
+ }
54
+ ) => import("@aws-sdk/types").EndpointV2;
45
55
  tls?: boolean | undefined;
46
56
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
47
57
  credentials?: