@aws-sdk/client-mediaconvert 3.337.0 → 3.338.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/MediaConvertClient.js +2 -1
- package/dist-cjs/commands/AssociateCertificateCommand.js +2 -1
- package/dist-cjs/commands/CancelJobCommand.js +2 -1
- package/dist-cjs/commands/CreateJobCommand.js +2 -1
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/CreatePresetCommand.js +2 -1
- package/dist-cjs/commands/CreateQueueCommand.js +2 -1
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -1
- package/dist-cjs/commands/DeletePresetCommand.js +2 -1
- package/dist-cjs/commands/DeleteQueueCommand.js +2 -1
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -1
- package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -1
- package/dist-cjs/commands/GetJobCommand.js +2 -1
- package/dist-cjs/commands/GetJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/GetPolicyCommand.js +2 -1
- package/dist-cjs/commands/GetPresetCommand.js +2 -1
- package/dist-cjs/commands/GetQueueCommand.js +2 -1
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -1
- package/dist-cjs/commands/ListJobsCommand.js +2 -1
- package/dist-cjs/commands/ListPresetsCommand.js +2 -1
- package/dist-cjs/commands/ListQueuesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutPolicyCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/UpdatePresetCommand.js +2 -1
- package/dist-cjs/commands/UpdateQueueCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/MediaConvertServiceException.js +2 -1
- package/dist-es/MediaConvertClient.js +1 -0
- package/dist-es/commands/AssociateCertificateCommand.js +1 -0
- package/dist-es/commands/CancelJobCommand.js +1 -0
- package/dist-es/commands/CreateJobCommand.js +1 -0
- package/dist-es/commands/CreateJobTemplateCommand.js +1 -0
- package/dist-es/commands/CreatePresetCommand.js +1 -0
- package/dist-es/commands/CreateQueueCommand.js +1 -0
- package/dist-es/commands/DeleteJobTemplateCommand.js +1 -0
- package/dist-es/commands/DeletePolicyCommand.js +1 -0
- package/dist-es/commands/DeletePresetCommand.js +1 -0
- package/dist-es/commands/DeleteQueueCommand.js +1 -0
- package/dist-es/commands/DescribeEndpointsCommand.js +1 -0
- package/dist-es/commands/DisassociateCertificateCommand.js +1 -0
- package/dist-es/commands/GetJobCommand.js +1 -0
- package/dist-es/commands/GetJobTemplateCommand.js +1 -0
- package/dist-es/commands/GetPolicyCommand.js +1 -0
- package/dist-es/commands/GetPresetCommand.js +1 -0
- package/dist-es/commands/GetQueueCommand.js +1 -0
- package/dist-es/commands/ListJobTemplatesCommand.js +1 -0
- package/dist-es/commands/ListJobsCommand.js +1 -0
- package/dist-es/commands/ListPresetsCommand.js +1 -0
- package/dist-es/commands/ListQueuesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutPolicyCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateJobTemplateCommand.js +1 -0
- package/dist-es/commands/UpdatePresetCommand.js +1 -0
- package/dist-es/commands/UpdateQueueCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/MediaConvertServiceException.js +1 -0
- package/dist-types/MediaConvertClient.d.ts +3 -3
- package/dist-types/commands/AssociateCertificateCommand.d.ts +4 -0
- package/dist-types/commands/CancelJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +4 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +4 -0
- package/dist-types/commands/GetJobCommand.d.ts +4 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetPresetCommand.d.ts +4 -0
- package/dist-types/commands/GetQueueCommand.d.ts +4 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/ListJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +4 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/MediaConvertServiceException.d.ts +1 -0
- package/dist-types/ts3.4/MediaConvertClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/MediaConvertServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListQueuesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class TagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UntagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateJobTemplateCommand, se_UpdateJobTemplateCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateJobTemplateCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdatePresetCommand, se_UpdatePresetCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdatePresetCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateQueueCommand, se_UpdateQueueCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateQueueCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./MediaConvert";
|
|
2
1
|
export * from "./MediaConvertClient";
|
|
2
|
+
export * from "./MediaConvert";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { MediaConvertServiceException } from "./models/MediaConvertServiceException";
|
|
@@ -37,6 +37,7 @@ import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from ".
|
|
|
37
37
|
import { UpdatePresetCommandInput, UpdatePresetCommandOutput } from "./commands/UpdatePresetCommand";
|
|
38
38
|
import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
|
|
39
39
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
40
|
+
export { __Client };
|
|
40
41
|
/**
|
|
41
42
|
* @public
|
|
42
43
|
*/
|
|
@@ -151,7 +152,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
151
152
|
/**
|
|
152
153
|
* @public
|
|
153
154
|
*/
|
|
154
|
-
type MediaConvertClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
155
|
+
export type MediaConvertClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
155
156
|
/**
|
|
156
157
|
* @public
|
|
157
158
|
*
|
|
@@ -162,7 +163,7 @@ export interface MediaConvertClientConfig extends MediaConvertClientConfigType {
|
|
|
162
163
|
/**
|
|
163
164
|
* @public
|
|
164
165
|
*/
|
|
165
|
-
type MediaConvertClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
166
|
+
export type MediaConvertClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
166
167
|
/**
|
|
167
168
|
* @public
|
|
168
169
|
*
|
|
@@ -187,4 +188,3 @@ export declare class MediaConvertClient extends __Client<__HttpHandlerOptions, S
|
|
|
187
188
|
*/
|
|
188
189
|
destroy(): void;
|
|
189
190
|
}
|
|
190
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { AssociateCertificateRequest, AssociateCertificateResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CancelJobRequest, CancelJobResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CreateJobRequest, CreateJobResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CreateQueueRequest, CreateQueueResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DeletePresetRequest, DeletePresetResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DeleteQueueRequest, DeleteQueueResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { GetJobRequest, GetJobResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { GetPresetRequest, GetPresetResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { GetQueueRequest, GetQueueResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListPresetsRequest, ListPresetsResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { PutPolicyRequest, PutPolicyResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { UpdateJobTemplateRequest, UpdateJobTemplateResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { UpdatePresetRequest, UpdatePresetResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* AWS Elemental MediaConvert
|
|
3
|
+
*
|
|
4
|
+
* @packageDocumentation
|
|
5
|
+
*/
|
|
2
6
|
export * from "./MediaConvertClient";
|
|
7
|
+
export * from "./MediaConvert";
|
|
3
8
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
9
|
export * from "./pagination";
|
|
10
|
+
export * from "./models";
|
|
6
11
|
export { MediaConvertServiceException } from "./models/MediaConvertServiceException";
|
|
@@ -163,6 +163,7 @@ import {
|
|
|
163
163
|
ClientResolvedEndpointParameters,
|
|
164
164
|
EndpointParameters,
|
|
165
165
|
} from "./endpoint/EndpointParameters";
|
|
166
|
+
export { __Client };
|
|
166
167
|
export type ServiceInputTypes =
|
|
167
168
|
| AssociateCertificateCommandInput
|
|
168
169
|
| CancelJobCommandInput
|
|
@@ -245,7 +246,7 @@ export interface ClientDefaults
|
|
|
245
246
|
logger?: __Logger;
|
|
246
247
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
247
248
|
}
|
|
248
|
-
type MediaConvertClientConfigType = Partial<
|
|
249
|
+
export type MediaConvertClientConfigType = Partial<
|
|
249
250
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
250
251
|
> &
|
|
251
252
|
ClientDefaults &
|
|
@@ -258,7 +259,7 @@ type MediaConvertClientConfigType = Partial<
|
|
|
258
259
|
ClientInputEndpointParameters;
|
|
259
260
|
export interface MediaConvertClientConfig
|
|
260
261
|
extends MediaConvertClientConfigType {}
|
|
261
|
-
type MediaConvertClientResolvedConfigType =
|
|
262
|
+
export type MediaConvertClientResolvedConfigType =
|
|
262
263
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
263
264
|
Required<ClientDefaults> &
|
|
264
265
|
RegionResolvedConfig &
|
|
@@ -280,4 +281,3 @@ export declare class MediaConvertClient extends __Client<
|
|
|
280
281
|
constructor(configuration: MediaConvertClientConfig);
|
|
281
282
|
destroy(): void;
|
|
282
283
|
}
|
|
283
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AssociateCertificateRequest,
|
|
16
16
|
AssociateCertificateResponse,
|
|
17
17
|
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateCertificateCommandInput
|
|
19
20
|
extends AssociateCertificateRequest {}
|
|
20
21
|
export interface AssociateCertificateCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { CancelJobRequest, CancelJobResponse } from "../models/models_1";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
16
17
|
export interface CancelJobCommandOutput
|
|
17
18
|
extends CancelJobResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { CreateJobRequest, CreateJobResponse } from "../models/models_1";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
16
17
|
export interface CreateJobCommandOutput
|
|
17
18
|
extends CreateJobResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateJobTemplateRequest,
|
|
16
16
|
CreateJobTemplateResponse,
|
|
17
17
|
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateJobTemplateCommandInput
|
|
19
20
|
extends CreateJobTemplateRequest {}
|
|
20
21
|
export interface CreateJobTemplateCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreatePresetCommandInput extends CreatePresetRequest {}
|
|
16
17
|
export interface CreatePresetCommandOutput
|
|
17
18
|
extends CreatePresetResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { CreateQueueRequest, CreateQueueResponse } from "../models/models_1";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateQueueCommandInput extends CreateQueueRequest {}
|
|
16
17
|
export interface CreateQueueCommandOutput
|
|
17
18
|
extends CreateQueueResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteJobTemplateRequest,
|
|
16
16
|
DeleteJobTemplateResponse,
|
|
17
17
|
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteJobTemplateCommandInput
|
|
19
20
|
extends DeleteJobTemplateRequest {}
|
|
20
21
|
export interface DeleteJobTemplateCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
|
|
16
17
|
export interface DeletePolicyCommandOutput
|
|
17
18
|
extends DeletePolicyResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { DeletePresetRequest, DeletePresetResponse } from "../models/models_1";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeletePresetCommandInput extends DeletePresetRequest {}
|
|
16
17
|
export interface DeletePresetCommandOutput
|
|
17
18
|
extends DeletePresetResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { DeleteQueueRequest, DeleteQueueResponse } from "../models/models_1";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteQueueCommandInput extends DeleteQueueRequest {}
|
|
16
17
|
export interface DeleteQueueCommandOutput
|
|
17
18
|
extends DeleteQueueResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEndpointsRequest,
|
|
16
16
|
DescribeEndpointsResponse,
|
|
17
17
|
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEndpointsCommandInput
|
|
19
20
|
extends DescribeEndpointsRequest {}
|
|
20
21
|
export interface DescribeEndpointsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DisassociateCertificateRequest,
|
|
16
16
|
DisassociateCertificateResponse,
|
|
17
17
|
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateCertificateCommandInput
|
|
19
20
|
extends DisassociateCertificateRequest {}
|
|
20
21
|
export interface DisassociateCertificateCommandOutput
|