@aws-sdk/client-rum 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 +17 -16
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1898,41 +1898,42 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1898
1898
  // Annotate the CommonJS export names for ESM import in node:
1899
1899
 
1900
1900
  0 && (module.exports = {
1901
- AccessDeniedException,
1901
+ RUMServiceException,
1902
+ __Client,
1903
+ RUMClient,
1904
+ RUM,
1905
+ $Command,
1902
1906
  BatchCreateRumMetricDefinitionsCommand,
1903
1907
  BatchDeleteRumMetricDefinitionsCommand,
1904
1908
  BatchGetRumMetricDefinitionsCommand,
1905
- ConflictException,
1906
1909
  CreateAppMonitorCommand,
1907
- CustomEventsStatus,
1908
1910
  DeleteAppMonitorCommand,
1909
1911
  DeleteRumMetricsDestinationCommand,
1910
1912
  GetAppMonitorCommand,
1911
1913
  GetAppMonitorDataCommand,
1912
- InternalServerException,
1913
1914
  ListAppMonitorsCommand,
1914
1915
  ListRumMetricsDestinationsCommand,
1915
1916
  ListTagsForResourceCommand,
1916
- MetricDestination,
1917
1917
  PutRumEventsCommand,
1918
1918
  PutRumMetricsDestinationCommand,
1919
- RUM,
1920
- RUMClient,
1921
- RUMServiceException,
1922
- ResourceNotFoundException,
1923
- ServiceQuotaExceededException,
1924
- StateEnum,
1925
1919
  TagResourceCommand,
1926
- Telemetry,
1927
- ThrottlingException,
1928
1920
  UntagResourceCommand,
1929
1921
  UpdateAppMonitorCommand,
1930
1922
  UpdateRumMetricDefinitionCommand,
1931
- ValidationException,
1932
- __Client,
1933
1923
  paginateBatchGetRumMetricDefinitions,
1934
1924
  paginateGetAppMonitorData,
1935
1925
  paginateListAppMonitors,
1936
- paginateListRumMetricsDestinations
1926
+ paginateListRumMetricsDestinations,
1927
+ AccessDeniedException,
1928
+ Telemetry,
1929
+ CustomEventsStatus,
1930
+ StateEnum,
1931
+ MetricDestination,
1932
+ ConflictException,
1933
+ InternalServerException,
1934
+ ResourceNotFoundException,
1935
+ ServiceQuotaExceededException,
1936
+ ThrottlingException,
1937
+ ValidationException
1937
1938
  });
1938
1939
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rum",
3
3
  "description": "AWS SDK for JavaScript Rum 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-rum",
@@ -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",