@aws-sdk/client-acm 3.649.0 → 3.651.1
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 +15 -45
- package/dist-es/commands/AddTagsToCertificateCommand.js +1 -3
- package/dist-es/commands/DeleteCertificateCommand.js +1 -3
- package/dist-es/commands/DescribeCertificateCommand.js +1 -3
- package/dist-es/commands/ExportCertificateCommand.js +1 -3
- package/dist-es/commands/GetAccountConfigurationCommand.js +1 -3
- package/dist-es/commands/GetCertificateCommand.js +1 -3
- package/dist-es/commands/ImportCertificateCommand.js +1 -3
- package/dist-es/commands/ListCertificatesCommand.js +1 -3
- package/dist-es/commands/ListTagsForCertificateCommand.js +1 -3
- package/dist-es/commands/PutAccountConfigurationCommand.js +1 -3
- package/dist-es/commands/RemoveTagsFromCertificateCommand.js +1 -3
- package/dist-es/commands/RenewCertificateCommand.js +1 -3
- package/dist-es/commands/RequestCertificateCommand.js +1 -3
- package/dist-es/commands/ResendValidationEmailCommand.js +1 -3
- package/dist-es/commands/UpdateCertificateOptionsCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1244,9 +1244,7 @@ function sharedHeaders(operation) {
|
|
|
1244
1244
|
__name(sharedHeaders, "sharedHeaders");
|
|
1245
1245
|
|
|
1246
1246
|
// src/commands/AddTagsToCertificateCommand.ts
|
|
1247
|
-
var _AddTagsToCertificateCommand = class _AddTagsToCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1248
|
-
...commonParams
|
|
1249
|
-
}).m(function(Command, cs, config, o) {
|
|
1247
|
+
var _AddTagsToCertificateCommand = class _AddTagsToCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1250
1248
|
return [
|
|
1251
1249
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1252
1250
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1260,9 +1258,7 @@ var AddTagsToCertificateCommand = _AddTagsToCertificateCommand;
|
|
|
1260
1258
|
|
|
1261
1259
|
|
|
1262
1260
|
|
|
1263
|
-
var _DeleteCertificateCommand = class _DeleteCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1264
|
-
...commonParams
|
|
1265
|
-
}).m(function(Command, cs, config, o) {
|
|
1261
|
+
var _DeleteCertificateCommand = class _DeleteCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1266
1262
|
return [
|
|
1267
1263
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1268
1264
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1276,9 +1272,7 @@ var DeleteCertificateCommand = _DeleteCertificateCommand;
|
|
|
1276
1272
|
|
|
1277
1273
|
|
|
1278
1274
|
|
|
1279
|
-
var _DescribeCertificateCommand = class _DescribeCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1280
|
-
...commonParams
|
|
1281
|
-
}).m(function(Command, cs, config, o) {
|
|
1275
|
+
var _DescribeCertificateCommand = class _DescribeCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1282
1276
|
return [
|
|
1283
1277
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1284
1278
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1292,9 +1286,7 @@ var DescribeCertificateCommand = _DescribeCertificateCommand;
|
|
|
1292
1286
|
|
|
1293
1287
|
|
|
1294
1288
|
|
|
1295
|
-
var _ExportCertificateCommand = class _ExportCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1296
|
-
...commonParams
|
|
1297
|
-
}).m(function(Command, cs, config, o) {
|
|
1289
|
+
var _ExportCertificateCommand = class _ExportCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1298
1290
|
return [
|
|
1299
1291
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1300
1292
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1308,9 +1300,7 @@ var ExportCertificateCommand = _ExportCertificateCommand;
|
|
|
1308
1300
|
|
|
1309
1301
|
|
|
1310
1302
|
|
|
1311
|
-
var _GetAccountConfigurationCommand = class _GetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1312
|
-
...commonParams
|
|
1313
|
-
}).m(function(Command, cs, config, o) {
|
|
1303
|
+
var _GetAccountConfigurationCommand = class _GetAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1314
1304
|
return [
|
|
1315
1305
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1316
1306
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1324,9 +1314,7 @@ var GetAccountConfigurationCommand = _GetAccountConfigurationCommand;
|
|
|
1324
1314
|
|
|
1325
1315
|
|
|
1326
1316
|
|
|
1327
|
-
var _GetCertificateCommand = class _GetCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1328
|
-
...commonParams
|
|
1329
|
-
}).m(function(Command, cs, config, o) {
|
|
1317
|
+
var _GetCertificateCommand = class _GetCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1330
1318
|
return [
|
|
1331
1319
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1332
1320
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1340,9 +1328,7 @@ var GetCertificateCommand = _GetCertificateCommand;
|
|
|
1340
1328
|
|
|
1341
1329
|
|
|
1342
1330
|
|
|
1343
|
-
var _ImportCertificateCommand = class _ImportCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1344
|
-
...commonParams
|
|
1345
|
-
}).m(function(Command, cs, config, o) {
|
|
1331
|
+
var _ImportCertificateCommand = class _ImportCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1346
1332
|
return [
|
|
1347
1333
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1348
1334
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1356,9 +1342,7 @@ var ImportCertificateCommand = _ImportCertificateCommand;
|
|
|
1356
1342
|
|
|
1357
1343
|
|
|
1358
1344
|
|
|
1359
|
-
var _ListCertificatesCommand = class _ListCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1360
|
-
...commonParams
|
|
1361
|
-
}).m(function(Command, cs, config, o) {
|
|
1345
|
+
var _ListCertificatesCommand = class _ListCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1362
1346
|
return [
|
|
1363
1347
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1364
1348
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1372,9 +1356,7 @@ var ListCertificatesCommand = _ListCertificatesCommand;
|
|
|
1372
1356
|
|
|
1373
1357
|
|
|
1374
1358
|
|
|
1375
|
-
var _ListTagsForCertificateCommand = class _ListTagsForCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1376
|
-
...commonParams
|
|
1377
|
-
}).m(function(Command, cs, config, o) {
|
|
1359
|
+
var _ListTagsForCertificateCommand = class _ListTagsForCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1378
1360
|
return [
|
|
1379
1361
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1380
1362
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1388,9 +1370,7 @@ var ListTagsForCertificateCommand = _ListTagsForCertificateCommand;
|
|
|
1388
1370
|
|
|
1389
1371
|
|
|
1390
1372
|
|
|
1391
|
-
var _PutAccountConfigurationCommand = class _PutAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1392
|
-
...commonParams
|
|
1393
|
-
}).m(function(Command, cs, config, o) {
|
|
1373
|
+
var _PutAccountConfigurationCommand = class _PutAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1394
1374
|
return [
|
|
1395
1375
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1396
1376
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1404,9 +1384,7 @@ var PutAccountConfigurationCommand = _PutAccountConfigurationCommand;
|
|
|
1404
1384
|
|
|
1405
1385
|
|
|
1406
1386
|
|
|
1407
|
-
var _RemoveTagsFromCertificateCommand = class _RemoveTagsFromCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1408
|
-
...commonParams
|
|
1409
|
-
}).m(function(Command, cs, config, o) {
|
|
1387
|
+
var _RemoveTagsFromCertificateCommand = class _RemoveTagsFromCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1410
1388
|
return [
|
|
1411
1389
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1412
1390
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1420,9 +1398,7 @@ var RemoveTagsFromCertificateCommand = _RemoveTagsFromCertificateCommand;
|
|
|
1420
1398
|
|
|
1421
1399
|
|
|
1422
1400
|
|
|
1423
|
-
var _RenewCertificateCommand = class _RenewCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1424
|
-
...commonParams
|
|
1425
|
-
}).m(function(Command, cs, config, o) {
|
|
1401
|
+
var _RenewCertificateCommand = class _RenewCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1426
1402
|
return [
|
|
1427
1403
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1428
1404
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1436,9 +1412,7 @@ var RenewCertificateCommand = _RenewCertificateCommand;
|
|
|
1436
1412
|
|
|
1437
1413
|
|
|
1438
1414
|
|
|
1439
|
-
var _RequestCertificateCommand = class _RequestCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1440
|
-
...commonParams
|
|
1441
|
-
}).m(function(Command, cs, config, o) {
|
|
1415
|
+
var _RequestCertificateCommand = class _RequestCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1442
1416
|
return [
|
|
1443
1417
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1444
1418
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1452,9 +1426,7 @@ var RequestCertificateCommand = _RequestCertificateCommand;
|
|
|
1452
1426
|
|
|
1453
1427
|
|
|
1454
1428
|
|
|
1455
|
-
var _ResendValidationEmailCommand = class _ResendValidationEmailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1456
|
-
...commonParams
|
|
1457
|
-
}).m(function(Command, cs, config, o) {
|
|
1429
|
+
var _ResendValidationEmailCommand = class _ResendValidationEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1458
1430
|
return [
|
|
1459
1431
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1460
1432
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1468,9 +1440,7 @@ var ResendValidationEmailCommand = _ResendValidationEmailCommand;
|
|
|
1468
1440
|
|
|
1469
1441
|
|
|
1470
1442
|
|
|
1471
|
-
var _UpdateCertificateOptionsCommand = class _UpdateCertificateOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1472
|
-
...commonParams
|
|
1473
|
-
}).m(function(Command, cs, config, o) {
|
|
1443
|
+
var _UpdateCertificateOptionsCommand = class _UpdateCertificateOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1474
1444
|
return [
|
|
1475
1445
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1476
1446
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AddTagsToCertificateCommand, se_AddTagsToCertificateCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddTagsToCertificateCommand 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_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCertificateCommand 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_DescribeCertificateCommand, se_DescribeCertificateCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeCertificateCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_ExportCertificateCommand, se_ExportCertificateCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ExportCertificateCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAccountConfigurationCommand, se_GetAccountConfigurationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAccountConfigurationCommand 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_GetCertificateCommand, se_GetCertificateCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCertificateCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_ImportCertificateCommand, se_ImportCertificateCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ImportCertificateCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCertificatesCommand 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_ListTagsForCertificateCommand, se_ListTagsForCertificateCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForCertificateCommand 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_PutAccountConfigurationCommand, se_PutAccountConfigurationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutAccountConfigurationCommand 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_RemoveTagsFromCertificateCommand, se_RemoveTagsFromCertificateComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveTagsFromCertificateCommand 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_RenewCertificateCommand, se_RenewCertificateCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RenewCertificateCommand 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_RequestCertificateCommand, se_RequestCertificateCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RequestCertificateCommand 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_ResendValidationEmailCommand, se_ResendValidationEmailCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ResendValidationEmailCommand 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_UpdateCertificateOptionsCommand, se_UpdateCertificateOptionsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateCertificateOptionsCommand 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-acm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-acm",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
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",
|