@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 { UpdateMediaStorageConfigurationInput, UpdateMediaStorageConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateMediaStorageConfigurationCommandInput extends UpdateMedia
|
|
|
22
22
|
export interface UpdateMediaStorageConfigurationCommandOutput extends UpdateMediaStorageConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateMediaStorageConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateMediaStorageConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateMediaStorageConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateMediaStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateMediaStorageConfigurationCommandInput, UpdateMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateMediaStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateMediaStorageConfigurationCommandInput, UpdateMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a <code>SignalingChannel</code> to a stream to store the media. There are
|
|
@@ -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 { UpdateNotificationConfigurationInput, UpdateNotificationConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateNotificationConfigurationCommandInput extends UpdateNotif
|
|
|
22
22
|
export interface UpdateNotificationConfigurationCommandOutput extends UpdateNotificationConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [UpdateNotificationConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [UpdateNotificationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the notification information for a 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 { UpdateSignalingChannelInput, UpdateSignalingChannelOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSignalingChannelCommandInput extends UpdateSignalingChann
|
|
|
22
22
|
export interface UpdateSignalingChannelCommandOutput extends UpdateSignalingChannelOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSignalingChannelCommand_base: {
|
|
25
|
-
new (input: UpdateSignalingChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSignalingChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateSignalingChannelCommandInput, UpdateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateSignalingChannelCommandInput, UpdateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the existing signaling channel. This is an asynchronous operation and takes
|
|
@@ -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 { UpdateStreamInput, UpdateStreamOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateStreamCommandInput extends UpdateStreamInput {
|
|
|
22
22
|
export interface UpdateStreamCommandOutput extends UpdateStreamOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateStreamCommand_base: {
|
|
25
|
-
new (input: UpdateStreamCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateStreamCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateStreamCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamCommandInput, UpdateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateStreamCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamCommandInput, UpdateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates stream metadata, such as the device name and media type.</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 { UpdateStreamStorageConfigurationInput, UpdateStreamStorageConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateStreamStorageConfigurationCommandInput extends UpdateStre
|
|
|
22
22
|
export interface UpdateStreamStorageConfigurationCommandOutput extends UpdateStreamStorageConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateStreamStorageConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateStreamStorageConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateStreamStorageConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateStreamStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamStorageConfigurationCommandInput, UpdateStreamStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateStreamStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamStorageConfigurationCommandInput, UpdateStreamStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the storage configuration for an existing Kinesis video stream.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { KinesisVideoServiceException as __BaseException } from "./KinesisVideoServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>You do not have required permissions to perform this operation.</p>
|
|
@@ -5,13 +5,13 @@ import type { KinesisVideoClientConfig } from "./KinesisVideoClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: KinesisVideoClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { KinesisVideoClientConfig } from "./KinesisVideoClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: KinesisVideoClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { KinesisVideoClientConfig } from "./KinesisVideoClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: KinesisVideoClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: KinesisVideoClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateSignalingChannelCommandOutput
|
|
|
19
19
|
declare const CreateSignalingChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSignalingChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSignalingChannelCommandInput,
|
|
24
24
|
CreateSignalingChannelCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSignalingChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateSignalingChannelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSignalingChannelCommandInput,
|
|
33
33
|
CreateSignalingChannelCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSignalingChannelCommand extends CreateSignalingChannelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateStreamCommandOutput
|
|
|
15
15
|
declare const CreateStreamCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateStreamCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateStreamCommandInput,
|
|
20
20
|
CreateStreamCommandOutput,
|
|
21
21
|
KinesisVideoClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateStreamCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateStreamCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateStreamCommandInput,
|
|
29
29
|
CreateStreamCommandOutput,
|
|
30
30
|
KinesisVideoClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateStreamCommand extends CreateStreamCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteEdgeConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteEdgeConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteEdgeConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteEdgeConfigurationCommandInput,
|
|
24
24
|
DeleteEdgeConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteEdgeConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DeleteEdgeConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteEdgeConfigurationCommandInput,
|
|
33
33
|
DeleteEdgeConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteEdgeConfigurationCommand extends DeleteEdgeConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteSignalingChannelCommandOutput
|
|
|
19
19
|
declare const DeleteSignalingChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteSignalingChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteSignalingChannelCommandInput,
|
|
24
24
|
DeleteSignalingChannelCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteSignalingChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteSignalingChannelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteSignalingChannelCommandInput,
|
|
33
33
|
DeleteSignalingChannelCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteSignalingChannelCommand extends DeleteSignalingChannelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteStreamCommandOutput
|
|
|
15
15
|
declare const DeleteStreamCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteStreamCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteStreamCommandInput,
|
|
20
20
|
DeleteStreamCommandOutput,
|
|
21
21
|
KinesisVideoClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteStreamCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteStreamCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteStreamCommandInput,
|
|
29
29
|
DeleteStreamCommandOutput,
|
|
30
30
|
KinesisVideoClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeEdgeConfigurationCommandOutput
|
|
|
19
19
|
declare const DescribeEdgeConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeEdgeConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeEdgeConfigurationCommandInput,
|
|
24
24
|
DescribeEdgeConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeEdgeConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeEdgeConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeEdgeConfigurationCommandInput,
|
|
33
33
|
DescribeEdgeConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeEdgeConfigurationCommand extends DescribeEdgeConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeImageGenerationConfigurationCommandOutput
|
|
|
19
19
|
declare const DescribeImageGenerationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeImageGenerationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeImageGenerationConfigurationCommandInput,
|
|
24
24
|
DescribeImageGenerationConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeImageGenerationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeImageGenerationConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeImageGenerationConfigurationCommandInput,
|
|
33
33
|
DescribeImageGenerationConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeImageGenerationConfigurationCommand extends DescribeImageGenerationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeMappedResourceConfigurationCommandOutput
|
|
|
19
19
|
declare const DescribeMappedResourceConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeMappedResourceConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeMappedResourceConfigurationCommandInput,
|
|
24
24
|
DescribeMappedResourceConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeMappedResourceConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeMappedResourceConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeMappedResourceConfigurationCommandInput,
|
|
33
33
|
DescribeMappedResourceConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeMappedResourceConfigurationCommand extends DescribeMappedResourceConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeMediaStorageConfigurationCommandOutput
|
|
|
19
19
|
declare const DescribeMediaStorageConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeMediaStorageConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeMediaStorageConfigurationCommandInput,
|
|
24
24
|
DescribeMediaStorageConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeMediaStorageConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeMediaStorageConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeMediaStorageConfigurationCommandInput,
|
|
33
33
|
DescribeMediaStorageConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeMediaStorageConfigurationCommand extends DescribeMediaStorageConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeNotificationConfigurationCommandOutput
|
|
|
19
19
|
declare const DescribeNotificationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeNotificationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeNotificationConfigurationCommandInput,
|
|
24
24
|
DescribeNotificationConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeNotificationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeNotificationConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeNotificationConfigurationCommandInput,
|
|
33
33
|
DescribeNotificationConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeNotificationConfigurationCommand extends DescribeNotificationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeSignalingChannelCommandOutput
|
|
|
19
19
|
declare const DescribeSignalingChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeSignalingChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeSignalingChannelCommandInput,
|
|
24
24
|
DescribeSignalingChannelCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeSignalingChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeSignalingChannelCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeSignalingChannelCommandInput,
|
|
33
33
|
DescribeSignalingChannelCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeSignalingChannelCommand extends DescribeSignalingChannelCommand_base {
|
|
41
43
|
protected static __types: {
|