@aws-sdk/client-emr-containers 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.
- package/dist-cjs/index.js +31 -233
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelJobRunCommand.js +2 -14
- package/dist-es/commands/CreateJobTemplateCommand.js +2 -14
- package/dist-es/commands/CreateManagedEndpointCommand.js +2 -14
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateVirtualClusterCommand.js +2 -14
- package/dist-es/commands/DeleteJobTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteManagedEndpointCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualClusterCommand.js +2 -14
- package/dist-es/commands/DescribeJobRunCommand.js +2 -14
- package/dist-es/commands/DescribeJobTemplateCommand.js +2 -14
- package/dist-es/commands/DescribeManagedEndpointCommand.js +2 -14
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualClusterCommand.js +2 -14
- package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +2 -14
- package/dist-es/commands/ListJobRunsCommand.js +2 -14
- package/dist-es/commands/ListJobTemplatesCommand.js +2 -14
- package/dist-es/commands/ListManagedEndpointsCommand.js +2 -14
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVirtualClustersCommand.js +2 -14
- package/dist-es/commands/StartJobRunCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelJobRunCommand.d.ts +3 -8
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateManagedEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobRunCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/ListJobRunsCommand.d.ts +3 -8
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualClustersCommand.d.ts +3 -8
- package/dist-types/commands/StartJobRunCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- 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,
|
|
4
|
-
|
|
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.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1138,280 +1139,77 @@ class EMRContainersClient extends Client {
|
|
|
1138
1139
|
}
|
|
1139
1140
|
}
|
|
1140
1141
|
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
})
|
|
1147
|
-
.s("AwsChicagoWebService", "CancelJobRun", {})
|
|
1148
|
-
.n("EMRContainersClient", "CancelJobRunCommand")
|
|
1149
|
-
.sc(CancelJobRun$)
|
|
1150
|
-
.build() {
|
|
1142
|
+
const command = makeBuilder(commonParams, "AwsChicagoWebService", "EMRContainersClient", getEndpointPlugin);
|
|
1143
|
+
const _ep0 = {};
|
|
1144
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1145
|
+
|
|
1146
|
+
class CancelJobRunCommand extends command(_ep0, _mw0, "CancelJobRun", CancelJobRun$) {
|
|
1151
1147
|
}
|
|
1152
1148
|
|
|
1153
|
-
class CreateJobTemplateCommand extends
|
|
1154
|
-
.classBuilder()
|
|
1155
|
-
.ep(commonParams)
|
|
1156
|
-
.m(function (Command, cs, config, o) {
|
|
1157
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1158
|
-
})
|
|
1159
|
-
.s("AwsChicagoWebService", "CreateJobTemplate", {})
|
|
1160
|
-
.n("EMRContainersClient", "CreateJobTemplateCommand")
|
|
1161
|
-
.sc(CreateJobTemplate$)
|
|
1162
|
-
.build() {
|
|
1149
|
+
class CreateJobTemplateCommand extends command(_ep0, _mw0, "CreateJobTemplate", CreateJobTemplate$) {
|
|
1163
1150
|
}
|
|
1164
1151
|
|
|
1165
|
-
class CreateManagedEndpointCommand extends
|
|
1166
|
-
.classBuilder()
|
|
1167
|
-
.ep(commonParams)
|
|
1168
|
-
.m(function (Command, cs, config, o) {
|
|
1169
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1170
|
-
})
|
|
1171
|
-
.s("AwsChicagoWebService", "CreateManagedEndpoint", {})
|
|
1172
|
-
.n("EMRContainersClient", "CreateManagedEndpointCommand")
|
|
1173
|
-
.sc(CreateManagedEndpoint$)
|
|
1174
|
-
.build() {
|
|
1152
|
+
class CreateManagedEndpointCommand extends command(_ep0, _mw0, "CreateManagedEndpoint", CreateManagedEndpoint$) {
|
|
1175
1153
|
}
|
|
1176
1154
|
|
|
1177
|
-
class CreateSecurityConfigurationCommand extends
|
|
1178
|
-
.classBuilder()
|
|
1179
|
-
.ep(commonParams)
|
|
1180
|
-
.m(function (Command, cs, config, o) {
|
|
1181
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1182
|
-
})
|
|
1183
|
-
.s("AwsChicagoWebService", "CreateSecurityConfiguration", {})
|
|
1184
|
-
.n("EMRContainersClient", "CreateSecurityConfigurationCommand")
|
|
1185
|
-
.sc(CreateSecurityConfiguration$)
|
|
1186
|
-
.build() {
|
|
1155
|
+
class CreateSecurityConfigurationCommand extends command(_ep0, _mw0, "CreateSecurityConfiguration", CreateSecurityConfiguration$) {
|
|
1187
1156
|
}
|
|
1188
1157
|
|
|
1189
|
-
class CreateVirtualClusterCommand extends
|
|
1190
|
-
.classBuilder()
|
|
1191
|
-
.ep(commonParams)
|
|
1192
|
-
.m(function (Command, cs, config, o) {
|
|
1193
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1194
|
-
})
|
|
1195
|
-
.s("AwsChicagoWebService", "CreateVirtualCluster", {})
|
|
1196
|
-
.n("EMRContainersClient", "CreateVirtualClusterCommand")
|
|
1197
|
-
.sc(CreateVirtualCluster$)
|
|
1198
|
-
.build() {
|
|
1158
|
+
class CreateVirtualClusterCommand extends command(_ep0, _mw0, "CreateVirtualCluster", CreateVirtualCluster$) {
|
|
1199
1159
|
}
|
|
1200
1160
|
|
|
1201
|
-
class DeleteJobTemplateCommand extends
|
|
1202
|
-
.classBuilder()
|
|
1203
|
-
.ep(commonParams)
|
|
1204
|
-
.m(function (Command, cs, config, o) {
|
|
1205
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1206
|
-
})
|
|
1207
|
-
.s("AwsChicagoWebService", "DeleteJobTemplate", {})
|
|
1208
|
-
.n("EMRContainersClient", "DeleteJobTemplateCommand")
|
|
1209
|
-
.sc(DeleteJobTemplate$)
|
|
1210
|
-
.build() {
|
|
1161
|
+
class DeleteJobTemplateCommand extends command(_ep0, _mw0, "DeleteJobTemplate", DeleteJobTemplate$) {
|
|
1211
1162
|
}
|
|
1212
1163
|
|
|
1213
|
-
class DeleteManagedEndpointCommand extends
|
|
1214
|
-
.classBuilder()
|
|
1215
|
-
.ep(commonParams)
|
|
1216
|
-
.m(function (Command, cs, config, o) {
|
|
1217
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1218
|
-
})
|
|
1219
|
-
.s("AwsChicagoWebService", "DeleteManagedEndpoint", {})
|
|
1220
|
-
.n("EMRContainersClient", "DeleteManagedEndpointCommand")
|
|
1221
|
-
.sc(DeleteManagedEndpoint$)
|
|
1222
|
-
.build() {
|
|
1164
|
+
class DeleteManagedEndpointCommand extends command(_ep0, _mw0, "DeleteManagedEndpoint", DeleteManagedEndpoint$) {
|
|
1223
1165
|
}
|
|
1224
1166
|
|
|
1225
|
-
class DeleteVirtualClusterCommand extends
|
|
1226
|
-
.classBuilder()
|
|
1227
|
-
.ep(commonParams)
|
|
1228
|
-
.m(function (Command, cs, config, o) {
|
|
1229
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1230
|
-
})
|
|
1231
|
-
.s("AwsChicagoWebService", "DeleteVirtualCluster", {})
|
|
1232
|
-
.n("EMRContainersClient", "DeleteVirtualClusterCommand")
|
|
1233
|
-
.sc(DeleteVirtualCluster$)
|
|
1234
|
-
.build() {
|
|
1167
|
+
class DeleteVirtualClusterCommand extends command(_ep0, _mw0, "DeleteVirtualCluster", DeleteVirtualCluster$) {
|
|
1235
1168
|
}
|
|
1236
1169
|
|
|
1237
|
-
class DescribeJobRunCommand extends
|
|
1238
|
-
.classBuilder()
|
|
1239
|
-
.ep(commonParams)
|
|
1240
|
-
.m(function (Command, cs, config, o) {
|
|
1241
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1242
|
-
})
|
|
1243
|
-
.s("AwsChicagoWebService", "DescribeJobRun", {})
|
|
1244
|
-
.n("EMRContainersClient", "DescribeJobRunCommand")
|
|
1245
|
-
.sc(DescribeJobRun$)
|
|
1246
|
-
.build() {
|
|
1170
|
+
class DescribeJobRunCommand extends command(_ep0, _mw0, "DescribeJobRun", DescribeJobRun$) {
|
|
1247
1171
|
}
|
|
1248
1172
|
|
|
1249
|
-
class DescribeJobTemplateCommand extends
|
|
1250
|
-
.classBuilder()
|
|
1251
|
-
.ep(commonParams)
|
|
1252
|
-
.m(function (Command, cs, config, o) {
|
|
1253
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1254
|
-
})
|
|
1255
|
-
.s("AwsChicagoWebService", "DescribeJobTemplate", {})
|
|
1256
|
-
.n("EMRContainersClient", "DescribeJobTemplateCommand")
|
|
1257
|
-
.sc(DescribeJobTemplate$)
|
|
1258
|
-
.build() {
|
|
1173
|
+
class DescribeJobTemplateCommand extends command(_ep0, _mw0, "DescribeJobTemplate", DescribeJobTemplate$) {
|
|
1259
1174
|
}
|
|
1260
1175
|
|
|
1261
|
-
class DescribeManagedEndpointCommand extends
|
|
1262
|
-
.classBuilder()
|
|
1263
|
-
.ep(commonParams)
|
|
1264
|
-
.m(function (Command, cs, config, o) {
|
|
1265
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1266
|
-
})
|
|
1267
|
-
.s("AwsChicagoWebService", "DescribeManagedEndpoint", {})
|
|
1268
|
-
.n("EMRContainersClient", "DescribeManagedEndpointCommand")
|
|
1269
|
-
.sc(DescribeManagedEndpoint$)
|
|
1270
|
-
.build() {
|
|
1176
|
+
class DescribeManagedEndpointCommand extends command(_ep0, _mw0, "DescribeManagedEndpoint", DescribeManagedEndpoint$) {
|
|
1271
1177
|
}
|
|
1272
1178
|
|
|
1273
|
-
class DescribeSecurityConfigurationCommand extends
|
|
1274
|
-
.classBuilder()
|
|
1275
|
-
.ep(commonParams)
|
|
1276
|
-
.m(function (Command, cs, config, o) {
|
|
1277
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1278
|
-
})
|
|
1279
|
-
.s("AwsChicagoWebService", "DescribeSecurityConfiguration", {})
|
|
1280
|
-
.n("EMRContainersClient", "DescribeSecurityConfigurationCommand")
|
|
1281
|
-
.sc(DescribeSecurityConfiguration$)
|
|
1282
|
-
.build() {
|
|
1179
|
+
class DescribeSecurityConfigurationCommand extends command(_ep0, _mw0, "DescribeSecurityConfiguration", DescribeSecurityConfiguration$) {
|
|
1283
1180
|
}
|
|
1284
1181
|
|
|
1285
|
-
class DescribeVirtualClusterCommand extends
|
|
1286
|
-
.classBuilder()
|
|
1287
|
-
.ep(commonParams)
|
|
1288
|
-
.m(function (Command, cs, config, o) {
|
|
1289
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1290
|
-
})
|
|
1291
|
-
.s("AwsChicagoWebService", "DescribeVirtualCluster", {})
|
|
1292
|
-
.n("EMRContainersClient", "DescribeVirtualClusterCommand")
|
|
1293
|
-
.sc(DescribeVirtualCluster$)
|
|
1294
|
-
.build() {
|
|
1182
|
+
class DescribeVirtualClusterCommand extends command(_ep0, _mw0, "DescribeVirtualCluster", DescribeVirtualCluster$) {
|
|
1295
1183
|
}
|
|
1296
1184
|
|
|
1297
|
-
class GetManagedEndpointSessionCredentialsCommand extends
|
|
1298
|
-
.classBuilder()
|
|
1299
|
-
.ep(commonParams)
|
|
1300
|
-
.m(function (Command, cs, config, o) {
|
|
1301
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1302
|
-
})
|
|
1303
|
-
.s("AwsChicagoWebService", "GetManagedEndpointSessionCredentials", {})
|
|
1304
|
-
.n("EMRContainersClient", "GetManagedEndpointSessionCredentialsCommand")
|
|
1305
|
-
.sc(GetManagedEndpointSessionCredentials$)
|
|
1306
|
-
.build() {
|
|
1185
|
+
class GetManagedEndpointSessionCredentialsCommand extends command(_ep0, _mw0, "GetManagedEndpointSessionCredentials", GetManagedEndpointSessionCredentials$) {
|
|
1307
1186
|
}
|
|
1308
1187
|
|
|
1309
|
-
class ListJobRunsCommand extends
|
|
1310
|
-
.classBuilder()
|
|
1311
|
-
.ep(commonParams)
|
|
1312
|
-
.m(function (Command, cs, config, o) {
|
|
1313
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1314
|
-
})
|
|
1315
|
-
.s("AwsChicagoWebService", "ListJobRuns", {})
|
|
1316
|
-
.n("EMRContainersClient", "ListJobRunsCommand")
|
|
1317
|
-
.sc(ListJobRuns$)
|
|
1318
|
-
.build() {
|
|
1188
|
+
class ListJobRunsCommand extends command(_ep0, _mw0, "ListJobRuns", ListJobRuns$) {
|
|
1319
1189
|
}
|
|
1320
1190
|
|
|
1321
|
-
class ListJobTemplatesCommand extends
|
|
1322
|
-
.classBuilder()
|
|
1323
|
-
.ep(commonParams)
|
|
1324
|
-
.m(function (Command, cs, config, o) {
|
|
1325
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1326
|
-
})
|
|
1327
|
-
.s("AwsChicagoWebService", "ListJobTemplates", {})
|
|
1328
|
-
.n("EMRContainersClient", "ListJobTemplatesCommand")
|
|
1329
|
-
.sc(ListJobTemplates$)
|
|
1330
|
-
.build() {
|
|
1191
|
+
class ListJobTemplatesCommand extends command(_ep0, _mw0, "ListJobTemplates", ListJobTemplates$) {
|
|
1331
1192
|
}
|
|
1332
1193
|
|
|
1333
|
-
class ListManagedEndpointsCommand extends
|
|
1334
|
-
.classBuilder()
|
|
1335
|
-
.ep(commonParams)
|
|
1336
|
-
.m(function (Command, cs, config, o) {
|
|
1337
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1338
|
-
})
|
|
1339
|
-
.s("AwsChicagoWebService", "ListManagedEndpoints", {})
|
|
1340
|
-
.n("EMRContainersClient", "ListManagedEndpointsCommand")
|
|
1341
|
-
.sc(ListManagedEndpoints$)
|
|
1342
|
-
.build() {
|
|
1194
|
+
class ListManagedEndpointsCommand extends command(_ep0, _mw0, "ListManagedEndpoints", ListManagedEndpoints$) {
|
|
1343
1195
|
}
|
|
1344
1196
|
|
|
1345
|
-
class ListSecurityConfigurationsCommand extends
|
|
1346
|
-
.classBuilder()
|
|
1347
|
-
.ep(commonParams)
|
|
1348
|
-
.m(function (Command, cs, config, o) {
|
|
1349
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1350
|
-
})
|
|
1351
|
-
.s("AwsChicagoWebService", "ListSecurityConfigurations", {})
|
|
1352
|
-
.n("EMRContainersClient", "ListSecurityConfigurationsCommand")
|
|
1353
|
-
.sc(ListSecurityConfigurations$)
|
|
1354
|
-
.build() {
|
|
1197
|
+
class ListSecurityConfigurationsCommand extends command(_ep0, _mw0, "ListSecurityConfigurations", ListSecurityConfigurations$) {
|
|
1355
1198
|
}
|
|
1356
1199
|
|
|
1357
|
-
class ListTagsForResourceCommand extends
|
|
1358
|
-
.classBuilder()
|
|
1359
|
-
.ep(commonParams)
|
|
1360
|
-
.m(function (Command, cs, config, o) {
|
|
1361
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1362
|
-
})
|
|
1363
|
-
.s("AwsChicagoWebService", "ListTagsForResource", {})
|
|
1364
|
-
.n("EMRContainersClient", "ListTagsForResourceCommand")
|
|
1365
|
-
.sc(ListTagsForResource$)
|
|
1366
|
-
.build() {
|
|
1200
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1367
1201
|
}
|
|
1368
1202
|
|
|
1369
|
-
class ListVirtualClustersCommand extends
|
|
1370
|
-
.classBuilder()
|
|
1371
|
-
.ep(commonParams)
|
|
1372
|
-
.m(function (Command, cs, config, o) {
|
|
1373
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1374
|
-
})
|
|
1375
|
-
.s("AwsChicagoWebService", "ListVirtualClusters", {})
|
|
1376
|
-
.n("EMRContainersClient", "ListVirtualClustersCommand")
|
|
1377
|
-
.sc(ListVirtualClusters$)
|
|
1378
|
-
.build() {
|
|
1203
|
+
class ListVirtualClustersCommand extends command(_ep0, _mw0, "ListVirtualClusters", ListVirtualClusters$) {
|
|
1379
1204
|
}
|
|
1380
1205
|
|
|
1381
|
-
class StartJobRunCommand extends
|
|
1382
|
-
.classBuilder()
|
|
1383
|
-
.ep(commonParams)
|
|
1384
|
-
.m(function (Command, cs, config, o) {
|
|
1385
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1386
|
-
})
|
|
1387
|
-
.s("AwsChicagoWebService", "StartJobRun", {})
|
|
1388
|
-
.n("EMRContainersClient", "StartJobRunCommand")
|
|
1389
|
-
.sc(StartJobRun$)
|
|
1390
|
-
.build() {
|
|
1206
|
+
class StartJobRunCommand extends command(_ep0, _mw0, "StartJobRun", StartJobRun$) {
|
|
1391
1207
|
}
|
|
1392
1208
|
|
|
1393
|
-
class TagResourceCommand extends
|
|
1394
|
-
.classBuilder()
|
|
1395
|
-
.ep(commonParams)
|
|
1396
|
-
.m(function (Command, cs, config, o) {
|
|
1397
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1398
|
-
})
|
|
1399
|
-
.s("AwsChicagoWebService", "TagResource", {})
|
|
1400
|
-
.n("EMRContainersClient", "TagResourceCommand")
|
|
1401
|
-
.sc(TagResource$)
|
|
1402
|
-
.build() {
|
|
1209
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1403
1210
|
}
|
|
1404
1211
|
|
|
1405
|
-
class UntagResourceCommand extends
|
|
1406
|
-
.classBuilder()
|
|
1407
|
-
.ep(commonParams)
|
|
1408
|
-
.m(function (Command, cs, config, o) {
|
|
1409
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1410
|
-
})
|
|
1411
|
-
.s("AwsChicagoWebService", "UntagResource", {})
|
|
1412
|
-
.n("EMRContainersClient", "UntagResourceCommand")
|
|
1413
|
-
.sc(UntagResource$)
|
|
1414
|
-
.build() {
|
|
1212
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1415
1213
|
}
|
|
1416
1214
|
|
|
1417
1215
|
const paginateListJobRuns = createPaginator(EMRContainersClient, ListJobRunsCommand, "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, "AwsChicagoWebService", "EMRContainersClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CancelJobRun$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelJobRunCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "CancelJobRun", {})
|
|
13
|
-
.n("EMRContainersClient", "CancelJobRunCommand")
|
|
14
|
-
.sc(CancelJobRun$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelJobRunCommand extends command(_ep0, _mw0, "CancelJobRun", CancelJobRun$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateJobTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateJobTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "CreateJobTemplate", {})
|
|
13
|
-
.n("EMRContainersClient", "CreateJobTemplateCommand")
|
|
14
|
-
.sc(CreateJobTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateJobTemplateCommand extends command(_ep0, _mw0, "CreateJobTemplate", CreateJobTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateManagedEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateManagedEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "CreateManagedEndpoint", {})
|
|
13
|
-
.n("EMRContainersClient", "CreateManagedEndpointCommand")
|
|
14
|
-
.sc(CreateManagedEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateManagedEndpointCommand extends command(_ep0, _mw0, "CreateManagedEndpoint", CreateManagedEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateSecurityConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSecurityConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "CreateSecurityConfiguration", {})
|
|
13
|
-
.n("EMRContainersClient", "CreateSecurityConfigurationCommand")
|
|
14
|
-
.sc(CreateSecurityConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSecurityConfigurationCommand extends command(_ep0, _mw0, "CreateSecurityConfiguration", CreateSecurityConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateVirtualCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateVirtualClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "CreateVirtualCluster", {})
|
|
13
|
-
.n("EMRContainersClient", "CreateVirtualClusterCommand")
|
|
14
|
-
.sc(CreateVirtualCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateVirtualClusterCommand extends command(_ep0, _mw0, "CreateVirtualCluster", CreateVirtualCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteJobTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteJobTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "DeleteJobTemplate", {})
|
|
13
|
-
.n("EMRContainersClient", "DeleteJobTemplateCommand")
|
|
14
|
-
.sc(DeleteJobTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteJobTemplateCommand extends command(_ep0, _mw0, "DeleteJobTemplate", DeleteJobTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteManagedEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteManagedEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "DeleteManagedEndpoint", {})
|
|
13
|
-
.n("EMRContainersClient", "DeleteManagedEndpointCommand")
|
|
14
|
-
.sc(DeleteManagedEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteManagedEndpointCommand extends command(_ep0, _mw0, "DeleteManagedEndpoint", DeleteManagedEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteVirtualCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteVirtualClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "DeleteVirtualCluster", {})
|
|
13
|
-
.n("EMRContainersClient", "DeleteVirtualClusterCommand")
|
|
14
|
-
.sc(DeleteVirtualCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteVirtualClusterCommand extends command(_ep0, _mw0, "DeleteVirtualCluster", DeleteVirtualCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeJobRun$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeJobRunCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "DescribeJobRun", {})
|
|
13
|
-
.n("EMRContainersClient", "DescribeJobRunCommand")
|
|
14
|
-
.sc(DescribeJobRun$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeJobRunCommand extends command(_ep0, _mw0, "DescribeJobRun", DescribeJobRun$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeJobTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeJobTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "DescribeJobTemplate", {})
|
|
13
|
-
.n("EMRContainersClient", "DescribeJobTemplateCommand")
|
|
14
|
-
.sc(DescribeJobTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeJobTemplateCommand extends command(_ep0, _mw0, "DescribeJobTemplate", DescribeJobTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeManagedEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeManagedEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "DescribeManagedEndpoint", {})
|
|
13
|
-
.n("EMRContainersClient", "DescribeManagedEndpointCommand")
|
|
14
|
-
.sc(DescribeManagedEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeManagedEndpointCommand extends command(_ep0, _mw0, "DescribeManagedEndpoint", DescribeManagedEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSecurityConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSecurityConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "DescribeSecurityConfiguration", {})
|
|
13
|
-
.n("EMRContainersClient", "DescribeSecurityConfigurationCommand")
|
|
14
|
-
.sc(DescribeSecurityConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSecurityConfigurationCommand extends command(_ep0, _mw0, "DescribeSecurityConfiguration", DescribeSecurityConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeVirtualCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeVirtualClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "DescribeVirtualCluster", {})
|
|
13
|
-
.n("EMRContainersClient", "DescribeVirtualClusterCommand")
|
|
14
|
-
.sc(DescribeVirtualCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeVirtualClusterCommand extends command(_ep0, _mw0, "DescribeVirtualCluster", DescribeVirtualCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetManagedEndpointSessionCredentials$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetManagedEndpointSessionCredentialsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "GetManagedEndpointSessionCredentials", {})
|
|
13
|
-
.n("EMRContainersClient", "GetManagedEndpointSessionCredentialsCommand")
|
|
14
|
-
.sc(GetManagedEndpointSessionCredentials$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetManagedEndpointSessionCredentialsCommand extends command(_ep0, _mw0, "GetManagedEndpointSessionCredentials", GetManagedEndpointSessionCredentials$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListJobRuns$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListJobRunsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AwsChicagoWebService", "ListJobRuns", {})
|
|
13
|
-
.n("EMRContainersClient", "ListJobRunsCommand")
|
|
14
|
-
.sc(ListJobRuns$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListJobRunsCommand extends command(_ep0, _mw0, "ListJobRuns", ListJobRuns$) {
|
|
16
4
|
}
|