@aws-sdk/client-mediaconvert 3.477.0 → 3.481.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 (137) hide show
  1. package/dist-cjs/commands/AssociateCertificateCommand.js +18 -41
  2. package/dist-cjs/commands/CancelJobCommand.js +18 -41
  3. package/dist-cjs/commands/CreateJobCommand.js +18 -41
  4. package/dist-cjs/commands/CreateJobTemplateCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePresetCommand.js +18 -41
  6. package/dist-cjs/commands/CreateQueueCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteJobTemplateCommand.js +18 -41
  8. package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
  9. package/dist-cjs/commands/DeletePresetCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteQueueCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeEndpointsCommand.js +18 -41
  12. package/dist-cjs/commands/DisassociateCertificateCommand.js +18 -41
  13. package/dist-cjs/commands/GetJobCommand.js +18 -41
  14. package/dist-cjs/commands/GetJobTemplateCommand.js +18 -41
  15. package/dist-cjs/commands/GetPolicyCommand.js +18 -41
  16. package/dist-cjs/commands/GetPresetCommand.js +18 -41
  17. package/dist-cjs/commands/GetQueueCommand.js +18 -41
  18. package/dist-cjs/commands/ListJobTemplatesCommand.js +18 -41
  19. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  20. package/dist-cjs/commands/ListPresetsCommand.js +18 -41
  21. package/dist-cjs/commands/ListQueuesCommand.js +18 -41
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  23. package/dist-cjs/commands/PutPolicyCommand.js +18 -41
  24. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateJobTemplateCommand.js +18 -41
  27. package/dist-cjs/commands/UpdatePresetCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateQueueCommand.js +18 -41
  29. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  30. package/dist-cjs/pagination/DescribeEndpointsPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListJobTemplatesPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListPresetsPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListQueuesPaginator.js +2 -24
  35. package/dist-es/commands/AssociateCertificateCommand.js +18 -41
  36. package/dist-es/commands/CancelJobCommand.js +18 -41
  37. package/dist-es/commands/CreateJobCommand.js +18 -41
  38. package/dist-es/commands/CreateJobTemplateCommand.js +18 -41
  39. package/dist-es/commands/CreatePresetCommand.js +18 -41
  40. package/dist-es/commands/CreateQueueCommand.js +18 -41
  41. package/dist-es/commands/DeleteJobTemplateCommand.js +18 -41
  42. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  43. package/dist-es/commands/DeletePresetCommand.js +18 -41
  44. package/dist-es/commands/DeleteQueueCommand.js +18 -41
  45. package/dist-es/commands/DescribeEndpointsCommand.js +18 -41
  46. package/dist-es/commands/DisassociateCertificateCommand.js +18 -41
  47. package/dist-es/commands/GetJobCommand.js +18 -41
  48. package/dist-es/commands/GetJobTemplateCommand.js +18 -41
  49. package/dist-es/commands/GetPolicyCommand.js +18 -41
  50. package/dist-es/commands/GetPresetCommand.js +18 -41
  51. package/dist-es/commands/GetQueueCommand.js +18 -41
  52. package/dist-es/commands/ListJobTemplatesCommand.js +18 -41
  53. package/dist-es/commands/ListJobsCommand.js +18 -41
  54. package/dist-es/commands/ListPresetsCommand.js +18 -41
  55. package/dist-es/commands/ListQueuesCommand.js +18 -41
  56. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  57. package/dist-es/commands/PutPolicyCommand.js +18 -41
  58. package/dist-es/commands/TagResourceCommand.js +18 -41
  59. package/dist-es/commands/UntagResourceCommand.js +18 -41
  60. package/dist-es/commands/UpdateJobTemplateCommand.js +18 -41
  61. package/dist-es/commands/UpdatePresetCommand.js +18 -41
  62. package/dist-es/commands/UpdateQueueCommand.js +18 -41
  63. package/dist-es/endpoint/EndpointParameters.js +6 -0
  64. package/dist-es/pagination/DescribeEndpointsPaginator.js +2 -23
  65. package/dist-es/pagination/ListJobTemplatesPaginator.js +2 -23
  66. package/dist-es/pagination/ListJobsPaginator.js +2 -23
  67. package/dist-es/pagination/ListPresetsPaginator.js +2 -23
  68. package/dist-es/pagination/ListQueuesPaginator.js +2 -23
  69. package/dist-types/commands/AssociateCertificateCommand.d.ts +6 -21
  70. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateJobCommand.d.ts +6 -21
  72. package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -21
  73. package/dist-types/commands/CreatePresetCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateQueueCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +6 -21
  76. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  77. package/dist-types/commands/DeletePresetCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteQueueCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -21
  80. package/dist-types/commands/DisassociateCertificateCommand.d.ts +6 -21
  81. package/dist-types/commands/GetJobCommand.d.ts +6 -21
  82. package/dist-types/commands/GetJobTemplateCommand.d.ts +6 -21
  83. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  84. package/dist-types/commands/GetPresetCommand.d.ts +6 -21
  85. package/dist-types/commands/GetQueueCommand.d.ts +6 -21
  86. package/dist-types/commands/ListJobTemplatesCommand.d.ts +6 -21
  87. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListPresetsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListQueuesCommand.d.ts +6 -21
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  91. package/dist-types/commands/PutPolicyCommand.d.ts +6 -21
  92. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  93. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdatePresetCommand.d.ts +6 -21
  96. package/dist-types/commands/UpdateQueueCommand.d.ts +6 -21
  97. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  98. package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListPresetsPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
  116. package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  132. package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +3 -3
  133. package/dist-types/ts3.4/pagination/ListJobTemplatesPaginator.d.ts +3 -3
  134. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
  135. package/dist-types/ts3.4/pagination/ListPresetsPaginator.d.ts +3 -3
  136. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +3 -3
  137. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateJobTemplateCommandInput extends CreateJobTemplateRequest
21
20
  */
22
21
  export interface CreateJobTemplateCommandOutput extends CreateJobTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateJobTemplateCommand_base: {
24
+ new (input: CreateJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Create a new job template. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
@@ -2892,23 +2895,5 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
2892
2895
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
2893
2896
  *
2894
2897
  */
2895
- export declare class CreateJobTemplateCommand extends $Command<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
2896
- readonly input: CreateJobTemplateCommandInput;
2897
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
2898
- /**
2899
- * @public
2900
- */
2901
- constructor(input: CreateJobTemplateCommandInput);
2902
- /**
2903
- * @internal
2904
- */
2905
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput>;
2906
- /**
2907
- * @internal
2908
- */
2909
- private serialize;
2910
- /**
2911
- * @internal
2912
- */
2913
- private deserialize;
2898
+ export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
2914
2899
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePresetCommandInput extends CreatePresetRequest {
21
20
  */
22
21
  export interface CreatePresetCommandOutput extends CreatePresetResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreatePresetCommand_base: {
24
+ new (input: CreatePresetCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Create a new preset. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
@@ -1654,23 +1657,5 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
1654
1657
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1655
1658
  *
1656
1659
  */
1657
- export declare class CreatePresetCommand extends $Command<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig> {
1658
- readonly input: CreatePresetCommandInput;
1659
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
1660
- /**
1661
- * @public
1662
- */
1663
- constructor(input: CreatePresetCommandInput);
1664
- /**
1665
- * @internal
1666
- */
1667
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePresetCommandInput, CreatePresetCommandOutput>;
1668
- /**
1669
- * @internal
1670
- */
1671
- private serialize;
1672
- /**
1673
- * @internal
1674
- */
1675
- private deserialize;
1660
+ export declare class CreatePresetCommand extends CreatePresetCommand_base {
1676
1661
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { CreateQueueRequest, CreateQueueResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateQueueCommandInput extends CreateQueueRequest {
21
20
  */
22
21
  export interface CreateQueueCommandOutput extends CreateQueueResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateQueueCommand_base: {
24
+ new (input: CreateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Create a new transcoding queue. For information about queues, see Working With Queues in the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html
@@ -99,23 +102,5 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
99
102
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
100
103
  *
101
104
  */
102
- export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig> {
103
- readonly input: CreateQueueCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: CreateQueueCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateQueueCommandInput, CreateQueueCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class CreateQueueCommand extends CreateQueueCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteJobTemplateCommandInput extends DeleteJobTemplateRequest
21
20
  */
22
21
  export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteJobTemplateCommand_base: {
24
+ new (input: DeleteJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Permanently delete a job template you have created.
@@ -67,23 +70,5 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
67
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteJobTemplateCommand extends $Command<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
71
- readonly input: DeleteJobTemplateCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteJobTemplateCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePolicyCommandInput extends DeletePolicyRequest {
21
20
  */
22
21
  export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePolicyCommand_base: {
24
+ new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Permanently delete a policy that you created.
@@ -65,23 +68,5 @@ export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __Metad
65
68
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
66
69
  *
67
70
  */
68
- export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig> {
69
- readonly input: DeletePolicyCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeletePolicyCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DeletePresetRequest, DeletePresetResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePresetCommandInput extends DeletePresetRequest {
21
20
  */
22
21
  export interface DeletePresetCommandOutput extends DeletePresetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePresetCommand_base: {
24
+ new (input: DeletePresetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Permanently delete a preset you have created.
@@ -67,23 +70,5 @@ export interface DeletePresetCommandOutput extends DeletePresetResponse, __Metad
67
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
68
71
  *
69
72
  */
70
- export declare class DeletePresetCommand extends $Command<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig> {
71
- readonly input: DeletePresetCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeletePresetCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePresetCommandInput, DeletePresetCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeletePresetCommand extends DeletePresetCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DeleteQueueRequest, DeleteQueueResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteQueueCommandInput extends DeleteQueueRequest {
21
20
  */
22
21
  export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteQueueCommand_base: {
24
+ new (input: DeleteQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Permanently delete a queue you have created.
@@ -67,23 +70,5 @@ export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __Metadat
67
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteQueueCommand extends $Command<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig> {
71
- readonly input: DeleteQueueCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteQueueCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQueueCommandInput, DeleteQueueCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeEndpointsCommandInput extends DescribeEndpointsRequest
21
20
  */
22
21
  export interface DescribeEndpointsCommandOutput extends DescribeEndpointsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeEndpointsCommand_base: {
24
+ new (input: DescribeEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Send an request with an empty body to the regional API endpoint to get your account API endpoint.
@@ -76,23 +79,5 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
76
79
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
77
80
  *
78
81
  */
79
- export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig> {
80
- readonly input: DescribeEndpointsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DescribeEndpointsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateCertificateCommandInput extends DisassociateCertifi
21
20
  */
22
21
  export interface DisassociateCertificateCommandOutput extends DisassociateCertificateResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateCertificateCommand_base: {
24
+ new (input: DisassociateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
@@ -67,23 +70,5 @@ export interface DisassociateCertificateCommandOutput extends DisassociateCertif
67
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
68
71
  *
69
72
  */
70
- export declare class DisassociateCertificateCommand extends $Command<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, MediaConvertClientResolvedConfig> {
71
- readonly input: DisassociateCertificateCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DisassociateCertificateCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { GetJobRequest, GetJobResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetJobCommandInput extends GetJobRequest {
21
20
  */
22
21
  export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetJobCommand_base: {
24
+ new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Retrieve the JSON for a specific transcoding job.
@@ -1545,23 +1548,5 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
1545
1548
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1546
1549
  *
1547
1550
  */
1548
- export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, MediaConvertClientResolvedConfig> {
1549
- readonly input: GetJobCommandInput;
1550
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
1551
- /**
1552
- * @public
1553
- */
1554
- constructor(input: GetJobCommandInput);
1555
- /**
1556
- * @internal
1557
- */
1558
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobCommandInput, GetJobCommandOutput>;
1559
- /**
1560
- * @internal
1561
- */
1562
- private serialize;
1563
- /**
1564
- * @internal
1565
- */
1566
- private deserialize;
1551
+ export declare class GetJobCommand extends GetJobCommand_base {
1567
1552
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetJobTemplateCommandInput extends GetJobTemplateRequest {
21
20
  */
22
21
  export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetJobTemplateCommand_base: {
24
+ new (input: GetJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobTemplateCommandInput, GetJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Retrieve the JSON for a specific job template.
@@ -1482,23 +1485,5 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
1482
1485
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1483
1486
  *
1484
1487
  */
1485
- export declare class GetJobTemplateCommand extends $Command<GetJobTemplateCommandInput, GetJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
1486
- readonly input: GetJobTemplateCommandInput;
1487
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
1488
- /**
1489
- * @public
1490
- */
1491
- constructor(input: GetJobTemplateCommandInput);
1492
- /**
1493
- * @internal
1494
- */
1495
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobTemplateCommandInput, GetJobTemplateCommandOutput>;
1496
- /**
1497
- * @internal
1498
- */
1499
- private serialize;
1500
- /**
1501
- * @internal
1502
- */
1503
- private deserialize;
1488
+ export declare class GetJobTemplateCommand extends GetJobTemplateCommand_base {
1504
1489
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {
21
20
  */
22
21
  export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPolicyCommand_base: {
24
+ new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Retrieve the JSON for your policy.
@@ -71,23 +74,5 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
71
74
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
75
  *
73
76
  */
74
- export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, MediaConvertClientResolvedConfig> {
75
- readonly input: GetPolicyCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetPolicyCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetPolicyCommand extends GetPolicyCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { GetPresetRequest, GetPresetResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPresetCommandInput extends GetPresetRequest {
21
20
  */
22
21
  export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPresetCommand_base: {
24
+ new (input: GetPresetCommandInput): import("@smithy/smithy-client").CommandImpl<GetPresetCommandInput, GetPresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Retrieve the JSON for a specific preset.
@@ -863,23 +866,5 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea
863
866
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
864
867
  *
865
868
  */
866
- export declare class GetPresetCommand extends $Command<GetPresetCommandInput, GetPresetCommandOutput, MediaConvertClientResolvedConfig> {
867
- readonly input: GetPresetCommandInput;
868
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
869
- /**
870
- * @public
871
- */
872
- constructor(input: GetPresetCommandInput);
873
- /**
874
- * @internal
875
- */
876
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPresetCommandInput, GetPresetCommandOutput>;
877
- /**
878
- * @internal
879
- */
880
- private serialize;
881
- /**
882
- * @internal
883
- */
884
- private deserialize;
869
+ export declare class GetPresetCommand extends GetPresetCommand_base {
885
870
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { GetQueueRequest, GetQueueResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetQueueCommandInput extends GetQueueRequest {
21
20
  */
22
21
  export interface GetQueueCommandOutput extends GetQueueResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetQueueCommand_base: {
24
+ new (input: GetQueueCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueCommandInput, GetQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Retrieve the JSON for a specific queue.
@@ -88,23 +91,5 @@ export interface GetQueueCommandOutput extends GetQueueResponse, __MetadataBeare
88
91
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
89
92
  *
90
93
  */
91
- export declare class GetQueueCommand extends $Command<GetQueueCommandInput, GetQueueCommandOutput, MediaConvertClientResolvedConfig> {
92
- readonly input: GetQueueCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: GetQueueCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQueueCommandInput, GetQueueCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class GetQueueCommand extends GetQueueCommand_base {
110
95
  }