@aws-sdk/client-mediaconvert 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 +84 -85
- package/dist-cjs/models/MediaConvertServiceException.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/MediaConvert.js +1 -1
- package/dist-es/MediaConvertClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateCertificateCommand.js +2 -2
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CreateJobCommand.js +2 -2
- package/dist-es/commands/CreateJobTemplateCommand.js +2 -2
- package/dist-es/commands/CreatePresetCommand.js +2 -2
- package/dist-es/commands/CreateQueueCommand.js +2 -2
- package/dist-es/commands/CreateResourceShareCommand.js +2 -2
- package/dist-es/commands/DeleteJobTemplateCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeletePresetCommand.js +2 -2
- package/dist-es/commands/DeleteQueueCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-es/commands/DisassociateCertificateCommand.js +2 -2
- package/dist-es/commands/GetJobCommand.js +2 -2
- package/dist-es/commands/GetJobTemplateCommand.js +2 -2
- package/dist-es/commands/GetJobsQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetPresetCommand.js +2 -2
- package/dist-es/commands/GetQueueCommand.js +2 -2
- package/dist-es/commands/ListJobTemplatesCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListPresetsCommand.js +2 -2
- package/dist-es/commands/ListQueuesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVersionsCommand.js +2 -2
- package/dist-es/commands/ProbeCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/SearchJobsCommand.js +2 -2
- package/dist-es/commands/StartJobsQueryCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateJobTemplateCommand.js +2 -2
- package/dist-es/commands/UpdatePresetCommand.js +2 -2
- package/dist-es/commands/UpdateQueueCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/MediaConvertServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/MediaConvertClient.d.ts +5 -5
- package/dist-types/commands/AssociateCertificateCommand.d.ts +6 -4
- package/dist-types/commands/CancelJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreatePresetCommand.d.ts +6 -4
- package/dist-types/commands/CreateQueueCommand.d.ts +6 -4
- package/dist-types/commands/CreateResourceShareCommand.d.ts +6 -4
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeletePresetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQueueCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +6 -4
- package/dist-types/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/commands/GetJobTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +6 -4
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetPresetCommand.d.ts +6 -4
- package/dist-types/commands/GetQueueCommand.d.ts +6 -4
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListPresetsCommand.d.ts +6 -4
- package/dist-types/commands/ListQueuesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ProbeCommand.d.ts +6 -4
- package/dist-types/commands/PutPolicyCommand.d.ts +6 -4
- package/dist-types/commands/SearchJobsCommand.d.ts +6 -4
- package/dist-types/commands/StartJobsQueryCommand.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/UpdateJobTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePresetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQueueCommand.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/MediaConvertServiceException.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/MediaConvertClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobsQueryResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ProbeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartJobsQueryCommand.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/UpdateJobTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQueueCommand.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/MediaConvertServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -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 { AssociateCertificateCommandInput, AssociateCertificateCommandOutput } from "./commands/AssociateCertificateCommand";
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { AssociateCertificateRequest, AssociateCertificateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateCertificateCommandInput extends AssociateCertificateRe
|
|
|
22
22
|
export interface AssociateCertificateCommandOutput extends AssociateCertificateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateCertificateCommand_base: {
|
|
25
|
-
new (input: AssociateCertificateCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateCertificateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { CancelJobRequest, CancelJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelJobCommandInput extends CancelJobRequest {
|
|
|
22
22
|
export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelJobCommand_base: {
|
|
25
|
-
new (input: CancelJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Permanently cancel a job. Once you have canceled a job, you can't start it again.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateJobCommandInput extends CreateJobRequest {
|
|
|
22
22
|
export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateJobCommand_base: {
|
|
25
|
-
new (input: CreateJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Create a new transcoding job. For information about jobs and job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateJobTemplateCommandInput extends CreateJobTemplateRequest
|
|
|
22
22
|
export interface CreateJobTemplateCommandOutput extends CreateJobTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateJobTemplateCommand_base: {
|
|
25
|
-
new (input: CreateJobTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateJobTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateJobTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateJobTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Create a new job template. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { CreatePresetRequest, CreatePresetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreatePresetCommandInput extends CreatePresetRequest {
|
|
|
22
22
|
export interface CreatePresetCommandOutput extends CreatePresetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePresetCommand_base: {
|
|
25
|
-
new (input: CreatePresetCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePresetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePresetCommandInput): import("@smithy/core/client").CommandImpl<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePresetCommandInput): import("@smithy/core/client").CommandImpl<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Create a new preset. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { CreateQueueRequest, CreateQueueResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateQueueCommandInput extends CreateQueueRequest {
|
|
|
22
22
|
export interface CreateQueueCommandOutput extends CreateQueueResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateQueueCommand_base: {
|
|
25
|
-
new (input: CreateQueueCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateQueueCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateQueueCommandInput): import("@smithy/core/client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateQueueCommandInput): import("@smithy/core/client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Create a new transcoding queue. For information about queues, see Working With Queues in the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { CreateResourceShareRequest, CreateResourceShareResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateResourceShareCommandInput extends CreateResourceShareRequ
|
|
|
22
22
|
export interface CreateResourceShareCommandOutput extends CreateResourceShareResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateResourceShareCommand_base: {
|
|
25
|
-
new (input: CreateResourceShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateResourceShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceShareCommandInput, CreateResourceShareCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceShareCommandInput, CreateResourceShareCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Create a new resource share request for MediaConvert resources with AWS Support.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteJobTemplateCommandInput extends DeleteJobTemplateRequest
|
|
|
22
22
|
export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteJobTemplateCommand_base: {
|
|
25
|
-
new (input: DeleteJobTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteJobTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteJobTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteJobTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Permanently delete a job template you have created.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeletePolicyCommandInput extends DeletePolicyRequest {
|
|
|
22
22
|
export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePolicyCommand_base: {
|
|
25
|
-
new (input: DeletePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeletePolicyCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeletePolicyCommandInput]): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Permanently delete a policy that you created.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { DeletePresetRequest, DeletePresetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeletePresetCommandInput extends DeletePresetRequest {
|
|
|
22
22
|
export interface DeletePresetCommandOutput extends DeletePresetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePresetCommand_base: {
|
|
25
|
-
new (input: DeletePresetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePresetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePresetCommandInput): import("@smithy/core/client").CommandImpl<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePresetCommandInput): import("@smithy/core/client").CommandImpl<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Permanently delete a preset you have created.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { DeleteQueueRequest, DeleteQueueResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteQueueCommandInput extends DeleteQueueRequest {
|
|
|
22
22
|
export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteQueueCommand_base: {
|
|
25
|
-
new (input: DeleteQueueCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteQueueCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Permanently delete a queue you have created.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEndpointsCommandInput extends DescribeEndpointsRequest
|
|
|
22
22
|
export interface DescribeEndpointsCommandOutput extends DescribeEndpointsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEndpointsCommand_base: {
|
|
25
|
-
new (input: DescribeEndpointsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEndpointsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEndpointsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Send a request with an empty body to the regional API endpoint to get your account API endpoint. Note that DescribeEndpoints is no longer required. We recommend that you send your requests directly to the regional endpoint instead.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateCertificateCommandInput extends DisassociateCertifi
|
|
|
22
22
|
export interface DisassociateCertificateCommandOutput extends DisassociateCertificateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateCertificateCommand_base: {
|
|
25
|
-
new (input: DisassociateCertificateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateCertificateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateCertificateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { GetJobRequest, GetJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetJobCommandInput extends GetJobRequest {
|
|
|
22
22
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetJobCommand_base: {
|
|
25
|
-
new (input: GetJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve the JSON for a specific transcoding job.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetJobTemplateCommandInput extends GetJobTemplateRequest {
|
|
|
22
22
|
export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetJobTemplateCommand_base: {
|
|
25
|
-
new (input: GetJobTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetJobTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetJobTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetJobTemplateCommandInput, GetJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetJobTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetJobTemplateCommandInput, GetJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve the JSON for a specific job template.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { GetJobsQueryResultsRequest, GetJobsQueryResultsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetJobsQueryResultsCommandInput extends GetJobsQueryResultsRequ
|
|
|
22
22
|
export interface GetJobsQueryResultsCommandOutput extends GetJobsQueryResultsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetJobsQueryResultsCommand_base: {
|
|
25
|
-
new (input: GetJobsQueryResultsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetJobsQueryResultsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetJobsQueryResultsCommandInput): import("@smithy/core/client").CommandImpl<GetJobsQueryResultsCommandInput, GetJobsQueryResultsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetJobsQueryResultsCommandInput): import("@smithy/core/client").CommandImpl<GetJobsQueryResultsCommandInput, GetJobsQueryResultsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve a JSON array of up to twenty of your most recent jobs matched by a jobs query.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
|
22
22
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPolicyCommand_base: {
|
|
25
|
-
new (input: GetPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetPolicyCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetPolicyCommandInput]): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve the JSON for your policy.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { GetPresetRequest, GetPresetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPresetCommandInput extends GetPresetRequest {
|
|
|
22
22
|
export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPresetCommand_base: {
|
|
25
|
-
new (input: GetPresetCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPresetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPresetCommandInput): import("@smithy/core/client").CommandImpl<GetPresetCommandInput, GetPresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPresetCommandInput): import("@smithy/core/client").CommandImpl<GetPresetCommandInput, GetPresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve the JSON for a specific preset.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { GetQueueRequest, GetQueueResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetQueueCommandInput extends GetQueueRequest {
|
|
|
22
22
|
export interface GetQueueCommandOutput extends GetQueueResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetQueueCommand_base: {
|
|
25
|
-
new (input: GetQueueCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetQueueCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetQueueCommandInput): import("@smithy/core/client").CommandImpl<GetQueueCommandInput, GetQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetQueueCommandInput): import("@smithy/core/client").CommandImpl<GetQueueCommandInput, GetQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve the JSON for a specific queue.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {
|
|
|
22
22
|
export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListJobTemplatesCommand_base: {
|
|
25
|
-
new (input: ListJobTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListJobTemplatesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListJobTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListJobTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListJobsCommandInput extends ListJobsRequest {
|
|
|
22
22
|
export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListJobsCommand_base: {
|
|
25
|
-
new (input: ListJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { ListPresetsRequest, ListPresetsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPresetsCommandInput extends ListPresetsRequest {
|
|
|
22
22
|
export interface ListPresetsCommandOutput extends ListPresetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPresetsCommand_base: {
|
|
25
|
-
new (input: ListPresetsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPresetsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPresetsCommandInput): import("@smithy/core/client").CommandImpl<ListPresetsCommandInput, ListPresetsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListPresetsCommandInput]): import("@smithy/core/client").CommandImpl<ListPresetsCommandInput, ListPresetsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve a JSON array of up to twenty of your presets. This will return the presets themselves, not just a list of them. To retrieve the next twenty presets, use the nextToken string returned with the array.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { ListQueuesRequest, ListQueuesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListQueuesCommandInput extends ListQueuesRequest {
|
|
|
22
22
|
export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListQueuesCommand_base: {
|
|
25
|
-
new (input: ListQueuesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListQueuesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListQueuesCommandInput): import("@smithy/core/client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListQueuesCommandInput]): import("@smithy/core/client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array.
|
|
@@ -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 { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
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, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve the tags for a MediaConvert resource.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
4
|
import type { ListVersionsRequest, ListVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListVersionsCommandInput extends ListVersionsRequest {
|
|
|
22
22
|
export interface ListVersionsCommandOutput extends ListVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListVersionsCommand_base: {
|
|
25
|
-
new (input: ListVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListVersionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieve a JSON array of all available Job engine versions and the date they expire.
|