@aws-sdk/client-ivs-realtime 3.478.0 → 3.481.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 (113) hide show
  1. package/dist-cjs/commands/CreateEncoderConfigurationCommand.js +18 -41
  2. package/dist-cjs/commands/CreateParticipantTokenCommand.js +18 -41
  3. package/dist-cjs/commands/CreateStageCommand.js +18 -41
  4. package/dist-cjs/commands/CreateStorageConfigurationCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteEncoderConfigurationCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteStageCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteStorageConfigurationCommand.js +18 -41
  8. package/dist-cjs/commands/DisconnectParticipantCommand.js +18 -41
  9. package/dist-cjs/commands/GetCompositionCommand.js +18 -41
  10. package/dist-cjs/commands/GetEncoderConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/GetParticipantCommand.js +18 -41
  12. package/dist-cjs/commands/GetStageCommand.js +18 -41
  13. package/dist-cjs/commands/GetStageSessionCommand.js +18 -41
  14. package/dist-cjs/commands/GetStorageConfigurationCommand.js +18 -41
  15. package/dist-cjs/commands/ListCompositionsCommand.js +18 -41
  16. package/dist-cjs/commands/ListEncoderConfigurationsCommand.js +18 -41
  17. package/dist-cjs/commands/ListParticipantEventsCommand.js +18 -41
  18. package/dist-cjs/commands/ListParticipantsCommand.js +18 -41
  19. package/dist-cjs/commands/ListStageSessionsCommand.js +18 -41
  20. package/dist-cjs/commands/ListStagesCommand.js +18 -41
  21. package/dist-cjs/commands/ListStorageConfigurationsCommand.js +18 -41
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  23. package/dist-cjs/commands/StartCompositionCommand.js +18 -41
  24. package/dist-cjs/commands/StopCompositionCommand.js +18 -41
  25. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateStageCommand.js +18 -41
  28. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  29. package/dist-es/commands/CreateEncoderConfigurationCommand.js +18 -41
  30. package/dist-es/commands/CreateParticipantTokenCommand.js +18 -41
  31. package/dist-es/commands/CreateStageCommand.js +18 -41
  32. package/dist-es/commands/CreateStorageConfigurationCommand.js +18 -41
  33. package/dist-es/commands/DeleteEncoderConfigurationCommand.js +18 -41
  34. package/dist-es/commands/DeleteStageCommand.js +18 -41
  35. package/dist-es/commands/DeleteStorageConfigurationCommand.js +18 -41
  36. package/dist-es/commands/DisconnectParticipantCommand.js +18 -41
  37. package/dist-es/commands/GetCompositionCommand.js +18 -41
  38. package/dist-es/commands/GetEncoderConfigurationCommand.js +18 -41
  39. package/dist-es/commands/GetParticipantCommand.js +18 -41
  40. package/dist-es/commands/GetStageCommand.js +18 -41
  41. package/dist-es/commands/GetStageSessionCommand.js +18 -41
  42. package/dist-es/commands/GetStorageConfigurationCommand.js +18 -41
  43. package/dist-es/commands/ListCompositionsCommand.js +18 -41
  44. package/dist-es/commands/ListEncoderConfigurationsCommand.js +18 -41
  45. package/dist-es/commands/ListParticipantEventsCommand.js +18 -41
  46. package/dist-es/commands/ListParticipantsCommand.js +18 -41
  47. package/dist-es/commands/ListStageSessionsCommand.js +18 -41
  48. package/dist-es/commands/ListStagesCommand.js +18 -41
  49. package/dist-es/commands/ListStorageConfigurationsCommand.js +18 -41
  50. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  51. package/dist-es/commands/StartCompositionCommand.js +18 -41
  52. package/dist-es/commands/StopCompositionCommand.js +18 -41
  53. package/dist-es/commands/TagResourceCommand.js +18 -41
  54. package/dist-es/commands/UntagResourceCommand.js +18 -41
  55. package/dist-es/commands/UpdateStageCommand.js +18 -41
  56. package/dist-es/endpoint/EndpointParameters.js +6 -0
  57. package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +6 -21
  58. package/dist-types/commands/CreateParticipantTokenCommand.d.ts +6 -21
  59. package/dist-types/commands/CreateStageCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteStageCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +6 -21
  64. package/dist-types/commands/DisconnectParticipantCommand.d.ts +6 -21
  65. package/dist-types/commands/GetCompositionCommand.d.ts +6 -21
  66. package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +6 -21
  67. package/dist-types/commands/GetParticipantCommand.d.ts +6 -21
  68. package/dist-types/commands/GetStageCommand.d.ts +6 -21
  69. package/dist-types/commands/GetStageSessionCommand.d.ts +6 -21
  70. package/dist-types/commands/GetStorageConfigurationCommand.d.ts +6 -21
  71. package/dist-types/commands/ListCompositionsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +6 -21
  73. package/dist-types/commands/ListParticipantEventsCommand.d.ts +6 -21
  74. package/dist-types/commands/ListParticipantsCommand.d.ts +6 -21
  75. package/dist-types/commands/ListStageSessionsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListStagesCommand.d.ts +6 -21
  77. package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/StartCompositionCommand.d.ts +6 -21
  80. package/dist-types/commands/StopCompositionCommand.d.ts +6 -21
  81. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateStageCommand.d.ts +6 -21
  84. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  85. package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  113. package/package.json +9 -9
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetEncoderConfigurationCommand, se_GetEncoderConfigurationCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetEncoderConfigurationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetEncoderConfigurationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IVSRealTimeClient";
26
- const commandName = "GetEncoderConfigurationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonInteractiveVideoServiceRealTime",
35
- operation: "GetEncoderConfiguration",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetEncoderConfigurationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetEncoderConfigurationCommand(output, context);
46
- }
7
+ export class GetEncoderConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonInteractiveVideoServiceRealTime", "GetEncoderConfiguration", {})
19
+ .n("IVSRealTimeClient", "GetEncoderConfigurationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetEncoderConfigurationCommand)
22
+ .de(de_GetEncoderConfigurationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetParticipantCommand, se_GetParticipantCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetParticipantCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetParticipantCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IVSRealTimeClient";
26
- const commandName = "GetParticipantCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonInteractiveVideoServiceRealTime",
35
- operation: "GetParticipant",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetParticipantCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetParticipantCommand(output, context);
46
- }
7
+ export class GetParticipantCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonInteractiveVideoServiceRealTime", "GetParticipant", {})
19
+ .n("IVSRealTimeClient", "GetParticipantCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetParticipantCommand)
22
+ .de(de_GetParticipantCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetStageCommand, se_GetStageCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetStageCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetStageCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IVSRealTimeClient";
26
- const commandName = "GetStageCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonInteractiveVideoServiceRealTime",
35
- operation: "GetStage",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetStageCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetStageCommand(output, context);
46
- }
7
+ export class GetStageCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonInteractiveVideoServiceRealTime", "GetStage", {})
19
+ .n("IVSRealTimeClient", "GetStageCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetStageCommand)
22
+ .de(de_GetStageCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetStageSessionCommand, se_GetStageSessionCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetStageSessionCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetStageSessionCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IVSRealTimeClient";
26
- const commandName = "GetStageSessionCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonInteractiveVideoServiceRealTime",
35
- operation: "GetStageSession",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetStageSessionCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetStageSessionCommand(output, context);
46
- }
7
+ export class GetStageSessionCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonInteractiveVideoServiceRealTime", "GetStageSession", {})
19
+ .n("IVSRealTimeClient", "GetStageSessionCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetStageSessionCommand)
22
+ .de(de_GetStageSessionCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetStorageConfigurationCommand, se_GetStorageConfigurationCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetStorageConfigurationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetStorageConfigurationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IVSRealTimeClient";
26
- const commandName = "GetStorageConfigurationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonInteractiveVideoServiceRealTime",
35
- operation: "GetStorageConfiguration",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetStorageConfigurationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetStorageConfigurationCommand(output, context);
46
- }
7
+ export class GetStorageConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonInteractiveVideoServiceRealTime", "GetStorageConfiguration", {})
19
+ .n("IVSRealTimeClient", "GetStorageConfigurationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetStorageConfigurationCommand)
22
+ .de(de_GetStorageConfigurationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListCompositionsCommand, se_ListCompositionsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListCompositionsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListCompositionsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IVSRealTimeClient";
26
- const commandName = "ListCompositionsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonInteractiveVideoServiceRealTime",
35
- operation: "ListCompositions",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListCompositionsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListCompositionsCommand(output, context);
46
- }
7
+ export class ListCompositionsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonInteractiveVideoServiceRealTime", "ListCompositions", {})
19
+ .n("IVSRealTimeClient", "ListCompositionsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListCompositionsCommand)
22
+ .de(de_ListCompositionsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListEncoderConfigurationsCommand, se_ListEncoderConfigurationsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListEncoderConfigurationsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListEncoderConfigurationsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IVSRealTimeClient";
26
- const commandName = "ListEncoderConfigurationsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonInteractiveVideoServiceRealTime",
35
- operation: "ListEncoderConfigurations",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListEncoderConfigurationsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListEncoderConfigurationsCommand(output, context);
46
- }
7
+ export class ListEncoderConfigurationsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonInteractiveVideoServiceRealTime", "ListEncoderConfigurations", {})
19
+ .n("IVSRealTimeClient", "ListEncoderConfigurationsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListEncoderConfigurationsCommand)
22
+ .de(de_ListEncoderConfigurationsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListParticipantEventsCommand, se_ListParticipantEventsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListParticipantEventsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListParticipantEventsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IVSRealTimeClient";
26
- const commandName = "ListParticipantEventsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonInteractiveVideoServiceRealTime",
35
- operation: "ListParticipantEvents",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListParticipantEventsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListParticipantEventsCommand(output, context);
46
- }
7
+ export class ListParticipantEventsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonInteractiveVideoServiceRealTime", "ListParticipantEvents", {})
19
+ .n("IVSRealTimeClient", "ListParticipantEventsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListParticipantEventsCommand)
22
+ .de(de_ListParticipantEventsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListParticipantsCommand, se_ListParticipantsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListParticipantsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListParticipantsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IVSRealTimeClient";
26
- const commandName = "ListParticipantsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonInteractiveVideoServiceRealTime",
35
- operation: "ListParticipants",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListParticipantsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListParticipantsCommand(output, context);
46
- }
7
+ export class ListParticipantsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonInteractiveVideoServiceRealTime", "ListParticipants", {})
19
+ .n("IVSRealTimeClient", "ListParticipantsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListParticipantsCommand)
22
+ .de(de_ListParticipantsCommand)
23
+ .build() {
47
24
  }