@aws-sdk/client-mediaconvert 3.36.1 → 3.40.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 +43 -0
- package/dist-cjs/MediaConvert.js +45 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +36 -0
- package/dist-cjs/commands/GetPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutPolicyCommand.js +36 -0
- package/dist-cjs/commands/UpdateQueueCommand.js +3 -3
- package/dist-cjs/commands/index.js +31 -0
- package/dist-cjs/endpoints.js +142 -26
- package/dist-cjs/index.js +4 -33
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +9 -9
- package/dist-cjs/models/models_1.js +58 -18
- package/dist-cjs/models/models_2.js +15 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +339 -1
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/MediaConvert.js +45 -0
- package/dist-es/commands/DeletePolicyCommand.js +39 -0
- package/dist-es/commands/GetPolicyCommand.js +39 -0
- package/dist-es/commands/PutPolicyCommand.js +39 -0
- package/dist-es/commands/UpdateQueueCommand.js +1 -1
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoints.js +142 -26
- package/dist-es/index.js +4 -33
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +5 -5
- package/dist-es/models/models_1.js +38 -8
- package/dist-es/models/models_2.js +9 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +387 -2
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/MediaConvert.d.ts +21 -0
- package/dist-types/MediaConvertClient.d.ts +13 -2
- package/dist-types/commands/DeletePolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +35 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/index.d.ts +4 -33
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +64 -66
- package/dist-types/models/models_1.d.ts +92 -37
- package/dist-types/models/models_2.d.ts +37 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/MediaConvert.d.ts +15 -0
- package/dist-types/ts3.4/MediaConvertClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/index.d.ts +4 -33
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -4
- package/dist-types/ts3.4/models/models_1.d.ts +64 -23
- package/dist-types/ts3.4/models/models_2.d.ts +23 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +32 -32
|
@@ -7,12 +7,14 @@ import { CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput } from ".
|
|
|
7
7
|
import { CreatePresetCommandInput, CreatePresetCommandOutput } from "../commands/CreatePresetCommand";
|
|
8
8
|
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
|
|
9
9
|
import { DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput } from "../commands/DeleteJobTemplateCommand";
|
|
10
|
+
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
|
|
10
11
|
import { DeletePresetCommandInput, DeletePresetCommandOutput } from "../commands/DeletePresetCommand";
|
|
11
12
|
import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "../commands/DeleteQueueCommand";
|
|
12
13
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
|
|
13
14
|
import { DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput } from "../commands/DisassociateCertificateCommand";
|
|
14
15
|
import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
|
|
15
16
|
import { GetJobTemplateCommandInput, GetJobTemplateCommandOutput } from "../commands/GetJobTemplateCommand";
|
|
17
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
|
|
16
18
|
import { GetPresetCommandInput, GetPresetCommandOutput } from "../commands/GetPresetCommand";
|
|
17
19
|
import { GetQueueCommandInput, GetQueueCommandOutput } from "../commands/GetQueueCommand";
|
|
18
20
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
@@ -20,6 +22,7 @@ import { ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput } from "../
|
|
|
20
22
|
import { ListPresetsCommandInput, ListPresetsCommandOutput } from "../commands/ListPresetsCommand";
|
|
21
23
|
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
|
|
22
24
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
25
|
+
import { PutPolicyCommandInput, PutPolicyCommandOutput } from "../commands/PutPolicyCommand";
|
|
23
26
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
24
27
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
25
28
|
import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from "../commands/UpdateJobTemplateCommand";
|
|
@@ -32,12 +35,14 @@ export declare const serializeAws_restJson1CreateJobTemplateCommand: (input: Cre
|
|
|
32
35
|
export declare const serializeAws_restJson1CreatePresetCommand: (input: CreatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
36
|
export declare const serializeAws_restJson1CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
37
|
export declare const serializeAws_restJson1DeleteJobTemplateCommand: (input: DeleteJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
export declare const serializeAws_restJson1DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
39
|
export declare const serializeAws_restJson1DeletePresetCommand: (input: DeletePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
40
|
export declare const serializeAws_restJson1DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
41
|
export declare const serializeAws_restJson1DescribeEndpointsCommand: (input: DescribeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
42
|
export declare const serializeAws_restJson1DisassociateCertificateCommand: (input: DisassociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
43
|
export declare const serializeAws_restJson1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
44
|
export declare const serializeAws_restJson1GetJobTemplateCommand: (input: GetJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
export declare const serializeAws_restJson1GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
46
|
export declare const serializeAws_restJson1GetPresetCommand: (input: GetPresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
47
|
export declare const serializeAws_restJson1GetQueueCommand: (input: GetQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
48
|
export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -45,6 +50,7 @@ export declare const serializeAws_restJson1ListJobTemplatesCommand: (input: List
|
|
|
45
50
|
export declare const serializeAws_restJson1ListPresetsCommand: (input: ListPresetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
51
|
export declare const serializeAws_restJson1ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
52
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_restJson1PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
54
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
55
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
56
|
export declare const serializeAws_restJson1UpdateJobTemplateCommand: (input: UpdateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -57,12 +63,14 @@ export declare const deserializeAws_restJson1CreateJobTemplateCommand: (output:
|
|
|
57
63
|
export declare const deserializeAws_restJson1CreatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresetCommandOutput>;
|
|
58
64
|
export declare const deserializeAws_restJson1CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
|
|
59
65
|
export declare const deserializeAws_restJson1DeleteJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTemplateCommandOutput>;
|
|
66
|
+
export declare const deserializeAws_restJson1DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
|
|
60
67
|
export declare const deserializeAws_restJson1DeletePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePresetCommandOutput>;
|
|
61
68
|
export declare const deserializeAws_restJson1DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
|
|
62
69
|
export declare const deserializeAws_restJson1DescribeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointsCommandOutput>;
|
|
63
70
|
export declare const deserializeAws_restJson1DisassociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCertificateCommandOutput>;
|
|
64
71
|
export declare const deserializeAws_restJson1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
|
|
65
72
|
export declare const deserializeAws_restJson1GetJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTemplateCommandOutput>;
|
|
73
|
+
export declare const deserializeAws_restJson1GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
66
74
|
export declare const deserializeAws_restJson1GetPresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPresetCommandOutput>;
|
|
67
75
|
export declare const deserializeAws_restJson1GetQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueCommandOutput>;
|
|
68
76
|
export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
@@ -70,6 +78,7 @@ export declare const deserializeAws_restJson1ListJobTemplatesCommand: (output: _
|
|
|
70
78
|
export declare const deserializeAws_restJson1ListPresetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPresetsCommandOutput>;
|
|
71
79
|
export declare const deserializeAws_restJson1ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
|
|
72
80
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
81
|
+
export declare const deserializeAws_restJson1PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
|
|
73
82
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
74
83
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
75
84
|
export declare const deserializeAws_restJson1UpdateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobTemplateCommandOutput>;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -6,12 +6,14 @@ import { CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput } from ".
|
|
|
6
6
|
import { CreatePresetCommandInput, CreatePresetCommandOutput } from "./commands/CreatePresetCommand";
|
|
7
7
|
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
8
8
|
import { DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput } from "./commands/DeleteJobTemplateCommand";
|
|
9
|
+
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
9
10
|
import { DeletePresetCommandInput, DeletePresetCommandOutput } from "./commands/DeletePresetCommand";
|
|
10
11
|
import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
|
|
11
12
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
12
13
|
import { DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput } from "./commands/DisassociateCertificateCommand";
|
|
13
14
|
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
14
15
|
import { GetJobTemplateCommandInput, GetJobTemplateCommandOutput } from "./commands/GetJobTemplateCommand";
|
|
16
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
15
17
|
import { GetPresetCommandInput, GetPresetCommandOutput } from "./commands/GetPresetCommand";
|
|
16
18
|
import { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
|
|
17
19
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
@@ -19,6 +21,7 @@ import { ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput } from "./c
|
|
|
19
21
|
import { ListPresetsCommandInput, ListPresetsCommandOutput } from "./commands/ListPresetsCommand";
|
|
20
22
|
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
21
23
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
24
|
+
import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
|
|
22
25
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
23
26
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
24
27
|
import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from "./commands/UpdateJobTemplateCommand";
|
|
@@ -56,6 +59,10 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
56
59
|
deleteJobTemplate(args: DeleteJobTemplateCommandInput, cb: (err: any, data?: DeleteJobTemplateCommandOutput) => void): void;
|
|
57
60
|
deleteJobTemplate(args: DeleteJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobTemplateCommandOutput) => void): void;
|
|
58
61
|
|
|
62
|
+
deletePolicy(args: DeletePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyCommandOutput>;
|
|
63
|
+
deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
|
|
64
|
+
deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
|
|
65
|
+
|
|
59
66
|
deletePreset(args: DeletePresetCommandInput, options?: __HttpHandlerOptions): Promise<DeletePresetCommandOutput>;
|
|
60
67
|
deletePreset(args: DeletePresetCommandInput, cb: (err: any, data?: DeletePresetCommandOutput) => void): void;
|
|
61
68
|
deletePreset(args: DeletePresetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePresetCommandOutput) => void): void;
|
|
@@ -80,6 +87,10 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
80
87
|
getJobTemplate(args: GetJobTemplateCommandInput, cb: (err: any, data?: GetJobTemplateCommandOutput) => void): void;
|
|
81
88
|
getJobTemplate(args: GetJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobTemplateCommandOutput) => void): void;
|
|
82
89
|
|
|
90
|
+
getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
|
|
91
|
+
getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
92
|
+
getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
93
|
+
|
|
83
94
|
getPreset(args: GetPresetCommandInput, options?: __HttpHandlerOptions): Promise<GetPresetCommandOutput>;
|
|
84
95
|
getPreset(args: GetPresetCommandInput, cb: (err: any, data?: GetPresetCommandOutput) => void): void;
|
|
85
96
|
getPreset(args: GetPresetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPresetCommandOutput) => void): void;
|
|
@@ -108,6 +119,10 @@ export declare class MediaConvert extends MediaConvertClient {
|
|
|
108
119
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
109
120
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
110
121
|
|
|
122
|
+
putPolicy(args: PutPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutPolicyCommandOutput>;
|
|
123
|
+
putPolicy(args: PutPolicyCommandInput, cb: (err: any, data?: PutPolicyCommandOutput) => void): void;
|
|
124
|
+
putPolicy(args: PutPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPolicyCommandOutput) => void): void;
|
|
125
|
+
|
|
111
126
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
112
127
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
113
128
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
@@ -13,12 +13,14 @@ import { CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput } from ".
|
|
|
13
13
|
import { CreatePresetCommandInput, CreatePresetCommandOutput } from "./commands/CreatePresetCommand";
|
|
14
14
|
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
|
|
15
15
|
import { DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput } from "./commands/DeleteJobTemplateCommand";
|
|
16
|
+
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
16
17
|
import { DeletePresetCommandInput, DeletePresetCommandOutput } from "./commands/DeletePresetCommand";
|
|
17
18
|
import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
|
|
18
19
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
19
20
|
import { DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput } from "./commands/DisassociateCertificateCommand";
|
|
20
21
|
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
21
22
|
import { GetJobTemplateCommandInput, GetJobTemplateCommandOutput } from "./commands/GetJobTemplateCommand";
|
|
23
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
22
24
|
import { GetPresetCommandInput, GetPresetCommandOutput } from "./commands/GetPresetCommand";
|
|
23
25
|
import { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
|
|
24
26
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
@@ -26,13 +28,14 @@ import { ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput } from "./c
|
|
|
26
28
|
import { ListPresetsCommandInput, ListPresetsCommandOutput } from "./commands/ListPresetsCommand";
|
|
27
29
|
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
|
|
28
30
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
31
|
+
import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
|
|
29
32
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
30
33
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
31
34
|
import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from "./commands/UpdateJobTemplateCommand";
|
|
32
35
|
import { UpdatePresetCommandInput, UpdatePresetCommandOutput } from "./commands/UpdatePresetCommand";
|
|
33
36
|
import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
|
|
34
|
-
export declare type ServiceInputTypes = AssociateCertificateCommandInput | CancelJobCommandInput | CreateJobCommandInput | CreateJobTemplateCommandInput | CreatePresetCommandInput | CreateQueueCommandInput | DeleteJobTemplateCommandInput | DeletePresetCommandInput | DeleteQueueCommandInput | DescribeEndpointsCommandInput | DisassociateCertificateCommandInput | GetJobCommandInput | GetJobTemplateCommandInput | GetPresetCommandInput | GetQueueCommandInput | ListJobTemplatesCommandInput | ListJobsCommandInput | ListPresetsCommandInput | ListQueuesCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateJobTemplateCommandInput | UpdatePresetCommandInput | UpdateQueueCommandInput;
|
|
35
|
-
export declare type ServiceOutputTypes = AssociateCertificateCommandOutput | CancelJobCommandOutput | CreateJobCommandOutput | CreateJobTemplateCommandOutput | CreatePresetCommandOutput | CreateQueueCommandOutput | DeleteJobTemplateCommandOutput | DeletePresetCommandOutput | DeleteQueueCommandOutput | DescribeEndpointsCommandOutput | DisassociateCertificateCommandOutput | GetJobCommandOutput | GetJobTemplateCommandOutput | GetPresetCommandOutput | GetQueueCommandOutput | ListJobTemplatesCommandOutput | ListJobsCommandOutput | ListPresetsCommandOutput | ListQueuesCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateJobTemplateCommandOutput | UpdatePresetCommandOutput | UpdateQueueCommandOutput;
|
|
37
|
+
export declare type ServiceInputTypes = AssociateCertificateCommandInput | CancelJobCommandInput | CreateJobCommandInput | CreateJobTemplateCommandInput | CreatePresetCommandInput | CreateQueueCommandInput | DeleteJobTemplateCommandInput | DeletePolicyCommandInput | DeletePresetCommandInput | DeleteQueueCommandInput | DescribeEndpointsCommandInput | DisassociateCertificateCommandInput | GetJobCommandInput | GetJobTemplateCommandInput | GetPolicyCommandInput | GetPresetCommandInput | GetQueueCommandInput | ListJobTemplatesCommandInput | ListJobsCommandInput | ListPresetsCommandInput | ListQueuesCommandInput | ListTagsForResourceCommandInput | PutPolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateJobTemplateCommandInput | UpdatePresetCommandInput | UpdateQueueCommandInput;
|
|
38
|
+
export declare type ServiceOutputTypes = AssociateCertificateCommandOutput | CancelJobCommandOutput | CreateJobCommandOutput | CreateJobTemplateCommandOutput | CreatePresetCommandOutput | CreateQueueCommandOutput | DeleteJobTemplateCommandOutput | DeletePolicyCommandOutput | DeletePresetCommandOutput | DeleteQueueCommandOutput | DescribeEndpointsCommandOutput | DisassociateCertificateCommandOutput | GetJobCommandOutput | GetJobTemplateCommandOutput | GetPolicyCommandOutput | GetPresetCommandOutput | GetQueueCommandOutput | ListJobTemplatesCommandOutput | ListJobsCommandOutput | ListPresetsCommandOutput | ListQueuesCommandOutput | ListTagsForResourceCommandOutput | PutPolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateJobTemplateCommandOutput | UpdatePresetCommandOutput | UpdateQueueCommandOutput;
|
|
36
39
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
37
40
|
|
|
38
41
|
requestHandler?: __HttpHandler;
|
|
@@ -63,6 +66,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
63
66
|
|
|
64
67
|
logger?: __Logger;
|
|
65
68
|
|
|
69
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
70
|
+
|
|
71
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
72
|
+
|
|
66
73
|
serviceId?: string;
|
|
67
74
|
|
|
68
75
|
region?: string | __Provider<string>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
+
import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
|
|
5
|
+
export interface DeletePolicyCommandInput extends DeletePolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig> {
|
|
11
|
+
readonly input: DeletePolicyCommandInput;
|
|
12
|
+
constructor(input: DeletePolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
+
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_1";
|
|
5
|
+
export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, MediaConvertClientResolvedConfig> {
|
|
11
|
+
readonly input: GetPolicyCommandInput;
|
|
12
|
+
constructor(input: GetPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
+
import { PutPolicyRequest, PutPolicyResponse } from "../models/models_1";
|
|
5
|
+
export interface PutPolicyCommandInput extends PutPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, MediaConvertClientResolvedConfig> {
|
|
11
|
+
readonly input: PutPolicyCommandInput;
|
|
12
|
+
constructor(input: PutPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPolicyCommandInput, PutPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
-
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/
|
|
4
|
+
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateQueueCommandInput extends UpdateQueueRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __MetadataBearer {
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export * from "./AssociateCertificateCommand";
|
|
2
|
+
export * from "./CancelJobCommand";
|
|
3
|
+
export * from "./CreateJobCommand";
|
|
4
|
+
export * from "./CreateJobTemplateCommand";
|
|
5
|
+
export * from "./CreatePresetCommand";
|
|
6
|
+
export * from "./CreateQueueCommand";
|
|
7
|
+
export * from "./DeleteJobTemplateCommand";
|
|
8
|
+
export * from "./DeletePolicyCommand";
|
|
9
|
+
export * from "./DeletePresetCommand";
|
|
10
|
+
export * from "./DeleteQueueCommand";
|
|
11
|
+
export * from "./DescribeEndpointsCommand";
|
|
12
|
+
export * from "./DisassociateCertificateCommand";
|
|
13
|
+
export * from "./GetJobCommand";
|
|
14
|
+
export * from "./GetJobTemplateCommand";
|
|
15
|
+
export * from "./GetPolicyCommand";
|
|
16
|
+
export * from "./GetPresetCommand";
|
|
17
|
+
export * from "./GetQueueCommand";
|
|
18
|
+
export * from "./ListJobTemplatesCommand";
|
|
19
|
+
export * from "./ListJobsCommand";
|
|
20
|
+
export * from "./ListPresetsCommand";
|
|
21
|
+
export * from "./ListQueuesCommand";
|
|
22
|
+
export * from "./ListTagsForResourceCommand";
|
|
23
|
+
export * from "./PutPolicyCommand";
|
|
24
|
+
export * from "./TagResourceCommand";
|
|
25
|
+
export * from "./UntagResourceCommand";
|
|
26
|
+
export * from "./UpdateJobTemplateCommand";
|
|
27
|
+
export * from "./UpdatePresetCommand";
|
|
28
|
+
export * from "./UpdateQueueCommand";
|
|
@@ -1,34 +1,5 @@
|
|
|
1
|
-
export * from "./MediaConvertClient";
|
|
2
1
|
export * from "./MediaConvert";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreatePresetCommand";
|
|
8
|
-
export * from "./commands/CreateQueueCommand";
|
|
9
|
-
export * from "./commands/DeleteJobTemplateCommand";
|
|
10
|
-
export * from "./commands/DeletePresetCommand";
|
|
11
|
-
export * from "./commands/DeleteQueueCommand";
|
|
12
|
-
export * from "./commands/DescribeEndpointsCommand";
|
|
13
|
-
export * from "./pagination/DescribeEndpointsPaginator";
|
|
14
|
-
export * from "./commands/DisassociateCertificateCommand";
|
|
15
|
-
export * from "./commands/GetJobCommand";
|
|
16
|
-
export * from "./commands/GetJobTemplateCommand";
|
|
17
|
-
export * from "./commands/GetPresetCommand";
|
|
18
|
-
export * from "./commands/GetQueueCommand";
|
|
19
|
-
export * from "./commands/ListJobsCommand";
|
|
20
|
-
export * from "./pagination/ListJobsPaginator";
|
|
21
|
-
export * from "./commands/ListJobTemplatesCommand";
|
|
22
|
-
export * from "./pagination/ListJobTemplatesPaginator";
|
|
23
|
-
export * from "./commands/ListPresetsCommand";
|
|
24
|
-
export * from "./pagination/ListPresetsPaginator";
|
|
25
|
-
export * from "./commands/ListQueuesCommand";
|
|
26
|
-
export * from "./pagination/ListQueuesPaginator";
|
|
27
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
28
|
-
export * from "./commands/TagResourceCommand";
|
|
29
|
-
export * from "./commands/UntagResourceCommand";
|
|
30
|
-
export * from "./commands/UpdateJobTemplateCommand";
|
|
31
|
-
export * from "./commands/UpdatePresetCommand";
|
|
32
|
-
export * from "./commands/UpdateQueueCommand";
|
|
33
|
-
export * from "./pagination/Interfaces";
|
|
34
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./MediaConvertClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -1425,6 +1425,10 @@ export declare namespace CaptionSourceFramerate {
|
|
|
1425
1425
|
|
|
1426
1426
|
const filterSensitiveLog: (obj: CaptionSourceFramerate) => any;
|
|
1427
1427
|
}
|
|
1428
|
+
export declare enum FileSourceTimeDeltaUnits {
|
|
1429
|
+
MILLISECONDS = "MILLISECONDS",
|
|
1430
|
+
SECONDS = "SECONDS"
|
|
1431
|
+
}
|
|
1428
1432
|
|
|
1429
1433
|
export interface FileSourceSettings {
|
|
1430
1434
|
|
|
@@ -1435,6 +1439,8 @@ export interface FileSourceSettings {
|
|
|
1435
1439
|
SourceFile?: string;
|
|
1436
1440
|
|
|
1437
1441
|
TimeDelta?: number;
|
|
1442
|
+
|
|
1443
|
+
TimeDeltaUnits?: FileSourceTimeDeltaUnits | string;
|
|
1438
1444
|
}
|
|
1439
1445
|
export declare namespace FileSourceSettings {
|
|
1440
1446
|
|
|
@@ -3122,7 +3128,3 @@ export declare enum MovClapAtom {
|
|
|
3122
3128
|
EXCLUDE = "EXCLUDE",
|
|
3123
3129
|
INCLUDE = "INCLUDE"
|
|
3124
3130
|
}
|
|
3125
|
-
export declare enum MovCslgAtom {
|
|
3126
|
-
EXCLUDE = "EXCLUDE",
|
|
3127
|
-
INCLUDE = "INCLUDE"
|
|
3128
|
-
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsSettings, M3u8Settings, MotionImageInserter, MovClapAtom,
|
|
2
|
+
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsSettings, M3u8Settings, MotionImageInserter, MovClapAtom, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
|
|
3
|
+
export declare enum MovCslgAtom {
|
|
4
|
+
EXCLUDE = "EXCLUDE",
|
|
5
|
+
INCLUDE = "INCLUDE"
|
|
6
|
+
}
|
|
3
7
|
export declare enum MovMpeg2FourCCControl {
|
|
4
8
|
MPEG = "MPEG",
|
|
5
9
|
XDCAM = "XDCAM"
|
|
@@ -2416,6 +2420,18 @@ export declare namespace DeleteJobTemplateResponse {
|
|
|
2416
2420
|
|
|
2417
2421
|
const filterSensitiveLog: (obj: DeleteJobTemplateResponse) => any;
|
|
2418
2422
|
}
|
|
2423
|
+
export interface DeletePolicyRequest {
|
|
2424
|
+
}
|
|
2425
|
+
export declare namespace DeletePolicyRequest {
|
|
2426
|
+
|
|
2427
|
+
const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
2428
|
+
}
|
|
2429
|
+
export interface DeletePolicyResponse {
|
|
2430
|
+
}
|
|
2431
|
+
export declare namespace DeletePolicyResponse {
|
|
2432
|
+
|
|
2433
|
+
const filterSensitiveLog: (obj: DeletePolicyResponse) => any;
|
|
2434
|
+
}
|
|
2419
2435
|
export interface DeletePresetRequest {
|
|
2420
2436
|
|
|
2421
2437
|
Name: string | undefined;
|
|
@@ -2517,6 +2533,37 @@ export declare namespace GetJobTemplateResponse {
|
|
|
2517
2533
|
|
|
2518
2534
|
const filterSensitiveLog: (obj: GetJobTemplateResponse) => any;
|
|
2519
2535
|
}
|
|
2536
|
+
export interface GetPolicyRequest {
|
|
2537
|
+
}
|
|
2538
|
+
export declare namespace GetPolicyRequest {
|
|
2539
|
+
|
|
2540
|
+
const filterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
2541
|
+
}
|
|
2542
|
+
export declare enum InputPolicy {
|
|
2543
|
+
ALLOWED = "ALLOWED",
|
|
2544
|
+
DISALLOWED = "DISALLOWED"
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
export interface Policy {
|
|
2548
|
+
|
|
2549
|
+
HttpInputs?: InputPolicy | string;
|
|
2550
|
+
|
|
2551
|
+
HttpsInputs?: InputPolicy | string;
|
|
2552
|
+
|
|
2553
|
+
S3Inputs?: InputPolicy | string;
|
|
2554
|
+
}
|
|
2555
|
+
export declare namespace Policy {
|
|
2556
|
+
|
|
2557
|
+
const filterSensitiveLog: (obj: Policy) => any;
|
|
2558
|
+
}
|
|
2559
|
+
export interface GetPolicyResponse {
|
|
2560
|
+
|
|
2561
|
+
Policy?: Policy;
|
|
2562
|
+
}
|
|
2563
|
+
export declare namespace GetPolicyResponse {
|
|
2564
|
+
|
|
2565
|
+
const filterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
2566
|
+
}
|
|
2520
2567
|
export interface GetPresetRequest {
|
|
2521
2568
|
|
|
2522
2569
|
Name: string | undefined;
|
|
@@ -2698,6 +2745,22 @@ export declare namespace ListTagsForResourceResponse {
|
|
|
2698
2745
|
|
|
2699
2746
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2700
2747
|
}
|
|
2748
|
+
export interface PutPolicyRequest {
|
|
2749
|
+
|
|
2750
|
+
Policy: Policy | undefined;
|
|
2751
|
+
}
|
|
2752
|
+
export declare namespace PutPolicyRequest {
|
|
2753
|
+
|
|
2754
|
+
const filterSensitiveLog: (obj: PutPolicyRequest) => any;
|
|
2755
|
+
}
|
|
2756
|
+
export interface PutPolicyResponse {
|
|
2757
|
+
|
|
2758
|
+
Policy?: Policy;
|
|
2759
|
+
}
|
|
2760
|
+
export declare namespace PutPolicyResponse {
|
|
2761
|
+
|
|
2762
|
+
const filterSensitiveLog: (obj: PutPolicyResponse) => any;
|
|
2763
|
+
}
|
|
2701
2764
|
export interface TagResourceRequest {
|
|
2702
2765
|
|
|
2703
2766
|
Arn: string | undefined;
|
|
@@ -2786,25 +2849,3 @@ export declare namespace UpdatePresetResponse {
|
|
|
2786
2849
|
|
|
2787
2850
|
const filterSensitiveLog: (obj: UpdatePresetResponse) => any;
|
|
2788
2851
|
}
|
|
2789
|
-
export interface UpdateQueueRequest {
|
|
2790
|
-
|
|
2791
|
-
Description?: string;
|
|
2792
|
-
|
|
2793
|
-
Name: string | undefined;
|
|
2794
|
-
|
|
2795
|
-
ReservationPlanSettings?: ReservationPlanSettings;
|
|
2796
|
-
|
|
2797
|
-
Status?: QueueStatus | string;
|
|
2798
|
-
}
|
|
2799
|
-
export declare namespace UpdateQueueRequest {
|
|
2800
|
-
|
|
2801
|
-
const filterSensitiveLog: (obj: UpdateQueueRequest) => any;
|
|
2802
|
-
}
|
|
2803
|
-
export interface UpdateQueueResponse {
|
|
2804
|
-
|
|
2805
|
-
Queue?: Queue;
|
|
2806
|
-
}
|
|
2807
|
-
export declare namespace UpdateQueueResponse {
|
|
2808
|
-
|
|
2809
|
-
const filterSensitiveLog: (obj: UpdateQueueResponse) => any;
|
|
2810
|
-
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Queue, QueueStatus, ReservationPlanSettings } from "./models_1";
|
|
2
|
+
export interface UpdateQueueRequest {
|
|
3
|
+
|
|
4
|
+
Description?: string;
|
|
5
|
+
|
|
6
|
+
Name: string | undefined;
|
|
7
|
+
|
|
8
|
+
ReservationPlanSettings?: ReservationPlanSettings;
|
|
9
|
+
|
|
10
|
+
Status?: QueueStatus | string;
|
|
11
|
+
}
|
|
12
|
+
export declare namespace UpdateQueueRequest {
|
|
13
|
+
|
|
14
|
+
const filterSensitiveLog: (obj: UpdateQueueRequest) => any;
|
|
15
|
+
}
|
|
16
|
+
export interface UpdateQueueResponse {
|
|
17
|
+
|
|
18
|
+
Queue?: Queue;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace UpdateQueueResponse {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: UpdateQueueResponse) => any;
|
|
23
|
+
}
|
|
@@ -7,12 +7,14 @@ import { CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput } from ".
|
|
|
7
7
|
import { CreatePresetCommandInput, CreatePresetCommandOutput } from "../commands/CreatePresetCommand";
|
|
8
8
|
import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
|
|
9
9
|
import { DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput } from "../commands/DeleteJobTemplateCommand";
|
|
10
|
+
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
|
|
10
11
|
import { DeletePresetCommandInput, DeletePresetCommandOutput } from "../commands/DeletePresetCommand";
|
|
11
12
|
import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "../commands/DeleteQueueCommand";
|
|
12
13
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
|
|
13
14
|
import { DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput } from "../commands/DisassociateCertificateCommand";
|
|
14
15
|
import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
|
|
15
16
|
import { GetJobTemplateCommandInput, GetJobTemplateCommandOutput } from "../commands/GetJobTemplateCommand";
|
|
17
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
|
|
16
18
|
import { GetPresetCommandInput, GetPresetCommandOutput } from "../commands/GetPresetCommand";
|
|
17
19
|
import { GetQueueCommandInput, GetQueueCommandOutput } from "../commands/GetQueueCommand";
|
|
18
20
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
@@ -20,6 +22,7 @@ import { ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput } from "../
|
|
|
20
22
|
import { ListPresetsCommandInput, ListPresetsCommandOutput } from "../commands/ListPresetsCommand";
|
|
21
23
|
import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
|
|
22
24
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
25
|
+
import { PutPolicyCommandInput, PutPolicyCommandOutput } from "../commands/PutPolicyCommand";
|
|
23
26
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
24
27
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
25
28
|
import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from "../commands/UpdateJobTemplateCommand";
|
|
@@ -32,12 +35,14 @@ export declare const serializeAws_restJson1CreateJobTemplateCommand: (input: Cre
|
|
|
32
35
|
export declare const serializeAws_restJson1CreatePresetCommand: (input: CreatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
36
|
export declare const serializeAws_restJson1CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
37
|
export declare const serializeAws_restJson1DeleteJobTemplateCommand: (input: DeleteJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
export declare const serializeAws_restJson1DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
39
|
export declare const serializeAws_restJson1DeletePresetCommand: (input: DeletePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
40
|
export declare const serializeAws_restJson1DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
41
|
export declare const serializeAws_restJson1DescribeEndpointsCommand: (input: DescribeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
42
|
export declare const serializeAws_restJson1DisassociateCertificateCommand: (input: DisassociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
43
|
export declare const serializeAws_restJson1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
44
|
export declare const serializeAws_restJson1GetJobTemplateCommand: (input: GetJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
export declare const serializeAws_restJson1GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
46
|
export declare const serializeAws_restJson1GetPresetCommand: (input: GetPresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
47
|
export declare const serializeAws_restJson1GetQueueCommand: (input: GetQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
48
|
export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -45,6 +50,7 @@ export declare const serializeAws_restJson1ListJobTemplatesCommand: (input: List
|
|
|
45
50
|
export declare const serializeAws_restJson1ListPresetsCommand: (input: ListPresetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
51
|
export declare const serializeAws_restJson1ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
52
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_restJson1PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
54
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
55
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
56
|
export declare const serializeAws_restJson1UpdateJobTemplateCommand: (input: UpdateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -57,12 +63,14 @@ export declare const deserializeAws_restJson1CreateJobTemplateCommand: (output:
|
|
|
57
63
|
export declare const deserializeAws_restJson1CreatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresetCommandOutput>;
|
|
58
64
|
export declare const deserializeAws_restJson1CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
|
|
59
65
|
export declare const deserializeAws_restJson1DeleteJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTemplateCommandOutput>;
|
|
66
|
+
export declare const deserializeAws_restJson1DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
|
|
60
67
|
export declare const deserializeAws_restJson1DeletePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePresetCommandOutput>;
|
|
61
68
|
export declare const deserializeAws_restJson1DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
|
|
62
69
|
export declare const deserializeAws_restJson1DescribeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointsCommandOutput>;
|
|
63
70
|
export declare const deserializeAws_restJson1DisassociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCertificateCommandOutput>;
|
|
64
71
|
export declare const deserializeAws_restJson1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
|
|
65
72
|
export declare const deserializeAws_restJson1GetJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTemplateCommandOutput>;
|
|
73
|
+
export declare const deserializeAws_restJson1GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
66
74
|
export declare const deserializeAws_restJson1GetPresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPresetCommandOutput>;
|
|
67
75
|
export declare const deserializeAws_restJson1GetQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueCommandOutput>;
|
|
68
76
|
export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
@@ -70,6 +78,7 @@ export declare const deserializeAws_restJson1ListJobTemplatesCommand: (output: _
|
|
|
70
78
|
export declare const deserializeAws_restJson1ListPresetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPresetsCommandOutput>;
|
|
71
79
|
export declare const deserializeAws_restJson1ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
|
|
72
80
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
81
|
+
export declare const deserializeAws_restJson1PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
|
|
73
82
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
74
83
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
75
84
|
export declare const deserializeAws_restJson1UpdateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobTemplateCommandOutput>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|