@aws-sdk/client-workspaces-web 3.928.0 → 3.929.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 -3261
  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 -344
  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 +0 -272
  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 -194
  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 +2 -3
  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,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_DeleteNetworkSettingsCommand, se_DeleteNetworkSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteNetworkSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteNetworkSettingsCommand 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", "DeleteNetworkSettings", {})
17
13
  .n("WorkSpacesWebClient", "DeleteNetworkSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteNetworkSettingsCommand)
20
- .de(de_DeleteNetworkSettingsCommand)
14
+ .sc(DeleteNetworkSettings)
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_DeletePortalCommand, se_DeletePortalCommand } from "../protocols/Aws_restJson1";
4
+ import { DeletePortal } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePortalCommand 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", "DeletePortal", {})
17
13
  .n("WorkSpacesWebClient", "DeletePortalCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeletePortalCommand)
20
- .de(de_DeletePortalCommand)
14
+ .sc(DeletePortal)
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_DeleteSessionLoggerCommand, se_DeleteSessionLoggerCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteSessionLogger } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSessionLoggerCommand 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", "DeleteSessionLogger", {})
17
13
  .n("WorkSpacesWebClient", "DeleteSessionLoggerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSessionLoggerCommand)
20
- .de(de_DeleteSessionLoggerCommand)
14
+ .sc(DeleteSessionLogger)
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_DeleteTrustStoreCommand, se_DeleteTrustStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteTrustStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTrustStoreCommand 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", "DeleteTrustStore", {})
17
13
  .n("WorkSpacesWebClient", "DeleteTrustStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTrustStoreCommand)
20
- .de(de_DeleteTrustStoreCommand)
14
+ .sc(DeleteTrustStore)
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_DeleteUserAccessLoggingSettingsCommand, se_DeleteUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteUserAccessLoggingSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteUserAccessLoggingSettingsCommand 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", "DeleteUserAccessLoggingSettings", {})
17
13
  .n("WorkSpacesWebClient", "DeleteUserAccessLoggingSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteUserAccessLoggingSettingsCommand)
20
- .de(de_DeleteUserAccessLoggingSettingsCommand)
14
+ .sc(DeleteUserAccessLoggingSettings)
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_DeleteUserSettingsCommand, se_DeleteUserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteUserSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteUserSettingsCommand 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", "DeleteUserSettings", {})
17
13
  .n("WorkSpacesWebClient", "DeleteUserSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteUserSettingsCommand)
20
- .de(de_DeleteUserSettingsCommand)
14
+ .sc(DeleteUserSettings)
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_DisassociateBrowserSettingsCommand, se_DisassociateBrowserSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateBrowserSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateBrowserSettingsCommand 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", "DisassociateBrowserSettings", {})
17
13
  .n("WorkSpacesWebClient", "DisassociateBrowserSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateBrowserSettingsCommand)
20
- .de(de_DisassociateBrowserSettingsCommand)
14
+ .sc(DisassociateBrowserSettings)
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_DisassociateDataProtectionSettingsCommand, se_DisassociateDataProtectionSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateDataProtectionSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateDataProtectionSettingsCommand 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", "DisassociateDataProtectionSettings", {})
17
13
  .n("WorkSpacesWebClient", "DisassociateDataProtectionSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateDataProtectionSettingsCommand)
20
- .de(de_DisassociateDataProtectionSettingsCommand)
14
+ .sc(DisassociateDataProtectionSettings)
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_DisassociateIpAccessSettingsCommand, se_DisassociateIpAccessSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateIpAccessSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateIpAccessSettingsCommand 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", "DisassociateIpAccessSettings", {})
17
13
  .n("WorkSpacesWebClient", "DisassociateIpAccessSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateIpAccessSettingsCommand)
20
- .de(de_DisassociateIpAccessSettingsCommand)
14
+ .sc(DisassociateIpAccessSettings)
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_DisassociateNetworkSettingsCommand, se_DisassociateNetworkSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateNetworkSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateNetworkSettingsCommand 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", "DisassociateNetworkSettings", {})
17
13
  .n("WorkSpacesWebClient", "DisassociateNetworkSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateNetworkSettingsCommand)
20
- .de(de_DisassociateNetworkSettingsCommand)
14
+ .sc(DisassociateNetworkSettings)
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_DisassociateSessionLoggerCommand, se_DisassociateSessionLoggerCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociateSessionLogger } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateSessionLoggerCommand 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", "DisassociateSessionLogger", {})
17
13
  .n("WorkSpacesWebClient", "DisassociateSessionLoggerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateSessionLoggerCommand)
20
- .de(de_DisassociateSessionLoggerCommand)
14
+ .sc(DisassociateSessionLogger)
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_DisassociateTrustStoreCommand, se_DisassociateTrustStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociateTrustStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateTrustStoreCommand 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", "DisassociateTrustStore", {})
17
13
  .n("WorkSpacesWebClient", "DisassociateTrustStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateTrustStoreCommand)
20
- .de(de_DisassociateTrustStoreCommand)
14
+ .sc(DisassociateTrustStore)
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_DisassociateUserAccessLoggingSettingsCommand, se_DisassociateUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateUserAccessLoggingSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateUserAccessLoggingSettingsCommand 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", "DisassociateUserAccessLoggingSettings", {})
17
13
  .n("WorkSpacesWebClient", "DisassociateUserAccessLoggingSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateUserAccessLoggingSettingsCommand)
20
- .de(de_DisassociateUserAccessLoggingSettingsCommand)
14
+ .sc(DisassociateUserAccessLoggingSettings)
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_DisassociateUserSettingsCommand, se_DisassociateUserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociateUserSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateUserSettingsCommand 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", "DisassociateUserSettings", {})
17
13
  .n("WorkSpacesWebClient", "DisassociateUserSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateUserSettingsCommand)
20
- .de(de_DisassociateUserSettingsCommand)
14
+ .sc(DisassociateUserSettings)
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_ExpireSessionCommand, se_ExpireSessionCommand } from "../protocols/Aws_restJson1";
4
+ import { ExpireSession } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ExpireSessionCommand 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", "ExpireSession", {})
17
13
  .n("WorkSpacesWebClient", "ExpireSessionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ExpireSessionCommand)
20
- .de(de_ExpireSessionCommand)
14
+ .sc(ExpireSession)
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 { GetBrowserSettingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetBrowserSettingsCommand, se_GetBrowserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetBrowserSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetBrowserSettingsCommand 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", "GetBrowserSettings", {})
18
13
  .n("WorkSpacesWebClient", "GetBrowserSettingsCommand")
19
- .f(void 0, GetBrowserSettingsResponseFilterSensitiveLog)
20
- .ser(se_GetBrowserSettingsCommand)
21
- .de(de_GetBrowserSettingsCommand)
14
+ .sc(GetBrowserSettings)
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 { GetDataProtectionSettingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetDataProtectionSettingsCommand, se_GetDataProtectionSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataProtectionSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetDataProtectionSettingsCommand 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", "GetDataProtectionSettings", {})
18
13
  .n("WorkSpacesWebClient", "GetDataProtectionSettingsCommand")
19
- .f(void 0, GetDataProtectionSettingsResponseFilterSensitiveLog)
20
- .ser(se_GetDataProtectionSettingsCommand)
21
- .de(de_GetDataProtectionSettingsCommand)
14
+ .sc(GetDataProtectionSettings)
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 { GetIdentityProviderResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetIdentityProviderCommand, se_GetIdentityProviderCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIdentityProvider } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetIdentityProviderCommand 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", "GetIdentityProvider", {})
18
13
  .n("WorkSpacesWebClient", "GetIdentityProviderCommand")
19
- .f(void 0, GetIdentityProviderResponseFilterSensitiveLog)
20
- .ser(se_GetIdentityProviderCommand)
21
- .de(de_GetIdentityProviderCommand)
14
+ .sc(GetIdentityProvider)
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 { GetIpAccessSettingsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetIpAccessSettingsCommand, se_GetIpAccessSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIpAccessSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetIpAccessSettingsCommand 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", "GetIpAccessSettings", {})
18
13
  .n("WorkSpacesWebClient", "GetIpAccessSettingsCommand")
19
- .f(void 0, GetIpAccessSettingsResponseFilterSensitiveLog)
20
- .ser(se_GetIpAccessSettingsCommand)
21
- .de(de_GetIpAccessSettingsCommand)
14
+ .sc(GetIpAccessSettings)
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_GetNetworkSettingsCommand, se_GetNetworkSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetNetworkSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetNetworkSettingsCommand 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", "GetNetworkSettings", {})
17
13
  .n("WorkSpacesWebClient", "GetNetworkSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetNetworkSettingsCommand)
20
- .de(de_GetNetworkSettingsCommand)
14
+ .sc(GetNetworkSettings)
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 { GetPortalResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetPortalCommand, se_GetPortalCommand } from "../protocols/Aws_restJson1";
4
+ import { GetPortal } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetPortalCommand 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", "GetPortal", {})
18
13
  .n("WorkSpacesWebClient", "GetPortalCommand")
19
- .f(void 0, GetPortalResponseFilterSensitiveLog)
20
- .ser(se_GetPortalCommand)
21
- .de(de_GetPortalCommand)
14
+ .sc(GetPortal)
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_GetPortalServiceProviderMetadataCommand, se_GetPortalServiceProviderMetadataCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetPortalServiceProviderMetadata } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPortalServiceProviderMetadataCommand 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", "GetPortalServiceProviderMetadata", {})
17
13
  .n("WorkSpacesWebClient", "GetPortalServiceProviderMetadataCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetPortalServiceProviderMetadataCommand)
20
- .de(de_GetPortalServiceProviderMetadataCommand)
14
+ .sc(GetPortalServiceProviderMetadata)
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 { GetSessionResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSession } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSessionCommand 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", "GetSession", {})
18
13
  .n("WorkSpacesWebClient", "GetSessionCommand")
19
- .f(void 0, GetSessionResponseFilterSensitiveLog)
20
- .ser(se_GetSessionCommand)
21
- .de(de_GetSessionCommand)
14
+ .sc(GetSession)
22
15
  .build() {
23
16
  }