@aws-sdk/client-ivs-realtime 3.1077.0 → 3.1078.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.
- package/dist-cjs/index.js +47 -393
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateParticipantTokenCommand.js +2 -14
- package/dist-es/commands/CreateStageCommand.js +2 -14
- package/dist-es/commands/CreateStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePublicKeyCommand.js +2 -14
- package/dist-es/commands/DeleteStageCommand.js +2 -14
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DisconnectParticipantCommand.js +2 -14
- package/dist-es/commands/GetCompositionCommand.js +2 -14
- package/dist-es/commands/GetEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/GetIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/GetParticipantCommand.js +2 -14
- package/dist-es/commands/GetPublicKeyCommand.js +2 -14
- package/dist-es/commands/GetStageCommand.js +2 -14
- package/dist-es/commands/GetStageSessionCommand.js +2 -14
- package/dist-es/commands/GetStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/ImportPublicKeyCommand.js +2 -14
- package/dist-es/commands/ListCompositionsCommand.js +2 -14
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListIngestConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListParticipantEventsCommand.js +2 -14
- package/dist-es/commands/ListParticipantReplicasCommand.js +2 -14
- package/dist-es/commands/ListParticipantsCommand.js +2 -14
- package/dist-es/commands/ListPublicKeysCommand.js +2 -14
- package/dist-es/commands/ListStageSessionsCommand.js +2 -14
- package/dist-es/commands/ListStagesCommand.js +2 -14
- package/dist-es/commands/ListStorageConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartCompositionCommand.js +2 -14
- package/dist-es/commands/StartParticipantReplicationCommand.js +2 -14
- package/dist-es/commands/StopCompositionCommand.js +2 -14
- package/dist-es/commands/StopParticipantReplicationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateStageCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +3 -8
- package/dist-types/commands/CreateStageCommand.d.ts +3 -8
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +3 -8
- package/dist-types/commands/GetCompositionCommand.d.ts +3 -8
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetParticipantCommand.d.ts +3 -8
- package/dist-types/commands/GetPublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetStageCommand.d.ts +3 -8
- package/dist-types/commands/GetStageSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ImportPublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/ListCompositionsCommand.d.ts +3 -8
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListIngestConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantReplicasCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantsCommand.d.ts +3 -8
- package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -8
- package/dist-types/commands/ListStageSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListStagesCommand.d.ts +3 -8
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartCompositionCommand.d.ts +3 -8
- package/dist-types/commands/StartParticipantReplicationCommand.d.ts +3 -8
- package/dist-types/commands/StopCompositionCommand.d.ts +3 -8
- package/dist-types/commands/StopParticipantReplicationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStageCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantReplicasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartParticipantReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopParticipantReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIngestConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIngestConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeleteIngestConfiguration", {})
|
|
13
|
-
.n("IVSRealTimeClient", "DeleteIngestConfigurationCommand")
|
|
14
|
-
.sc(DeleteIngestConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIngestConfigurationCommand extends command(_ep0, _mw0, "DeleteIngestConfiguration", DeleteIngestConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePublicKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePublicKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeletePublicKey", {})
|
|
13
|
-
.n("IVSRealTimeClient", "DeletePublicKeyCommand")
|
|
14
|
-
.sc(DeletePublicKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePublicKeyCommand extends command(_ep0, _mw0, "DeletePublicKey", DeletePublicKey$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteStage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteStageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeleteStage", {})
|
|
13
|
-
.n("IVSRealTimeClient", "DeleteStageCommand")
|
|
14
|
-
.sc(DeleteStage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteStageCommand extends command(_ep0, _mw0, "DeleteStage", DeleteStage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteStorageConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteStorageConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DeleteStorageConfiguration", {})
|
|
13
|
-
.n("IVSRealTimeClient", "DeleteStorageConfigurationCommand")
|
|
14
|
-
.sc(DeleteStorageConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteStorageConfigurationCommand extends command(_ep0, _mw0, "DeleteStorageConfiguration", DeleteStorageConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisconnectParticipant$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisconnectParticipantCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "DisconnectParticipant", {})
|
|
13
|
-
.n("IVSRealTimeClient", "DisconnectParticipantCommand")
|
|
14
|
-
.sc(DisconnectParticipant$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisconnectParticipantCommand extends command(_ep0, _mw0, "DisconnectParticipant", DisconnectParticipant$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetComposition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCompositionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetComposition", {})
|
|
13
|
-
.n("IVSRealTimeClient", "GetCompositionCommand")
|
|
14
|
-
.sc(GetComposition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCompositionCommand extends command(_ep0, _mw0, "GetComposition", GetComposition$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEncoderConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEncoderConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetEncoderConfiguration", {})
|
|
13
|
-
.n("IVSRealTimeClient", "GetEncoderConfigurationCommand")
|
|
14
|
-
.sc(GetEncoderConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEncoderConfigurationCommand extends command(_ep0, _mw0, "GetEncoderConfiguration", GetEncoderConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIngestConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIngestConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetIngestConfiguration", {})
|
|
13
|
-
.n("IVSRealTimeClient", "GetIngestConfigurationCommand")
|
|
14
|
-
.sc(GetIngestConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIngestConfigurationCommand extends command(_ep0, _mw0, "GetIngestConfiguration", GetIngestConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetParticipant$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetParticipantCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetParticipant", {})
|
|
13
|
-
.n("IVSRealTimeClient", "GetParticipantCommand")
|
|
14
|
-
.sc(GetParticipant$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetParticipantCommand extends command(_ep0, _mw0, "GetParticipant", GetParticipant$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetPublicKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPublicKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetPublicKey", {})
|
|
13
|
-
.n("IVSRealTimeClient", "GetPublicKeyCommand")
|
|
14
|
-
.sc(GetPublicKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPublicKeyCommand extends command(_ep0, _mw0, "GetPublicKey", GetPublicKey$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetStage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetStageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetStage", {})
|
|
13
|
-
.n("IVSRealTimeClient", "GetStageCommand")
|
|
14
|
-
.sc(GetStage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetStageCommand extends command(_ep0, _mw0, "GetStage", GetStage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetStageSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetStageSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetStageSession", {})
|
|
13
|
-
.n("IVSRealTimeClient", "GetStageSessionCommand")
|
|
14
|
-
.sc(GetStageSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetStageSessionCommand extends command(_ep0, _mw0, "GetStageSession", GetStageSession$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetStorageConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetStorageConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "GetStorageConfiguration", {})
|
|
13
|
-
.n("IVSRealTimeClient", "GetStorageConfigurationCommand")
|
|
14
|
-
.sc(GetStorageConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetStorageConfigurationCommand extends command(_ep0, _mw0, "GetStorageConfiguration", GetStorageConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ImportPublicKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ImportPublicKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ImportPublicKey", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ImportPublicKeyCommand")
|
|
14
|
-
.sc(ImportPublicKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ImportPublicKeyCommand extends command(_ep0, _mw0, "ImportPublicKey", ImportPublicKey$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCompositions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCompositionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListCompositions", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListCompositionsCommand")
|
|
14
|
-
.sc(ListCompositions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCompositionsCommand extends command(_ep0, _mw0, "ListCompositions", ListCompositions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEncoderConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEncoderConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListEncoderConfigurations", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListEncoderConfigurationsCommand")
|
|
14
|
-
.sc(ListEncoderConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEncoderConfigurationsCommand extends command(_ep0, _mw0, "ListEncoderConfigurations", ListEncoderConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListIngestConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIngestConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListIngestConfigurations", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListIngestConfigurationsCommand")
|
|
14
|
-
.sc(ListIngestConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIngestConfigurationsCommand extends command(_ep0, _mw0, "ListIngestConfigurations", ListIngestConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListParticipantEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListParticipantEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListParticipantEvents", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListParticipantEventsCommand")
|
|
14
|
-
.sc(ListParticipantEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListParticipantEventsCommand extends command(_ep0, _mw0, "ListParticipantEvents", ListParticipantEvents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListParticipantReplicas$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListParticipantReplicasCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListParticipantReplicas", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListParticipantReplicasCommand")
|
|
14
|
-
.sc(ListParticipantReplicas$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListParticipantReplicasCommand extends command(_ep0, _mw0, "ListParticipantReplicas", ListParticipantReplicas$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListParticipants$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListParticipantsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListParticipants", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListParticipantsCommand")
|
|
14
|
-
.sc(ListParticipants$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListParticipantsCommand extends command(_ep0, _mw0, "ListParticipants", ListParticipants$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPublicKeys$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPublicKeysCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListPublicKeys", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListPublicKeysCommand")
|
|
14
|
-
.sc(ListPublicKeys$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPublicKeysCommand extends command(_ep0, _mw0, "ListPublicKeys", ListPublicKeys$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListStageSessions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListStageSessionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListStageSessions", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListStageSessionsCommand")
|
|
14
|
-
.sc(ListStageSessions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListStageSessionsCommand extends command(_ep0, _mw0, "ListStageSessions", ListStageSessions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListStages$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListStagesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListStages", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListStagesCommand")
|
|
14
|
-
.sc(ListStages$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListStagesCommand extends command(_ep0, _mw0, "ListStages", ListStages$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListStorageConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListStorageConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListStorageConfigurations", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListStorageConfigurationsCommand")
|
|
14
|
-
.sc(ListStorageConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListStorageConfigurationsCommand extends command(_ep0, _mw0, "ListStorageConfigurations", ListStorageConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "ListTagsForResource", {})
|
|
13
|
-
.n("IVSRealTimeClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartComposition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartCompositionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "StartComposition", {})
|
|
13
|
-
.n("IVSRealTimeClient", "StartCompositionCommand")
|
|
14
|
-
.sc(StartComposition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartCompositionCommand extends command(_ep0, _mw0, "StartComposition", StartComposition$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartParticipantReplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartParticipantReplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "StartParticipantReplication", {})
|
|
13
|
-
.n("IVSRealTimeClient", "StartParticipantReplicationCommand")
|
|
14
|
-
.sc(StartParticipantReplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartParticipantReplicationCommand extends command(_ep0, _mw0, "StartParticipantReplication", StartParticipantReplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopComposition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopCompositionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "StopComposition", {})
|
|
13
|
-
.n("IVSRealTimeClient", "StopCompositionCommand")
|
|
14
|
-
.sc(StopComposition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopCompositionCommand extends command(_ep0, _mw0, "StopComposition", StopComposition$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopParticipantReplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopParticipantReplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "StopParticipantReplication", {})
|
|
13
|
-
.n("IVSRealTimeClient", "StopParticipantReplicationCommand")
|
|
14
|
-
.sc(StopParticipantReplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopParticipantReplicationCommand extends command(_ep0, _mw0, "StopParticipantReplication", StopParticipantReplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "TagResource", {})
|
|
13
|
-
.n("IVSRealTimeClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonInteractiveVideoServiceRealTime", "UntagResource", {})
|
|
13
|
-
.n("IVSRealTimeClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|