@aws-sdk/client-emr-containers 3.1076.0 → 3.1078.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 +34 -235
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultEMRContainersHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1016,6 +1018,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1016
1018
|
serviceTarget: "AwsChicagoWebService",
|
|
1017
1019
|
},
|
|
1018
1020
|
serviceId: config?.serviceId ?? "EMR containers",
|
|
1021
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1019
1022
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1020
1023
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1021
1024
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1049,7 +1052,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1049
1052
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1050
1053
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1051
1054
|
}, config),
|
|
1052
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1053
1055
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1054
1056
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1055
1057
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1137,280 +1139,77 @@ class EMRContainersClient extends Client {
|
|
|
1137
1139
|
}
|
|
1138
1140
|
}
|
|
1139
1141
|
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
})
|
|
1146
|
-
.s("AwsChicagoWebService", "CancelJobRun", {})
|
|
1147
|
-
.n("EMRContainersClient", "CancelJobRunCommand")
|
|
1148
|
-
.sc(CancelJobRun$)
|
|
1149
|
-
.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$) {
|
|
1150
1147
|
}
|
|
1151
1148
|
|
|
1152
|
-
class CreateJobTemplateCommand extends
|
|
1153
|
-
.classBuilder()
|
|
1154
|
-
.ep(commonParams)
|
|
1155
|
-
.m(function (Command, cs, config, o) {
|
|
1156
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1157
|
-
})
|
|
1158
|
-
.s("AwsChicagoWebService", "CreateJobTemplate", {})
|
|
1159
|
-
.n("EMRContainersClient", "CreateJobTemplateCommand")
|
|
1160
|
-
.sc(CreateJobTemplate$)
|
|
1161
|
-
.build() {
|
|
1149
|
+
class CreateJobTemplateCommand extends command(_ep0, _mw0, "CreateJobTemplate", CreateJobTemplate$) {
|
|
1162
1150
|
}
|
|
1163
1151
|
|
|
1164
|
-
class CreateManagedEndpointCommand extends
|
|
1165
|
-
.classBuilder()
|
|
1166
|
-
.ep(commonParams)
|
|
1167
|
-
.m(function (Command, cs, config, o) {
|
|
1168
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1169
|
-
})
|
|
1170
|
-
.s("AwsChicagoWebService", "CreateManagedEndpoint", {})
|
|
1171
|
-
.n("EMRContainersClient", "CreateManagedEndpointCommand")
|
|
1172
|
-
.sc(CreateManagedEndpoint$)
|
|
1173
|
-
.build() {
|
|
1152
|
+
class CreateManagedEndpointCommand extends command(_ep0, _mw0, "CreateManagedEndpoint", CreateManagedEndpoint$) {
|
|
1174
1153
|
}
|
|
1175
1154
|
|
|
1176
|
-
class CreateSecurityConfigurationCommand extends
|
|
1177
|
-
.classBuilder()
|
|
1178
|
-
.ep(commonParams)
|
|
1179
|
-
.m(function (Command, cs, config, o) {
|
|
1180
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1181
|
-
})
|
|
1182
|
-
.s("AwsChicagoWebService", "CreateSecurityConfiguration", {})
|
|
1183
|
-
.n("EMRContainersClient", "CreateSecurityConfigurationCommand")
|
|
1184
|
-
.sc(CreateSecurityConfiguration$)
|
|
1185
|
-
.build() {
|
|
1155
|
+
class CreateSecurityConfigurationCommand extends command(_ep0, _mw0, "CreateSecurityConfiguration", CreateSecurityConfiguration$) {
|
|
1186
1156
|
}
|
|
1187
1157
|
|
|
1188
|
-
class CreateVirtualClusterCommand extends
|
|
1189
|
-
.classBuilder()
|
|
1190
|
-
.ep(commonParams)
|
|
1191
|
-
.m(function (Command, cs, config, o) {
|
|
1192
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1193
|
-
})
|
|
1194
|
-
.s("AwsChicagoWebService", "CreateVirtualCluster", {})
|
|
1195
|
-
.n("EMRContainersClient", "CreateVirtualClusterCommand")
|
|
1196
|
-
.sc(CreateVirtualCluster$)
|
|
1197
|
-
.build() {
|
|
1158
|
+
class CreateVirtualClusterCommand extends command(_ep0, _mw0, "CreateVirtualCluster", CreateVirtualCluster$) {
|
|
1198
1159
|
}
|
|
1199
1160
|
|
|
1200
|
-
class DeleteJobTemplateCommand extends
|
|
1201
|
-
.classBuilder()
|
|
1202
|
-
.ep(commonParams)
|
|
1203
|
-
.m(function (Command, cs, config, o) {
|
|
1204
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1205
|
-
})
|
|
1206
|
-
.s("AwsChicagoWebService", "DeleteJobTemplate", {})
|
|
1207
|
-
.n("EMRContainersClient", "DeleteJobTemplateCommand")
|
|
1208
|
-
.sc(DeleteJobTemplate$)
|
|
1209
|
-
.build() {
|
|
1161
|
+
class DeleteJobTemplateCommand extends command(_ep0, _mw0, "DeleteJobTemplate", DeleteJobTemplate$) {
|
|
1210
1162
|
}
|
|
1211
1163
|
|
|
1212
|
-
class DeleteManagedEndpointCommand extends
|
|
1213
|
-
.classBuilder()
|
|
1214
|
-
.ep(commonParams)
|
|
1215
|
-
.m(function (Command, cs, config, o) {
|
|
1216
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1217
|
-
})
|
|
1218
|
-
.s("AwsChicagoWebService", "DeleteManagedEndpoint", {})
|
|
1219
|
-
.n("EMRContainersClient", "DeleteManagedEndpointCommand")
|
|
1220
|
-
.sc(DeleteManagedEndpoint$)
|
|
1221
|
-
.build() {
|
|
1164
|
+
class DeleteManagedEndpointCommand extends command(_ep0, _mw0, "DeleteManagedEndpoint", DeleteManagedEndpoint$) {
|
|
1222
1165
|
}
|
|
1223
1166
|
|
|
1224
|
-
class DeleteVirtualClusterCommand extends
|
|
1225
|
-
.classBuilder()
|
|
1226
|
-
.ep(commonParams)
|
|
1227
|
-
.m(function (Command, cs, config, o) {
|
|
1228
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1229
|
-
})
|
|
1230
|
-
.s("AwsChicagoWebService", "DeleteVirtualCluster", {})
|
|
1231
|
-
.n("EMRContainersClient", "DeleteVirtualClusterCommand")
|
|
1232
|
-
.sc(DeleteVirtualCluster$)
|
|
1233
|
-
.build() {
|
|
1167
|
+
class DeleteVirtualClusterCommand extends command(_ep0, _mw0, "DeleteVirtualCluster", DeleteVirtualCluster$) {
|
|
1234
1168
|
}
|
|
1235
1169
|
|
|
1236
|
-
class DescribeJobRunCommand extends
|
|
1237
|
-
.classBuilder()
|
|
1238
|
-
.ep(commonParams)
|
|
1239
|
-
.m(function (Command, cs, config, o) {
|
|
1240
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1241
|
-
})
|
|
1242
|
-
.s("AwsChicagoWebService", "DescribeJobRun", {})
|
|
1243
|
-
.n("EMRContainersClient", "DescribeJobRunCommand")
|
|
1244
|
-
.sc(DescribeJobRun$)
|
|
1245
|
-
.build() {
|
|
1170
|
+
class DescribeJobRunCommand extends command(_ep0, _mw0, "DescribeJobRun", DescribeJobRun$) {
|
|
1246
1171
|
}
|
|
1247
1172
|
|
|
1248
|
-
class DescribeJobTemplateCommand extends
|
|
1249
|
-
.classBuilder()
|
|
1250
|
-
.ep(commonParams)
|
|
1251
|
-
.m(function (Command, cs, config, o) {
|
|
1252
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1253
|
-
})
|
|
1254
|
-
.s("AwsChicagoWebService", "DescribeJobTemplate", {})
|
|
1255
|
-
.n("EMRContainersClient", "DescribeJobTemplateCommand")
|
|
1256
|
-
.sc(DescribeJobTemplate$)
|
|
1257
|
-
.build() {
|
|
1173
|
+
class DescribeJobTemplateCommand extends command(_ep0, _mw0, "DescribeJobTemplate", DescribeJobTemplate$) {
|
|
1258
1174
|
}
|
|
1259
1175
|
|
|
1260
|
-
class DescribeManagedEndpointCommand extends
|
|
1261
|
-
.classBuilder()
|
|
1262
|
-
.ep(commonParams)
|
|
1263
|
-
.m(function (Command, cs, config, o) {
|
|
1264
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1265
|
-
})
|
|
1266
|
-
.s("AwsChicagoWebService", "DescribeManagedEndpoint", {})
|
|
1267
|
-
.n("EMRContainersClient", "DescribeManagedEndpointCommand")
|
|
1268
|
-
.sc(DescribeManagedEndpoint$)
|
|
1269
|
-
.build() {
|
|
1176
|
+
class DescribeManagedEndpointCommand extends command(_ep0, _mw0, "DescribeManagedEndpoint", DescribeManagedEndpoint$) {
|
|
1270
1177
|
}
|
|
1271
1178
|
|
|
1272
|
-
class DescribeSecurityConfigurationCommand extends
|
|
1273
|
-
.classBuilder()
|
|
1274
|
-
.ep(commonParams)
|
|
1275
|
-
.m(function (Command, cs, config, o) {
|
|
1276
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1277
|
-
})
|
|
1278
|
-
.s("AwsChicagoWebService", "DescribeSecurityConfiguration", {})
|
|
1279
|
-
.n("EMRContainersClient", "DescribeSecurityConfigurationCommand")
|
|
1280
|
-
.sc(DescribeSecurityConfiguration$)
|
|
1281
|
-
.build() {
|
|
1179
|
+
class DescribeSecurityConfigurationCommand extends command(_ep0, _mw0, "DescribeSecurityConfiguration", DescribeSecurityConfiguration$) {
|
|
1282
1180
|
}
|
|
1283
1181
|
|
|
1284
|
-
class DescribeVirtualClusterCommand extends
|
|
1285
|
-
.classBuilder()
|
|
1286
|
-
.ep(commonParams)
|
|
1287
|
-
.m(function (Command, cs, config, o) {
|
|
1288
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1289
|
-
})
|
|
1290
|
-
.s("AwsChicagoWebService", "DescribeVirtualCluster", {})
|
|
1291
|
-
.n("EMRContainersClient", "DescribeVirtualClusterCommand")
|
|
1292
|
-
.sc(DescribeVirtualCluster$)
|
|
1293
|
-
.build() {
|
|
1182
|
+
class DescribeVirtualClusterCommand extends command(_ep0, _mw0, "DescribeVirtualCluster", DescribeVirtualCluster$) {
|
|
1294
1183
|
}
|
|
1295
1184
|
|
|
1296
|
-
class GetManagedEndpointSessionCredentialsCommand extends
|
|
1297
|
-
.classBuilder()
|
|
1298
|
-
.ep(commonParams)
|
|
1299
|
-
.m(function (Command, cs, config, o) {
|
|
1300
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1301
|
-
})
|
|
1302
|
-
.s("AwsChicagoWebService", "GetManagedEndpointSessionCredentials", {})
|
|
1303
|
-
.n("EMRContainersClient", "GetManagedEndpointSessionCredentialsCommand")
|
|
1304
|
-
.sc(GetManagedEndpointSessionCredentials$)
|
|
1305
|
-
.build() {
|
|
1185
|
+
class GetManagedEndpointSessionCredentialsCommand extends command(_ep0, _mw0, "GetManagedEndpointSessionCredentials", GetManagedEndpointSessionCredentials$) {
|
|
1306
1186
|
}
|
|
1307
1187
|
|
|
1308
|
-
class ListJobRunsCommand extends
|
|
1309
|
-
.classBuilder()
|
|
1310
|
-
.ep(commonParams)
|
|
1311
|
-
.m(function (Command, cs, config, o) {
|
|
1312
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1313
|
-
})
|
|
1314
|
-
.s("AwsChicagoWebService", "ListJobRuns", {})
|
|
1315
|
-
.n("EMRContainersClient", "ListJobRunsCommand")
|
|
1316
|
-
.sc(ListJobRuns$)
|
|
1317
|
-
.build() {
|
|
1188
|
+
class ListJobRunsCommand extends command(_ep0, _mw0, "ListJobRuns", ListJobRuns$) {
|
|
1318
1189
|
}
|
|
1319
1190
|
|
|
1320
|
-
class ListJobTemplatesCommand extends
|
|
1321
|
-
.classBuilder()
|
|
1322
|
-
.ep(commonParams)
|
|
1323
|
-
.m(function (Command, cs, config, o) {
|
|
1324
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1325
|
-
})
|
|
1326
|
-
.s("AwsChicagoWebService", "ListJobTemplates", {})
|
|
1327
|
-
.n("EMRContainersClient", "ListJobTemplatesCommand")
|
|
1328
|
-
.sc(ListJobTemplates$)
|
|
1329
|
-
.build() {
|
|
1191
|
+
class ListJobTemplatesCommand extends command(_ep0, _mw0, "ListJobTemplates", ListJobTemplates$) {
|
|
1330
1192
|
}
|
|
1331
1193
|
|
|
1332
|
-
class ListManagedEndpointsCommand extends
|
|
1333
|
-
.classBuilder()
|
|
1334
|
-
.ep(commonParams)
|
|
1335
|
-
.m(function (Command, cs, config, o) {
|
|
1336
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1337
|
-
})
|
|
1338
|
-
.s("AwsChicagoWebService", "ListManagedEndpoints", {})
|
|
1339
|
-
.n("EMRContainersClient", "ListManagedEndpointsCommand")
|
|
1340
|
-
.sc(ListManagedEndpoints$)
|
|
1341
|
-
.build() {
|
|
1194
|
+
class ListManagedEndpointsCommand extends command(_ep0, _mw0, "ListManagedEndpoints", ListManagedEndpoints$) {
|
|
1342
1195
|
}
|
|
1343
1196
|
|
|
1344
|
-
class ListSecurityConfigurationsCommand extends
|
|
1345
|
-
.classBuilder()
|
|
1346
|
-
.ep(commonParams)
|
|
1347
|
-
.m(function (Command, cs, config, o) {
|
|
1348
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1349
|
-
})
|
|
1350
|
-
.s("AwsChicagoWebService", "ListSecurityConfigurations", {})
|
|
1351
|
-
.n("EMRContainersClient", "ListSecurityConfigurationsCommand")
|
|
1352
|
-
.sc(ListSecurityConfigurations$)
|
|
1353
|
-
.build() {
|
|
1197
|
+
class ListSecurityConfigurationsCommand extends command(_ep0, _mw0, "ListSecurityConfigurations", ListSecurityConfigurations$) {
|
|
1354
1198
|
}
|
|
1355
1199
|
|
|
1356
|
-
class ListTagsForResourceCommand extends
|
|
1357
|
-
.classBuilder()
|
|
1358
|
-
.ep(commonParams)
|
|
1359
|
-
.m(function (Command, cs, config, o) {
|
|
1360
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1361
|
-
})
|
|
1362
|
-
.s("AwsChicagoWebService", "ListTagsForResource", {})
|
|
1363
|
-
.n("EMRContainersClient", "ListTagsForResourceCommand")
|
|
1364
|
-
.sc(ListTagsForResource$)
|
|
1365
|
-
.build() {
|
|
1200
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1366
1201
|
}
|
|
1367
1202
|
|
|
1368
|
-
class ListVirtualClustersCommand extends
|
|
1369
|
-
.classBuilder()
|
|
1370
|
-
.ep(commonParams)
|
|
1371
|
-
.m(function (Command, cs, config, o) {
|
|
1372
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1373
|
-
})
|
|
1374
|
-
.s("AwsChicagoWebService", "ListVirtualClusters", {})
|
|
1375
|
-
.n("EMRContainersClient", "ListVirtualClustersCommand")
|
|
1376
|
-
.sc(ListVirtualClusters$)
|
|
1377
|
-
.build() {
|
|
1203
|
+
class ListVirtualClustersCommand extends command(_ep0, _mw0, "ListVirtualClusters", ListVirtualClusters$) {
|
|
1378
1204
|
}
|
|
1379
1205
|
|
|
1380
|
-
class StartJobRunCommand extends
|
|
1381
|
-
.classBuilder()
|
|
1382
|
-
.ep(commonParams)
|
|
1383
|
-
.m(function (Command, cs, config, o) {
|
|
1384
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1385
|
-
})
|
|
1386
|
-
.s("AwsChicagoWebService", "StartJobRun", {})
|
|
1387
|
-
.n("EMRContainersClient", "StartJobRunCommand")
|
|
1388
|
-
.sc(StartJobRun$)
|
|
1389
|
-
.build() {
|
|
1206
|
+
class StartJobRunCommand extends command(_ep0, _mw0, "StartJobRun", StartJobRun$) {
|
|
1390
1207
|
}
|
|
1391
1208
|
|
|
1392
|
-
class TagResourceCommand extends
|
|
1393
|
-
.classBuilder()
|
|
1394
|
-
.ep(commonParams)
|
|
1395
|
-
.m(function (Command, cs, config, o) {
|
|
1396
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1397
|
-
})
|
|
1398
|
-
.s("AwsChicagoWebService", "TagResource", {})
|
|
1399
|
-
.n("EMRContainersClient", "TagResourceCommand")
|
|
1400
|
-
.sc(TagResource$)
|
|
1401
|
-
.build() {
|
|
1209
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1402
1210
|
}
|
|
1403
1211
|
|
|
1404
|
-
class UntagResourceCommand extends
|
|
1405
|
-
.classBuilder()
|
|
1406
|
-
.ep(commonParams)
|
|
1407
|
-
.m(function (Command, cs, config, o) {
|
|
1408
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1409
|
-
})
|
|
1410
|
-
.s("AwsChicagoWebService", "UntagResource", {})
|
|
1411
|
-
.n("EMRContainersClient", "UntagResourceCommand")
|
|
1412
|
-
.sc(UntagResource$)
|
|
1413
|
-
.build() {
|
|
1212
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1414
1213
|
}
|
|
1415
1214
|
|
|
1416
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
|
}
|