@aws-sdk/client-rum 3.590.0 → 3.596.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 (39) hide show
  1. package/dist-cjs/index.js +0 -17
  2. package/dist-types/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +2 -1
  3. package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAppMonitorCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteAppMonitorCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +2 -1
  8. package/dist-types/commands/GetAppMonitorCommand.d.ts +2 -1
  9. package/dist-types/commands/GetAppMonitorDataCommand.d.ts +2 -1
  10. package/dist-types/commands/ListAppMonitorsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +2 -1
  12. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/PutRumEventsCommand.d.ts +2 -1
  14. package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +2 -1
  15. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/UpdateAppMonitorCommand.d.ts +2 -1
  18. package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +2 -1
  19. package/dist-types/index.d.ts +2 -2
  20. package/dist-types/models/RUMServiceException.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/BatchGetRumMetricDefinitionsCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DeleteRumMetricsDestinationCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ListRumMetricsDestinationsCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/PutRumMetricsDestinationCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/UpdateRumMetricDefinitionCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/models/RUMServiceException.d.ts +2 -1
  39. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -210,7 +210,6 @@ var RUMClient = _RUMClient;
210
210
 
211
211
  var import_middleware_serde = require("@smithy/middleware-serde");
212
212
 
213
- var import_types = require("@smithy/types");
214
213
 
215
214
  // src/protocols/Aws_restJson1.ts
216
215
  var import_core2 = require("@aws-sdk/core");
@@ -1105,7 +1104,6 @@ var BatchCreateRumMetricDefinitionsCommand = _BatchCreateRumMetricDefinitionsCom
1105
1104
 
1106
1105
 
1107
1106
 
1108
-
1109
1107
  var _BatchDeleteRumMetricDefinitionsCommand = class _BatchDeleteRumMetricDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
1110
1108
  ...commonParams
1111
1109
  }).m(function(Command, cs, config, o) {
@@ -1122,7 +1120,6 @@ var BatchDeleteRumMetricDefinitionsCommand = _BatchDeleteRumMetricDefinitionsCom
1122
1120
 
1123
1121
 
1124
1122
 
1125
-
1126
1123
  var _BatchGetRumMetricDefinitionsCommand = class _BatchGetRumMetricDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
1127
1124
  ...commonParams
1128
1125
  }).m(function(Command, cs, config, o) {
@@ -1139,7 +1136,6 @@ var BatchGetRumMetricDefinitionsCommand = _BatchGetRumMetricDefinitionsCommand;
1139
1136
 
1140
1137
 
1141
1138
 
1142
-
1143
1139
  var _CreateAppMonitorCommand = class _CreateAppMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
1144
1140
  ...commonParams
1145
1141
  }).m(function(Command, cs, config, o) {
@@ -1156,7 +1152,6 @@ var CreateAppMonitorCommand = _CreateAppMonitorCommand;
1156
1152
 
1157
1153
 
1158
1154
 
1159
-
1160
1155
  var _DeleteAppMonitorCommand = class _DeleteAppMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
1161
1156
  ...commonParams
1162
1157
  }).m(function(Command, cs, config, o) {
@@ -1173,7 +1168,6 @@ var DeleteAppMonitorCommand = _DeleteAppMonitorCommand;
1173
1168
 
1174
1169
 
1175
1170
 
1176
-
1177
1171
  var _DeleteRumMetricsDestinationCommand = class _DeleteRumMetricsDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1178
1172
  ...commonParams
1179
1173
  }).m(function(Command, cs, config, o) {
@@ -1190,7 +1184,6 @@ var DeleteRumMetricsDestinationCommand = _DeleteRumMetricsDestinationCommand;
1190
1184
 
1191
1185
 
1192
1186
 
1193
-
1194
1187
  var _GetAppMonitorCommand = class _GetAppMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
1195
1188
  ...commonParams
1196
1189
  }).m(function(Command, cs, config, o) {
@@ -1207,7 +1200,6 @@ var GetAppMonitorCommand = _GetAppMonitorCommand;
1207
1200
 
1208
1201
 
1209
1202
 
1210
-
1211
1203
  var _GetAppMonitorDataCommand = class _GetAppMonitorDataCommand extends import_smithy_client.Command.classBuilder().ep({
1212
1204
  ...commonParams
1213
1205
  }).m(function(Command, cs, config, o) {
@@ -1224,7 +1216,6 @@ var GetAppMonitorDataCommand = _GetAppMonitorDataCommand;
1224
1216
 
1225
1217
 
1226
1218
 
1227
-
1228
1219
  var _ListAppMonitorsCommand = class _ListAppMonitorsCommand extends import_smithy_client.Command.classBuilder().ep({
1229
1220
  ...commonParams
1230
1221
  }).m(function(Command, cs, config, o) {
@@ -1241,7 +1232,6 @@ var ListAppMonitorsCommand = _ListAppMonitorsCommand;
1241
1232
 
1242
1233
 
1243
1234
 
1244
-
1245
1235
  var _ListRumMetricsDestinationsCommand = class _ListRumMetricsDestinationsCommand extends import_smithy_client.Command.classBuilder().ep({
1246
1236
  ...commonParams
1247
1237
  }).m(function(Command, cs, config, o) {
@@ -1258,7 +1248,6 @@ var ListRumMetricsDestinationsCommand = _ListRumMetricsDestinationsCommand;
1258
1248
 
1259
1249
 
1260
1250
 
1261
-
1262
1251
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1263
1252
  ...commonParams
1264
1253
  }).m(function(Command, cs, config, o) {
@@ -1275,7 +1264,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1275
1264
 
1276
1265
 
1277
1266
 
1278
-
1279
1267
  var _PutRumEventsCommand = class _PutRumEventsCommand extends import_smithy_client.Command.classBuilder().ep({
1280
1268
  ...commonParams
1281
1269
  }).m(function(Command, cs, config, o) {
@@ -1292,7 +1280,6 @@ var PutRumEventsCommand = _PutRumEventsCommand;
1292
1280
 
1293
1281
 
1294
1282
 
1295
-
1296
1283
  var _PutRumMetricsDestinationCommand = class _PutRumMetricsDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1297
1284
  ...commonParams
1298
1285
  }).m(function(Command, cs, config, o) {
@@ -1309,7 +1296,6 @@ var PutRumMetricsDestinationCommand = _PutRumMetricsDestinationCommand;
1309
1296
 
1310
1297
 
1311
1298
 
1312
-
1313
1299
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1314
1300
  ...commonParams
1315
1301
  }).m(function(Command, cs, config, o) {
@@ -1326,7 +1312,6 @@ var TagResourceCommand = _TagResourceCommand;
1326
1312
 
1327
1313
 
1328
1314
 
1329
-
1330
1315
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1331
1316
  ...commonParams
1332
1317
  }).m(function(Command, cs, config, o) {
@@ -1343,7 +1328,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1343
1328
 
1344
1329
 
1345
1330
 
1346
-
1347
1331
  var _UpdateAppMonitorCommand = class _UpdateAppMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
1348
1332
  ...commonParams
1349
1333
  }).m(function(Command, cs, config, o) {
@@ -1360,7 +1344,6 @@ var UpdateAppMonitorCommand = _UpdateAppMonitorCommand;
1360
1344
 
1361
1345
 
1362
1346
 
1363
-
1364
1347
  var _UpdateRumMetricDefinitionCommand = class _UpdateRumMetricDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
1365
1348
  ...commonParams
1366
1349
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -13,8 +13,8 @@
13
13
  export * from "./RUMClient";
14
14
  export * from "./RUM";
15
15
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
16
- export { RuntimeExtension } from "./runtimeExtensions";
17
- export { RUMExtensionConfiguration } from "./extensionConfiguration";
16
+ export type { RuntimeExtension } from "./runtimeExtensions";
17
+ export type { RUMExtensionConfiguration } from "./extensionConfiguration";
18
18
  export * from "./commands";
19
19
  export * from "./pagination";
20
20
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchCreateRumMetricDefinitionsCommandInput
14
15
  extends BatchCreateRumMetricDefinitionsRequest {}
15
16
  export interface BatchCreateRumMetricDefinitionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchDeleteRumMetricDefinitionsCommandInput
14
15
  extends BatchDeleteRumMetricDefinitionsRequest {}
15
16
  export interface BatchDeleteRumMetricDefinitionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchGetRumMetricDefinitionsCommandInput
14
15
  extends BatchGetRumMetricDefinitionsRequest {}
15
16
  export interface BatchGetRumMetricDefinitionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAppMonitorCommandInput extends CreateAppMonitorRequest {}
14
15
  export interface CreateAppMonitorCommandOutput
15
16
  extends CreateAppMonitorResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAppMonitorCommandInput extends DeleteAppMonitorRequest {}
14
15
  export interface DeleteAppMonitorCommandOutput
15
16
  extends DeleteAppMonitorResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteRumMetricsDestinationCommandInput
14
15
  extends DeleteRumMetricsDestinationRequest {}
15
16
  export interface DeleteRumMetricsDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAppMonitorCommandInput extends GetAppMonitorRequest {}
14
15
  export interface GetAppMonitorCommandOutput
15
16
  extends GetAppMonitorResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAppMonitorDataCommandInput
14
15
  extends GetAppMonitorDataRequest {}
15
16
  export interface GetAppMonitorDataCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAppMonitorsCommandInput extends ListAppMonitorsRequest {}
14
15
  export interface ListAppMonitorsCommandOutput
15
16
  extends ListAppMonitorsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListRumMetricsDestinationsCommandInput
14
15
  extends ListRumMetricsDestinationsRequest {}
15
16
  export interface ListRumMetricsDestinationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RUMClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PutRumEventsCommandInput extends PutRumEventsRequest {}
11
12
  export interface PutRumEventsCommandOutput
12
13
  extends PutRumEventsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutRumMetricsDestinationCommandInput
14
15
  extends PutRumMetricsDestinationRequest {}
15
16
  export interface PutRumMetricsDestinationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RUMClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateAppMonitorCommandInput extends UpdateAppMonitorRequest {}
14
15
  export interface UpdateAppMonitorCommandOutput
15
16
  extends UpdateAppMonitorResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RUMClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateRumMetricDefinitionCommandInput
14
15
  extends UpdateRumMetricDefinitionRequest {}
15
16
  export interface UpdateRumMetricDefinitionCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class RUMServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.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,10 +20,10 @@
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-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",