@aws-sdk/client-mediaconvert 3.428.0 → 3.429.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-types/models/models_0.d.ts +197 -197
- package/dist-types/models/models_1.d.ts +240 -240
- package/dist-types/models/models_2.d.ts +16 -16
- package/dist-types/ts3.4/models/models_0.d.ts +197 -205
- package/dist-types/ts3.4/models/models_1.d.ts +240 -242
- package/dist-types/ts3.4/models/models_2.d.ts +16 -16
- package/package.json +5 -5
|
@@ -15,9 +15,9 @@ import {
|
|
|
15
15
|
export interface CreateQueueRequest {
|
|
16
16
|
Description?: string;
|
|
17
17
|
Name: string | undefined;
|
|
18
|
-
PricingPlan?: PricingPlan
|
|
18
|
+
PricingPlan?: PricingPlan;
|
|
19
19
|
ReservationPlanSettings?: ReservationPlanSettings;
|
|
20
|
-
Status?: QueueStatus
|
|
20
|
+
Status?: QueueStatus;
|
|
21
21
|
Tags?: Record<string, string>;
|
|
22
22
|
}
|
|
23
23
|
export interface CreateQueueResponse {
|
|
@@ -45,7 +45,7 @@ export type DescribeEndpointsMode =
|
|
|
45
45
|
(typeof DescribeEndpointsMode)[keyof typeof DescribeEndpointsMode];
|
|
46
46
|
export interface DescribeEndpointsRequest {
|
|
47
47
|
MaxResults?: number;
|
|
48
|
-
Mode?: DescribeEndpointsMode
|
|
48
|
+
Mode?: DescribeEndpointsMode;
|
|
49
49
|
NextToken?: string;
|
|
50
50
|
}
|
|
51
51
|
export interface DescribeEndpointsResponse {
|
|
@@ -75,9 +75,9 @@ export declare const InputPolicy: {
|
|
|
75
75
|
};
|
|
76
76
|
export type InputPolicy = (typeof InputPolicy)[keyof typeof InputPolicy];
|
|
77
77
|
export interface Policy {
|
|
78
|
-
HttpInputs?: InputPolicy
|
|
79
|
-
HttpsInputs?: InputPolicy
|
|
80
|
-
S3Inputs?: InputPolicy
|
|
78
|
+
HttpInputs?: InputPolicy;
|
|
79
|
+
HttpsInputs?: InputPolicy;
|
|
80
|
+
S3Inputs?: InputPolicy;
|
|
81
81
|
}
|
|
82
82
|
export interface GetPolicyResponse {
|
|
83
83
|
Policy?: Policy;
|
|
@@ -109,9 +109,9 @@ export type Order = (typeof Order)[keyof typeof Order];
|
|
|
109
109
|
export interface ListJobsRequest {
|
|
110
110
|
MaxResults?: number;
|
|
111
111
|
NextToken?: string;
|
|
112
|
-
Order?: Order
|
|
112
|
+
Order?: Order;
|
|
113
113
|
Queue?: string;
|
|
114
|
-
Status?: JobStatus
|
|
114
|
+
Status?: JobStatus;
|
|
115
115
|
}
|
|
116
116
|
export interface ListJobsResponse {
|
|
117
117
|
Jobs?: Job[];
|
|
@@ -119,10 +119,10 @@ export interface ListJobsResponse {
|
|
|
119
119
|
}
|
|
120
120
|
export interface ListJobTemplatesRequest {
|
|
121
121
|
Category?: string;
|
|
122
|
-
ListBy?: JobTemplateListBy
|
|
122
|
+
ListBy?: JobTemplateListBy;
|
|
123
123
|
MaxResults?: number;
|
|
124
124
|
NextToken?: string;
|
|
125
|
-
Order?: Order
|
|
125
|
+
Order?: Order;
|
|
126
126
|
}
|
|
127
127
|
export interface ListJobTemplatesResponse {
|
|
128
128
|
JobTemplates?: JobTemplate[];
|
|
@@ -136,10 +136,10 @@ export declare const PresetListBy: {
|
|
|
136
136
|
export type PresetListBy = (typeof PresetListBy)[keyof typeof PresetListBy];
|
|
137
137
|
export interface ListPresetsRequest {
|
|
138
138
|
Category?: string;
|
|
139
|
-
ListBy?: PresetListBy
|
|
139
|
+
ListBy?: PresetListBy;
|
|
140
140
|
MaxResults?: number;
|
|
141
141
|
NextToken?: string;
|
|
142
|
-
Order?: Order
|
|
142
|
+
Order?: Order;
|
|
143
143
|
}
|
|
144
144
|
export interface ListPresetsResponse {
|
|
145
145
|
NextToken?: string;
|
|
@@ -151,10 +151,10 @@ export declare const QueueListBy: {
|
|
|
151
151
|
};
|
|
152
152
|
export type QueueListBy = (typeof QueueListBy)[keyof typeof QueueListBy];
|
|
153
153
|
export interface ListQueuesRequest {
|
|
154
|
-
ListBy?: QueueListBy
|
|
154
|
+
ListBy?: QueueListBy;
|
|
155
155
|
MaxResults?: number;
|
|
156
156
|
NextToken?: string;
|
|
157
|
-
Order?: Order
|
|
157
|
+
Order?: Order;
|
|
158
158
|
}
|
|
159
159
|
export interface ListQueuesResponse {
|
|
160
160
|
NextToken?: string;
|
|
@@ -195,7 +195,7 @@ export interface UpdateJobTemplateRequest {
|
|
|
195
195
|
Priority?: number;
|
|
196
196
|
Queue?: string;
|
|
197
197
|
Settings?: JobTemplateSettings;
|
|
198
|
-
StatusUpdateInterval?: StatusUpdateInterval
|
|
198
|
+
StatusUpdateInterval?: StatusUpdateInterval;
|
|
199
199
|
}
|
|
200
200
|
export interface UpdateJobTemplateResponse {
|
|
201
201
|
JobTemplate?: JobTemplate;
|
|
@@ -213,7 +213,7 @@ export interface UpdateQueueRequest {
|
|
|
213
213
|
Description?: string;
|
|
214
214
|
Name: string | undefined;
|
|
215
215
|
ReservationPlanSettings?: ReservationPlanSettings;
|
|
216
|
-
Status?: QueueStatus
|
|
216
|
+
Status?: QueueStatus;
|
|
217
217
|
}
|
|
218
218
|
export interface UpdateQueueResponse {
|
|
219
219
|
Queue?: Queue;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconvert",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
42
|
"@smithy/middleware-retry": "^2.0.16",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|