@aws-sdk/client-mediaconvert 3.716.0 → 3.723.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -234,6 +234,7 @@ __export(src_exports, {
234
234
  H264Telecine: () => H264Telecine,
235
235
  H264TemporalAdaptiveQuantization: () => H264TemporalAdaptiveQuantization,
236
236
  H264UnregisteredSeiTimecode: () => H264UnregisteredSeiTimecode,
237
+ H264WriteMp4PackagingType: () => H264WriteMp4PackagingType,
237
238
  H265AdaptiveQuantization: () => H265AdaptiveQuantization,
238
239
  H265AlternateTransferFunctionSei: () => H265AlternateTransferFunctionSei,
239
240
  H265CodecLevel: () => H265CodecLevel,
@@ -596,7 +597,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
596
597
  }, "resolveRuntimeExtensions");
597
598
 
598
599
  // src/MediaConvertClient.ts
599
- var _MediaConvertClient = class _MediaConvertClient extends import_smithy_client.Client {
600
+ var MediaConvertClient = class extends import_smithy_client.Client {
601
+ static {
602
+ __name(this, "MediaConvertClient");
603
+ }
604
+ /**
605
+ * The resolved configuration of MediaConvertClient class. This is resolved and normalized from the {@link MediaConvertClientConfig | constructor configuration interface}.
606
+ */
607
+ config;
600
608
  constructor(...[configuration]) {
601
609
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
602
610
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -606,7 +614,7 @@ var _MediaConvertClient = class _MediaConvertClient extends import_smithy_client
606
614
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
607
615
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
608
616
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
609
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
617
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
610
618
  super(_config_8);
611
619
  this.config = _config_8;
612
620
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -634,8 +642,6 @@ var _MediaConvertClient = class _MediaConvertClient extends import_smithy_client
634
642
  super.destroy();
635
643
  }
636
644
  };
637
- __name(_MediaConvertClient, "MediaConvertClient");
638
- var MediaConvertClient = _MediaConvertClient;
639
645
 
640
646
  // src/MediaConvert.ts
641
647
 
@@ -653,7 +659,10 @@ var import_uuid = require("uuid");
653
659
 
654
660
  // src/models/MediaConvertServiceException.ts
655
661
 
656
- var _MediaConvertServiceException = class _MediaConvertServiceException extends import_smithy_client.ServiceException {
662
+ var MediaConvertServiceException = class _MediaConvertServiceException extends import_smithy_client.ServiceException {
663
+ static {
664
+ __name(this, "MediaConvertServiceException");
665
+ }
657
666
  /**
658
667
  * @internal
659
668
  */
@@ -662,10 +671,11 @@ var _MediaConvertServiceException = class _MediaConvertServiceException extends
662
671
  Object.setPrototypeOf(this, _MediaConvertServiceException.prototype);
663
672
  }
664
673
  };
665
- __name(_MediaConvertServiceException, "MediaConvertServiceException");
666
- var MediaConvertServiceException = _MediaConvertServiceException;
667
674
 
668
675
  // src/models/models_2.ts
676
+ var Commitment = {
677
+ ONE_YEAR: "ONE_YEAR"
678
+ };
669
679
  var RenewalType = {
670
680
  AUTO_RENEW: "AUTO_RENEW",
671
681
  EXPIRE: "EXPIRE"
@@ -678,7 +688,13 @@ var QueueStatus = {
678
688
  ACTIVE: "ACTIVE",
679
689
  PAUSED: "PAUSED"
680
690
  };
681
- var _BadRequestException = class _BadRequestException extends MediaConvertServiceException {
691
+ var BadRequestException = class _BadRequestException extends MediaConvertServiceException {
692
+ static {
693
+ __name(this, "BadRequestException");
694
+ }
695
+ name = "BadRequestException";
696
+ $fault = "client";
697
+ Message;
682
698
  /**
683
699
  * @internal
684
700
  */
@@ -688,15 +704,17 @@ var _BadRequestException = class _BadRequestException extends MediaConvertServic
688
704
  $fault: "client",
689
705
  ...opts
690
706
  });
691
- this.name = "BadRequestException";
692
- this.$fault = "client";
693
707
  Object.setPrototypeOf(this, _BadRequestException.prototype);
694
708
  this.Message = opts.Message;
695
709
  }
696
710
  };
697
- __name(_BadRequestException, "BadRequestException");
698
- var BadRequestException = _BadRequestException;
699
- var _ConflictException = class _ConflictException extends MediaConvertServiceException {
711
+ var ConflictException = class _ConflictException extends MediaConvertServiceException {
712
+ static {
713
+ __name(this, "ConflictException");
714
+ }
715
+ name = "ConflictException";
716
+ $fault = "client";
717
+ Message;
700
718
  /**
701
719
  * @internal
702
720
  */
@@ -706,15 +724,17 @@ var _ConflictException = class _ConflictException extends MediaConvertServiceExc
706
724
  $fault: "client",
707
725
  ...opts
708
726
  });
709
- this.name = "ConflictException";
710
- this.$fault = "client";
711
727
  Object.setPrototypeOf(this, _ConflictException.prototype);
712
728
  this.Message = opts.Message;
713
729
  }
714
730
  };
715
- __name(_ConflictException, "ConflictException");
716
- var ConflictException = _ConflictException;
717
- var _ForbiddenException = class _ForbiddenException extends MediaConvertServiceException {
731
+ var ForbiddenException = class _ForbiddenException extends MediaConvertServiceException {
732
+ static {
733
+ __name(this, "ForbiddenException");
734
+ }
735
+ name = "ForbiddenException";
736
+ $fault = "client";
737
+ Message;
718
738
  /**
719
739
  * @internal
720
740
  */
@@ -724,15 +744,17 @@ var _ForbiddenException = class _ForbiddenException extends MediaConvertServiceE
724
744
  $fault: "client",
725
745
  ...opts
726
746
  });
727
- this.name = "ForbiddenException";
728
- this.$fault = "client";
729
747
  Object.setPrototypeOf(this, _ForbiddenException.prototype);
730
748
  this.Message = opts.Message;
731
749
  }
732
750
  };
733
- __name(_ForbiddenException, "ForbiddenException");
734
- var ForbiddenException = _ForbiddenException;
735
- var _InternalServerErrorException = class _InternalServerErrorException extends MediaConvertServiceException {
751
+ var InternalServerErrorException = class _InternalServerErrorException extends MediaConvertServiceException {
752
+ static {
753
+ __name(this, "InternalServerErrorException");
754
+ }
755
+ name = "InternalServerErrorException";
756
+ $fault = "server";
757
+ Message;
736
758
  /**
737
759
  * @internal
738
760
  */
@@ -742,15 +764,17 @@ var _InternalServerErrorException = class _InternalServerErrorException extends
742
764
  $fault: "server",
743
765
  ...opts
744
766
  });
745
- this.name = "InternalServerErrorException";
746
- this.$fault = "server";
747
767
  Object.setPrototypeOf(this, _InternalServerErrorException.prototype);
748
768
  this.Message = opts.Message;
749
769
  }
750
770
  };
751
- __name(_InternalServerErrorException, "InternalServerErrorException");
752
- var InternalServerErrorException = _InternalServerErrorException;
753
- var _NotFoundException = class _NotFoundException extends MediaConvertServiceException {
771
+ var NotFoundException = class _NotFoundException extends MediaConvertServiceException {
772
+ static {
773
+ __name(this, "NotFoundException");
774
+ }
775
+ name = "NotFoundException";
776
+ $fault = "client";
777
+ Message;
754
778
  /**
755
779
  * @internal
756
780
  */
@@ -760,15 +784,17 @@ var _NotFoundException = class _NotFoundException extends MediaConvertServiceExc
760
784
  $fault: "client",
761
785
  ...opts
762
786
  });
763
- this.name = "NotFoundException";
764
- this.$fault = "client";
765
787
  Object.setPrototypeOf(this, _NotFoundException.prototype);
766
788
  this.Message = opts.Message;
767
789
  }
768
790
  };
769
- __name(_NotFoundException, "NotFoundException");
770
- var NotFoundException = _NotFoundException;
771
- var _TooManyRequestsException = class _TooManyRequestsException extends MediaConvertServiceException {
791
+ var TooManyRequestsException = class _TooManyRequestsException extends MediaConvertServiceException {
792
+ static {
793
+ __name(this, "TooManyRequestsException");
794
+ }
795
+ name = "TooManyRequestsException";
796
+ $fault = "client";
797
+ Message;
772
798
  /**
773
799
  * @internal
774
800
  */
@@ -778,14 +804,10 @@ var _TooManyRequestsException = class _TooManyRequestsException extends MediaCon
778
804
  $fault: "client",
779
805
  ...opts
780
806
  });
781
- this.name = "TooManyRequestsException";
782
- this.$fault = "client";
783
807
  Object.setPrototypeOf(this, _TooManyRequestsException.prototype);
784
808
  this.Message = opts.Message;
785
809
  }
786
810
  };
787
- __name(_TooManyRequestsException, "TooManyRequestsException");
788
- var TooManyRequestsException = _TooManyRequestsException;
789
811
  var DescribeEndpointsMode = {
790
812
  DEFAULT: "DEFAULT",
791
813
  GET_ONLY: "GET_ONLY"
@@ -2646,7 +2668,8 @@ var se_H264Settings = /* @__PURE__ */ __name((input, context) => {
2646
2668
  syntax: [, , `Syntax`],
2647
2669
  telecine: [, , `Telecine`],
2648
2670
  temporalAdaptiveQuantization: [, , `TemporalAdaptiveQuantization`],
2649
- unregisteredSeiTimecode: [, , `UnregisteredSeiTimecode`]
2671
+ unregisteredSeiTimecode: [, , `UnregisteredSeiTimecode`],
2672
+ writeMp4PackagingType: [, , `WriteMp4PackagingType`]
2650
2673
  });
2651
2674
  }, "se_H264Settings");
2652
2675
  var se_H265QvbrSettings = /* @__PURE__ */ __name((input, context) => {
@@ -4776,7 +4799,8 @@ var de_H264Settings = /* @__PURE__ */ __name((output, context) => {
4776
4799
  Syntax: [, import_smithy_client.expectString, `syntax`],
4777
4800
  Telecine: [, import_smithy_client.expectString, `telecine`],
4778
4801
  TemporalAdaptiveQuantization: [, import_smithy_client.expectString, `temporalAdaptiveQuantization`],
4779
- UnregisteredSeiTimecode: [, import_smithy_client.expectString, `unregisteredSeiTimecode`]
4802
+ UnregisteredSeiTimecode: [, import_smithy_client.expectString, `unregisteredSeiTimecode`],
4803
+ WriteMp4PackagingType: [, import_smithy_client.expectString, `writeMp4PackagingType`]
4780
4804
  });
4781
4805
  }, "de_H264Settings");
4782
4806
  var de_H265QvbrSettings = /* @__PURE__ */ __name((output, context) => {
@@ -6085,421 +6109,451 @@ var _q = "queue";
6085
6109
  var _s = "status";
6086
6110
 
6087
6111
  // src/commands/AssociateCertificateCommand.ts
6088
- var _AssociateCertificateCommand = class _AssociateCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6112
+ var AssociateCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6089
6113
  return [
6090
6114
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6091
6115
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6092
6116
  ];
6093
6117
  }).s("MediaConvert", "AssociateCertificate", {}).n("MediaConvertClient", "AssociateCertificateCommand").f(void 0, void 0).ser(se_AssociateCertificateCommand).de(de_AssociateCertificateCommand).build() {
6118
+ static {
6119
+ __name(this, "AssociateCertificateCommand");
6120
+ }
6094
6121
  };
6095
- __name(_AssociateCertificateCommand, "AssociateCertificateCommand");
6096
- var AssociateCertificateCommand = _AssociateCertificateCommand;
6097
6122
 
6098
6123
  // src/commands/CancelJobCommand.ts
6099
6124
 
6100
6125
 
6101
6126
 
6102
- var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6127
+ var CancelJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6103
6128
  return [
6104
6129
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6105
6130
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6106
6131
  ];
6107
6132
  }).s("MediaConvert", "CancelJob", {}).n("MediaConvertClient", "CancelJobCommand").f(void 0, void 0).ser(se_CancelJobCommand).de(de_CancelJobCommand).build() {
6133
+ static {
6134
+ __name(this, "CancelJobCommand");
6135
+ }
6108
6136
  };
6109
- __name(_CancelJobCommand, "CancelJobCommand");
6110
- var CancelJobCommand = _CancelJobCommand;
6111
6137
 
6112
6138
  // src/commands/CreateJobCommand.ts
6113
6139
 
6114
6140
 
6115
6141
 
6116
- var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6142
+ var CreateJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6117
6143
  return [
6118
6144
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6119
6145
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6120
6146
  ];
6121
6147
  }).s("MediaConvert", "CreateJob", {}).n("MediaConvertClient", "CreateJobCommand").f(void 0, void 0).ser(se_CreateJobCommand).de(de_CreateJobCommand).build() {
6148
+ static {
6149
+ __name(this, "CreateJobCommand");
6150
+ }
6122
6151
  };
6123
- __name(_CreateJobCommand, "CreateJobCommand");
6124
- var CreateJobCommand = _CreateJobCommand;
6125
6152
 
6126
6153
  // src/commands/CreateJobTemplateCommand.ts
6127
6154
 
6128
6155
 
6129
6156
 
6130
- var _CreateJobTemplateCommand = class _CreateJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6157
+ var CreateJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6131
6158
  return [
6132
6159
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6133
6160
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6134
6161
  ];
6135
6162
  }).s("MediaConvert", "CreateJobTemplate", {}).n("MediaConvertClient", "CreateJobTemplateCommand").f(void 0, void 0).ser(se_CreateJobTemplateCommand).de(de_CreateJobTemplateCommand).build() {
6163
+ static {
6164
+ __name(this, "CreateJobTemplateCommand");
6165
+ }
6136
6166
  };
6137
- __name(_CreateJobTemplateCommand, "CreateJobTemplateCommand");
6138
- var CreateJobTemplateCommand = _CreateJobTemplateCommand;
6139
6167
 
6140
6168
  // src/commands/CreatePresetCommand.ts
6141
6169
 
6142
6170
 
6143
6171
 
6144
- var _CreatePresetCommand = class _CreatePresetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6172
+ var CreatePresetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6145
6173
  return [
6146
6174
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6147
6175
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6148
6176
  ];
6149
6177
  }).s("MediaConvert", "CreatePreset", {}).n("MediaConvertClient", "CreatePresetCommand").f(void 0, void 0).ser(se_CreatePresetCommand).de(de_CreatePresetCommand).build() {
6178
+ static {
6179
+ __name(this, "CreatePresetCommand");
6180
+ }
6150
6181
  };
6151
- __name(_CreatePresetCommand, "CreatePresetCommand");
6152
- var CreatePresetCommand = _CreatePresetCommand;
6153
6182
 
6154
6183
  // src/commands/CreateQueueCommand.ts
6155
6184
 
6156
6185
 
6157
6186
 
6158
- var _CreateQueueCommand = class _CreateQueueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6187
+ var CreateQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6159
6188
  return [
6160
6189
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6161
6190
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6162
6191
  ];
6163
6192
  }).s("MediaConvert", "CreateQueue", {}).n("MediaConvertClient", "CreateQueueCommand").f(void 0, void 0).ser(se_CreateQueueCommand).de(de_CreateQueueCommand).build() {
6193
+ static {
6194
+ __name(this, "CreateQueueCommand");
6195
+ }
6164
6196
  };
6165
- __name(_CreateQueueCommand, "CreateQueueCommand");
6166
- var CreateQueueCommand = _CreateQueueCommand;
6167
6197
 
6168
6198
  // src/commands/DeleteJobTemplateCommand.ts
6169
6199
 
6170
6200
 
6171
6201
 
6172
- var _DeleteJobTemplateCommand = class _DeleteJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6202
+ var DeleteJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6173
6203
  return [
6174
6204
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6175
6205
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6176
6206
  ];
6177
6207
  }).s("MediaConvert", "DeleteJobTemplate", {}).n("MediaConvertClient", "DeleteJobTemplateCommand").f(void 0, void 0).ser(se_DeleteJobTemplateCommand).de(de_DeleteJobTemplateCommand).build() {
6208
+ static {
6209
+ __name(this, "DeleteJobTemplateCommand");
6210
+ }
6178
6211
  };
6179
- __name(_DeleteJobTemplateCommand, "DeleteJobTemplateCommand");
6180
- var DeleteJobTemplateCommand = _DeleteJobTemplateCommand;
6181
6212
 
6182
6213
  // src/commands/DeletePolicyCommand.ts
6183
6214
 
6184
6215
 
6185
6216
 
6186
- var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6217
+ var DeletePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6187
6218
  return [
6188
6219
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6189
6220
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6190
6221
  ];
6191
6222
  }).s("MediaConvert", "DeletePolicy", {}).n("MediaConvertClient", "DeletePolicyCommand").f(void 0, void 0).ser(se_DeletePolicyCommand).de(de_DeletePolicyCommand).build() {
6223
+ static {
6224
+ __name(this, "DeletePolicyCommand");
6225
+ }
6192
6226
  };
6193
- __name(_DeletePolicyCommand, "DeletePolicyCommand");
6194
- var DeletePolicyCommand = _DeletePolicyCommand;
6195
6227
 
6196
6228
  // src/commands/DeletePresetCommand.ts
6197
6229
 
6198
6230
 
6199
6231
 
6200
- var _DeletePresetCommand = class _DeletePresetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6232
+ var DeletePresetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6201
6233
  return [
6202
6234
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6203
6235
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6204
6236
  ];
6205
6237
  }).s("MediaConvert", "DeletePreset", {}).n("MediaConvertClient", "DeletePresetCommand").f(void 0, void 0).ser(se_DeletePresetCommand).de(de_DeletePresetCommand).build() {
6238
+ static {
6239
+ __name(this, "DeletePresetCommand");
6240
+ }
6206
6241
  };
6207
- __name(_DeletePresetCommand, "DeletePresetCommand");
6208
- var DeletePresetCommand = _DeletePresetCommand;
6209
6242
 
6210
6243
  // src/commands/DeleteQueueCommand.ts
6211
6244
 
6212
6245
 
6213
6246
 
6214
- var _DeleteQueueCommand = class _DeleteQueueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6247
+ var DeleteQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6215
6248
  return [
6216
6249
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6217
6250
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6218
6251
  ];
6219
6252
  }).s("MediaConvert", "DeleteQueue", {}).n("MediaConvertClient", "DeleteQueueCommand").f(void 0, void 0).ser(se_DeleteQueueCommand).de(de_DeleteQueueCommand).build() {
6253
+ static {
6254
+ __name(this, "DeleteQueueCommand");
6255
+ }
6220
6256
  };
6221
- __name(_DeleteQueueCommand, "DeleteQueueCommand");
6222
- var DeleteQueueCommand = _DeleteQueueCommand;
6223
6257
 
6224
6258
  // src/commands/DescribeEndpointsCommand.ts
6225
6259
 
6226
6260
 
6227
6261
 
6228
- var _DescribeEndpointsCommand = class _DescribeEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6262
+ var DescribeEndpointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6229
6263
  return [
6230
6264
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6231
6265
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6232
6266
  ];
6233
6267
  }).s("MediaConvert", "DescribeEndpoints", {}).n("MediaConvertClient", "DescribeEndpointsCommand").f(void 0, void 0).ser(se_DescribeEndpointsCommand).de(de_DescribeEndpointsCommand).build() {
6268
+ static {
6269
+ __name(this, "DescribeEndpointsCommand");
6270
+ }
6234
6271
  };
6235
- __name(_DescribeEndpointsCommand, "DescribeEndpointsCommand");
6236
- var DescribeEndpointsCommand = _DescribeEndpointsCommand;
6237
6272
 
6238
6273
  // src/commands/DisassociateCertificateCommand.ts
6239
6274
 
6240
6275
 
6241
6276
 
6242
- var _DisassociateCertificateCommand = class _DisassociateCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6277
+ var DisassociateCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6243
6278
  return [
6244
6279
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6245
6280
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6246
6281
  ];
6247
6282
  }).s("MediaConvert", "DisassociateCertificate", {}).n("MediaConvertClient", "DisassociateCertificateCommand").f(void 0, void 0).ser(se_DisassociateCertificateCommand).de(de_DisassociateCertificateCommand).build() {
6283
+ static {
6284
+ __name(this, "DisassociateCertificateCommand");
6285
+ }
6248
6286
  };
6249
- __name(_DisassociateCertificateCommand, "DisassociateCertificateCommand");
6250
- var DisassociateCertificateCommand = _DisassociateCertificateCommand;
6251
6287
 
6252
6288
  // src/commands/GetJobCommand.ts
6253
6289
 
6254
6290
 
6255
6291
 
6256
- var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6292
+ var GetJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6257
6293
  return [
6258
6294
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6259
6295
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6260
6296
  ];
6261
6297
  }).s("MediaConvert", "GetJob", {}).n("MediaConvertClient", "GetJobCommand").f(void 0, void 0).ser(se_GetJobCommand).de(de_GetJobCommand).build() {
6298
+ static {
6299
+ __name(this, "GetJobCommand");
6300
+ }
6262
6301
  };
6263
- __name(_GetJobCommand, "GetJobCommand");
6264
- var GetJobCommand = _GetJobCommand;
6265
6302
 
6266
6303
  // src/commands/GetJobTemplateCommand.ts
6267
6304
 
6268
6305
 
6269
6306
 
6270
- var _GetJobTemplateCommand = class _GetJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6307
+ var GetJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6271
6308
  return [
6272
6309
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6273
6310
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6274
6311
  ];
6275
6312
  }).s("MediaConvert", "GetJobTemplate", {}).n("MediaConvertClient", "GetJobTemplateCommand").f(void 0, void 0).ser(se_GetJobTemplateCommand).de(de_GetJobTemplateCommand).build() {
6313
+ static {
6314
+ __name(this, "GetJobTemplateCommand");
6315
+ }
6276
6316
  };
6277
- __name(_GetJobTemplateCommand, "GetJobTemplateCommand");
6278
- var GetJobTemplateCommand = _GetJobTemplateCommand;
6279
6317
 
6280
6318
  // src/commands/GetPolicyCommand.ts
6281
6319
 
6282
6320
 
6283
6321
 
6284
- var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6322
+ var GetPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6285
6323
  return [
6286
6324
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6287
6325
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6288
6326
  ];
6289
6327
  }).s("MediaConvert", "GetPolicy", {}).n("MediaConvertClient", "GetPolicyCommand").f(void 0, void 0).ser(se_GetPolicyCommand).de(de_GetPolicyCommand).build() {
6328
+ static {
6329
+ __name(this, "GetPolicyCommand");
6330
+ }
6290
6331
  };
6291
- __name(_GetPolicyCommand, "GetPolicyCommand");
6292
- var GetPolicyCommand = _GetPolicyCommand;
6293
6332
 
6294
6333
  // src/commands/GetPresetCommand.ts
6295
6334
 
6296
6335
 
6297
6336
 
6298
- var _GetPresetCommand = class _GetPresetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6337
+ var GetPresetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6299
6338
  return [
6300
6339
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6301
6340
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6302
6341
  ];
6303
6342
  }).s("MediaConvert", "GetPreset", {}).n("MediaConvertClient", "GetPresetCommand").f(void 0, void 0).ser(se_GetPresetCommand).de(de_GetPresetCommand).build() {
6343
+ static {
6344
+ __name(this, "GetPresetCommand");
6345
+ }
6304
6346
  };
6305
- __name(_GetPresetCommand, "GetPresetCommand");
6306
- var GetPresetCommand = _GetPresetCommand;
6307
6347
 
6308
6348
  // src/commands/GetQueueCommand.ts
6309
6349
 
6310
6350
 
6311
6351
 
6312
- var _GetQueueCommand = class _GetQueueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6352
+ var GetQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6313
6353
  return [
6314
6354
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6315
6355
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6316
6356
  ];
6317
6357
  }).s("MediaConvert", "GetQueue", {}).n("MediaConvertClient", "GetQueueCommand").f(void 0, void 0).ser(se_GetQueueCommand).de(de_GetQueueCommand).build() {
6358
+ static {
6359
+ __name(this, "GetQueueCommand");
6360
+ }
6318
6361
  };
6319
- __name(_GetQueueCommand, "GetQueueCommand");
6320
- var GetQueueCommand = _GetQueueCommand;
6321
6362
 
6322
6363
  // src/commands/ListJobsCommand.ts
6323
6364
 
6324
6365
 
6325
6366
 
6326
- var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6367
+ var ListJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6327
6368
  return [
6328
6369
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6329
6370
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6330
6371
  ];
6331
6372
  }).s("MediaConvert", "ListJobs", {}).n("MediaConvertClient", "ListJobsCommand").f(void 0, void 0).ser(se_ListJobsCommand).de(de_ListJobsCommand).build() {
6373
+ static {
6374
+ __name(this, "ListJobsCommand");
6375
+ }
6332
6376
  };
6333
- __name(_ListJobsCommand, "ListJobsCommand");
6334
- var ListJobsCommand = _ListJobsCommand;
6335
6377
 
6336
6378
  // src/commands/ListJobTemplatesCommand.ts
6337
6379
 
6338
6380
 
6339
6381
 
6340
- var _ListJobTemplatesCommand = class _ListJobTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6382
+ var ListJobTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6341
6383
  return [
6342
6384
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6343
6385
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6344
6386
  ];
6345
6387
  }).s("MediaConvert", "ListJobTemplates", {}).n("MediaConvertClient", "ListJobTemplatesCommand").f(void 0, void 0).ser(se_ListJobTemplatesCommand).de(de_ListJobTemplatesCommand).build() {
6388
+ static {
6389
+ __name(this, "ListJobTemplatesCommand");
6390
+ }
6346
6391
  };
6347
- __name(_ListJobTemplatesCommand, "ListJobTemplatesCommand");
6348
- var ListJobTemplatesCommand = _ListJobTemplatesCommand;
6349
6392
 
6350
6393
  // src/commands/ListPresetsCommand.ts
6351
6394
 
6352
6395
 
6353
6396
 
6354
- var _ListPresetsCommand = class _ListPresetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6397
+ var ListPresetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6355
6398
  return [
6356
6399
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6357
6400
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6358
6401
  ];
6359
6402
  }).s("MediaConvert", "ListPresets", {}).n("MediaConvertClient", "ListPresetsCommand").f(void 0, void 0).ser(se_ListPresetsCommand).de(de_ListPresetsCommand).build() {
6403
+ static {
6404
+ __name(this, "ListPresetsCommand");
6405
+ }
6360
6406
  };
6361
- __name(_ListPresetsCommand, "ListPresetsCommand");
6362
- var ListPresetsCommand = _ListPresetsCommand;
6363
6407
 
6364
6408
  // src/commands/ListQueuesCommand.ts
6365
6409
 
6366
6410
 
6367
6411
 
6368
- var _ListQueuesCommand = class _ListQueuesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6412
+ var ListQueuesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6369
6413
  return [
6370
6414
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6371
6415
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6372
6416
  ];
6373
6417
  }).s("MediaConvert", "ListQueues", {}).n("MediaConvertClient", "ListQueuesCommand").f(void 0, void 0).ser(se_ListQueuesCommand).de(de_ListQueuesCommand).build() {
6418
+ static {
6419
+ __name(this, "ListQueuesCommand");
6420
+ }
6374
6421
  };
6375
- __name(_ListQueuesCommand, "ListQueuesCommand");
6376
- var ListQueuesCommand = _ListQueuesCommand;
6377
6422
 
6378
6423
  // src/commands/ListTagsForResourceCommand.ts
6379
6424
 
6380
6425
 
6381
6426
 
6382
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6427
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6383
6428
  return [
6384
6429
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6385
6430
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6386
6431
  ];
6387
6432
  }).s("MediaConvert", "ListTagsForResource", {}).n("MediaConvertClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
6433
+ static {
6434
+ __name(this, "ListTagsForResourceCommand");
6435
+ }
6388
6436
  };
6389
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
6390
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
6391
6437
 
6392
6438
  // src/commands/ListVersionsCommand.ts
6393
6439
 
6394
6440
 
6395
6441
 
6396
- var _ListVersionsCommand = class _ListVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6442
+ var ListVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6397
6443
  return [
6398
6444
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6399
6445
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6400
6446
  ];
6401
6447
  }).s("MediaConvert", "ListVersions", {}).n("MediaConvertClient", "ListVersionsCommand").f(void 0, void 0).ser(se_ListVersionsCommand).de(de_ListVersionsCommand).build() {
6448
+ static {
6449
+ __name(this, "ListVersionsCommand");
6450
+ }
6402
6451
  };
6403
- __name(_ListVersionsCommand, "ListVersionsCommand");
6404
- var ListVersionsCommand = _ListVersionsCommand;
6405
6452
 
6406
6453
  // src/commands/PutPolicyCommand.ts
6407
6454
 
6408
6455
 
6409
6456
 
6410
- var _PutPolicyCommand = class _PutPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6457
+ var PutPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6411
6458
  return [
6412
6459
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6413
6460
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6414
6461
  ];
6415
6462
  }).s("MediaConvert", "PutPolicy", {}).n("MediaConvertClient", "PutPolicyCommand").f(void 0, void 0).ser(se_PutPolicyCommand).de(de_PutPolicyCommand).build() {
6463
+ static {
6464
+ __name(this, "PutPolicyCommand");
6465
+ }
6416
6466
  };
6417
- __name(_PutPolicyCommand, "PutPolicyCommand");
6418
- var PutPolicyCommand = _PutPolicyCommand;
6419
6467
 
6420
6468
  // src/commands/SearchJobsCommand.ts
6421
6469
 
6422
6470
 
6423
6471
 
6424
- var _SearchJobsCommand = class _SearchJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6472
+ var SearchJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6425
6473
  return [
6426
6474
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6427
6475
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6428
6476
  ];
6429
6477
  }).s("MediaConvert", "SearchJobs", {}).n("MediaConvertClient", "SearchJobsCommand").f(void 0, void 0).ser(se_SearchJobsCommand).de(de_SearchJobsCommand).build() {
6478
+ static {
6479
+ __name(this, "SearchJobsCommand");
6480
+ }
6430
6481
  };
6431
- __name(_SearchJobsCommand, "SearchJobsCommand");
6432
- var SearchJobsCommand = _SearchJobsCommand;
6433
6482
 
6434
6483
  // src/commands/TagResourceCommand.ts
6435
6484
 
6436
6485
 
6437
6486
 
6438
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6487
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6439
6488
  return [
6440
6489
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6441
6490
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6442
6491
  ];
6443
6492
  }).s("MediaConvert", "TagResource", {}).n("MediaConvertClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
6493
+ static {
6494
+ __name(this, "TagResourceCommand");
6495
+ }
6444
6496
  };
6445
- __name(_TagResourceCommand, "TagResourceCommand");
6446
- var TagResourceCommand = _TagResourceCommand;
6447
6497
 
6448
6498
  // src/commands/UntagResourceCommand.ts
6449
6499
 
6450
6500
 
6451
6501
 
6452
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6502
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6453
6503
  return [
6454
6504
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6455
6505
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6456
6506
  ];
6457
6507
  }).s("MediaConvert", "UntagResource", {}).n("MediaConvertClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
6508
+ static {
6509
+ __name(this, "UntagResourceCommand");
6510
+ }
6458
6511
  };
6459
- __name(_UntagResourceCommand, "UntagResourceCommand");
6460
- var UntagResourceCommand = _UntagResourceCommand;
6461
6512
 
6462
6513
  // src/commands/UpdateJobTemplateCommand.ts
6463
6514
 
6464
6515
 
6465
6516
 
6466
- var _UpdateJobTemplateCommand = class _UpdateJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6517
+ var UpdateJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6467
6518
  return [
6468
6519
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6469
6520
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6470
6521
  ];
6471
6522
  }).s("MediaConvert", "UpdateJobTemplate", {}).n("MediaConvertClient", "UpdateJobTemplateCommand").f(void 0, void 0).ser(se_UpdateJobTemplateCommand).de(de_UpdateJobTemplateCommand).build() {
6523
+ static {
6524
+ __name(this, "UpdateJobTemplateCommand");
6525
+ }
6472
6526
  };
6473
- __name(_UpdateJobTemplateCommand, "UpdateJobTemplateCommand");
6474
- var UpdateJobTemplateCommand = _UpdateJobTemplateCommand;
6475
6527
 
6476
6528
  // src/commands/UpdatePresetCommand.ts
6477
6529
 
6478
6530
 
6479
6531
 
6480
- var _UpdatePresetCommand = class _UpdatePresetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6532
+ var UpdatePresetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6481
6533
  return [
6482
6534
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6483
6535
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6484
6536
  ];
6485
6537
  }).s("MediaConvert", "UpdatePreset", {}).n("MediaConvertClient", "UpdatePresetCommand").f(void 0, void 0).ser(se_UpdatePresetCommand).de(de_UpdatePresetCommand).build() {
6538
+ static {
6539
+ __name(this, "UpdatePresetCommand");
6540
+ }
6486
6541
  };
6487
- __name(_UpdatePresetCommand, "UpdatePresetCommand");
6488
- var UpdatePresetCommand = _UpdatePresetCommand;
6489
6542
 
6490
6543
  // src/commands/UpdateQueueCommand.ts
6491
6544
 
6492
6545
 
6493
6546
 
6494
- var _UpdateQueueCommand = class _UpdateQueueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6547
+ var UpdateQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6495
6548
  return [
6496
6549
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6497
6550
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6498
6551
  ];
6499
6552
  }).s("MediaConvert", "UpdateQueue", {}).n("MediaConvertClient", "UpdateQueueCommand").f(void 0, void 0).ser(se_UpdateQueueCommand).de(de_UpdateQueueCommand).build() {
6553
+ static {
6554
+ __name(this, "UpdateQueueCommand");
6555
+ }
6500
6556
  };
6501
- __name(_UpdateQueueCommand, "UpdateQueueCommand");
6502
- var UpdateQueueCommand = _UpdateQueueCommand;
6503
6557
 
6504
6558
  // src/MediaConvert.ts
6505
6559
  var commands = {
@@ -6534,10 +6588,11 @@ var commands = {
6534
6588
  UpdatePresetCommand,
6535
6589
  UpdateQueueCommand
6536
6590
  };
6537
- var _MediaConvert = class _MediaConvert extends MediaConvertClient {
6591
+ var MediaConvert = class extends MediaConvertClient {
6592
+ static {
6593
+ __name(this, "MediaConvert");
6594
+ }
6538
6595
  };
6539
- __name(_MediaConvert, "MediaConvert");
6540
- var MediaConvert = _MediaConvert;
6541
6596
  (0, import_smithy_client.createAggregatedClient)(commands, MediaConvert);
6542
6597
 
6543
6598
  // src/pagination/DescribeEndpointsPaginator.ts
@@ -8246,6 +8301,10 @@ var H264UnregisteredSeiTimecode = {
8246
8301
  DISABLED: "DISABLED",
8247
8302
  ENABLED: "ENABLED"
8248
8303
  };
8304
+ var H264WriteMp4PackagingType = {
8305
+ AVC1: "AVC1",
8306
+ AVC3: "AVC3"
8307
+ };
8249
8308
  var H265AdaptiveQuantization = {
8250
8309
  AUTO: "AUTO",
8251
8310
  HIGH: "HIGH",
@@ -8871,9 +8930,6 @@ var PricingPlan = {
8871
8930
  ON_DEMAND: "ON_DEMAND",
8872
8931
  RESERVED: "RESERVED"
8873
8932
  };
8874
- var Commitment = {
8875
- ONE_YEAR: "ONE_YEAR"
8876
- };
8877
8933
  // Annotate the CommonJS export names for ESM import in node:
8878
8934
 
8879
8935
  0 && (module.exports = {
@@ -9214,6 +9270,7 @@ var Commitment = {
9214
9270
  H264Telecine,
9215
9271
  H264TemporalAdaptiveQuantization,
9216
9272
  H264UnregisteredSeiTimecode,
9273
+ H264WriteMp4PackagingType,
9217
9274
  H265AdaptiveQuantization,
9218
9275
  H265AlternateTransferFunctionSei,
9219
9276
  H265CodecLevel,