@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
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetPortalServiceProviderMetadataCommand, serializeAws_restJson1GetPortalServiceProviderMetadataCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetPortalServiceProviderMetadataCommand, se_GetPortalServiceProviderMetadataCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetPortalServiceProviderMetadataCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetPortalServiceProviderMetadataCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetPortalServiceProviderMetadataCommand(input, context);
36
+ return se_GetPortalServiceProviderMetadataCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetPortalServiceProviderMetadataCommand(output, context);
39
+ return de_GetPortalServiceProviderMetadataCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetTrustStoreCertificateCommand, serializeAws_restJson1GetTrustStoreCertificateCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetTrustStoreCertificateCommand, se_GetTrustStoreCertificateCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetTrustStoreCertificateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetTrustStoreCertificateCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetTrustStoreCertificateCommand(input, context);
36
+ return se_GetTrustStoreCertificateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetTrustStoreCertificateCommand(output, context);
39
+ return de_GetTrustStoreCertificateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetTrustStoreCommand, serializeAws_restJson1GetTrustStoreCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetTrustStoreCommand, se_GetTrustStoreCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetTrustStoreCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetTrustStoreCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetTrustStoreCommand(input, context);
36
+ return se_GetTrustStoreCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetTrustStoreCommand(output, context);
39
+ return de_GetTrustStoreCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetUserAccessLoggingSettingsCommand, serializeAws_restJson1GetUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetUserAccessLoggingSettingsCommand, se_GetUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetUserAccessLoggingSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetUserAccessLoggingSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetUserAccessLoggingSettingsCommand(input, context);
36
+ return se_GetUserAccessLoggingSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetUserAccessLoggingSettingsCommand(output, context);
39
+ return de_GetUserAccessLoggingSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetUserSettingsCommand, serializeAws_restJson1GetUserSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetUserSettingsCommand, se_GetUserSettingsCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetUserSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetUserSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetUserSettingsCommand(input, context);
36
+ return se_GetUserSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetUserSettingsCommand(output, context);
39
+ return de_GetUserSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBrowserSettingsCommand, serializeAws_restJson1ListBrowserSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBrowserSettingsCommand, se_ListBrowserSettingsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBrowserSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBrowserSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBrowserSettingsCommand(input, context);
36
+ return se_ListBrowserSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBrowserSettingsCommand(output, context);
39
+ return de_ListBrowserSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListIdentityProvidersResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListIdentityProvidersCommand, serializeAws_restJson1ListIdentityProvidersCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListIdentityProvidersCommand, se_ListIdentityProvidersCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListIdentityProvidersCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListIdentityProvidersCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListIdentityProvidersCommand(input, context);
37
+ return se_ListIdentityProvidersCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListIdentityProvidersCommand(output, context);
40
+ return de_ListIdentityProvidersCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListNetworkSettingsCommand, serializeAws_restJson1ListNetworkSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListNetworkSettingsCommand, se_ListNetworkSettingsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListNetworkSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListNetworkSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListNetworkSettingsCommand(input, context);
36
+ return se_ListNetworkSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListNetworkSettingsCommand(output, context);
39
+ return de_ListNetworkSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListPortalsResponseFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1ListPortalsCommand, serializeAws_restJson1ListPortalsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListPortalsCommand, se_ListPortalsCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListPortalsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListPortalsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListPortalsCommand(input, context);
37
+ return se_ListPortalsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListPortalsCommand(output, context);
40
+ return de_ListPortalsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListTagsForResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListTagsForResourceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
37
+ return se_ListTagsForResourceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
40
+ return de_ListTagsForResourceCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTrustStoreCertificatesCommand, serializeAws_restJson1ListTrustStoreCertificatesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTrustStoreCertificatesCommand, se_ListTrustStoreCertificatesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTrustStoreCertificatesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTrustStoreCertificatesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTrustStoreCertificatesCommand(input, context);
36
+ return se_ListTrustStoreCertificatesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTrustStoreCertificatesCommand(output, context);
39
+ return de_ListTrustStoreCertificatesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTrustStoresCommand, serializeAws_restJson1ListTrustStoresCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTrustStoresCommand, se_ListTrustStoresCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTrustStoresCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTrustStoresCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTrustStoresCommand(input, context);
36
+ return se_ListTrustStoresCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTrustStoresCommand(output, context);
39
+ return de_ListTrustStoresCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListUserAccessLoggingSettingsCommand, serializeAws_restJson1ListUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListUserAccessLoggingSettingsCommand, se_ListUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListUserAccessLoggingSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListUserAccessLoggingSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListUserAccessLoggingSettingsCommand(input, context);
36
+ return se_ListUserAccessLoggingSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListUserAccessLoggingSettingsCommand(output, context);
39
+ return de_ListUserAccessLoggingSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListUserSettingsCommand, serializeAws_restJson1ListUserSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListUserSettingsCommand, se_ListUserSettingsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListUserSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListUserSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListUserSettingsCommand(input, context);
36
+ return se_ListUserSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListUserSettingsCommand(output, context);
39
+ return de_ListUserSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export class TagResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class TagResourceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1TagResourceCommand(input, context);
37
+ return se_TagResourceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1TagResourceCommand(output, context);
40
+ return de_TagResourceCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UntagResourceRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export class UntagResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UntagResourceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UntagResourceCommand(input, context);
37
+ return se_UntagResourceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UntagResourceCommand(output, context);
40
+ return de_UntagResourceCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateBrowserSettingsRequestFilterSensitiveLog, UpdateBrowserSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateBrowserSettingsCommand, serializeAws_restJson1UpdateBrowserSettingsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateBrowserSettingsCommand, se_UpdateBrowserSettingsCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateBrowserSettingsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateBrowserSettingsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateBrowserSettingsCommand(input, context);
37
+ return se_UpdateBrowserSettingsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateBrowserSettingsCommand(output, context);
40
+ return de_UpdateBrowserSettingsCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateIdentityProviderRequestFilterSensitiveLog, UpdateIdentityProviderResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateIdentityProviderCommand, serializeAws_restJson1UpdateIdentityProviderCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateIdentityProviderCommand, se_UpdateIdentityProviderCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateIdentityProviderCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateIdentityProviderCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateIdentityProviderCommand(input, context);
37
+ return se_UpdateIdentityProviderCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateIdentityProviderCommand(output, context);
40
+ return de_UpdateIdentityProviderCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateNetworkSettingsCommand, serializeAws_restJson1UpdateNetworkSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateNetworkSettingsCommand, se_UpdateNetworkSettingsCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateNetworkSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateNetworkSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateNetworkSettingsCommand(input, context);
36
+ return se_UpdateNetworkSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateNetworkSettingsCommand(output, context);
39
+ return de_UpdateNetworkSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdatePortalRequestFilterSensitiveLog, UpdatePortalResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdatePortalCommand, serializeAws_restJson1UpdatePortalCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdatePortalCommand, se_UpdatePortalCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdatePortalCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdatePortalCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdatePortalCommand(input, context);
37
+ return se_UpdatePortalCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdatePortalCommand(output, context);
40
+ return de_UpdatePortalCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateTrustStoreCommand, serializeAws_restJson1UpdateTrustStoreCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateTrustStoreCommand, se_UpdateTrustStoreCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateTrustStoreCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateTrustStoreCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateTrustStoreCommand(input, context);
36
+ return se_UpdateTrustStoreCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateTrustStoreCommand(output, context);
39
+ return de_UpdateTrustStoreCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand, serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateUserAccessLoggingSettingsCommand, se_UpdateUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class UpdateUserAccessLoggingSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateUserAccessLoggingSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateUserAccessLoggingSettingsCommand(input, context);
36
+ return se_UpdateUserAccessLoggingSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateUserAccessLoggingSettingsCommand(output, context);
39
+ return de_UpdateUserAccessLoggingSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateUserSettingsCommand, serializeAws_restJson1UpdateUserSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateUserSettingsCommand, se_UpdateUserSettingsCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateUserSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateUserSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateUserSettingsCommand(input, context);
36
+ return se_UpdateUserSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateUserSettingsCommand(output, context);
39
+ return de_UpdateUserSettingsCommand(output, context);
40
40
  }
41
41
  }