@aws-sdk/client-mediaconvert 3.649.0 → 3.650.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 +29 -87
- package/dist-es/commands/AssociateCertificateCommand.js +1 -3
- package/dist-es/commands/CancelJobCommand.js +1 -3
- package/dist-es/commands/CreateJobCommand.js +1 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +1 -3
- package/dist-es/commands/CreatePresetCommand.js +1 -3
- package/dist-es/commands/CreateQueueCommand.js +1 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +1 -3
- package/dist-es/commands/DeletePolicyCommand.js +1 -3
- package/dist-es/commands/DeletePresetCommand.js +1 -3
- package/dist-es/commands/DeleteQueueCommand.js +1 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +1 -3
- package/dist-es/commands/DisassociateCertificateCommand.js +1 -3
- package/dist-es/commands/GetJobCommand.js +1 -3
- package/dist-es/commands/GetJobTemplateCommand.js +1 -3
- package/dist-es/commands/GetPolicyCommand.js +1 -3
- package/dist-es/commands/GetPresetCommand.js +1 -3
- package/dist-es/commands/GetQueueCommand.js +1 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +1 -3
- package/dist-es/commands/ListJobsCommand.js +1 -3
- package/dist-es/commands/ListPresetsCommand.js +1 -3
- package/dist-es/commands/ListQueuesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutPolicyCommand.js +1 -3
- package/dist-es/commands/SearchJobsCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateJobTemplateCommand.js +1 -3
- package/dist-es/commands/UpdatePresetCommand.js +1 -3
- package/dist-es/commands/UpdateQueueCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -7024,9 +7024,7 @@ var _q = "queue";
|
|
|
7024
7024
|
var _s = "status";
|
|
7025
7025
|
|
|
7026
7026
|
// src/commands/AssociateCertificateCommand.ts
|
|
7027
|
-
var _AssociateCertificateCommand = class _AssociateCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7028
|
-
...commonParams
|
|
7029
|
-
}).m(function(Command, cs, config, o) {
|
|
7027
|
+
var _AssociateCertificateCommand = class _AssociateCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7030
7028
|
return [
|
|
7031
7029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7032
7030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7040,9 +7038,7 @@ var AssociateCertificateCommand = _AssociateCertificateCommand;
|
|
|
7040
7038
|
|
|
7041
7039
|
|
|
7042
7040
|
|
|
7043
|
-
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7044
|
-
...commonParams
|
|
7045
|
-
}).m(function(Command, cs, config, o) {
|
|
7041
|
+
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7046
7042
|
return [
|
|
7047
7043
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7048
7044
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7056,9 +7052,7 @@ var CancelJobCommand = _CancelJobCommand;
|
|
|
7056
7052
|
|
|
7057
7053
|
|
|
7058
7054
|
|
|
7059
|
-
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7060
|
-
...commonParams
|
|
7061
|
-
}).m(function(Command, cs, config, o) {
|
|
7055
|
+
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7062
7056
|
return [
|
|
7063
7057
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7064
7058
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7072,9 +7066,7 @@ var CreateJobCommand = _CreateJobCommand;
|
|
|
7072
7066
|
|
|
7073
7067
|
|
|
7074
7068
|
|
|
7075
|
-
var _CreateJobTemplateCommand = class _CreateJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7076
|
-
...commonParams
|
|
7077
|
-
}).m(function(Command, cs, config, o) {
|
|
7069
|
+
var _CreateJobTemplateCommand = class _CreateJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7078
7070
|
return [
|
|
7079
7071
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7080
7072
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7088,9 +7080,7 @@ var CreateJobTemplateCommand = _CreateJobTemplateCommand;
|
|
|
7088
7080
|
|
|
7089
7081
|
|
|
7090
7082
|
|
|
7091
|
-
var _CreatePresetCommand = class _CreatePresetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7092
|
-
...commonParams
|
|
7093
|
-
}).m(function(Command, cs, config, o) {
|
|
7083
|
+
var _CreatePresetCommand = class _CreatePresetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7094
7084
|
return [
|
|
7095
7085
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7096
7086
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7104,9 +7094,7 @@ var CreatePresetCommand = _CreatePresetCommand;
|
|
|
7104
7094
|
|
|
7105
7095
|
|
|
7106
7096
|
|
|
7107
|
-
var _CreateQueueCommand = class _CreateQueueCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7108
|
-
...commonParams
|
|
7109
|
-
}).m(function(Command, cs, config, o) {
|
|
7097
|
+
var _CreateQueueCommand = class _CreateQueueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7110
7098
|
return [
|
|
7111
7099
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7112
7100
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7120,9 +7108,7 @@ var CreateQueueCommand = _CreateQueueCommand;
|
|
|
7120
7108
|
|
|
7121
7109
|
|
|
7122
7110
|
|
|
7123
|
-
var _DeleteJobTemplateCommand = class _DeleteJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7124
|
-
...commonParams
|
|
7125
|
-
}).m(function(Command, cs, config, o) {
|
|
7111
|
+
var _DeleteJobTemplateCommand = class _DeleteJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7126
7112
|
return [
|
|
7127
7113
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7128
7114
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7136,9 +7122,7 @@ var DeleteJobTemplateCommand = _DeleteJobTemplateCommand;
|
|
|
7136
7122
|
|
|
7137
7123
|
|
|
7138
7124
|
|
|
7139
|
-
var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7140
|
-
...commonParams
|
|
7141
|
-
}).m(function(Command, cs, config, o) {
|
|
7125
|
+
var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7142
7126
|
return [
|
|
7143
7127
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7144
7128
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7152,9 +7136,7 @@ var DeletePolicyCommand = _DeletePolicyCommand;
|
|
|
7152
7136
|
|
|
7153
7137
|
|
|
7154
7138
|
|
|
7155
|
-
var _DeletePresetCommand = class _DeletePresetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7156
|
-
...commonParams
|
|
7157
|
-
}).m(function(Command, cs, config, o) {
|
|
7139
|
+
var _DeletePresetCommand = class _DeletePresetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7158
7140
|
return [
|
|
7159
7141
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7160
7142
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7168,9 +7150,7 @@ var DeletePresetCommand = _DeletePresetCommand;
|
|
|
7168
7150
|
|
|
7169
7151
|
|
|
7170
7152
|
|
|
7171
|
-
var _DeleteQueueCommand = class _DeleteQueueCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7172
|
-
...commonParams
|
|
7173
|
-
}).m(function(Command, cs, config, o) {
|
|
7153
|
+
var _DeleteQueueCommand = class _DeleteQueueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7174
7154
|
return [
|
|
7175
7155
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7176
7156
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7184,9 +7164,7 @@ var DeleteQueueCommand = _DeleteQueueCommand;
|
|
|
7184
7164
|
|
|
7185
7165
|
|
|
7186
7166
|
|
|
7187
|
-
var _DescribeEndpointsCommand = class _DescribeEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7188
|
-
...commonParams
|
|
7189
|
-
}).m(function(Command, cs, config, o) {
|
|
7167
|
+
var _DescribeEndpointsCommand = class _DescribeEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7190
7168
|
return [
|
|
7191
7169
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7192
7170
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7200,9 +7178,7 @@ var DescribeEndpointsCommand = _DescribeEndpointsCommand;
|
|
|
7200
7178
|
|
|
7201
7179
|
|
|
7202
7180
|
|
|
7203
|
-
var _DisassociateCertificateCommand = class _DisassociateCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7204
|
-
...commonParams
|
|
7205
|
-
}).m(function(Command, cs, config, o) {
|
|
7181
|
+
var _DisassociateCertificateCommand = class _DisassociateCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7206
7182
|
return [
|
|
7207
7183
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7208
7184
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7216,9 +7192,7 @@ var DisassociateCertificateCommand = _DisassociateCertificateCommand;
|
|
|
7216
7192
|
|
|
7217
7193
|
|
|
7218
7194
|
|
|
7219
|
-
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7220
|
-
...commonParams
|
|
7221
|
-
}).m(function(Command, cs, config, o) {
|
|
7195
|
+
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7222
7196
|
return [
|
|
7223
7197
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7224
7198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7232,9 +7206,7 @@ var GetJobCommand = _GetJobCommand;
|
|
|
7232
7206
|
|
|
7233
7207
|
|
|
7234
7208
|
|
|
7235
|
-
var _GetJobTemplateCommand = class _GetJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7236
|
-
...commonParams
|
|
7237
|
-
}).m(function(Command, cs, config, o) {
|
|
7209
|
+
var _GetJobTemplateCommand = class _GetJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7238
7210
|
return [
|
|
7239
7211
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7240
7212
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7248,9 +7220,7 @@ var GetJobTemplateCommand = _GetJobTemplateCommand;
|
|
|
7248
7220
|
|
|
7249
7221
|
|
|
7250
7222
|
|
|
7251
|
-
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7252
|
-
...commonParams
|
|
7253
|
-
}).m(function(Command, cs, config, o) {
|
|
7223
|
+
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7254
7224
|
return [
|
|
7255
7225
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7256
7226
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7264,9 +7234,7 @@ var GetPolicyCommand = _GetPolicyCommand;
|
|
|
7264
7234
|
|
|
7265
7235
|
|
|
7266
7236
|
|
|
7267
|
-
var _GetPresetCommand = class _GetPresetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7268
|
-
...commonParams
|
|
7269
|
-
}).m(function(Command, cs, config, o) {
|
|
7237
|
+
var _GetPresetCommand = class _GetPresetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7270
7238
|
return [
|
|
7271
7239
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7272
7240
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7280,9 +7248,7 @@ var GetPresetCommand = _GetPresetCommand;
|
|
|
7280
7248
|
|
|
7281
7249
|
|
|
7282
7250
|
|
|
7283
|
-
var _GetQueueCommand = class _GetQueueCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7284
|
-
...commonParams
|
|
7285
|
-
}).m(function(Command, cs, config, o) {
|
|
7251
|
+
var _GetQueueCommand = class _GetQueueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7286
7252
|
return [
|
|
7287
7253
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7288
7254
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7296,9 +7262,7 @@ var GetQueueCommand = _GetQueueCommand;
|
|
|
7296
7262
|
|
|
7297
7263
|
|
|
7298
7264
|
|
|
7299
|
-
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7300
|
-
...commonParams
|
|
7301
|
-
}).m(function(Command, cs, config, o) {
|
|
7265
|
+
var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7302
7266
|
return [
|
|
7303
7267
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7304
7268
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7312,9 +7276,7 @@ var ListJobsCommand = _ListJobsCommand;
|
|
|
7312
7276
|
|
|
7313
7277
|
|
|
7314
7278
|
|
|
7315
|
-
var _ListJobTemplatesCommand = class _ListJobTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7316
|
-
...commonParams
|
|
7317
|
-
}).m(function(Command, cs, config, o) {
|
|
7279
|
+
var _ListJobTemplatesCommand = class _ListJobTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7318
7280
|
return [
|
|
7319
7281
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7320
7282
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7328,9 +7290,7 @@ var ListJobTemplatesCommand = _ListJobTemplatesCommand;
|
|
|
7328
7290
|
|
|
7329
7291
|
|
|
7330
7292
|
|
|
7331
|
-
var _ListPresetsCommand = class _ListPresetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7332
|
-
...commonParams
|
|
7333
|
-
}).m(function(Command, cs, config, o) {
|
|
7293
|
+
var _ListPresetsCommand = class _ListPresetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7334
7294
|
return [
|
|
7335
7295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7336
7296
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7344,9 +7304,7 @@ var ListPresetsCommand = _ListPresetsCommand;
|
|
|
7344
7304
|
|
|
7345
7305
|
|
|
7346
7306
|
|
|
7347
|
-
var _ListQueuesCommand = class _ListQueuesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7348
|
-
...commonParams
|
|
7349
|
-
}).m(function(Command, cs, config, o) {
|
|
7307
|
+
var _ListQueuesCommand = class _ListQueuesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7350
7308
|
return [
|
|
7351
7309
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7352
7310
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7360,9 +7318,7 @@ var ListQueuesCommand = _ListQueuesCommand;
|
|
|
7360
7318
|
|
|
7361
7319
|
|
|
7362
7320
|
|
|
7363
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7364
|
-
...commonParams
|
|
7365
|
-
}).m(function(Command, cs, config, o) {
|
|
7321
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7366
7322
|
return [
|
|
7367
7323
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7368
7324
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7376,9 +7332,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
7376
7332
|
|
|
7377
7333
|
|
|
7378
7334
|
|
|
7379
|
-
var _PutPolicyCommand = class _PutPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7380
|
-
...commonParams
|
|
7381
|
-
}).m(function(Command, cs, config, o) {
|
|
7335
|
+
var _PutPolicyCommand = class _PutPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7382
7336
|
return [
|
|
7383
7337
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7384
7338
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7392,9 +7346,7 @@ var PutPolicyCommand = _PutPolicyCommand;
|
|
|
7392
7346
|
|
|
7393
7347
|
|
|
7394
7348
|
|
|
7395
|
-
var _SearchJobsCommand = class _SearchJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7396
|
-
...commonParams
|
|
7397
|
-
}).m(function(Command, cs, config, o) {
|
|
7349
|
+
var _SearchJobsCommand = class _SearchJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7398
7350
|
return [
|
|
7399
7351
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7400
7352
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7408,9 +7360,7 @@ var SearchJobsCommand = _SearchJobsCommand;
|
|
|
7408
7360
|
|
|
7409
7361
|
|
|
7410
7362
|
|
|
7411
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7412
|
-
...commonParams
|
|
7413
|
-
}).m(function(Command, cs, config, o) {
|
|
7363
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7414
7364
|
return [
|
|
7415
7365
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7416
7366
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7424,9 +7374,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
7424
7374
|
|
|
7425
7375
|
|
|
7426
7376
|
|
|
7427
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7428
|
-
...commonParams
|
|
7429
|
-
}).m(function(Command, cs, config, o) {
|
|
7377
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7430
7378
|
return [
|
|
7431
7379
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7432
7380
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7440,9 +7388,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
7440
7388
|
|
|
7441
7389
|
|
|
7442
7390
|
|
|
7443
|
-
var _UpdateJobTemplateCommand = class _UpdateJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7444
|
-
...commonParams
|
|
7445
|
-
}).m(function(Command, cs, config, o) {
|
|
7391
|
+
var _UpdateJobTemplateCommand = class _UpdateJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7446
7392
|
return [
|
|
7447
7393
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7448
7394
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7456,9 +7402,7 @@ var UpdateJobTemplateCommand = _UpdateJobTemplateCommand;
|
|
|
7456
7402
|
|
|
7457
7403
|
|
|
7458
7404
|
|
|
7459
|
-
var _UpdatePresetCommand = class _UpdatePresetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7460
|
-
...commonParams
|
|
7461
|
-
}).m(function(Command, cs, config, o) {
|
|
7405
|
+
var _UpdatePresetCommand = class _UpdatePresetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7462
7406
|
return [
|
|
7463
7407
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7464
7408
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7472,9 +7416,7 @@ var UpdatePresetCommand = _UpdatePresetCommand;
|
|
|
7472
7416
|
|
|
7473
7417
|
|
|
7474
7418
|
|
|
7475
|
-
var _UpdateQueueCommand = class _UpdateQueueCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7476
|
-
...commonParams
|
|
7477
|
-
}).m(function(Command, cs, config, o) {
|
|
7419
|
+
var _UpdateQueueCommand = class _UpdateQueueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7478
7420
|
return [
|
|
7479
7421
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7480
7422
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateCertificateCommand, se_AssociateCertificateCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateCertificateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateJobTemplateCommand, se_CreateJobTemplateCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateJobTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePresetCommand, se_CreatePresetCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePresetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateQueueCommand, se_CreateQueueCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateQueueCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteJobTemplateCommand, se_DeleteJobTemplateCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteJobTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePresetCommand, se_DeletePresetCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePresetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteQueueCommand, se_DeleteQueueCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteQueueCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEndpointsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateCertificateCommand, se_DisassociateCertificateCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateCertificateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetJobTemplateCommand, se_GetJobTemplateCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetJobTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPresetCommand, se_GetPresetCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPresetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetQueueCommand, se_GetQueueCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetQueueCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListJobTemplatesCommand, se_ListJobTemplatesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListJobTemplatesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPresetsCommand, se_ListPresetsCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPresetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListQueuesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchJobsCommand, se_SearchJobsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateJobTemplateCommand, se_UpdateJobTemplateCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateJobTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdatePresetCommand, se_UpdatePresetCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdatePresetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateQueueCommand, se_UpdateQueueCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateQueueCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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,10 +20,10 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|