@aws-sdk/client-kinesis-video 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +80 -81
- package/dist-cjs/models/KinesisVideoServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/KinesisVideo.js +1 -1
- package/dist-es/KinesisVideoClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateSignalingChannelCommand.js +2 -2
- package/dist-es/commands/CreateStreamCommand.js +2 -2
- package/dist-es/commands/DeleteEdgeConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteSignalingChannelCommand.js +2 -2
- package/dist-es/commands/DeleteStreamCommand.js +2 -2
- package/dist-es/commands/DescribeEdgeConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeSignalingChannelCommand.js +2 -2
- package/dist-es/commands/DescribeStreamCommand.js +2 -2
- package/dist-es/commands/DescribeStreamStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/GetDataEndpointCommand.js +2 -2
- package/dist-es/commands/GetSignalingChannelEndpointCommand.js +2 -2
- package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListSignalingChannelsCommand.js +2 -2
- package/dist-es/commands/ListStreamsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTagsForStreamCommand.js +2 -2
- package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TagStreamCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UntagStreamCommand.js +2 -2
- package/dist-es/commands/UpdateDataRetentionCommand.js +2 -2
- package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateSignalingChannelCommand.js +2 -2
- package/dist-es/commands/UpdateStreamCommand.js +2 -2
- package/dist-es/commands/UpdateStreamStorageConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/KinesisVideoServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/KinesisVideoClient.d.ts +5 -5
- package/dist-types/commands/CreateSignalingChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateStreamCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStreamCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStreamCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStreamStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetDataEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +6 -4
- package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSignalingChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +6 -4
- package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TagStreamCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagStreamCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataRetentionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStreamCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStreamStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/KinesisVideoServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/KinesisVideoClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KinesisVideoServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateStreamCommandInput extends CreateStreamInput {
|
|
|
22
22
|
export interface CreateStreamCommandOutput extends CreateStreamOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateStreamCommand_base: {
|
|
25
|
-
new (input: CreateStreamCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateStreamCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new Kinesis video stream. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DeleteEdgeConfigurationInput, DeleteEdgeConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEdgeConfigurationCommandInput extends DeleteEdgeConfigura
|
|
|
22
22
|
export interface DeleteEdgeConfigurationCommandOutput extends DeleteEdgeConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEdgeConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteEdgeConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteEdgeConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEdgeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteEdgeConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DeleteSignalingChannelInput, DeleteSignalingChannelOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSignalingChannelCommandInput extends DeleteSignalingChann
|
|
|
22
22
|
export interface DeleteSignalingChannelCommandOutput extends DeleteSignalingChannelOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSignalingChannelCommand_base: {
|
|
25
|
-
new (input: DeleteSignalingChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSignalingChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a specified signaling channel. <code>DeleteSignalingChannel</code> is an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteStreamCommandInput extends DeleteStreamInput {
|
|
|
22
22
|
export interface DeleteStreamCommandOutput extends DeleteStreamOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteStreamCommand_base: {
|
|
25
|
-
new (input: DeleteStreamCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteStreamCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a Kinesis video stream and the data contained in the stream. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DescribeEdgeConfigurationInput, DescribeEdgeConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEdgeConfigurationCommandInput extends DescribeEdgeConfi
|
|
|
22
22
|
export interface DescribeEdgeConfigurationCommandOutput extends DescribeEdgeConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEdgeConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeEdgeConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEdgeConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEdgeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEdgeConfigurationCommandInput, DescribeEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEdgeConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEdgeConfigurationCommandInput, DescribeEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes a stream’s edge configuration that was set using the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DescribeImageGenerationConfigurationInput, DescribeImageGenerationConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeImageGenerationConfigurationCommandInput extends Descri
|
|
|
22
22
|
export interface DescribeImageGenerationConfigurationCommandOutput extends DescribeImageGenerationConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeImageGenerationConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeImageGenerationConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeImageGenerationConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeImageGenerationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageGenerationConfigurationCommandInput, DescribeImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeImageGenerationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeImageGenerationConfigurationCommandInput, DescribeImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the <code>ImageGenerationConfiguration</code> for a given Kinesis video stream.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DescribeMappedResourceConfigurationInput, DescribeMappedResourceConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeMappedResourceConfigurationCommandInput extends Describ
|
|
|
22
22
|
export interface DescribeMappedResourceConfigurationCommandOutput extends DescribeMappedResourceConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeMappedResourceConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeMappedResourceConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeMappedResourceConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeMappedResourceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeMappedResourceConfigurationCommandInput, DescribeMappedResourceConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeMappedResourceConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeMappedResourceConfigurationCommandInput, DescribeMappedResourceConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the most current information about the stream. The <code>streamName</code>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DescribeMediaStorageConfigurationInput, DescribeMediaStorageConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeMediaStorageConfigurationCommandInput extends DescribeM
|
|
|
22
22
|
export interface DescribeMediaStorageConfigurationCommandOutput extends DescribeMediaStorageConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeMediaStorageConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeMediaStorageConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeMediaStorageConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeMediaStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeMediaStorageConfigurationCommandInput, DescribeMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeMediaStorageConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeMediaStorageConfigurationCommandInput, DescribeMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the most current information about the channel. Specify the <code>ChannelName</code>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DescribeNotificationConfigurationInput, DescribeNotificationConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeNotificationConfigurationCommandInput extends DescribeN
|
|
|
22
22
|
export interface DescribeNotificationConfigurationCommandOutput extends DescribeNotificationConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeNotificationConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeNotificationConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeNotificationConfigurationCommandInput, DescribeNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeNotificationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeNotificationConfigurationCommandInput, DescribeNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the <code>NotificationConfiguration</code> for a given Kinesis video stream.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DescribeSignalingChannelInput, DescribeSignalingChannelOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeSignalingChannelCommandInput extends DescribeSignalingC
|
|
|
22
22
|
export interface DescribeSignalingChannelCommandOutput extends DescribeSignalingChannelOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeSignalingChannelCommand_base: {
|
|
25
|
-
new (input: DescribeSignalingChannelCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeSignalingChannelCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeSignalingChannelCommandInput, DescribeSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeSignalingChannelCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSignalingChannelCommandInput, DescribeSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the most current information about the signaling channel. You must specify
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeStreamCommandInput extends DescribeStreamInput {
|
|
|
22
22
|
export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeStreamCommand_base: {
|
|
25
|
-
new (input: DescribeStreamCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeStreamCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeStreamCommandInput): import("@smithy/core/client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeStreamCommandInput]): import("@smithy/core/client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the most current information about the specified stream. You must specify
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { DescribeStreamStorageConfigurationInput, DescribeStreamStorageConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeStreamStorageConfigurationCommandInput extends Describe
|
|
|
22
22
|
export interface DescribeStreamStorageConfigurationCommandOutput extends DescribeStreamStorageConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeStreamStorageConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeStreamStorageConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeStreamStorageConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeStreamStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeStreamStorageConfigurationCommandInput, DescribeStreamStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeStreamStorageConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeStreamStorageConfigurationCommandInput, DescribeStreamStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the current storage configuration for the specified Kinesis video stream.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { GetDataEndpointInput, GetDataEndpointOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataEndpointCommandInput extends GetDataEndpointInput {
|
|
|
22
22
|
export interface GetDataEndpointCommandOutput extends GetDataEndpointOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataEndpointCommand_base: {
|
|
25
|
-
new (input: GetDataEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetDataEndpointCommandInput, GetDataEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetDataEndpointCommandInput, GetDataEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets an endpoint for a specified stream for either reading or writing. Use this
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { GetSignalingChannelEndpointInput, GetSignalingChannelEndpointOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSignalingChannelEndpointCommandInput extends GetSignalingCha
|
|
|
22
22
|
export interface GetSignalingChannelEndpointCommandOutput extends GetSignalingChannelEndpointOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSignalingChannelEndpointCommand_base: {
|
|
25
|
-
new (input: GetSignalingChannelEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSignalingChannelEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSignalingChannelEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetSignalingChannelEndpointCommandInput, GetSignalingChannelEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSignalingChannelEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetSignalingChannelEndpointCommandInput, GetSignalingChannelEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides an endpoint for the specified signaling channel to send and receive messages.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { ListEdgeAgentConfigurationsInput, ListEdgeAgentConfigurationsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListEdgeAgentConfigurationsCommandInput extends ListEdgeAgentCo
|
|
|
22
22
|
export interface ListEdgeAgentConfigurationsCommandOutput extends ListEdgeAgentConfigurationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEdgeAgentConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListEdgeAgentConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListEdgeAgentConfigurationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEdgeAgentConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListEdgeAgentConfigurationsCommandInput, ListEdgeAgentConfigurationsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListEdgeAgentConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListEdgeAgentConfigurationsCommandInput, ListEdgeAgentConfigurationsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns an array of edge configurations associated with the specified Edge Agent.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { ListSignalingChannelsInput, ListSignalingChannelsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSignalingChannelsCommandInput extends ListSignalingChannels
|
|
|
22
22
|
export interface ListSignalingChannelsCommandOutput extends ListSignalingChannelsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSignalingChannelsCommand_base: {
|
|
25
|
-
new (input: ListSignalingChannelsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSignalingChannelsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSignalingChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListSignalingChannelsCommandInput, ListSignalingChannelsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSignalingChannelsCommandInput]): import("@smithy/core/client").CommandImpl<ListSignalingChannelsCommandInput, ListSignalingChannelsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns an array of <code>ChannelInfo</code> objects. Each object describes a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListStreamsCommandInput extends ListStreamsInput {
|
|
|
22
22
|
export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListStreamsCommand_base: {
|
|
25
|
-
new (input: ListStreamsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListStreamsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListStreamsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListStreamsCommandInput]): import("@smithy/core/client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns an array of <code>StreamInfo</code> objects. Each object describes a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of tags associated with the specified signaling channel.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForStreamCommandInput extends ListTagsForStreamInput {
|
|
|
22
22
|
export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForStreamCommand_base: {
|
|
25
|
-
new (input: ListTagsForStreamCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTagsForStreamCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForStreamCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTagsForStreamCommandInput]): import("@smithy/core/client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of tags associated with the specified stream.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { StartEdgeConfigurationUpdateInput, StartEdgeConfigurationUpdateOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartEdgeConfigurationUpdateCommandInput extends StartEdgeConfi
|
|
|
22
22
|
export interface StartEdgeConfigurationUpdateCommandOutput extends StartEdgeConfigurationUpdateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartEdgeConfigurationUpdateCommand_base: {
|
|
25
|
-
new (input: StartEdgeConfigurationUpdateCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartEdgeConfigurationUpdateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartEdgeConfigurationUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartEdgeConfigurationUpdateCommandInput, StartEdgeConfigurationUpdateCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartEdgeConfigurationUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartEdgeConfigurationUpdateCommandInput, StartEdgeConfigurationUpdateCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>An asynchronous API that updates a stream’s existing edge configuration.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more tags to a signaling channel. A <i>tag</i> is a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { TagStreamInput, TagStreamOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagStreamCommandInput extends TagStreamInput {
|
|
|
22
22
|
export interface TagStreamCommandOutput extends TagStreamOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagStreamCommand_base: {
|
|
25
|
-
new (input: TagStreamCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagStreamCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<TagStreamCommandInput, TagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<TagStreamCommandInput, TagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more tags to a stream. A <i>tag</i> is a key-value pair
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes one or more tags from a signaling channel. In the request, specify only a tag
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { UntagStreamInput, UntagStreamOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagStreamCommandInput extends UntagStreamInput {
|
|
|
22
22
|
export interface UntagStreamCommandOutput extends UntagStreamOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagStreamCommand_base: {
|
|
25
|
-
new (input: UntagStreamCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagStreamCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagStreamCommandInput): import("@smithy/core/client").CommandImpl<UntagStreamCommandInput, UntagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagStreamCommandInput): import("@smithy/core/client").CommandImpl<UntagStreamCommandInput, UntagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes one or more tags from a stream. In the request, specify only a tag key or
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { UpdateDataRetentionInput, UpdateDataRetentionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateDataRetentionCommandInput extends UpdateDataRetentionInpu
|
|
|
22
22
|
export interface UpdateDataRetentionCommandOutput extends UpdateDataRetentionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDataRetentionCommand_base: {
|
|
25
|
-
new (input: UpdateDataRetentionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateDataRetentionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateDataRetentionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateDataRetentionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Increases or decreases the stream's data retention period by the value that you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
4
|
import type { UpdateImageGenerationConfigurationInput, UpdateImageGenerationConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateImageGenerationConfigurationCommandInput extends UpdateIm
|
|
|
22
22
|
export interface UpdateImageGenerationConfigurationCommandOutput extends UpdateImageGenerationConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateImageGenerationConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateImageGenerationConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [UpdateImageGenerationConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateImageGenerationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateImageGenerationConfigurationCommandInput, UpdateImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [UpdateImageGenerationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateImageGenerationConfigurationCommandInput, UpdateImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the <code>StreamInfo</code> and <code>ImageProcessingConfiguration</code> fields.</p>
|