@aws-sdk/client-workspaces-web 3.928.0 → 3.930.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 (99) hide show
  1. package/dist-cjs/index.js +2743 -3271
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/WorkSpacesWebClient.js +2 -0
  4. package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -9
  5. package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +3 -9
  6. package/dist-es/commands/AssociateIpAccessSettingsCommand.js +3 -9
  7. package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -9
  8. package/dist-es/commands/AssociateSessionLoggerCommand.js +3 -9
  9. package/dist-es/commands/AssociateTrustStoreCommand.js +3 -9
  10. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +3 -9
  11. package/dist-es/commands/AssociateUserSettingsCommand.js +3 -9
  12. package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -10
  13. package/dist-es/commands/CreateDataProtectionSettingsCommand.js +3 -10
  14. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -10
  15. package/dist-es/commands/CreateIpAccessSettingsCommand.js +3 -10
  16. package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -10
  17. package/dist-es/commands/CreatePortalCommand.js +3 -10
  18. package/dist-es/commands/CreateSessionLoggerCommand.js +3 -10
  19. package/dist-es/commands/CreateTrustStoreCommand.js +3 -10
  20. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +3 -10
  21. package/dist-es/commands/CreateUserSettingsCommand.js +3 -10
  22. package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -9
  23. package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +3 -9
  24. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
  25. package/dist-es/commands/DeleteIpAccessSettingsCommand.js +3 -9
  26. package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -9
  27. package/dist-es/commands/DeletePortalCommand.js +3 -9
  28. package/dist-es/commands/DeleteSessionLoggerCommand.js +3 -9
  29. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
  30. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +3 -9
  31. package/dist-es/commands/DeleteUserSettingsCommand.js +3 -9
  32. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -9
  33. package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +3 -9
  34. package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +3 -9
  35. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -9
  36. package/dist-es/commands/DisassociateSessionLoggerCommand.js +3 -9
  37. package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -9
  38. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +3 -9
  39. package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -9
  40. package/dist-es/commands/ExpireSessionCommand.js +3 -9
  41. package/dist-es/commands/GetBrowserSettingsCommand.js +3 -10
  42. package/dist-es/commands/GetDataProtectionSettingsCommand.js +3 -10
  43. package/dist-es/commands/GetIdentityProviderCommand.js +3 -10
  44. package/dist-es/commands/GetIpAccessSettingsCommand.js +3 -10
  45. package/dist-es/commands/GetNetworkSettingsCommand.js +3 -9
  46. package/dist-es/commands/GetPortalCommand.js +3 -10
  47. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -9
  48. package/dist-es/commands/GetSessionCommand.js +3 -10
  49. package/dist-es/commands/GetSessionLoggerCommand.js +3 -10
  50. package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -9
  51. package/dist-es/commands/GetTrustStoreCommand.js +3 -9
  52. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +3 -9
  53. package/dist-es/commands/GetUserSettingsCommand.js +3 -10
  54. package/dist-es/commands/ListBrowserSettingsCommand.js +3 -9
  55. package/dist-es/commands/ListDataProtectionSettingsCommand.js +3 -10
  56. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -10
  57. package/dist-es/commands/ListIpAccessSettingsCommand.js +3 -10
  58. package/dist-es/commands/ListNetworkSettingsCommand.js +3 -9
  59. package/dist-es/commands/ListPortalsCommand.js +3 -10
  60. package/dist-es/commands/ListSessionLoggersCommand.js +3 -10
  61. package/dist-es/commands/ListSessionsCommand.js +3 -10
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  63. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -9
  64. package/dist-es/commands/ListTrustStoresCommand.js +3 -9
  65. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +3 -9
  66. package/dist-es/commands/ListUserSettingsCommand.js +3 -10
  67. package/dist-es/commands/TagResourceCommand.js +3 -10
  68. package/dist-es/commands/UntagResourceCommand.js +3 -10
  69. package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -10
  70. package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +3 -10
  71. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -10
  72. package/dist-es/commands/UpdateIpAccessSettingsCommand.js +3 -10
  73. package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -9
  74. package/dist-es/commands/UpdatePortalCommand.js +3 -10
  75. package/dist-es/commands/UpdateSessionLoggerCommand.js +3 -10
  76. package/dist-es/commands/UpdateTrustStoreCommand.js +3 -9
  77. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +3 -9
  78. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -10
  79. package/dist-es/models/models_0.js +0 -354
  80. package/dist-es/runtimeConfig.shared.js +2 -0
  81. package/dist-es/schemas/schemas_0.js +2590 -0
  82. package/dist-types/WorkSpacesWebClient.d.ts +10 -1
  83. package/dist-types/models/models_0.d.ts +4 -273
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  85. package/dist-types/runtimeConfig.d.ts +1 -0
  86. package/dist-types/runtimeConfig.native.d.ts +1 -0
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/schemas/schemas_0.d.ts +324 -0
  89. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +4 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +0 -195
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  95. package/dist-types/ts3.4/schemas/schemas_0.d.ts +331 -0
  96. package/package.json +33 -34
  97. package/dist-es/protocols/Aws_restJson1.js +0 -2317
  98. package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
  99. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetSessionLoggerResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetSessionLoggerCommand, se_GetSessionLoggerCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSessionLogger } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSessionLoggerCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "GetSessionLogger", {})
18
13
  .n("WorkSpacesWebClient", "GetSessionLoggerCommand")
19
- .f(void 0, GetSessionLoggerResponseFilterSensitiveLog)
20
- .ser(se_GetSessionLoggerCommand)
21
- .de(de_GetSessionLoggerCommand)
14
+ .sc(GetSessionLogger)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTrustStoreCertificateCommand, se_GetTrustStoreCertificateCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTrustStoreCertificate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrustStoreCertificateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSErmineControlPlaneService", "GetTrustStoreCertificate", {})
17
13
  .n("WorkSpacesWebClient", "GetTrustStoreCertificateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrustStoreCertificateCommand)
20
- .de(de_GetTrustStoreCertificateCommand)
14
+ .sc(GetTrustStoreCertificate)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTrustStoreCommand, se_GetTrustStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTrustStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrustStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSErmineControlPlaneService", "GetTrustStore", {})
17
13
  .n("WorkSpacesWebClient", "GetTrustStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrustStoreCommand)
20
- .de(de_GetTrustStoreCommand)
14
+ .sc(GetTrustStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetUserAccessLoggingSettingsCommand, se_GetUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetUserAccessLoggingSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUserAccessLoggingSettingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSErmineControlPlaneService", "GetUserAccessLoggingSettings", {})
17
13
  .n("WorkSpacesWebClient", "GetUserAccessLoggingSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUserAccessLoggingSettingsCommand)
20
- .de(de_GetUserAccessLoggingSettingsCommand)
14
+ .sc(GetUserAccessLoggingSettings)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetUserSettingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetUserSettingsCommand, se_GetUserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetUserSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetUserSettingsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "GetUserSettings", {})
18
13
  .n("WorkSpacesWebClient", "GetUserSettingsCommand")
19
- .f(void 0, GetUserSettingsResponseFilterSensitiveLog)
20
- .ser(se_GetUserSettingsCommand)
21
- .de(de_GetUserSettingsCommand)
14
+ .sc(GetUserSettings)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListBrowserSettingsCommand, se_ListBrowserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListBrowserSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListBrowserSettingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSErmineControlPlaneService", "ListBrowserSettings", {})
17
13
  .n("WorkSpacesWebClient", "ListBrowserSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListBrowserSettingsCommand)
20
- .de(de_ListBrowserSettingsCommand)
14
+ .sc(ListBrowserSettings)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListDataProtectionSettingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListDataProtectionSettingsCommand, se_ListDataProtectionSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDataProtectionSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListDataProtectionSettingsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "ListDataProtectionSettings", {})
18
13
  .n("WorkSpacesWebClient", "ListDataProtectionSettingsCommand")
19
- .f(void 0, ListDataProtectionSettingsResponseFilterSensitiveLog)
20
- .ser(se_ListDataProtectionSettingsCommand)
21
- .de(de_ListDataProtectionSettingsCommand)
14
+ .sc(ListDataProtectionSettings)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListIdentityProvidersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListIdentityProvidersCommand, se_ListIdentityProvidersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListIdentityProviders } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListIdentityProvidersCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "ListIdentityProviders", {})
18
13
  .n("WorkSpacesWebClient", "ListIdentityProvidersCommand")
19
- .f(void 0, ListIdentityProvidersResponseFilterSensitiveLog)
20
- .ser(se_ListIdentityProvidersCommand)
21
- .de(de_ListIdentityProvidersCommand)
14
+ .sc(ListIdentityProviders)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListIpAccessSettingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListIpAccessSettingsCommand, se_ListIpAccessSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListIpAccessSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListIpAccessSettingsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "ListIpAccessSettings", {})
18
13
  .n("WorkSpacesWebClient", "ListIpAccessSettingsCommand")
19
- .f(void 0, ListIpAccessSettingsResponseFilterSensitiveLog)
20
- .ser(se_ListIpAccessSettingsCommand)
21
- .de(de_ListIpAccessSettingsCommand)
14
+ .sc(ListIpAccessSettings)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListNetworkSettingsCommand, se_ListNetworkSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListNetworkSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListNetworkSettingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSErmineControlPlaneService", "ListNetworkSettings", {})
17
13
  .n("WorkSpacesWebClient", "ListNetworkSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListNetworkSettingsCommand)
20
- .de(de_ListNetworkSettingsCommand)
14
+ .sc(ListNetworkSettings)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListPortalsResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_ListPortalsCommand, se_ListPortalsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListPortals } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListPortalsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "ListPortals", {})
18
13
  .n("WorkSpacesWebClient", "ListPortalsCommand")
19
- .f(void 0, ListPortalsResponseFilterSensitiveLog)
20
- .ser(se_ListPortalsCommand)
21
- .de(de_ListPortalsCommand)
14
+ .sc(ListPortals)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListSessionLoggersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListSessionLoggersCommand, se_ListSessionLoggersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSessionLoggers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListSessionLoggersCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "ListSessionLoggers", {})
18
13
  .n("WorkSpacesWebClient", "ListSessionLoggersCommand")
19
- .f(void 0, ListSessionLoggersResponseFilterSensitiveLog)
20
- .ser(se_ListSessionLoggersCommand)
21
- .de(de_ListSessionLoggersCommand)
14
+ .sc(ListSessionLoggers)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListSessionsRequestFilterSensitiveLog, ListSessionsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListSessionsCommand, se_ListSessionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSessions } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListSessionsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "ListSessions", {})
18
13
  .n("WorkSpacesWebClient", "ListSessionsCommand")
19
- .f(ListSessionsRequestFilterSensitiveLog, ListSessionsResponseFilterSensitiveLog)
20
- .ser(se_ListSessionsCommand)
21
- .de(de_ListSessionsCommand)
14
+ .sc(ListSessions)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListTagsForResourceCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "ListTagsForResource", {})
18
13
  .n("WorkSpacesWebClient", "ListTagsForResourceCommand")
19
- .f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
20
- .ser(se_ListTagsForResourceCommand)
21
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTrustStoreCertificatesCommand, se_ListTrustStoreCertificatesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTrustStoreCertificates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTrustStoreCertificatesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSErmineControlPlaneService", "ListTrustStoreCertificates", {})
17
13
  .n("WorkSpacesWebClient", "ListTrustStoreCertificatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTrustStoreCertificatesCommand)
20
- .de(de_ListTrustStoreCertificatesCommand)
14
+ .sc(ListTrustStoreCertificates)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTrustStoresCommand, se_ListTrustStoresCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTrustStores } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTrustStoresCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSErmineControlPlaneService", "ListTrustStores", {})
17
13
  .n("WorkSpacesWebClient", "ListTrustStoresCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTrustStoresCommand)
20
- .de(de_ListTrustStoresCommand)
14
+ .sc(ListTrustStores)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListUserAccessLoggingSettingsCommand, se_ListUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListUserAccessLoggingSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListUserAccessLoggingSettingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSErmineControlPlaneService", "ListUserAccessLoggingSettings", {})
17
13
  .n("WorkSpacesWebClient", "ListUserAccessLoggingSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListUserAccessLoggingSettingsCommand)
20
- .de(de_ListUserAccessLoggingSettingsCommand)
14
+ .sc(ListUserAccessLoggingSettings)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListUserSettingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListUserSettingsCommand, se_ListUserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListUserSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListUserSettingsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "ListUserSettings", {})
18
13
  .n("WorkSpacesWebClient", "ListUserSettingsCommand")
19
- .f(void 0, ListUserSettingsResponseFilterSensitiveLog)
20
- .ser(se_ListUserSettingsCommand)
21
- .de(de_ListUserSettingsCommand)
14
+ .sc(ListUserSettings)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class TagResourceCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "TagResource", {})
18
13
  .n("WorkSpacesWebClient", "TagResourceCommand")
19
- .f(TagResourceRequestFilterSensitiveLog, void 0)
20
- .ser(se_TagResourceCommand)
21
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UntagResourceRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UntagResourceCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "UntagResource", {})
18
13
  .n("WorkSpacesWebClient", "UntagResourceCommand")
19
- .f(UntagResourceRequestFilterSensitiveLog, void 0)
20
- .ser(se_UntagResourceCommand)
21
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateBrowserSettingsRequestFilterSensitiveLog, UpdateBrowserSettingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateBrowserSettingsCommand, se_UpdateBrowserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateBrowserSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateBrowserSettingsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "UpdateBrowserSettings", {})
18
13
  .n("WorkSpacesWebClient", "UpdateBrowserSettingsCommand")
19
- .f(UpdateBrowserSettingsRequestFilterSensitiveLog, UpdateBrowserSettingsResponseFilterSensitiveLog)
20
- .ser(se_UpdateBrowserSettingsCommand)
21
- .de(de_UpdateBrowserSettingsCommand)
14
+ .sc(UpdateBrowserSettings)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateDataProtectionSettingsRequestFilterSensitiveLog, UpdateDataProtectionSettingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateDataProtectionSettingsCommand, se_UpdateDataProtectionSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateDataProtectionSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateDataProtectionSettingsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "UpdateDataProtectionSettings", {})
18
13
  .n("WorkSpacesWebClient", "UpdateDataProtectionSettingsCommand")
19
- .f(UpdateDataProtectionSettingsRequestFilterSensitiveLog, UpdateDataProtectionSettingsResponseFilterSensitiveLog)
20
- .ser(se_UpdateDataProtectionSettingsCommand)
21
- .de(de_UpdateDataProtectionSettingsCommand)
14
+ .sc(UpdateDataProtectionSettings)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateIdentityProviderRequestFilterSensitiveLog, UpdateIdentityProviderResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateIdentityProviderCommand, se_UpdateIdentityProviderCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateIdentityProvider } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateIdentityProviderCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSErmineControlPlaneService", "UpdateIdentityProvider", {})
18
13
  .n("WorkSpacesWebClient", "UpdateIdentityProviderCommand")
19
- .f(UpdateIdentityProviderRequestFilterSensitiveLog, UpdateIdentityProviderResponseFilterSensitiveLog)
20
- .ser(se_UpdateIdentityProviderCommand)
21
- .de(de_UpdateIdentityProviderCommand)
14
+ .sc(UpdateIdentityProvider)
22
15
  .build() {
23
16
  }