@aws-sdk/client-sagemaker-geospatial 3.649.0 → 3.651.1
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 +19 -57
- package/dist-es/commands/DeleteEarthObservationJobCommand.js +1 -3
- package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +1 -3
- package/dist-es/commands/ExportEarthObservationJobCommand.js +1 -3
- package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +1 -3
- package/dist-es/commands/GetEarthObservationJobCommand.js +1 -3
- package/dist-es/commands/GetRasterDataCollectionCommand.js +1 -3
- package/dist-es/commands/GetTileCommand.js +1 -3
- package/dist-es/commands/GetVectorEnrichmentJobCommand.js +1 -3
- package/dist-es/commands/ListEarthObservationJobsCommand.js +1 -3
- package/dist-es/commands/ListRasterDataCollectionsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +1 -3
- package/dist-es/commands/SearchRasterDataCollectionCommand.js +1 -3
- package/dist-es/commands/StartEarthObservationJobCommand.js +1 -3
- package/dist-es/commands/StartVectorEnrichmentJobCommand.js +1 -3
- package/dist-es/commands/StopEarthObservationJobCommand.js +1 -3
- package/dist-es/commands/StopVectorEnrichmentJobCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -2238,9 +2238,7 @@ var _TRF = "TimeRangeFilter";
|
|
|
2238
2238
|
var _tK = "tagKeys";
|
|
2239
2239
|
|
|
2240
2240
|
// src/commands/DeleteEarthObservationJobCommand.ts
|
|
2241
|
-
var _DeleteEarthObservationJobCommand = class _DeleteEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2242
|
-
...commonParams
|
|
2243
|
-
}).m(function(Command, cs, config, o) {
|
|
2241
|
+
var _DeleteEarthObservationJobCommand = class _DeleteEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2244
2242
|
return [
|
|
2245
2243
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2246
2244
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2254,9 +2252,7 @@ var DeleteEarthObservationJobCommand = _DeleteEarthObservationJobCommand;
|
|
|
2254
2252
|
|
|
2255
2253
|
|
|
2256
2254
|
|
|
2257
|
-
var _DeleteVectorEnrichmentJobCommand = class _DeleteVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2258
|
-
...commonParams
|
|
2259
|
-
}).m(function(Command, cs, config, o) {
|
|
2255
|
+
var _DeleteVectorEnrichmentJobCommand = class _DeleteVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2260
2256
|
return [
|
|
2261
2257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2262
2258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2270,9 +2266,7 @@ var DeleteVectorEnrichmentJobCommand = _DeleteVectorEnrichmentJobCommand;
|
|
|
2270
2266
|
|
|
2271
2267
|
|
|
2272
2268
|
|
|
2273
|
-
var _ExportEarthObservationJobCommand = class _ExportEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2274
|
-
...commonParams
|
|
2275
|
-
}).m(function(Command, cs, config, o) {
|
|
2269
|
+
var _ExportEarthObservationJobCommand = class _ExportEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2276
2270
|
return [
|
|
2277
2271
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2278
2272
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2286,9 +2280,7 @@ var ExportEarthObservationJobCommand = _ExportEarthObservationJobCommand;
|
|
|
2286
2280
|
|
|
2287
2281
|
|
|
2288
2282
|
|
|
2289
|
-
var _ExportVectorEnrichmentJobCommand = class _ExportVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2290
|
-
...commonParams
|
|
2291
|
-
}).m(function(Command, cs, config, o) {
|
|
2283
|
+
var _ExportVectorEnrichmentJobCommand = class _ExportVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2292
2284
|
return [
|
|
2293
2285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2294
2286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2302,9 +2294,7 @@ var ExportVectorEnrichmentJobCommand = _ExportVectorEnrichmentJobCommand;
|
|
|
2302
2294
|
|
|
2303
2295
|
|
|
2304
2296
|
|
|
2305
|
-
var _GetEarthObservationJobCommand = class _GetEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2306
|
-
...commonParams
|
|
2307
|
-
}).m(function(Command, cs, config, o) {
|
|
2297
|
+
var _GetEarthObservationJobCommand = class _GetEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2308
2298
|
return [
|
|
2309
2299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2310
2300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2318,9 +2308,7 @@ var GetEarthObservationJobCommand = _GetEarthObservationJobCommand;
|
|
|
2318
2308
|
|
|
2319
2309
|
|
|
2320
2310
|
|
|
2321
|
-
var _GetRasterDataCollectionCommand = class _GetRasterDataCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2322
|
-
...commonParams
|
|
2323
|
-
}).m(function(Command, cs, config, o) {
|
|
2311
|
+
var _GetRasterDataCollectionCommand = class _GetRasterDataCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2324
2312
|
return [
|
|
2325
2313
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2326
2314
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2334,9 +2322,7 @@ var GetRasterDataCollectionCommand = _GetRasterDataCollectionCommand;
|
|
|
2334
2322
|
|
|
2335
2323
|
|
|
2336
2324
|
|
|
2337
|
-
var _GetTileCommand = class _GetTileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2338
|
-
...commonParams
|
|
2339
|
-
}).m(function(Command, cs, config, o) {
|
|
2325
|
+
var _GetTileCommand = class _GetTileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2340
2326
|
return [
|
|
2341
2327
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2342
2328
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2350,9 +2336,7 @@ var GetTileCommand = _GetTileCommand;
|
|
|
2350
2336
|
|
|
2351
2337
|
|
|
2352
2338
|
|
|
2353
|
-
var _GetVectorEnrichmentJobCommand = class _GetVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2354
|
-
...commonParams
|
|
2355
|
-
}).m(function(Command, cs, config, o) {
|
|
2339
|
+
var _GetVectorEnrichmentJobCommand = class _GetVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2356
2340
|
return [
|
|
2357
2341
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2358
2342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2366,9 +2350,7 @@ var GetVectorEnrichmentJobCommand = _GetVectorEnrichmentJobCommand;
|
|
|
2366
2350
|
|
|
2367
2351
|
|
|
2368
2352
|
|
|
2369
|
-
var _ListEarthObservationJobsCommand = class _ListEarthObservationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2370
|
-
...commonParams
|
|
2371
|
-
}).m(function(Command, cs, config, o) {
|
|
2353
|
+
var _ListEarthObservationJobsCommand = class _ListEarthObservationJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2372
2354
|
return [
|
|
2373
2355
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2374
2356
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2382,9 +2364,7 @@ var ListEarthObservationJobsCommand = _ListEarthObservationJobsCommand;
|
|
|
2382
2364
|
|
|
2383
2365
|
|
|
2384
2366
|
|
|
2385
|
-
var _ListRasterDataCollectionsCommand = class _ListRasterDataCollectionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2386
|
-
...commonParams
|
|
2387
|
-
}).m(function(Command, cs, config, o) {
|
|
2367
|
+
var _ListRasterDataCollectionsCommand = class _ListRasterDataCollectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2388
2368
|
return [
|
|
2389
2369
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2390
2370
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2398,9 +2378,7 @@ var ListRasterDataCollectionsCommand = _ListRasterDataCollectionsCommand;
|
|
|
2398
2378
|
|
|
2399
2379
|
|
|
2400
2380
|
|
|
2401
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2402
|
-
...commonParams
|
|
2403
|
-
}).m(function(Command, cs, config, o) {
|
|
2381
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2404
2382
|
return [
|
|
2405
2383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2406
2384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2414,9 +2392,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2414
2392
|
|
|
2415
2393
|
|
|
2416
2394
|
|
|
2417
|
-
var _ListVectorEnrichmentJobsCommand = class _ListVectorEnrichmentJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2418
|
-
...commonParams
|
|
2419
|
-
}).m(function(Command, cs, config, o) {
|
|
2395
|
+
var _ListVectorEnrichmentJobsCommand = class _ListVectorEnrichmentJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2420
2396
|
return [
|
|
2421
2397
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2422
2398
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2430,9 +2406,7 @@ var ListVectorEnrichmentJobsCommand = _ListVectorEnrichmentJobsCommand;
|
|
|
2430
2406
|
|
|
2431
2407
|
|
|
2432
2408
|
|
|
2433
|
-
var _SearchRasterDataCollectionCommand = class _SearchRasterDataCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2434
|
-
...commonParams
|
|
2435
|
-
}).m(function(Command, cs, config, o) {
|
|
2409
|
+
var _SearchRasterDataCollectionCommand = class _SearchRasterDataCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2436
2410
|
return [
|
|
2437
2411
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2438
2412
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2446,9 +2420,7 @@ var SearchRasterDataCollectionCommand = _SearchRasterDataCollectionCommand;
|
|
|
2446
2420
|
|
|
2447
2421
|
|
|
2448
2422
|
|
|
2449
|
-
var _StartEarthObservationJobCommand = class _StartEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2450
|
-
...commonParams
|
|
2451
|
-
}).m(function(Command, cs, config, o) {
|
|
2423
|
+
var _StartEarthObservationJobCommand = class _StartEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2452
2424
|
return [
|
|
2453
2425
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2454
2426
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2462,9 +2434,7 @@ var StartEarthObservationJobCommand = _StartEarthObservationJobCommand;
|
|
|
2462
2434
|
|
|
2463
2435
|
|
|
2464
2436
|
|
|
2465
|
-
var _StartVectorEnrichmentJobCommand = class _StartVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2466
|
-
...commonParams
|
|
2467
|
-
}).m(function(Command, cs, config, o) {
|
|
2437
|
+
var _StartVectorEnrichmentJobCommand = class _StartVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2468
2438
|
return [
|
|
2469
2439
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2470
2440
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2478,9 +2448,7 @@ var StartVectorEnrichmentJobCommand = _StartVectorEnrichmentJobCommand;
|
|
|
2478
2448
|
|
|
2479
2449
|
|
|
2480
2450
|
|
|
2481
|
-
var _StopEarthObservationJobCommand = class _StopEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2482
|
-
...commonParams
|
|
2483
|
-
}).m(function(Command, cs, config, o) {
|
|
2451
|
+
var _StopEarthObservationJobCommand = class _StopEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2484
2452
|
return [
|
|
2485
2453
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2486
2454
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2494,9 +2462,7 @@ var StopEarthObservationJobCommand = _StopEarthObservationJobCommand;
|
|
|
2494
2462
|
|
|
2495
2463
|
|
|
2496
2464
|
|
|
2497
|
-
var _StopVectorEnrichmentJobCommand = class _StopVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2498
|
-
...commonParams
|
|
2499
|
-
}).m(function(Command, cs, config, o) {
|
|
2465
|
+
var _StopVectorEnrichmentJobCommand = class _StopVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2500
2466
|
return [
|
|
2501
2467
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2502
2468
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2510,9 +2476,7 @@ var StopVectorEnrichmentJobCommand = _StopVectorEnrichmentJobCommand;
|
|
|
2510
2476
|
|
|
2511
2477
|
|
|
2512
2478
|
|
|
2513
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2514
|
-
...commonParams
|
|
2515
|
-
}).m(function(Command, cs, config, o) {
|
|
2479
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2516
2480
|
return [
|
|
2517
2481
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2518
2482
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2526,9 +2490,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2526
2490
|
|
|
2527
2491
|
|
|
2528
2492
|
|
|
2529
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2530
|
-
...commonParams
|
|
2531
|
-
}).m(function(Command, cs, config, o) {
|
|
2493
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2532
2494
|
return [
|
|
2533
2495
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2534
2496
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DeleteEarthObservationJobCommand, se_DeleteEarthObservationJobComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEarthObservationJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVectorEnrichmentJobCommand, se_DeleteVectorEnrichmentJobComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVectorEnrichmentJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportEarthObservationJobCommand, se_ExportEarthObservationJobComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportEarthObservationJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportVectorEnrichmentJobCommand, se_ExportVectorEnrichmentJobComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportVectorEnrichmentJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetEarthObservationJobCommand, se_GetEarthObservationJobCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetEarthObservationJobCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRasterDataCollectionCommand, se_GetRasterDataCollectionCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRasterDataCollectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetTileCommand, se_GetTileCommand } from "../protocols/Aws_restJson1
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetTileCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetVectorEnrichmentJobCommand, se_GetVectorEnrichmentJobCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetVectorEnrichmentJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListEarthObservationJobsCommand, se_ListEarthObservationJobsCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListEarthObservationJobsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListRasterDataCollectionsCommand, se_ListRasterDataCollectionsComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListRasterDataCollectionsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListVectorEnrichmentJobsCommand, se_ListVectorEnrichmentJobsCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListVectorEnrichmentJobsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_SearchRasterDataCollectionCommand, se_SearchRasterDataCollectionComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class SearchRasterDataCollectionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_StartEarthObservationJobCommand, se_StartEarthObservationJobCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartEarthObservationJobCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartVectorEnrichmentJobCommand, se_StartVectorEnrichmentJobCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartVectorEnrichmentJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopEarthObservationJobCommand, se_StopEarthObservationJobCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopEarthObservationJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopVectorEnrichmentJobCommand, se_StopVectorEnrichmentJobCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopVectorEnrichmentJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker-geospatial",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Geospatial Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker-geospatial",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|