@aws-sdk/client-ivs-realtime 3.948.0 → 3.953.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 +545 -359
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateEncoderConfigurationCommand.js +2 -2
  4. package/dist-es/commands/CreateIngestConfigurationCommand.js +2 -2
  5. package/dist-es/commands/CreateParticipantTokenCommand.js +2 -2
  6. package/dist-es/commands/CreateStageCommand.js +2 -2
  7. package/dist-es/commands/CreateStorageConfigurationCommand.js +2 -2
  8. package/dist-es/commands/DeleteEncoderConfigurationCommand.js +2 -2
  9. package/dist-es/commands/DeleteIngestConfigurationCommand.js +2 -2
  10. package/dist-es/commands/DeletePublicKeyCommand.js +2 -2
  11. package/dist-es/commands/DeleteStageCommand.js +2 -2
  12. package/dist-es/commands/DeleteStorageConfigurationCommand.js +2 -2
  13. package/dist-es/commands/DisconnectParticipantCommand.js +2 -2
  14. package/dist-es/commands/GetCompositionCommand.js +2 -2
  15. package/dist-es/commands/GetEncoderConfigurationCommand.js +2 -2
  16. package/dist-es/commands/GetIngestConfigurationCommand.js +2 -2
  17. package/dist-es/commands/GetParticipantCommand.js +2 -2
  18. package/dist-es/commands/GetPublicKeyCommand.js +2 -2
  19. package/dist-es/commands/GetStageCommand.js +2 -2
  20. package/dist-es/commands/GetStageSessionCommand.js +2 -2
  21. package/dist-es/commands/GetStorageConfigurationCommand.js +2 -2
  22. package/dist-es/commands/ImportPublicKeyCommand.js +2 -2
  23. package/dist-es/commands/ListCompositionsCommand.js +2 -2
  24. package/dist-es/commands/ListEncoderConfigurationsCommand.js +2 -2
  25. package/dist-es/commands/ListIngestConfigurationsCommand.js +2 -2
  26. package/dist-es/commands/ListParticipantEventsCommand.js +2 -2
  27. package/dist-es/commands/ListParticipantReplicasCommand.js +2 -2
  28. package/dist-es/commands/ListParticipantsCommand.js +2 -2
  29. package/dist-es/commands/ListPublicKeysCommand.js +2 -2
  30. package/dist-es/commands/ListStageSessionsCommand.js +2 -2
  31. package/dist-es/commands/ListStagesCommand.js +2 -2
  32. package/dist-es/commands/ListStorageConfigurationsCommand.js +2 -2
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  34. package/dist-es/commands/StartCompositionCommand.js +2 -2
  35. package/dist-es/commands/StartParticipantReplicationCommand.js +2 -2
  36. package/dist-es/commands/StopCompositionCommand.js +2 -2
  37. package/dist-es/commands/StopParticipantReplicationCommand.js +2 -2
  38. package/dist-es/commands/TagResourceCommand.js +2 -2
  39. package/dist-es/commands/UntagResourceCommand.js +2 -2
  40. package/dist-es/commands/UpdateIngestConfigurationCommand.js +2 -2
  41. package/dist-es/commands/UpdateStageCommand.js +2 -2
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.shared.js +6 -1
  44. package/dist-es/schemas/schemas_0.js +330 -309
  45. package/dist-types/IVSRealTimeClient.d.ts +1 -10
  46. package/dist-types/index.d.ts +1 -0
  47. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  48. package/dist-types/runtimeConfig.d.ts +6 -2
  49. package/dist-types/runtimeConfig.native.d.ts +6 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  51. package/dist-types/schemas/schemas_0.d.ts +166 -192
  52. package/dist-types/ts3.4/IVSRealTimeClient.d.ts +0 -4
  53. package/dist-types/ts3.4/index.d.ts +1 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +165 -193
  59. package/package.json +34 -34
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.ivsrealtime" }),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.ivsrealtime",
32
+ version: "2020-07-14",
33
+ serviceTarget: "AmazonInteractiveVideoServiceRealTime",
34
+ },
30
35
  serviceId: config?.serviceId ?? "IVS RealTime",
31
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
32
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateEncoderConfiguration } from "../schemas/schemas_0";
4
+ import { CreateEncoderConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateEncoderConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateEncoderConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "CreateEncoderConfiguration", {})
13
13
  .n("IVSRealTimeClient", "CreateEncoderConfigurationCommand")
14
- .sc(CreateEncoderConfiguration)
14
+ .sc(CreateEncoderConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateIngestConfiguration } from "../schemas/schemas_0";
4
+ import { CreateIngestConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateIngestConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateIngestConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "CreateIngestConfiguration", {})
13
13
  .n("IVSRealTimeClient", "CreateIngestConfigurationCommand")
14
- .sc(CreateIngestConfiguration)
14
+ .sc(CreateIngestConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateParticipantToken } from "../schemas/schemas_0";
4
+ import { CreateParticipantToken$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateParticipantTokenCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateParticipantTokenCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "CreateParticipantToken", {})
13
13
  .n("IVSRealTimeClient", "CreateParticipantTokenCommand")
14
- .sc(CreateParticipantToken)
14
+ .sc(CreateParticipantToken$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateStage } from "../schemas/schemas_0";
4
+ import { CreateStage$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateStageCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateStageCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "CreateStage", {})
13
13
  .n("IVSRealTimeClient", "CreateStageCommand")
14
- .sc(CreateStage)
14
+ .sc(CreateStage$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateStorageConfiguration } from "../schemas/schemas_0";
4
+ import { CreateStorageConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateStorageConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateStorageConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "CreateStorageConfiguration", {})
13
13
  .n("IVSRealTimeClient", "CreateStorageConfigurationCommand")
14
- .sc(CreateStorageConfiguration)
14
+ .sc(CreateStorageConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteEncoderConfiguration } from "../schemas/schemas_0";
4
+ import { DeleteEncoderConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteEncoderConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteEncoderConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteEncoderConfiguration", {})
13
13
  .n("IVSRealTimeClient", "DeleteEncoderConfigurationCommand")
14
- .sc(DeleteEncoderConfiguration)
14
+ .sc(DeleteEncoderConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteIngestConfiguration } from "../schemas/schemas_0";
4
+ import { DeleteIngestConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteIngestConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteIngestConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteIngestConfiguration", {})
13
13
  .n("IVSRealTimeClient", "DeleteIngestConfigurationCommand")
14
- .sc(DeleteIngestConfiguration)
14
+ .sc(DeleteIngestConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeletePublicKey } from "../schemas/schemas_0";
4
+ import { DeletePublicKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeletePublicKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeletePublicKeyCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "DeletePublicKey", {})
13
13
  .n("IVSRealTimeClient", "DeletePublicKeyCommand")
14
- .sc(DeletePublicKey)
14
+ .sc(DeletePublicKey$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteStage } from "../schemas/schemas_0";
4
+ import { DeleteStage$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteStageCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteStageCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteStage", {})
13
13
  .n("IVSRealTimeClient", "DeleteStageCommand")
14
- .sc(DeleteStage)
14
+ .sc(DeleteStage$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteStorageConfiguration } from "../schemas/schemas_0";
4
+ import { DeleteStorageConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteStorageConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteStorageConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteStorageConfiguration", {})
13
13
  .n("IVSRealTimeClient", "DeleteStorageConfigurationCommand")
14
- .sc(DeleteStorageConfiguration)
14
+ .sc(DeleteStorageConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DisconnectParticipant } from "../schemas/schemas_0";
4
+ import { DisconnectParticipant$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DisconnectParticipantCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DisconnectParticipantCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "DisconnectParticipant", {})
13
13
  .n("IVSRealTimeClient", "DisconnectParticipantCommand")
14
- .sc(DisconnectParticipant)
14
+ .sc(DisconnectParticipant$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetComposition } from "../schemas/schemas_0";
4
+ import { GetComposition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCompositionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCompositionCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "GetComposition", {})
13
13
  .n("IVSRealTimeClient", "GetCompositionCommand")
14
- .sc(GetComposition)
14
+ .sc(GetComposition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetEncoderConfiguration } from "../schemas/schemas_0";
4
+ import { GetEncoderConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetEncoderConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetEncoderConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "GetEncoderConfiguration", {})
13
13
  .n("IVSRealTimeClient", "GetEncoderConfigurationCommand")
14
- .sc(GetEncoderConfiguration)
14
+ .sc(GetEncoderConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetIngestConfiguration } from "../schemas/schemas_0";
4
+ import { GetIngestConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetIngestConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetIngestConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "GetIngestConfiguration", {})
13
13
  .n("IVSRealTimeClient", "GetIngestConfigurationCommand")
14
- .sc(GetIngestConfiguration)
14
+ .sc(GetIngestConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetParticipant } from "../schemas/schemas_0";
4
+ import { GetParticipant$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetParticipantCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetParticipantCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "GetParticipant", {})
13
13
  .n("IVSRealTimeClient", "GetParticipantCommand")
14
- .sc(GetParticipant)
14
+ .sc(GetParticipant$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetPublicKey } from "../schemas/schemas_0";
4
+ import { GetPublicKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetPublicKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetPublicKeyCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "GetPublicKey", {})
13
13
  .n("IVSRealTimeClient", "GetPublicKeyCommand")
14
- .sc(GetPublicKey)
14
+ .sc(GetPublicKey$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetStage } from "../schemas/schemas_0";
4
+ import { GetStage$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetStageCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetStageCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "GetStage", {})
13
13
  .n("IVSRealTimeClient", "GetStageCommand")
14
- .sc(GetStage)
14
+ .sc(GetStage$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetStageSession } from "../schemas/schemas_0";
4
+ import { GetStageSession$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetStageSessionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetStageSessionCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "GetStageSession", {})
13
13
  .n("IVSRealTimeClient", "GetStageSessionCommand")
14
- .sc(GetStageSession)
14
+ .sc(GetStageSession$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetStorageConfiguration } from "../schemas/schemas_0";
4
+ import { GetStorageConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetStorageConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetStorageConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "GetStorageConfiguration", {})
13
13
  .n("IVSRealTimeClient", "GetStorageConfigurationCommand")
14
- .sc(GetStorageConfiguration)
14
+ .sc(GetStorageConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ImportPublicKey } from "../schemas/schemas_0";
4
+ import { ImportPublicKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ImportPublicKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ImportPublicKeyCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ImportPublicKey", {})
13
13
  .n("IVSRealTimeClient", "ImportPublicKeyCommand")
14
- .sc(ImportPublicKey)
14
+ .sc(ImportPublicKey$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCompositions } from "../schemas/schemas_0";
4
+ import { ListCompositions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCompositionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCompositionsCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListCompositions", {})
13
13
  .n("IVSRealTimeClient", "ListCompositionsCommand")
14
- .sc(ListCompositions)
14
+ .sc(ListCompositions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEncoderConfigurations } from "../schemas/schemas_0";
4
+ import { ListEncoderConfigurations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEncoderConfigurationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEncoderConfigurationsCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListEncoderConfigurations", {})
13
13
  .n("IVSRealTimeClient", "ListEncoderConfigurationsCommand")
14
- .sc(ListEncoderConfigurations)
14
+ .sc(ListEncoderConfigurations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListIngestConfigurations } from "../schemas/schemas_0";
4
+ import { ListIngestConfigurations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListIngestConfigurationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListIngestConfigurationsCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListIngestConfigurations", {})
13
13
  .n("IVSRealTimeClient", "ListIngestConfigurationsCommand")
14
- .sc(ListIngestConfigurations)
14
+ .sc(ListIngestConfigurations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListParticipantEvents } from "../schemas/schemas_0";
4
+ import { ListParticipantEvents$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListParticipantEventsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListParticipantEventsCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListParticipantEvents", {})
13
13
  .n("IVSRealTimeClient", "ListParticipantEventsCommand")
14
- .sc(ListParticipantEvents)
14
+ .sc(ListParticipantEvents$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListParticipantReplicas } from "../schemas/schemas_0";
4
+ import { ListParticipantReplicas$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListParticipantReplicasCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListParticipantReplicasCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListParticipantReplicas", {})
13
13
  .n("IVSRealTimeClient", "ListParticipantReplicasCommand")
14
- .sc(ListParticipantReplicas)
14
+ .sc(ListParticipantReplicas$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListParticipants } from "../schemas/schemas_0";
4
+ import { ListParticipants$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListParticipantsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListParticipantsCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListParticipants", {})
13
13
  .n("IVSRealTimeClient", "ListParticipantsCommand")
14
- .sc(ListParticipants)
14
+ .sc(ListParticipants$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPublicKeys } from "../schemas/schemas_0";
4
+ import { ListPublicKeys$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPublicKeysCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPublicKeysCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListPublicKeys", {})
13
13
  .n("IVSRealTimeClient", "ListPublicKeysCommand")
14
- .sc(ListPublicKeys)
14
+ .sc(ListPublicKeys$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListStageSessions } from "../schemas/schemas_0";
4
+ import { ListStageSessions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListStageSessionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListStageSessionsCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListStageSessions", {})
13
13
  .n("IVSRealTimeClient", "ListStageSessionsCommand")
14
- .sc(ListStageSessions)
14
+ .sc(ListStageSessions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListStages } from "../schemas/schemas_0";
4
+ import { ListStages$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListStagesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListStagesCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListStages", {})
13
13
  .n("IVSRealTimeClient", "ListStagesCommand")
14
- .sc(ListStages)
14
+ .sc(ListStages$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListStorageConfigurations } from "../schemas/schemas_0";
4
+ import { ListStorageConfigurations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListStorageConfigurationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListStorageConfigurationsCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListStorageConfigurations", {})
13
13
  .n("IVSRealTimeClient", "ListStorageConfigurationsCommand")
14
- .sc(ListStorageConfigurations)
14
+ .sc(ListStorageConfigurations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "ListTagsForResource", {})
13
13
  .n("IVSRealTimeClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartComposition } from "../schemas/schemas_0";
4
+ import { StartComposition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartCompositionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartCompositionCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "StartComposition", {})
13
13
  .n("IVSRealTimeClient", "StartCompositionCommand")
14
- .sc(StartComposition)
14
+ .sc(StartComposition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartParticipantReplication } from "../schemas/schemas_0";
4
+ import { StartParticipantReplication$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartParticipantReplicationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartParticipantReplicationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "StartParticipantReplication", {})
13
13
  .n("IVSRealTimeClient", "StartParticipantReplicationCommand")
14
- .sc(StartParticipantReplication)
14
+ .sc(StartParticipantReplication$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopComposition } from "../schemas/schemas_0";
4
+ import { StopComposition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopCompositionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopCompositionCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "StopComposition", {})
13
13
  .n("IVSRealTimeClient", "StopCompositionCommand")
14
- .sc(StopComposition)
14
+ .sc(StopComposition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopParticipantReplication } from "../schemas/schemas_0";
4
+ import { StopParticipantReplication$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopParticipantReplicationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopParticipantReplicationCommand extends $Command
11
11
  })
12
12
  .s("AmazonInteractiveVideoServiceRealTime", "StopParticipantReplication", {})
13
13
  .n("IVSRealTimeClient", "StopParticipantReplicationCommand")
14
- .sc(StopParticipantReplication)
14
+ .sc(StopParticipantReplication$)
15
15
  .build() {
16
16
  }