@aws-sdk/client-resource-explorer-2 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 +40 -323
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateDefaultViewCommand.js +2 -14
- package/dist-es/commands/BatchGetViewCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreateResourceExplorerSetupCommand.js +2 -14
- package/dist-es/commands/CreateViewCommand.js +2 -14
- package/dist-es/commands/DeleteIndexCommand.js +2 -14
- package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +2 -14
- package/dist-es/commands/DeleteViewCommand.js +2 -14
- package/dist-es/commands/DisassociateDefaultViewCommand.js +2 -14
- package/dist-es/commands/GetAccountLevelServiceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDefaultViewCommand.js +2 -14
- package/dist-es/commands/GetIndexCommand.js +2 -14
- package/dist-es/commands/GetManagedViewCommand.js +2 -14
- package/dist-es/commands/GetResourceExplorerSetupCommand.js +2 -14
- package/dist-es/commands/GetServiceIndexCommand.js +2 -14
- package/dist-es/commands/GetServiceViewCommand.js +2 -14
- package/dist-es/commands/GetViewCommand.js +2 -14
- package/dist-es/commands/ListIndexesCommand.js +2 -14
- package/dist-es/commands/ListIndexesForMembersCommand.js +2 -14
- package/dist-es/commands/ListManagedViewsCommand.js +2 -14
- package/dist-es/commands/ListResourcesCommand.js +2 -14
- package/dist-es/commands/ListServiceIndexesCommand.js +2 -14
- package/dist-es/commands/ListServiceViewsCommand.js +2 -14
- package/dist-es/commands/ListStreamingAccessForServicesCommand.js +2 -14
- package/dist-es/commands/ListSupportedResourceTypesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListViewsCommand.js +2 -14
- package/dist-es/commands/SearchCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIndexTypeCommand.js +2 -14
- package/dist-es/commands/UpdateViewCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateDefaultViewCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetViewCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +3 -8
- package/dist-types/commands/CreateViewCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteViewCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDefaultViewCommand.d.ts +3 -8
- package/dist-types/commands/GetIndexCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedViewCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceIndexCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceViewCommand.d.ts +3 -8
- package/dist-types/commands/GetViewCommand.d.ts +3 -8
- package/dist-types/commands/ListIndexesCommand.d.ts +3 -8
- package/dist-types/commands/ListIndexesForMembersCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedViewsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceIndexesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceViewsCommand.d.ts +3 -8
- package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListViewsCommand.d.ts +3 -8
- package/dist-types/commands/SearchCommand.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/commands/UpdateIndexTypeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateViewCommand.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/AssociateDefaultViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceExplorerSetupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceExplorerSetupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceExplorerSetupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedViewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceIndexesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceViewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStreamingAccessForServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchCommand.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/commands/UpdateIndexTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateViewCommand.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
|
|
|
@@ -1199,388 +1200,104 @@ class ResourceExplorer2Client extends Client {
|
|
|
1199
1200
|
}
|
|
1200
1201
|
}
|
|
1201
1202
|
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
})
|
|
1208
|
-
.s("ResourceExplorer", "AssociateDefaultView", {})
|
|
1209
|
-
.n("ResourceExplorer2Client", "AssociateDefaultViewCommand")
|
|
1210
|
-
.sc(AssociateDefaultView$)
|
|
1211
|
-
.build() {
|
|
1203
|
+
const command = makeBuilder(commonParams, "ResourceExplorer", "ResourceExplorer2Client", getEndpointPlugin);
|
|
1204
|
+
const _ep0 = {};
|
|
1205
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1206
|
+
|
|
1207
|
+
class AssociateDefaultViewCommand extends command(_ep0, _mw0, "AssociateDefaultView", AssociateDefaultView$) {
|
|
1212
1208
|
}
|
|
1213
1209
|
|
|
1214
|
-
class BatchGetViewCommand extends
|
|
1215
|
-
.classBuilder()
|
|
1216
|
-
.ep(commonParams)
|
|
1217
|
-
.m(function (Command, cs, config, o) {
|
|
1218
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1219
|
-
})
|
|
1220
|
-
.s("ResourceExplorer", "BatchGetView", {})
|
|
1221
|
-
.n("ResourceExplorer2Client", "BatchGetViewCommand")
|
|
1222
|
-
.sc(BatchGetView$)
|
|
1223
|
-
.build() {
|
|
1210
|
+
class BatchGetViewCommand extends command(_ep0, _mw0, "BatchGetView", BatchGetView$) {
|
|
1224
1211
|
}
|
|
1225
1212
|
|
|
1226
|
-
class CreateIndexCommand extends
|
|
1227
|
-
.classBuilder()
|
|
1228
|
-
.ep(commonParams)
|
|
1229
|
-
.m(function (Command, cs, config, o) {
|
|
1230
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1231
|
-
})
|
|
1232
|
-
.s("ResourceExplorer", "CreateIndex", {})
|
|
1233
|
-
.n("ResourceExplorer2Client", "CreateIndexCommand")
|
|
1234
|
-
.sc(CreateIndex$)
|
|
1235
|
-
.build() {
|
|
1213
|
+
class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
|
|
1236
1214
|
}
|
|
1237
1215
|
|
|
1238
|
-
class CreateResourceExplorerSetupCommand extends
|
|
1239
|
-
.classBuilder()
|
|
1240
|
-
.ep(commonParams)
|
|
1241
|
-
.m(function (Command, cs, config, o) {
|
|
1242
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1243
|
-
})
|
|
1244
|
-
.s("ResourceExplorer", "CreateResourceExplorerSetup", {})
|
|
1245
|
-
.n("ResourceExplorer2Client", "CreateResourceExplorerSetupCommand")
|
|
1246
|
-
.sc(CreateResourceExplorerSetup$)
|
|
1247
|
-
.build() {
|
|
1216
|
+
class CreateResourceExplorerSetupCommand extends command(_ep0, _mw0, "CreateResourceExplorerSetup", CreateResourceExplorerSetup$) {
|
|
1248
1217
|
}
|
|
1249
1218
|
|
|
1250
|
-
class CreateViewCommand extends
|
|
1251
|
-
.classBuilder()
|
|
1252
|
-
.ep(commonParams)
|
|
1253
|
-
.m(function (Command, cs, config, o) {
|
|
1254
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1255
|
-
})
|
|
1256
|
-
.s("ResourceExplorer", "CreateView", {})
|
|
1257
|
-
.n("ResourceExplorer2Client", "CreateViewCommand")
|
|
1258
|
-
.sc(CreateView$)
|
|
1259
|
-
.build() {
|
|
1219
|
+
class CreateViewCommand extends command(_ep0, _mw0, "CreateView", CreateView$) {
|
|
1260
1220
|
}
|
|
1261
1221
|
|
|
1262
|
-
class DeleteIndexCommand extends
|
|
1263
|
-
.classBuilder()
|
|
1264
|
-
.ep(commonParams)
|
|
1265
|
-
.m(function (Command, cs, config, o) {
|
|
1266
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1267
|
-
})
|
|
1268
|
-
.s("ResourceExplorer", "DeleteIndex", {})
|
|
1269
|
-
.n("ResourceExplorer2Client", "DeleteIndexCommand")
|
|
1270
|
-
.sc(DeleteIndex$)
|
|
1271
|
-
.build() {
|
|
1222
|
+
class DeleteIndexCommand extends command(_ep0, _mw0, "DeleteIndex", DeleteIndex$) {
|
|
1272
1223
|
}
|
|
1273
1224
|
|
|
1274
|
-
class DeleteResourceExplorerSetupCommand extends
|
|
1275
|
-
.classBuilder()
|
|
1276
|
-
.ep(commonParams)
|
|
1277
|
-
.m(function (Command, cs, config, o) {
|
|
1278
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1279
|
-
})
|
|
1280
|
-
.s("ResourceExplorer", "DeleteResourceExplorerSetup", {})
|
|
1281
|
-
.n("ResourceExplorer2Client", "DeleteResourceExplorerSetupCommand")
|
|
1282
|
-
.sc(DeleteResourceExplorerSetup$)
|
|
1283
|
-
.build() {
|
|
1225
|
+
class DeleteResourceExplorerSetupCommand extends command(_ep0, _mw0, "DeleteResourceExplorerSetup", DeleteResourceExplorerSetup$) {
|
|
1284
1226
|
}
|
|
1285
1227
|
|
|
1286
|
-
class DeleteViewCommand extends
|
|
1287
|
-
.classBuilder()
|
|
1288
|
-
.ep(commonParams)
|
|
1289
|
-
.m(function (Command, cs, config, o) {
|
|
1290
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1291
|
-
})
|
|
1292
|
-
.s("ResourceExplorer", "DeleteView", {})
|
|
1293
|
-
.n("ResourceExplorer2Client", "DeleteViewCommand")
|
|
1294
|
-
.sc(DeleteView$)
|
|
1295
|
-
.build() {
|
|
1228
|
+
class DeleteViewCommand extends command(_ep0, _mw0, "DeleteView", DeleteView$) {
|
|
1296
1229
|
}
|
|
1297
1230
|
|
|
1298
|
-
class DisassociateDefaultViewCommand extends
|
|
1299
|
-
.classBuilder()
|
|
1300
|
-
.ep(commonParams)
|
|
1301
|
-
.m(function (Command, cs, config, o) {
|
|
1302
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1303
|
-
})
|
|
1304
|
-
.s("ResourceExplorer", "DisassociateDefaultView", {})
|
|
1305
|
-
.n("ResourceExplorer2Client", "DisassociateDefaultViewCommand")
|
|
1306
|
-
.sc(DisassociateDefaultView$)
|
|
1307
|
-
.build() {
|
|
1231
|
+
class DisassociateDefaultViewCommand extends command(_ep0, _mw0, "DisassociateDefaultView", DisassociateDefaultView$) {
|
|
1308
1232
|
}
|
|
1309
1233
|
|
|
1310
|
-
class GetAccountLevelServiceConfigurationCommand extends
|
|
1311
|
-
.classBuilder()
|
|
1312
|
-
.ep(commonParams)
|
|
1313
|
-
.m(function (Command, cs, config, o) {
|
|
1314
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1315
|
-
})
|
|
1316
|
-
.s("ResourceExplorer", "GetAccountLevelServiceConfiguration", {})
|
|
1317
|
-
.n("ResourceExplorer2Client", "GetAccountLevelServiceConfigurationCommand")
|
|
1318
|
-
.sc(GetAccountLevelServiceConfiguration$)
|
|
1319
|
-
.build() {
|
|
1234
|
+
class GetAccountLevelServiceConfigurationCommand extends command(_ep0, _mw0, "GetAccountLevelServiceConfiguration", GetAccountLevelServiceConfiguration$) {
|
|
1320
1235
|
}
|
|
1321
1236
|
|
|
1322
|
-
class GetDefaultViewCommand extends
|
|
1323
|
-
.classBuilder()
|
|
1324
|
-
.ep(commonParams)
|
|
1325
|
-
.m(function (Command, cs, config, o) {
|
|
1326
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1327
|
-
})
|
|
1328
|
-
.s("ResourceExplorer", "GetDefaultView", {})
|
|
1329
|
-
.n("ResourceExplorer2Client", "GetDefaultViewCommand")
|
|
1330
|
-
.sc(GetDefaultView$)
|
|
1331
|
-
.build() {
|
|
1237
|
+
class GetDefaultViewCommand extends command(_ep0, _mw0, "GetDefaultView", GetDefaultView$) {
|
|
1332
1238
|
}
|
|
1333
1239
|
|
|
1334
|
-
class GetIndexCommand extends
|
|
1335
|
-
.classBuilder()
|
|
1336
|
-
.ep(commonParams)
|
|
1337
|
-
.m(function (Command, cs, config, o) {
|
|
1338
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1339
|
-
})
|
|
1340
|
-
.s("ResourceExplorer", "GetIndex", {})
|
|
1341
|
-
.n("ResourceExplorer2Client", "GetIndexCommand")
|
|
1342
|
-
.sc(GetIndex$)
|
|
1343
|
-
.build() {
|
|
1240
|
+
class GetIndexCommand extends command(_ep0, _mw0, "GetIndex", GetIndex$) {
|
|
1344
1241
|
}
|
|
1345
1242
|
|
|
1346
|
-
class GetManagedViewCommand extends
|
|
1347
|
-
.classBuilder()
|
|
1348
|
-
.ep(commonParams)
|
|
1349
|
-
.m(function (Command, cs, config, o) {
|
|
1350
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1351
|
-
})
|
|
1352
|
-
.s("ResourceExplorer", "GetManagedView", {})
|
|
1353
|
-
.n("ResourceExplorer2Client", "GetManagedViewCommand")
|
|
1354
|
-
.sc(GetManagedView$)
|
|
1355
|
-
.build() {
|
|
1243
|
+
class GetManagedViewCommand extends command(_ep0, _mw0, "GetManagedView", GetManagedView$) {
|
|
1356
1244
|
}
|
|
1357
1245
|
|
|
1358
|
-
class GetResourceExplorerSetupCommand extends
|
|
1359
|
-
.classBuilder()
|
|
1360
|
-
.ep(commonParams)
|
|
1361
|
-
.m(function (Command, cs, config, o) {
|
|
1362
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1363
|
-
})
|
|
1364
|
-
.s("ResourceExplorer", "GetResourceExplorerSetup", {})
|
|
1365
|
-
.n("ResourceExplorer2Client", "GetResourceExplorerSetupCommand")
|
|
1366
|
-
.sc(GetResourceExplorerSetup$)
|
|
1367
|
-
.build() {
|
|
1246
|
+
class GetResourceExplorerSetupCommand extends command(_ep0, _mw0, "GetResourceExplorerSetup", GetResourceExplorerSetup$) {
|
|
1368
1247
|
}
|
|
1369
1248
|
|
|
1370
|
-
class GetServiceIndexCommand extends
|
|
1371
|
-
.classBuilder()
|
|
1372
|
-
.ep(commonParams)
|
|
1373
|
-
.m(function (Command, cs, config, o) {
|
|
1374
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1375
|
-
})
|
|
1376
|
-
.s("ResourceExplorer", "GetServiceIndex", {})
|
|
1377
|
-
.n("ResourceExplorer2Client", "GetServiceIndexCommand")
|
|
1378
|
-
.sc(GetServiceIndex$)
|
|
1379
|
-
.build() {
|
|
1249
|
+
class GetServiceIndexCommand extends command(_ep0, _mw0, "GetServiceIndex", GetServiceIndex$) {
|
|
1380
1250
|
}
|
|
1381
1251
|
|
|
1382
|
-
class GetServiceViewCommand extends
|
|
1383
|
-
.classBuilder()
|
|
1384
|
-
.ep(commonParams)
|
|
1385
|
-
.m(function (Command, cs, config, o) {
|
|
1386
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1387
|
-
})
|
|
1388
|
-
.s("ResourceExplorer", "GetServiceView", {})
|
|
1389
|
-
.n("ResourceExplorer2Client", "GetServiceViewCommand")
|
|
1390
|
-
.sc(GetServiceView$)
|
|
1391
|
-
.build() {
|
|
1252
|
+
class GetServiceViewCommand extends command(_ep0, _mw0, "GetServiceView", GetServiceView$) {
|
|
1392
1253
|
}
|
|
1393
1254
|
|
|
1394
|
-
class GetViewCommand extends
|
|
1395
|
-
.classBuilder()
|
|
1396
|
-
.ep(commonParams)
|
|
1397
|
-
.m(function (Command, cs, config, o) {
|
|
1398
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1399
|
-
})
|
|
1400
|
-
.s("ResourceExplorer", "GetView", {})
|
|
1401
|
-
.n("ResourceExplorer2Client", "GetViewCommand")
|
|
1402
|
-
.sc(GetView$)
|
|
1403
|
-
.build() {
|
|
1255
|
+
class GetViewCommand extends command(_ep0, _mw0, "GetView", GetView$) {
|
|
1404
1256
|
}
|
|
1405
1257
|
|
|
1406
|
-
class ListIndexesCommand extends
|
|
1407
|
-
.classBuilder()
|
|
1408
|
-
.ep(commonParams)
|
|
1409
|
-
.m(function (Command, cs, config, o) {
|
|
1410
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1411
|
-
})
|
|
1412
|
-
.s("ResourceExplorer", "ListIndexes", {})
|
|
1413
|
-
.n("ResourceExplorer2Client", "ListIndexesCommand")
|
|
1414
|
-
.sc(ListIndexes$)
|
|
1415
|
-
.build() {
|
|
1258
|
+
class ListIndexesCommand extends command(_ep0, _mw0, "ListIndexes", ListIndexes$) {
|
|
1416
1259
|
}
|
|
1417
1260
|
|
|
1418
|
-
class ListIndexesForMembersCommand extends
|
|
1419
|
-
.classBuilder()
|
|
1420
|
-
.ep(commonParams)
|
|
1421
|
-
.m(function (Command, cs, config, o) {
|
|
1422
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1423
|
-
})
|
|
1424
|
-
.s("ResourceExplorer", "ListIndexesForMembers", {})
|
|
1425
|
-
.n("ResourceExplorer2Client", "ListIndexesForMembersCommand")
|
|
1426
|
-
.sc(ListIndexesForMembers$)
|
|
1427
|
-
.build() {
|
|
1261
|
+
class ListIndexesForMembersCommand extends command(_ep0, _mw0, "ListIndexesForMembers", ListIndexesForMembers$) {
|
|
1428
1262
|
}
|
|
1429
1263
|
|
|
1430
|
-
class ListManagedViewsCommand extends
|
|
1431
|
-
.classBuilder()
|
|
1432
|
-
.ep(commonParams)
|
|
1433
|
-
.m(function (Command, cs, config, o) {
|
|
1434
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1435
|
-
})
|
|
1436
|
-
.s("ResourceExplorer", "ListManagedViews", {})
|
|
1437
|
-
.n("ResourceExplorer2Client", "ListManagedViewsCommand")
|
|
1438
|
-
.sc(ListManagedViews$)
|
|
1439
|
-
.build() {
|
|
1264
|
+
class ListManagedViewsCommand extends command(_ep0, _mw0, "ListManagedViews", ListManagedViews$) {
|
|
1440
1265
|
}
|
|
1441
1266
|
|
|
1442
|
-
class ListResourcesCommand extends
|
|
1443
|
-
.classBuilder()
|
|
1444
|
-
.ep(commonParams)
|
|
1445
|
-
.m(function (Command, cs, config, o) {
|
|
1446
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1447
|
-
})
|
|
1448
|
-
.s("ResourceExplorer", "ListResources", {})
|
|
1449
|
-
.n("ResourceExplorer2Client", "ListResourcesCommand")
|
|
1450
|
-
.sc(ListResources$)
|
|
1451
|
-
.build() {
|
|
1267
|
+
class ListResourcesCommand extends command(_ep0, _mw0, "ListResources", ListResources$) {
|
|
1452
1268
|
}
|
|
1453
1269
|
|
|
1454
|
-
class ListServiceIndexesCommand extends
|
|
1455
|
-
.classBuilder()
|
|
1456
|
-
.ep(commonParams)
|
|
1457
|
-
.m(function (Command, cs, config, o) {
|
|
1458
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1459
|
-
})
|
|
1460
|
-
.s("ResourceExplorer", "ListServiceIndexes", {})
|
|
1461
|
-
.n("ResourceExplorer2Client", "ListServiceIndexesCommand")
|
|
1462
|
-
.sc(ListServiceIndexes$)
|
|
1463
|
-
.build() {
|
|
1270
|
+
class ListServiceIndexesCommand extends command(_ep0, _mw0, "ListServiceIndexes", ListServiceIndexes$) {
|
|
1464
1271
|
}
|
|
1465
1272
|
|
|
1466
|
-
class ListServiceViewsCommand extends
|
|
1467
|
-
.classBuilder()
|
|
1468
|
-
.ep(commonParams)
|
|
1469
|
-
.m(function (Command, cs, config, o) {
|
|
1470
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1471
|
-
})
|
|
1472
|
-
.s("ResourceExplorer", "ListServiceViews", {})
|
|
1473
|
-
.n("ResourceExplorer2Client", "ListServiceViewsCommand")
|
|
1474
|
-
.sc(ListServiceViews$)
|
|
1475
|
-
.build() {
|
|
1273
|
+
class ListServiceViewsCommand extends command(_ep0, _mw0, "ListServiceViews", ListServiceViews$) {
|
|
1476
1274
|
}
|
|
1477
1275
|
|
|
1478
|
-
class ListStreamingAccessForServicesCommand extends
|
|
1479
|
-
.classBuilder()
|
|
1480
|
-
.ep(commonParams)
|
|
1481
|
-
.m(function (Command, cs, config, o) {
|
|
1482
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1483
|
-
})
|
|
1484
|
-
.s("ResourceExplorer", "ListStreamingAccessForServices", {})
|
|
1485
|
-
.n("ResourceExplorer2Client", "ListStreamingAccessForServicesCommand")
|
|
1486
|
-
.sc(ListStreamingAccessForServices$)
|
|
1487
|
-
.build() {
|
|
1276
|
+
class ListStreamingAccessForServicesCommand extends command(_ep0, _mw0, "ListStreamingAccessForServices", ListStreamingAccessForServices$) {
|
|
1488
1277
|
}
|
|
1489
1278
|
|
|
1490
|
-
class ListSupportedResourceTypesCommand extends
|
|
1491
|
-
.classBuilder()
|
|
1492
|
-
.ep(commonParams)
|
|
1493
|
-
.m(function (Command, cs, config, o) {
|
|
1494
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1495
|
-
})
|
|
1496
|
-
.s("ResourceExplorer", "ListSupportedResourceTypes", {})
|
|
1497
|
-
.n("ResourceExplorer2Client", "ListSupportedResourceTypesCommand")
|
|
1498
|
-
.sc(ListSupportedResourceTypes$)
|
|
1499
|
-
.build() {
|
|
1279
|
+
class ListSupportedResourceTypesCommand extends command(_ep0, _mw0, "ListSupportedResourceTypes", ListSupportedResourceTypes$) {
|
|
1500
1280
|
}
|
|
1501
1281
|
|
|
1502
|
-
class ListTagsForResourceCommand extends
|
|
1503
|
-
.classBuilder()
|
|
1504
|
-
.ep(commonParams)
|
|
1505
|
-
.m(function (Command, cs, config, o) {
|
|
1506
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1507
|
-
})
|
|
1508
|
-
.s("ResourceExplorer", "ListTagsForResource", {})
|
|
1509
|
-
.n("ResourceExplorer2Client", "ListTagsForResourceCommand")
|
|
1510
|
-
.sc(ListTagsForResource$)
|
|
1511
|
-
.build() {
|
|
1282
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1512
1283
|
}
|
|
1513
1284
|
|
|
1514
|
-
class ListViewsCommand extends
|
|
1515
|
-
.classBuilder()
|
|
1516
|
-
.ep(commonParams)
|
|
1517
|
-
.m(function (Command, cs, config, o) {
|
|
1518
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1519
|
-
})
|
|
1520
|
-
.s("ResourceExplorer", "ListViews", {})
|
|
1521
|
-
.n("ResourceExplorer2Client", "ListViewsCommand")
|
|
1522
|
-
.sc(ListViews$)
|
|
1523
|
-
.build() {
|
|
1285
|
+
class ListViewsCommand extends command(_ep0, _mw0, "ListViews", ListViews$) {
|
|
1524
1286
|
}
|
|
1525
1287
|
|
|
1526
|
-
class SearchCommand extends
|
|
1527
|
-
.classBuilder()
|
|
1528
|
-
.ep(commonParams)
|
|
1529
|
-
.m(function (Command, cs, config, o) {
|
|
1530
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1531
|
-
})
|
|
1532
|
-
.s("ResourceExplorer", "Search", {})
|
|
1533
|
-
.n("ResourceExplorer2Client", "SearchCommand")
|
|
1534
|
-
.sc(Search$)
|
|
1535
|
-
.build() {
|
|
1288
|
+
class SearchCommand extends command(_ep0, _mw0, "Search", Search$) {
|
|
1536
1289
|
}
|
|
1537
1290
|
|
|
1538
|
-
class TagResourceCommand extends
|
|
1539
|
-
.classBuilder()
|
|
1540
|
-
.ep(commonParams)
|
|
1541
|
-
.m(function (Command, cs, config, o) {
|
|
1542
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1543
|
-
})
|
|
1544
|
-
.s("ResourceExplorer", "TagResource", {})
|
|
1545
|
-
.n("ResourceExplorer2Client", "TagResourceCommand")
|
|
1546
|
-
.sc(TagResource$)
|
|
1547
|
-
.build() {
|
|
1291
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1548
1292
|
}
|
|
1549
1293
|
|
|
1550
|
-
class UntagResourceCommand extends
|
|
1551
|
-
.classBuilder()
|
|
1552
|
-
.ep(commonParams)
|
|
1553
|
-
.m(function (Command, cs, config, o) {
|
|
1554
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1555
|
-
})
|
|
1556
|
-
.s("ResourceExplorer", "UntagResource", {})
|
|
1557
|
-
.n("ResourceExplorer2Client", "UntagResourceCommand")
|
|
1558
|
-
.sc(UntagResource$)
|
|
1559
|
-
.build() {
|
|
1294
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1560
1295
|
}
|
|
1561
1296
|
|
|
1562
|
-
class UpdateIndexTypeCommand extends
|
|
1563
|
-
.classBuilder()
|
|
1564
|
-
.ep(commonParams)
|
|
1565
|
-
.m(function (Command, cs, config, o) {
|
|
1566
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1567
|
-
})
|
|
1568
|
-
.s("ResourceExplorer", "UpdateIndexType", {})
|
|
1569
|
-
.n("ResourceExplorer2Client", "UpdateIndexTypeCommand")
|
|
1570
|
-
.sc(UpdateIndexType$)
|
|
1571
|
-
.build() {
|
|
1297
|
+
class UpdateIndexTypeCommand extends command(_ep0, _mw0, "UpdateIndexType", UpdateIndexType$) {
|
|
1572
1298
|
}
|
|
1573
1299
|
|
|
1574
|
-
class UpdateViewCommand extends
|
|
1575
|
-
.classBuilder()
|
|
1576
|
-
.ep(commonParams)
|
|
1577
|
-
.m(function (Command, cs, config, o) {
|
|
1578
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1579
|
-
})
|
|
1580
|
-
.s("ResourceExplorer", "UpdateView", {})
|
|
1581
|
-
.n("ResourceExplorer2Client", "UpdateViewCommand")
|
|
1582
|
-
.sc(UpdateView$)
|
|
1583
|
-
.build() {
|
|
1300
|
+
class UpdateViewCommand extends command(_ep0, _mw0, "UpdateView", UpdateView$) {
|
|
1584
1301
|
}
|
|
1585
1302
|
|
|
1586
1303
|
const paginateGetResourceExplorerSetup = createPaginator(ResourceExplorer2Client, GetResourceExplorerSetupCommand, "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, "ResourceExplorer", "ResourceExplorer2Client", 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 { AssociateDefaultView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateDefaultViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "AssociateDefaultView", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "AssociateDefaultViewCommand")
|
|
14
|
-
.sc(AssociateDefaultView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateDefaultViewCommand extends command(_ep0, _mw0, "AssociateDefaultView", AssociateDefaultView$) {
|
|
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 { BatchGetView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "BatchGetView", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "BatchGetViewCommand")
|
|
14
|
-
.sc(BatchGetView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetViewCommand extends command(_ep0, _mw0, "BatchGetView", BatchGetView$) {
|
|
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 { CreateIndex$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIndexCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "CreateIndex", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "CreateIndexCommand")
|
|
14
|
-
.sc(CreateIndex$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
|
|
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 { CreateResourceExplorerSetup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateResourceExplorerSetupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "CreateResourceExplorerSetup", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "CreateResourceExplorerSetupCommand")
|
|
14
|
-
.sc(CreateResourceExplorerSetup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateResourceExplorerSetupCommand extends command(_ep0, _mw0, "CreateResourceExplorerSetup", CreateResourceExplorerSetup$) {
|
|
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 { CreateView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "CreateView", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "CreateViewCommand")
|
|
14
|
-
.sc(CreateView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateViewCommand extends command(_ep0, _mw0, "CreateView", CreateView$) {
|
|
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 { DeleteIndex$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIndexCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "DeleteIndex", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "DeleteIndexCommand")
|
|
14
|
-
.sc(DeleteIndex$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIndexCommand extends command(_ep0, _mw0, "DeleteIndex", DeleteIndex$) {
|
|
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 { DeleteResourceExplorerSetup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResourceExplorerSetupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "DeleteResourceExplorerSetup", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "DeleteResourceExplorerSetupCommand")
|
|
14
|
-
.sc(DeleteResourceExplorerSetup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResourceExplorerSetupCommand extends command(_ep0, _mw0, "DeleteResourceExplorerSetup", DeleteResourceExplorerSetup$) {
|
|
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 { DeleteView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "DeleteView", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "DeleteViewCommand")
|
|
14
|
-
.sc(DeleteView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteViewCommand extends command(_ep0, _mw0, "DeleteView", DeleteView$) {
|
|
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 { DisassociateDefaultView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateDefaultViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "DisassociateDefaultView", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "DisassociateDefaultViewCommand")
|
|
14
|
-
.sc(DisassociateDefaultView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateDefaultViewCommand extends command(_ep0, _mw0, "DisassociateDefaultView", DisassociateDefaultView$) {
|
|
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 { GetAccountLevelServiceConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccountLevelServiceConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceExplorer", "GetAccountLevelServiceConfiguration", {})
|
|
13
|
-
.n("ResourceExplorer2Client", "GetAccountLevelServiceConfigurationCommand")
|
|
14
|
-
.sc(GetAccountLevelServiceConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccountLevelServiceConfigurationCommand extends command(_ep0, _mw0, "GetAccountLevelServiceConfiguration", GetAccountLevelServiceConfiguration$) {
|
|
16
4
|
}
|