@aws-sdk/client-internetmonitor 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 +27 -26
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1834,47 +1834,48 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1834
1834
  // Annotate the CommonJS export names for ESM import in node:
1835
1835
 
1836
1836
  0 && (module.exports = {
1837
- AccessDeniedException,
1838
- BadRequestException,
1839
- ConflictException,
1837
+ InternetMonitorServiceException,
1838
+ __Client,
1839
+ InternetMonitorClient,
1840
+ InternetMonitor,
1841
+ $Command,
1840
1842
  CreateMonitorCommand,
1841
1843
  DeleteMonitorCommand,
1842
1844
  GetHealthEventCommand,
1843
1845
  GetMonitorCommand,
1844
1846
  GetQueryResultsCommand,
1845
1847
  GetQueryStatusCommand,
1846
- HealthEventImpactType,
1847
- HealthEventStatus,
1848
- InternalServerErrorException,
1849
- InternalServerException,
1850
- InternetMonitor,
1851
- InternetMonitorClient,
1852
- InternetMonitorServiceException,
1853
- LimitExceededException,
1854
1848
  ListHealthEventsCommand,
1855
1849
  ListMonitorsCommand,
1856
1850
  ListTagsForResourceCommand,
1857
- LocalHealthEventsConfigStatus,
1858
- LogDeliveryStatus,
1859
- MonitorConfigState,
1860
- MonitorProcessingStatusCode,
1861
- NotFoundException,
1862
- Operator,
1863
- QueryStatus,
1864
- QueryType,
1865
- ResourceNotFoundException,
1866
1851
  StartQueryCommand,
1867
1852
  StopQueryCommand,
1868
1853
  TagResourceCommand,
1869
- ThrottlingException,
1870
- TooManyRequestsException,
1871
- TriangulationEventType,
1872
1854
  UntagResourceCommand,
1873
1855
  UpdateMonitorCommand,
1874
- ValidationException,
1875
- __Client,
1876
1856
  paginateGetQueryResults,
1877
1857
  paginateListHealthEvents,
1878
- paginateListMonitors
1858
+ paginateListMonitors,
1859
+ AccessDeniedException,
1860
+ BadRequestException,
1861
+ ConflictException,
1862
+ LocalHealthEventsConfigStatus,
1863
+ LogDeliveryStatus,
1864
+ MonitorConfigState,
1865
+ InternalServerException,
1866
+ LimitExceededException,
1867
+ ThrottlingException,
1868
+ ValidationException,
1869
+ Operator,
1870
+ TriangulationEventType,
1871
+ HealthEventStatus,
1872
+ HealthEventImpactType,
1873
+ MonitorProcessingStatusCode,
1874
+ QueryStatus,
1875
+ InternalServerErrorException,
1876
+ NotFoundException,
1877
+ TooManyRequestsException,
1878
+ QueryType,
1879
+ ResourceNotFoundException
1879
1880
  });
1880
1881
 
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.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-internetmonitor",
@@ -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",