@aws-sdk/client-mediatailor 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 +112 -113
- package/dist-cjs/models/MediaTailorServiceException.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/MediaTailor.js +1 -1
- package/dist-es/MediaTailorClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/ConfigureLogsForChannelCommand.js +2 -2
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateLiveSourceCommand.js +2 -2
- package/dist-es/commands/CreatePrefetchScheduleCommand.js +2 -2
- package/dist-es/commands/CreateProgramCommand.js +2 -2
- package/dist-es/commands/CreateSourceLocationCommand.js +2 -2
- package/dist-es/commands/CreateVodSourceCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeleteChannelPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteLiveSourceCommand.js +2 -2
- package/dist-es/commands/DeletePlaybackConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePrefetchScheduleCommand.js +2 -2
- package/dist-es/commands/DeleteProgramCommand.js +2 -2
- package/dist-es/commands/DeleteSourceLocationCommand.js +2 -2
- package/dist-es/commands/DeleteVodSourceCommand.js +2 -2
- package/dist-es/commands/DescribeChannelCommand.js +2 -2
- package/dist-es/commands/DescribeLiveSourceCommand.js +2 -2
- package/dist-es/commands/DescribeProgramCommand.js +2 -2
- package/dist-es/commands/DescribeSourceLocationCommand.js +2 -2
- package/dist-es/commands/DescribeVodSourceCommand.js +2 -2
- package/dist-es/commands/GetChannelPolicyCommand.js +2 -2
- package/dist-es/commands/GetChannelScheduleCommand.js +2 -2
- package/dist-es/commands/GetFunctionCommand.js +2 -2
- package/dist-es/commands/GetPlaybackConfigurationCommand.js +2 -2
- package/dist-es/commands/GetPrefetchScheduleCommand.js +2 -2
- package/dist-es/commands/ListAlertsCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/dist-es/commands/ListLiveSourcesCommand.js +2 -2
- package/dist-es/commands/ListPlaybackConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListPrefetchSchedulesCommand.js +2 -2
- package/dist-es/commands/ListSourceLocationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVodSourcesCommand.js +2 -2
- package/dist-es/commands/PutChannelPolicyCommand.js +2 -2
- package/dist-es/commands/PutFunctionCommand.js +2 -2
- package/dist-es/commands/PutPlaybackConfigurationCommand.js +2 -2
- package/dist-es/commands/StartChannelCommand.js +2 -2
- package/dist-es/commands/StopChannelCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdateLiveSourceCommand.js +2 -2
- package/dist-es/commands/UpdateProgramCommand.js +2 -2
- package/dist-es/commands/UpdateSourceLocationCommand.js +2 -2
- package/dist-es/commands/UpdateVodSourceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/MediaTailorServiceException.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/MediaTailorClient.d.ts +5 -5
- package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +6 -4
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +6 -4
- package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +6 -4
- package/dist-types/commands/CreateProgramCommand.d.ts +6 -4
- package/dist-types/commands/CreateSourceLocationCommand.d.ts +6 -4
- package/dist-types/commands/CreateVodSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProgramCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSourceLocationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVodSourceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeChannelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProgramCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSourceLocationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVodSourceCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelScheduleCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -4
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +6 -4
- package/dist-types/commands/ListAlertsCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +6 -4
- package/dist-types/commands/ListSourceLocationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListVodSourcesCommand.d.ts +6 -4
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutFunctionCommand.d.ts +6 -4
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/StartChannelCommand.d.ts +6 -4
- package/dist-types/commands/StopChannelCommand.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/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProgramCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSourceLocationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVodSourceCommand.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/MediaTailorServiceException.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/MediaTailorClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopChannelCommand.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/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.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/MediaTailorServiceException.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 { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
4
|
import type { UpdateLiveSourceRequest, UpdateLiveSourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateLiveSourceCommandInput extends UpdateLiveSourceRequest {
|
|
|
22
22
|
export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateLiveSourceCommand_base: {
|
|
25
|
-
new (input: UpdateLiveSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateLiveSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a live source's configuration.</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 { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
4
|
import type { UpdateProgramRequest, UpdateProgramResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateProgramCommandInput extends UpdateProgramRequest {
|
|
|
22
22
|
export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateProgramCommand_base: {
|
|
25
|
-
new (input: UpdateProgramCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateProgramCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateProgramCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramCommandInput, UpdateProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateProgramCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramCommandInput, UpdateProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a program within a channel.</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 { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
4
|
import type { UpdateSourceLocationRequest, UpdateSourceLocationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSourceLocationCommandInput extends UpdateSourceLocationRe
|
|
|
22
22
|
export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSourceLocationCommand_base: {
|
|
25
|
-
new (input: UpdateSourceLocationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSourceLocationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a source location. A source location is a container for sources. For more information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working with source locations</a> in the <i>MediaTailor User Guide</i>.</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 { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
4
|
import type { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {
|
|
|
22
22
|
export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateVodSourceCommand_base: {
|
|
25
|
-
new (input: UpdateVodSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateVodSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a VOD source'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 { MediaTailorServiceException as __BaseException } from "./MediaTailorServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>A request contains unexpected data.</p>
|
|
@@ -5,13 +5,13 @@ import type { MediaTailorClientConfig } from "./MediaTailorClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
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 { MediaTailorClientConfig } from "./MediaTailorClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
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 { MediaTailorClientConfig } from "./MediaTailorClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
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: MediaTailorClientConfig) => {
|
|
|
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
|
MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ConfigureLogsForChannelCommandOutput
|
|
|
19
19
|
declare const ConfigureLogsForChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ConfigureLogsForChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ConfigureLogsForChannelCommandInput,
|
|
24
24
|
ConfigureLogsForChannelCommandOutput,
|
|
25
25
|
MediaTailorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ConfigureLogsForChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ConfigureLogsForChannelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ConfigureLogsForChannelCommandInput,
|
|
33
33
|
ConfigureLogsForChannelCommandOutput,
|
|
34
34
|
MediaTailorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ConfigureLogsForChannelCommand extends ConfigureLogsForChannelCommand_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
|
MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
|
19
19
|
declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ConfigureLogsForPlaybackConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
24
24
|
ConfigureLogsForPlaybackConfigurationCommandOutput,
|
|
25
25
|
MediaTailorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ConfigureLogsForPlaybackConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
33
33
|
ConfigureLogsForPlaybackConfigurationCommandOutput,
|
|
34
34
|
MediaTailorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ConfigureLogsForPlaybackConfigurationCommand extends ConfigureLogsForPlaybackConfigurationCommand_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
|
MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateChannelCommandOutput
|
|
|
18
18
|
declare const CreateChannelCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateChannelCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateChannelCommandInput,
|
|
23
23
|
CreateChannelCommandOutput,
|
|
24
24
|
MediaTailorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateChannelCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateChannelCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateChannelCommandInput,
|
|
32
32
|
CreateChannelCommandOutput,
|
|
33
33
|
MediaTailorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
40
42
|
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
|
MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateLiveSourceCommandOutput
|
|
|
18
18
|
declare const CreateLiveSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateLiveSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateLiveSourceCommandInput,
|
|
23
23
|
CreateLiveSourceCommandOutput,
|
|
24
24
|
MediaTailorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateLiveSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateLiveSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateLiveSourceCommandInput,
|
|
32
32
|
CreateLiveSourceCommandOutput,
|
|
33
33
|
MediaTailorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateLiveSourceCommand extends CreateLiveSourceCommand_base {
|
|
40
42
|
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
|
MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreatePrefetchScheduleCommandOutput
|
|
|
19
19
|
declare const CreatePrefetchScheduleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreatePrefetchScheduleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreatePrefetchScheduleCommandInput,
|
|
24
24
|
CreatePrefetchScheduleCommandOutput,
|
|
25
25
|
MediaTailorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreatePrefetchScheduleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreatePrefetchScheduleCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreatePrefetchScheduleCommandInput,
|
|
33
33
|
CreatePrefetchScheduleCommandOutput,
|
|
34
34
|
MediaTailorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreatePrefetchScheduleCommand extends CreatePrefetchScheduleCommand_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
|
MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateProgramCommandOutput
|
|
|
18
18
|
declare const CreateProgramCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateProgramCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateProgramCommandInput,
|
|
23
23
|
CreateProgramCommandOutput,
|
|
24
24
|
MediaTailorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateProgramCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateProgramCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateProgramCommandInput,
|
|
32
32
|
CreateProgramCommandOutput,
|
|
33
33
|
MediaTailorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateProgramCommand extends CreateProgramCommand_base {
|
|
40
42
|
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
|
MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateSourceLocationCommandOutput
|
|
|
19
19
|
declare const CreateSourceLocationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSourceLocationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSourceLocationCommandInput,
|
|
24
24
|
CreateSourceLocationCommandOutput,
|
|
25
25
|
MediaTailorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSourceLocationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateSourceLocationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSourceLocationCommandInput,
|
|
33
33
|
CreateSourceLocationCommandOutput,
|
|
34
34
|
MediaTailorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSourceLocationCommand extends CreateSourceLocationCommand_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
|
MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateVodSourceCommandOutput
|
|
|
18
18
|
declare const CreateVodSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateVodSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateVodSourceCommandInput,
|
|
23
23
|
CreateVodSourceCommandOutput,
|
|
24
24
|
MediaTailorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateVodSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateVodSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateVodSourceCommandInput,
|
|
32
32
|
CreateVodSourceCommandOutput,
|
|
33
33
|
MediaTailorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateVodSourceCommand extends CreateVodSourceCommand_base {
|
|
40
42
|
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
|
MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteChannelCommandOutput
|
|
|
18
18
|
declare const DeleteChannelCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteChannelCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteChannelCommandInput,
|
|
23
23
|
DeleteChannelCommandOutput,
|
|
24
24
|
MediaTailorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteChannelCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteChannelCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteChannelCommandInput,
|
|
32
32
|
DeleteChannelCommandOutput,
|
|
33
33
|
MediaTailorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
40
42
|
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
|
MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteChannelPolicyCommandOutput
|
|
|
19
19
|
declare const DeleteChannelPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteChannelPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteChannelPolicyCommandInput,
|
|
24
24
|
DeleteChannelPolicyCommandOutput,
|
|
25
25
|
MediaTailorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteChannelPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteChannelPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteChannelPolicyCommandInput,
|
|
33
33
|
DeleteChannelPolicyCommandOutput,
|
|
34
34
|
MediaTailorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_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
|
MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteFunctionCommandOutput
|
|
|
18
18
|
declare const DeleteFunctionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteFunctionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteFunctionCommandInput,
|
|
23
23
|
DeleteFunctionCommandOutput,
|
|
24
24
|
MediaTailorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteFunctionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteFunctionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteFunctionCommandInput,
|
|
32
32
|
DeleteFunctionCommandOutput,
|
|
33
33
|
MediaTailorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
|
|
40
42
|
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
|
MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteLiveSourceCommandOutput
|
|
|
18
18
|
declare const DeleteLiveSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteLiveSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteLiveSourceCommandInput,
|
|
23
23
|
DeleteLiveSourceCommandOutput,
|
|
24
24
|
MediaTailorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteLiveSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteLiveSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteLiveSourceCommandInput,
|
|
32
32
|
DeleteLiveSourceCommandOutput,
|
|
33
33
|
MediaTailorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteLiveSourceCommand extends DeleteLiveSourceCommand_base {
|
|
40
42
|
protected static __types: {
|