@aws-sdk/client-workspaces-web 3.306.0 → 3.309.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 +6 -6
@@ -36,10 +36,10 @@ class AssociateBrowserSettingsCommand 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_restJson1AssociateBrowserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateBrowserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateBrowserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateBrowserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateBrowserSettingsCommand = AssociateBrowserSettingsCommand;
@@ -36,10 +36,10 @@ class AssociateNetworkSettingsCommand 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_restJson1AssociateNetworkSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateNetworkSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateNetworkSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateNetworkSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateNetworkSettingsCommand = AssociateNetworkSettingsCommand;
@@ -36,10 +36,10 @@ class AssociateTrustStoreCommand 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_restJson1AssociateTrustStoreCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateTrustStoreCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateTrustStoreCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateTrustStoreCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateTrustStoreCommand = AssociateTrustStoreCommand;
@@ -36,10 +36,10 @@ class AssociateUserAccessLoggingSettingsCommand 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_restJson1AssociateUserAccessLoggingSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateUserAccessLoggingSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateUserAccessLoggingSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateUserAccessLoggingSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateUserAccessLoggingSettingsCommand = AssociateUserAccessLoggingSettingsCommand;
@@ -36,10 +36,10 @@ class AssociateUserSettingsCommand 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_restJson1AssociateUserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateUserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateUserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateUserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateUserSettingsCommand = AssociateUserSettingsCommand;
@@ -37,10 +37,10 @@ class CreateBrowserSettingsCommand 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_restJson1CreateBrowserSettingsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateBrowserSettingsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateBrowserSettingsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateBrowserSettingsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateBrowserSettingsCommand = CreateBrowserSettingsCommand;
@@ -37,10 +37,10 @@ class CreateIdentityProviderCommand 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_restJson1CreateIdentityProviderCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateIdentityProviderCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateIdentityProviderCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateIdentityProviderCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateIdentityProviderCommand = CreateIdentityProviderCommand;
@@ -37,10 +37,10 @@ class CreateNetworkSettingsCommand 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_restJson1CreateNetworkSettingsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateNetworkSettingsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateNetworkSettingsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateNetworkSettingsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateNetworkSettingsCommand = CreateNetworkSettingsCommand;
@@ -37,10 +37,10 @@ class CreatePortalCommand 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_restJson1CreatePortalCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreatePortalCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePortalCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreatePortalCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreatePortalCommand = CreatePortalCommand;
@@ -37,10 +37,10 @@ class CreateTrustStoreCommand 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_restJson1CreateTrustStoreCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateTrustStoreCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateTrustStoreCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateTrustStoreCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateTrustStoreCommand = CreateTrustStoreCommand;
@@ -37,10 +37,10 @@ class CreateUserAccessLoggingSettingsCommand 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_restJson1CreateUserAccessLoggingSettingsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateUserAccessLoggingSettingsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateUserAccessLoggingSettingsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateUserAccessLoggingSettingsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateUserAccessLoggingSettingsCommand = CreateUserAccessLoggingSettingsCommand;
@@ -37,10 +37,10 @@ class CreateUserSettingsCommand 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_restJson1CreateUserSettingsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateUserSettingsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateUserSettingsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateUserSettingsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateUserSettingsCommand = CreateUserSettingsCommand;
@@ -36,10 +36,10 @@ class DeleteBrowserSettingsCommand 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_restJson1DeleteBrowserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteBrowserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteBrowserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteBrowserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteBrowserSettingsCommand = DeleteBrowserSettingsCommand;
@@ -36,10 +36,10 @@ class DeleteIdentityProviderCommand 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_restJson1DeleteIdentityProviderCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteIdentityProviderCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteIdentityProviderCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteIdentityProviderCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteIdentityProviderCommand = DeleteIdentityProviderCommand;
@@ -36,10 +36,10 @@ class DeleteNetworkSettingsCommand 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_restJson1DeleteNetworkSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteNetworkSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteNetworkSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteNetworkSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteNetworkSettingsCommand = DeleteNetworkSettingsCommand;
@@ -36,10 +36,10 @@ class DeletePortalCommand 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_restJson1DeletePortalCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePortalCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePortalCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePortalCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePortalCommand = DeletePortalCommand;
@@ -36,10 +36,10 @@ class DeleteTrustStoreCommand 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_restJson1DeleteTrustStoreCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteTrustStoreCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteTrustStoreCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteTrustStoreCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteTrustStoreCommand = DeleteTrustStoreCommand;
@@ -36,10 +36,10 @@ class DeleteUserAccessLoggingSettingsCommand 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_restJson1DeleteUserAccessLoggingSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteUserAccessLoggingSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteUserAccessLoggingSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteUserAccessLoggingSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteUserAccessLoggingSettingsCommand = DeleteUserAccessLoggingSettingsCommand;
@@ -36,10 +36,10 @@ class DeleteUserSettingsCommand 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_restJson1DeleteUserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteUserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteUserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteUserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteUserSettingsCommand = DeleteUserSettingsCommand;
@@ -36,10 +36,10 @@ class DisassociateBrowserSettingsCommand 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_restJson1DisassociateBrowserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateBrowserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateBrowserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateBrowserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateBrowserSettingsCommand = DisassociateBrowserSettingsCommand;
@@ -36,10 +36,10 @@ class DisassociateNetworkSettingsCommand 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_restJson1DisassociateNetworkSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateNetworkSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateNetworkSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateNetworkSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateNetworkSettingsCommand = DisassociateNetworkSettingsCommand;
@@ -36,10 +36,10 @@ class DisassociateTrustStoreCommand 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_restJson1DisassociateTrustStoreCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateTrustStoreCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateTrustStoreCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateTrustStoreCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateTrustStoreCommand = DisassociateTrustStoreCommand;
@@ -36,10 +36,10 @@ class DisassociateUserAccessLoggingSettingsCommand extends smithy_client_1.Comma
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_restJson1DisassociateUserAccessLoggingSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateUserAccessLoggingSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateUserAccessLoggingSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateUserAccessLoggingSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateUserAccessLoggingSettingsCommand = DisassociateUserAccessLoggingSettingsCommand;
@@ -36,10 +36,10 @@ class DisassociateUserSettingsCommand 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_restJson1DisassociateUserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateUserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateUserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateUserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateUserSettingsCommand = DisassociateUserSettingsCommand;
@@ -37,10 +37,10 @@ class GetBrowserSettingsCommand 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_restJson1GetBrowserSettingsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetBrowserSettingsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetBrowserSettingsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetBrowserSettingsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetBrowserSettingsCommand = GetBrowserSettingsCommand;
@@ -37,10 +37,10 @@ class GetIdentityProviderCommand 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_restJson1GetIdentityProviderCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetIdentityProviderCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetIdentityProviderCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetIdentityProviderCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetIdentityProviderCommand = GetIdentityProviderCommand;
@@ -36,10 +36,10 @@ class GetNetworkSettingsCommand 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_restJson1GetNetworkSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetNetworkSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetNetworkSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetNetworkSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetNetworkSettingsCommand = GetNetworkSettingsCommand;
@@ -37,10 +37,10 @@ class GetPortalCommand 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_restJson1GetPortalCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetPortalCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetPortalCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetPortalCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetPortalCommand = GetPortalCommand;
@@ -36,10 +36,10 @@ class GetPortalServiceProviderMetadataCommand 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_restJson1GetPortalServiceProviderMetadataCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetPortalServiceProviderMetadataCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetPortalServiceProviderMetadataCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetPortalServiceProviderMetadataCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPortalServiceProviderMetadataCommand = GetPortalServiceProviderMetadataCommand;
@@ -36,10 +36,10 @@ class GetTrustStoreCertificateCommand 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_restJson1GetTrustStoreCertificateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTrustStoreCertificateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTrustStoreCertificateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTrustStoreCertificateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTrustStoreCertificateCommand = GetTrustStoreCertificateCommand;
@@ -36,10 +36,10 @@ class GetTrustStoreCommand 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_restJson1GetTrustStoreCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTrustStoreCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTrustStoreCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTrustStoreCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTrustStoreCommand = GetTrustStoreCommand;
@@ -36,10 +36,10 @@ class GetUserAccessLoggingSettingsCommand 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_restJson1GetUserAccessLoggingSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetUserAccessLoggingSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetUserAccessLoggingSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetUserAccessLoggingSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetUserAccessLoggingSettingsCommand = GetUserAccessLoggingSettingsCommand;
@@ -36,10 +36,10 @@ class GetUserSettingsCommand 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_restJson1GetUserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetUserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetUserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetUserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetUserSettingsCommand = GetUserSettingsCommand;
@@ -36,10 +36,10 @@ class ListBrowserSettingsCommand 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_restJson1ListBrowserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListBrowserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListBrowserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListBrowserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListBrowserSettingsCommand = ListBrowserSettingsCommand;
@@ -37,10 +37,10 @@ class ListIdentityProvidersCommand 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_restJson1ListIdentityProvidersCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListIdentityProvidersCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListIdentityProvidersCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListIdentityProvidersCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListIdentityProvidersCommand = ListIdentityProvidersCommand;
@@ -36,10 +36,10 @@ class ListNetworkSettingsCommand 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_restJson1ListNetworkSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListNetworkSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListNetworkSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListNetworkSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListNetworkSettingsCommand = ListNetworkSettingsCommand;
@@ -37,10 +37,10 @@ class ListPortalsCommand 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_restJson1ListPortalsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListPortalsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPortalsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListPortalsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListPortalsCommand = ListPortalsCommand;
@@ -37,10 +37,10 @@ class ListTagsForResourceCommand 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_restJson1ListTagsForResourceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListTrustStoreCertificatesCommand 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_restJson1ListTrustStoreCertificatesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTrustStoreCertificatesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTrustStoreCertificatesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTrustStoreCertificatesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTrustStoreCertificatesCommand = ListTrustStoreCertificatesCommand;
@@ -36,10 +36,10 @@ class ListTrustStoresCommand 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_restJson1ListTrustStoresCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTrustStoresCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTrustStoresCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTrustStoresCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTrustStoresCommand = ListTrustStoresCommand;
@@ -36,10 +36,10 @@ class ListUserAccessLoggingSettingsCommand 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_restJson1ListUserAccessLoggingSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListUserAccessLoggingSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListUserAccessLoggingSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListUserAccessLoggingSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListUserAccessLoggingSettingsCommand = ListUserAccessLoggingSettingsCommand;
@@ -36,10 +36,10 @@ class ListUserSettingsCommand 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_restJson1ListUserSettingsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListUserSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListUserSettingsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListUserSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListUserSettingsCommand = ListUserSettingsCommand;
@@ -37,10 +37,10 @@ class TagResourceCommand 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_restJson1TagResourceCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.TagResourceCommand = TagResourceCommand;