@aws-sdk/client-sagemaker-geospatial 3.590.0 → 3.596.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 (43) hide show
  1. package/dist-cjs/index.js +0 -19
  2. package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +2 -1
  4. package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +2 -1
  5. package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +2 -1
  6. package/dist-types/commands/GetEarthObservationJobCommand.d.ts +2 -1
  7. package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +2 -1
  8. package/dist-types/commands/GetTileCommand.d.ts +2 -1
  9. package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +2 -1
  10. package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +2 -1
  12. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +2 -1
  14. package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +2 -1
  15. package/dist-types/commands/StartEarthObservationJobCommand.d.ts +2 -1
  16. package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +2 -1
  17. package/dist-types/commands/StopEarthObservationJobCommand.d.ts +2 -1
  18. package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +2 -1
  19. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  21. package/dist-types/index.d.ts +2 -2
  22. package/dist-types/models/SageMakerGeospatialServiceException.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/GetTileCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/models/SageMakerGeospatialServiceException.d.ts +2 -1
  43. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -263,7 +263,6 @@ var SageMakerGeospatialClient = _SageMakerGeospatialClient;
263
263
 
264
264
  var import_middleware_serde = require("@smithy/middleware-serde");
265
265
 
266
- var import_types = require("@smithy/types");
267
266
 
268
267
  // src/protocols/Aws_restJson1.ts
269
268
  var import_core2 = require("@aws-sdk/core");
@@ -2261,7 +2260,6 @@ var DeleteEarthObservationJobCommand = _DeleteEarthObservationJobCommand;
2261
2260
 
2262
2261
 
2263
2262
 
2264
-
2265
2263
  var _DeleteVectorEnrichmentJobCommand = class _DeleteVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
2266
2264
  ...commonParams
2267
2265
  }).m(function(Command, cs, config, o) {
@@ -2278,7 +2276,6 @@ var DeleteVectorEnrichmentJobCommand = _DeleteVectorEnrichmentJobCommand;
2278
2276
 
2279
2277
 
2280
2278
 
2281
-
2282
2279
  var _ExportEarthObservationJobCommand = class _ExportEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep({
2283
2280
  ...commonParams
2284
2281
  }).m(function(Command, cs, config, o) {
@@ -2295,7 +2292,6 @@ var ExportEarthObservationJobCommand = _ExportEarthObservationJobCommand;
2295
2292
 
2296
2293
 
2297
2294
 
2298
-
2299
2295
  var _ExportVectorEnrichmentJobCommand = class _ExportVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
2300
2296
  ...commonParams
2301
2297
  }).m(function(Command, cs, config, o) {
@@ -2312,7 +2308,6 @@ var ExportVectorEnrichmentJobCommand = _ExportVectorEnrichmentJobCommand;
2312
2308
 
2313
2309
 
2314
2310
 
2315
-
2316
2311
  var _GetEarthObservationJobCommand = class _GetEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep({
2317
2312
  ...commonParams
2318
2313
  }).m(function(Command, cs, config, o) {
@@ -2329,7 +2324,6 @@ var GetEarthObservationJobCommand = _GetEarthObservationJobCommand;
2329
2324
 
2330
2325
 
2331
2326
 
2332
-
2333
2327
  var _GetRasterDataCollectionCommand = class _GetRasterDataCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
2334
2328
  ...commonParams
2335
2329
  }).m(function(Command, cs, config, o) {
@@ -2346,7 +2340,6 @@ var GetRasterDataCollectionCommand = _GetRasterDataCollectionCommand;
2346
2340
 
2347
2341
 
2348
2342
 
2349
-
2350
2343
  var _GetTileCommand = class _GetTileCommand extends import_smithy_client.Command.classBuilder().ep({
2351
2344
  ...commonParams
2352
2345
  }).m(function(Command, cs, config, o) {
@@ -2363,7 +2356,6 @@ var GetTileCommand = _GetTileCommand;
2363
2356
 
2364
2357
 
2365
2358
 
2366
-
2367
2359
  var _GetVectorEnrichmentJobCommand = class _GetVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
2368
2360
  ...commonParams
2369
2361
  }).m(function(Command, cs, config, o) {
@@ -2380,7 +2372,6 @@ var GetVectorEnrichmentJobCommand = _GetVectorEnrichmentJobCommand;
2380
2372
 
2381
2373
 
2382
2374
 
2383
-
2384
2375
  var _ListEarthObservationJobsCommand = class _ListEarthObservationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2385
2376
  ...commonParams
2386
2377
  }).m(function(Command, cs, config, o) {
@@ -2397,7 +2388,6 @@ var ListEarthObservationJobsCommand = _ListEarthObservationJobsCommand;
2397
2388
 
2398
2389
 
2399
2390
 
2400
-
2401
2391
  var _ListRasterDataCollectionsCommand = class _ListRasterDataCollectionsCommand extends import_smithy_client.Command.classBuilder().ep({
2402
2392
  ...commonParams
2403
2393
  }).m(function(Command, cs, config, o) {
@@ -2414,7 +2404,6 @@ var ListRasterDataCollectionsCommand = _ListRasterDataCollectionsCommand;
2414
2404
 
2415
2405
 
2416
2406
 
2417
-
2418
2407
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2419
2408
  ...commonParams
2420
2409
  }).m(function(Command, cs, config, o) {
@@ -2431,7 +2420,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2431
2420
 
2432
2421
 
2433
2422
 
2434
-
2435
2423
  var _ListVectorEnrichmentJobsCommand = class _ListVectorEnrichmentJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2436
2424
  ...commonParams
2437
2425
  }).m(function(Command, cs, config, o) {
@@ -2448,7 +2436,6 @@ var ListVectorEnrichmentJobsCommand = _ListVectorEnrichmentJobsCommand;
2448
2436
 
2449
2437
 
2450
2438
 
2451
-
2452
2439
  var _SearchRasterDataCollectionCommand = class _SearchRasterDataCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
2453
2440
  ...commonParams
2454
2441
  }).m(function(Command, cs, config, o) {
@@ -2465,7 +2452,6 @@ var SearchRasterDataCollectionCommand = _SearchRasterDataCollectionCommand;
2465
2452
 
2466
2453
 
2467
2454
 
2468
-
2469
2455
  var _StartEarthObservationJobCommand = class _StartEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep({
2470
2456
  ...commonParams
2471
2457
  }).m(function(Command, cs, config, o) {
@@ -2482,7 +2468,6 @@ var StartEarthObservationJobCommand = _StartEarthObservationJobCommand;
2482
2468
 
2483
2469
 
2484
2470
 
2485
-
2486
2471
  var _StartVectorEnrichmentJobCommand = class _StartVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
2487
2472
  ...commonParams
2488
2473
  }).m(function(Command, cs, config, o) {
@@ -2499,7 +2484,6 @@ var StartVectorEnrichmentJobCommand = _StartVectorEnrichmentJobCommand;
2499
2484
 
2500
2485
 
2501
2486
 
2502
-
2503
2487
  var _StopEarthObservationJobCommand = class _StopEarthObservationJobCommand extends import_smithy_client.Command.classBuilder().ep({
2504
2488
  ...commonParams
2505
2489
  }).m(function(Command, cs, config, o) {
@@ -2516,7 +2500,6 @@ var StopEarthObservationJobCommand = _StopEarthObservationJobCommand;
2516
2500
 
2517
2501
 
2518
2502
 
2519
-
2520
2503
  var _StopVectorEnrichmentJobCommand = class _StopVectorEnrichmentJobCommand extends import_smithy_client.Command.classBuilder().ep({
2521
2504
  ...commonParams
2522
2505
  }).m(function(Command, cs, config, o) {
@@ -2533,7 +2516,6 @@ var StopVectorEnrichmentJobCommand = _StopVectorEnrichmentJobCommand;
2533
2516
 
2534
2517
 
2535
2518
 
2536
-
2537
2519
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2538
2520
  ...commonParams
2539
2521
  }).m(function(Command, cs, config, o) {
@@ -2550,7 +2532,6 @@ var TagResourceCommand = _TagResourceCommand;
2550
2532
 
2551
2533
 
2552
2534
 
2553
-
2554
2535
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2555
2536
  ...commonParams
2556
2537
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./SageMakerGeospatialClient";
7
7
  export * from "./SageMakerGeospatial";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { SageMakerGeospatialExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { SageMakerGeospatialExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteEarthObservationJobCommandInput
14
15
  extends DeleteEarthObservationJobInput {}
15
16
  export interface DeleteEarthObservationJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteVectorEnrichmentJobCommandInput
14
15
  extends DeleteVectorEnrichmentJobInput {}
15
16
  export interface DeleteVectorEnrichmentJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExportEarthObservationJobCommandInput
14
15
  extends ExportEarthObservationJobInput {}
15
16
  export interface ExportEarthObservationJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExportVectorEnrichmentJobCommandInput
14
15
  extends ExportVectorEnrichmentJobInput {}
15
16
  export interface ExportVectorEnrichmentJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetEarthObservationJobCommandInput
14
15
  extends GetEarthObservationJobInput {}
15
16
  export interface GetEarthObservationJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetRasterDataCollectionCommandInput
14
15
  extends GetRasterDataCollectionInput {}
15
16
  export interface GetRasterDataCollectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTileCommandInput extends GetTileInput {}
14
15
  export interface GetTileCommandOutput
15
16
  extends Pick<GetTileOutput, Exclude<keyof GetTileOutput, "BinaryFile">>,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetVectorEnrichmentJobCommandInput
14
15
  extends GetVectorEnrichmentJobInput {}
15
16
  export interface GetVectorEnrichmentJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEarthObservationJobsCommandInput
14
15
  extends ListEarthObservationJobInput {}
15
16
  export interface ListEarthObservationJobsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListRasterDataCollectionsCommandInput
14
15
  extends ListRasterDataCollectionsInput {}
15
16
  export interface ListRasterDataCollectionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListVectorEnrichmentJobsCommandInput
14
15
  extends ListVectorEnrichmentJobInput {}
15
16
  export interface ListVectorEnrichmentJobsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchRasterDataCollectionCommandInput
14
15
  extends SearchRasterDataCollectionInput {}
15
16
  export interface SearchRasterDataCollectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartEarthObservationJobCommandInput
14
15
  extends StartEarthObservationJobInput {}
15
16
  export interface StartEarthObservationJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartVectorEnrichmentJobCommandInput
14
15
  extends StartVectorEnrichmentJobInput {}
15
16
  export interface StartVectorEnrichmentJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopEarthObservationJobCommandInput
14
15
  extends StopEarthObservationJobInput {}
15
16
  export interface StopEarthObservationJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopVectorEnrichmentJobCommandInput
14
15
  extends StopVectorEnrichmentJobInput {}
15
16
  export interface StopVectorEnrichmentJobCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SageMakerGeospatialClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SageMakerGeospatialClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class SageMakerGeospatialServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.0",
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": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",