@aws-sdk/client-mediapackagev2 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 +87 -89
- package/dist-cjs/models/MediaPackageV2ServiceException.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/MediaPackageV2.js +1 -1
- package/dist-es/MediaPackageV2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelHarvestJobCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateChannelGroupCommand.js +2 -2
- package/dist-es/commands/CreateHarvestJobCommand.js +2 -2
- package/dist-es/commands/CreateOriginEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeleteChannelGroupCommand.js +2 -2
- package/dist-es/commands/DeleteChannelPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteOriginEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteOriginEndpointPolicyCommand.js +2 -2
- package/dist-es/commands/GetChannelCommand.js +2 -2
- package/dist-es/commands/GetChannelGroupCommand.js +2 -2
- package/dist-es/commands/GetChannelPolicyCommand.js +2 -2
- package/dist-es/commands/GetHarvestJobCommand.js +2 -2
- package/dist-es/commands/GetOriginEndpointCommand.js +2 -2
- package/dist-es/commands/GetOriginEndpointPolicyCommand.js +2 -2
- package/dist-es/commands/ListChannelGroupsCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListHarvestJobsCommand.js +2 -2
- package/dist-es/commands/ListOriginEndpointsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutChannelPolicyCommand.js +2 -2
- package/dist-es/commands/PutOriginEndpointPolicyCommand.js +2 -2
- package/dist-es/commands/ResetChannelStateCommand.js +2 -2
- package/dist-es/commands/ResetOriginEndpointStateCommand.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/UpdateChannelGroupCommand.js +2 -2
- package/dist-es/commands/UpdateOriginEndpointCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/MediaPackageV2ServiceException.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-es/waiters/waitForHarvestJobFinished.js +1 -1
- package/dist-types/MediaPackageV2.d.ts +1 -1
- package/dist-types/MediaPackageV2Client.d.ts +5 -5
- package/dist-types/commands/CancelHarvestJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetHarvestJobCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ResetChannelStateCommand.d.ts +6 -4
- package/dist-types/commands/ResetOriginEndpointStateCommand.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/UpdateChannelGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOriginEndpointCommand.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/MediaPackageV2ServiceException.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/MediaPackageV2.d.ts +1 -1
- package/dist-types/ts3.4/MediaPackageV2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelHarvestJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetHarvestJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetChannelStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetOriginEndpointStateCommand.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/UpdateChannelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.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/MediaPackageV2ServiceException.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/dist-types/ts3.4/waiters/waitForHarvestJobFinished.d.ts +1 -1
- package/dist-types/waiters/waitForHarvestJobFinished.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CancelHarvestJobCommandInput, CancelHarvestJobCommandOutput } from "./commands/CancelHarvestJobCommand";
|
|
@@ -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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { CancelHarvestJobRequest, CancelHarvestJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelHarvestJobCommandInput extends CancelHarvestJobRequest {
|
|
|
22
22
|
export interface CancelHarvestJobCommandOutput extends CancelHarvestJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelHarvestJobCommand_base: {
|
|
25
|
-
new (input: CancelHarvestJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelHarvestJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelHarvestJobCommandInput): import("@smithy/core/client").CommandImpl<CancelHarvestJobCommandInput, CancelHarvestJobCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelHarvestJobCommandInput): import("@smithy/core/client").CommandImpl<CancelHarvestJobCommandInput, CancelHarvestJobCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels an in-progress harvest job.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {
|
|
|
22
22
|
export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateChannelCommand_base: {
|
|
25
|
-
new (input: CreateChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a channel to start receiving content streams. The channel represents the input to MediaPackage for incoming live content from an encoder such as AWS Elemental MediaLive. The channel receives content, and after packaging it, outputs it through an origin endpoint to downstream devices (such as video players or CDNs) that request the content. You can create only one channel with each request. We recommend that you spread out channels between channel groups, such as putting redundant channels in the same AWS Region in different channel groups.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { CreateChannelGroupRequest, CreateChannelGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateChannelGroupCommandInput extends CreateChannelGroupReques
|
|
|
22
22
|
export interface CreateChannelGroupCommandOutput extends CreateChannelGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateChannelGroupCommand_base: {
|
|
25
|
-
new (input: CreateChannelGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateChannelGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateChannelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelGroupCommandInput, CreateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateChannelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelGroupCommandInput, CreateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create a channel group to group your channels and origin endpoints. A channel group is the top-level resource that consists of channels and origin endpoints that are associated with it and that provides predictable URLs for stream delivery. All channels and origin endpoints within the channel group are guaranteed to share the DNS. You can create only one channel group with each request. </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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { CreateHarvestJobRequest, CreateHarvestJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateHarvestJobCommandInput extends CreateHarvestJobRequest {
|
|
|
22
22
|
export interface CreateHarvestJobCommandOutput extends CreateHarvestJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateHarvestJobCommand_base: {
|
|
25
|
-
new (input: CreateHarvestJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateHarvestJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateHarvestJobCommandInput): import("@smithy/core/client").CommandImpl<CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateHarvestJobCommandInput): import("@smithy/core/client").CommandImpl<CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new harvest job to export content from a MediaPackage v2 channel to an S3 bucket.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { CreateOriginEndpointRequest, CreateOriginEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateOriginEndpointCommandInput extends CreateOriginEndpointRe
|
|
|
22
22
|
export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateOriginEndpointCommand_base: {
|
|
25
|
-
new (input: CreateOriginEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateOriginEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateOriginEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateOriginEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The endpoint is attached to a channel, and represents the output of the live content. You can associate multiple endpoints to a single channel. Each endpoint gives players and downstream CDNs (such as Amazon CloudFront) access to the content for playback. Content can't be served from a channel until it has an endpoint. You can create only one endpoint with each request. </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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {
|
|
|
22
22
|
export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteChannelCommand_base: {
|
|
25
|
-
new (input: DeleteChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete a channel to stop AWS Elemental MediaPackage from receiving further content. You must delete the channel's origin endpoints before you can delete the 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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { DeleteChannelGroupRequest, DeleteChannelGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteChannelGroupCommandInput extends DeleteChannelGroupReques
|
|
|
22
22
|
export interface DeleteChannelGroupCommandOutput extends DeleteChannelGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteChannelGroupCommand_base: {
|
|
25
|
-
new (input: DeleteChannelGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteChannelGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteChannelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelGroupCommandInput, DeleteChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteChannelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelGroupCommandInput, DeleteChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete a channel group. You must delete the channel group's channels and origin endpoints before you can delete the channel group. If you delete a channel group, you'll lose access to the egress domain and will have to create a new channel group to replace it.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteChannelPolicyCommandInput extends DeleteChannelPolicyRequ
|
|
|
22
22
|
export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteChannelPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteChannelPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteChannelPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete a channel policy.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { DeleteOriginEndpointRequest, DeleteOriginEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteOriginEndpointCommandInput extends DeleteOriginEndpointRe
|
|
|
22
22
|
export interface DeleteOriginEndpointCommandOutput extends DeleteOriginEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteOriginEndpointCommand_base: {
|
|
25
|
-
new (input: DeleteOriginEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteOriginEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteOriginEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteOriginEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Origin endpoints can serve content until they're deleted. Delete the endpoint if it should no longer respond to playback requests. You must delete all endpoints from a channel before you can delete the 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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { DeleteOriginEndpointPolicyRequest, DeleteOriginEndpointPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteOriginEndpointPolicyCommandInput extends DeleteOriginEndp
|
|
|
22
22
|
export interface DeleteOriginEndpointPolicyCommandOutput extends DeleteOriginEndpointPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteOriginEndpointPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteOriginEndpointPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteOriginEndpointPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteOriginEndpointPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteOriginEndpointPolicyCommandInput, DeleteOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteOriginEndpointPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteOriginEndpointPolicyCommandInput, DeleteOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an origin endpoint policy.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { GetChannelRequest, GetChannelResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetChannelCommandInput extends GetChannelRequest {
|
|
|
22
22
|
export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetChannelCommand_base: {
|
|
25
|
-
new (input: GetChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetChannelCommandInput): import("@smithy/core/client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetChannelCommandInput): import("@smithy/core/client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the specified channel that's configured in AWS Elemental MediaPackage.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { GetChannelGroupRequest, GetChannelGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetChannelGroupCommandInput extends GetChannelGroupRequest {
|
|
|
22
22
|
export interface GetChannelGroupCommandOutput extends GetChannelGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetChannelGroupCommand_base: {
|
|
25
|
-
new (input: GetChannelGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetChannelGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetChannelGroupCommandInput): import("@smithy/core/client").CommandImpl<GetChannelGroupCommandInput, GetChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetChannelGroupCommandInput): import("@smithy/core/client").CommandImpl<GetChannelGroupCommandInput, GetChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the specified channel group that's configured in AWS Elemental MediaPackage.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {
|
|
|
22
22
|
export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetChannelPolicyCommand_base: {
|
|
25
|
-
new (input: GetChannelPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetChannelPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { GetHarvestJobRequest, GetHarvestJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetHarvestJobCommandInput extends GetHarvestJobRequest {
|
|
|
22
22
|
export interface GetHarvestJobCommandOutput extends GetHarvestJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetHarvestJobCommand_base: {
|
|
25
|
-
new (input: GetHarvestJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetHarvestJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetHarvestJobCommandInput): import("@smithy/core/client").CommandImpl<GetHarvestJobCommandInput, GetHarvestJobCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetHarvestJobCommandInput): import("@smithy/core/client").CommandImpl<GetHarvestJobCommandInput, GetHarvestJobCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the details of a specific harvest job.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { GetOriginEndpointRequest, GetOriginEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetOriginEndpointCommandInput extends GetOriginEndpointRequest
|
|
|
22
22
|
export interface GetOriginEndpointCommandOutput extends GetOriginEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetOriginEndpointCommand_base: {
|
|
25
|
-
new (input: GetOriginEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetOriginEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetOriginEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetOriginEndpointCommandInput, GetOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetOriginEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetOriginEndpointCommandInput, GetOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the specified origin endpoint that's configured in AWS Elemental MediaPackage to obtain its playback URL and to view the packaging settings that it's currently using.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { GetOriginEndpointPolicyRequest, GetOriginEndpointPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetOriginEndpointPolicyCommandInput extends GetOriginEndpointPo
|
|
|
22
22
|
export interface GetOriginEndpointPolicyCommandOutput extends GetOriginEndpointPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetOriginEndpointPolicyCommand_base: {
|
|
25
|
-
new (input: GetOriginEndpointPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetOriginEndpointPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetOriginEndpointPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetOriginEndpointPolicyCommandInput, GetOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetOriginEndpointPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetOriginEndpointPolicyCommandInput, GetOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { ListChannelGroupsRequest, ListChannelGroupsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelGroupsCommandInput extends ListChannelGroupsRequest
|
|
|
22
22
|
export interface ListChannelGroupsCommandOutput extends ListChannelGroupsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelGroupsCommand_base: {
|
|
25
|
-
new (input: ListChannelGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListChannelGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListChannelGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelGroupsCommandInput, ListChannelGroupsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListChannelGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListChannelGroupsCommandInput, ListChannelGroupsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves all channel groups that are configured in Elemental MediaPackage.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
|
|
|
22
22
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelsCommand_base: {
|
|
25
|
-
new (input: ListChannelsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { ListHarvestJobsRequest, ListHarvestJobsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListHarvestJobsCommandInput extends ListHarvestJobsRequest {
|
|
|
22
22
|
export interface ListHarvestJobsCommandOutput extends ListHarvestJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListHarvestJobsCommand_base: {
|
|
25
|
-
new (input: ListHarvestJobsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListHarvestJobsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListHarvestJobsCommandInput): import("@smithy/core/client").CommandImpl<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListHarvestJobsCommandInput): import("@smithy/core/client").CommandImpl<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of harvest jobs that match the specified criteria.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { ListOriginEndpointsRequest, ListOriginEndpointsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListOriginEndpointsCommandInput extends ListOriginEndpointsRequ
|
|
|
22
22
|
export interface ListOriginEndpointsCommandOutput extends ListOriginEndpointsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListOriginEndpointsCommand_base: {
|
|
25
|
-
new (input: ListOriginEndpointsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListOriginEndpointsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListOriginEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListOriginEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
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, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the tags assigned to a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {
|
|
|
22
22
|
export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutChannelPolicyCommand_base: {
|
|
25
|
-
new (input: PutChannelPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutChannelPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attaches an IAM policy to the specified channel. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources. You can attach only one policy with each request.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { PutOriginEndpointPolicyRequest, PutOriginEndpointPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutOriginEndpointPolicyCommandInput extends PutOriginEndpointPo
|
|
|
22
22
|
export interface PutOriginEndpointPolicyCommandOutput extends PutOriginEndpointPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutOriginEndpointPolicyCommand_base: {
|
|
25
|
-
new (input: PutOriginEndpointPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutOriginEndpointPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutOriginEndpointPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutOriginEndpointPolicyCommandInput, PutOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutOriginEndpointPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutOriginEndpointPolicyCommandInput, PutOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attaches an IAM policy to the specified origin endpoint. You can attach only one policy with each request.</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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { ResetChannelStateRequest, ResetChannelStateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ResetChannelStateCommandInput extends ResetChannelStateRequest
|
|
|
22
22
|
export interface ResetChannelStateCommandOutput extends ResetChannelStateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ResetChannelStateCommand_base: {
|
|
25
|
-
new (input: ResetChannelStateCommandInput): import("@smithy/
|
|
26
|
-
new (input: ResetChannelStateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ResetChannelStateCommandInput): import("@smithy/core/client").CommandImpl<ResetChannelStateCommandInput, ResetChannelStateCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ResetChannelStateCommandInput): import("@smithy/core/client").CommandImpl<ResetChannelStateCommandInput, ResetChannelStateCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Resetting the channel can help to clear errors from misconfigurations in the encoder. A reset refreshes the ingest stream and removes previous content. </p> <p> Be sure to stop the encoder before you reset the channel, and wait at least 30 seconds before you restart the encoder. </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 { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client";
|
|
4
4
|
import type { ResetOriginEndpointStateRequest, ResetOriginEndpointStateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ResetOriginEndpointStateCommandInput extends ResetOriginEndpoin
|
|
|
22
22
|
export interface ResetOriginEndpointStateCommandOutput extends ResetOriginEndpointStateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ResetOriginEndpointStateCommand_base: {
|
|
25
|
-
new (input: ResetOriginEndpointStateCommandInput): import("@smithy/
|
|
26
|
-
new (input: ResetOriginEndpointStateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ResetOriginEndpointStateCommandInput): import("@smithy/core/client").CommandImpl<ResetOriginEndpointStateCommandInput, ResetOriginEndpointStateCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ResetOriginEndpointStateCommandInput): import("@smithy/core/client").CommandImpl<ResetOriginEndpointStateCommandInput, ResetOriginEndpointStateCommandOutput, MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Resetting the origin endpoint can help to resolve unexpected behavior and other content packaging issues. It also helps to preserve special events when you don't want the previous content to be available for viewing. A reset clears out all previous content from the origin endpoint.</p> <p>MediaPackage might return old content from this endpoint in the first 30 seconds after the endpoint reset. For best results, when possible, wait 30 seconds from endpoint reset to send playback requests to this endpoint. </p>
|