@aws-sdk/client-workspaces-web 3.651.1 → 3.655.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 (149) hide show
  1. package/README.md +31 -6
  2. package/dist-cjs/index.js +207 -0
  3. package/dist-es/WorkSpacesWeb.js +6 -0
  4. package/dist-es/commands/ExpireSessionCommand.js +22 -0
  5. package/dist-es/commands/GetSessionCommand.js +23 -0
  6. package/dist-es/commands/ListSessionsCommand.js +23 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +29 -0
  9. package/dist-es/pagination/ListSessionsPaginator.js +4 -0
  10. package/dist-es/pagination/index.js +1 -0
  11. package/dist-es/protocols/Aws_restJson1.js +109 -0
  12. package/dist-types/WorkSpacesWeb.d.ts +28 -6
  13. package/dist-types/WorkSpacesWebClient.d.ts +12 -8
  14. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +11 -0
  15. package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +11 -0
  16. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +11 -0
  17. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +11 -0
  18. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +11 -0
  19. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +11 -0
  20. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +11 -0
  21. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +11 -0
  22. package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +11 -0
  23. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +11 -0
  24. package/dist-types/commands/CreatePortalCommand.d.ts +11 -0
  25. package/dist-types/commands/CreateTrustStoreCommand.d.ts +11 -0
  26. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +13 -1
  27. package/dist-types/commands/CreateUserSettingsCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +11 -0
  29. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +11 -0
  30. package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +11 -0
  31. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +11 -0
  32. package/dist-types/commands/DeletePortalCommand.d.ts +11 -0
  33. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +11 -0
  34. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +11 -0
  35. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +11 -0
  36. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +11 -0
  37. package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +11 -0
  38. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +11 -0
  39. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +11 -0
  40. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +11 -0
  41. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +11 -0
  42. package/dist-types/commands/ExpireSessionCommand.d.ts +85 -0
  43. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +11 -0
  44. package/dist-types/commands/GetIdentityProviderCommand.d.ts +11 -0
  45. package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +11 -0
  46. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +11 -0
  47. package/dist-types/commands/GetPortalCommand.d.ts +11 -0
  48. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +11 -0
  49. package/dist-types/commands/GetSessionCommand.d.ts +97 -0
  50. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +11 -0
  51. package/dist-types/commands/GetTrustStoreCommand.d.ts +11 -0
  52. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +11 -0
  53. package/dist-types/commands/GetUserSettingsCommand.d.ts +11 -0
  54. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +11 -0
  55. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +11 -0
  56. package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +11 -0
  57. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +11 -0
  58. package/dist-types/commands/ListPortalsCommand.d.ts +11 -0
  59. package/dist-types/commands/ListSessionsCommand.d.ts +102 -0
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  61. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +11 -0
  62. package/dist-types/commands/ListTrustStoresCommand.d.ts +11 -0
  63. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +11 -0
  64. package/dist-types/commands/ListUserSettingsCommand.d.ts +11 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  67. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +11 -0
  68. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +11 -0
  69. package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +11 -0
  70. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +11 -0
  71. package/dist-types/commands/UpdatePortalCommand.d.ts +11 -0
  72. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +11 -0
  73. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +11 -0
  74. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +11 -0
  75. package/dist-types/commands/index.d.ts +3 -0
  76. package/dist-types/index.d.ts +7 -6
  77. package/dist-types/models/models_0.d.ts +352 -75
  78. package/dist-types/pagination/ListSessionsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/index.d.ts +1 -0
  80. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  81. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +51 -0
  82. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +18 -0
  83. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +50 -0
  112. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +47 -0
  119. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +47 -0
  129. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  145. package/dist-types/ts3.4/models/models_0.d.ts +65 -0
  146. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
  147. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  148. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  149. package/package.json +35 -35
@@ -108,6 +108,10 @@ export class ServiceQuotaExceededException extends __BaseException {
108
108
  this.quotaCode = opts.quotaCode;
109
109
  }
110
110
  }
111
+ export const SessionStatus = {
112
+ ACTIVE: "Active",
113
+ TERMINATED: "Terminated",
114
+ };
111
115
  export const IdentityProviderType = {
112
116
  Facebook: "Facebook",
113
117
  Google: "Google",
@@ -116,6 +120,10 @@ export const IdentityProviderType = {
116
120
  SAML: "SAML",
117
121
  SignInWithApple: "SignInWithApple",
118
122
  };
123
+ export const SessionSortBy = {
124
+ START_TIME_ASCENDING: "StartTimeAscending",
125
+ START_TIME_DESCENDING: "StartTimeDescending",
126
+ };
119
127
  export const BrowserType = {
120
128
  CHROME: "Chrome",
121
129
  };
@@ -175,6 +183,15 @@ export const UpdateBrowserSettingsResponseFilterSensitiveLog = (obj) => ({
175
183
  ...obj,
176
184
  ...(obj.browserSettings && { browserSettings: BrowserSettingsFilterSensitiveLog(obj.browserSettings) }),
177
185
  });
186
+ export const SessionFilterSensitiveLog = (obj) => ({
187
+ ...obj,
188
+ ...(obj.username && { username: SENSITIVE_STRING }),
189
+ ...(obj.clientIpAddresses && { clientIpAddresses: SENSITIVE_STRING }),
190
+ });
191
+ export const GetSessionResponseFilterSensitiveLog = (obj) => ({
192
+ ...obj,
193
+ ...(obj.session && { session: SessionFilterSensitiveLog(obj.session) }),
194
+ });
178
195
  export const CreateIdentityProviderRequestFilterSensitiveLog = (obj) => ({
179
196
  ...obj,
180
197
  ...(obj.identityProviderName && { identityProviderName: SENSITIVE_STRING }),
@@ -252,6 +269,18 @@ export const UpdateIpAccessSettingsResponseFilterSensitiveLog = (obj) => ({
252
269
  ...obj,
253
270
  ...(obj.ipAccessSettings && { ipAccessSettings: IpAccessSettingsFilterSensitiveLog(obj.ipAccessSettings) }),
254
271
  });
272
+ export const ListSessionsRequestFilterSensitiveLog = (obj) => ({
273
+ ...obj,
274
+ ...(obj.username && { username: SENSITIVE_STRING }),
275
+ });
276
+ export const SessionSummaryFilterSensitiveLog = (obj) => ({
277
+ ...obj,
278
+ ...(obj.username && { username: SENSITIVE_STRING }),
279
+ });
280
+ export const ListSessionsResponseFilterSensitiveLog = (obj) => ({
281
+ ...obj,
282
+ ...(obj.sessions && { sessions: obj.sessions.map((item) => SessionSummaryFilterSensitiveLog(item)) }),
283
+ });
255
284
  export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
256
285
  ...obj,
257
286
  ...(obj.tags && { tags: SENSITIVE_STRING }),
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListSessionsCommand, } from "../commands/ListSessionsCommand";
3
+ import { WorkSpacesWebClient } from "../WorkSpacesWebClient";
4
+ export const paginateListSessions = createPaginator(WorkSpacesWebClient, ListSessionsCommand, "nextToken", "nextToken", "maxResults");
@@ -4,6 +4,7 @@ export * from "./ListIdentityProvidersPaginator";
4
4
  export * from "./ListIpAccessSettingsPaginator";
5
5
  export * from "./ListNetworkSettingsPaginator";
6
6
  export * from "./ListPortalsPaginator";
7
+ export * from "./ListSessionsPaginator";
7
8
  export * from "./ListTrustStoreCertificatesPaginator";
8
9
  export * from "./ListTrustStoresPaginator";
9
10
  export * from "./ListUserAccessLoggingSettingsPaginator";
@@ -348,6 +348,16 @@ export const se_DisassociateUserSettingsCommand = async (input, context) => {
348
348
  b.m("DELETE").h(headers).b(body);
349
349
  return b.build();
350
350
  };
351
+ export const se_ExpireSessionCommand = async (input, context) => {
352
+ const b = rb(input, context);
353
+ const headers = {};
354
+ b.bp("/portals/{portalId}/sessions/{sessionId}");
355
+ b.p("portalId", () => input.portalId, "{portalId}", false);
356
+ b.p("sessionId", () => input.sessionId, "{sessionId}", false);
357
+ let body;
358
+ b.m("DELETE").h(headers).b(body);
359
+ return b.build();
360
+ };
351
361
  export const se_GetBrowserSettingsCommand = async (input, context) => {
352
362
  const b = rb(input, context);
353
363
  const headers = {};
@@ -402,6 +412,16 @@ export const se_GetPortalServiceProviderMetadataCommand = async (input, context)
402
412
  b.m("GET").h(headers).b(body);
403
413
  return b.build();
404
414
  };
415
+ export const se_GetSessionCommand = async (input, context) => {
416
+ const b = rb(input, context);
417
+ const headers = {};
418
+ b.bp("/portals/{portalId}/sessions/{sessionId}");
419
+ b.p("portalId", () => input.portalId, "{portalId}", false);
420
+ b.p("sessionId", () => input.sessionId, "{sessionId}", false);
421
+ let body;
422
+ b.m("GET").h(headers).b(body);
423
+ return b.build();
424
+ };
405
425
  export const se_GetTrustStoreCommand = async (input, context) => {
406
426
  const b = rb(input, context);
407
427
  const headers = {};
@@ -502,6 +522,23 @@ export const se_ListPortalsCommand = async (input, context) => {
502
522
  b.m("GET").h(headers).q(query).b(body);
503
523
  return b.build();
504
524
  };
525
+ export const se_ListSessionsCommand = async (input, context) => {
526
+ const b = rb(input, context);
527
+ const headers = {};
528
+ b.bp("/portals/{portalId}/sessions");
529
+ b.p("portalId", () => input.portalId, "{portalId}", false);
530
+ const query = map({
531
+ [_u]: [, input[_u]],
532
+ [_sI]: [, input[_sI]],
533
+ [_sB]: [, input[_sB]],
534
+ [_s]: [, input[_s]],
535
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
536
+ [_nT]: [, input[_nT]],
537
+ });
538
+ let body;
539
+ b.m("GET").h(headers).q(query).b(body);
540
+ return b.build();
541
+ };
505
542
  export const se_ListTagsForResourceCommand = async (input, context) => {
506
543
  const b = rb(input, context);
507
544
  const headers = {};
@@ -1070,6 +1107,16 @@ export const de_DisassociateUserSettingsCommand = async (output, context) => {
1070
1107
  await collectBody(output.body, context);
1071
1108
  return contents;
1072
1109
  };
1110
+ export const de_ExpireSessionCommand = async (output, context) => {
1111
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1112
+ return de_CommandError(output, context);
1113
+ }
1114
+ const contents = map({
1115
+ $metadata: deserializeMetadata(output),
1116
+ });
1117
+ await collectBody(output.body, context);
1118
+ return contents;
1119
+ };
1073
1120
  export const de_GetBrowserSettingsCommand = async (output, context) => {
1074
1121
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1075
1122
  return de_CommandError(output, context);
@@ -1155,6 +1202,20 @@ export const de_GetPortalServiceProviderMetadataCommand = async (output, context
1155
1202
  Object.assign(contents, doc);
1156
1203
  return contents;
1157
1204
  };
1205
+ export const de_GetSessionCommand = async (output, context) => {
1206
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1207
+ return de_CommandError(output, context);
1208
+ }
1209
+ const contents = map({
1210
+ $metadata: deserializeMetadata(output),
1211
+ });
1212
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1213
+ const doc = take(data, {
1214
+ session: (_) => de_Session(_, context),
1215
+ });
1216
+ Object.assign(contents, doc);
1217
+ return contents;
1218
+ };
1158
1219
  export const de_GetTrustStoreCommand = async (output, context) => {
1159
1220
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1160
1221
  return de_CommandError(output, context);
@@ -1287,6 +1348,21 @@ export const de_ListPortalsCommand = async (output, context) => {
1287
1348
  Object.assign(contents, doc);
1288
1349
  return contents;
1289
1350
  };
1351
+ export const de_ListSessionsCommand = async (output, context) => {
1352
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1353
+ return de_CommandError(output, context);
1354
+ }
1355
+ const contents = map({
1356
+ $metadata: deserializeMetadata(output),
1357
+ });
1358
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1359
+ const doc = take(data, {
1360
+ nextToken: __expectString,
1361
+ sessions: (_) => de_SessionSummaryList(_, context),
1362
+ });
1363
+ Object.assign(contents, doc);
1364
+ return contents;
1365
+ };
1290
1366
  export const de_ListTagsForResourceCommand = async (output, context) => {
1291
1367
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1292
1368
  return de_CommandError(output, context);
@@ -1769,6 +1845,35 @@ const de_PortalSummary = (output, context) => {
1769
1845
  userSettingsArn: __expectString,
1770
1846
  });
1771
1847
  };
1848
+ const de_Session = (output, context) => {
1849
+ return take(output, {
1850
+ clientIpAddresses: _json,
1851
+ endTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1852
+ portalArn: __expectString,
1853
+ sessionId: __expectString,
1854
+ startTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1855
+ status: __expectString,
1856
+ username: __expectString,
1857
+ });
1858
+ };
1859
+ const de_SessionSummary = (output, context) => {
1860
+ return take(output, {
1861
+ endTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1862
+ portalArn: __expectString,
1863
+ sessionId: __expectString,
1864
+ startTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1865
+ status: __expectString,
1866
+ username: __expectString,
1867
+ });
1868
+ };
1869
+ const de_SessionSummaryList = (output, context) => {
1870
+ const retVal = (output || [])
1871
+ .filter((e) => e != null)
1872
+ .map((entry) => {
1873
+ return de_SessionSummary(entry, context);
1874
+ });
1875
+ return retVal;
1876
+ };
1772
1877
  const deserializeMetadata = (output) => ({
1773
1878
  httpStatusCode: output.statusCode,
1774
1879
  requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
@@ -1788,8 +1893,12 @@ const _nSA = "networkSettingsArn";
1788
1893
  const _nT = "nextToken";
1789
1894
  const _rAS = "retryAfterSeconds";
1790
1895
  const _ra = "retry-after";
1896
+ const _s = "status";
1897
+ const _sB = "sortBy";
1898
+ const _sI = "sessionId";
1791
1899
  const _t = "thumbprint";
1792
1900
  const _tK = "tagKeys";
1793
1901
  const _tSA = "trustStoreArn";
1902
+ const _u = "username";
1794
1903
  const _uALSA = "userAccessLoggingSettingsArn";
1795
1904
  const _uSA = "userSettingsArn";
@@ -27,12 +27,14 @@ import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCom
27
27
  import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
28
28
  import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
29
29
  import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
30
+ import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
30
31
  import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
31
32
  import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
32
33
  import { GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput } from "./commands/GetIpAccessSettingsCommand";
33
34
  import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
34
35
  import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
35
36
  import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
37
+ import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
36
38
  import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
37
39
  import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
38
40
  import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "./commands/GetUserAccessLoggingSettingsCommand";
@@ -42,6 +44,7 @@ import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput }
42
44
  import { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "./commands/ListIpAccessSettingsCommand";
43
45
  import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
44
46
  import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
47
+ import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
45
48
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
46
49
  import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
47
50
  import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
@@ -228,6 +231,12 @@ export interface WorkSpacesWeb {
228
231
  disassociateUserSettings(args: DisassociateUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateUserSettingsCommandOutput>;
229
232
  disassociateUserSettings(args: DisassociateUserSettingsCommandInput, cb: (err: any, data?: DisassociateUserSettingsCommandOutput) => void): void;
230
233
  disassociateUserSettings(args: DisassociateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateUserSettingsCommandOutput) => void): void;
234
+ /**
235
+ * @see {@link ExpireSessionCommand}
236
+ */
237
+ expireSession(args: ExpireSessionCommandInput, options?: __HttpHandlerOptions): Promise<ExpireSessionCommandOutput>;
238
+ expireSession(args: ExpireSessionCommandInput, cb: (err: any, data?: ExpireSessionCommandOutput) => void): void;
239
+ expireSession(args: ExpireSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExpireSessionCommandOutput) => void): void;
231
240
  /**
232
241
  * @see {@link GetBrowserSettingsCommand}
233
242
  */
@@ -264,6 +273,12 @@ export interface WorkSpacesWeb {
264
273
  getPortalServiceProviderMetadata(args: GetPortalServiceProviderMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetPortalServiceProviderMetadataCommandOutput>;
265
274
  getPortalServiceProviderMetadata(args: GetPortalServiceProviderMetadataCommandInput, cb: (err: any, data?: GetPortalServiceProviderMetadataCommandOutput) => void): void;
266
275
  getPortalServiceProviderMetadata(args: GetPortalServiceProviderMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPortalServiceProviderMetadataCommandOutput) => void): void;
276
+ /**
277
+ * @see {@link GetSessionCommand}
278
+ */
279
+ getSession(args: GetSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionCommandOutput>;
280
+ getSession(args: GetSessionCommandInput, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
281
+ getSession(args: GetSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
267
282
  /**
268
283
  * @see {@link GetTrustStoreCommand}
269
284
  */
@@ -322,6 +337,12 @@ export interface WorkSpacesWeb {
322
337
  listPortals(args: ListPortalsCommandInput, options?: __HttpHandlerOptions): Promise<ListPortalsCommandOutput>;
323
338
  listPortals(args: ListPortalsCommandInput, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
324
339
  listPortals(args: ListPortalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
340
+ /**
341
+ * @see {@link ListSessionsCommand}
342
+ */
343
+ listSessions(args: ListSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSessionsCommandOutput>;
344
+ listSessions(args: ListSessionsCommandInput, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
345
+ listSessions(args: ListSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
325
346
  /**
326
347
  * @see {@link ListTagsForResourceCommand}
327
348
  */
@@ -417,12 +438,13 @@ export interface WorkSpacesWeb {
417
438
  updateUserSettings(args: UpdateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
418
439
  }
419
440
  /**
420
- * <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate
421
- * secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide
422
- * their employees with access to internal websites and SaaS web applications without the
423
- * administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides
424
- * simple policy tools tailored for user interactions, while offloading common tasks like
425
- * capacity management, scaling, and maintaining browser images.</p>
441
+ * <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built
442
+ * specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it
443
+ * easy for customers to safely provide their employees with access to internal websites and
444
+ * SaaS web applications without the administrative burden of appliances or specialized client
445
+ * software. WorkSpaces Secure Browser provides simple policy tools tailored for user
446
+ * interactions, while offloading common tasks like capacity management, scaling, and
447
+ * maintaining browser images.</p>
426
448
  * @public
427
449
  */
428
450
  export declare class WorkSpacesWeb extends WorkSpacesWebClient implements WorkSpacesWeb {
@@ -35,12 +35,14 @@ import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCom
35
35
  import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "./commands/DisassociateTrustStoreCommand";
36
36
  import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "./commands/DisassociateUserAccessLoggingSettingsCommand";
37
37
  import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "./commands/DisassociateUserSettingsCommand";
38
+ import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
38
39
  import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "./commands/GetBrowserSettingsCommand";
39
40
  import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "./commands/GetIdentityProviderCommand";
40
41
  import { GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput } from "./commands/GetIpAccessSettingsCommand";
41
42
  import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "./commands/GetNetworkSettingsCommand";
42
43
  import { GetPortalCommandInput, GetPortalCommandOutput } from "./commands/GetPortalCommand";
43
44
  import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "./commands/GetPortalServiceProviderMetadataCommand";
45
+ import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
44
46
  import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "./commands/GetTrustStoreCertificateCommand";
45
47
  import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "./commands/GetTrustStoreCommand";
46
48
  import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "./commands/GetUserAccessLoggingSettingsCommand";
@@ -50,6 +52,7 @@ import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput }
50
52
  import { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "./commands/ListIpAccessSettingsCommand";
51
53
  import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "./commands/ListNetworkSettingsCommand";
52
54
  import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
55
+ import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
53
56
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
54
57
  import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "./commands/ListTrustStoreCertificatesCommand";
55
58
  import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "./commands/ListTrustStoresCommand";
@@ -71,11 +74,11 @@ export { __Client };
71
74
  /**
72
75
  * @public
73
76
  */
74
- export type ServiceInputTypes = AssociateBrowserSettingsCommandInput | AssociateIpAccessSettingsCommandInput | AssociateNetworkSettingsCommandInput | AssociateTrustStoreCommandInput | AssociateUserAccessLoggingSettingsCommandInput | AssociateUserSettingsCommandInput | CreateBrowserSettingsCommandInput | CreateIdentityProviderCommandInput | CreateIpAccessSettingsCommandInput | CreateNetworkSettingsCommandInput | CreatePortalCommandInput | CreateTrustStoreCommandInput | CreateUserAccessLoggingSettingsCommandInput | CreateUserSettingsCommandInput | DeleteBrowserSettingsCommandInput | DeleteIdentityProviderCommandInput | DeleteIpAccessSettingsCommandInput | DeleteNetworkSettingsCommandInput | DeletePortalCommandInput | DeleteTrustStoreCommandInput | DeleteUserAccessLoggingSettingsCommandInput | DeleteUserSettingsCommandInput | DisassociateBrowserSettingsCommandInput | DisassociateIpAccessSettingsCommandInput | DisassociateNetworkSettingsCommandInput | DisassociateTrustStoreCommandInput | DisassociateUserAccessLoggingSettingsCommandInput | DisassociateUserSettingsCommandInput | GetBrowserSettingsCommandInput | GetIdentityProviderCommandInput | GetIpAccessSettingsCommandInput | GetNetworkSettingsCommandInput | GetPortalCommandInput | GetPortalServiceProviderMetadataCommandInput | GetTrustStoreCertificateCommandInput | GetTrustStoreCommandInput | GetUserAccessLoggingSettingsCommandInput | GetUserSettingsCommandInput | ListBrowserSettingsCommandInput | ListIdentityProvidersCommandInput | ListIpAccessSettingsCommandInput | ListNetworkSettingsCommandInput | ListPortalsCommandInput | ListTagsForResourceCommandInput | ListTrustStoreCertificatesCommandInput | ListTrustStoresCommandInput | ListUserAccessLoggingSettingsCommandInput | ListUserSettingsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBrowserSettingsCommandInput | UpdateIdentityProviderCommandInput | UpdateIpAccessSettingsCommandInput | UpdateNetworkSettingsCommandInput | UpdatePortalCommandInput | UpdateTrustStoreCommandInput | UpdateUserAccessLoggingSettingsCommandInput | UpdateUserSettingsCommandInput;
77
+ export type ServiceInputTypes = AssociateBrowserSettingsCommandInput | AssociateIpAccessSettingsCommandInput | AssociateNetworkSettingsCommandInput | AssociateTrustStoreCommandInput | AssociateUserAccessLoggingSettingsCommandInput | AssociateUserSettingsCommandInput | CreateBrowserSettingsCommandInput | CreateIdentityProviderCommandInput | CreateIpAccessSettingsCommandInput | CreateNetworkSettingsCommandInput | CreatePortalCommandInput | CreateTrustStoreCommandInput | CreateUserAccessLoggingSettingsCommandInput | CreateUserSettingsCommandInput | DeleteBrowserSettingsCommandInput | DeleteIdentityProviderCommandInput | DeleteIpAccessSettingsCommandInput | DeleteNetworkSettingsCommandInput | DeletePortalCommandInput | DeleteTrustStoreCommandInput | DeleteUserAccessLoggingSettingsCommandInput | DeleteUserSettingsCommandInput | DisassociateBrowserSettingsCommandInput | DisassociateIpAccessSettingsCommandInput | DisassociateNetworkSettingsCommandInput | DisassociateTrustStoreCommandInput | DisassociateUserAccessLoggingSettingsCommandInput | DisassociateUserSettingsCommandInput | ExpireSessionCommandInput | GetBrowserSettingsCommandInput | GetIdentityProviderCommandInput | GetIpAccessSettingsCommandInput | GetNetworkSettingsCommandInput | GetPortalCommandInput | GetPortalServiceProviderMetadataCommandInput | GetSessionCommandInput | GetTrustStoreCertificateCommandInput | GetTrustStoreCommandInput | GetUserAccessLoggingSettingsCommandInput | GetUserSettingsCommandInput | ListBrowserSettingsCommandInput | ListIdentityProvidersCommandInput | ListIpAccessSettingsCommandInput | ListNetworkSettingsCommandInput | ListPortalsCommandInput | ListSessionsCommandInput | ListTagsForResourceCommandInput | ListTrustStoreCertificatesCommandInput | ListTrustStoresCommandInput | ListUserAccessLoggingSettingsCommandInput | ListUserSettingsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBrowserSettingsCommandInput | UpdateIdentityProviderCommandInput | UpdateIpAccessSettingsCommandInput | UpdateNetworkSettingsCommandInput | UpdatePortalCommandInput | UpdateTrustStoreCommandInput | UpdateUserAccessLoggingSettingsCommandInput | UpdateUserSettingsCommandInput;
75
78
  /**
76
79
  * @public
77
80
  */
78
- export type ServiceOutputTypes = AssociateBrowserSettingsCommandOutput | AssociateIpAccessSettingsCommandOutput | AssociateNetworkSettingsCommandOutput | AssociateTrustStoreCommandOutput | AssociateUserAccessLoggingSettingsCommandOutput | AssociateUserSettingsCommandOutput | CreateBrowserSettingsCommandOutput | CreateIdentityProviderCommandOutput | CreateIpAccessSettingsCommandOutput | CreateNetworkSettingsCommandOutput | CreatePortalCommandOutput | CreateTrustStoreCommandOutput | CreateUserAccessLoggingSettingsCommandOutput | CreateUserSettingsCommandOutput | DeleteBrowserSettingsCommandOutput | DeleteIdentityProviderCommandOutput | DeleteIpAccessSettingsCommandOutput | DeleteNetworkSettingsCommandOutput | DeletePortalCommandOutput | DeleteTrustStoreCommandOutput | DeleteUserAccessLoggingSettingsCommandOutput | DeleteUserSettingsCommandOutput | DisassociateBrowserSettingsCommandOutput | DisassociateIpAccessSettingsCommandOutput | DisassociateNetworkSettingsCommandOutput | DisassociateTrustStoreCommandOutput | DisassociateUserAccessLoggingSettingsCommandOutput | DisassociateUserSettingsCommandOutput | GetBrowserSettingsCommandOutput | GetIdentityProviderCommandOutput | GetIpAccessSettingsCommandOutput | GetNetworkSettingsCommandOutput | GetPortalCommandOutput | GetPortalServiceProviderMetadataCommandOutput | GetTrustStoreCertificateCommandOutput | GetTrustStoreCommandOutput | GetUserAccessLoggingSettingsCommandOutput | GetUserSettingsCommandOutput | ListBrowserSettingsCommandOutput | ListIdentityProvidersCommandOutput | ListIpAccessSettingsCommandOutput | ListNetworkSettingsCommandOutput | ListPortalsCommandOutput | ListTagsForResourceCommandOutput | ListTrustStoreCertificatesCommandOutput | ListTrustStoresCommandOutput | ListUserAccessLoggingSettingsCommandOutput | ListUserSettingsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBrowserSettingsCommandOutput | UpdateIdentityProviderCommandOutput | UpdateIpAccessSettingsCommandOutput | UpdateNetworkSettingsCommandOutput | UpdatePortalCommandOutput | UpdateTrustStoreCommandOutput | UpdateUserAccessLoggingSettingsCommandOutput | UpdateUserSettingsCommandOutput;
81
+ export type ServiceOutputTypes = AssociateBrowserSettingsCommandOutput | AssociateIpAccessSettingsCommandOutput | AssociateNetworkSettingsCommandOutput | AssociateTrustStoreCommandOutput | AssociateUserAccessLoggingSettingsCommandOutput | AssociateUserSettingsCommandOutput | CreateBrowserSettingsCommandOutput | CreateIdentityProviderCommandOutput | CreateIpAccessSettingsCommandOutput | CreateNetworkSettingsCommandOutput | CreatePortalCommandOutput | CreateTrustStoreCommandOutput | CreateUserAccessLoggingSettingsCommandOutput | CreateUserSettingsCommandOutput | DeleteBrowserSettingsCommandOutput | DeleteIdentityProviderCommandOutput | DeleteIpAccessSettingsCommandOutput | DeleteNetworkSettingsCommandOutput | DeletePortalCommandOutput | DeleteTrustStoreCommandOutput | DeleteUserAccessLoggingSettingsCommandOutput | DeleteUserSettingsCommandOutput | DisassociateBrowserSettingsCommandOutput | DisassociateIpAccessSettingsCommandOutput | DisassociateNetworkSettingsCommandOutput | DisassociateTrustStoreCommandOutput | DisassociateUserAccessLoggingSettingsCommandOutput | DisassociateUserSettingsCommandOutput | ExpireSessionCommandOutput | GetBrowserSettingsCommandOutput | GetIdentityProviderCommandOutput | GetIpAccessSettingsCommandOutput | GetNetworkSettingsCommandOutput | GetPortalCommandOutput | GetPortalServiceProviderMetadataCommandOutput | GetSessionCommandOutput | GetTrustStoreCertificateCommandOutput | GetTrustStoreCommandOutput | GetUserAccessLoggingSettingsCommandOutput | GetUserSettingsCommandOutput | ListBrowserSettingsCommandOutput | ListIdentityProvidersCommandOutput | ListIpAccessSettingsCommandOutput | ListNetworkSettingsCommandOutput | ListPortalsCommandOutput | ListSessionsCommandOutput | ListTagsForResourceCommandOutput | ListTrustStoreCertificatesCommandOutput | ListTrustStoresCommandOutput | ListUserAccessLoggingSettingsCommandOutput | ListUserSettingsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBrowserSettingsCommandOutput | UpdateIdentityProviderCommandOutput | UpdateIpAccessSettingsCommandOutput | UpdateNetworkSettingsCommandOutput | UpdatePortalCommandOutput | UpdateTrustStoreCommandOutput | UpdateUserAccessLoggingSettingsCommandOutput | UpdateUserSettingsCommandOutput;
79
82
  /**
80
83
  * @public
81
84
  */
@@ -209,12 +212,13 @@ export type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguratio
209
212
  export interface WorkSpacesWebClientResolvedConfig extends WorkSpacesWebClientResolvedConfigType {
210
213
  }
211
214
  /**
212
- * <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate
213
- * secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide
214
- * their employees with access to internal websites and SaaS web applications without the
215
- * administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides
216
- * simple policy tools tailored for user interactions, while offloading common tasks like
217
- * capacity management, scaling, and maintaining browser images.</p>
215
+ * <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built
216
+ * specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it
217
+ * easy for customers to safely provide their employees with access to internal websites and
218
+ * SaaS web applications without the administrative burden of appliances or specialized client
219
+ * software. WorkSpaces Secure Browser provides simple policy tools tailored for user
220
+ * interactions, while offloading common tasks like capacity management, scaling, and
221
+ * maintaining browser images.</p>
218
222
  * @public
219
223
  */
220
224
  export declare class WorkSpacesWebClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig> {
@@ -77,4 +77,15 @@ declare const AssociateBrowserSettingsCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class AssociateBrowserSettingsCommand extends AssociateBrowserSettingsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: AssociateBrowserSettingsRequest;
84
+ output: AssociateBrowserSettingsResponse;
85
+ };
86
+ sdk: {
87
+ input: AssociateBrowserSettingsCommandInput;
88
+ output: AssociateBrowserSettingsCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -77,4 +77,15 @@ declare const AssociateIpAccessSettingsCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class AssociateIpAccessSettingsCommand extends AssociateIpAccessSettingsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: AssociateIpAccessSettingsRequest;
84
+ output: AssociateIpAccessSettingsResponse;
85
+ };
86
+ sdk: {
87
+ input: AssociateIpAccessSettingsCommandInput;
88
+ output: AssociateIpAccessSettingsCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -77,4 +77,15 @@ declare const AssociateNetworkSettingsCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class AssociateNetworkSettingsCommand extends AssociateNetworkSettingsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: AssociateNetworkSettingsRequest;
84
+ output: AssociateNetworkSettingsResponse;
85
+ };
86
+ sdk: {
87
+ input: AssociateNetworkSettingsCommandInput;
88
+ output: AssociateNetworkSettingsCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -77,4 +77,15 @@ declare const AssociateTrustStoreCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class AssociateTrustStoreCommand extends AssociateTrustStoreCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: AssociateTrustStoreRequest;
84
+ output: AssociateTrustStoreResponse;
85
+ };
86
+ sdk: {
87
+ input: AssociateTrustStoreCommandInput;
88
+ output: AssociateTrustStoreCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -77,4 +77,15 @@ declare const AssociateUserAccessLoggingSettingsCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class AssociateUserAccessLoggingSettingsCommand extends AssociateUserAccessLoggingSettingsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: AssociateUserAccessLoggingSettingsRequest;
84
+ output: AssociateUserAccessLoggingSettingsResponse;
85
+ };
86
+ sdk: {
87
+ input: AssociateUserAccessLoggingSettingsCommandInput;
88
+ output: AssociateUserAccessLoggingSettingsCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -77,4 +77,15 @@ declare const AssociateUserSettingsCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class AssociateUserSettingsCommand extends AssociateUserSettingsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: AssociateUserSettingsRequest;
84
+ output: AssociateUserSettingsResponse;
85
+ };
86
+ sdk: {
87
+ input: AssociateUserSettingsCommandInput;
88
+ output: AssociateUserSettingsCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -91,4 +91,15 @@ declare const CreateBrowserSettingsCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class CreateBrowserSettingsCommand extends CreateBrowserSettingsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateBrowserSettingsRequest;
98
+ output: CreateBrowserSettingsResponse;
99
+ };
100
+ sdk: {
101
+ input: CreateBrowserSettingsCommandInput;
102
+ output: CreateBrowserSettingsCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -90,4 +90,15 @@ declare const CreateIdentityProviderCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class CreateIdentityProviderCommand extends CreateIdentityProviderCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: CreateIdentityProviderRequest;
97
+ output: CreateIdentityProviderResponse;
98
+ };
99
+ sdk: {
100
+ input: CreateIdentityProviderCommandInput;
101
+ output: CreateIdentityProviderCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -93,4 +93,15 @@ declare const CreateIpAccessSettingsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class CreateIpAccessSettingsCommand extends CreateIpAccessSettingsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateIpAccessSettingsRequest;
100
+ output: CreateIpAccessSettingsResponse;
101
+ };
102
+ sdk: {
103
+ input: CreateIpAccessSettingsCommandInput;
104
+ output: CreateIpAccessSettingsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -90,4 +90,15 @@ declare const CreateNetworkSettingsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class CreateNetworkSettingsCommand extends CreateNetworkSettingsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: CreateNetworkSettingsRequest;
97
+ output: CreateNetworkSettingsResponse;
98
+ };
99
+ sdk: {
100
+ input: CreateNetworkSettingsCommandInput;
101
+ output: CreateNetworkSettingsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -93,4 +93,15 @@ declare const CreatePortalCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class CreatePortalCommand extends CreatePortalCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreatePortalRequest;
100
+ output: CreatePortalResponse;
101
+ };
102
+ sdk: {
103
+ input: CreatePortalCommandInput;
104
+ output: CreatePortalCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -88,4 +88,15 @@ declare const CreateTrustStoreCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: CreateTrustStoreRequest;
95
+ output: CreateTrustStoreResponse;
96
+ };
97
+ sdk: {
98
+ input: CreateTrustStoreCommandInput;
99
+ output: CreateTrustStoreCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -27,7 +27,8 @@ declare const CreateUserAccessLoggingSettingsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a user access logging settings resource that can be associated with a web portal.</p>
30
+ * <p>Creates a user access logging settings resource that can be associated with a web
31
+ * portal.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -82,4 +83,15 @@ declare const CreateUserAccessLoggingSettingsCommand_base: {
82
83
  * @public
83
84
  */
84
85
  export declare class CreateUserAccessLoggingSettingsCommand extends CreateUserAccessLoggingSettingsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreateUserAccessLoggingSettingsRequest;
90
+ output: CreateUserAccessLoggingSettingsResponse;
91
+ };
92
+ sdk: {
93
+ input: CreateUserAccessLoggingSettingsCommandInput;
94
+ output: CreateUserAccessLoggingSettingsCommandOutput;
95
+ };
96
+ };
85
97
  }
@@ -111,4 +111,15 @@ declare const CreateUserSettingsCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class CreateUserSettingsCommand extends CreateUserSettingsCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: CreateUserSettingsRequest;
118
+ output: CreateUserSettingsResponse;
119
+ };
120
+ sdk: {
121
+ input: CreateUserSettingsCommandInput;
122
+ output: CreateUserSettingsCommandOutput;
123
+ };
124
+ };
114
125
  }