@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
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -185,6 +185,26 @@ export interface AssociateTrustStoreResponse {
185
185
  */
186
186
  trustStoreArn: string | undefined;
187
187
  }
188
+ export interface AssociateUserAccessLoggingSettingsRequest {
189
+ /**
190
+ * <p>The ARN of the web portal.</p>
191
+ */
192
+ portalArn: string | undefined;
193
+ /**
194
+ * <p>The ARN of the user access logging settings.</p>
195
+ */
196
+ userAccessLoggingSettingsArn: string | undefined;
197
+ }
198
+ export interface AssociateUserAccessLoggingSettingsResponse {
199
+ /**
200
+ * <p>The ARN of the web portal.</p>
201
+ */
202
+ portalArn: string | undefined;
203
+ /**
204
+ * <p>The ARN of the user access logging settings.</p>
205
+ */
206
+ userAccessLoggingSettingsArn: string | undefined;
207
+ }
188
208
  export interface AssociateUserSettingsRequest {
189
209
  /**
190
210
  * <p>The ARN of the web portal.</p>
@@ -566,6 +586,31 @@ export interface CreateTrustStoreResponse {
566
586
  */
567
587
  trustStoreArn: string | undefined;
568
588
  }
589
+ export interface CreateUserAccessLoggingSettingsRequest {
590
+ /**
591
+ * <p>The ARN of the Kinesis stream.</p>
592
+ */
593
+ kinesisStreamArn: string | undefined;
594
+ /**
595
+ * <p>The tags to add to the user settings resource. A tag is a key-value pair.</p>
596
+ */
597
+ tags?: Tag[];
598
+ /**
599
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
600
+ * request. Idempotency ensures that an API request completes only once. With an idempotent
601
+ * request, if the original request completes successfully, subsequent retries with the same
602
+ * client token returns the result from the original successful request. </p>
603
+ * <p>If you do not specify a client token, one is automatically generated by the AWS
604
+ * SDK.</p>
605
+ */
606
+ clientToken?: string;
607
+ }
608
+ export interface CreateUserAccessLoggingSettingsResponse {
609
+ /**
610
+ * <p>The ARN of the user access logging settings.</p>
611
+ */
612
+ userAccessLoggingSettingsArn: string | undefined;
613
+ }
569
614
  export declare enum EnabledType {
570
615
  DISABLED = "Disabled",
571
616
  ENABLED = "Enabled"
@@ -663,6 +708,14 @@ export interface DeleteTrustStoreRequest {
663
708
  }
664
709
  export interface DeleteTrustStoreResponse {
665
710
  }
711
+ export interface DeleteUserAccessLoggingSettingsRequest {
712
+ /**
713
+ * <p>The ARN of the user access logging settings.</p>
714
+ */
715
+ userAccessLoggingSettingsArn: string | undefined;
716
+ }
717
+ export interface DeleteUserAccessLoggingSettingsResponse {
718
+ }
666
719
  export interface DeleteUserSettingsRequest {
667
720
  /**
668
721
  * <p>The ARN of the user settings.</p>
@@ -695,6 +748,14 @@ export interface DisassociateTrustStoreRequest {
695
748
  }
696
749
  export interface DisassociateTrustStoreResponse {
697
750
  }
751
+ export interface DisassociateUserAccessLoggingSettingsRequest {
752
+ /**
753
+ * <p>The ARN of the web portal.</p>
754
+ */
755
+ portalArn: string | undefined;
756
+ }
757
+ export interface DisassociateUserAccessLoggingSettingsResponse {
758
+ }
698
759
  export interface DisassociateUserSettingsRequest {
699
760
  /**
700
761
  * <p>The ARN of the web portal.</p>
@@ -1014,7 +1075,7 @@ export interface Portal {
1014
1075
  */
1015
1076
  browserSettingsArn?: string;
1016
1077
  /**
1017
- * <p>The ARN of the trust store that is associated with the web portal.</p>
1078
+ * <p>The ARN of the user settings that is associated with the web portal.</p>
1018
1079
  */
1019
1080
  userSettingsArn?: string;
1020
1081
  /**
@@ -1029,6 +1090,10 @@ export interface Portal {
1029
1090
  * <p>A message that explains why the web portal is in its current status.</p>
1030
1091
  */
1031
1092
  statusReason?: string;
1093
+ /**
1094
+ * <p>The ARN of the user access logging settings that is associated with the web portal.</p>
1095
+ */
1096
+ userAccessLoggingSettingsArn?: string;
1032
1097
  }
1033
1098
  export interface GetPortalResponse {
1034
1099
  /**
@@ -1130,6 +1195,35 @@ export interface GetTrustStoreCertificateResponse {
1130
1195
  */
1131
1196
  certificate?: Certificate;
1132
1197
  }
1198
+ export interface GetUserAccessLoggingSettingsRequest {
1199
+ /**
1200
+ * <p>The ARN of the user access logging settings.</p>
1201
+ */
1202
+ userAccessLoggingSettingsArn: string | undefined;
1203
+ }
1204
+ /**
1205
+ * <p>A user access logging settings resource that can be associated with a web portal.</p>
1206
+ */
1207
+ export interface UserAccessLoggingSettings {
1208
+ /**
1209
+ * <p>The ARN of the user access logging settings.</p>
1210
+ */
1211
+ userAccessLoggingSettingsArn: string | undefined;
1212
+ /**
1213
+ * <p>A list of web portal ARNs that this user access logging settings is associated with.</p>
1214
+ */
1215
+ associatedPortalArns?: string[];
1216
+ /**
1217
+ * <p>The ARN of the Kinesis stream.</p>
1218
+ */
1219
+ kinesisStreamArn?: string;
1220
+ }
1221
+ export interface GetUserAccessLoggingSettingsResponse {
1222
+ /**
1223
+ * <p>The user access logging settings.</p>
1224
+ */
1225
+ userAccessLoggingSettings?: UserAccessLoggingSettings;
1226
+ }
1133
1227
  export interface GetUserSettingsRequest {
1134
1228
  /**
1135
1229
  * <p>The ARN of the user settings.</p>
@@ -1351,6 +1445,10 @@ export interface PortalSummary {
1351
1445
  * <p>The ARN of the trust that is associated with this web portal.</p>
1352
1446
  */
1353
1447
  trustStoreArn?: string;
1448
+ /**
1449
+ * <p>The ARN of the user access logging settings that is associated with the web portal.</p>
1450
+ */
1451
+ userAccessLoggingSettingsArn?: string;
1354
1452
  }
1355
1453
  export interface ListPortalsResponse {
1356
1454
  /**
@@ -1456,6 +1554,39 @@ export interface ListTrustStoresResponse {
1456
1554
  */
1457
1555
  nextToken?: string;
1458
1556
  }
1557
+ export interface ListUserAccessLoggingSettingsRequest {
1558
+ /**
1559
+ * <p>The pagination token used to retrieve the next page of results for this operation.</p>
1560
+ */
1561
+ nextToken?: string;
1562
+ /**
1563
+ * <p>The maximum number of results to be included in the next page.</p>
1564
+ */
1565
+ maxResults?: number;
1566
+ }
1567
+ /**
1568
+ * <p>The summary of user access logging settings.</p>
1569
+ */
1570
+ export interface UserAccessLoggingSettingsSummary {
1571
+ /**
1572
+ * <p>The ARN of the user access logging settings.</p>
1573
+ */
1574
+ userAccessLoggingSettingsArn?: string;
1575
+ /**
1576
+ * <p>The ARN of the Kinesis stream.</p>
1577
+ */
1578
+ kinesisStreamArn?: string;
1579
+ }
1580
+ export interface ListUserAccessLoggingSettingsResponse {
1581
+ /**
1582
+ * <p>The user access logging settings.</p>
1583
+ */
1584
+ userAccessLoggingSettings?: UserAccessLoggingSettingsSummary[];
1585
+ /**
1586
+ * <p>The pagination token used to retrieve the next page of results for this operation.</p>
1587
+ */
1588
+ nextToken?: string;
1589
+ }
1459
1590
  export interface ListUserSettingsRequest {
1460
1591
  /**
1461
1592
  * <p>The pagination token used to retrieve the next page of results for this operation. </p>
@@ -1854,6 +1985,31 @@ export interface UpdateTrustStoreResponse {
1854
1985
  */
1855
1986
  trustStoreArn: string | undefined;
1856
1987
  }
1988
+ export interface UpdateUserAccessLoggingSettingsRequest {
1989
+ /**
1990
+ * <p>The ARN of the user access logging settings.</p>
1991
+ */
1992
+ userAccessLoggingSettingsArn: string | undefined;
1993
+ /**
1994
+ * <p>The ARN of the Kinesis stream.</p>
1995
+ */
1996
+ kinesisStreamArn?: string;
1997
+ /**
1998
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
1999
+ * request. Idempotency ensures that an API request completes only once. With an idempotent
2000
+ * request, if the original request completes successfully, subsequent retries with the same
2001
+ * client token return the result from the original successful request. </p>
2002
+ * <p>If you do not specify a client token, one is automatically generated by the AWS
2003
+ * SDK.</p>
2004
+ */
2005
+ clientToken?: string;
2006
+ }
2007
+ export interface UpdateUserAccessLoggingSettingsResponse {
2008
+ /**
2009
+ * <p>The user access logging settings.</p>
2010
+ */
2011
+ userAccessLoggingSettings: UserAccessLoggingSettings | undefined;
2012
+ }
1857
2013
  export interface UpdateUserSettingsRequest {
1858
2014
  /**
1859
2015
  * <p>The ARN of the user settings.</p>
@@ -1935,6 +2091,14 @@ export declare const AssociateTrustStoreRequestFilterSensitiveLog: (obj: Associa
1935
2091
  * @internal
1936
2092
  */
1937
2093
  export declare const AssociateTrustStoreResponseFilterSensitiveLog: (obj: AssociateTrustStoreResponse) => any;
2094
+ /**
2095
+ * @internal
2096
+ */
2097
+ export declare const AssociateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: AssociateUserAccessLoggingSettingsRequest) => any;
2098
+ /**
2099
+ * @internal
2100
+ */
2101
+ export declare const AssociateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: AssociateUserAccessLoggingSettingsResponse) => any;
1938
2102
  /**
1939
2103
  * @internal
1940
2104
  */
@@ -1987,6 +2151,14 @@ export declare const CreateTrustStoreRequestFilterSensitiveLog: (obj: CreateTrus
1987
2151
  * @internal
1988
2152
  */
1989
2153
  export declare const CreateTrustStoreResponseFilterSensitiveLog: (obj: CreateTrustStoreResponse) => any;
2154
+ /**
2155
+ * @internal
2156
+ */
2157
+ export declare const CreateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: CreateUserAccessLoggingSettingsRequest) => any;
2158
+ /**
2159
+ * @internal
2160
+ */
2161
+ export declare const CreateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: CreateUserAccessLoggingSettingsResponse) => any;
1990
2162
  /**
1991
2163
  * @internal
1992
2164
  */
@@ -2035,6 +2207,14 @@ export declare const DeleteTrustStoreRequestFilterSensitiveLog: (obj: DeleteTrus
2035
2207
  * @internal
2036
2208
  */
2037
2209
  export declare const DeleteTrustStoreResponseFilterSensitiveLog: (obj: DeleteTrustStoreResponse) => any;
2210
+ /**
2211
+ * @internal
2212
+ */
2213
+ export declare const DeleteUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: DeleteUserAccessLoggingSettingsRequest) => any;
2214
+ /**
2215
+ * @internal
2216
+ */
2217
+ export declare const DeleteUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: DeleteUserAccessLoggingSettingsResponse) => any;
2038
2218
  /**
2039
2219
  * @internal
2040
2220
  */
@@ -2067,6 +2247,14 @@ export declare const DisassociateTrustStoreRequestFilterSensitiveLog: (obj: Disa
2067
2247
  * @internal
2068
2248
  */
2069
2249
  export declare const DisassociateTrustStoreResponseFilterSensitiveLog: (obj: DisassociateTrustStoreResponse) => any;
2250
+ /**
2251
+ * @internal
2252
+ */
2253
+ export declare const DisassociateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: DisassociateUserAccessLoggingSettingsRequest) => any;
2254
+ /**
2255
+ * @internal
2256
+ */
2257
+ export declare const DisassociateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: DisassociateUserAccessLoggingSettingsResponse) => any;
2070
2258
  /**
2071
2259
  * @internal
2072
2260
  */
@@ -2155,6 +2343,18 @@ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
2155
2343
  * @internal
2156
2344
  */
2157
2345
  export declare const GetTrustStoreCertificateResponseFilterSensitiveLog: (obj: GetTrustStoreCertificateResponse) => any;
2346
+ /**
2347
+ * @internal
2348
+ */
2349
+ export declare const GetUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: GetUserAccessLoggingSettingsRequest) => any;
2350
+ /**
2351
+ * @internal
2352
+ */
2353
+ export declare const UserAccessLoggingSettingsFilterSensitiveLog: (obj: UserAccessLoggingSettings) => any;
2354
+ /**
2355
+ * @internal
2356
+ */
2357
+ export declare const GetUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: GetUserAccessLoggingSettingsResponse) => any;
2158
2358
  /**
2159
2359
  * @internal
2160
2360
  */
@@ -2247,6 +2447,18 @@ export declare const TrustStoreSummaryFilterSensitiveLog: (obj: TrustStoreSummar
2247
2447
  * @internal
2248
2448
  */
2249
2449
  export declare const ListTrustStoresResponseFilterSensitiveLog: (obj: ListTrustStoresResponse) => any;
2450
+ /**
2451
+ * @internal
2452
+ */
2453
+ export declare const ListUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: ListUserAccessLoggingSettingsRequest) => any;
2454
+ /**
2455
+ * @internal
2456
+ */
2457
+ export declare const UserAccessLoggingSettingsSummaryFilterSensitiveLog: (obj: UserAccessLoggingSettingsSummary) => any;
2458
+ /**
2459
+ * @internal
2460
+ */
2461
+ export declare const ListUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: ListUserAccessLoggingSettingsResponse) => any;
2250
2462
  /**
2251
2463
  * @internal
2252
2464
  */
@@ -2315,6 +2527,14 @@ export declare const UpdateTrustStoreRequestFilterSensitiveLog: (obj: UpdateTrus
2315
2527
  * @internal
2316
2528
  */
2317
2529
  export declare const UpdateTrustStoreResponseFilterSensitiveLog: (obj: UpdateTrustStoreResponse) => any;
2530
+ /**
2531
+ * @internal
2532
+ */
2533
+ export declare const UpdateUserAccessLoggingSettingsRequestFilterSensitiveLog: (obj: UpdateUserAccessLoggingSettingsRequest) => any;
2534
+ /**
2535
+ * @internal
2536
+ */
2537
+ export declare const UpdateUserAccessLoggingSettingsResponseFilterSensitiveLog: (obj: UpdateUserAccessLoggingSettingsResponse) => any;
2318
2538
  /**
2319
2539
  * @internal
2320
2540
  */
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "../commands/ListUserAccessLoggingSettingsCommand";
3
+ import { WorkSpacesWebPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListUserAccessLoggingSettings(config: WorkSpacesWebPaginationConfiguration, input: ListUserAccessLoggingSettingsCommandInput, ...additionalArguments: any): 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";
@@ -3,22 +3,26 @@ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
3
  import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "../commands/AssociateBrowserSettingsCommand";
4
4
  import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "../commands/AssociateNetworkSettingsCommand";
5
5
  import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "../commands/AssociateTrustStoreCommand";
6
+ import { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "../commands/AssociateUserAccessLoggingSettingsCommand";
6
7
  import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "../commands/AssociateUserSettingsCommand";
7
8
  import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "../commands/CreateBrowserSettingsCommand";
8
9
  import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "../commands/CreateIdentityProviderCommand";
9
10
  import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "../commands/CreateNetworkSettingsCommand";
10
11
  import { CreatePortalCommandInput, CreatePortalCommandOutput } from "../commands/CreatePortalCommand";
11
12
  import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "../commands/CreateTrustStoreCommand";
13
+ import { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "../commands/CreateUserAccessLoggingSettingsCommand";
12
14
  import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "../commands/CreateUserSettingsCommand";
13
15
  import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "../commands/DeleteBrowserSettingsCommand";
14
16
  import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "../commands/DeleteIdentityProviderCommand";
15
17
  import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "../commands/DeleteNetworkSettingsCommand";
16
18
  import { DeletePortalCommandInput, DeletePortalCommandOutput } from "../commands/DeletePortalCommand";
17
19
  import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "../commands/DeleteTrustStoreCommand";
20
+ import { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "../commands/DeleteUserAccessLoggingSettingsCommand";
18
21
  import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "../commands/DeleteUserSettingsCommand";
19
22
  import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "../commands/DisassociateBrowserSettingsCommand";
20
23
  import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "../commands/DisassociateNetworkSettingsCommand";
21
24
  import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "../commands/DisassociateTrustStoreCommand";
25
+ import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "../commands/DisassociateUserAccessLoggingSettingsCommand";
22
26
  import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "../commands/DisassociateUserSettingsCommand";
23
27
  import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "../commands/GetBrowserSettingsCommand";
24
28
  import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "../commands/GetIdentityProviderCommand";
@@ -27,6 +31,7 @@ import { GetPortalCommandInput, GetPortalCommandOutput } from "../commands/GetPo
27
31
  import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "../commands/GetPortalServiceProviderMetadataCommand";
28
32
  import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "../commands/GetTrustStoreCertificateCommand";
29
33
  import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "../commands/GetTrustStoreCommand";
34
+ import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "../commands/GetUserAccessLoggingSettingsCommand";
30
35
  import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "../commands/GetUserSettingsCommand";
31
36
  import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "../commands/ListBrowserSettingsCommand";
32
37
  import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
@@ -35,6 +40,7 @@ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/L
35
40
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
36
41
  import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "../commands/ListTrustStoreCertificatesCommand";
37
42
  import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "../commands/ListTrustStoresCommand";
43
+ import { ListUserAccessLoggingSettingsCommandInput, ListUserAccessLoggingSettingsCommandOutput } from "../commands/ListUserAccessLoggingSettingsCommand";
38
44
  import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "../commands/ListUserSettingsCommand";
39
45
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
40
46
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
@@ -43,26 +49,31 @@ import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput
43
49
  import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "../commands/UpdateNetworkSettingsCommand";
44
50
  import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands/UpdatePortalCommand";
45
51
  import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "../commands/UpdateTrustStoreCommand";
52
+ import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "../commands/UpdateUserAccessLoggingSettingsCommand";
46
53
  import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
47
54
  export declare const serializeAws_restJson1AssociateBrowserSettingsCommand: (input: AssociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
55
  export declare const serializeAws_restJson1AssociateNetworkSettingsCommand: (input: AssociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
56
  export declare const serializeAws_restJson1AssociateTrustStoreCommand: (input: AssociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_restJson1AssociateUserAccessLoggingSettingsCommand: (input: AssociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
58
  export declare const serializeAws_restJson1AssociateUserSettingsCommand: (input: AssociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
59
  export declare const serializeAws_restJson1CreateBrowserSettingsCommand: (input: CreateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
60
  export declare const serializeAws_restJson1CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
61
  export declare const serializeAws_restJson1CreateNetworkSettingsCommand: (input: CreateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
62
  export declare const serializeAws_restJson1CreatePortalCommand: (input: CreatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
63
  export declare const serializeAws_restJson1CreateTrustStoreCommand: (input: CreateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_restJson1CreateUserAccessLoggingSettingsCommand: (input: CreateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
65
  export declare const serializeAws_restJson1CreateUserSettingsCommand: (input: CreateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
66
  export declare const serializeAws_restJson1DeleteBrowserSettingsCommand: (input: DeleteBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
67
  export declare const serializeAws_restJson1DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
68
  export declare const serializeAws_restJson1DeleteNetworkSettingsCommand: (input: DeleteNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
69
  export declare const serializeAws_restJson1DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
70
  export declare const serializeAws_restJson1DeleteTrustStoreCommand: (input: DeleteTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_restJson1DeleteUserAccessLoggingSettingsCommand: (input: DeleteUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
72
  export declare const serializeAws_restJson1DeleteUserSettingsCommand: (input: DeleteUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
73
  export declare const serializeAws_restJson1DisassociateBrowserSettingsCommand: (input: DisassociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
74
  export declare const serializeAws_restJson1DisassociateNetworkSettingsCommand: (input: DisassociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
75
  export declare const serializeAws_restJson1DisassociateTrustStoreCommand: (input: DisassociateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ export declare const serializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand: (input: DisassociateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
77
  export declare const serializeAws_restJson1DisassociateUserSettingsCommand: (input: DisassociateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
78
  export declare const serializeAws_restJson1GetBrowserSettingsCommand: (input: GetBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
79
  export declare const serializeAws_restJson1GetIdentityProviderCommand: (input: GetIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -71,6 +82,7 @@ export declare const serializeAws_restJson1GetPortalCommand: (input: GetPortalCo
71
82
  export declare const serializeAws_restJson1GetPortalServiceProviderMetadataCommand: (input: GetPortalServiceProviderMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
83
  export declare const serializeAws_restJson1GetTrustStoreCommand: (input: GetTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
84
  export declare const serializeAws_restJson1GetTrustStoreCertificateCommand: (input: GetTrustStoreCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_restJson1GetUserAccessLoggingSettingsCommand: (input: GetUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
86
  export declare const serializeAws_restJson1GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
87
  export declare const serializeAws_restJson1ListBrowserSettingsCommand: (input: ListBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
88
  export declare const serializeAws_restJson1ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -79,6 +91,7 @@ export declare const serializeAws_restJson1ListPortalsCommand: (input: ListPorta
79
91
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
92
  export declare const serializeAws_restJson1ListTrustStoreCertificatesCommand: (input: ListTrustStoreCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
93
  export declare const serializeAws_restJson1ListTrustStoresCommand: (input: ListTrustStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_restJson1ListUserAccessLoggingSettingsCommand: (input: ListUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
95
  export declare const serializeAws_restJson1ListUserSettingsCommand: (input: ListUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
96
  export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
97
  export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -87,26 +100,31 @@ export declare const serializeAws_restJson1UpdateIdentityProviderCommand: (input
87
100
  export declare const serializeAws_restJson1UpdateNetworkSettingsCommand: (input: UpdateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
101
  export declare const serializeAws_restJson1UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
102
  export declare const serializeAws_restJson1UpdateTrustStoreCommand: (input: UpdateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ export declare const serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand: (input: UpdateUserAccessLoggingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
104
  export declare const serializeAws_restJson1UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
105
  export declare const deserializeAws_restJson1AssociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBrowserSettingsCommandOutput>;
92
106
  export declare const deserializeAws_restJson1AssociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateNetworkSettingsCommandOutput>;
93
107
  export declare const deserializeAws_restJson1AssociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrustStoreCommandOutput>;
108
+ export declare const deserializeAws_restJson1AssociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
94
109
  export declare const deserializeAws_restJson1AssociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateUserSettingsCommandOutput>;
95
110
  export declare const deserializeAws_restJson1CreateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrowserSettingsCommandOutput>;
96
111
  export declare const deserializeAws_restJson1CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
97
112
  export declare const deserializeAws_restJson1CreateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkSettingsCommandOutput>;
98
113
  export declare const deserializeAws_restJson1CreatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePortalCommandOutput>;
99
114
  export declare const deserializeAws_restJson1CreateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustStoreCommandOutput>;
115
+ export declare const deserializeAws_restJson1CreateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserAccessLoggingSettingsCommandOutput>;
100
116
  export declare const deserializeAws_restJson1CreateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserSettingsCommandOutput>;
101
117
  export declare const deserializeAws_restJson1DeleteBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrowserSettingsCommandOutput>;
102
118
  export declare const deserializeAws_restJson1DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
103
119
  export declare const deserializeAws_restJson1DeleteNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkSettingsCommandOutput>;
104
120
  export declare const deserializeAws_restJson1DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
105
121
  export declare const deserializeAws_restJson1DeleteTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustStoreCommandOutput>;
122
+ export declare const deserializeAws_restJson1DeleteUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
106
123
  export declare const deserializeAws_restJson1DeleteUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserSettingsCommandOutput>;
107
124
  export declare const deserializeAws_restJson1DisassociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBrowserSettingsCommandOutput>;
108
125
  export declare const deserializeAws_restJson1DisassociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateNetworkSettingsCommandOutput>;
109
126
  export declare const deserializeAws_restJson1DisassociateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrustStoreCommandOutput>;
127
+ export declare const deserializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
110
128
  export declare const deserializeAws_restJson1DisassociateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateUserSettingsCommandOutput>;
111
129
  export declare const deserializeAws_restJson1GetBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserSettingsCommandOutput>;
112
130
  export declare const deserializeAws_restJson1GetIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityProviderCommandOutput>;
@@ -115,6 +133,7 @@ export declare const deserializeAws_restJson1GetPortalCommand: (output: __HttpRe
115
133
  export declare const deserializeAws_restJson1GetPortalServiceProviderMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
116
134
  export declare const deserializeAws_restJson1GetTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCommandOutput>;
117
135
  export declare const deserializeAws_restJson1GetTrustStoreCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCertificateCommandOutput>;
136
+ export declare const deserializeAws_restJson1GetUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAccessLoggingSettingsCommandOutput>;
118
137
  export declare const deserializeAws_restJson1GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
119
138
  export declare const deserializeAws_restJson1ListBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowserSettingsCommandOutput>;
120
139
  export declare const deserializeAws_restJson1ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
@@ -123,6 +142,7 @@ export declare const deserializeAws_restJson1ListPortalsCommand: (output: __Http
123
142
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
124
143
  export declare const deserializeAws_restJson1ListTrustStoreCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoreCertificatesCommandOutput>;
125
144
  export declare const deserializeAws_restJson1ListTrustStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrustStoresCommandOutput>;
145
+ export declare const deserializeAws_restJson1ListUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserAccessLoggingSettingsCommandOutput>;
126
146
  export declare const deserializeAws_restJson1ListUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserSettingsCommandOutput>;
127
147
  export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
128
148
  export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
@@ -131,4 +151,5 @@ export declare const deserializeAws_restJson1UpdateIdentityProviderCommand: (out
131
151
  export declare const deserializeAws_restJson1UpdateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkSettingsCommandOutput>;
132
152
  export declare const deserializeAws_restJson1UpdatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePortalCommandOutput>;
133
153
  export declare const deserializeAws_restJson1UpdateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrustStoreCommandOutput>;
154
+ export declare const deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
134
155
  export declare const deserializeAws_restJson1UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { WorkSpacesWebClientConfig } from "./WorkSpacesWebClient";
6
6
  export declare const getRuntimeConfig: (config: WorkSpacesWebClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };