@aws-sdk/client-mediaconvert 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MediaConvert.d.ts +0 -28
- package/dist-types/ts3.4/MediaConvertClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MediaConvertServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -686
- package/dist-types/ts3.4/models/models_1.d.ts +0 -669
- package/dist-types/ts3.4/models/models_2.d.ts +0 -55
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface ListPresetsCommandInput extends ListPresetsRequest {}
|
|
|
15
15
|
export interface ListPresetsCommandOutput
|
|
16
16
|
extends ListPresetsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListPresetsCommand extends $Command<
|
|
20
19
|
ListPresetsCommandInput,
|
|
21
20
|
ListPresetsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListPresetsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListPresetsCommandInput;
|
|
25
24
|
constructor(input: ListPresetsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListQueuesCommandInput extends ListQueuesRequest {}
|
|
|
15
15
|
export interface ListQueuesCommandOutput
|
|
16
16
|
extends ListQueuesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListQueuesCommand extends $Command<
|
|
20
19
|
ListQueuesCommandInput,
|
|
21
20
|
ListQueuesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListQueuesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListQueuesCommandInput;
|
|
25
24
|
constructor(input: ListQueuesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutPolicyCommandInput extends PutPolicyRequest {}
|
|
|
15
15
|
export interface PutPolicyCommandOutput
|
|
16
16
|
extends PutPolicyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutPolicyCommand extends $Command<
|
|
20
19
|
PutPolicyCommandInput,
|
|
21
20
|
PutPolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutPolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutPolicyCommandInput;
|
|
25
24
|
constructor(input: PutPolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateJobTemplateCommandInput
|
|
|
19
19
|
export interface UpdateJobTemplateCommandOutput
|
|
20
20
|
extends UpdateJobTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateJobTemplateCommand extends $Command<
|
|
24
23
|
UpdateJobTemplateCommandInput,
|
|
25
24
|
UpdateJobTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateJobTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateJobTemplateCommandInput;
|
|
29
28
|
constructor(input: UpdateJobTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdatePresetCommandInput extends UpdatePresetRequest {}
|
|
|
15
15
|
export interface UpdatePresetCommandOutput
|
|
16
16
|
extends UpdatePresetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdatePresetCommand extends $Command<
|
|
20
19
|
UpdatePresetCommandInput,
|
|
21
20
|
UpdatePresetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdatePresetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdatePresetCommandInput;
|
|
25
24
|
constructor(input: UpdatePresetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateQueueCommandInput extends UpdateQueueRequest {}
|
|
|
15
15
|
export interface UpdateQueueCommandOutput
|
|
16
16
|
extends UpdateQueueResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateQueueCommand extends $Command<
|
|
20
19
|
UpdateQueueCommandInput,
|
|
21
20
|
UpdateQueueCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateQueueCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateQueueCommandInput;
|
|
25
24
|
constructor(input: UpdateQueueCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaConvertClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class MediaConvertServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|