@aws-sdk/client-workspaces-web 3.306.0 → 3.310.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 (107) hide show
  1. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +2 -2
  2. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +2 -2
  3. package/dist-cjs/commands/AssociateTrustStoreCommand.js +2 -2
  4. package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -2
  5. package/dist-cjs/commands/AssociateUserSettingsCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -2
  8. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +2 -2
  9. package/dist-cjs/commands/CreatePortalCommand.js +2 -2
  10. package/dist-cjs/commands/CreateTrustStoreCommand.js +2 -2
  11. package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +2 -2
  12. package/dist-cjs/commands/CreateUserSettingsCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +2 -2
  16. package/dist-cjs/commands/DeletePortalCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteTrustStoreCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteUserSettingsCommand.js +2 -2
  20. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +2 -2
  22. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +2 -2
  23. package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -2
  24. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +2 -2
  25. package/dist-cjs/commands/GetBrowserSettingsCommand.js +2 -2
  26. package/dist-cjs/commands/GetIdentityProviderCommand.js +2 -2
  27. package/dist-cjs/commands/GetNetworkSettingsCommand.js +2 -2
  28. package/dist-cjs/commands/GetPortalCommand.js +2 -2
  29. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +2 -2
  30. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +2 -2
  31. package/dist-cjs/commands/GetTrustStoreCommand.js +2 -2
  32. package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +2 -2
  33. package/dist-cjs/commands/GetUserSettingsCommand.js +2 -2
  34. package/dist-cjs/commands/ListBrowserSettingsCommand.js +2 -2
  35. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -2
  36. package/dist-cjs/commands/ListNetworkSettingsCommand.js +2 -2
  37. package/dist-cjs/commands/ListPortalsCommand.js +2 -2
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +2 -2
  40. package/dist-cjs/commands/ListTrustStoresCommand.js +2 -2
  41. package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +2 -2
  42. package/dist-cjs/commands/ListUserSettingsCommand.js +2 -2
  43. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  44. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +2 -2
  48. package/dist-cjs/commands/UpdatePortalCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateTrustStoreCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateUserSettingsCommand.js +2 -2
  52. package/dist-cjs/protocols/Aws_restJson1.js +682 -698
  53. package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -3
  54. package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -3
  55. package/dist-es/commands/AssociateTrustStoreCommand.js +3 -3
  56. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +3 -3
  57. package/dist-es/commands/AssociateUserSettingsCommand.js +3 -3
  58. package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -3
  59. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -3
  60. package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -3
  61. package/dist-es/commands/CreatePortalCommand.js +3 -3
  62. package/dist-es/commands/CreateTrustStoreCommand.js +3 -3
  63. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +3 -3
  64. package/dist-es/commands/CreateUserSettingsCommand.js +3 -3
  65. package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -3
  66. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -3
  67. package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -3
  68. package/dist-es/commands/DeletePortalCommand.js +3 -3
  69. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -3
  70. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +3 -3
  71. package/dist-es/commands/DeleteUserSettingsCommand.js +3 -3
  72. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -3
  73. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -3
  74. package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -3
  75. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +3 -3
  76. package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -3
  77. package/dist-es/commands/GetBrowserSettingsCommand.js +3 -3
  78. package/dist-es/commands/GetIdentityProviderCommand.js +3 -3
  79. package/dist-es/commands/GetNetworkSettingsCommand.js +3 -3
  80. package/dist-es/commands/GetPortalCommand.js +3 -3
  81. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -3
  82. package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -3
  83. package/dist-es/commands/GetTrustStoreCommand.js +3 -3
  84. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +3 -3
  85. package/dist-es/commands/GetUserSettingsCommand.js +3 -3
  86. package/dist-es/commands/ListBrowserSettingsCommand.js +3 -3
  87. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -3
  88. package/dist-es/commands/ListNetworkSettingsCommand.js +3 -3
  89. package/dist-es/commands/ListPortalsCommand.js +3 -3
  90. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  91. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -3
  92. package/dist-es/commands/ListTrustStoresCommand.js +3 -3
  93. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +3 -3
  94. package/dist-es/commands/ListUserSettingsCommand.js +3 -3
  95. package/dist-es/commands/TagResourceCommand.js +3 -3
  96. package/dist-es/commands/UntagResourceCommand.js +3 -3
  97. package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -3
  98. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -3
  99. package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -3
  100. package/dist-es/commands/UpdatePortalCommand.js +3 -3
  101. package/dist-es/commands/UpdateTrustStoreCommand.js +3 -3
  102. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +3 -3
  103. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -3
  104. package/dist-es/protocols/Aws_restJson1.js +577 -593
  105. package/dist-types/protocols/Aws_restJson1.d.ts +408 -102
  106. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +102 -102
  107. package/package.json +35 -35
@@ -37,10 +37,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -37,10 +37,10 @@ class UpdateBrowserSettingsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBrowserSettingsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateBrowserSettingsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBrowserSettingsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateBrowserSettingsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateBrowserSettingsCommand = UpdateBrowserSettingsCommand;
@@ -37,10 +37,10 @@ class UpdateIdentityProviderCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateIdentityProviderCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateIdentityProviderCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateIdentityProviderCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateIdentityProviderCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateIdentityProviderCommand = UpdateIdentityProviderCommand;
@@ -36,10 +36,10 @@ class UpdateNetworkSettingsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateNetworkSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateNetworkSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateNetworkSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateNetworkSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateNetworkSettingsCommand = UpdateNetworkSettingsCommand;
@@ -37,10 +37,10 @@ class UpdatePortalCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdatePortalCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdatePortalCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePortalCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdatePortalCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdatePortalCommand = UpdatePortalCommand;
@@ -36,10 +36,10 @@ class UpdateTrustStoreCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateTrustStoreCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateTrustStoreCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateTrustStoreCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateTrustStoreCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateTrustStoreCommand = UpdateTrustStoreCommand;
@@ -36,10 +36,10 @@ class UpdateUserAccessLoggingSettingsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateUserAccessLoggingSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateUserAccessLoggingSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateUserAccessLoggingSettingsCommand = UpdateUserAccessLoggingSettingsCommand;
@@ -36,10 +36,10 @@ class UpdateUserSettingsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateUserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateUserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateUserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateUserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateUserSettingsCommand = UpdateUserSettingsCommand;