@aws-sdk/client-ivs 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 (59) hide show
  1. package/dist-cjs/index.js +1235 -1566
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/IvsClient.js +2 -0
  4. package/dist-es/commands/BatchGetChannelCommand.js +3 -10
  5. package/dist-es/commands/BatchGetStreamKeyCommand.js +3 -10
  6. package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +3 -9
  7. package/dist-es/commands/CreateChannelCommand.js +3 -10
  8. package/dist-es/commands/CreatePlaybackRestrictionPolicyCommand.js +3 -9
  9. package/dist-es/commands/CreateRecordingConfigurationCommand.js +3 -9
  10. package/dist-es/commands/CreateStreamKeyCommand.js +3 -10
  11. package/dist-es/commands/DeleteChannelCommand.js +3 -9
  12. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +3 -9
  13. package/dist-es/commands/DeletePlaybackRestrictionPolicyCommand.js +3 -9
  14. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +3 -9
  15. package/dist-es/commands/DeleteStreamKeyCommand.js +3 -9
  16. package/dist-es/commands/GetChannelCommand.js +3 -10
  17. package/dist-es/commands/GetPlaybackKeyPairCommand.js +3 -9
  18. package/dist-es/commands/GetPlaybackRestrictionPolicyCommand.js +3 -9
  19. package/dist-es/commands/GetRecordingConfigurationCommand.js +3 -9
  20. package/dist-es/commands/GetStreamCommand.js +3 -9
  21. package/dist-es/commands/GetStreamKeyCommand.js +3 -10
  22. package/dist-es/commands/GetStreamSessionCommand.js +3 -10
  23. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +3 -9
  24. package/dist-es/commands/ListChannelsCommand.js +3 -9
  25. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +3 -9
  26. package/dist-es/commands/ListPlaybackRestrictionPoliciesCommand.js +3 -9
  27. package/dist-es/commands/ListRecordingConfigurationsCommand.js +3 -9
  28. package/dist-es/commands/ListStreamKeysCommand.js +3 -9
  29. package/dist-es/commands/ListStreamSessionsCommand.js +3 -9
  30. package/dist-es/commands/ListStreamsCommand.js +3 -9
  31. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  32. package/dist-es/commands/PutMetadataCommand.js +3 -10
  33. package/dist-es/commands/StartViewerSessionRevocationCommand.js +3 -9
  34. package/dist-es/commands/StopStreamCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateChannelCommand.js +3 -10
  38. package/dist-es/commands/UpdatePlaybackRestrictionPolicyCommand.js +3 -9
  39. package/dist-es/models/models_0.js +0 -54
  40. package/dist-es/runtimeConfig.shared.js +2 -0
  41. package/dist-es/schemas/schemas_0.js +1142 -0
  42. package/dist-types/IvsClient.d.ts +10 -1
  43. package/dist-types/models/models_0.d.ts +0 -52
  44. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  45. package/dist-types/runtimeConfig.d.ts +1 -0
  46. package/dist-types/runtimeConfig.native.d.ts +1 -0
  47. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +168 -0
  49. package/dist-types/ts3.4/IvsClient.d.ts +4 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +0 -33
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +174 -0
  56. package/package.json +33 -33
  57. package/dist-es/protocols/Aws_restJson1.js +0 -1227
  58. package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
@@ -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.ivs" }),
28
30
  serviceId: config?.serviceId ?? "ivs",
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 IvsClient 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,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 { BatchGetChannelResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_BatchGetChannelCommand, se_BatchGetChannelCommand } from "../protocols/Aws_restJson1";
4
+ import { BatchGetChannel } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class BatchGetChannelCommand 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("AmazonInteractiveVideoService", "BatchGetChannel", {})
18
13
  .n("IvsClient", "BatchGetChannelCommand")
19
- .f(void 0, BatchGetChannelResponseFilterSensitiveLog)
20
- .ser(se_BatchGetChannelCommand)
21
- .de(de_BatchGetChannelCommand)
14
+ .sc(BatchGetChannel)
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 { BatchGetStreamKeyResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_BatchGetStreamKeyCommand, se_BatchGetStreamKeyCommand } from "../protocols/Aws_restJson1";
4
+ import { BatchGetStreamKey } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class BatchGetStreamKeyCommand 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("AmazonInteractiveVideoService", "BatchGetStreamKey", {})
18
13
  .n("IvsClient", "BatchGetStreamKeyCommand")
19
- .f(void 0, BatchGetStreamKeyResponseFilterSensitiveLog)
20
- .ser(se_BatchGetStreamKeyCommand)
21
- .de(de_BatchGetStreamKeyCommand)
14
+ .sc(BatchGetStreamKey)
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_BatchStartViewerSessionRevocationCommand, se_BatchStartViewerSessionRevocationCommand, } from "../protocols/Aws_restJson1";
4
+ import { BatchStartViewerSessionRevocation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchStartViewerSessionRevocationCommand 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("AmazonInteractiveVideoService", "BatchStartViewerSessionRevocation", {})
17
13
  .n("IvsClient", "BatchStartViewerSessionRevocationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchStartViewerSessionRevocationCommand)
20
- .de(de_BatchStartViewerSessionRevocationCommand)
14
+ .sc(BatchStartViewerSessionRevocation)
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 { CreateChannelResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateChannel } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateChannelCommand 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("AmazonInteractiveVideoService", "CreateChannel", {})
18
13
  .n("IvsClient", "CreateChannelCommand")
19
- .f(void 0, CreateChannelResponseFilterSensitiveLog)
20
- .ser(se_CreateChannelCommand)
21
- .de(de_CreateChannelCommand)
14
+ .sc(CreateChannel)
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_CreatePlaybackRestrictionPolicyCommand, se_CreatePlaybackRestrictionPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreatePlaybackRestrictionPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreatePlaybackRestrictionPolicyCommand 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("AmazonInteractiveVideoService", "CreatePlaybackRestrictionPolicy", {})
17
13
  .n("IvsClient", "CreatePlaybackRestrictionPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreatePlaybackRestrictionPolicyCommand)
20
- .de(de_CreatePlaybackRestrictionPolicyCommand)
14
+ .sc(CreatePlaybackRestrictionPolicy)
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_CreateRecordingConfigurationCommand, se_CreateRecordingConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateRecordingConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRecordingConfigurationCommand 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("AmazonInteractiveVideoService", "CreateRecordingConfiguration", {})
17
13
  .n("IvsClient", "CreateRecordingConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRecordingConfigurationCommand)
20
- .de(de_CreateRecordingConfigurationCommand)
14
+ .sc(CreateRecordingConfiguration)
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 { CreateStreamKeyResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateStreamKeyCommand, se_CreateStreamKeyCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateStreamKey } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateStreamKeyCommand 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("AmazonInteractiveVideoService", "CreateStreamKey", {})
18
13
  .n("IvsClient", "CreateStreamKeyCommand")
19
- .f(void 0, CreateStreamKeyResponseFilterSensitiveLog)
20
- .ser(se_CreateStreamKeyCommand)
21
- .de(de_CreateStreamKeyCommand)
14
+ .sc(CreateStreamKey)
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_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteChannel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteChannelCommand 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("AmazonInteractiveVideoService", "DeleteChannel", {})
17
13
  .n("IvsClient", "DeleteChannelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteChannelCommand)
20
- .de(de_DeleteChannelCommand)
14
+ .sc(DeleteChannel)
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_DeletePlaybackKeyPairCommand, se_DeletePlaybackKeyPairCommand } from "../protocols/Aws_restJson1";
4
+ import { DeletePlaybackKeyPair } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePlaybackKeyPairCommand 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("AmazonInteractiveVideoService", "DeletePlaybackKeyPair", {})
17
13
  .n("IvsClient", "DeletePlaybackKeyPairCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeletePlaybackKeyPairCommand)
20
- .de(de_DeletePlaybackKeyPairCommand)
14
+ .sc(DeletePlaybackKeyPair)
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_DeletePlaybackRestrictionPolicyCommand, se_DeletePlaybackRestrictionPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeletePlaybackRestrictionPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePlaybackRestrictionPolicyCommand 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("AmazonInteractiveVideoService", "DeletePlaybackRestrictionPolicy", {})
17
13
  .n("IvsClient", "DeletePlaybackRestrictionPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeletePlaybackRestrictionPolicyCommand)
20
- .de(de_DeletePlaybackRestrictionPolicyCommand)
14
+ .sc(DeletePlaybackRestrictionPolicy)
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_DeleteRecordingConfigurationCommand, se_DeleteRecordingConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteRecordingConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRecordingConfigurationCommand 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("AmazonInteractiveVideoService", "DeleteRecordingConfiguration", {})
17
13
  .n("IvsClient", "DeleteRecordingConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRecordingConfigurationCommand)
20
- .de(de_DeleteRecordingConfigurationCommand)
14
+ .sc(DeleteRecordingConfiguration)
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_DeleteStreamKeyCommand, se_DeleteStreamKeyCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteStreamKey } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteStreamKeyCommand 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("AmazonInteractiveVideoService", "DeleteStreamKey", {})
17
13
  .n("IvsClient", "DeleteStreamKeyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteStreamKeyCommand)
20
- .de(de_DeleteStreamKeyCommand)
14
+ .sc(DeleteStreamKey)
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 { GetChannelResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetChannelCommand, se_GetChannelCommand } from "../protocols/Aws_restJson1";
4
+ import { GetChannel } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetChannelCommand 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("AmazonInteractiveVideoService", "GetChannel", {})
18
13
  .n("IvsClient", "GetChannelCommand")
19
- .f(void 0, GetChannelResponseFilterSensitiveLog)
20
- .ser(se_GetChannelCommand)
21
- .de(de_GetChannelCommand)
14
+ .sc(GetChannel)
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_GetPlaybackKeyPairCommand, se_GetPlaybackKeyPairCommand } from "../protocols/Aws_restJson1";
4
+ import { GetPlaybackKeyPair } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPlaybackKeyPairCommand 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("AmazonInteractiveVideoService", "GetPlaybackKeyPair", {})
17
13
  .n("IvsClient", "GetPlaybackKeyPairCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetPlaybackKeyPairCommand)
20
- .de(de_GetPlaybackKeyPairCommand)
14
+ .sc(GetPlaybackKeyPair)
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_GetPlaybackRestrictionPolicyCommand, se_GetPlaybackRestrictionPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetPlaybackRestrictionPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPlaybackRestrictionPolicyCommand 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("AmazonInteractiveVideoService", "GetPlaybackRestrictionPolicy", {})
17
13
  .n("IvsClient", "GetPlaybackRestrictionPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetPlaybackRestrictionPolicyCommand)
20
- .de(de_GetPlaybackRestrictionPolicyCommand)
14
+ .sc(GetPlaybackRestrictionPolicy)
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_GetRecordingConfigurationCommand, se_GetRecordingConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetRecordingConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRecordingConfigurationCommand 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("AmazonInteractiveVideoService", "GetRecordingConfiguration", {})
17
13
  .n("IvsClient", "GetRecordingConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRecordingConfigurationCommand)
20
- .de(de_GetRecordingConfigurationCommand)
14
+ .sc(GetRecordingConfiguration)
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_GetStreamCommand, se_GetStreamCommand } from "../protocols/Aws_restJson1";
4
+ import { GetStream } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetStreamCommand 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("AmazonInteractiveVideoService", "GetStream", {})
17
13
  .n("IvsClient", "GetStreamCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetStreamCommand)
20
- .de(de_GetStreamCommand)
14
+ .sc(GetStream)
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 { GetStreamKeyResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetStreamKeyCommand, se_GetStreamKeyCommand } from "../protocols/Aws_restJson1";
4
+ import { GetStreamKey } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetStreamKeyCommand 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("AmazonInteractiveVideoService", "GetStreamKey", {})
18
13
  .n("IvsClient", "GetStreamKeyCommand")
19
- .f(void 0, GetStreamKeyResponseFilterSensitiveLog)
20
- .ser(se_GetStreamKeyCommand)
21
- .de(de_GetStreamKeyCommand)
14
+ .sc(GetStreamKey)
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 { GetStreamSessionResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetStreamSessionCommand, se_GetStreamSessionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetStreamSession } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetStreamSessionCommand 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("AmazonInteractiveVideoService", "GetStreamSession", {})
18
13
  .n("IvsClient", "GetStreamSessionCommand")
19
- .f(void 0, GetStreamSessionResponseFilterSensitiveLog)
20
- .ser(se_GetStreamSessionCommand)
21
- .de(de_GetStreamSessionCommand)
14
+ .sc(GetStreamSession)
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_ImportPlaybackKeyPairCommand, se_ImportPlaybackKeyPairCommand } from "../protocols/Aws_restJson1";
4
+ import { ImportPlaybackKeyPair } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ImportPlaybackKeyPairCommand 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("AmazonInteractiveVideoService", "ImportPlaybackKeyPair", {})
17
13
  .n("IvsClient", "ImportPlaybackKeyPairCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ImportPlaybackKeyPairCommand)
20
- .de(de_ImportPlaybackKeyPairCommand)
14
+ .sc(ImportPlaybackKeyPair)
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_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListChannels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListChannelsCommand 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("AmazonInteractiveVideoService", "ListChannels", {})
17
13
  .n("IvsClient", "ListChannelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListChannelsCommand)
20
- .de(de_ListChannelsCommand)
14
+ .sc(ListChannels)
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_ListPlaybackKeyPairsCommand, se_ListPlaybackKeyPairsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListPlaybackKeyPairs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListPlaybackKeyPairsCommand 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("AmazonInteractiveVideoService", "ListPlaybackKeyPairs", {})
17
13
  .n("IvsClient", "ListPlaybackKeyPairsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListPlaybackKeyPairsCommand)
20
- .de(de_ListPlaybackKeyPairsCommand)
14
+ .sc(ListPlaybackKeyPairs)
21
15
  .build() {
22
16
  }