@aws-sdk/client-mediapackage 3.35.0 → 3.38.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/CHANGELOG.md +48 -0
- package/dist-cjs/MediaPackage.js +0 -4
- package/dist-cjs/MediaPackageClient.js +0 -9
- package/dist-cjs/commands/ConfigureLogsCommand.js +0 -25
- package/dist-cjs/commands/CreateChannelCommand.js +0 -25
- package/dist-cjs/commands/CreateHarvestJobCommand.js +0 -25
- package/dist-cjs/commands/CreateOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/DeleteChannelCommand.js +0 -25
- package/dist-cjs/commands/DeleteOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/DescribeChannelCommand.js +0 -25
- package/dist-cjs/commands/DescribeHarvestJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/ListChannelsCommand.js +0 -25
- package/dist-cjs/commands/ListHarvestJobsCommand.js +0 -25
- package/dist-cjs/commands/ListOriginEndpointsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -8
- package/dist-cjs/commands/RotateChannelCredentialsCommand.js +0 -27
- package/dist-cjs/commands/RotateIngestEndpointCredentialsCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -8
- package/dist-cjs/commands/UntagResourceCommand.js +0 -8
- package/dist-cjs/commands/UpdateChannelCommand.js +0 -25
- package/dist-cjs/commands/UpdateOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/index.js +22 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -26
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -196
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js +0 -11
- package/dist-cjs/pagination/ListHarvestJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListOriginEndpointsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/MediaPackage.js +0 -1
- package/dist-es/MediaPackageClient.js +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js +0 -1
- package/dist-es/commands/CreateChannelCommand.js +0 -1
- package/dist-es/commands/CreateHarvestJobCommand.js +0 -1
- package/dist-es/commands/CreateOriginEndpointCommand.js +0 -1
- package/dist-es/commands/DeleteChannelCommand.js +0 -1
- package/dist-es/commands/DeleteOriginEndpointCommand.js +0 -1
- package/dist-es/commands/DescribeChannelCommand.js +0 -1
- package/dist-es/commands/DescribeHarvestJobCommand.js +0 -1
- package/dist-es/commands/DescribeOriginEndpointCommand.js +0 -1
- package/dist-es/commands/ListChannelsCommand.js +0 -1
- package/dist-es/commands/ListHarvestJobsCommand.js +0 -1
- package/dist-es/commands/ListOriginEndpointsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/RotateChannelCredentialsCommand.js +0 -1
- package/dist-es/commands/RotateIngestEndpointCredentialsCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateChannelCommand.js +0 -1
- package/dist-es/commands/UpdateOriginEndpointCommand.js +0 -1
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -26
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListChannelsPaginator.js +0 -1
- package/dist-es/pagination/ListHarvestJobsPaginator.js +0 -1
- package/dist-es/pagination/ListOriginEndpointsPaginator.js +0 -1
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/index.d.ts +4 -25
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/MediaPackage.d.ts +17 -53
- package/dist-types/ts3.4/MediaPackageClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/index.d.ts +4 -25
- package/dist-types/ts3.4/models/models_0.d.ts +396 -1325
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/MediaPackage.js.map +0 -1
- package/dist-cjs/MediaPackageClient.js.map +0 -1
- package/dist-cjs/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist-cjs/commands/CreateHarvestJobCommand.js.map +0 -1
- package/dist-cjs/commands/CreateOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeHarvestJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist-cjs/commands/ListHarvestJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListOriginEndpointsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/RotateChannelCredentialsCommand.js.map +0 -1
- package/dist-cjs/commands/RotateIngestEndpointCredentialsCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListHarvestJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListOriginEndpointsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/MediaPackage.js.map +0 -1
- package/dist-es/MediaPackageClient.js.map +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-es/commands/CreateChannelCommand.js.map +0 -1
- package/dist-es/commands/CreateHarvestJobCommand.js.map +0 -1
- package/dist-es/commands/CreateOriginEndpointCommand.js.map +0 -1
- package/dist-es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-es/commands/DeleteOriginEndpointCommand.js.map +0 -1
- package/dist-es/commands/DescribeChannelCommand.js.map +0 -1
- package/dist-es/commands/DescribeHarvestJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeOriginEndpointCommand.js.map +0 -1
- package/dist-es/commands/ListChannelsCommand.js.map +0 -1
- package/dist-es/commands/ListHarvestJobsCommand.js.map +0 -1
- package/dist-es/commands/ListOriginEndpointsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/RotateChannelCredentialsCommand.js.map +0 -1
- package/dist-es/commands/RotateIngestEndpointCredentialsCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist-es/commands/UpdateOriginEndpointCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist-es/pagination/ListHarvestJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListOriginEndpointsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/MediaPackage.ts +0 -691
- package/src/MediaPackageClient.ts +0 -317
- package/src/commands/ConfigureLogsCommand.ts +0 -95
- package/src/commands/CreateChannelCommand.ts +0 -95
- package/src/commands/CreateHarvestJobCommand.ts +0 -95
- package/src/commands/CreateOriginEndpointCommand.ts +0 -95
- package/src/commands/DeleteChannelCommand.ts +0 -95
- package/src/commands/DeleteOriginEndpointCommand.ts +0 -95
- package/src/commands/DescribeChannelCommand.ts +0 -95
- package/src/commands/DescribeHarvestJobCommand.ts +0 -95
- package/src/commands/DescribeOriginEndpointCommand.ts +0 -95
- package/src/commands/ListChannelsCommand.ts +0 -95
- package/src/commands/ListHarvestJobsCommand.ts +0 -95
- package/src/commands/ListOriginEndpointsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -78
- package/src/commands/RotateChannelCredentialsCommand.ts +0 -97
- package/src/commands/RotateIngestEndpointCredentialsCommand.ts +0 -103
- package/src/commands/TagResourceCommand.ts +0 -78
- package/src/commands/UntagResourceCommand.ts +0 -78
- package/src/commands/UpdateChannelCommand.ts +0 -95
- package/src/commands/UpdateOriginEndpointCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -26
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2553
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListChannelsPaginator.ts +0 -59
- package/src/pagination/ListHarvestJobsPaginator.ts +0 -59
- package/src/pagination/ListOriginEndpointsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3669
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,29 +6,11 @@ export interface ListOriginEndpointsCommandInput extends ListOriginEndpointsRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListOriginEndpointsCommandOutput extends ListOriginEndpointsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Returns a collection of OriginEndpoint records.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, ListOriginEndpointsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, ListOriginEndpointsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new ListOriginEndpointsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListOriginEndpointsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListOriginEndpointsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListOriginEndpointsCommand extends $Command<ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: ListOriginEndpointsCommandInput;
|
|
28
12
|
constructor(input: ListOriginEndpointsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -9,9 +9,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
9
9
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaPackageClientResolvedConfig> {
|
|
10
10
|
readonly input: ListTagsForResourceCommandInput;
|
|
11
11
|
constructor(input: ListTagsForResourceCommandInput);
|
|
12
|
-
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
12
|
+
|
|
15
13
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
16
14
|
private serialize;
|
|
17
15
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface RotateChannelCredentialsCommandInput extends RotateChannelCrede
|
|
|
6
6
|
}
|
|
7
7
|
export interface RotateChannelCredentialsCommandOutput extends RotateChannelCredentialsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* @deprecated
|
|
11
|
-
*
|
|
12
|
-
* Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { MediaPackageClient, RotateChannelCredentialsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
17
|
-
* // const { MediaPackageClient, RotateChannelCredentialsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
18
|
-
* const client = new MediaPackageClient(config);
|
|
19
|
-
* const command = new RotateChannelCredentialsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link RotateChannelCredentialsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link RotateChannelCredentialsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class RotateChannelCredentialsCommand extends $Command<RotateChannelCredentialsCommandInput, RotateChannelCredentialsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
29
11
|
readonly input: RotateChannelCredentialsCommandInput;
|
|
30
12
|
constructor(input: RotateChannelCredentialsCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RotateChannelCredentialsCommandInput, RotateChannelCredentialsCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface RotateIngestEndpointCredentialsCommandInput extends RotateInges
|
|
|
6
6
|
}
|
|
7
7
|
export interface RotateIngestEndpointCredentialsCommandOutput extends RotateIngestEndpointCredentialsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, RotateIngestEndpointCredentialsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, RotateIngestEndpointCredentialsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new RotateIngestEndpointCredentialsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link RotateIngestEndpointCredentialsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link RotateIngestEndpointCredentialsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class RotateIngestEndpointCredentialsCommand extends $Command<RotateIngestEndpointCredentialsCommandInput, RotateIngestEndpointCredentialsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: RotateIngestEndpointCredentialsCommandInput;
|
|
28
12
|
constructor(input: RotateIngestEndpointCredentialsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RotateIngestEndpointCredentialsCommandInput, RotateIngestEndpointCredentialsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -9,9 +9,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
9
9
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaPackageClientResolvedConfig> {
|
|
10
10
|
readonly input: TagResourceCommandInput;
|
|
11
11
|
constructor(input: TagResourceCommandInput);
|
|
12
|
-
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
12
|
+
|
|
15
13
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
16
14
|
private serialize;
|
|
17
15
|
private deserialize;
|
|
@@ -9,9 +9,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
9
9
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaPackageClientResolvedConfig> {
|
|
10
10
|
readonly input: UntagResourceCommandInput;
|
|
11
11
|
constructor(input: UntagResourceCommandInput);
|
|
12
|
-
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
12
|
+
|
|
15
13
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
16
14
|
private serialize;
|
|
17
15
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Updates an existing Channel.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, UpdateChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, UpdateChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new UpdateChannelCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateChannelCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdateChannelCommandInput;
|
|
28
12
|
constructor(input: UpdateChannelCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UpdateOriginEndpointCommandInput extends UpdateOriginEndpointRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateOriginEndpointCommandOutput extends UpdateOriginEndpointResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Updates an existing OriginEndpoint.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, UpdateOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, UpdateOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new UpdateOriginEndpointCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateOriginEndpointCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateOriginEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdateOriginEndpointCommand extends $Command<UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdateOriginEndpointCommandInput;
|
|
28
12
|
constructor(input: UpdateOriginEndpointCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from "./ConfigureLogsCommand";
|
|
2
|
+
export * from "./CreateChannelCommand";
|
|
3
|
+
export * from "./CreateHarvestJobCommand";
|
|
4
|
+
export * from "./CreateOriginEndpointCommand";
|
|
5
|
+
export * from "./DeleteChannelCommand";
|
|
6
|
+
export * from "./DeleteOriginEndpointCommand";
|
|
7
|
+
export * from "./DescribeChannelCommand";
|
|
8
|
+
export * from "./DescribeHarvestJobCommand";
|
|
9
|
+
export * from "./DescribeOriginEndpointCommand";
|
|
10
|
+
export * from "./ListChannelsCommand";
|
|
11
|
+
export * from "./ListHarvestJobsCommand";
|
|
12
|
+
export * from "./ListOriginEndpointsCommand";
|
|
13
|
+
export * from "./ListTagsForResourceCommand";
|
|
14
|
+
export * from "./RotateChannelCredentialsCommand";
|
|
15
|
+
export * from "./RotateIngestEndpointCredentialsCommand";
|
|
16
|
+
export * from "./TagResourceCommand";
|
|
17
|
+
export * from "./UntagResourceCommand";
|
|
18
|
+
export * from "./UpdateChannelCommand";
|
|
19
|
+
export * from "./UpdateOriginEndpointCommand";
|
|
@@ -1,26 +1,5 @@
|
|
|
1
|
-
export * from "./MediaPackageClient";
|
|
2
1
|
export * from "./MediaPackage";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeleteChannelCommand";
|
|
8
|
-
export * from "./commands/DeleteOriginEndpointCommand";
|
|
9
|
-
export * from "./commands/DescribeChannelCommand";
|
|
10
|
-
export * from "./commands/DescribeHarvestJobCommand";
|
|
11
|
-
export * from "./commands/DescribeOriginEndpointCommand";
|
|
12
|
-
export * from "./commands/ListChannelsCommand";
|
|
13
|
-
export * from "./pagination/ListChannelsPaginator";
|
|
14
|
-
export * from "./commands/ListHarvestJobsCommand";
|
|
15
|
-
export * from "./pagination/ListHarvestJobsPaginator";
|
|
16
|
-
export * from "./commands/ListOriginEndpointsCommand";
|
|
17
|
-
export * from "./pagination/ListOriginEndpointsPaginator";
|
|
18
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
19
|
-
export * from "./commands/RotateChannelCredentialsCommand";
|
|
20
|
-
export * from "./commands/RotateIngestEndpointCredentialsCommand";
|
|
21
|
-
export * from "./commands/TagResourceCommand";
|
|
22
|
-
export * from "./commands/UntagResourceCommand";
|
|
23
|
-
export * from "./commands/UpdateChannelCommand";
|
|
24
|
-
export * from "./commands/UpdateOriginEndpointCommand";
|
|
25
|
-
export * from "./pagination/Interfaces";
|
|
26
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./MediaPackageClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|