@aws-sdk/client-internetmonitor 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 +16 -48
- package/dist-es/commands/CreateMonitorCommand.js +1 -3
- package/dist-es/commands/DeleteMonitorCommand.js +1 -3
- package/dist-es/commands/GetHealthEventCommand.js +1 -3
- package/dist-es/commands/GetInternetEventCommand.js +1 -3
- package/dist-es/commands/GetMonitorCommand.js +1 -3
- package/dist-es/commands/GetQueryResultsCommand.js +1 -3
- package/dist-es/commands/GetQueryStatusCommand.js +1 -3
- package/dist-es/commands/ListHealthEventsCommand.js +1 -3
- package/dist-es/commands/ListInternetEventsCommand.js +1 -3
- package/dist-es/commands/ListMonitorsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartQueryCommand.js +1 -3
- package/dist-es/commands/StopQueryCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateMonitorCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1314,9 +1314,7 @@ var _TK = "TagKeys";
|
|
|
1314
1314
|
var _tK = "tagKeys";
|
|
1315
1315
|
|
|
1316
1316
|
// src/commands/CreateMonitorCommand.ts
|
|
1317
|
-
var _CreateMonitorCommand = class _CreateMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1318
|
-
...commonParams
|
|
1319
|
-
}).m(function(Command, cs, config, o) {
|
|
1317
|
+
var _CreateMonitorCommand = class _CreateMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1320
1318
|
return [
|
|
1321
1319
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1322
1320
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1330,9 +1328,7 @@ var CreateMonitorCommand = _CreateMonitorCommand;
|
|
|
1330
1328
|
|
|
1331
1329
|
|
|
1332
1330
|
|
|
1333
|
-
var _DeleteMonitorCommand = class _DeleteMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1334
|
-
...commonParams
|
|
1335
|
-
}).m(function(Command, cs, config, o) {
|
|
1331
|
+
var _DeleteMonitorCommand = class _DeleteMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1336
1332
|
return [
|
|
1337
1333
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1338
1334
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1346,9 +1342,7 @@ var DeleteMonitorCommand = _DeleteMonitorCommand;
|
|
|
1346
1342
|
|
|
1347
1343
|
|
|
1348
1344
|
|
|
1349
|
-
var _GetHealthEventCommand = class _GetHealthEventCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1350
|
-
...commonParams
|
|
1351
|
-
}).m(function(Command, cs, config, o) {
|
|
1345
|
+
var _GetHealthEventCommand = class _GetHealthEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1352
1346
|
return [
|
|
1353
1347
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1354
1348
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1362,9 +1356,7 @@ var GetHealthEventCommand = _GetHealthEventCommand;
|
|
|
1362
1356
|
|
|
1363
1357
|
|
|
1364
1358
|
|
|
1365
|
-
var _GetInternetEventCommand = class _GetInternetEventCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1366
|
-
...commonParams
|
|
1367
|
-
}).m(function(Command, cs, config, o) {
|
|
1359
|
+
var _GetInternetEventCommand = class _GetInternetEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1368
1360
|
return [
|
|
1369
1361
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1370
1362
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1378,9 +1370,7 @@ var GetInternetEventCommand = _GetInternetEventCommand;
|
|
|
1378
1370
|
|
|
1379
1371
|
|
|
1380
1372
|
|
|
1381
|
-
var _GetMonitorCommand = class _GetMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1382
|
-
...commonParams
|
|
1383
|
-
}).m(function(Command, cs, config, o) {
|
|
1373
|
+
var _GetMonitorCommand = class _GetMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1384
1374
|
return [
|
|
1385
1375
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1386
1376
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1394,9 +1384,7 @@ var GetMonitorCommand = _GetMonitorCommand;
|
|
|
1394
1384
|
|
|
1395
1385
|
|
|
1396
1386
|
|
|
1397
|
-
var _GetQueryResultsCommand = class _GetQueryResultsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1398
|
-
...commonParams
|
|
1399
|
-
}).m(function(Command, cs, config, o) {
|
|
1387
|
+
var _GetQueryResultsCommand = class _GetQueryResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1400
1388
|
return [
|
|
1401
1389
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1402
1390
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1410,9 +1398,7 @@ var GetQueryResultsCommand = _GetQueryResultsCommand;
|
|
|
1410
1398
|
|
|
1411
1399
|
|
|
1412
1400
|
|
|
1413
|
-
var _GetQueryStatusCommand = class _GetQueryStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1414
|
-
...commonParams
|
|
1415
|
-
}).m(function(Command, cs, config, o) {
|
|
1401
|
+
var _GetQueryStatusCommand = class _GetQueryStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1416
1402
|
return [
|
|
1417
1403
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1418
1404
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1426,9 +1412,7 @@ var GetQueryStatusCommand = _GetQueryStatusCommand;
|
|
|
1426
1412
|
|
|
1427
1413
|
|
|
1428
1414
|
|
|
1429
|
-
var _ListHealthEventsCommand = class _ListHealthEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1430
|
-
...commonParams
|
|
1431
|
-
}).m(function(Command, cs, config, o) {
|
|
1415
|
+
var _ListHealthEventsCommand = class _ListHealthEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1432
1416
|
return [
|
|
1433
1417
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1434
1418
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1442,9 +1426,7 @@ var ListHealthEventsCommand = _ListHealthEventsCommand;
|
|
|
1442
1426
|
|
|
1443
1427
|
|
|
1444
1428
|
|
|
1445
|
-
var _ListInternetEventsCommand = class _ListInternetEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1446
|
-
...commonParams
|
|
1447
|
-
}).m(function(Command, cs, config, o) {
|
|
1429
|
+
var _ListInternetEventsCommand = class _ListInternetEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1448
1430
|
return [
|
|
1449
1431
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1450
1432
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1458,9 +1440,7 @@ var ListInternetEventsCommand = _ListInternetEventsCommand;
|
|
|
1458
1440
|
|
|
1459
1441
|
|
|
1460
1442
|
|
|
1461
|
-
var _ListMonitorsCommand = class _ListMonitorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1462
|
-
...commonParams
|
|
1463
|
-
}).m(function(Command, cs, config, o) {
|
|
1443
|
+
var _ListMonitorsCommand = class _ListMonitorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1464
1444
|
return [
|
|
1465
1445
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1466
1446
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1474,9 +1454,7 @@ var ListMonitorsCommand = _ListMonitorsCommand;
|
|
|
1474
1454
|
|
|
1475
1455
|
|
|
1476
1456
|
|
|
1477
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1478
|
-
...commonParams
|
|
1479
|
-
}).m(function(Command, cs, config, o) {
|
|
1457
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1480
1458
|
return [
|
|
1481
1459
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1482
1460
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1490,9 +1468,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1490
1468
|
|
|
1491
1469
|
|
|
1492
1470
|
|
|
1493
|
-
var _StartQueryCommand = class _StartQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1494
|
-
...commonParams
|
|
1495
|
-
}).m(function(Command, cs, config, o) {
|
|
1471
|
+
var _StartQueryCommand = class _StartQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1496
1472
|
return [
|
|
1497
1473
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1498
1474
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1506,9 +1482,7 @@ var StartQueryCommand = _StartQueryCommand;
|
|
|
1506
1482
|
|
|
1507
1483
|
|
|
1508
1484
|
|
|
1509
|
-
var _StopQueryCommand = class _StopQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1510
|
-
...commonParams
|
|
1511
|
-
}).m(function(Command, cs, config, o) {
|
|
1485
|
+
var _StopQueryCommand = class _StopQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1512
1486
|
return [
|
|
1513
1487
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1514
1488
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1522,9 +1496,7 @@ var StopQueryCommand = _StopQueryCommand;
|
|
|
1522
1496
|
|
|
1523
1497
|
|
|
1524
1498
|
|
|
1525
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1526
|
-
...commonParams
|
|
1527
|
-
}).m(function(Command, cs, config, o) {
|
|
1499
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1528
1500
|
return [
|
|
1529
1501
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1530
1502
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1538,9 +1510,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1538
1510
|
|
|
1539
1511
|
|
|
1540
1512
|
|
|
1541
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1542
|
-
...commonParams
|
|
1543
|
-
}).m(function(Command, cs, config, o) {
|
|
1513
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1544
1514
|
return [
|
|
1545
1515
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1546
1516
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1554,9 +1524,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1554
1524
|
|
|
1555
1525
|
|
|
1556
1526
|
|
|
1557
|
-
var _UpdateMonitorCommand = class _UpdateMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1558
|
-
...commonParams
|
|
1559
|
-
}).m(function(Command, cs, config, o) {
|
|
1527
|
+
var _UpdateMonitorCommand = class _UpdateMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1560
1528
|
return [
|
|
1561
1529
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1562
1530
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateMonitorCommand, se_CreateMonitorCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateMonitorCommand 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_DeleteMonitorCommand, se_DeleteMonitorCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMonitorCommand 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_GetHealthEventCommand, se_GetHealthEventCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetHealthEventCommand 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_GetInternetEventCommand, se_GetInternetEventCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetInternetEventCommand 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_GetMonitorCommand, se_GetMonitorCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMonitorCommand 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_GetQueryResultsCommand, se_GetQueryResultsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetQueryResultsCommand 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_GetQueryStatusCommand, se_GetQueryStatusCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetQueryStatusCommand 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_ListHealthEventsCommand, se_ListHealthEventsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListHealthEventsCommand 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_ListInternetEventsCommand, se_ListInternetEventsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListInternetEventsCommand 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_ListMonitorsCommand, se_ListMonitorsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMonitorsCommand 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_StartQueryCommand, se_StartQueryCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartQueryCommand 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_StopQueryCommand, se_StopQueryCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopQueryCommand 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_UpdateMonitorCommand, se_UpdateMonitorCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateMonitorCommand 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-internetmonitor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Internetmonitor 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-internetmonitor",
|
|
@@ -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",
|