@aws-sdk/client-kinesis-video 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/KinesisVideo.d.ts +105 -155
- package/dist-types/ts3.4/KinesisVideoClient.d.ts +10 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +15 -58
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -104,10 +101,7 @@ import {
|
|
|
104
101
|
ListSignalingChannelsCommandInput,
|
|
105
102
|
ListSignalingChannelsCommandOutput,
|
|
106
103
|
} from "./commands/ListSignalingChannelsCommand";
|
|
107
|
-
import {
|
|
108
|
-
ListStreamsCommandInput,
|
|
109
|
-
ListStreamsCommandOutput,
|
|
110
|
-
} from "./commands/ListStreamsCommand";
|
|
104
|
+
import { ListStreamsCommandInput, ListStreamsCommandOutput } from "./commands/ListStreamsCommand";
|
|
111
105
|
import {
|
|
112
106
|
ListTagsForResourceCommandInput,
|
|
113
107
|
ListTagsForResourceCommandOutput,
|
|
@@ -120,22 +114,13 @@ import {
|
|
|
120
114
|
StartEdgeConfigurationUpdateCommandInput,
|
|
121
115
|
StartEdgeConfigurationUpdateCommandOutput,
|
|
122
116
|
} from "./commands/StartEdgeConfigurationUpdateCommand";
|
|
123
|
-
import {
|
|
124
|
-
|
|
125
|
-
TagResourceCommandOutput,
|
|
126
|
-
} from "./commands/TagResourceCommand";
|
|
127
|
-
import {
|
|
128
|
-
TagStreamCommandInput,
|
|
129
|
-
TagStreamCommandOutput,
|
|
130
|
-
} from "./commands/TagStreamCommand";
|
|
117
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
118
|
+
import { TagStreamCommandInput, TagStreamCommandOutput } from "./commands/TagStreamCommand";
|
|
131
119
|
import {
|
|
132
120
|
UntagResourceCommandInput,
|
|
133
121
|
UntagResourceCommandOutput,
|
|
134
122
|
} from "./commands/UntagResourceCommand";
|
|
135
|
-
import {
|
|
136
|
-
UntagStreamCommandInput,
|
|
137
|
-
UntagStreamCommandOutput,
|
|
138
|
-
} from "./commands/UntagStreamCommand";
|
|
123
|
+
import { UntagStreamCommandInput, UntagStreamCommandOutput } from "./commands/UntagStreamCommand";
|
|
139
124
|
import {
|
|
140
125
|
UpdateDataRetentionCommandInput,
|
|
141
126
|
UpdateDataRetentionCommandOutput,
|
|
@@ -237,8 +222,7 @@ export type ServiceOutputTypes =
|
|
|
237
222
|
| UpdateSignalingChannelCommandOutput
|
|
238
223
|
| UpdateStreamCommandOutput
|
|
239
224
|
| UpdateStreamStorageConfigurationCommandOutput;
|
|
240
|
-
export interface ClientDefaults
|
|
241
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
225
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
242
226
|
requestHandler?: __HttpHandlerUserInput;
|
|
243
227
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
244
228
|
urlParser?: __UrlParser;
|
|
@@ -263,9 +247,7 @@ export interface ClientDefaults
|
|
|
263
247
|
extensions?: RuntimeExtension[];
|
|
264
248
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
265
249
|
}
|
|
266
|
-
export type KinesisVideoClientConfigType = Partial<
|
|
267
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
268
|
-
> &
|
|
250
|
+
export type KinesisVideoClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
269
251
|
ClientDefaults &
|
|
270
252
|
UserAgentInputConfig &
|
|
271
253
|
RetryInputConfig &
|
|
@@ -274,8 +256,7 @@ export type KinesisVideoClientConfigType = Partial<
|
|
|
274
256
|
EndpointInputConfig<EndpointParameters> &
|
|
275
257
|
HttpAuthSchemeInputConfig &
|
|
276
258
|
ClientInputEndpointParameters;
|
|
277
|
-
export interface KinesisVideoClientConfig
|
|
278
|
-
extends KinesisVideoClientConfigType {}
|
|
259
|
+
export interface KinesisVideoClientConfig extends KinesisVideoClientConfigType {}
|
|
279
260
|
export type KinesisVideoClientResolvedConfigType =
|
|
280
261
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
281
262
|
Required<ClientDefaults> &
|
|
@@ -287,8 +268,7 @@ export type KinesisVideoClientResolvedConfigType =
|
|
|
287
268
|
EndpointResolvedConfig<EndpointParameters> &
|
|
288
269
|
HttpAuthSchemeResolvedConfig &
|
|
289
270
|
ClientResolvedEndpointParameters;
|
|
290
|
-
export interface KinesisVideoClientResolvedConfig
|
|
291
|
-
extends KinesisVideoClientResolvedConfigType {}
|
|
271
|
+
export interface KinesisVideoClientResolvedConfig extends KinesisVideoClientResolvedConfigType {}
|
|
292
272
|
export declare class KinesisVideoClient extends __Client<
|
|
293
273
|
__HttpHandlerOptions,
|
|
294
274
|
ServiceInputTypes,
|
|
@@ -296,8 +276,6 @@ export declare class KinesisVideoClient extends __Client<
|
|
|
296
276
|
KinesisVideoClientResolvedConfig
|
|
297
277
|
> {
|
|
298
278
|
readonly config: KinesisVideoClientResolvedConfig;
|
|
299
|
-
constructor(
|
|
300
|
-
...[configuration]: __CheckOptionalClientConfig<KinesisVideoClientConfig>
|
|
301
|
-
);
|
|
279
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<KinesisVideoClientConfig>);
|
|
302
280
|
destroy(): void;
|
|
303
281
|
}
|
|
@@ -7,17 +7,10 @@ import { KinesisVideoHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: KinesisVideoHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: KinesisVideoHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): KinesisVideoHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { KinesisVideoClientResolvedConfig } from "../KinesisVideoClient";
|
|
15
|
-
export interface KinesisVideoHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface KinesisVideoHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface KinesisVideoHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface KinesisVideoHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
KinesisVideoClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
KinesisVideoHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultKinesisVideoHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: KinesisVideoClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<KinesisVideoHttpAuthSchemeParameters>;
|
|
31
|
-
export interface KinesisVideoHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<KinesisVideoHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface KinesisVideoHttpAuthSchemeProvider extends HttpAuthSchemeProvider<KinesisVideoHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultKinesisVideoHttpAuthSchemeProvider: KinesisVideoHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: KinesisVideoHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: KinesisVideoHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./KinesisVideoClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
KinesisVideoClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSignalingChannelInput,
|
|
4
|
-
CreateSignalingChannelOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSignalingChannelInput, CreateSignalingChannelOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSignalingChannelCommandInput
|
|
8
|
-
extends CreateSignalingChannelInput {}
|
|
4
|
+
export interface CreateSignalingChannelCommandInput extends CreateSignalingChannelInput {}
|
|
9
5
|
export interface CreateSignalingChannelCommandOutput
|
|
10
|
-
extends CreateSignalingChannelOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSignalingChannelOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateSignalingChannelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSignalingChannelCommandInput
|
|
9
|
+
input: CreateSignalingChannelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSignalingChannelCommandInput,
|
|
17
12
|
CreateSignalingChannelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateSignalingChannelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateSignalingChannelCommandInput
|
|
18
|
+
input: CreateSignalingChannelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateSignalingChannelCommandInput,
|
|
26
21
|
CreateSignalingChannelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateStreamCommandInput extends CreateStreamInput {}
|
|
5
|
-
export interface CreateStreamCommandOutput
|
|
6
|
-
extends CreateStreamOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateStreamCommandOutput extends CreateStreamOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateStreamCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateStreamCommandInput
|
|
8
|
+
input: CreateStreamCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateStreamCommandInput,
|
|
13
11
|
CreateStreamCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateStreamCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateStreamCommandInput
|
|
17
|
+
input: CreateStreamCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateStreamCommandInput,
|
|
22
20
|
CreateStreamCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteEdgeConfigurationInput,
|
|
4
|
-
DeleteEdgeConfigurationOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteEdgeConfigurationInput, DeleteEdgeConfigurationOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteEdgeConfigurationCommandInput
|
|
8
|
-
extends DeleteEdgeConfigurationInput {}
|
|
4
|
+
export interface DeleteEdgeConfigurationCommandInput extends DeleteEdgeConfigurationInput {}
|
|
9
5
|
export interface DeleteEdgeConfigurationCommandOutput
|
|
10
|
-
extends DeleteEdgeConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteEdgeConfigurationOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteEdgeConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteEdgeConfigurationCommandInput
|
|
9
|
+
input: DeleteEdgeConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteEdgeConfigurationCommandInput,
|
|
17
12
|
DeleteEdgeConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteSignalingChannelInput,
|
|
4
|
-
DeleteSignalingChannelOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteSignalingChannelInput, DeleteSignalingChannelOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteSignalingChannelCommandInput
|
|
8
|
-
extends DeleteSignalingChannelInput {}
|
|
4
|
+
export interface DeleteSignalingChannelCommandInput extends DeleteSignalingChannelInput {}
|
|
9
5
|
export interface DeleteSignalingChannelCommandOutput
|
|
10
|
-
extends DeleteSignalingChannelOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteSignalingChannelOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteSignalingChannelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteSignalingChannelCommandInput
|
|
9
|
+
input: DeleteSignalingChannelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteSignalingChannelCommandInput,
|
|
17
12
|
DeleteSignalingChannelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteSignalingChannelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteSignalingChannelCommandInput
|
|
18
|
+
input: DeleteSignalingChannelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteSignalingChannelCommandInput,
|
|
26
21
|
DeleteSignalingChannelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteStreamCommandInput extends DeleteStreamInput {}
|
|
5
|
-
export interface DeleteStreamCommandOutput
|
|
6
|
-
extends DeleteStreamOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteStreamCommandOutput extends DeleteStreamOutput, __MetadataBearer {}
|
|
8
6
|
declare const DeleteStreamCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteStreamCommandInput
|
|
8
|
+
input: DeleteStreamCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteStreamCommandInput,
|
|
13
11
|
DeleteStreamCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteStreamCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteStreamCommandInput
|
|
17
|
+
input: DeleteStreamCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteStreamCommandInput,
|
|
22
20
|
DeleteStreamCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeEdgeConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEdgeConfigurationCommandInput
|
|
8
|
-
extends DescribeEdgeConfigurationInput {}
|
|
7
|
+
export interface DescribeEdgeConfigurationCommandInput extends DescribeEdgeConfigurationInput {}
|
|
9
8
|
export interface DescribeEdgeConfigurationCommandOutput
|
|
10
|
-
extends DescribeEdgeConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeEdgeConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEdgeConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEdgeConfigurationCommandInput
|
|
12
|
+
input: DescribeEdgeConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEdgeConfigurationCommandInput,
|
|
17
15
|
DescribeEdgeConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeImageGenerationConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeImageGenerationConfigurationCommandInput
|
|
8
|
-
extends DescribeImageGenerationConfigurationInput {}
|
|
7
|
+
export interface DescribeImageGenerationConfigurationCommandInput extends DescribeImageGenerationConfigurationInput {}
|
|
9
8
|
export interface DescribeImageGenerationConfigurationCommandOutput
|
|
10
|
-
extends DescribeImageGenerationConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeImageGenerationConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeImageGenerationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeImageGenerationConfigurationCommandInput
|
|
12
|
+
input: DescribeImageGenerationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeImageGenerationConfigurationCommandInput,
|
|
17
15
|
DescribeImageGenerationConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeMappedResourceConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeMappedResourceConfigurationCommandInput
|
|
8
|
-
extends DescribeMappedResourceConfigurationInput {}
|
|
7
|
+
export interface DescribeMappedResourceConfigurationCommandInput extends DescribeMappedResourceConfigurationInput {}
|
|
9
8
|
export interface DescribeMappedResourceConfigurationCommandOutput
|
|
10
|
-
extends DescribeMappedResourceConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeMappedResourceConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeMappedResourceConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeMappedResourceConfigurationCommandInput
|
|
12
|
+
input: DescribeMappedResourceConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeMappedResourceConfigurationCommandInput,
|
|
17
15
|
DescribeMappedResourceConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeMediaStorageConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeMediaStorageConfigurationCommandInput
|
|
8
|
-
extends DescribeMediaStorageConfigurationInput {}
|
|
7
|
+
export interface DescribeMediaStorageConfigurationCommandInput extends DescribeMediaStorageConfigurationInput {}
|
|
9
8
|
export interface DescribeMediaStorageConfigurationCommandOutput
|
|
10
|
-
extends DescribeMediaStorageConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeMediaStorageConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeMediaStorageConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeMediaStorageConfigurationCommandInput
|
|
12
|
+
input: DescribeMediaStorageConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeMediaStorageConfigurationCommandInput,
|
|
17
15
|
DescribeMediaStorageConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeNotificationConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeNotificationConfigurationCommandInput
|
|
8
|
-
extends DescribeNotificationConfigurationInput {}
|
|
7
|
+
export interface DescribeNotificationConfigurationCommandInput extends DescribeNotificationConfigurationInput {}
|
|
9
8
|
export interface DescribeNotificationConfigurationCommandOutput
|
|
10
|
-
extends DescribeNotificationConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeNotificationConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeNotificationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeNotificationConfigurationCommandInput
|
|
12
|
+
input: DescribeNotificationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeNotificationConfigurationCommandInput,
|
|
17
15
|
DescribeNotificationConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeSignalingChannelInput,
|
|
4
|
-
DescribeSignalingChannelOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeSignalingChannelInput, DescribeSignalingChannelOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeSignalingChannelCommandInput
|
|
8
|
-
extends DescribeSignalingChannelInput {}
|
|
4
|
+
export interface DescribeSignalingChannelCommandInput extends DescribeSignalingChannelInput {}
|
|
9
5
|
export interface DescribeSignalingChannelCommandOutput
|
|
10
|
-
extends DescribeSignalingChannelOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeSignalingChannelOutput, __MetadataBearer {}
|
|
12
7
|
declare const DescribeSignalingChannelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeSignalingChannelCommandInput
|
|
9
|
+
input: DescribeSignalingChannelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeSignalingChannelCommandInput,
|
|
17
12
|
DescribeSignalingChannelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeStreamCommandInput extends DescribeStreamInput {}
|
|
5
|
-
export interface DescribeStreamCommandOutput
|
|
6
|
-
extends DescribeStreamOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __MetadataBearer {}
|
|
8
6
|
declare const DescribeStreamCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeStreamCommandInput
|
|
8
|
+
input: DescribeStreamCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeStreamCommandInput,
|
|
13
11
|
DescribeStreamCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeStreamStorageConfigurationOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeStreamStorageConfigurationCommandInput
|
|
8
|
-
extends DescribeStreamStorageConfigurationInput {}
|
|
7
|
+
export interface DescribeStreamStorageConfigurationCommandInput extends DescribeStreamStorageConfigurationInput {}
|
|
9
8
|
export interface DescribeStreamStorageConfigurationCommandOutput
|
|
10
|
-
extends DescribeStreamStorageConfigurationOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeStreamStorageConfigurationOutput, __MetadataBearer {}
|
|
12
10
|
declare const DescribeStreamStorageConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeStreamStorageConfigurationCommandInput
|
|
12
|
+
input: DescribeStreamStorageConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeStreamStorageConfigurationCommandInput,
|
|
17
15
|
DescribeStreamStorageConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDataEndpointInput,
|
|
4
|
-
GetDataEndpointOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDataEndpointInput, GetDataEndpointOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetDataEndpointCommandInput extends GetDataEndpointInput {}
|
|
8
|
-
export interface GetDataEndpointCommandOutput
|
|
9
|
-
extends GetDataEndpointOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDataEndpointCommandOutput extends GetDataEndpointOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetDataEndpointCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetDataEndpointCommandInput
|
|
8
|
+
input: GetDataEndpointCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetDataEndpointCommandInput,
|
|
16
11
|
GetDataEndpointCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetDataEndpointCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetDataEndpointCommandInput
|
|
17
|
+
input: GetDataEndpointCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetDataEndpointCommandInput,
|
|
25
20
|
GetDataEndpointCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetSignalingChannelEndpointOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSignalingChannelEndpointCommandInput
|
|
8
|
-
extends GetSignalingChannelEndpointInput {}
|
|
7
|
+
export interface GetSignalingChannelEndpointCommandInput extends GetSignalingChannelEndpointInput {}
|
|
9
8
|
export interface GetSignalingChannelEndpointCommandOutput
|
|
10
|
-
extends GetSignalingChannelEndpointOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetSignalingChannelEndpointOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetSignalingChannelEndpointCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetSignalingChannelEndpointCommandInput
|
|
12
|
+
input: GetSignalingChannelEndpointCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetSignalingChannelEndpointCommandInput,
|
|
17
15
|
GetSignalingChannelEndpointCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetSignalingChannelEndpointCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetSignalingChannelEndpointCommandInput
|
|
21
|
+
input: GetSignalingChannelEndpointCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetSignalingChannelEndpointCommandInput,
|
|
26
24
|
GetSignalingChannelEndpointCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListEdgeAgentConfigurationsOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEdgeAgentConfigurationsCommandInput
|
|
8
|
-
extends ListEdgeAgentConfigurationsInput {}
|
|
7
|
+
export interface ListEdgeAgentConfigurationsCommandInput extends ListEdgeAgentConfigurationsInput {}
|
|
9
8
|
export interface ListEdgeAgentConfigurationsCommandOutput
|
|
10
|
-
extends ListEdgeAgentConfigurationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListEdgeAgentConfigurationsOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListEdgeAgentConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListEdgeAgentConfigurationsCommandInput
|
|
12
|
+
input: ListEdgeAgentConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListEdgeAgentConfigurationsCommandInput,
|
|
17
15
|
ListEdgeAgentConfigurationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListEdgeAgentConfigurationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListEdgeAgentConfigurationsCommandInput
|
|
21
|
+
input: ListEdgeAgentConfigurationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListEdgeAgentConfigurationsCommandInput,
|
|
26
24
|
ListEdgeAgentConfigurationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSignalingChannelsInput,
|
|
4
|
-
ListSignalingChannelsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSignalingChannelsInput, ListSignalingChannelsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSignalingChannelsCommandInput
|
|
8
|
-
extends ListSignalingChannelsInput {}
|
|
4
|
+
export interface ListSignalingChannelsCommandInput extends ListSignalingChannelsInput {}
|
|
9
5
|
export interface ListSignalingChannelsCommandOutput
|
|
10
|
-
extends ListSignalingChannelsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListSignalingChannelsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListSignalingChannelsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListSignalingChannelsCommandInput
|
|
9
|
+
input: ListSignalingChannelsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListSignalingChannelsCommandInput,
|
|
17
12
|
ListSignalingChannelsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListStreamsCommandInput extends ListStreamsInput {}
|
|
5
|
-
export interface ListStreamsCommandOutput
|
|
6
|
-
extends ListStreamsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListStreamsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListStreamsCommandInput
|
|
8
|
+
input: ListStreamsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListStreamsCommandInput,
|
|
13
11
|
ListStreamsCommandOutput,
|