@aws-sdk/client-ivs-realtime 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 +94 -95
- package/dist-cjs/models/IVSRealTimeServiceException.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/IVSRealTime.js +1 -1
- package/dist-es/IVSRealTimeClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateIngestConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateParticipantTokenCommand.js +2 -2
- package/dist-es/commands/CreateStageCommand.js +2 -2
- package/dist-es/commands/CreateStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteIngestConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePublicKeyCommand.js +2 -2
- package/dist-es/commands/DeleteStageCommand.js +2 -2
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/DisconnectParticipantCommand.js +2 -2
- package/dist-es/commands/GetCompositionCommand.js +2 -2
- package/dist-es/commands/GetEncoderConfigurationCommand.js +2 -2
- package/dist-es/commands/GetIngestConfigurationCommand.js +2 -2
- package/dist-es/commands/GetParticipantCommand.js +2 -2
- package/dist-es/commands/GetPublicKeyCommand.js +2 -2
- package/dist-es/commands/GetStageCommand.js +2 -2
- package/dist-es/commands/GetStageSessionCommand.js +2 -2
- package/dist-es/commands/GetStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/ImportPublicKeyCommand.js +2 -2
- package/dist-es/commands/ListCompositionsCommand.js +2 -2
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListIngestConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListParticipantEventsCommand.js +2 -2
- package/dist-es/commands/ListParticipantReplicasCommand.js +2 -2
- package/dist-es/commands/ListParticipantsCommand.js +2 -2
- package/dist-es/commands/ListPublicKeysCommand.js +2 -2
- package/dist-es/commands/ListStageSessionsCommand.js +2 -2
- package/dist-es/commands/ListStagesCommand.js +2 -2
- package/dist-es/commands/ListStorageConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartCompositionCommand.js +2 -2
- package/dist-es/commands/StartParticipantReplicationCommand.js +2 -2
- package/dist-es/commands/StopCompositionCommand.js +2 -2
- package/dist-es/commands/StopParticipantReplicationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateIngestConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateStageCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/IVSRealTimeServiceException.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/IVSRealTimeClient.d.ts +5 -5
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateIngestConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +6 -4
- package/dist-types/commands/CreateStageCommand.d.ts +6 -4
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIngestConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +6 -4
- package/dist-types/commands/GetCompositionCommand.d.ts +6 -4
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetIngestConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetParticipantCommand.d.ts +6 -4
- package/dist-types/commands/GetPublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/GetStageCommand.d.ts +6 -4
- package/dist-types/commands/GetStageSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ImportPublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/ListCompositionsCommand.d.ts +6 -4
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListIngestConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListParticipantReplicasCommand.d.ts +6 -4
- package/dist-types/commands/ListParticipantsCommand.d.ts +6 -4
- package/dist-types/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListStageSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListStagesCommand.d.ts +6 -4
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/StartCompositionCommand.d.ts +6 -4
- package/dist-types/commands/StartParticipantReplicationCommand.d.ts +6 -4
- package/dist-types/commands/StopCompositionCommand.d.ts +6 -4
- package/dist-types/commands/StopParticipantReplicationCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIngestConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStageCommand.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/IVSRealTimeServiceException.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/IVSRealTimeClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListParticipantReplicasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartParticipantReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopParticipantReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIngestConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStageCommand.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/IVSRealTimeServiceException.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,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultIVSRealTimeHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CreateEncoderConfigurationCommandInput, CreateEncoderConfigurationCommandOutput } from "./commands/CreateEncoderConfigurationCommand";
|
|
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { CreateEncoderConfigurationRequest, CreateEncoderConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateEncoderConfigurationCommandInput extends CreateEncoderCon
|
|
|
22
22
|
export interface CreateEncoderConfigurationCommandOutput extends CreateEncoderConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEncoderConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateEncoderConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateEncoderConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEncoderConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateEncoderConfigurationCommandInput, CreateEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateEncoderConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<CreateEncoderConfigurationCommandInput, CreateEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an EncoderConfiguration object.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { CreateIngestConfigurationRequest, CreateIngestConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateIngestConfigurationCommandInput extends CreateIngestConfi
|
|
|
22
22
|
export interface CreateIngestConfigurationCommandOutput extends CreateIngestConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateIngestConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateIngestConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateIngestConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestConfigurationCommandInput, CreateIngestConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateIngestConfigurationCommandInput, CreateIngestConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new IngestConfiguration resource, used to specify the ingest protocol for a stage.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { CreateParticipantTokenRequest, CreateParticipantTokenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateParticipantTokenCommandInput extends CreateParticipantTok
|
|
|
22
22
|
export interface CreateParticipantTokenCommandOutput extends CreateParticipantTokenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateParticipantTokenCommand_base: {
|
|
25
|
-
new (input: CreateParticipantTokenCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateParticipantTokenCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateParticipantTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateParticipantTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an additional token for a specified stage. This can be done after stage creation
|
|
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { CreateStageRequest, CreateStageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateStageCommandInput extends CreateStageRequest {
|
|
|
22
22
|
export interface CreateStageCommandOutput extends CreateStageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateStageCommand_base: {
|
|
25
|
-
new (input: CreateStageCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateStageCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateStageCommandInput): import("@smithy/core/client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateStageCommandInput]): import("@smithy/core/client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new stage (and optionally participant tokens).</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { CreateStorageConfigurationRequest, CreateStorageConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateStorageConfigurationCommandInput extends CreateStorageCon
|
|
|
22
22
|
export interface CreateStorageConfigurationCommandOutput extends CreateStorageConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateStorageConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateStorageConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateStorageConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateStorageConfigurationCommandInput, CreateStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateStorageConfigurationCommandInput, CreateStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new storage configuration, used to enable recording to Amazon S3.
|
|
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { DeleteEncoderConfigurationRequest, DeleteEncoderConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEncoderConfigurationCommandInput extends DeleteEncoderCon
|
|
|
22
22
|
export interface DeleteEncoderConfigurationCommandOutput extends DeleteEncoderConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEncoderConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteEncoderConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEncoderConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEncoderConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEncoderConfigurationCommandInput, DeleteEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEncoderConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEncoderConfigurationCommandInput, DeleteEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { DeleteIngestConfigurationRequest, DeleteIngestConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIngestConfigurationCommandInput extends DeleteIngestConfi
|
|
|
22
22
|
export interface DeleteIngestConfigurationCommandOutput extends DeleteIngestConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIngestConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteIngestConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIngestConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestConfigurationCommandInput, DeleteIngestConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIngestConfigurationCommandInput, DeleteIngestConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a specified IngestConfiguration, so it can no longer be used to broadcast. An IngestConfiguration cannot be deleted if the publisher is actively streaming to a stage, unless <code>force</code> is set to <code>true</code>.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { DeletePublicKeyRequest, DeletePublicKeyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeletePublicKeyCommandInput extends DeletePublicKeyRequest {
|
|
|
22
22
|
export interface DeletePublicKeyCommandOutput extends DeletePublicKeyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePublicKeyCommand_base: {
|
|
25
|
-
new (input: DeletePublicKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePublicKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePublicKeyCommandInput): import("@smithy/core/client").CommandImpl<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePublicKeyCommandInput): import("@smithy/core/client").CommandImpl<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified public key used to sign stage participant tokens.
|
|
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { DeleteStageRequest, DeleteStageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteStageCommandInput extends DeleteStageRequest {
|
|
|
22
22
|
export interface DeleteStageCommandOutput extends DeleteStageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteStageCommand_base: {
|
|
25
|
-
new (input: DeleteStageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteStageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteStageCommandInput): import("@smithy/core/client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteStageCommandInput): import("@smithy/core/client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Shuts down and deletes the specified stage (disconnecting all participants). This operation also
|
|
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { DeleteStorageConfigurationRequest, DeleteStorageConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteStorageConfigurationCommandInput extends DeleteStorageCon
|
|
|
22
22
|
export interface DeleteStorageConfigurationCommandOutput extends DeleteStorageConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteStorageConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteStorageConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteStorageConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the storage configuration for the specified ARN.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { DisconnectParticipantRequest, DisconnectParticipantResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisconnectParticipantCommandInput extends DisconnectParticipant
|
|
|
22
22
|
export interface DisconnectParticipantCommandOutput extends DisconnectParticipantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisconnectParticipantCommand_base: {
|
|
25
|
-
new (input: DisconnectParticipantCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisconnectParticipantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisconnectParticipantCommandInput): import("@smithy/core/client").CommandImpl<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisconnectParticipantCommandInput): import("@smithy/core/client").CommandImpl<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disconnects a specified participant from a specified stage. If the participant is publishing using
|
|
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { GetCompositionRequest, GetCompositionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCompositionCommandInput extends GetCompositionRequest {
|
|
|
22
22
|
export interface GetCompositionCommandOutput extends GetCompositionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCompositionCommand_base: {
|
|
25
|
-
new (input: GetCompositionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCompositionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCompositionCommandInput): import("@smithy/core/client").CommandImpl<GetCompositionCommandInput, GetCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCompositionCommandInput): import("@smithy/core/client").CommandImpl<GetCompositionCommandInput, GetCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get information about the specified Composition resource.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { GetEncoderConfigurationRequest, GetEncoderConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEncoderConfigurationCommandInput extends GetEncoderConfigura
|
|
|
22
22
|
export interface GetEncoderConfigurationCommandOutput extends GetEncoderConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEncoderConfigurationCommand_base: {
|
|
25
|
-
new (input: GetEncoderConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetEncoderConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEncoderConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetEncoderConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about the specified EncoderConfiguration resource. </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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { GetIngestConfigurationRequest, GetIngestConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIngestConfigurationCommandInput extends GetIngestConfigurati
|
|
|
22
22
|
export interface GetIngestConfigurationCommandOutput extends GetIngestConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIngestConfigurationCommand_base: {
|
|
25
|
-
new (input: GetIngestConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIngestConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestConfigurationCommandInput, GetIngestConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIngestConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetIngestConfigurationCommandInput, GetIngestConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about the specified IngestConfiguration.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { GetParticipantRequest, GetParticipantResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetParticipantCommandInput extends GetParticipantRequest {
|
|
|
22
22
|
export interface GetParticipantCommandOutput extends GetParticipantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetParticipantCommand_base: {
|
|
25
|
-
new (input: GetParticipantCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetParticipantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetParticipantCommandInput): import("@smithy/core/client").CommandImpl<GetParticipantCommandInput, GetParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetParticipantCommandInput): import("@smithy/core/client").CommandImpl<GetParticipantCommandInput, GetParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about the specified participant token.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {
|
|
|
22
22
|
export interface GetPublicKeyCommandOutput extends GetPublicKeyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPublicKeyCommand_base: {
|
|
25
|
-
new (input: GetPublicKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPublicKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPublicKeyCommandInput): import("@smithy/core/client").CommandImpl<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPublicKeyCommandInput): import("@smithy/core/client").CommandImpl<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information for the specified public key.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { GetStageRequest, GetStageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetStageCommandInput extends GetStageRequest {
|
|
|
22
22
|
export interface GetStageCommandOutput extends GetStageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetStageCommand_base: {
|
|
25
|
-
new (input: GetStageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetStageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetStageCommandInput): import("@smithy/core/client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetStageCommandInput): import("@smithy/core/client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information for the specified stage.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { GetStageSessionRequest, GetStageSessionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetStageSessionCommandInput extends GetStageSessionRequest {
|
|
|
22
22
|
export interface GetStageSessionCommandOutput extends GetStageSessionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetStageSessionCommand_base: {
|
|
25
|
-
new (input: GetStageSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetStageSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetStageSessionCommandInput): import("@smithy/core/client").CommandImpl<GetStageSessionCommandInput, GetStageSessionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetStageSessionCommandInput): import("@smithy/core/client").CommandImpl<GetStageSessionCommandInput, GetStageSessionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information for the specified stage session.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { GetStorageConfigurationRequest, GetStorageConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetStorageConfigurationCommandInput extends GetStorageConfigura
|
|
|
22
22
|
export interface GetStorageConfigurationCommandOutput extends GetStorageConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetStorageConfigurationCommand_base: {
|
|
25
|
-
new (input: GetStorageConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetStorageConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the storage configuration for the specified ARN.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { ImportPublicKeyRequest, ImportPublicKeyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ImportPublicKeyCommandInput extends ImportPublicKeyRequest {
|
|
|
22
22
|
export interface ImportPublicKeyCommandOutput extends ImportPublicKeyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ImportPublicKeyCommand_base: {
|
|
25
|
-
new (input: ImportPublicKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: ImportPublicKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ImportPublicKeyCommandInput): import("@smithy/core/client").CommandImpl<ImportPublicKeyCommandInput, ImportPublicKeyCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ImportPublicKeyCommandInput): import("@smithy/core/client").CommandImpl<ImportPublicKeyCommandInput, ImportPublicKeyCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Import a public key to be used for signing stage participant tokens.</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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { ListCompositionsRequest, ListCompositionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCompositionsCommandInput extends ListCompositionsRequest {
|
|
|
22
22
|
export interface ListCompositionsCommandOutput extends ListCompositionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCompositionsCommand_base: {
|
|
25
|
-
new (input: ListCompositionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCompositionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCompositionsCommandInput): import("@smithy/core/client").CommandImpl<ListCompositionsCommandInput, ListCompositionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCompositionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCompositionsCommandInput, ListCompositionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets summary information about all Compositions in your account, in the AWS region
|
|
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { ListEncoderConfigurationsRequest, ListEncoderConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListEncoderConfigurationsCommandInput extends ListEncoderConfig
|
|
|
22
22
|
export interface ListEncoderConfigurationsCommandOutput extends ListEncoderConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEncoderConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListEncoderConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListEncoderConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEncoderConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListEncoderConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets summary information about all EncoderConfigurations in your account, in the AWS
|