@aws-sdk/client-mediaconvert 3.414.0 → 3.418.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/commands/AssociateCertificateCommand.js +5 -0
- package/dist-cjs/commands/CancelJobCommand.js +5 -0
- package/dist-cjs/commands/CreateJobCommand.js +5 -0
- package/dist-cjs/commands/CreateJobTemplateCommand.js +5 -0
- package/dist-cjs/commands/CreatePresetCommand.js +5 -0
- package/dist-cjs/commands/CreateQueueCommand.js +5 -0
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +5 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +5 -0
- package/dist-cjs/commands/DeletePresetCommand.js +5 -0
- package/dist-cjs/commands/DeleteQueueCommand.js +5 -0
- package/dist-cjs/commands/DescribeEndpointsCommand.js +5 -0
- package/dist-cjs/commands/DisassociateCertificateCommand.js +5 -0
- package/dist-cjs/commands/GetJobCommand.js +5 -0
- package/dist-cjs/commands/GetJobTemplateCommand.js +5 -0
- package/dist-cjs/commands/GetPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetPresetCommand.js +5 -0
- package/dist-cjs/commands/GetQueueCommand.js +5 -0
- package/dist-cjs/commands/ListJobTemplatesCommand.js +5 -0
- package/dist-cjs/commands/ListJobsCommand.js +5 -0
- package/dist-cjs/commands/ListPresetsCommand.js +5 -0
- package/dist-cjs/commands/ListQueuesCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/PutPolicyCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +5 -0
- package/dist-cjs/commands/UpdatePresetCommand.js +5 -0
- package/dist-cjs/commands/UpdateQueueCommand.js +5 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4 -0
- package/dist-es/commands/AssociateCertificateCommand.js +5 -0
- package/dist-es/commands/CancelJobCommand.js +5 -0
- package/dist-es/commands/CreateJobCommand.js +5 -0
- package/dist-es/commands/CreateJobTemplateCommand.js +5 -0
- package/dist-es/commands/CreatePresetCommand.js +5 -0
- package/dist-es/commands/CreateQueueCommand.js +5 -0
- package/dist-es/commands/DeleteJobTemplateCommand.js +5 -0
- package/dist-es/commands/DeletePolicyCommand.js +5 -0
- package/dist-es/commands/DeletePresetCommand.js +5 -0
- package/dist-es/commands/DeleteQueueCommand.js +5 -0
- package/dist-es/commands/DescribeEndpointsCommand.js +5 -0
- package/dist-es/commands/DisassociateCertificateCommand.js +5 -0
- package/dist-es/commands/GetJobCommand.js +5 -0
- package/dist-es/commands/GetJobTemplateCommand.js +5 -0
- package/dist-es/commands/GetPolicyCommand.js +5 -0
- package/dist-es/commands/GetPresetCommand.js +5 -0
- package/dist-es/commands/GetQueueCommand.js +5 -0
- package/dist-es/commands/ListJobTemplatesCommand.js +5 -0
- package/dist-es/commands/ListJobsCommand.js +5 -0
- package/dist-es/commands/ListPresetsCommand.js +5 -0
- package/dist-es/commands/ListQueuesCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/PutPolicyCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateJobTemplateCommand.js +5 -0
- package/dist-es/commands/UpdatePresetCommand.js +5 -0
- package/dist-es/commands/UpdateQueueCommand.js +5 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-types/commands/CreateJobCommand.d.ts +4 -2
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +4 -2
- package/dist-types/commands/CreatePresetCommand.d.ts +2 -2
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +4 -2
- package/dist-types/commands/UpdatePresetCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +3 -2
- package/dist-types/models/models_1.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/package.json +31 -31
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateJobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateJobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "CreateJob",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateJobTemplateCommand, se_CreateJobTemplateCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateJobTemplateCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateJobTemplateCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "CreateJobTemplate",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreatePresetCommand, se_CreatePresetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreatePresetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreatePresetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "CreatePreset",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateQueueCommand, se_CreateQueueCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateQueueCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateQueueCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "CreateQueue",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteJobTemplateCommand, se_DeleteJobTemplateCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteJobTemplateCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteJobTemplateCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "DeleteJobTemplate",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeletePolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeletePolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "DeletePolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeletePresetCommand, se_DeletePresetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeletePresetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeletePresetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "DeletePreset",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteQueueCommand, se_DeleteQueueCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteQueueCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteQueueCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "DeleteQueue",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeEndpointsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeEndpointsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "DescribeEndpoints",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DisassociateCertificateCommand, se_DisassociateCertificateCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisassociateCertificateCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisassociateCertificateCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "DisassociateCertificate",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetJobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetJobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "GetJob",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetJobTemplateCommand, se_GetJobTemplateCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetJobTemplateCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetJobTemplateCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "GetJobTemplate",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "GetPolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPresetCommand, se_GetPresetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPresetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPresetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "GetPreset",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetQueueCommand, se_GetQueueCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetQueueCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetQueueCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "GetQueue",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListJobTemplatesCommand, se_ListJobTemplatesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListJobTemplatesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListJobTemplatesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "ListJobTemplates",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListJobsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListJobsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "ListJobs",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListPresetsCommand, se_ListPresetsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListPresetsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListPresetsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "ListPresets",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListQueuesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListQueuesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "ListQueues",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListTagsForResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "ListTagsForResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutPolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutPolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "PutPolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "TagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "UntagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateJobTemplateCommand, se_UpdateJobTemplateCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateJobTemplateCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateJobTemplateCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "UpdateJobTemplate",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdatePresetCommand, se_UpdatePresetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdatePresetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdatePresetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "UpdatePreset",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateQueueCommand, se_UpdateQueueCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateQueueCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateQueueCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "MediaConvert",
|
|
35
|
+
operation: "UpdateQueue",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1136,6 +1136,7 @@ export const CmfcAudioTrackType = {
|
|
|
1136
1136
|
ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT",
|
|
1137
1137
|
ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
|
|
1138
1138
|
ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
1139
|
+
AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM",
|
|
1139
1140
|
};
|
|
1140
1141
|
export const CmfcDescriptiveVideoServiceFlag = {
|
|
1141
1142
|
DONT_FLAG: "DONT_FLAG",
|
|
@@ -3151,6 +3151,7 @@ const se_JobSettings = (input, context) => {
|
|
|
3151
3151
|
availBlanking: [, (_) => se_AvailBlanking(_, context), `AvailBlanking`],
|
|
3152
3152
|
esam: [, (_) => se_EsamSettings(_, context), `Esam`],
|
|
3153
3153
|
extendedDataServices: [, (_) => se_ExtendedDataServices(_, context), `ExtendedDataServices`],
|
|
3154
|
+
followInputIndex: [, , `FollowInputIndex`],
|
|
3154
3155
|
inputs: [, (_) => se___listOfInput(_, context), `Inputs`],
|
|
3155
3156
|
kantarWatermark: [, (_) => se_KantarWatermarkSettings(_, context), `KantarWatermark`],
|
|
3156
3157
|
motionImageInserter: [, (_) => se_MotionImageInserter(_, context), `MotionImageInserter`],
|
|
@@ -3167,6 +3168,7 @@ const se_JobTemplateSettings = (input, context) => {
|
|
|
3167
3168
|
availBlanking: [, (_) => se_AvailBlanking(_, context), `AvailBlanking`],
|
|
3168
3169
|
esam: [, (_) => se_EsamSettings(_, context), `Esam`],
|
|
3169
3170
|
extendedDataServices: [, (_) => se_ExtendedDataServices(_, context), `ExtendedDataServices`],
|
|
3171
|
+
followInputIndex: [, , `FollowInputIndex`],
|
|
3170
3172
|
inputs: [, (_) => se___listOfInputTemplate(_, context), `Inputs`],
|
|
3171
3173
|
kantarWatermark: [, (_) => se_KantarWatermarkSettings(_, context), `KantarWatermark`],
|
|
3172
3174
|
motionImageInserter: [, (_) => se_MotionImageInserter(_, context), `MotionImageInserter`],
|
|
@@ -5235,6 +5237,7 @@ const de_JobSettings = (output, context) => {
|
|
|
5235
5237
|
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
5236
5238
|
Esam: [, (_) => de_EsamSettings(_, context), `esam`],
|
|
5237
5239
|
ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
|
|
5240
|
+
FollowInputIndex: [, __expectInt32, `followInputIndex`],
|
|
5238
5241
|
Inputs: [, (_) => de___listOfInput(_, context), `inputs`],
|
|
5239
5242
|
KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
|
|
5240
5243
|
MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
|
|
@@ -5272,6 +5275,7 @@ const de_JobTemplateSettings = (output, context) => {
|
|
|
5272
5275
|
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
5273
5276
|
Esam: [, (_) => de_EsamSettings(_, context), `esam`],
|
|
5274
5277
|
ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
|
|
5278
|
+
FollowInputIndex: [, __expectInt32, `followInputIndex`],
|
|
5275
5279
|
Inputs: [, (_) => de___listOfInputTemplate(_, context), `inputs`],
|
|
5276
5280
|
KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
|
|
5277
5281
|
MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
|
|
@@ -65,6 +65,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
65
65
|
* CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
66
66
|
* VchipAction: "PASSTHROUGH" || "STRIP",
|
|
67
67
|
* },
|
|
68
|
+
* FollowInputIndex: Number("int"),
|
|
68
69
|
* Inputs: [ // __listOfInput
|
|
69
70
|
* { // Input
|
|
70
71
|
* AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -856,7 +857,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
856
857
|
* AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
857
858
|
* AudioGroupId: "STRING_VALUE",
|
|
858
859
|
* AudioRenditionSets: "STRING_VALUE",
|
|
859
|
-
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
860
|
+
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
860
861
|
* DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
861
862
|
* IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
862
863
|
* KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -1513,6 +1514,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
1513
1514
|
* // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
1514
1515
|
* // VchipAction: "PASSTHROUGH" || "STRIP",
|
|
1515
1516
|
* // },
|
|
1517
|
+
* // FollowInputIndex: Number("int"),
|
|
1516
1518
|
* // Inputs: [ // __listOfInput
|
|
1517
1519
|
* // { // Input
|
|
1518
1520
|
* // AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -2304,7 +2306,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
2304
2306
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
2305
2307
|
* // AudioGroupId: "STRING_VALUE",
|
|
2306
2308
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
2307
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
2309
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
2308
2310
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
2309
2311
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
2310
2312
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -64,6 +64,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
64
64
|
* CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
65
65
|
* VchipAction: "PASSTHROUGH" || "STRIP",
|
|
66
66
|
* },
|
|
67
|
+
* FollowInputIndex: Number("int"),
|
|
67
68
|
* Inputs: [ // __listOfInputTemplate
|
|
68
69
|
* { // InputTemplate
|
|
69
70
|
* AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -842,7 +843,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
842
843
|
* AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
843
844
|
* AudioGroupId: "STRING_VALUE",
|
|
844
845
|
* AudioRenditionSets: "STRING_VALUE",
|
|
845
|
-
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
846
|
+
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
846
847
|
* DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
847
848
|
* IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
848
849
|
* KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -1460,6 +1461,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
1460
1461
|
* // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
1461
1462
|
* // VchipAction: "PASSTHROUGH" || "STRIP",
|
|
1462
1463
|
* // },
|
|
1464
|
+
* // FollowInputIndex: Number("int"),
|
|
1463
1465
|
* // Inputs: [ // __listOfInputTemplate
|
|
1464
1466
|
* // { // InputTemplate
|
|
1465
1467
|
* // AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
@@ -2238,7 +2240,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
2238
2240
|
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
2239
2241
|
* // AudioGroupId: "STRING_VALUE",
|
|
2240
2242
|
* // AudioRenditionSets: "STRING_VALUE",
|
|
2241
|
-
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
2243
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
2242
2244
|
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
2243
2245
|
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
2244
2246
|
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|