@aws-sdk/client-sagemaker-geospatial 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-cjs/index.js +30 -195
  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-es/runtimeConfig.browser.js +0 -2
  24. package/dist-es/runtimeConfig.js +1 -2
  25. package/dist-es/runtimeConfig.native.js +0 -2
  26. package/dist-es/runtimeConfig.shared.js +2 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +3 -8
  29. package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +3 -8
  30. package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +3 -8
  31. package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +3 -8
  32. package/dist-types/commands/GetEarthObservationJobCommand.d.ts +3 -8
  33. package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +3 -8
  34. package/dist-types/commands/GetTileCommand.d.ts +3 -8
  35. package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +3 -8
  36. package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +3 -8
  37. package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +3 -8
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  39. package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +3 -8
  40. package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +3 -8
  41. package/dist-types/commands/StartEarthObservationJobCommand.d.ts +3 -8
  42. package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +3 -8
  43. package/dist-types/commands/StopEarthObservationJobCommand.d.ts +3 -8
  44. package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +3 -8
  45. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  46. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  49. package/dist-types/runtimeConfig.d.ts +1 -1
  50. package/dist-types/runtimeConfig.native.d.ts +1 -1
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/GetTileCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/index.d.ts +1 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  77. package/package.json +8 -10
@@ -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";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { SageMakerGeospatialClientConfig } from "./SageMakerGeospatialClien
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -22,6 +22,7 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
22
22
  };
23
23
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
24
24
  serviceId: string;
25
+ sha256: import("@smithy/types").HashConstructor;
25
26
  urlParser: import("@smithy/types").UrlParser;
26
27
  utf8Decoder: import("@smithy/types").Decoder;
27
28
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ SageMakerGeospatialClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./SageMakerGeospatialClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SageMakerGeospatialClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SageMakerGeospatialClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteEarthObservationJobInput,
5
4
  DeleteEarthObservationJobOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- SageMakerGeospatialClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SageMakerGeospatialClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteEarthObservationJobCommandInput
15
8
  extends DeleteEarthObservationJobInput {}
16
9
  export interface DeleteEarthObservationJobCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteEarthObservationJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteEarthObservationJobCommandInput,
24
17
  DeleteEarthObservationJobCommandOutput,
25
- SageMakerGeospatialClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SageMakerGeospatialClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteEarthObservationJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteEarthObservationJobCommandInput,
33
26
  DeleteEarthObservationJobCommandOutput,
34
- SageMakerGeospatialClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SageMakerGeospatialClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteEarthObservationJobCommand extends DeleteEarthObservationJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteVectorEnrichmentJobInput,
5
4
  DeleteVectorEnrichmentJobOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- SageMakerGeospatialClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SageMakerGeospatialClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteVectorEnrichmentJobCommandInput
15
8
  extends DeleteVectorEnrichmentJobInput {}
16
9
  export interface DeleteVectorEnrichmentJobCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteVectorEnrichmentJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteVectorEnrichmentJobCommandInput,
24
17
  DeleteVectorEnrichmentJobCommandOutput,
25
- SageMakerGeospatialClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SageMakerGeospatialClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteVectorEnrichmentJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteVectorEnrichmentJobCommandInput,
33
26
  DeleteVectorEnrichmentJobCommandOutput,
34
- SageMakerGeospatialClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SageMakerGeospatialClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteVectorEnrichmentJobCommand extends DeleteVectorEnrichmentJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ExportEarthObservationJobInput,
5
4
  ExportEarthObservationJobOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- SageMakerGeospatialClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SageMakerGeospatialClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ExportEarthObservationJobCommandInput
15
8
  extends ExportEarthObservationJobInput {}
16
9
  export interface ExportEarthObservationJobCommandOutput
@@ -22,22 +15,20 @@ declare const ExportEarthObservationJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ExportEarthObservationJobCommandInput,
24
17
  ExportEarthObservationJobCommandOutput,
25
- SageMakerGeospatialClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SageMakerGeospatialClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ExportEarthObservationJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ExportEarthObservationJobCommandInput,
33
26
  ExportEarthObservationJobCommandOutput,
34
- SageMakerGeospatialClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SageMakerGeospatialClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ExportEarthObservationJobCommand extends ExportEarthObservationJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ExportVectorEnrichmentJobInput,
5
4
  ExportVectorEnrichmentJobOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- SageMakerGeospatialClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SageMakerGeospatialClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ExportVectorEnrichmentJobCommandInput
15
8
  extends ExportVectorEnrichmentJobInput {}
16
9
  export interface ExportVectorEnrichmentJobCommandOutput
@@ -22,22 +15,20 @@ declare const ExportVectorEnrichmentJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ExportVectorEnrichmentJobCommandInput,
24
17
  ExportVectorEnrichmentJobCommandOutput,
25
- SageMakerGeospatialClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SageMakerGeospatialClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ExportVectorEnrichmentJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ExportVectorEnrichmentJobCommandInput,
33
26
  ExportVectorEnrichmentJobCommandOutput,
34
- SageMakerGeospatialClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SageMakerGeospatialClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ExportVectorEnrichmentJobCommand extends ExportVectorEnrichmentJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetEarthObservationJobInput,
5
4
  GetEarthObservationJobOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- SageMakerGeospatialClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SageMakerGeospatialClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetEarthObservationJobCommandInput
15
8
  extends GetEarthObservationJobInput {}
16
9
  export interface GetEarthObservationJobCommandOutput
@@ -22,22 +15,20 @@ declare const GetEarthObservationJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetEarthObservationJobCommandInput,
24
17
  GetEarthObservationJobCommandOutput,
25
- SageMakerGeospatialClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SageMakerGeospatialClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetEarthObservationJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetEarthObservationJobCommandInput,
33
26
  GetEarthObservationJobCommandOutput,
34
- SageMakerGeospatialClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SageMakerGeospatialClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetEarthObservationJobCommand extends GetEarthObservationJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetRasterDataCollectionInput,
5
4
  GetRasterDataCollectionOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- SageMakerGeospatialClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SageMakerGeospatialClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetRasterDataCollectionCommandInput
15
8
  extends GetRasterDataCollectionInput {}
16
9
  export interface GetRasterDataCollectionCommandOutput
@@ -22,22 +15,20 @@ declare const GetRasterDataCollectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetRasterDataCollectionCommandInput,
24
17
  GetRasterDataCollectionCommandOutput,
25
- SageMakerGeospatialClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SageMakerGeospatialClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetRasterDataCollectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetRasterDataCollectionCommandInput,
33
26
  GetRasterDataCollectionCommandOutput,
34
- SageMakerGeospatialClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SageMakerGeospatialClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetRasterDataCollectionCommand extends GetRasterDataCollectionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import {
3
2
  MetadataBearer as __MetadataBearer,
4
3
  StreamingBlobPayloadOutputTypes,
5
4
  } from "@smithy/types";
6
5
  import { GetTileInput, GetTileOutput } from "../models/models_0";
7
- import {
8
- SageMakerGeospatialClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SageMakerGeospatialClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetTileCommandInput extends GetTileInput {}
15
8
  export interface GetTileCommandOutput
16
9
  extends Pick<GetTileOutput, Exclude<keyof GetTileOutput, "BinaryFile">>,
@@ -21,20 +14,18 @@ declare const GetTileCommand_base: {
21
14
  new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<
22
15
  GetTileCommandInput,
23
16
  GetTileCommandOutput,
24
- SageMakerGeospatialClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SageMakerGeospatialClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<
29
22
  GetTileCommandInput,
30
23
  GetTileCommandOutput,
31
- SageMakerGeospatialClientResolvedConfig,
32
- ServiceInputTypes,
33
- ServiceOutputTypes
24
+ import("..").SageMakerGeospatialClientResolvedConfig,
25
+ import("..").ServiceInputTypes,
26
+ import("..").ServiceOutputTypes
34
27
  >;
35
- getEndpointParameterInstructions(): {
36
- [x: string]: unknown;
37
- };
28
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
38
29
  };
39
30
  export declare class GetTileCommand extends GetTileCommand_base {
40
31
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetVectorEnrichmentJobInput,
5
4
  GetVectorEnrichmentJobOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- SageMakerGeospatialClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SageMakerGeospatialClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetVectorEnrichmentJobCommandInput
15
8
  extends GetVectorEnrichmentJobInput {}
16
9
  export interface GetVectorEnrichmentJobCommandOutput
@@ -22,22 +15,20 @@ declare const GetVectorEnrichmentJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetVectorEnrichmentJobCommandInput,
24
17
  GetVectorEnrichmentJobCommandOutput,
25
- SageMakerGeospatialClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SageMakerGeospatialClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetVectorEnrichmentJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetVectorEnrichmentJobCommandInput,
33
26
  GetVectorEnrichmentJobCommandOutput,
34
- SageMakerGeospatialClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SageMakerGeospatialClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetVectorEnrichmentJobCommand extends GetVectorEnrichmentJobCommand_base {
43
34
  protected static __types: {