@aws-sdk/client-mediaconvert 3.296.0 → 3.298.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.
Files changed (106) hide show
  1. package/dist-cjs/commands/AssociateCertificateCommand.js +2 -3
  2. package/dist-cjs/commands/CancelJobCommand.js +2 -3
  3. package/dist-cjs/commands/CreateJobCommand.js +2 -3
  4. package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -3
  5. package/dist-cjs/commands/CreatePresetCommand.js +2 -3
  6. package/dist-cjs/commands/CreateQueueCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -3
  8. package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
  9. package/dist-cjs/commands/DeletePresetCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteQueueCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -3
  12. package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -3
  13. package/dist-cjs/commands/GetJobCommand.js +2 -4
  14. package/dist-cjs/commands/GetJobTemplateCommand.js +2 -3
  15. package/dist-cjs/commands/GetPolicyCommand.js +2 -3
  16. package/dist-cjs/commands/GetPresetCommand.js +2 -3
  17. package/dist-cjs/commands/GetQueueCommand.js +2 -3
  18. package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -3
  19. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  20. package/dist-cjs/commands/ListPresetsCommand.js +2 -3
  21. package/dist-cjs/commands/ListQueuesCommand.js +2 -3
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  23. package/dist-cjs/commands/PutPolicyCommand.js +2 -3
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -3
  27. package/dist-cjs/commands/UpdatePresetCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateQueueCommand.js +2 -3
  29. package/dist-cjs/models/models_0.js +1 -431
  30. package/dist-cjs/models/models_1.js +1 -358
  31. package/dist-cjs/models/models_2.js +1 -133
  32. package/dist-es/commands/AssociateCertificateCommand.js +2 -3
  33. package/dist-es/commands/CancelJobCommand.js +2 -3
  34. package/dist-es/commands/CreateJobCommand.js +2 -3
  35. package/dist-es/commands/CreateJobTemplateCommand.js +2 -3
  36. package/dist-es/commands/CreatePresetCommand.js +2 -3
  37. package/dist-es/commands/CreateQueueCommand.js +2 -3
  38. package/dist-es/commands/DeleteJobTemplateCommand.js +2 -3
  39. package/dist-es/commands/DeletePolicyCommand.js +2 -3
  40. package/dist-es/commands/DeletePresetCommand.js +2 -3
  41. package/dist-es/commands/DeleteQueueCommand.js +2 -3
  42. package/dist-es/commands/DescribeEndpointsCommand.js +2 -3
  43. package/dist-es/commands/DisassociateCertificateCommand.js +2 -3
  44. package/dist-es/commands/GetJobCommand.js +2 -4
  45. package/dist-es/commands/GetJobTemplateCommand.js +2 -3
  46. package/dist-es/commands/GetPolicyCommand.js +2 -3
  47. package/dist-es/commands/GetPresetCommand.js +2 -3
  48. package/dist-es/commands/GetQueueCommand.js +2 -3
  49. package/dist-es/commands/ListJobTemplatesCommand.js +2 -3
  50. package/dist-es/commands/ListJobsCommand.js +2 -3
  51. package/dist-es/commands/ListPresetsCommand.js +2 -3
  52. package/dist-es/commands/ListQueuesCommand.js +2 -3
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  54. package/dist-es/commands/PutPolicyCommand.js +2 -3
  55. package/dist-es/commands/TagResourceCommand.js +2 -3
  56. package/dist-es/commands/UntagResourceCommand.js +2 -3
  57. package/dist-es/commands/UpdateJobTemplateCommand.js +2 -3
  58. package/dist-es/commands/UpdatePresetCommand.js +2 -3
  59. package/dist-es/commands/UpdateQueueCommand.js +2 -3
  60. package/dist-es/models/models_0.js +0 -321
  61. package/dist-es/models/models_1.js +0 -267
  62. package/dist-es/models/models_2.js +0 -99
  63. package/dist-types/MediaConvert.d.ts +29 -0
  64. package/dist-types/MediaConvertClient.d.ts +24 -4
  65. package/dist-types/commands/AssociateCertificateCommand.d.ts +16 -0
  66. package/dist-types/commands/CancelJobCommand.d.ts +16 -0
  67. package/dist-types/commands/CreateJobCommand.d.ts +16 -0
  68. package/dist-types/commands/CreateJobTemplateCommand.d.ts +16 -0
  69. package/dist-types/commands/CreatePresetCommand.d.ts +16 -0
  70. package/dist-types/commands/CreateQueueCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +16 -0
  72. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  73. package/dist-types/commands/DeletePresetCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteQueueCommand.d.ts +16 -0
  75. package/dist-types/commands/DescribeEndpointsCommand.d.ts +16 -0
  76. package/dist-types/commands/DisassociateCertificateCommand.d.ts +16 -0
  77. package/dist-types/commands/GetJobCommand.d.ts +16 -0
  78. package/dist-types/commands/GetJobTemplateCommand.d.ts +16 -0
  79. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  80. package/dist-types/commands/GetPresetCommand.d.ts +16 -0
  81. package/dist-types/commands/GetQueueCommand.d.ts +16 -0
  82. package/dist-types/commands/ListJobTemplatesCommand.d.ts +16 -0
  83. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListPresetsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListQueuesCommand.d.ts +16 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  87. package/dist-types/commands/PutPolicyCommand.d.ts +16 -0
  88. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  89. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdatePresetCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateQueueCommand.d.ts +16 -0
  93. package/dist-types/models/MediaConvertServiceException.d.ts +2 -0
  94. package/dist-types/models/models_0.d.ts +687 -429
  95. package/dist-types/models/models_1.d.ts +759 -357
  96. package/dist-types/models/models_2.d.ts +110 -132
  97. package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/Interfaces.d.ts +3 -0
  99. package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListPresetsPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListQueuesPaginator.d.ts +3 -0
  103. package/dist-types/ts3.4/models/models_0.d.ts +0 -285
  104. package/dist-types/ts3.4/models/models_1.d.ts +0 -213
  105. package/dist-types/ts3.4/models/models_2.d.ts +0 -95
  106. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListQueuesCommand}.
8
10
  */
9
11
  export interface ListQueuesCommandInput extends ListQueuesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListQueuesCommand}.
13
17
  */
14
18
  export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListQueuesCommandInput - {@link ListQueuesCommandInput}
34
+ * @returns {@link ListQueuesCommandOutput}
28
35
  * @see {@link ListQueuesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListQueuesCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB
52
59
  export declare class ListQueuesCommand extends $Command<ListQueuesCommandInput, ListQueuesCommandOutput, MediaConvertClientResolvedConfig> {
53
60
  readonly input: ListQueuesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListQueuesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueuesCommandInput, ListQueuesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieve the tags for a MediaConvert resource.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
52
59
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaConvertClientResolvedConfig> {
53
60
  readonly input: ListTagsForResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListTagsForResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { PutPolicyRequest, PutPolicyResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutPolicyCommand}.
8
10
  */
9
11
  export interface PutPolicyCommandInput extends PutPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutPolicyCommand}.
13
17
  */
14
18
  export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Create or change your policy. For more information about policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutPolicyCommandInput - {@link PutPolicyCommandInput}
34
+ * @returns {@link PutPolicyCommandOutput}
28
35
  * @see {@link PutPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link PutPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
@@ -52,11 +59,20 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea
52
59
  export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, MediaConvertClientResolvedConfig> {
53
60
  readonly input: PutPolicyCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: PutPolicyCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPolicyCommandInput, PutPolicyCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Add tags to a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
@@ -52,11 +59,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
52
59
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaConvertClientResolvedConfig> {
53
60
  readonly input: TagResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: TagResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Remove tags from a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
52
59
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaConvertClientResolvedConfig> {
53
60
  readonly input: UntagResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UntagResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { UpdateJobTemplateRequest, UpdateJobTemplateResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateJobTemplateCommand}.
8
10
  */
9
11
  export interface UpdateJobTemplateCommandInput extends UpdateJobTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateJobTemplateCommand}.
13
17
  */
14
18
  export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Modify one of your existing job templates.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateJobTemplateCommandInput - {@link UpdateJobTemplateCommandInput}
34
+ * @returns {@link UpdateJobTemplateCommandOutput}
28
35
  * @see {@link UpdateJobTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateJobTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
52
59
  export declare class UpdateJobTemplateCommand extends $Command<UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
53
60
  readonly input: UpdateJobTemplateCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateJobTemplateCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { UpdatePresetRequest, UpdatePresetResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePresetCommand}.
8
10
  */
9
11
  export interface UpdatePresetCommandInput extends UpdatePresetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePresetCommand}.
13
17
  */
14
18
  export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Modify one of your existing presets.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdatePresetCommandInput - {@link UpdatePresetCommandInput}
34
+ * @returns {@link UpdatePresetCommandOutput}
28
35
  * @see {@link UpdatePresetCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdatePresetCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
52
59
  export declare class UpdatePresetCommand extends $Command<UpdatePresetCommandInput, UpdatePresetCommandOutput, MediaConvertClientResolvedConfig> {
53
60
  readonly input: UpdatePresetCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdatePresetCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePresetCommandInput, UpdatePresetCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_2";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateQueueCommand}.
8
10
  */
9
11
  export interface UpdateQueueCommandInput extends UpdateQueueRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateQueueCommand}.
13
17
  */
14
18
  export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Modify one of your existing queues.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateQueueCommandInput - {@link UpdateQueueCommandInput}
34
+ * @returns {@link UpdateQueueCommandOutput}
28
35
  * @see {@link UpdateQueueCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateQueueCommandOutput} for command's `response` shape.
30
37
  * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __Metadat
52
59
  export declare class UpdateQueueCommand extends $Command<UpdateQueueCommandInput, UpdateQueueCommandOutput, MediaConvertClientResolvedConfig> {
53
60
  readonly input: UpdateQueueCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateQueueCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateQueueCommandInput, UpdateQueueCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from MediaConvert service.
4
6
  */
5
7
  export declare class MediaConvertServiceException extends __ServiceException {