@aws-sdk/client-sagemaker-geospatial 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.
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
@@ -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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SageMakerGeospatial", "UntagResource", {})
13
- .n("SageMakerGeospatialClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SageMakerGeospatialClient";
2
2
  export * from "./SageMakerGeospatial";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./SageMakerGeospatialClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteEarthObservationJobInput, DeleteEarthObservationJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteEarthObservationJobCommandInput extends DeleteEarthObserv
22
19
  export interface DeleteEarthObservationJobCommandOutput extends DeleteEarthObservationJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEarthObservationJobCommand_base: {
25
- new (input: DeleteEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to delete an Earth Observation job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteVectorEnrichmentJobInput, DeleteVectorEnrichmentJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteVectorEnrichmentJobCommandInput extends DeleteVectorEnric
22
19
  export interface DeleteVectorEnrichmentJobCommandOutput extends DeleteVectorEnrichmentJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteVectorEnrichmentJobCommand_base: {
25
- new (input: DeleteVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to delete a Vector Enrichment job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ExportEarthObservationJobInput, ExportEarthObservationJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExportEarthObservationJobCommandInput extends ExportEarthObserv
22
19
  export interface ExportEarthObservationJobCommandOutput extends ExportEarthObservationJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ExportEarthObservationJobCommand_base: {
25
- new (input: ExportEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExportEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExportEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ExportVectorEnrichmentJobInput, ExportVectorEnrichmentJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExportVectorEnrichmentJobCommandInput extends ExportVectorEnric
22
19
  export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnrichmentJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ExportVectorEnrichmentJobCommand_base: {
25
- new (input: ExportVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<ExportVectorEnrichmentJobCommandInput, ExportVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<ExportVectorEnrichmentJobCommandInput, ExportVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExportVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<ExportVectorEnrichmentJobCommandInput, ExportVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExportVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<ExportVectorEnrichmentJobCommandInput, ExportVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetEarthObservationJobInput, GetEarthObservationJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEarthObservationJobCommandInput extends GetEarthObservationJ
22
19
  export interface GetEarthObservationJobCommandOutput extends GetEarthObservationJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetEarthObservationJobCommand_base: {
25
- new (input: GetEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<GetEarthObservationJobCommandInput, GetEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<GetEarthObservationJobCommandInput, GetEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<GetEarthObservationJobCommandInput, GetEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<GetEarthObservationJobCommandInput, GetEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get the details for a previously initiated Earth Observation job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRasterDataCollectionInput, GetRasterDataCollectionOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRasterDataCollectionCommandInput extends GetRasterDataCollec
22
19
  export interface GetRasterDataCollectionCommandOutput extends GetRasterDataCollectionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetRasterDataCollectionCommand_base: {
25
- new (input: GetRasterDataCollectionCommandInput): import("@smithy/core/client").CommandImpl<GetRasterDataCollectionCommandInput, GetRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRasterDataCollectionCommandInput): import("@smithy/core/client").CommandImpl<GetRasterDataCollectionCommandInput, GetRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRasterDataCollectionCommandInput): import("@smithy/core/client").CommandImpl<GetRasterDataCollectionCommandInput, GetRasterDataCollectionCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRasterDataCollectionCommandInput): import("@smithy/core/client").CommandImpl<GetRasterDataCollectionCommandInput, GetRasterDataCollectionCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to get details of a specific raster data collection.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
3
2
  import type { GetTileInput, GetTileOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -23,11 +20,9 @@ export interface GetTileCommandOutput extends Omit<GetTileOutput, "BinaryFile">,
23
20
  BinaryFile?: StreamingBlobPayloadOutputTypes;
24
21
  }
25
22
  declare const GetTileCommand_base: {
26
- new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<GetTileCommandInput, GetTileCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<GetTileCommandInput, GetTileCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): {
29
- [x: string]: unknown;
30
- };
23
+ new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<GetTileCommandInput, GetTileCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<GetTileCommandInput, GetTileCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
31
26
  };
32
27
  /**
33
28
  * <p>Gets a web mercator tile for the given Earth Observation job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetVectorEnrichmentJobInput, GetVectorEnrichmentJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetVectorEnrichmentJobCommandInput extends GetVectorEnrichmentJ
22
19
  export interface GetVectorEnrichmentJobCommandOutput extends GetVectorEnrichmentJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetVectorEnrichmentJobCommand_base: {
25
- new (input: GetVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<GetVectorEnrichmentJobCommandInput, GetVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<GetVectorEnrichmentJobCommandInput, GetVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<GetVectorEnrichmentJobCommandInput, GetVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<GetVectorEnrichmentJobCommandInput, GetVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListEarthObservationJobInput, ListEarthObservationJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEarthObservationJobsCommandInput extends ListEarthObservati
22
19
  export interface ListEarthObservationJobsCommandOutput extends ListEarthObservationJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListEarthObservationJobsCommand_base: {
25
- new (input: ListEarthObservationJobsCommandInput): import("@smithy/core/client").CommandImpl<ListEarthObservationJobsCommandInput, ListEarthObservationJobsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEarthObservationJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListEarthObservationJobsCommandInput, ListEarthObservationJobsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEarthObservationJobsCommandInput): import("@smithy/core/client").CommandImpl<ListEarthObservationJobsCommandInput, ListEarthObservationJobsCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListEarthObservationJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListEarthObservationJobsCommandInput, ListEarthObservationJobsCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListRasterDataCollectionsInput, ListRasterDataCollectionsOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRasterDataCollectionsCommandInput extends ListRasterDataCol
22
19
  export interface ListRasterDataCollectionsCommandOutput extends ListRasterDataCollectionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListRasterDataCollectionsCommand_base: {
25
- new (input: ListRasterDataCollectionsCommandInput): import("@smithy/core/client").CommandImpl<ListRasterDataCollectionsCommandInput, ListRasterDataCollectionsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRasterDataCollectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListRasterDataCollectionsCommandInput, ListRasterDataCollectionsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRasterDataCollectionsCommandInput): import("@smithy/core/client").CommandImpl<ListRasterDataCollectionsCommandInput, ListRasterDataCollectionsCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRasterDataCollectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListRasterDataCollectionsCommandInput, ListRasterDataCollectionsCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to get raster data collections.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags attached to the resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListVectorEnrichmentJobInput, ListVectorEnrichmentJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListVectorEnrichmentJobsCommandInput extends ListVectorEnrichme
22
19
  export interface ListVectorEnrichmentJobsCommandOutput extends ListVectorEnrichmentJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListVectorEnrichmentJobsCommand_base: {
25
- new (input: ListVectorEnrichmentJobsCommandInput): import("@smithy/core/client").CommandImpl<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListVectorEnrichmentJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListVectorEnrichmentJobsCommandInput): import("@smithy/core/client").CommandImpl<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListVectorEnrichmentJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of vector enrichment jobs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SearchRasterDataCollectionInput, SearchRasterDataCollectionOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SearchRasterDataCollectionCommandInput extends SearchRasterData
22
19
  export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDataCollectionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const SearchRasterDataCollectionCommand_base: {
25
- new (input: SearchRasterDataCollectionCommandInput): import("@smithy/core/client").CommandImpl<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchRasterDataCollectionCommandInput): import("@smithy/core/client").CommandImpl<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchRasterDataCollectionCommandInput): import("@smithy/core/client").CommandImpl<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SearchRasterDataCollectionCommandInput): import("@smithy/core/client").CommandImpl<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartEarthObservationJobInput, StartEarthObservationJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartEarthObservationJobCommandInput extends StartEarthObservat
22
19
  export interface StartEarthObservationJobCommandOutput extends StartEarthObservationJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartEarthObservationJobCommand_base: {
25
- new (input: StartEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to create an Earth observation job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartVectorEnrichmentJobInput, StartVectorEnrichmentJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartVectorEnrichmentJobCommandInput extends StartVectorEnrichm
22
19
  export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrichmentJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartVectorEnrichmentJobCommand_base: {
25
- new (input: StartVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a Vector Enrichment job for the supplied job type. Currently, there are two supported job types: reverse geocoding and map matching.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StopEarthObservationJobInput, StopEarthObservationJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopEarthObservationJobCommandInput extends StopEarthObservatio
22
19
  export interface StopEarthObservationJobCommandOutput extends StopEarthObservationJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StopEarthObservationJobCommand_base: {
25
- new (input: StopEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopEarthObservationJobCommandInput): import("@smithy/core/client").CommandImpl<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this operation to stop an existing earth observation job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StopVectorEnrichmentJobInput, StopVectorEnrichmentJobOutput } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopVectorEnrichmentJobCommandInput extends StopVectorEnrichmen
22
19
  export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichmentJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StopVectorEnrichmentJobCommand_base: {
25
- new (input: StopVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopVectorEnrichmentJobCommandInput): import("@smithy/core/client").CommandImpl<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops the Vector Enrichment job for a given job ARN.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The resource you want to tag.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SageMakerGeospatialClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The resource you want to untag.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { SageMakerGeospatialExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";