@aws-sdk/client-rum 3.1077.0 → 3.1079.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 (68) hide show
  1. package/dist-cjs/index.js +28 -203
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchCreateRumMetricDefinitionsCommand.js +2 -14
  4. package/dist-es/commands/BatchDeleteRumMetricDefinitionsCommand.js +2 -14
  5. package/dist-es/commands/BatchGetRumMetricDefinitionsCommand.js +2 -14
  6. package/dist-es/commands/CreateAppMonitorCommand.js +2 -14
  7. package/dist-es/commands/DeleteAppMonitorCommand.js +2 -14
  8. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  9. package/dist-es/commands/DeleteRumMetricsDestinationCommand.js +2 -14
  10. package/dist-es/commands/GetAppMonitorCommand.js +2 -14
  11. package/dist-es/commands/GetAppMonitorDataCommand.js +2 -14
  12. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  13. package/dist-es/commands/ListAppMonitorsCommand.js +2 -14
  14. package/dist-es/commands/ListRumMetricsDestinationsCommand.js +2 -14
  15. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  16. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  17. package/dist-es/commands/PutRumEventsCommand.js +2 -14
  18. package/dist-es/commands/PutRumMetricsDestinationCommand.js +2 -14
  19. package/dist-es/commands/TagResourceCommand.js +2 -14
  20. package/dist-es/commands/UntagResourceCommand.js +2 -14
  21. package/dist-es/commands/UpdateAppMonitorCommand.js +2 -14
  22. package/dist-es/commands/UpdateRumMetricDefinitionCommand.js +2 -14
  23. package/dist-es/index.js +1 -0
  24. package/dist-types/commandBuilder.d.ts +18 -0
  25. package/dist-types/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +3 -8
  26. package/dist-types/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +3 -8
  27. package/dist-types/commands/BatchGetRumMetricDefinitionsCommand.d.ts +3 -8
  28. package/dist-types/commands/CreateAppMonitorCommand.d.ts +3 -8
  29. package/dist-types/commands/DeleteAppMonitorCommand.d.ts +3 -8
  30. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  31. package/dist-types/commands/DeleteRumMetricsDestinationCommand.d.ts +3 -8
  32. package/dist-types/commands/GetAppMonitorCommand.d.ts +3 -8
  33. package/dist-types/commands/GetAppMonitorDataCommand.d.ts +3 -8
  34. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  35. package/dist-types/commands/ListAppMonitorsCommand.d.ts +3 -8
  36. package/dist-types/commands/ListRumMetricsDestinationsCommand.d.ts +3 -8
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  38. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  39. package/dist-types/commands/PutRumEventsCommand.d.ts +3 -8
  40. package/dist-types/commands/PutRumMetricsDestinationCommand.d.ts +3 -8
  41. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  42. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  43. package/dist-types/commands/UpdateAppMonitorCommand.d.ts +3 -8
  44. package/dist-types/commands/UpdateRumMetricDefinitionCommand.d.ts +3 -8
  45. package/dist-types/index.d.ts +1 -0
  46. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  47. package/dist-types/ts3.4/commands/BatchCreateRumMetricDefinitionsCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/BatchDeleteRumMetricDefinitionsCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/BatchGetRumMetricDefinitionsCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/DeleteRumMetricsDestinationCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/ListRumMetricsDestinationsCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/PutRumMetricsDestinationCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/UpdateRumMetricDefinitionCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/index.d.ts +1 -0
  68. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1072,244 +1073,68 @@ class RUMClient extends Client {
1072
1073
  }
1073
1074
  }
1074
1075
 
1075
- class BatchCreateRumMetricDefinitionsCommand extends Command
1076
- .classBuilder()
1077
- .ep(commonParams)
1078
- .m(function (Command, cs, config, o) {
1079
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1080
- })
1081
- .s("RUM", "BatchCreateRumMetricDefinitions", {})
1082
- .n("RUMClient", "BatchCreateRumMetricDefinitionsCommand")
1083
- .sc(BatchCreateRumMetricDefinitions$)
1084
- .build() {
1076
+ const command = makeBuilder(commonParams, "RUM", "RUMClient", getEndpointPlugin);
1077
+ const _ep0 = {};
1078
+ const _mw0 = (Command, cs, config, o) => [];
1079
+
1080
+ class BatchCreateRumMetricDefinitionsCommand extends command(_ep0, _mw0, "BatchCreateRumMetricDefinitions", BatchCreateRumMetricDefinitions$) {
1085
1081
  }
1086
1082
 
1087
- class BatchDeleteRumMetricDefinitionsCommand extends Command
1088
- .classBuilder()
1089
- .ep(commonParams)
1090
- .m(function (Command, cs, config, o) {
1091
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1092
- })
1093
- .s("RUM", "BatchDeleteRumMetricDefinitions", {})
1094
- .n("RUMClient", "BatchDeleteRumMetricDefinitionsCommand")
1095
- .sc(BatchDeleteRumMetricDefinitions$)
1096
- .build() {
1083
+ class BatchDeleteRumMetricDefinitionsCommand extends command(_ep0, _mw0, "BatchDeleteRumMetricDefinitions", BatchDeleteRumMetricDefinitions$) {
1097
1084
  }
1098
1085
 
1099
- class BatchGetRumMetricDefinitionsCommand extends Command
1100
- .classBuilder()
1101
- .ep(commonParams)
1102
- .m(function (Command, cs, config, o) {
1103
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1104
- })
1105
- .s("RUM", "BatchGetRumMetricDefinitions", {})
1106
- .n("RUMClient", "BatchGetRumMetricDefinitionsCommand")
1107
- .sc(BatchGetRumMetricDefinitions$)
1108
- .build() {
1086
+ class BatchGetRumMetricDefinitionsCommand extends command(_ep0, _mw0, "BatchGetRumMetricDefinitions", BatchGetRumMetricDefinitions$) {
1109
1087
  }
1110
1088
 
1111
- class CreateAppMonitorCommand extends Command
1112
- .classBuilder()
1113
- .ep(commonParams)
1114
- .m(function (Command, cs, config, o) {
1115
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1116
- })
1117
- .s("RUM", "CreateAppMonitor", {})
1118
- .n("RUMClient", "CreateAppMonitorCommand")
1119
- .sc(CreateAppMonitor$)
1120
- .build() {
1089
+ class CreateAppMonitorCommand extends command(_ep0, _mw0, "CreateAppMonitor", CreateAppMonitor$) {
1121
1090
  }
1122
1091
 
1123
- class DeleteAppMonitorCommand extends Command
1124
- .classBuilder()
1125
- .ep(commonParams)
1126
- .m(function (Command, cs, config, o) {
1127
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1128
- })
1129
- .s("RUM", "DeleteAppMonitor", {})
1130
- .n("RUMClient", "DeleteAppMonitorCommand")
1131
- .sc(DeleteAppMonitor$)
1132
- .build() {
1092
+ class DeleteAppMonitorCommand extends command(_ep0, _mw0, "DeleteAppMonitor", DeleteAppMonitor$) {
1133
1093
  }
1134
1094
 
1135
- class DeleteResourcePolicyCommand extends Command
1136
- .classBuilder()
1137
- .ep(commonParams)
1138
- .m(function (Command, cs, config, o) {
1139
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1140
- })
1141
- .s("RUM", "DeleteResourcePolicy", {})
1142
- .n("RUMClient", "DeleteResourcePolicyCommand")
1143
- .sc(DeleteResourcePolicy$)
1144
- .build() {
1095
+ class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
1145
1096
  }
1146
1097
 
1147
- class DeleteRumMetricsDestinationCommand extends Command
1148
- .classBuilder()
1149
- .ep(commonParams)
1150
- .m(function (Command, cs, config, o) {
1151
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1152
- })
1153
- .s("RUM", "DeleteRumMetricsDestination", {})
1154
- .n("RUMClient", "DeleteRumMetricsDestinationCommand")
1155
- .sc(DeleteRumMetricsDestination$)
1156
- .build() {
1098
+ class DeleteRumMetricsDestinationCommand extends command(_ep0, _mw0, "DeleteRumMetricsDestination", DeleteRumMetricsDestination$) {
1157
1099
  }
1158
1100
 
1159
- class GetAppMonitorCommand extends Command
1160
- .classBuilder()
1161
- .ep(commonParams)
1162
- .m(function (Command, cs, config, o) {
1163
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1164
- })
1165
- .s("RUM", "GetAppMonitor", {})
1166
- .n("RUMClient", "GetAppMonitorCommand")
1167
- .sc(GetAppMonitor$)
1168
- .build() {
1101
+ class GetAppMonitorCommand extends command(_ep0, _mw0, "GetAppMonitor", GetAppMonitor$) {
1169
1102
  }
1170
1103
 
1171
- class GetAppMonitorDataCommand extends Command
1172
- .classBuilder()
1173
- .ep(commonParams)
1174
- .m(function (Command, cs, config, o) {
1175
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1176
- })
1177
- .s("RUM", "GetAppMonitorData", {})
1178
- .n("RUMClient", "GetAppMonitorDataCommand")
1179
- .sc(GetAppMonitorData$)
1180
- .build() {
1104
+ class GetAppMonitorDataCommand extends command(_ep0, _mw0, "GetAppMonitorData", GetAppMonitorData$) {
1181
1105
  }
1182
1106
 
1183
- class GetResourcePolicyCommand extends Command
1184
- .classBuilder()
1185
- .ep(commonParams)
1186
- .m(function (Command, cs, config, o) {
1187
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1188
- })
1189
- .s("RUM", "GetResourcePolicy", {})
1190
- .n("RUMClient", "GetResourcePolicyCommand")
1191
- .sc(GetResourcePolicy$)
1192
- .build() {
1107
+ class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
1193
1108
  }
1194
1109
 
1195
- class ListAppMonitorsCommand extends Command
1196
- .classBuilder()
1197
- .ep(commonParams)
1198
- .m(function (Command, cs, config, o) {
1199
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1200
- })
1201
- .s("RUM", "ListAppMonitors", {})
1202
- .n("RUMClient", "ListAppMonitorsCommand")
1203
- .sc(ListAppMonitors$)
1204
- .build() {
1110
+ class ListAppMonitorsCommand extends command(_ep0, _mw0, "ListAppMonitors", ListAppMonitors$) {
1205
1111
  }
1206
1112
 
1207
- class ListRumMetricsDestinationsCommand extends Command
1208
- .classBuilder()
1209
- .ep(commonParams)
1210
- .m(function (Command, cs, config, o) {
1211
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1212
- })
1213
- .s("RUM", "ListRumMetricsDestinations", {})
1214
- .n("RUMClient", "ListRumMetricsDestinationsCommand")
1215
- .sc(ListRumMetricsDestinations$)
1216
- .build() {
1113
+ class ListRumMetricsDestinationsCommand extends command(_ep0, _mw0, "ListRumMetricsDestinations", ListRumMetricsDestinations$) {
1217
1114
  }
1218
1115
 
1219
- class ListTagsForResourceCommand extends Command
1220
- .classBuilder()
1221
- .ep(commonParams)
1222
- .m(function (Command, cs, config, o) {
1223
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1224
- })
1225
- .s("RUM", "ListTagsForResource", {})
1226
- .n("RUMClient", "ListTagsForResourceCommand")
1227
- .sc(ListTagsForResource$)
1228
- .build() {
1116
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1229
1117
  }
1230
1118
 
1231
- class PutResourcePolicyCommand extends Command
1232
- .classBuilder()
1233
- .ep(commonParams)
1234
- .m(function (Command, cs, config, o) {
1235
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1236
- })
1237
- .s("RUM", "PutResourcePolicy", {})
1238
- .n("RUMClient", "PutResourcePolicyCommand")
1239
- .sc(PutResourcePolicy$)
1240
- .build() {
1119
+ class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
1241
1120
  }
1242
1121
 
1243
- class PutRumEventsCommand extends Command
1244
- .classBuilder()
1245
- .ep(commonParams)
1246
- .m(function (Command, cs, config, o) {
1247
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1248
- })
1249
- .s("RUM", "PutRumEvents", {})
1250
- .n("RUMClient", "PutRumEventsCommand")
1251
- .sc(PutRumEvents$)
1252
- .build() {
1122
+ class PutRumEventsCommand extends command(_ep0, _mw0, "PutRumEvents", PutRumEvents$) {
1253
1123
  }
1254
1124
 
1255
- class PutRumMetricsDestinationCommand extends Command
1256
- .classBuilder()
1257
- .ep(commonParams)
1258
- .m(function (Command, cs, config, o) {
1259
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1260
- })
1261
- .s("RUM", "PutRumMetricsDestination", {})
1262
- .n("RUMClient", "PutRumMetricsDestinationCommand")
1263
- .sc(PutRumMetricsDestination$)
1264
- .build() {
1125
+ class PutRumMetricsDestinationCommand extends command(_ep0, _mw0, "PutRumMetricsDestination", PutRumMetricsDestination$) {
1265
1126
  }
1266
1127
 
1267
- class TagResourceCommand extends Command
1268
- .classBuilder()
1269
- .ep(commonParams)
1270
- .m(function (Command, cs, config, o) {
1271
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1272
- })
1273
- .s("RUM", "TagResource", {})
1274
- .n("RUMClient", "TagResourceCommand")
1275
- .sc(TagResource$)
1276
- .build() {
1128
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1277
1129
  }
1278
1130
 
1279
- class UntagResourceCommand extends Command
1280
- .classBuilder()
1281
- .ep(commonParams)
1282
- .m(function (Command, cs, config, o) {
1283
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1284
- })
1285
- .s("RUM", "UntagResource", {})
1286
- .n("RUMClient", "UntagResourceCommand")
1287
- .sc(UntagResource$)
1288
- .build() {
1131
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1289
1132
  }
1290
1133
 
1291
- class UpdateAppMonitorCommand extends Command
1292
- .classBuilder()
1293
- .ep(commonParams)
1294
- .m(function (Command, cs, config, o) {
1295
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1296
- })
1297
- .s("RUM", "UpdateAppMonitor", {})
1298
- .n("RUMClient", "UpdateAppMonitorCommand")
1299
- .sc(UpdateAppMonitor$)
1300
- .build() {
1134
+ class UpdateAppMonitorCommand extends command(_ep0, _mw0, "UpdateAppMonitor", UpdateAppMonitor$) {
1301
1135
  }
1302
1136
 
1303
- class UpdateRumMetricDefinitionCommand extends Command
1304
- .classBuilder()
1305
- .ep(commonParams)
1306
- .m(function (Command, cs, config, o) {
1307
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1308
- })
1309
- .s("RUM", "UpdateRumMetricDefinition", {})
1310
- .n("RUMClient", "UpdateRumMetricDefinitionCommand")
1311
- .sc(UpdateRumMetricDefinition$)
1312
- .build() {
1137
+ class UpdateRumMetricDefinitionCommand extends command(_ep0, _mw0, "UpdateRumMetricDefinition", UpdateRumMetricDefinition$) {
1313
1138
  }
1314
1139
 
1315
1140
  const paginateBatchGetRumMetricDefinitions = createPaginator(RUMClient, BatchGetRumMetricDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "RUM", "RUMClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchCreateRumMetricDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchCreateRumMetricDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "BatchCreateRumMetricDefinitions", {})
13
- .n("RUMClient", "BatchCreateRumMetricDefinitionsCommand")
14
- .sc(BatchCreateRumMetricDefinitions$)
15
- .build() {
3
+ export class BatchCreateRumMetricDefinitionsCommand extends command(_ep0, _mw0, "BatchCreateRumMetricDefinitions", BatchCreateRumMetricDefinitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchDeleteRumMetricDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchDeleteRumMetricDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "BatchDeleteRumMetricDefinitions", {})
13
- .n("RUMClient", "BatchDeleteRumMetricDefinitionsCommand")
14
- .sc(BatchDeleteRumMetricDefinitions$)
15
- .build() {
3
+ export class BatchDeleteRumMetricDefinitionsCommand extends command(_ep0, _mw0, "BatchDeleteRumMetricDefinitions", BatchDeleteRumMetricDefinitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchGetRumMetricDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetRumMetricDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "BatchGetRumMetricDefinitions", {})
13
- .n("RUMClient", "BatchGetRumMetricDefinitionsCommand")
14
- .sc(BatchGetRumMetricDefinitions$)
15
- .build() {
3
+ export class BatchGetRumMetricDefinitionsCommand extends command(_ep0, _mw0, "BatchGetRumMetricDefinitions", BatchGetRumMetricDefinitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateAppMonitor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAppMonitorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "CreateAppMonitor", {})
13
- .n("RUMClient", "CreateAppMonitorCommand")
14
- .sc(CreateAppMonitor$)
15
- .build() {
3
+ export class CreateAppMonitorCommand extends command(_ep0, _mw0, "CreateAppMonitor", CreateAppMonitor$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAppMonitor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAppMonitorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "DeleteAppMonitor", {})
13
- .n("RUMClient", "DeleteAppMonitorCommand")
14
- .sc(DeleteAppMonitor$)
15
- .build() {
3
+ export class DeleteAppMonitorCommand extends command(_ep0, _mw0, "DeleteAppMonitor", DeleteAppMonitor$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteResourcePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "DeleteResourcePolicy", {})
13
- .n("RUMClient", "DeleteResourcePolicyCommand")
14
- .sc(DeleteResourcePolicy$)
15
- .build() {
3
+ export class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteRumMetricsDestination$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRumMetricsDestinationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "DeleteRumMetricsDestination", {})
13
- .n("RUMClient", "DeleteRumMetricsDestinationCommand")
14
- .sc(DeleteRumMetricsDestination$)
15
- .build() {
3
+ export class DeleteRumMetricsDestinationCommand extends command(_ep0, _mw0, "DeleteRumMetricsDestination", DeleteRumMetricsDestination$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAppMonitor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAppMonitorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "GetAppMonitor", {})
13
- .n("RUMClient", "GetAppMonitorCommand")
14
- .sc(GetAppMonitor$)
15
- .build() {
3
+ export class GetAppMonitorCommand extends command(_ep0, _mw0, "GetAppMonitor", GetAppMonitor$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAppMonitorData$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAppMonitorDataCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "GetAppMonitorData", {})
13
- .n("RUMClient", "GetAppMonitorDataCommand")
14
- .sc(GetAppMonitorData$)
15
- .build() {
3
+ export class GetAppMonitorDataCommand extends command(_ep0, _mw0, "GetAppMonitorData", GetAppMonitorData$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetResourcePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetResourcePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "GetResourcePolicy", {})
13
- .n("RUMClient", "GetResourcePolicyCommand")
14
- .sc(GetResourcePolicy$)
15
- .build() {
3
+ export class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAppMonitors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAppMonitorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "ListAppMonitors", {})
13
- .n("RUMClient", "ListAppMonitorsCommand")
14
- .sc(ListAppMonitors$)
15
- .build() {
3
+ export class ListAppMonitorsCommand extends command(_ep0, _mw0, "ListAppMonitors", ListAppMonitors$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRumMetricsDestinations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRumMetricsDestinationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "ListRumMetricsDestinations", {})
13
- .n("RUMClient", "ListRumMetricsDestinationsCommand")
14
- .sc(ListRumMetricsDestinations$)
15
- .build() {
3
+ export class ListRumMetricsDestinationsCommand extends command(_ep0, _mw0, "ListRumMetricsDestinations", ListRumMetricsDestinations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "ListTagsForResource", {})
13
- .n("RUMClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutResourcePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutResourcePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "PutResourcePolicy", {})
13
- .n("RUMClient", "PutResourcePolicyCommand")
14
- .sc(PutResourcePolicy$)
15
- .build() {
3
+ export class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutRumEvents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutRumEventsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "PutRumEvents", {})
13
- .n("RUMClient", "PutRumEventsCommand")
14
- .sc(PutRumEvents$)
15
- .build() {
3
+ export class PutRumEventsCommand extends command(_ep0, _mw0, "PutRumEvents", PutRumEvents$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutRumMetricsDestination$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutRumMetricsDestinationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "PutRumMetricsDestination", {})
13
- .n("RUMClient", "PutRumMetricsDestinationCommand")
14
- .sc(PutRumMetricsDestination$)
15
- .build() {
3
+ export class PutRumMetricsDestinationCommand extends command(_ep0, _mw0, "PutRumMetricsDestination", PutRumMetricsDestination$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RUM", "TagResource", {})
13
- .n("RUMClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }