@aws-sdk/client-mediaconvert 3.721.0 → 3.726.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 +179 -130
- package/dist-es/MediaConvertClient.js +1 -0
- package/dist-es/models/models_2.js +18 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -597,7 +597,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
597
597
|
}, "resolveRuntimeExtensions");
|
|
598
598
|
|
|
599
599
|
// src/MediaConvertClient.ts
|
|
600
|
-
var
|
|
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;
|
|
601
608
|
constructor(...[configuration]) {
|
|
602
609
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
603
610
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -607,7 +614,7 @@ var _MediaConvertClient = class _MediaConvertClient extends import_smithy_client
|
|
|
607
614
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
608
615
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
609
616
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
610
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
617
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
611
618
|
super(_config_8);
|
|
612
619
|
this.config = _config_8;
|
|
613
620
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -635,8 +642,6 @@ var _MediaConvertClient = class _MediaConvertClient extends import_smithy_client
|
|
|
635
642
|
super.destroy();
|
|
636
643
|
}
|
|
637
644
|
};
|
|
638
|
-
__name(_MediaConvertClient, "MediaConvertClient");
|
|
639
|
-
var MediaConvertClient = _MediaConvertClient;
|
|
640
645
|
|
|
641
646
|
// src/MediaConvert.ts
|
|
642
647
|
|
|
@@ -654,7 +659,10 @@ var import_uuid = require("uuid");
|
|
|
654
659
|
|
|
655
660
|
// src/models/MediaConvertServiceException.ts
|
|
656
661
|
|
|
657
|
-
var
|
|
662
|
+
var MediaConvertServiceException = class _MediaConvertServiceException extends import_smithy_client.ServiceException {
|
|
663
|
+
static {
|
|
664
|
+
__name(this, "MediaConvertServiceException");
|
|
665
|
+
}
|
|
658
666
|
/**
|
|
659
667
|
* @internal
|
|
660
668
|
*/
|
|
@@ -663,8 +671,6 @@ var _MediaConvertServiceException = class _MediaConvertServiceException extends
|
|
|
663
671
|
Object.setPrototypeOf(this, _MediaConvertServiceException.prototype);
|
|
664
672
|
}
|
|
665
673
|
};
|
|
666
|
-
__name(_MediaConvertServiceException, "MediaConvertServiceException");
|
|
667
|
-
var MediaConvertServiceException = _MediaConvertServiceException;
|
|
668
674
|
|
|
669
675
|
// src/models/models_2.ts
|
|
670
676
|
var Commitment = {
|
|
@@ -682,7 +688,13 @@ var QueueStatus = {
|
|
|
682
688
|
ACTIVE: "ACTIVE",
|
|
683
689
|
PAUSED: "PAUSED"
|
|
684
690
|
};
|
|
685
|
-
var
|
|
691
|
+
var BadRequestException = class _BadRequestException extends MediaConvertServiceException {
|
|
692
|
+
static {
|
|
693
|
+
__name(this, "BadRequestException");
|
|
694
|
+
}
|
|
695
|
+
name = "BadRequestException";
|
|
696
|
+
$fault = "client";
|
|
697
|
+
Message;
|
|
686
698
|
/**
|
|
687
699
|
* @internal
|
|
688
700
|
*/
|
|
@@ -692,15 +704,17 @@ var _BadRequestException = class _BadRequestException extends MediaConvertServic
|
|
|
692
704
|
$fault: "client",
|
|
693
705
|
...opts
|
|
694
706
|
});
|
|
695
|
-
this.name = "BadRequestException";
|
|
696
|
-
this.$fault = "client";
|
|
697
707
|
Object.setPrototypeOf(this, _BadRequestException.prototype);
|
|
698
708
|
this.Message = opts.Message;
|
|
699
709
|
}
|
|
700
710
|
};
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
711
|
+
var ConflictException = class _ConflictException extends MediaConvertServiceException {
|
|
712
|
+
static {
|
|
713
|
+
__name(this, "ConflictException");
|
|
714
|
+
}
|
|
715
|
+
name = "ConflictException";
|
|
716
|
+
$fault = "client";
|
|
717
|
+
Message;
|
|
704
718
|
/**
|
|
705
719
|
* @internal
|
|
706
720
|
*/
|
|
@@ -710,15 +724,17 @@ var _ConflictException = class _ConflictException extends MediaConvertServiceExc
|
|
|
710
724
|
$fault: "client",
|
|
711
725
|
...opts
|
|
712
726
|
});
|
|
713
|
-
this.name = "ConflictException";
|
|
714
|
-
this.$fault = "client";
|
|
715
727
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
716
728
|
this.Message = opts.Message;
|
|
717
729
|
}
|
|
718
730
|
};
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
731
|
+
var ForbiddenException = class _ForbiddenException extends MediaConvertServiceException {
|
|
732
|
+
static {
|
|
733
|
+
__name(this, "ForbiddenException");
|
|
734
|
+
}
|
|
735
|
+
name = "ForbiddenException";
|
|
736
|
+
$fault = "client";
|
|
737
|
+
Message;
|
|
722
738
|
/**
|
|
723
739
|
* @internal
|
|
724
740
|
*/
|
|
@@ -728,15 +744,17 @@ var _ForbiddenException = class _ForbiddenException extends MediaConvertServiceE
|
|
|
728
744
|
$fault: "client",
|
|
729
745
|
...opts
|
|
730
746
|
});
|
|
731
|
-
this.name = "ForbiddenException";
|
|
732
|
-
this.$fault = "client";
|
|
733
747
|
Object.setPrototypeOf(this, _ForbiddenException.prototype);
|
|
734
748
|
this.Message = opts.Message;
|
|
735
749
|
}
|
|
736
750
|
};
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
751
|
+
var InternalServerErrorException = class _InternalServerErrorException extends MediaConvertServiceException {
|
|
752
|
+
static {
|
|
753
|
+
__name(this, "InternalServerErrorException");
|
|
754
|
+
}
|
|
755
|
+
name = "InternalServerErrorException";
|
|
756
|
+
$fault = "server";
|
|
757
|
+
Message;
|
|
740
758
|
/**
|
|
741
759
|
* @internal
|
|
742
760
|
*/
|
|
@@ -746,15 +764,17 @@ var _InternalServerErrorException = class _InternalServerErrorException extends
|
|
|
746
764
|
$fault: "server",
|
|
747
765
|
...opts
|
|
748
766
|
});
|
|
749
|
-
this.name = "InternalServerErrorException";
|
|
750
|
-
this.$fault = "server";
|
|
751
767
|
Object.setPrototypeOf(this, _InternalServerErrorException.prototype);
|
|
752
768
|
this.Message = opts.Message;
|
|
753
769
|
}
|
|
754
770
|
};
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
771
|
+
var NotFoundException = class _NotFoundException extends MediaConvertServiceException {
|
|
772
|
+
static {
|
|
773
|
+
__name(this, "NotFoundException");
|
|
774
|
+
}
|
|
775
|
+
name = "NotFoundException";
|
|
776
|
+
$fault = "client";
|
|
777
|
+
Message;
|
|
758
778
|
/**
|
|
759
779
|
* @internal
|
|
760
780
|
*/
|
|
@@ -764,15 +784,17 @@ var _NotFoundException = class _NotFoundException extends MediaConvertServiceExc
|
|
|
764
784
|
$fault: "client",
|
|
765
785
|
...opts
|
|
766
786
|
});
|
|
767
|
-
this.name = "NotFoundException";
|
|
768
|
-
this.$fault = "client";
|
|
769
787
|
Object.setPrototypeOf(this, _NotFoundException.prototype);
|
|
770
788
|
this.Message = opts.Message;
|
|
771
789
|
}
|
|
772
790
|
};
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
791
|
+
var TooManyRequestsException = class _TooManyRequestsException extends MediaConvertServiceException {
|
|
792
|
+
static {
|
|
793
|
+
__name(this, "TooManyRequestsException");
|
|
794
|
+
}
|
|
795
|
+
name = "TooManyRequestsException";
|
|
796
|
+
$fault = "client";
|
|
797
|
+
Message;
|
|
776
798
|
/**
|
|
777
799
|
* @internal
|
|
778
800
|
*/
|
|
@@ -782,14 +804,10 @@ var _TooManyRequestsException = class _TooManyRequestsException extends MediaCon
|
|
|
782
804
|
$fault: "client",
|
|
783
805
|
...opts
|
|
784
806
|
});
|
|
785
|
-
this.name = "TooManyRequestsException";
|
|
786
|
-
this.$fault = "client";
|
|
787
807
|
Object.setPrototypeOf(this, _TooManyRequestsException.prototype);
|
|
788
808
|
this.Message = opts.Message;
|
|
789
809
|
}
|
|
790
810
|
};
|
|
791
|
-
__name(_TooManyRequestsException, "TooManyRequestsException");
|
|
792
|
-
var TooManyRequestsException = _TooManyRequestsException;
|
|
793
811
|
var DescribeEndpointsMode = {
|
|
794
812
|
DEFAULT: "DEFAULT",
|
|
795
813
|
GET_ONLY: "GET_ONLY"
|
|
@@ -6091,421 +6109,451 @@ var _q = "queue";
|
|
|
6091
6109
|
var _s = "status";
|
|
6092
6110
|
|
|
6093
6111
|
// src/commands/AssociateCertificateCommand.ts
|
|
6094
|
-
var
|
|
6112
|
+
var AssociateCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6095
6113
|
return [
|
|
6096
6114
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6097
6115
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6098
6116
|
];
|
|
6099
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
|
+
}
|
|
6100
6121
|
};
|
|
6101
|
-
__name(_AssociateCertificateCommand, "AssociateCertificateCommand");
|
|
6102
|
-
var AssociateCertificateCommand = _AssociateCertificateCommand;
|
|
6103
6122
|
|
|
6104
6123
|
// src/commands/CancelJobCommand.ts
|
|
6105
6124
|
|
|
6106
6125
|
|
|
6107
6126
|
|
|
6108
|
-
var
|
|
6127
|
+
var CancelJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6109
6128
|
return [
|
|
6110
6129
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6111
6130
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6112
6131
|
];
|
|
6113
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
|
+
}
|
|
6114
6136
|
};
|
|
6115
|
-
__name(_CancelJobCommand, "CancelJobCommand");
|
|
6116
|
-
var CancelJobCommand = _CancelJobCommand;
|
|
6117
6137
|
|
|
6118
6138
|
// src/commands/CreateJobCommand.ts
|
|
6119
6139
|
|
|
6120
6140
|
|
|
6121
6141
|
|
|
6122
|
-
var
|
|
6142
|
+
var CreateJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6123
6143
|
return [
|
|
6124
6144
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6125
6145
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6126
6146
|
];
|
|
6127
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
|
+
}
|
|
6128
6151
|
};
|
|
6129
|
-
__name(_CreateJobCommand, "CreateJobCommand");
|
|
6130
|
-
var CreateJobCommand = _CreateJobCommand;
|
|
6131
6152
|
|
|
6132
6153
|
// src/commands/CreateJobTemplateCommand.ts
|
|
6133
6154
|
|
|
6134
6155
|
|
|
6135
6156
|
|
|
6136
|
-
var
|
|
6157
|
+
var CreateJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6137
6158
|
return [
|
|
6138
6159
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6139
6160
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6140
6161
|
];
|
|
6141
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
|
+
}
|
|
6142
6166
|
};
|
|
6143
|
-
__name(_CreateJobTemplateCommand, "CreateJobTemplateCommand");
|
|
6144
|
-
var CreateJobTemplateCommand = _CreateJobTemplateCommand;
|
|
6145
6167
|
|
|
6146
6168
|
// src/commands/CreatePresetCommand.ts
|
|
6147
6169
|
|
|
6148
6170
|
|
|
6149
6171
|
|
|
6150
|
-
var
|
|
6172
|
+
var CreatePresetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6151
6173
|
return [
|
|
6152
6174
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6153
6175
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6154
6176
|
];
|
|
6155
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
|
+
}
|
|
6156
6181
|
};
|
|
6157
|
-
__name(_CreatePresetCommand, "CreatePresetCommand");
|
|
6158
|
-
var CreatePresetCommand = _CreatePresetCommand;
|
|
6159
6182
|
|
|
6160
6183
|
// src/commands/CreateQueueCommand.ts
|
|
6161
6184
|
|
|
6162
6185
|
|
|
6163
6186
|
|
|
6164
|
-
var
|
|
6187
|
+
var CreateQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6165
6188
|
return [
|
|
6166
6189
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6167
6190
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6168
6191
|
];
|
|
6169
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
|
+
}
|
|
6170
6196
|
};
|
|
6171
|
-
__name(_CreateQueueCommand, "CreateQueueCommand");
|
|
6172
|
-
var CreateQueueCommand = _CreateQueueCommand;
|
|
6173
6197
|
|
|
6174
6198
|
// src/commands/DeleteJobTemplateCommand.ts
|
|
6175
6199
|
|
|
6176
6200
|
|
|
6177
6201
|
|
|
6178
|
-
var
|
|
6202
|
+
var DeleteJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6179
6203
|
return [
|
|
6180
6204
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6181
6205
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6182
6206
|
];
|
|
6183
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
|
+
}
|
|
6184
6211
|
};
|
|
6185
|
-
__name(_DeleteJobTemplateCommand, "DeleteJobTemplateCommand");
|
|
6186
|
-
var DeleteJobTemplateCommand = _DeleteJobTemplateCommand;
|
|
6187
6212
|
|
|
6188
6213
|
// src/commands/DeletePolicyCommand.ts
|
|
6189
6214
|
|
|
6190
6215
|
|
|
6191
6216
|
|
|
6192
|
-
var
|
|
6217
|
+
var DeletePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6193
6218
|
return [
|
|
6194
6219
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6195
6220
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6196
6221
|
];
|
|
6197
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
|
+
}
|
|
6198
6226
|
};
|
|
6199
|
-
__name(_DeletePolicyCommand, "DeletePolicyCommand");
|
|
6200
|
-
var DeletePolicyCommand = _DeletePolicyCommand;
|
|
6201
6227
|
|
|
6202
6228
|
// src/commands/DeletePresetCommand.ts
|
|
6203
6229
|
|
|
6204
6230
|
|
|
6205
6231
|
|
|
6206
|
-
var
|
|
6232
|
+
var DeletePresetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6207
6233
|
return [
|
|
6208
6234
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6209
6235
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6210
6236
|
];
|
|
6211
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
|
+
}
|
|
6212
6241
|
};
|
|
6213
|
-
__name(_DeletePresetCommand, "DeletePresetCommand");
|
|
6214
|
-
var DeletePresetCommand = _DeletePresetCommand;
|
|
6215
6242
|
|
|
6216
6243
|
// src/commands/DeleteQueueCommand.ts
|
|
6217
6244
|
|
|
6218
6245
|
|
|
6219
6246
|
|
|
6220
|
-
var
|
|
6247
|
+
var DeleteQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6221
6248
|
return [
|
|
6222
6249
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6223
6250
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6224
6251
|
];
|
|
6225
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
|
+
}
|
|
6226
6256
|
};
|
|
6227
|
-
__name(_DeleteQueueCommand, "DeleteQueueCommand");
|
|
6228
|
-
var DeleteQueueCommand = _DeleteQueueCommand;
|
|
6229
6257
|
|
|
6230
6258
|
// src/commands/DescribeEndpointsCommand.ts
|
|
6231
6259
|
|
|
6232
6260
|
|
|
6233
6261
|
|
|
6234
|
-
var
|
|
6262
|
+
var DescribeEndpointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6235
6263
|
return [
|
|
6236
6264
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6237
6265
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6238
6266
|
];
|
|
6239
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
|
+
}
|
|
6240
6271
|
};
|
|
6241
|
-
__name(_DescribeEndpointsCommand, "DescribeEndpointsCommand");
|
|
6242
|
-
var DescribeEndpointsCommand = _DescribeEndpointsCommand;
|
|
6243
6272
|
|
|
6244
6273
|
// src/commands/DisassociateCertificateCommand.ts
|
|
6245
6274
|
|
|
6246
6275
|
|
|
6247
6276
|
|
|
6248
|
-
var
|
|
6277
|
+
var DisassociateCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6249
6278
|
return [
|
|
6250
6279
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6251
6280
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6252
6281
|
];
|
|
6253
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
|
+
}
|
|
6254
6286
|
};
|
|
6255
|
-
__name(_DisassociateCertificateCommand, "DisassociateCertificateCommand");
|
|
6256
|
-
var DisassociateCertificateCommand = _DisassociateCertificateCommand;
|
|
6257
6287
|
|
|
6258
6288
|
// src/commands/GetJobCommand.ts
|
|
6259
6289
|
|
|
6260
6290
|
|
|
6261
6291
|
|
|
6262
|
-
var
|
|
6292
|
+
var GetJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6263
6293
|
return [
|
|
6264
6294
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6265
6295
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6266
6296
|
];
|
|
6267
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
|
+
}
|
|
6268
6301
|
};
|
|
6269
|
-
__name(_GetJobCommand, "GetJobCommand");
|
|
6270
|
-
var GetJobCommand = _GetJobCommand;
|
|
6271
6302
|
|
|
6272
6303
|
// src/commands/GetJobTemplateCommand.ts
|
|
6273
6304
|
|
|
6274
6305
|
|
|
6275
6306
|
|
|
6276
|
-
var
|
|
6307
|
+
var GetJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6277
6308
|
return [
|
|
6278
6309
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6279
6310
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6280
6311
|
];
|
|
6281
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
|
+
}
|
|
6282
6316
|
};
|
|
6283
|
-
__name(_GetJobTemplateCommand, "GetJobTemplateCommand");
|
|
6284
|
-
var GetJobTemplateCommand = _GetJobTemplateCommand;
|
|
6285
6317
|
|
|
6286
6318
|
// src/commands/GetPolicyCommand.ts
|
|
6287
6319
|
|
|
6288
6320
|
|
|
6289
6321
|
|
|
6290
|
-
var
|
|
6322
|
+
var GetPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6291
6323
|
return [
|
|
6292
6324
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6293
6325
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6294
6326
|
];
|
|
6295
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
|
+
}
|
|
6296
6331
|
};
|
|
6297
|
-
__name(_GetPolicyCommand, "GetPolicyCommand");
|
|
6298
|
-
var GetPolicyCommand = _GetPolicyCommand;
|
|
6299
6332
|
|
|
6300
6333
|
// src/commands/GetPresetCommand.ts
|
|
6301
6334
|
|
|
6302
6335
|
|
|
6303
6336
|
|
|
6304
|
-
var
|
|
6337
|
+
var GetPresetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6305
6338
|
return [
|
|
6306
6339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6307
6340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6308
6341
|
];
|
|
6309
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
|
+
}
|
|
6310
6346
|
};
|
|
6311
|
-
__name(_GetPresetCommand, "GetPresetCommand");
|
|
6312
|
-
var GetPresetCommand = _GetPresetCommand;
|
|
6313
6347
|
|
|
6314
6348
|
// src/commands/GetQueueCommand.ts
|
|
6315
6349
|
|
|
6316
6350
|
|
|
6317
6351
|
|
|
6318
|
-
var
|
|
6352
|
+
var GetQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6319
6353
|
return [
|
|
6320
6354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6321
6355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6322
6356
|
];
|
|
6323
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
|
+
}
|
|
6324
6361
|
};
|
|
6325
|
-
__name(_GetQueueCommand, "GetQueueCommand");
|
|
6326
|
-
var GetQueueCommand = _GetQueueCommand;
|
|
6327
6362
|
|
|
6328
6363
|
// src/commands/ListJobsCommand.ts
|
|
6329
6364
|
|
|
6330
6365
|
|
|
6331
6366
|
|
|
6332
|
-
var
|
|
6367
|
+
var ListJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6333
6368
|
return [
|
|
6334
6369
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6335
6370
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6336
6371
|
];
|
|
6337
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
|
+
}
|
|
6338
6376
|
};
|
|
6339
|
-
__name(_ListJobsCommand, "ListJobsCommand");
|
|
6340
|
-
var ListJobsCommand = _ListJobsCommand;
|
|
6341
6377
|
|
|
6342
6378
|
// src/commands/ListJobTemplatesCommand.ts
|
|
6343
6379
|
|
|
6344
6380
|
|
|
6345
6381
|
|
|
6346
|
-
var
|
|
6382
|
+
var ListJobTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6347
6383
|
return [
|
|
6348
6384
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6349
6385
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6350
6386
|
];
|
|
6351
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
|
+
}
|
|
6352
6391
|
};
|
|
6353
|
-
__name(_ListJobTemplatesCommand, "ListJobTemplatesCommand");
|
|
6354
|
-
var ListJobTemplatesCommand = _ListJobTemplatesCommand;
|
|
6355
6392
|
|
|
6356
6393
|
// src/commands/ListPresetsCommand.ts
|
|
6357
6394
|
|
|
6358
6395
|
|
|
6359
6396
|
|
|
6360
|
-
var
|
|
6397
|
+
var ListPresetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6361
6398
|
return [
|
|
6362
6399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6363
6400
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6364
6401
|
];
|
|
6365
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
|
+
}
|
|
6366
6406
|
};
|
|
6367
|
-
__name(_ListPresetsCommand, "ListPresetsCommand");
|
|
6368
|
-
var ListPresetsCommand = _ListPresetsCommand;
|
|
6369
6407
|
|
|
6370
6408
|
// src/commands/ListQueuesCommand.ts
|
|
6371
6409
|
|
|
6372
6410
|
|
|
6373
6411
|
|
|
6374
|
-
var
|
|
6412
|
+
var ListQueuesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6375
6413
|
return [
|
|
6376
6414
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6377
6415
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6378
6416
|
];
|
|
6379
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
|
+
}
|
|
6380
6421
|
};
|
|
6381
|
-
__name(_ListQueuesCommand, "ListQueuesCommand");
|
|
6382
|
-
var ListQueuesCommand = _ListQueuesCommand;
|
|
6383
6422
|
|
|
6384
6423
|
// src/commands/ListTagsForResourceCommand.ts
|
|
6385
6424
|
|
|
6386
6425
|
|
|
6387
6426
|
|
|
6388
|
-
var
|
|
6427
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6389
6428
|
return [
|
|
6390
6429
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6391
6430
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6392
6431
|
];
|
|
6393
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
|
+
}
|
|
6394
6436
|
};
|
|
6395
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
6396
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
6397
6437
|
|
|
6398
6438
|
// src/commands/ListVersionsCommand.ts
|
|
6399
6439
|
|
|
6400
6440
|
|
|
6401
6441
|
|
|
6402
|
-
var
|
|
6442
|
+
var ListVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6403
6443
|
return [
|
|
6404
6444
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6405
6445
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6406
6446
|
];
|
|
6407
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
|
+
}
|
|
6408
6451
|
};
|
|
6409
|
-
__name(_ListVersionsCommand, "ListVersionsCommand");
|
|
6410
|
-
var ListVersionsCommand = _ListVersionsCommand;
|
|
6411
6452
|
|
|
6412
6453
|
// src/commands/PutPolicyCommand.ts
|
|
6413
6454
|
|
|
6414
6455
|
|
|
6415
6456
|
|
|
6416
|
-
var
|
|
6457
|
+
var PutPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6417
6458
|
return [
|
|
6418
6459
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6419
6460
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6420
6461
|
];
|
|
6421
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
|
+
}
|
|
6422
6466
|
};
|
|
6423
|
-
__name(_PutPolicyCommand, "PutPolicyCommand");
|
|
6424
|
-
var PutPolicyCommand = _PutPolicyCommand;
|
|
6425
6467
|
|
|
6426
6468
|
// src/commands/SearchJobsCommand.ts
|
|
6427
6469
|
|
|
6428
6470
|
|
|
6429
6471
|
|
|
6430
|
-
var
|
|
6472
|
+
var SearchJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6431
6473
|
return [
|
|
6432
6474
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6433
6475
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6434
6476
|
];
|
|
6435
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
|
+
}
|
|
6436
6481
|
};
|
|
6437
|
-
__name(_SearchJobsCommand, "SearchJobsCommand");
|
|
6438
|
-
var SearchJobsCommand = _SearchJobsCommand;
|
|
6439
6482
|
|
|
6440
6483
|
// src/commands/TagResourceCommand.ts
|
|
6441
6484
|
|
|
6442
6485
|
|
|
6443
6486
|
|
|
6444
|
-
var
|
|
6487
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6445
6488
|
return [
|
|
6446
6489
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6447
6490
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6448
6491
|
];
|
|
6449
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
|
+
}
|
|
6450
6496
|
};
|
|
6451
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
6452
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
6453
6497
|
|
|
6454
6498
|
// src/commands/UntagResourceCommand.ts
|
|
6455
6499
|
|
|
6456
6500
|
|
|
6457
6501
|
|
|
6458
|
-
var
|
|
6502
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6459
6503
|
return [
|
|
6460
6504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6461
6505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6462
6506
|
];
|
|
6463
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
|
+
}
|
|
6464
6511
|
};
|
|
6465
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
6466
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
6467
6512
|
|
|
6468
6513
|
// src/commands/UpdateJobTemplateCommand.ts
|
|
6469
6514
|
|
|
6470
6515
|
|
|
6471
6516
|
|
|
6472
|
-
var
|
|
6517
|
+
var UpdateJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6473
6518
|
return [
|
|
6474
6519
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6475
6520
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6476
6521
|
];
|
|
6477
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
|
+
}
|
|
6478
6526
|
};
|
|
6479
|
-
__name(_UpdateJobTemplateCommand, "UpdateJobTemplateCommand");
|
|
6480
|
-
var UpdateJobTemplateCommand = _UpdateJobTemplateCommand;
|
|
6481
6527
|
|
|
6482
6528
|
// src/commands/UpdatePresetCommand.ts
|
|
6483
6529
|
|
|
6484
6530
|
|
|
6485
6531
|
|
|
6486
|
-
var
|
|
6532
|
+
var UpdatePresetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6487
6533
|
return [
|
|
6488
6534
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6489
6535
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6490
6536
|
];
|
|
6491
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
|
+
}
|
|
6492
6541
|
};
|
|
6493
|
-
__name(_UpdatePresetCommand, "UpdatePresetCommand");
|
|
6494
|
-
var UpdatePresetCommand = _UpdatePresetCommand;
|
|
6495
6542
|
|
|
6496
6543
|
// src/commands/UpdateQueueCommand.ts
|
|
6497
6544
|
|
|
6498
6545
|
|
|
6499
6546
|
|
|
6500
|
-
var
|
|
6547
|
+
var UpdateQueueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6501
6548
|
return [
|
|
6502
6549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6503
6550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6504
6551
|
];
|
|
6505
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
|
+
}
|
|
6506
6556
|
};
|
|
6507
|
-
__name(_UpdateQueueCommand, "UpdateQueueCommand");
|
|
6508
|
-
var UpdateQueueCommand = _UpdateQueueCommand;
|
|
6509
6557
|
|
|
6510
6558
|
// src/MediaConvert.ts
|
|
6511
6559
|
var commands = {
|
|
@@ -6540,10 +6588,11 @@ var commands = {
|
|
|
6540
6588
|
UpdatePresetCommand,
|
|
6541
6589
|
UpdateQueueCommand
|
|
6542
6590
|
};
|
|
6543
|
-
var
|
|
6591
|
+
var MediaConvert = class extends MediaConvertClient {
|
|
6592
|
+
static {
|
|
6593
|
+
__name(this, "MediaConvert");
|
|
6594
|
+
}
|
|
6544
6595
|
};
|
|
6545
|
-
__name(_MediaConvert, "MediaConvert");
|
|
6546
|
-
var MediaConvert = _MediaConvert;
|
|
6547
6596
|
(0, import_smithy_client.createAggregatedClient)(commands, MediaConvert);
|
|
6548
6597
|
|
|
6549
6598
|
// src/pagination/DescribeEndpointsPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class MediaConvertClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -15,79 +15,85 @@ export const QueueStatus = {
|
|
|
15
15
|
PAUSED: "PAUSED",
|
|
16
16
|
};
|
|
17
17
|
export class BadRequestException extends __BaseException {
|
|
18
|
+
name = "BadRequestException";
|
|
19
|
+
$fault = "client";
|
|
20
|
+
Message;
|
|
18
21
|
constructor(opts) {
|
|
19
22
|
super({
|
|
20
23
|
name: "BadRequestException",
|
|
21
24
|
$fault: "client",
|
|
22
25
|
...opts,
|
|
23
26
|
});
|
|
24
|
-
this.name = "BadRequestException";
|
|
25
|
-
this.$fault = "client";
|
|
26
27
|
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
27
28
|
this.Message = opts.Message;
|
|
28
29
|
}
|
|
29
30
|
}
|
|
30
31
|
export class ConflictException extends __BaseException {
|
|
32
|
+
name = "ConflictException";
|
|
33
|
+
$fault = "client";
|
|
34
|
+
Message;
|
|
31
35
|
constructor(opts) {
|
|
32
36
|
super({
|
|
33
37
|
name: "ConflictException",
|
|
34
38
|
$fault: "client",
|
|
35
39
|
...opts,
|
|
36
40
|
});
|
|
37
|
-
this.name = "ConflictException";
|
|
38
|
-
this.$fault = "client";
|
|
39
41
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
40
42
|
this.Message = opts.Message;
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
export class ForbiddenException extends __BaseException {
|
|
46
|
+
name = "ForbiddenException";
|
|
47
|
+
$fault = "client";
|
|
48
|
+
Message;
|
|
44
49
|
constructor(opts) {
|
|
45
50
|
super({
|
|
46
51
|
name: "ForbiddenException",
|
|
47
52
|
$fault: "client",
|
|
48
53
|
...opts,
|
|
49
54
|
});
|
|
50
|
-
this.name = "ForbiddenException";
|
|
51
|
-
this.$fault = "client";
|
|
52
55
|
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
53
56
|
this.Message = opts.Message;
|
|
54
57
|
}
|
|
55
58
|
}
|
|
56
59
|
export class InternalServerErrorException extends __BaseException {
|
|
60
|
+
name = "InternalServerErrorException";
|
|
61
|
+
$fault = "server";
|
|
62
|
+
Message;
|
|
57
63
|
constructor(opts) {
|
|
58
64
|
super({
|
|
59
65
|
name: "InternalServerErrorException",
|
|
60
66
|
$fault: "server",
|
|
61
67
|
...opts,
|
|
62
68
|
});
|
|
63
|
-
this.name = "InternalServerErrorException";
|
|
64
|
-
this.$fault = "server";
|
|
65
69
|
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
66
70
|
this.Message = opts.Message;
|
|
67
71
|
}
|
|
68
72
|
}
|
|
69
73
|
export class NotFoundException extends __BaseException {
|
|
74
|
+
name = "NotFoundException";
|
|
75
|
+
$fault = "client";
|
|
76
|
+
Message;
|
|
70
77
|
constructor(opts) {
|
|
71
78
|
super({
|
|
72
79
|
name: "NotFoundException",
|
|
73
80
|
$fault: "client",
|
|
74
81
|
...opts,
|
|
75
82
|
});
|
|
76
|
-
this.name = "NotFoundException";
|
|
77
|
-
this.$fault = "client";
|
|
78
83
|
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
79
84
|
this.Message = opts.Message;
|
|
80
85
|
}
|
|
81
86
|
}
|
|
82
87
|
export class TooManyRequestsException extends __BaseException {
|
|
88
|
+
name = "TooManyRequestsException";
|
|
89
|
+
$fault = "client";
|
|
90
|
+
Message;
|
|
83
91
|
constructor(opts) {
|
|
84
92
|
super({
|
|
85
93
|
name: "TooManyRequestsException",
|
|
86
94
|
$fault: "client",
|
|
87
95
|
...opts,
|
|
88
96
|
});
|
|
89
|
-
this.name = "TooManyRequestsException";
|
|
90
|
-
this.$fault = "client";
|
|
91
97
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
92
98
|
this.Message = opts.Message;
|
|
93
99
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconvert",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.726.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
|
|
@@ -20,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.726.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.726.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.726.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.726.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.726.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.726.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|