@aws-sdk/client-rum 3.588.0 → 3.592.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.
- package/dist-cjs/index.js +0 -17
- package/dist-types/RUMClient.d.ts +4 -4
- package/dist-types/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +2 -1
- package/dist-types/commands/GetAppMonitorCommand.d.ts +2 -1
- package/dist-types/commands/GetAppMonitorDataCommand.d.ts +2 -1
- package/dist-types/commands/ListAppMonitorsCommand.d.ts +2 -1
- package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutRumEventsCommand.d.ts +2 -1
- package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppMonitorCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/RUMServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/RUMClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetRumMetricDefinitionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRumMetricsDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRumMetricsDestinationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutRumMetricsDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRumMetricDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/RUMServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- 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) {
|
|
@@ -107,15 +107,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
107
107
|
* Enables FIPS compatible endpoints.
|
|
108
108
|
*/
|
|
109
109
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
110
|
+
/**
|
|
111
|
+
* The AWS region to which this client will send requests
|
|
112
|
+
*/
|
|
113
|
+
region?: string | __Provider<string>;
|
|
110
114
|
/**
|
|
111
115
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
112
116
|
* @internal
|
|
113
117
|
*/
|
|
114
118
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
115
|
-
/**
|
|
116
|
-
* The AWS region to which this client will send requests
|
|
117
|
-
*/
|
|
118
|
-
region?: string | __Provider<string>;
|
|
119
119
|
/**
|
|
120
120
|
* Default credentials provider; Not available in browser runtime.
|
|
121
121
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -172,8 +172,8 @@ export interface ClientDefaults
|
|
|
172
172
|
serviceId?: string;
|
|
173
173
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
174
174
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
175
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
176
175
|
region?: string | __Provider<string>;
|
|
176
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
177
177
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
178
178
|
maxAttempts?: number | __Provider<number>;
|
|
179
179
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../RUMClient";
|
|
12
|
-
export { __MetadataBearer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class RUMServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: RUMClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.
|
|
4
|
+
"version": "3.592.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.
|
|
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.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.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.
|
|
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",
|