@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
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.workspacesweb" }),
28
30
  serviceId: config?.serviceId ?? "WorkSpaces Web",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class WorkSpacesWebClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -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_AssociateBrowserSettingsCommand, se_AssociateBrowserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateBrowserSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateBrowserSettingsCommand 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", "AssociateBrowserSettings", {})
17
13
  .n("WorkSpacesWebClient", "AssociateBrowserSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateBrowserSettingsCommand)
20
- .de(de_AssociateBrowserSettingsCommand)
14
+ .sc(AssociateBrowserSettings)
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_AssociateDataProtectionSettingsCommand, se_AssociateDataProtectionSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateDataProtectionSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateDataProtectionSettingsCommand 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", "AssociateDataProtectionSettings", {})
17
13
  .n("WorkSpacesWebClient", "AssociateDataProtectionSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateDataProtectionSettingsCommand)
20
- .de(de_AssociateDataProtectionSettingsCommand)
14
+ .sc(AssociateDataProtectionSettings)
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_AssociateIpAccessSettingsCommand, se_AssociateIpAccessSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateIpAccessSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateIpAccessSettingsCommand 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", "AssociateIpAccessSettings", {})
17
13
  .n("WorkSpacesWebClient", "AssociateIpAccessSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateIpAccessSettingsCommand)
20
- .de(de_AssociateIpAccessSettingsCommand)
14
+ .sc(AssociateIpAccessSettings)
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_AssociateNetworkSettingsCommand, se_AssociateNetworkSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateNetworkSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateNetworkSettingsCommand 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", "AssociateNetworkSettings", {})
17
13
  .n("WorkSpacesWebClient", "AssociateNetworkSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateNetworkSettingsCommand)
20
- .de(de_AssociateNetworkSettingsCommand)
14
+ .sc(AssociateNetworkSettings)
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_AssociateSessionLoggerCommand, se_AssociateSessionLoggerCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateSessionLogger } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateSessionLoggerCommand 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", "AssociateSessionLogger", {})
17
13
  .n("WorkSpacesWebClient", "AssociateSessionLoggerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateSessionLoggerCommand)
20
- .de(de_AssociateSessionLoggerCommand)
14
+ .sc(AssociateSessionLogger)
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_AssociateTrustStoreCommand, se_AssociateTrustStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateTrustStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateTrustStoreCommand 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", "AssociateTrustStore", {})
17
13
  .n("WorkSpacesWebClient", "AssociateTrustStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateTrustStoreCommand)
20
- .de(de_AssociateTrustStoreCommand)
14
+ .sc(AssociateTrustStore)
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_AssociateUserAccessLoggingSettingsCommand, se_AssociateUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateUserAccessLoggingSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateUserAccessLoggingSettingsCommand 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", "AssociateUserAccessLoggingSettings", {})
17
13
  .n("WorkSpacesWebClient", "AssociateUserAccessLoggingSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateUserAccessLoggingSettingsCommand)
20
- .de(de_AssociateUserAccessLoggingSettingsCommand)
14
+ .sc(AssociateUserAccessLoggingSettings)
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_AssociateUserSettingsCommand, se_AssociateUserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateUserSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateUserSettingsCommand 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", "AssociateUserSettings", {})
17
13
  .n("WorkSpacesWebClient", "AssociateUserSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateUserSettingsCommand)
20
- .de(de_AssociateUserSettingsCommand)
14
+ .sc(AssociateUserSettings)
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 { CreateBrowserSettingsRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateBrowserSettingsCommand, se_CreateBrowserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateBrowserSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateBrowserSettingsCommand 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", "CreateBrowserSettings", {})
18
13
  .n("WorkSpacesWebClient", "CreateBrowserSettingsCommand")
19
- .f(CreateBrowserSettingsRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateBrowserSettingsCommand)
21
- .de(de_CreateBrowserSettingsCommand)
14
+ .sc(CreateBrowserSettings)
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 { CreateDataProtectionSettingsRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateDataProtectionSettingsCommand, se_CreateDataProtectionSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateDataProtectionSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateDataProtectionSettingsCommand 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", "CreateDataProtectionSettings", {})
18
13
  .n("WorkSpacesWebClient", "CreateDataProtectionSettingsCommand")
19
- .f(CreateDataProtectionSettingsRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateDataProtectionSettingsCommand)
21
- .de(de_CreateDataProtectionSettingsCommand)
14
+ .sc(CreateDataProtectionSettings)
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 { CreateIdentityProviderRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateIdentityProviderCommand, se_CreateIdentityProviderCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateIdentityProvider } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateIdentityProviderCommand 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", "CreateIdentityProvider", {})
18
13
  .n("WorkSpacesWebClient", "CreateIdentityProviderCommand")
19
- .f(CreateIdentityProviderRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateIdentityProviderCommand)
21
- .de(de_CreateIdentityProviderCommand)
14
+ .sc(CreateIdentityProvider)
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 { CreateIpAccessSettingsRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateIpAccessSettingsCommand, se_CreateIpAccessSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateIpAccessSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateIpAccessSettingsCommand 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", "CreateIpAccessSettings", {})
18
13
  .n("WorkSpacesWebClient", "CreateIpAccessSettingsCommand")
19
- .f(CreateIpAccessSettingsRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateIpAccessSettingsCommand)
21
- .de(de_CreateIpAccessSettingsCommand)
14
+ .sc(CreateIpAccessSettings)
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 { CreateNetworkSettingsRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateNetworkSettingsCommand, se_CreateNetworkSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateNetworkSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateNetworkSettingsCommand 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", "CreateNetworkSettings", {})
18
13
  .n("WorkSpacesWebClient", "CreateNetworkSettingsCommand")
19
- .f(CreateNetworkSettingsRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateNetworkSettingsCommand)
21
- .de(de_CreateNetworkSettingsCommand)
14
+ .sc(CreateNetworkSettings)
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 { CreatePortalRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_CreatePortalCommand, se_CreatePortalCommand } from "../protocols/Aws_restJson1";
4
+ import { CreatePortal } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreatePortalCommand 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", "CreatePortal", {})
18
13
  .n("WorkSpacesWebClient", "CreatePortalCommand")
19
- .f(CreatePortalRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreatePortalCommand)
21
- .de(de_CreatePortalCommand)
14
+ .sc(CreatePortal)
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 { CreateSessionLoggerRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateSessionLoggerCommand, se_CreateSessionLoggerCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateSessionLogger } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateSessionLoggerCommand 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", "CreateSessionLogger", {})
18
13
  .n("WorkSpacesWebClient", "CreateSessionLoggerCommand")
19
- .f(CreateSessionLoggerRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateSessionLoggerCommand)
21
- .de(de_CreateSessionLoggerCommand)
14
+ .sc(CreateSessionLogger)
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 { CreateTrustStoreRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateTrustStoreCommand, se_CreateTrustStoreCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateTrustStore } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateTrustStoreCommand 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", "CreateTrustStore", {})
18
13
  .n("WorkSpacesWebClient", "CreateTrustStoreCommand")
19
- .f(CreateTrustStoreRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateTrustStoreCommand)
21
- .de(de_CreateTrustStoreCommand)
14
+ .sc(CreateTrustStore)
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 { CreateUserAccessLoggingSettingsRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateUserAccessLoggingSettingsCommand, se_CreateUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateUserAccessLoggingSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateUserAccessLoggingSettingsCommand 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", "CreateUserAccessLoggingSettings", {})
18
13
  .n("WorkSpacesWebClient", "CreateUserAccessLoggingSettingsCommand")
19
- .f(CreateUserAccessLoggingSettingsRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateUserAccessLoggingSettingsCommand)
21
- .de(de_CreateUserAccessLoggingSettingsCommand)
14
+ .sc(CreateUserAccessLoggingSettings)
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 { CreateUserSettingsRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateUserSettingsCommand, se_CreateUserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateUserSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateUserSettingsCommand 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", "CreateUserSettings", {})
18
13
  .n("WorkSpacesWebClient", "CreateUserSettingsCommand")
19
- .f(CreateUserSettingsRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateUserSettingsCommand)
21
- .de(de_CreateUserSettingsCommand)
14
+ .sc(CreateUserSettings)
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_DeleteBrowserSettingsCommand, se_DeleteBrowserSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteBrowserSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteBrowserSettingsCommand 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", "DeleteBrowserSettings", {})
17
13
  .n("WorkSpacesWebClient", "DeleteBrowserSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteBrowserSettingsCommand)
20
- .de(de_DeleteBrowserSettingsCommand)
14
+ .sc(DeleteBrowserSettings)
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_DeleteDataProtectionSettingsCommand, se_DeleteDataProtectionSettingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataProtectionSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataProtectionSettingsCommand 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", "DeleteDataProtectionSettings", {})
17
13
  .n("WorkSpacesWebClient", "DeleteDataProtectionSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataProtectionSettingsCommand)
20
- .de(de_DeleteDataProtectionSettingsCommand)
14
+ .sc(DeleteDataProtectionSettings)
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_DeleteIdentityProviderCommand, se_DeleteIdentityProviderCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteIdentityProvider } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteIdentityProviderCommand 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", "DeleteIdentityProvider", {})
17
13
  .n("WorkSpacesWebClient", "DeleteIdentityProviderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteIdentityProviderCommand)
20
- .de(de_DeleteIdentityProviderCommand)
14
+ .sc(DeleteIdentityProvider)
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_DeleteIpAccessSettingsCommand, se_DeleteIpAccessSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteIpAccessSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteIpAccessSettingsCommand 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", "DeleteIpAccessSettings", {})
17
13
  .n("WorkSpacesWebClient", "DeleteIpAccessSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteIpAccessSettingsCommand)
20
- .de(de_DeleteIpAccessSettingsCommand)
14
+ .sc(DeleteIpAccessSettings)
21
15
  .build() {
22
16
  }