@aws-sdk/client-mediaconvert 3.335.0 → 3.338.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 (125) hide show
  1. package/dist-cjs/MediaConvertClient.js +2 -1
  2. package/dist-cjs/commands/AssociateCertificateCommand.js +2 -1
  3. package/dist-cjs/commands/CancelJobCommand.js +2 -1
  4. package/dist-cjs/commands/CreateJobCommand.js +2 -1
  5. package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -1
  6. package/dist-cjs/commands/CreatePresetCommand.js +2 -1
  7. package/dist-cjs/commands/CreateQueueCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -1
  9. package/dist-cjs/commands/DeletePolicyCommand.js +2 -1
  10. package/dist-cjs/commands/DeletePresetCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteQueueCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -1
  13. package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -1
  14. package/dist-cjs/commands/GetJobCommand.js +2 -1
  15. package/dist-cjs/commands/GetJobTemplateCommand.js +2 -1
  16. package/dist-cjs/commands/GetPolicyCommand.js +2 -1
  17. package/dist-cjs/commands/GetPresetCommand.js +2 -1
  18. package/dist-cjs/commands/GetQueueCommand.js +2 -1
  19. package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -1
  20. package/dist-cjs/commands/ListJobsCommand.js +2 -1
  21. package/dist-cjs/commands/ListPresetsCommand.js +2 -1
  22. package/dist-cjs/commands/ListQueuesCommand.js +2 -1
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  24. package/dist-cjs/commands/PutPolicyCommand.js +2 -1
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -1
  28. package/dist-cjs/commands/UpdatePresetCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateQueueCommand.js +2 -1
  30. package/dist-cjs/index.js +2 -2
  31. package/dist-cjs/models/MediaConvertServiceException.js +2 -1
  32. package/dist-es/MediaConvertClient.js +1 -0
  33. package/dist-es/commands/AssociateCertificateCommand.js +1 -0
  34. package/dist-es/commands/CancelJobCommand.js +1 -0
  35. package/dist-es/commands/CreateJobCommand.js +1 -0
  36. package/dist-es/commands/CreateJobTemplateCommand.js +1 -0
  37. package/dist-es/commands/CreatePresetCommand.js +1 -0
  38. package/dist-es/commands/CreateQueueCommand.js +1 -0
  39. package/dist-es/commands/DeleteJobTemplateCommand.js +1 -0
  40. package/dist-es/commands/DeletePolicyCommand.js +1 -0
  41. package/dist-es/commands/DeletePresetCommand.js +1 -0
  42. package/dist-es/commands/DeleteQueueCommand.js +1 -0
  43. package/dist-es/commands/DescribeEndpointsCommand.js +1 -0
  44. package/dist-es/commands/DisassociateCertificateCommand.js +1 -0
  45. package/dist-es/commands/GetJobCommand.js +1 -0
  46. package/dist-es/commands/GetJobTemplateCommand.js +1 -0
  47. package/dist-es/commands/GetPolicyCommand.js +1 -0
  48. package/dist-es/commands/GetPresetCommand.js +1 -0
  49. package/dist-es/commands/GetQueueCommand.js +1 -0
  50. package/dist-es/commands/ListJobTemplatesCommand.js +1 -0
  51. package/dist-es/commands/ListJobsCommand.js +1 -0
  52. package/dist-es/commands/ListPresetsCommand.js +1 -0
  53. package/dist-es/commands/ListQueuesCommand.js +1 -0
  54. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  55. package/dist-es/commands/PutPolicyCommand.js +1 -0
  56. package/dist-es/commands/TagResourceCommand.js +1 -0
  57. package/dist-es/commands/UntagResourceCommand.js +1 -0
  58. package/dist-es/commands/UpdateJobTemplateCommand.js +1 -0
  59. package/dist-es/commands/UpdatePresetCommand.js +1 -0
  60. package/dist-es/commands/UpdateQueueCommand.js +1 -0
  61. package/dist-es/index.js +2 -2
  62. package/dist-es/models/MediaConvertServiceException.js +1 -0
  63. package/dist-types/MediaConvertClient.d.ts +3 -3
  64. package/dist-types/commands/AssociateCertificateCommand.d.ts +4 -0
  65. package/dist-types/commands/CancelJobCommand.d.ts +4 -0
  66. package/dist-types/commands/CreateJobCommand.d.ts +4 -0
  67. package/dist-types/commands/CreateJobTemplateCommand.d.ts +4 -0
  68. package/dist-types/commands/CreatePresetCommand.d.ts +4 -0
  69. package/dist-types/commands/CreateQueueCommand.d.ts +4 -0
  70. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +4 -0
  71. package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
  72. package/dist-types/commands/DeletePresetCommand.d.ts +4 -0
  73. package/dist-types/commands/DeleteQueueCommand.d.ts +4 -0
  74. package/dist-types/commands/DescribeEndpointsCommand.d.ts +4 -0
  75. package/dist-types/commands/DisassociateCertificateCommand.d.ts +4 -0
  76. package/dist-types/commands/GetJobCommand.d.ts +4 -0
  77. package/dist-types/commands/GetJobTemplateCommand.d.ts +4 -0
  78. package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
  79. package/dist-types/commands/GetPresetCommand.d.ts +4 -0
  80. package/dist-types/commands/GetQueueCommand.d.ts +4 -0
  81. package/dist-types/commands/ListJobTemplatesCommand.d.ts +4 -0
  82. package/dist-types/commands/ListJobsCommand.d.ts +4 -0
  83. package/dist-types/commands/ListPresetsCommand.d.ts +4 -0
  84. package/dist-types/commands/ListQueuesCommand.d.ts +4 -0
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  86. package/dist-types/commands/PutPolicyCommand.d.ts +4 -0
  87. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  88. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  89. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +4 -0
  90. package/dist-types/commands/UpdatePresetCommand.d.ts +4 -0
  91. package/dist-types/commands/UpdateQueueCommand.d.ts +4 -0
  92. package/dist-types/index.d.ts +7 -2
  93. package/dist-types/models/MediaConvertServiceException.d.ts +1 -0
  94. package/dist-types/ts3.4/MediaConvertClient.d.ts +3 -3
  95. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/index.d.ts +2 -2
  124. package/dist-types/ts3.4/models/MediaConvertServiceException.d.ts +1 -0
  125. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListQueuesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PutPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateJobTemplateCommand, se_UpdateJobTemplateCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateJobTemplateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdatePresetCommand, se_UpdatePresetCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdatePresetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateQueueCommand, se_UpdateQueueCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateQueueCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./MediaConvert";
2
1
  export * from "./MediaConvertClient";
2
+ export * from "./MediaConvert";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { MediaConvertServiceException } from "./models/MediaConvertServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class MediaConvertServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -37,6 +37,7 @@ import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from ".
37
37
  import { UpdatePresetCommandInput, UpdatePresetCommandOutput } from "./commands/UpdatePresetCommand";
38
38
  import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
39
39
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
40
+ export { __Client };
40
41
  /**
41
42
  * @public
42
43
  */
@@ -151,7 +152,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
151
152
  /**
152
153
  * @public
153
154
  */
154
- type MediaConvertClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
155
+ export type MediaConvertClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
155
156
  /**
156
157
  * @public
157
158
  *
@@ -162,7 +163,7 @@ export interface MediaConvertClientConfig extends MediaConvertClientConfigType {
162
163
  /**
163
164
  * @public
164
165
  */
165
- type MediaConvertClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
166
+ export type MediaConvertClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
166
167
  /**
167
168
  * @public
168
169
  *
@@ -187,4 +188,3 @@ export declare class MediaConvertClient extends __Client<__HttpHandlerOptions, S
187
188
  */
188
189
  destroy(): void;
189
190
  }
190
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { AssociateCertificateRequest, AssociateCertificateResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { CancelJobRequest, CancelJobResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { CreateJobRequest, CreateJobResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { CreateQueueRequest, CreateQueueResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { DeletePresetRequest, DeletePresetResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { DeleteQueueRequest, DeleteQueueResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { GetJobRequest, GetJobResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { GetPresetRequest, GetPresetResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { GetQueueRequest, GetQueueResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { ListJobsRequest, ListJobsResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { ListPresetsRequest, ListPresetsResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { PutPolicyRequest, PutPolicyResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { UpdateJobTemplateRequest, UpdateJobTemplateResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { UpdatePresetRequest, UpdatePresetResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
5
  import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_2";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,11 @@
1
- export * from "./MediaConvert";
1
+ /**
2
+ * AWS Elemental MediaConvert
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./MediaConvertClient";
7
+ export * from "./MediaConvert";
3
8
  export * from "./commands";
4
- export * from "./models";
5
9
  export * from "./pagination";
10
+ export * from "./models";
6
11
  export { MediaConvertServiceException } from "./models/MediaConvertServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -163,6 +163,7 @@ import {
163
163
  ClientResolvedEndpointParameters,
164
164
  EndpointParameters,
165
165
  } from "./endpoint/EndpointParameters";
166
+ export { __Client };
166
167
  export type ServiceInputTypes =
167
168
  | AssociateCertificateCommandInput
168
169
  | CancelJobCommandInput
@@ -245,7 +246,7 @@ export interface ClientDefaults
245
246
  logger?: __Logger;
246
247
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
247
248
  }
248
- type MediaConvertClientConfigType = Partial<
249
+ export type MediaConvertClientConfigType = Partial<
249
250
  __SmithyConfiguration<__HttpHandlerOptions>
250
251
  > &
251
252
  ClientDefaults &
@@ -258,7 +259,7 @@ type MediaConvertClientConfigType = Partial<
258
259
  ClientInputEndpointParameters;
259
260
  export interface MediaConvertClientConfig
260
261
  extends MediaConvertClientConfigType {}
261
- type MediaConvertClientResolvedConfigType =
262
+ export type MediaConvertClientResolvedConfigType =
262
263
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
263
264
  Required<ClientDefaults> &
264
265
  RegionResolvedConfig &
@@ -280,4 +281,3 @@ export declare class MediaConvertClient extends __Client<
280
281
  constructor(configuration: MediaConvertClientConfig);
281
282
  destroy(): void;
282
283
  }
283
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AssociateCertificateRequest,
16
16
  AssociateCertificateResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateCertificateCommandInput
19
20
  extends AssociateCertificateRequest {}
20
21
  export interface AssociateCertificateCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaConvertClient";
14
14
  import { CancelJobRequest, CancelJobResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CancelJobCommandInput extends CancelJobRequest {}
16
17
  export interface CancelJobCommandOutput
17
18
  extends CancelJobResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaConvertClient";
14
14
  import { CreateJobRequest, CreateJobResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateJobCommandInput extends CreateJobRequest {}
16
17
  export interface CreateJobCommandOutput
17
18
  extends CreateJobResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateJobTemplateRequest,
16
16
  CreateJobTemplateResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateJobTemplateCommandInput
19
20
  extends CreateJobTemplateRequest {}
20
21
  export interface CreateJobTemplateCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaConvertClient";
14
14
  import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreatePresetCommandInput extends CreatePresetRequest {}
16
17
  export interface CreatePresetCommandOutput
17
18
  extends CreatePresetResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaConvertClient";
14
14
  import { CreateQueueRequest, CreateQueueResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateQueueCommandInput extends CreateQueueRequest {}
16
17
  export interface CreateQueueCommandOutput
17
18
  extends CreateQueueResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteJobTemplateRequest,
16
16
  DeleteJobTemplateResponse,
17
17
  } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteJobTemplateCommandInput
19
20
  extends DeleteJobTemplateRequest {}
20
21
  export interface DeleteJobTemplateCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaConvertClient";
14
14
  import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
16
17
  export interface DeletePolicyCommandOutput
17
18
  extends DeletePolicyResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaConvertClient";
14
14
  import { DeletePresetRequest, DeletePresetResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeletePresetCommandInput extends DeletePresetRequest {}
16
17
  export interface DeletePresetCommandOutput
17
18
  extends DeletePresetResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaConvertClient";
14
14
  import { DeleteQueueRequest, DeleteQueueResponse } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteQueueCommandInput extends DeleteQueueRequest {}
16
17
  export interface DeleteQueueCommandOutput
17
18
  extends DeleteQueueResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEndpointsRequest,
16
16
  DescribeEndpointsResponse,
17
17
  } from "../models/models_2";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEndpointsCommandInput
19
20
  extends DescribeEndpointsRequest {}
20
21
  export interface DescribeEndpointsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DisassociateCertificateRequest,
16
16
  DisassociateCertificateResponse,
17
17
  } from "../models/models_2";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateCertificateCommandInput
19
20
  extends DisassociateCertificateRequest {}
20
21
  export interface DisassociateCertificateCommandOutput