@aws-sdk/client-sagemaker-geospatial 3.1077.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.
Files changed (65) hide show
  1. package/dist-cjs/index.js +27 -193
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/DeleteEarthObservationJobCommand.js +2 -14
  4. package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +2 -14
  5. package/dist-es/commands/ExportEarthObservationJobCommand.js +2 -14
  6. package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +2 -14
  7. package/dist-es/commands/GetEarthObservationJobCommand.js +2 -14
  8. package/dist-es/commands/GetRasterDataCollectionCommand.js +2 -14
  9. package/dist-es/commands/GetTileCommand.js +2 -14
  10. package/dist-es/commands/GetVectorEnrichmentJobCommand.js +2 -14
  11. package/dist-es/commands/ListEarthObservationJobsCommand.js +2 -14
  12. package/dist-es/commands/ListRasterDataCollectionsCommand.js +2 -14
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  14. package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +2 -14
  15. package/dist-es/commands/SearchRasterDataCollectionCommand.js +2 -14
  16. package/dist-es/commands/StartEarthObservationJobCommand.js +2 -14
  17. package/dist-es/commands/StartVectorEnrichmentJobCommand.js +2 -14
  18. package/dist-es/commands/StopEarthObservationJobCommand.js +2 -14
  19. package/dist-es/commands/StopVectorEnrichmentJobCommand.js +2 -14
  20. package/dist-es/commands/TagResourceCommand.js +2 -14
  21. package/dist-es/commands/UntagResourceCommand.js +2 -14
  22. package/dist-es/index.js +1 -0
  23. package/dist-types/commandBuilder.d.ts +18 -0
  24. package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +3 -8
  25. package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +3 -8
  26. package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +3 -8
  27. package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +3 -8
  28. package/dist-types/commands/GetEarthObservationJobCommand.d.ts +3 -8
  29. package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +3 -8
  30. package/dist-types/commands/GetTileCommand.d.ts +3 -8
  31. package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +3 -8
  32. package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +3 -8
  33. package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +3 -8
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  35. package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +3 -8
  36. package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +3 -8
  37. package/dist-types/commands/StartEarthObservationJobCommand.d.ts +3 -8
  38. package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +3 -8
  39. package/dist-types/commands/StopEarthObservationJobCommand.d.ts +3 -8
  40. package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +3 -8
  41. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  42. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  43. package/dist-types/index.d.ts +1 -0
  44. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  45. package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/GetTileCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/index.d.ts +1 -0
  65. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1284,232 +1285,65 @@ class SageMakerGeospatialClient extends Client {
1284
1285
  }
1285
1286
  }
1286
1287
 
1287
- class DeleteEarthObservationJobCommand extends Command
1288
- .classBuilder()
1289
- .ep(commonParams)
1290
- .m(function (Command, cs, config, o) {
1291
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1292
- })
1293
- .s("SageMakerGeospatial", "DeleteEarthObservationJob", {})
1294
- .n("SageMakerGeospatialClient", "DeleteEarthObservationJobCommand")
1295
- .sc(DeleteEarthObservationJob$)
1296
- .build() {
1288
+ const command = makeBuilder(commonParams, "SageMakerGeospatial", "SageMakerGeospatialClient", getEndpointPlugin);
1289
+ const _ep0 = {};
1290
+ const _mw0 = (Command, cs, config, o) => [];
1291
+
1292
+ class DeleteEarthObservationJobCommand extends command(_ep0, _mw0, "DeleteEarthObservationJob", DeleteEarthObservationJob$) {
1297
1293
  }
1298
1294
 
1299
- class DeleteVectorEnrichmentJobCommand extends Command
1300
- .classBuilder()
1301
- .ep(commonParams)
1302
- .m(function (Command, cs, config, o) {
1303
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1304
- })
1305
- .s("SageMakerGeospatial", "DeleteVectorEnrichmentJob", {})
1306
- .n("SageMakerGeospatialClient", "DeleteVectorEnrichmentJobCommand")
1307
- .sc(DeleteVectorEnrichmentJob$)
1308
- .build() {
1295
+ class DeleteVectorEnrichmentJobCommand extends command(_ep0, _mw0, "DeleteVectorEnrichmentJob", DeleteVectorEnrichmentJob$) {
1309
1296
  }
1310
1297
 
1311
- class ExportEarthObservationJobCommand extends Command
1312
- .classBuilder()
1313
- .ep(commonParams)
1314
- .m(function (Command, cs, config, o) {
1315
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1316
- })
1317
- .s("SageMakerGeospatial", "ExportEarthObservationJob", {})
1318
- .n("SageMakerGeospatialClient", "ExportEarthObservationJobCommand")
1319
- .sc(ExportEarthObservationJob$)
1320
- .build() {
1298
+ class ExportEarthObservationJobCommand extends command(_ep0, _mw0, "ExportEarthObservationJob", ExportEarthObservationJob$) {
1321
1299
  }
1322
1300
 
1323
- class ExportVectorEnrichmentJobCommand extends Command
1324
- .classBuilder()
1325
- .ep(commonParams)
1326
- .m(function (Command, cs, config, o) {
1327
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1328
- })
1329
- .s("SageMakerGeospatial", "ExportVectorEnrichmentJob", {})
1330
- .n("SageMakerGeospatialClient", "ExportVectorEnrichmentJobCommand")
1331
- .sc(ExportVectorEnrichmentJob$)
1332
- .build() {
1301
+ class ExportVectorEnrichmentJobCommand extends command(_ep0, _mw0, "ExportVectorEnrichmentJob", ExportVectorEnrichmentJob$) {
1333
1302
  }
1334
1303
 
1335
- class GetEarthObservationJobCommand extends Command
1336
- .classBuilder()
1337
- .ep(commonParams)
1338
- .m(function (Command, cs, config, o) {
1339
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1340
- })
1341
- .s("SageMakerGeospatial", "GetEarthObservationJob", {})
1342
- .n("SageMakerGeospatialClient", "GetEarthObservationJobCommand")
1343
- .sc(GetEarthObservationJob$)
1344
- .build() {
1304
+ class GetEarthObservationJobCommand extends command(_ep0, _mw0, "GetEarthObservationJob", GetEarthObservationJob$) {
1345
1305
  }
1346
1306
 
1347
- class GetRasterDataCollectionCommand extends Command
1348
- .classBuilder()
1349
- .ep(commonParams)
1350
- .m(function (Command, cs, config, o) {
1351
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1352
- })
1353
- .s("SageMakerGeospatial", "GetRasterDataCollection", {})
1354
- .n("SageMakerGeospatialClient", "GetRasterDataCollectionCommand")
1355
- .sc(GetRasterDataCollection$)
1356
- .build() {
1307
+ class GetRasterDataCollectionCommand extends command(_ep0, _mw0, "GetRasterDataCollection", GetRasterDataCollection$) {
1357
1308
  }
1358
1309
 
1359
- class GetTileCommand extends Command
1360
- .classBuilder()
1361
- .ep(commonParams)
1362
- .m(function (Command, cs, config, o) {
1363
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1364
- })
1365
- .s("SageMakerGeospatial", "GetTile", {})
1366
- .n("SageMakerGeospatialClient", "GetTileCommand")
1367
- .sc(GetTile$)
1368
- .build() {
1310
+ class GetTileCommand extends command(_ep0, _mw0, "GetTile", GetTile$) {
1369
1311
  }
1370
1312
 
1371
- class GetVectorEnrichmentJobCommand extends Command
1372
- .classBuilder()
1373
- .ep(commonParams)
1374
- .m(function (Command, cs, config, o) {
1375
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1376
- })
1377
- .s("SageMakerGeospatial", "GetVectorEnrichmentJob", {})
1378
- .n("SageMakerGeospatialClient", "GetVectorEnrichmentJobCommand")
1379
- .sc(GetVectorEnrichmentJob$)
1380
- .build() {
1313
+ class GetVectorEnrichmentJobCommand extends command(_ep0, _mw0, "GetVectorEnrichmentJob", GetVectorEnrichmentJob$) {
1381
1314
  }
1382
1315
 
1383
- class ListEarthObservationJobsCommand extends Command
1384
- .classBuilder()
1385
- .ep(commonParams)
1386
- .m(function (Command, cs, config, o) {
1387
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1388
- })
1389
- .s("SageMakerGeospatial", "ListEarthObservationJobs", {})
1390
- .n("SageMakerGeospatialClient", "ListEarthObservationJobsCommand")
1391
- .sc(ListEarthObservationJobs$)
1392
- .build() {
1316
+ class ListEarthObservationJobsCommand extends command(_ep0, _mw0, "ListEarthObservationJobs", ListEarthObservationJobs$) {
1393
1317
  }
1394
1318
 
1395
- class ListRasterDataCollectionsCommand extends Command
1396
- .classBuilder()
1397
- .ep(commonParams)
1398
- .m(function (Command, cs, config, o) {
1399
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1400
- })
1401
- .s("SageMakerGeospatial", "ListRasterDataCollections", {})
1402
- .n("SageMakerGeospatialClient", "ListRasterDataCollectionsCommand")
1403
- .sc(ListRasterDataCollections$)
1404
- .build() {
1319
+ class ListRasterDataCollectionsCommand extends command(_ep0, _mw0, "ListRasterDataCollections", ListRasterDataCollections$) {
1405
1320
  }
1406
1321
 
1407
- class ListTagsForResourceCommand extends Command
1408
- .classBuilder()
1409
- .ep(commonParams)
1410
- .m(function (Command, cs, config, o) {
1411
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1412
- })
1413
- .s("SageMakerGeospatial", "ListTagsForResource", {})
1414
- .n("SageMakerGeospatialClient", "ListTagsForResourceCommand")
1415
- .sc(ListTagsForResource$)
1416
- .build() {
1322
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1417
1323
  }
1418
1324
 
1419
- class ListVectorEnrichmentJobsCommand extends Command
1420
- .classBuilder()
1421
- .ep(commonParams)
1422
- .m(function (Command, cs, config, o) {
1423
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1424
- })
1425
- .s("SageMakerGeospatial", "ListVectorEnrichmentJobs", {})
1426
- .n("SageMakerGeospatialClient", "ListVectorEnrichmentJobsCommand")
1427
- .sc(ListVectorEnrichmentJobs$)
1428
- .build() {
1325
+ class ListVectorEnrichmentJobsCommand extends command(_ep0, _mw0, "ListVectorEnrichmentJobs", ListVectorEnrichmentJobs$) {
1429
1326
  }
1430
1327
 
1431
- class SearchRasterDataCollectionCommand extends Command
1432
- .classBuilder()
1433
- .ep(commonParams)
1434
- .m(function (Command, cs, config, o) {
1435
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1436
- })
1437
- .s("SageMakerGeospatial", "SearchRasterDataCollection", {})
1438
- .n("SageMakerGeospatialClient", "SearchRasterDataCollectionCommand")
1439
- .sc(SearchRasterDataCollection$)
1440
- .build() {
1328
+ class SearchRasterDataCollectionCommand extends command(_ep0, _mw0, "SearchRasterDataCollection", SearchRasterDataCollection$) {
1441
1329
  }
1442
1330
 
1443
- class StartEarthObservationJobCommand extends Command
1444
- .classBuilder()
1445
- .ep(commonParams)
1446
- .m(function (Command, cs, config, o) {
1447
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1448
- })
1449
- .s("SageMakerGeospatial", "StartEarthObservationJob", {})
1450
- .n("SageMakerGeospatialClient", "StartEarthObservationJobCommand")
1451
- .sc(StartEarthObservationJob$)
1452
- .build() {
1331
+ class StartEarthObservationJobCommand extends command(_ep0, _mw0, "StartEarthObservationJob", StartEarthObservationJob$) {
1453
1332
  }
1454
1333
 
1455
- class StartVectorEnrichmentJobCommand extends Command
1456
- .classBuilder()
1457
- .ep(commonParams)
1458
- .m(function (Command, cs, config, o) {
1459
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1460
- })
1461
- .s("SageMakerGeospatial", "StartVectorEnrichmentJob", {})
1462
- .n("SageMakerGeospatialClient", "StartVectorEnrichmentJobCommand")
1463
- .sc(StartVectorEnrichmentJob$)
1464
- .build() {
1334
+ class StartVectorEnrichmentJobCommand extends command(_ep0, _mw0, "StartVectorEnrichmentJob", StartVectorEnrichmentJob$) {
1465
1335
  }
1466
1336
 
1467
- class StopEarthObservationJobCommand extends Command
1468
- .classBuilder()
1469
- .ep(commonParams)
1470
- .m(function (Command, cs, config, o) {
1471
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1472
- })
1473
- .s("SageMakerGeospatial", "StopEarthObservationJob", {})
1474
- .n("SageMakerGeospatialClient", "StopEarthObservationJobCommand")
1475
- .sc(StopEarthObservationJob$)
1476
- .build() {
1337
+ class StopEarthObservationJobCommand extends command(_ep0, _mw0, "StopEarthObservationJob", StopEarthObservationJob$) {
1477
1338
  }
1478
1339
 
1479
- class StopVectorEnrichmentJobCommand extends Command
1480
- .classBuilder()
1481
- .ep(commonParams)
1482
- .m(function (Command, cs, config, o) {
1483
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1484
- })
1485
- .s("SageMakerGeospatial", "StopVectorEnrichmentJob", {})
1486
- .n("SageMakerGeospatialClient", "StopVectorEnrichmentJobCommand")
1487
- .sc(StopVectorEnrichmentJob$)
1488
- .build() {
1340
+ class StopVectorEnrichmentJobCommand extends command(_ep0, _mw0, "StopVectorEnrichmentJob", StopVectorEnrichmentJob$) {
1489
1341
  }
1490
1342
 
1491
- class TagResourceCommand extends Command
1492
- .classBuilder()
1493
- .ep(commonParams)
1494
- .m(function (Command, cs, config, o) {
1495
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1496
- })
1497
- .s("SageMakerGeospatial", "TagResource", {})
1498
- .n("SageMakerGeospatialClient", "TagResourceCommand")
1499
- .sc(TagResource$)
1500
- .build() {
1343
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1501
1344
  }
1502
1345
 
1503
- class UntagResourceCommand extends Command
1504
- .classBuilder()
1505
- .ep(commonParams)
1506
- .m(function (Command, cs, config, o) {
1507
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1508
- })
1509
- .s("SageMakerGeospatial", "UntagResource", {})
1510
- .n("SageMakerGeospatialClient", "UntagResourceCommand")
1511
- .sc(UntagResource$)
1512
- .build() {
1346
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1513
1347
  }
1514
1348
 
1515
1349
  const paginateListEarthObservationJobs = createPaginator(SageMakerGeospatialClient, ListEarthObservationJobsCommand, "NextToken", "NextToken", "");
@@ -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, "SageMakerGeospatial", "SageMakerGeospatialClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteEarthObservationJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteEarthObservationJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "DeleteEarthObservationJob", {})
13
- .n("SageMakerGeospatialClient", "DeleteEarthObservationJobCommand")
14
- .sc(DeleteEarthObservationJob$)
15
- .build() {
3
+ export class DeleteEarthObservationJobCommand extends command(_ep0, _mw0, "DeleteEarthObservationJob", DeleteEarthObservationJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVectorEnrichmentJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVectorEnrichmentJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "DeleteVectorEnrichmentJob", {})
13
- .n("SageMakerGeospatialClient", "DeleteVectorEnrichmentJobCommand")
14
- .sc(DeleteVectorEnrichmentJob$)
15
- .build() {
3
+ export class DeleteVectorEnrichmentJobCommand extends command(_ep0, _mw0, "DeleteVectorEnrichmentJob", DeleteVectorEnrichmentJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ExportEarthObservationJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ExportEarthObservationJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "ExportEarthObservationJob", {})
13
- .n("SageMakerGeospatialClient", "ExportEarthObservationJobCommand")
14
- .sc(ExportEarthObservationJob$)
15
- .build() {
3
+ export class ExportEarthObservationJobCommand extends command(_ep0, _mw0, "ExportEarthObservationJob", ExportEarthObservationJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ExportVectorEnrichmentJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ExportVectorEnrichmentJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "ExportVectorEnrichmentJob", {})
13
- .n("SageMakerGeospatialClient", "ExportVectorEnrichmentJobCommand")
14
- .sc(ExportVectorEnrichmentJob$)
15
- .build() {
3
+ export class ExportVectorEnrichmentJobCommand extends command(_ep0, _mw0, "ExportVectorEnrichmentJob", ExportVectorEnrichmentJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetEarthObservationJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetEarthObservationJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "GetEarthObservationJob", {})
13
- .n("SageMakerGeospatialClient", "GetEarthObservationJobCommand")
14
- .sc(GetEarthObservationJob$)
15
- .build() {
3
+ export class GetEarthObservationJobCommand extends command(_ep0, _mw0, "GetEarthObservationJob", GetEarthObservationJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetRasterDataCollection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetRasterDataCollectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "GetRasterDataCollection", {})
13
- .n("SageMakerGeospatialClient", "GetRasterDataCollectionCommand")
14
- .sc(GetRasterDataCollection$)
15
- .build() {
3
+ export class GetRasterDataCollectionCommand extends command(_ep0, _mw0, "GetRasterDataCollection", GetRasterDataCollection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTile$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTileCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "GetTile", {})
13
- .n("SageMakerGeospatialClient", "GetTileCommand")
14
- .sc(GetTile$)
15
- .build() {
3
+ export class GetTileCommand extends command(_ep0, _mw0, "GetTile", GetTile$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetVectorEnrichmentJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetVectorEnrichmentJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "GetVectorEnrichmentJob", {})
13
- .n("SageMakerGeospatialClient", "GetVectorEnrichmentJobCommand")
14
- .sc(GetVectorEnrichmentJob$)
15
- .build() {
3
+ export class GetVectorEnrichmentJobCommand extends command(_ep0, _mw0, "GetVectorEnrichmentJob", GetVectorEnrichmentJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListEarthObservationJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEarthObservationJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "ListEarthObservationJobs", {})
13
- .n("SageMakerGeospatialClient", "ListEarthObservationJobsCommand")
14
- .sc(ListEarthObservationJobs$)
15
- .build() {
3
+ export class ListEarthObservationJobsCommand extends command(_ep0, _mw0, "ListEarthObservationJobs", ListEarthObservationJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRasterDataCollections$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRasterDataCollectionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "ListRasterDataCollections", {})
13
- .n("SageMakerGeospatialClient", "ListRasterDataCollectionsCommand")
14
- .sc(ListRasterDataCollections$)
15
- .build() {
3
+ export class ListRasterDataCollectionsCommand extends command(_ep0, _mw0, "ListRasterDataCollections", ListRasterDataCollections$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "ListTagsForResource", {})
13
- .n("SageMakerGeospatialClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVectorEnrichmentJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVectorEnrichmentJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "ListVectorEnrichmentJobs", {})
13
- .n("SageMakerGeospatialClient", "ListVectorEnrichmentJobsCommand")
14
- .sc(ListVectorEnrichmentJobs$)
15
- .build() {
3
+ export class ListVectorEnrichmentJobsCommand extends command(_ep0, _mw0, "ListVectorEnrichmentJobs", ListVectorEnrichmentJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SearchRasterDataCollection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchRasterDataCollectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "SearchRasterDataCollection", {})
13
- .n("SageMakerGeospatialClient", "SearchRasterDataCollectionCommand")
14
- .sc(SearchRasterDataCollection$)
15
- .build() {
3
+ export class SearchRasterDataCollectionCommand extends command(_ep0, _mw0, "SearchRasterDataCollection", SearchRasterDataCollection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartEarthObservationJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartEarthObservationJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "StartEarthObservationJob", {})
13
- .n("SageMakerGeospatialClient", "StartEarthObservationJobCommand")
14
- .sc(StartEarthObservationJob$)
15
- .build() {
3
+ export class StartEarthObservationJobCommand extends command(_ep0, _mw0, "StartEarthObservationJob", StartEarthObservationJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartVectorEnrichmentJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartVectorEnrichmentJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "StartVectorEnrichmentJob", {})
13
- .n("SageMakerGeospatialClient", "StartVectorEnrichmentJobCommand")
14
- .sc(StartVectorEnrichmentJob$)
15
- .build() {
3
+ export class StartVectorEnrichmentJobCommand extends command(_ep0, _mw0, "StartVectorEnrichmentJob", StartVectorEnrichmentJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopEarthObservationJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopEarthObservationJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "StopEarthObservationJob", {})
13
- .n("SageMakerGeospatialClient", "StopEarthObservationJobCommand")
14
- .sc(StopEarthObservationJob$)
15
- .build() {
3
+ export class StopEarthObservationJobCommand extends command(_ep0, _mw0, "StopEarthObservationJob", StopEarthObservationJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopVectorEnrichmentJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopVectorEnrichmentJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "StopVectorEnrichmentJob", {})
13
- .n("SageMakerGeospatialClient", "StopVectorEnrichmentJobCommand")
14
- .sc(StopVectorEnrichmentJob$)
15
- .build() {
3
+ export class StopVectorEnrichmentJobCommand extends command(_ep0, _mw0, "StopVectorEnrichmentJob", StopVectorEnrichmentJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "TagResource", {})
13
- .n("SageMakerGeospatialClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }