@aws-sdk/client-ivs-realtime 3.298.0 → 3.299.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/CreateParticipantTokenCommand.js +4 -4
- package/dist-cjs/commands/CreateStageCommand.js +4 -4
- package/dist-cjs/commands/DeleteStageCommand.js +4 -4
- package/dist-cjs/commands/DisconnectParticipantCommand.js +4 -4
- package/dist-cjs/commands/GetStageCommand.js +4 -4
- package/dist-cjs/commands/ListStagesCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-cjs/commands/TagResourceCommand.js +4 -4
- package/dist-cjs/commands/UntagResourceCommand.js +4 -4
- package/dist-cjs/commands/UpdateStageCommand.js +4 -4
- package/dist-es/commands/CreateParticipantTokenCommand.js +4 -4
- package/dist-es/commands/CreateStageCommand.js +4 -4
- package/dist-es/commands/DeleteStageCommand.js +4 -4
- package/dist-es/commands/DisconnectParticipantCommand.js +4 -4
- package/dist-es/commands/GetStageCommand.js +4 -4
- package/dist-es/commands/ListStagesCommand.js +4 -4
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-es/commands/TagResourceCommand.js +4 -4
- package/dist-es/commands/UntagResourceCommand.js +4 -4
- package/dist-es/commands/UpdateStageCommand.js +4 -4
- package/dist-types/IVSRealTimeClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/IVSRealTimeClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -3
- package/package.json +10 -10
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class CreateParticipantTokenCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class CreateParticipantTokenCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateParticipantTokenCommand.getEndpointParameterInstructions()));
|
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class CreateStageCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class CreateStageCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateStageCommand.getEndpointParameterInstructions()));
|
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class DeleteStageCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class DeleteStageCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteStageCommand.getEndpointParameterInstructions()));
|
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class DisconnectParticipantCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class DisconnectParticipantCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DisconnectParticipantCommand.getEndpointParameterInstructions()));
|
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class GetStageCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class GetStageCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetStageCommand.getEndpointParameterInstructions()));
|
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class ListStagesCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class ListStagesCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListStagesCommand.getEndpointParameterInstructions()));
|
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -6,6 +6,10 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class UpdateStageCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
9
13
|
static getEndpointParameterInstructions() {
|
|
10
14
|
return {
|
|
11
15
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -14,10 +18,6 @@ class UpdateStageCommand extends smithy_client_1.Command {
|
|
|
14
18
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
19
|
};
|
|
16
20
|
}
|
|
17
|
-
constructor(input) {
|
|
18
|
-
super();
|
|
19
|
-
this.input = input;
|
|
20
|
-
}
|
|
21
21
|
resolveMiddleware(clientStack, configuration, options) {
|
|
22
22
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
23
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateStageCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1CreateParticipantTokenCommand, serializeAws_restJson1CreateParticipantTokenCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class CreateParticipantTokenCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class CreateParticipantTokenCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, CreateParticipantTokenCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1CreateStageCommand, serializeAws_restJson1CreateStageCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class CreateStageCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class CreateStageCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, CreateStageCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1DeleteStageCommand, serializeAws_restJson1DeleteStageCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class DeleteStageCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class DeleteStageCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteStageCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1DisconnectParticipantCommand, serializeAws_restJson1DisconnectParticipantCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class DisconnectParticipantCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class DisconnectParticipantCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, DisconnectParticipantCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1GetStageCommand, serializeAws_restJson1GetStageCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class GetStageCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class GetStageCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, GetStageCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1ListStagesCommand, serializeAws_restJson1ListStagesCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class ListStagesCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class ListStagesCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListStagesCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class TagResourceCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class TagResourceCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class UntagResourceCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class UntagResourceCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -3,6 +3,10 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { deserializeAws_restJson1UpdateStageCommand, serializeAws_restJson1UpdateStageCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class UpdateStageCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
9
|
+
}
|
|
6
10
|
static getEndpointParameterInstructions() {
|
|
7
11
|
return {
|
|
8
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -11,10 +15,6 @@ export class UpdateStageCommand extends $Command {
|
|
|
11
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
16
|
};
|
|
13
17
|
}
|
|
14
|
-
constructor(input) {
|
|
15
|
-
super();
|
|
16
|
-
this.input = input;
|
|
17
|
-
}
|
|
18
18
|
resolveMiddleware(clientStack, configuration, options) {
|
|
19
19
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
20
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateStageCommand.getEndpointParameterInstructions()));
|
|
@@ -21,11 +21,11 @@ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, Endpoi
|
|
|
21
21
|
/**
|
|
22
22
|
* @public
|
|
23
23
|
*/
|
|
24
|
-
export type ServiceInputTypes = CreateParticipantTokenCommandInput | CreateStageCommandInput | DeleteStageCommandInput | DisconnectParticipantCommandInput | GetStageCommandInput | ListStagesCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateStageCommandInput;
|
|
24
|
+
export declare type ServiceInputTypes = CreateParticipantTokenCommandInput | CreateStageCommandInput | DeleteStageCommandInput | DisconnectParticipantCommandInput | GetStageCommandInput | ListStagesCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateStageCommandInput;
|
|
25
25
|
/**
|
|
26
26
|
* @public
|
|
27
27
|
*/
|
|
28
|
-
export type ServiceOutputTypes = CreateParticipantTokenCommandOutput | CreateStageCommandOutput | DeleteStageCommandOutput | DisconnectParticipantCommandOutput | GetStageCommandOutput | ListStagesCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateStageCommandOutput;
|
|
28
|
+
export declare type ServiceOutputTypes = CreateParticipantTokenCommandOutput | CreateStageCommandOutput | DeleteStageCommandOutput | DisconnectParticipantCommandOutput | GetStageCommandOutput | ListStagesCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateStageCommandOutput;
|
|
29
29
|
/**
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
@@ -132,7 +132,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
132
132
|
/**
|
|
133
133
|
* @public
|
|
134
134
|
*/
|
|
135
|
-
type IVSRealTimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
135
|
+
declare type IVSRealTimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
136
136
|
/**
|
|
137
137
|
* @public
|
|
138
138
|
*
|
|
@@ -143,7 +143,7 @@ export interface IVSRealTimeClientConfig extends IVSRealTimeClientConfigType {
|
|
|
143
143
|
/**
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
|
-
type IVSRealTimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
146
|
+
declare type IVSRealTimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
147
147
|
/**
|
|
148
148
|
* @public
|
|
149
149
|
*
|
|
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
|
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
6
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
7
|
}
|
|
8
|
-
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
@@ -89,7 +89,7 @@ import {
|
|
|
89
89
|
ClientResolvedEndpointParameters,
|
|
90
90
|
EndpointParameters,
|
|
91
91
|
} from "./endpoint/EndpointParameters";
|
|
92
|
-
export type ServiceInputTypes =
|
|
92
|
+
export declare type ServiceInputTypes =
|
|
93
93
|
| CreateParticipantTokenCommandInput
|
|
94
94
|
| CreateStageCommandInput
|
|
95
95
|
| DeleteStageCommandInput
|
|
@@ -100,7 +100,7 @@ export type ServiceInputTypes =
|
|
|
100
100
|
| TagResourceCommandInput
|
|
101
101
|
| UntagResourceCommandInput
|
|
102
102
|
| UpdateStageCommandInput;
|
|
103
|
-
export type ServiceOutputTypes =
|
|
103
|
+
export declare type ServiceOutputTypes =
|
|
104
104
|
| CreateParticipantTokenCommandOutput
|
|
105
105
|
| CreateStageCommandOutput
|
|
106
106
|
| DeleteStageCommandOutput
|
|
@@ -135,7 +135,7 @@ export interface ClientDefaults
|
|
|
135
135
|
logger?: __Logger;
|
|
136
136
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
137
137
|
}
|
|
138
|
-
type IVSRealTimeClientConfigType = Partial<
|
|
138
|
+
declare type IVSRealTimeClientConfigType = Partial<
|
|
139
139
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
140
140
|
> &
|
|
141
141
|
ClientDefaults &
|
|
@@ -147,7 +147,7 @@ type IVSRealTimeClientConfigType = Partial<
|
|
|
147
147
|
UserAgentInputConfig &
|
|
148
148
|
ClientInputEndpointParameters;
|
|
149
149
|
export interface IVSRealTimeClientConfig extends IVSRealTimeClientConfigType {}
|
|
150
|
-
type IVSRealTimeClientResolvedConfigType =
|
|
150
|
+
declare type IVSRealTimeClientResolvedConfigType =
|
|
151
151
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
152
152
|
Required<ClientDefaults> &
|
|
153
153
|
RegionResolvedConfig &
|
|
@@ -16,9 +16,10 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export type ClientResolvedEndpointParameters =
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
export declare type ClientResolvedEndpointParameters =
|
|
20
|
+
ClientInputEndpointParameters & {
|
|
21
|
+
defaultSigningName: string;
|
|
22
|
+
};
|
|
22
23
|
export declare const resolveClientEndpointParameters: <T>(
|
|
23
24
|
options: T & ClientInputEndpointParameters
|
|
24
25
|
) => T &
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs-realtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Realtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
30
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|