@aws-sdk/client-ivs-realtime 3.1076.0 → 3.1078.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 +50 -395
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateParticipantTokenCommand.js +2 -14
- package/dist-es/commands/CreateStageCommand.js +2 -14
- package/dist-es/commands/CreateStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePublicKeyCommand.js +2 -14
- package/dist-es/commands/DeleteStageCommand.js +2 -14
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DisconnectParticipantCommand.js +2 -14
- package/dist-es/commands/GetCompositionCommand.js +2 -14
- package/dist-es/commands/GetEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/GetIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/GetParticipantCommand.js +2 -14
- package/dist-es/commands/GetPublicKeyCommand.js +2 -14
- package/dist-es/commands/GetStageCommand.js +2 -14
- package/dist-es/commands/GetStageSessionCommand.js +2 -14
- package/dist-es/commands/GetStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/ImportPublicKeyCommand.js +2 -14
- package/dist-es/commands/ListCompositionsCommand.js +2 -14
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListIngestConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListParticipantEventsCommand.js +2 -14
- package/dist-es/commands/ListParticipantReplicasCommand.js +2 -14
- package/dist-es/commands/ListParticipantsCommand.js +2 -14
- package/dist-es/commands/ListPublicKeysCommand.js +2 -14
- package/dist-es/commands/ListStageSessionsCommand.js +2 -14
- package/dist-es/commands/ListStagesCommand.js +2 -14
- package/dist-es/commands/ListStorageConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartCompositionCommand.js +2 -14
- package/dist-es/commands/StartParticipantReplicationCommand.js +2 -14
- package/dist-es/commands/StopCompositionCommand.js +2 -14
- package/dist-es/commands/StopParticipantReplicationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateStageCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +3 -8
- package/dist-types/commands/CreateStageCommand.d.ts +3 -8
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +3 -8
- package/dist-types/commands/GetCompositionCommand.d.ts +3 -8
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetParticipantCommand.d.ts +3 -8
- package/dist-types/commands/GetPublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetStageCommand.d.ts +3 -8
- package/dist-types/commands/GetStageSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ImportPublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/ListCompositionsCommand.d.ts +3 -8
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListIngestConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantReplicasCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantsCommand.d.ts +3 -8
- package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -8
- package/dist-types/commands/ListStageSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListStagesCommand.d.ts +3 -8
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartCompositionCommand.d.ts +3 -8
- package/dist-types/commands/StartParticipantReplicationCommand.d.ts +3 -8
- package/dist-types/commands/StopCompositionCommand.d.ts +3 -8
- package/dist-types/commands/StopParticipantReplicationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStageCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantReplicasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartParticipantReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopParticipantReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
2
|
import type { UpdateIngestConfigurationRequest, UpdateIngestConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateIngestConfigurationCommandInput extends UpdateIngestConfi
|
|
|
22
19
|
export interface UpdateIngestConfigurationCommandOutput extends UpdateIngestConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateIngestConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestConfigurationCommandInput, UpdateIngestConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestConfigurationCommandInput, UpdateIngestConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestConfigurationCommandInput, UpdateIngestConfigurationCommandOutput, import("..").IVSRealTimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateIngestConfigurationCommandInput, UpdateIngestConfigurationCommandOutput, import("..").IVSRealTimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a specified IngestConfiguration. Only the stage ARN attached to the IngestConfiguration can be updated. An IngestConfiguration that is active cannot be updated.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
2
|
import type { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateStageCommandInput extends UpdateStageRequest {
|
|
|
22
19
|
export interface UpdateStageCommandOutput extends UpdateStageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateStageCommand_base: {
|
|
25
|
-
new (input: UpdateStageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStageCommandInput, UpdateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateStageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStageCommandInput, UpdateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateStageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStageCommandInput, UpdateStageCommandOutput, import("..").IVSRealTimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateStageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStageCommandInput, UpdateStageCommandOutput, import("..").IVSRealTimeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a stage’s configuration.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
86
86
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
87
87
|
export type { IVSRealTimeExtensionConfiguration } from "./extensionConfiguration";
|
|
88
88
|
export * from "./commands";
|
|
89
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
89
90
|
export * from "./schemas/schemas_0";
|
|
90
91
|
export * from "./pagination";
|
|
91
92
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { IVSRealTimeClientConfig } from "./IVSRealTimeClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
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
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
IVSRealTimeClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./IVSRealTimeClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
IVSRealTimeClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
IVSRealTimeClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateEncoderConfigurationRequest,
|
|
10
4
|
CreateEncoderConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateEncoderConfigurationCommandInput
|
|
15
8
|
extends CreateEncoderConfigurationRequest {}
|
|
16
9
|
export interface CreateEncoderConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateEncoderConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateEncoderConfigurationCommandInput,
|
|
24
17
|
CreateEncoderConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [CreateEncoderConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateEncoderConfigurationCommandInput,
|
|
33
26
|
CreateEncoderConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateIngestConfigurationRequest,
|
|
10
4
|
CreateIngestConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateIngestConfigurationCommandInput
|
|
15
8
|
extends CreateIngestConfigurationRequest {}
|
|
16
9
|
export interface CreateIngestConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateIngestConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateIngestConfigurationCommandInput,
|
|
24
17
|
CreateIngestConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateIngestConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateIngestConfigurationCommandInput,
|
|
33
26
|
CreateIngestConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateIngestConfigurationCommand extends CreateIngestConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateParticipantTokenRequest,
|
|
10
4
|
CreateParticipantTokenResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateParticipantTokenCommandInput
|
|
15
8
|
extends CreateParticipantTokenRequest {}
|
|
16
9
|
export interface CreateParticipantTokenCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateParticipantTokenCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateParticipantTokenCommandInput,
|
|
24
17
|
CreateParticipantTokenCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateParticipantTokenCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateParticipantTokenCommandInput,
|
|
33
26
|
CreateParticipantTokenCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import { CreateStageRequest, CreateStageResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateStageCommandInput extends CreateStageRequest {}
|
|
12
5
|
export interface CreateStageCommandOutput
|
|
13
6
|
extends CreateStageResponse,
|
|
@@ -18,22 +11,20 @@ declare const CreateStageCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateStageCommandInput,
|
|
20
13
|
CreateStageCommandOutput,
|
|
21
|
-
IVSRealTimeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [CreateStageCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateStageCommandInput,
|
|
29
22
|
CreateStageCommandOutput,
|
|
30
|
-
IVSRealTimeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateStageCommand extends CreateStageCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateStorageConfigurationRequest,
|
|
10
4
|
CreateStorageConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateStorageConfigurationCommandInput
|
|
15
8
|
extends CreateStorageConfigurationRequest {}
|
|
16
9
|
export interface CreateStorageConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateStorageConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateStorageConfigurationCommandInput,
|
|
24
17
|
CreateStorageConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateStorageConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateStorageConfigurationCommandInput,
|
|
33
26
|
CreateStorageConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteEncoderConfigurationRequest,
|
|
10
4
|
DeleteEncoderConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteEncoderConfigurationCommandInput
|
|
15
8
|
extends DeleteEncoderConfigurationRequest {}
|
|
16
9
|
export interface DeleteEncoderConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteEncoderConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteEncoderConfigurationCommandInput,
|
|
24
17
|
DeleteEncoderConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteEncoderConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteEncoderConfigurationCommandInput,
|
|
33
26
|
DeleteEncoderConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteIngestConfigurationRequest,
|
|
10
4
|
DeleteIngestConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIngestConfigurationCommandInput
|
|
15
8
|
extends DeleteIngestConfigurationRequest {}
|
|
16
9
|
export interface DeleteIngestConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteIngestConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteIngestConfigurationCommandInput,
|
|
24
17
|
DeleteIngestConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteIngestConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteIngestConfigurationCommandInput,
|
|
33
26
|
DeleteIngestConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteIngestConfigurationCommand extends DeleteIngestConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
DeletePublicKeyRequest,
|
|
10
4
|
DeletePublicKeyResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeletePublicKeyCommandInput extends DeletePublicKeyRequest {}
|
|
15
8
|
export interface DeletePublicKeyCommandOutput
|
|
16
9
|
extends DeletePublicKeyResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeletePublicKeyCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeletePublicKeyCommandInput,
|
|
23
16
|
DeletePublicKeyCommandOutput,
|
|
24
|
-
IVSRealTimeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeletePublicKeyCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeletePublicKeyCommandInput,
|
|
32
25
|
DeletePublicKeyCommandOutput,
|
|
33
|
-
IVSRealTimeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeletePublicKeyCommand extends DeletePublicKeyCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import { DeleteStageRequest, DeleteStageResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteStageCommandInput extends DeleteStageRequest {}
|
|
12
5
|
export interface DeleteStageCommandOutput
|
|
13
6
|
extends DeleteStageResponse,
|
|
@@ -18,22 +11,20 @@ declare const DeleteStageCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteStageCommandInput,
|
|
20
13
|
DeleteStageCommandOutput,
|
|
21
|
-
IVSRealTimeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteStageCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteStageCommandInput,
|
|
29
22
|
DeleteStageCommandOutput,
|
|
30
|
-
IVSRealTimeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteStageCommand extends DeleteStageCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteStorageConfigurationRequest,
|
|
10
4
|
DeleteStorageConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteStorageConfigurationCommandInput
|
|
15
8
|
extends DeleteStorageConfigurationRequest {}
|
|
16
9
|
export interface DeleteStorageConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteStorageConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteStorageConfigurationCommandInput,
|
|
24
17
|
DeleteStorageConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteStorageConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteStorageConfigurationCommandInput,
|
|
33
26
|
DeleteStorageConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|