@aws-sdk/client-ivs-realtime 3.1044.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,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 { ListIngestConfigurationsRequest, ListIngestConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListIngestConfigurationsCommandInput extends ListIngestConfigur
|
|
|
22
22
|
export interface ListIngestConfigurationsCommandOutput extends ListIngestConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListIngestConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListIngestConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListIngestConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListIngestConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListIngestConfigurationsCommandInput, ListIngestConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListIngestConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListIngestConfigurationsCommandInput, ListIngestConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all IngestConfigurations in your account, in the AWS region where the API request is processed.</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 { ListParticipantEventsRequest, ListParticipantEventsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListParticipantEventsCommandInput extends ListParticipantEvents
|
|
|
22
22
|
export interface ListParticipantEventsCommandOutput extends ListParticipantEventsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListParticipantEventsCommand_base: {
|
|
25
|
-
new (input: ListParticipantEventsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListParticipantEventsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListParticipantEventsCommandInput): import("@smithy/core/client").CommandImpl<ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListParticipantEventsCommandInput): import("@smithy/core/client").CommandImpl<ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists events for a specified participant that occurred during a specified stage
|
|
@@ -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 { ListParticipantReplicasRequest, ListParticipantReplicasResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListParticipantReplicasCommandInput extends ListParticipantRepl
|
|
|
22
22
|
export interface ListParticipantReplicasCommandOutput extends ListParticipantReplicasResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListParticipantReplicasCommand_base: {
|
|
25
|
-
new (input: ListParticipantReplicasCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListParticipantReplicasCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListParticipantReplicasCommandInput): import("@smithy/core/client").CommandImpl<ListParticipantReplicasCommandInput, ListParticipantReplicasCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListParticipantReplicasCommandInput): import("@smithy/core/client").CommandImpl<ListParticipantReplicasCommandInput, ListParticipantReplicasCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all the replicas for a participant from a source 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 { ListParticipantsRequest, ListParticipantsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListParticipantsCommandInput extends ListParticipantsRequest {
|
|
|
22
22
|
export interface ListParticipantsCommandOutput extends ListParticipantsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListParticipantsCommand_base: {
|
|
25
|
-
new (input: ListParticipantsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListParticipantsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListParticipantsCommandInput): import("@smithy/core/client").CommandImpl<ListParticipantsCommandInput, ListParticipantsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListParticipantsCommandInput): import("@smithy/core/client").CommandImpl<ListParticipantsCommandInput, ListParticipantsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all participants in a 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 { ListPublicKeysRequest, ListPublicKeysResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {
|
|
|
22
22
|
export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPublicKeysCommand_base: {
|
|
25
|
-
new (input: ListPublicKeysCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPublicKeysCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPublicKeysCommandInput): import("@smithy/core/client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListPublicKeysCommandInput]): import("@smithy/core/client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets summary information about all public keys in your account, in the AWS region where the API request is processed.</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 { ListStageSessionsRequest, ListStageSessionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListStageSessionsCommandInput extends ListStageSessionsRequest
|
|
|
22
22
|
export interface ListStageSessionsCommandOutput extends ListStageSessionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListStageSessionsCommand_base: {
|
|
25
|
-
new (input: ListStageSessionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListStageSessionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListStageSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListStageSessionsCommandInput, ListStageSessionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListStageSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListStageSessionsCommandInput, ListStageSessionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets all sessions for a 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 { ListStagesRequest, ListStagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListStagesCommandInput extends ListStagesRequest {
|
|
|
22
22
|
export interface ListStagesCommandOutput extends ListStagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListStagesCommand_base: {
|
|
25
|
-
new (input: ListStagesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListStagesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListStagesCommandInput): import("@smithy/core/client").CommandImpl<ListStagesCommandInput, ListStagesCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListStagesCommandInput]): import("@smithy/core/client").CommandImpl<ListStagesCommandInput, ListStagesCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets summary information about all stages in your account, in the AWS region where the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { ListStorageConfigurationsRequest, ListStorageConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListStorageConfigurationsCommandInput extends ListStorageConfig
|
|
|
22
22
|
export interface ListStorageConfigurationsCommandOutput extends ListStorageConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListStorageConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListStorageConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListStorageConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListStorageConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListStorageConfigurationsCommandInput, ListStorageConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListStorageConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListStorageConfigurationsCommandInput, ListStorageConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets summary information about all storage configurations in your account,
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about AWS tags 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 { StartCompositionRequest, StartCompositionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartCompositionCommandInput extends StartCompositionRequest {
|
|
|
22
22
|
export interface StartCompositionCommandOutput extends StartCompositionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartCompositionCommand_base: {
|
|
25
|
-
new (input: StartCompositionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartCompositionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartCompositionCommandInput): import("@smithy/core/client").CommandImpl<StartCompositionCommandInput, StartCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartCompositionCommandInput): import("@smithy/core/client").CommandImpl<StartCompositionCommandInput, StartCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts a Composition from a stage based on the configuration provided in the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
4
4
|
import type { StartParticipantReplicationRequest, StartParticipantReplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartParticipantReplicationCommandInput extends StartParticipan
|
|
|
22
22
|
export interface StartParticipantReplicationCommandOutput extends StartParticipantReplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartParticipantReplicationCommand_base: {
|
|
25
|
-
new (input: StartParticipantReplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartParticipantReplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartParticipantReplicationCommandInput): import("@smithy/core/client").CommandImpl<StartParticipantReplicationCommandInput, StartParticipantReplicationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartParticipantReplicationCommandInput): import("@smithy/core/client").CommandImpl<StartParticipantReplicationCommandInput, StartParticipantReplicationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts replicating a publishing participant from a source stage to a destination 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 { StopCompositionRequest, StopCompositionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopCompositionCommandInput extends StopCompositionRequest {
|
|
|
22
22
|
export interface StopCompositionCommandOutput extends StopCompositionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopCompositionCommand_base: {
|
|
25
|
-
new (input: StopCompositionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopCompositionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopCompositionCommandInput): import("@smithy/core/client").CommandImpl<StopCompositionCommandInput, StopCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopCompositionCommandInput): import("@smithy/core/client").CommandImpl<StopCompositionCommandInput, StopCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops and deletes a Composition resource. Any broadcast from the Composition resource
|
|
@@ -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 { StopParticipantReplicationRequest, StopParticipantReplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopParticipantReplicationCommandInput extends StopParticipantR
|
|
|
22
22
|
export interface StopParticipantReplicationCommandOutput extends StopParticipantReplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopParticipantReplicationCommand_base: {
|
|
25
|
-
new (input: StopParticipantReplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopParticipantReplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopParticipantReplicationCommandInput): import("@smithy/core/client").CommandImpl<StopParticipantReplicationCommandInput, StopParticipantReplicationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopParticipantReplicationCommandInput): import("@smithy/core/client").CommandImpl<StopParticipantReplicationCommandInput, StopParticipantReplicationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops a replicated participant 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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds or updates tags for the AWS resource with 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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes tags from the resource with 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 { UpdateIngestConfigurationRequest, UpdateIngestConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateIngestConfigurationCommandInput extends UpdateIngestConfi
|
|
|
22
22
|
export interface UpdateIngestConfigurationCommandOutput extends UpdateIngestConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateIngestConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateIngestConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateIngestConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,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 { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateStageCommandInput extends UpdateStageRequest {
|
|
|
22
22
|
export interface UpdateStageCommandOutput extends UpdateStageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateStageCommand_base: {
|
|
25
|
-
new (input: UpdateStageCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateStageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a stage’s configuration.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { IVSRealTimeServiceException as __BaseException } from "./IVSRealTimeServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p/>
|
|
@@ -5,13 +5,13 @@ import type { IVSRealTimeClientConfig } from "./IVSRealTimeClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { IVSRealTimeClientConfig } from "./IVSRealTimeClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { IVSRealTimeClientConfig } from "./IVSRealTimeClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IVSRealTimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateEncoderConfigurationCommandOutput
|
|
|
19
19
|
declare const CreateEncoderConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateEncoderConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateEncoderConfigurationCommandInput,
|
|
24
24
|
CreateEncoderConfigurationCommandOutput,
|
|
25
25
|
IVSRealTimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateEncoderConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [CreateEncoderConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateEncoderConfigurationCommandInput,
|
|
33
33
|
CreateEncoderConfigurationCommandOutput,
|
|
34
34
|
IVSRealTimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IVSRealTimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateIngestConfigurationCommandOutput
|
|
|
19
19
|
declare const CreateIngestConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateIngestConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateIngestConfigurationCommandInput,
|
|
24
24
|
CreateIngestConfigurationCommandOutput,
|
|
25
25
|
IVSRealTimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateIngestConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateIngestConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateIngestConfigurationCommandInput,
|
|
33
33
|
CreateIngestConfigurationCommandOutput,
|
|
34
34
|
IVSRealTimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateIngestConfigurationCommand extends CreateIngestConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IVSRealTimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateParticipantTokenCommandOutput
|
|
|
19
19
|
declare const CreateParticipantTokenCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateParticipantTokenCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateParticipantTokenCommandInput,
|
|
24
24
|
CreateParticipantTokenCommandOutput,
|
|
25
25
|
IVSRealTimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateParticipantTokenCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateParticipantTokenCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateParticipantTokenCommandInput,
|
|
33
33
|
CreateParticipantTokenCommandOutput,
|
|
34
34
|
IVSRealTimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {
|
|
41
43
|
protected static __types: {
|