@aws-sdk/client-ivs-realtime 3.478.0 → 3.484.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/commands/CreateEncoderConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateParticipantTokenCommand.js +18 -41
- package/dist-cjs/commands/CreateStageCommand.js +18 -41
- package/dist-cjs/commands/CreateStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteEncoderConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteStageCommand.js +18 -41
- package/dist-cjs/commands/DeleteStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DisconnectParticipantCommand.js +18 -41
- package/dist-cjs/commands/GetCompositionCommand.js +18 -41
- package/dist-cjs/commands/GetEncoderConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetParticipantCommand.js +18 -41
- package/dist-cjs/commands/GetStageCommand.js +18 -41
- package/dist-cjs/commands/GetStageSessionCommand.js +18 -41
- package/dist-cjs/commands/GetStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/ListCompositionsCommand.js +18 -41
- package/dist-cjs/commands/ListEncoderConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListParticipantEventsCommand.js +18 -41
- package/dist-cjs/commands/ListParticipantsCommand.js +18 -41
- package/dist-cjs/commands/ListStageSessionsCommand.js +18 -41
- package/dist-cjs/commands/ListStagesCommand.js +18 -41
- package/dist-cjs/commands/ListStorageConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartCompositionCommand.js +18 -41
- package/dist-cjs/commands/StopCompositionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateStageCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateParticipantTokenCommand.js +18 -41
- package/dist-es/commands/CreateStageCommand.js +18 -41
- package/dist-es/commands/CreateStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteStageCommand.js +18 -41
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/DisconnectParticipantCommand.js +18 -41
- package/dist-es/commands/GetCompositionCommand.js +18 -41
- package/dist-es/commands/GetEncoderConfigurationCommand.js +18 -41
- package/dist-es/commands/GetParticipantCommand.js +18 -41
- package/dist-es/commands/GetStageCommand.js +18 -41
- package/dist-es/commands/GetStageSessionCommand.js +18 -41
- package/dist-es/commands/GetStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/ListCompositionsCommand.js +18 -41
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListParticipantEventsCommand.js +18 -41
- package/dist-es/commands/ListParticipantsCommand.js +18 -41
- package/dist-es/commands/ListStageSessionsCommand.js +18 -41
- package/dist-es/commands/ListStagesCommand.js +18 -41
- package/dist-es/commands/ListStorageConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartCompositionCommand.js +18 -41
- package/dist-es/commands/StopCompositionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateStageCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +6 -21
- package/dist-types/commands/CreateStageCommand.d.ts +6 -21
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +6 -21
- package/dist-types/commands/GetCompositionCommand.d.ts +6 -21
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetParticipantCommand.d.ts +6 -21
- package/dist-types/commands/GetStageCommand.d.ts +6 -21
- package/dist-types/commands/GetStageSessionCommand.d.ts +6 -21
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/ListCompositionsCommand.d.ts +6 -21
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +6 -21
- package/dist-types/commands/ListParticipantsCommand.d.ts +6 -21
- package/dist-types/commands/ListStageSessionsCommand.d.ts +6 -21
- package/dist-types/commands/ListStagesCommand.d.ts +6 -21
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartCompositionCommand.d.ts +6 -21
- package/dist-types/commands/StopCompositionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStageCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -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 {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateEncoderConfigurationCommand, se_CreateEncoderConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateEncoderConfigurationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IVSRealTimeClient";
|
|
26
|
-
const commandName = "CreateEncoderConfigurationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonInteractiveVideoServiceRealTime",
|
|
35
|
-
operation: "CreateEncoderConfiguration",
|
|
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_CreateEncoderConfigurationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateEncoderConfigurationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateEncoderConfigurationCommand 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", "CreateEncoderConfiguration", {})
|
|
19
|
+
.n("IVSRealTimeClient", "CreateEncoderConfigurationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateEncoderConfigurationCommand)
|
|
22
|
+
.de(de_CreateEncoderConfigurationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
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 {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateParticipantTokenResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateParticipantTokenCommand, se_CreateParticipantTokenCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateParticipantTokenCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "IVSRealTimeClient";
|
|
27
|
-
const commandName = "CreateParticipantTokenCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: CreateParticipantTokenResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AmazonInteractiveVideoServiceRealTime",
|
|
36
|
-
operation: "CreateParticipantToken",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateParticipantTokenCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateParticipantTokenCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateParticipantTokenCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AmazonInteractiveVideoServiceRealTime", "CreateParticipantToken", {})
|
|
20
|
+
.n("IVSRealTimeClient", "CreateParticipantTokenCommand")
|
|
21
|
+
.f(void 0, CreateParticipantTokenResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateParticipantTokenCommand)
|
|
23
|
+
.de(de_CreateParticipantTokenCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
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 {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateStageResponseFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { de_CreateStageCommand, se_CreateStageCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateStageCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "IVSRealTimeClient";
|
|
27
|
-
const commandName = "CreateStageCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: CreateStageResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AmazonInteractiveVideoServiceRealTime",
|
|
36
|
-
operation: "CreateStage",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateStageCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateStageCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateStageCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AmazonInteractiveVideoServiceRealTime", "CreateStage", {})
|
|
20
|
+
.n("IVSRealTimeClient", "CreateStageCommand")
|
|
21
|
+
.f(void 0, CreateStageResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateStageCommand)
|
|
23
|
+
.de(de_CreateStageCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -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 {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateStorageConfigurationCommand, se_CreateStorageConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateStorageConfigurationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IVSRealTimeClient";
|
|
26
|
-
const commandName = "CreateStorageConfigurationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonInteractiveVideoServiceRealTime",
|
|
35
|
-
operation: "CreateStorageConfiguration",
|
|
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_CreateStorageConfigurationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateStorageConfigurationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateStorageConfigurationCommand 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", "CreateStorageConfiguration", {})
|
|
19
|
+
.n("IVSRealTimeClient", "CreateStorageConfigurationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateStorageConfigurationCommand)
|
|
22
|
+
.de(de_CreateStorageConfigurationCommand)
|
|
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 {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteEncoderConfigurationCommand, se_DeleteEncoderConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteEncoderConfigurationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IVSRealTimeClient";
|
|
26
|
-
const commandName = "DeleteEncoderConfigurationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonInteractiveVideoServiceRealTime",
|
|
35
|
-
operation: "DeleteEncoderConfiguration",
|
|
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_DeleteEncoderConfigurationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteEncoderConfigurationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteEncoderConfigurationCommand 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", "DeleteEncoderConfiguration", {})
|
|
19
|
+
.n("IVSRealTimeClient", "DeleteEncoderConfigurationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteEncoderConfigurationCommand)
|
|
22
|
+
.de(de_DeleteEncoderConfigurationCommand)
|
|
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 {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteStageCommand, se_DeleteStageCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteStageCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IVSRealTimeClient";
|
|
26
|
-
const commandName = "DeleteStageCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonInteractiveVideoServiceRealTime",
|
|
35
|
-
operation: "DeleteStage",
|
|
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_DeleteStageCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteStageCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteStageCommand 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", "DeleteStage", {})
|
|
19
|
+
.n("IVSRealTimeClient", "DeleteStageCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteStageCommand)
|
|
22
|
+
.de(de_DeleteStageCommand)
|
|
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 {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteStorageConfigurationCommand, se_DeleteStorageConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteStorageConfigurationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IVSRealTimeClient";
|
|
26
|
-
const commandName = "DeleteStorageConfigurationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonInteractiveVideoServiceRealTime",
|
|
35
|
-
operation: "DeleteStorageConfiguration",
|
|
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_DeleteStorageConfigurationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteStorageConfigurationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteStorageConfigurationCommand 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", "DeleteStorageConfiguration", {})
|
|
19
|
+
.n("IVSRealTimeClient", "DeleteStorageConfigurationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteStorageConfigurationCommand)
|
|
22
|
+
.de(de_DeleteStorageConfigurationCommand)
|
|
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 {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DisconnectParticipantCommand, se_DisconnectParticipantCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DisconnectParticipantCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IVSRealTimeClient";
|
|
26
|
-
const commandName = "DisconnectParticipantCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonInteractiveVideoServiceRealTime",
|
|
35
|
-
operation: "DisconnectParticipant",
|
|
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_DisconnectParticipantCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DisconnectParticipantCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DisconnectParticipantCommand 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", "DisconnectParticipant", {})
|
|
19
|
+
.n("IVSRealTimeClient", "DisconnectParticipantCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DisconnectParticipantCommand)
|
|
22
|
+
.de(de_DisconnectParticipantCommand)
|
|
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 {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetCompositionCommand, se_GetCompositionCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetCompositionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IVSRealTimeClient";
|
|
26
|
-
const commandName = "GetCompositionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonInteractiveVideoServiceRealTime",
|
|
35
|
-
operation: "GetComposition",
|
|
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_GetCompositionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetCompositionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetCompositionCommand 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", "GetComposition", {})
|
|
19
|
+
.n("IVSRealTimeClient", "GetCompositionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetCompositionCommand)
|
|
22
|
+
.de(de_GetCompositionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|