@aws-sdk/client-networkmonitor 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +16 -15
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1473,33 +1473,34 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1473
1473
  // Annotate the CommonJS export names for ESM import in node:
1474
1474
 
1475
1475
  0 && (module.exports = {
1476
- AccessDeniedException,
1477
- AddressFamily,
1478
- ConflictException,
1476
+ NetworkMonitorServiceException,
1477
+ __Client,
1478
+ NetworkMonitorClient,
1479
+ NetworkMonitor,
1480
+ $Command,
1479
1481
  CreateMonitorCommand,
1480
1482
  CreateProbeCommand,
1481
1483
  DeleteMonitorCommand,
1482
1484
  DeleteProbeCommand,
1483
1485
  GetMonitorCommand,
1484
1486
  GetProbeCommand,
1485
- InternalServerException,
1486
1487
  ListMonitorsCommand,
1487
1488
  ListTagsForResourceCommand,
1488
- MonitorState,
1489
- NetworkMonitor,
1490
- NetworkMonitorClient,
1491
- NetworkMonitorServiceException,
1492
- ProbeState,
1493
- Protocol,
1494
- ResourceNotFoundException,
1495
- ServiceQuotaExceededException,
1496
1489
  TagResourceCommand,
1497
- ThrottlingException,
1498
1490
  UntagResourceCommand,
1499
1491
  UpdateMonitorCommand,
1500
1492
  UpdateProbeCommand,
1493
+ paginateListMonitors,
1494
+ AccessDeniedException,
1495
+ AddressFamily,
1496
+ ConflictException,
1497
+ Protocol,
1498
+ MonitorState,
1499
+ InternalServerException,
1500
+ ServiceQuotaExceededException,
1501
+ ThrottlingException,
1501
1502
  ValidationException,
1502
- __Client,
1503
- paginateListMonitors
1503
+ ProbeState,
1504
+ ResourceNotFoundException
1504
1505
  });
1505
1506
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-networkmonitor",
3
3
  "description": "AWS SDK for JavaScript Networkmonitor Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-networkmonitor",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",