@aws-sdk/client-sagemaker-geospatial 3.1045.0 → 3.1047.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 (92) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +54 -55
  5. package/dist-cjs/models/SageMakerGeospatialServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +10 -12
  9. package/dist-es/SageMakerGeospatial.js +1 -1
  10. package/dist-es/SageMakerGeospatialClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/DeleteEarthObservationJobCommand.js +2 -2
  13. package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +2 -2
  14. package/dist-es/commands/ExportEarthObservationJobCommand.js +2 -2
  15. package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +2 -2
  16. package/dist-es/commands/GetEarthObservationJobCommand.js +2 -2
  17. package/dist-es/commands/GetRasterDataCollectionCommand.js +2 -2
  18. package/dist-es/commands/GetTileCommand.js +2 -2
  19. package/dist-es/commands/GetVectorEnrichmentJobCommand.js +2 -2
  20. package/dist-es/commands/ListEarthObservationJobsCommand.js +2 -2
  21. package/dist-es/commands/ListRasterDataCollectionsCommand.js +2 -2
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +2 -2
  24. package/dist-es/commands/SearchRasterDataCollectionCommand.js +2 -2
  25. package/dist-es/commands/StartEarthObservationJobCommand.js +2 -2
  26. package/dist-es/commands/StartVectorEnrichmentJobCommand.js +2 -2
  27. package/dist-es/commands/StopEarthObservationJobCommand.js +2 -2
  28. package/dist-es/commands/StopVectorEnrichmentJobCommand.js +2 -2
  29. package/dist-es/commands/TagResourceCommand.js +2 -2
  30. package/dist-es/commands/UntagResourceCommand.js +2 -2
  31. package/dist-es/endpoint/bdd.js +1 -1
  32. package/dist-es/endpoint/endpointResolver.js +1 -1
  33. package/dist-es/models/SageMakerGeospatialServiceException.js +1 -1
  34. package/dist-es/runtimeConfig.browser.js +4 -6
  35. package/dist-es/runtimeConfig.js +4 -8
  36. package/dist-es/runtimeConfig.shared.js +3 -5
  37. package/dist-es/runtimeExtensions.js +2 -2
  38. package/dist-types/SageMakerGeospatialClient.d.ts +5 -5
  39. package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +6 -4
  40. package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +6 -4
  41. package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +6 -4
  42. package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +6 -4
  43. package/dist-types/commands/GetEarthObservationJobCommand.d.ts +6 -4
  44. package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +6 -4
  45. package/dist-types/commands/GetTileCommand.d.ts +6 -4
  46. package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +6 -4
  47. package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +6 -4
  48. package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +6 -4
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  50. package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +6 -4
  51. package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +6 -4
  52. package/dist-types/commands/StartEarthObservationJobCommand.d.ts +6 -4
  53. package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +6 -4
  54. package/dist-types/commands/StopEarthObservationJobCommand.d.ts +6 -4
  55. package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +6 -4
  56. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  57. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  58. package/dist-types/endpoint/bdd.d.ts +1 -1
  59. package/dist-types/extensionConfiguration.d.ts +1 -1
  60. package/dist-types/models/SageMakerGeospatialServiceException.d.ts +1 -1
  61. package/dist-types/models/errors.d.ts +1 -1
  62. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  63. package/dist-types/runtimeConfig.d.ts +2 -2
  64. package/dist-types/runtimeConfig.native.d.ts +2 -2
  65. package/dist-types/ts3.4/SageMakerGeospatialClient.d.ts +8 -14
  66. package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +6 -4
  67. package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +6 -4
  68. package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +6 -4
  69. package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +6 -4
  70. package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +6 -4
  71. package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +6 -4
  72. package/dist-types/ts3.4/commands/GetTileCommand.d.ts +6 -4
  73. package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +6 -4
  74. package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  86. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  87. package/dist-types/ts3.4/models/SageMakerGeospatialServiceException.d.ts +1 -1
  88. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  92. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartVectorEnrichmentJobInput, StartVectorEnrichmentJobOutput } from "../models/models_0";
4
4
  import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
@@ -22,9 +22,11 @@ export interface StartVectorEnrichmentJobCommandInput extends StartVectorEnrichm
22
22
  export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrichmentJobOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartVectorEnrichmentJobCommand_base: {
25
- new (input: StartVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StopEarthObservationJobInput, StopEarthObservationJobOutput } from "../models/models_0";
4
4
  import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
@@ -22,9 +22,11 @@ export interface StopEarthObservationJobCommandInput extends StopEarthObservatio
22
22
  export interface StopEarthObservationJobCommandOutput extends StopEarthObservationJobOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StopEarthObservationJobCommand_base: {
25
- new (input: StopEarthObservationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopEarthObservationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this operation to stop an existing earth observation job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StopVectorEnrichmentJobInput, StopVectorEnrichmentJobOutput } from "../models/models_0";
4
4
  import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
@@ -22,9 +22,11 @@ export interface StopVectorEnrichmentJobCommandInput extends StopVectorEnrichmen
22
22
  export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichmentJobOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StopVectorEnrichmentJobCommand_base: {
25
- new (input: StopVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops the Vector Enrichment job for a given job ARN.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
4
  import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The resource you want to tag.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
4
  import type { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The resource you want to untag.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { SageMakerGeospatialServiceException as __BaseException } from "./SageMakerGeospatialServiceException";
3
3
  /**
4
4
  * <p>You do not have sufficient access to perform this action.</p>
@@ -5,13 +5,13 @@ import type { SageMakerGeospatialClientConfig } from "./SageMakerGeospatialClien
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { SageMakerGeospatialClientConfig } from "./SageMakerGeospatialClien
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { SageMakerGeospatialClientConfig } from "./SageMakerGeospatialClien
5
5
  export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ 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
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
37
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
38
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteEarthObservationJobInput,
@@ -19,7 +19,7 @@ export interface DeleteEarthObservationJobCommandOutput
19
19
  declare const DeleteEarthObservationJobCommand_base: {
20
20
  new (
21
21
  input: DeleteEarthObservationJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteEarthObservationJobCommandInput,
24
24
  DeleteEarthObservationJobCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteEarthObservationJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteEarthObservationJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteEarthObservationJobCommandInput,
33
33
  DeleteEarthObservationJobCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteEarthObservationJobCommand extends DeleteEarthObservationJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteVectorEnrichmentJobInput,
@@ -19,7 +19,7 @@ export interface DeleteVectorEnrichmentJobCommandOutput
19
19
  declare const DeleteVectorEnrichmentJobCommand_base: {
20
20
  new (
21
21
  input: DeleteVectorEnrichmentJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteVectorEnrichmentJobCommandInput,
24
24
  DeleteVectorEnrichmentJobCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteVectorEnrichmentJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteVectorEnrichmentJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteVectorEnrichmentJobCommandInput,
33
33
  DeleteVectorEnrichmentJobCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteVectorEnrichmentJobCommand extends DeleteVectorEnrichmentJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ExportEarthObservationJobInput,
@@ -19,7 +19,7 @@ export interface ExportEarthObservationJobCommandOutput
19
19
  declare const ExportEarthObservationJobCommand_base: {
20
20
  new (
21
21
  input: ExportEarthObservationJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ExportEarthObservationJobCommandInput,
24
24
  ExportEarthObservationJobCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ExportEarthObservationJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ExportEarthObservationJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ExportEarthObservationJobCommandInput,
33
33
  ExportEarthObservationJobCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ExportEarthObservationJobCommand extends ExportEarthObservationJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ExportVectorEnrichmentJobInput,
@@ -19,7 +19,7 @@ export interface ExportVectorEnrichmentJobCommandOutput
19
19
  declare const ExportVectorEnrichmentJobCommand_base: {
20
20
  new (
21
21
  input: ExportVectorEnrichmentJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ExportVectorEnrichmentJobCommandInput,
24
24
  ExportVectorEnrichmentJobCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ExportVectorEnrichmentJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ExportVectorEnrichmentJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ExportVectorEnrichmentJobCommandInput,
33
33
  ExportVectorEnrichmentJobCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ExportVectorEnrichmentJobCommand extends ExportVectorEnrichmentJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetEarthObservationJobInput,
@@ -19,7 +19,7 @@ export interface GetEarthObservationJobCommandOutput
19
19
  declare const GetEarthObservationJobCommand_base: {
20
20
  new (
21
21
  input: GetEarthObservationJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetEarthObservationJobCommandInput,
24
24
  GetEarthObservationJobCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetEarthObservationJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetEarthObservationJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetEarthObservationJobCommandInput,
33
33
  GetEarthObservationJobCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetEarthObservationJobCommand extends GetEarthObservationJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetRasterDataCollectionInput,
@@ -19,7 +19,7 @@ export interface GetRasterDataCollectionCommandOutput
19
19
  declare const GetRasterDataCollectionCommand_base: {
20
20
  new (
21
21
  input: GetRasterDataCollectionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetRasterDataCollectionCommandInput,
24
24
  GetRasterDataCollectionCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetRasterDataCollectionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetRasterDataCollectionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetRasterDataCollectionCommandInput,
33
33
  GetRasterDataCollectionCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetRasterDataCollectionCommand extends GetRasterDataCollectionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import {
3
3
  MetadataBearer as __MetadataBearer,
4
4
  StreamingBlobPayloadOutputTypes,
@@ -18,21 +18,23 @@ export interface GetTileCommandOutput
18
18
  BinaryFile?: StreamingBlobPayloadOutputTypes;
19
19
  }
20
20
  declare const GetTileCommand_base: {
21
- new (input: GetTileCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<
22
22
  GetTileCommandInput,
23
23
  GetTileCommandOutput,
24
24
  SageMakerGeospatialClientResolvedConfig,
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
- new (input: GetTileCommandInput): import("@smithy/smithy-client").CommandImpl<
28
+ new (input: GetTileCommandInput): import("@smithy/core/client").CommandImpl<
29
29
  GetTileCommandInput,
30
30
  GetTileCommandOutput,
31
31
  SageMakerGeospatialClientResolvedConfig,
32
32
  ServiceInputTypes,
33
33
  ServiceOutputTypes
34
34
  >;
35
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ getEndpointParameterInstructions(): {
36
+ [x: string]: unknown;
37
+ };
36
38
  };
37
39
  export declare class GetTileCommand extends GetTileCommand_base {
38
40
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetVectorEnrichmentJobInput,
@@ -19,7 +19,7 @@ export interface GetVectorEnrichmentJobCommandOutput
19
19
  declare const GetVectorEnrichmentJobCommand_base: {
20
20
  new (
21
21
  input: GetVectorEnrichmentJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetVectorEnrichmentJobCommandInput,
24
24
  GetVectorEnrichmentJobCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetVectorEnrichmentJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetVectorEnrichmentJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetVectorEnrichmentJobCommandInput,
33
33
  GetVectorEnrichmentJobCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetVectorEnrichmentJobCommand extends GetVectorEnrichmentJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListEarthObservationJobInput,
@@ -19,7 +19,7 @@ export interface ListEarthObservationJobsCommandOutput
19
19
  declare const ListEarthObservationJobsCommand_base: {
20
20
  new (
21
21
  input: ListEarthObservationJobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListEarthObservationJobsCommandInput,
24
24
  ListEarthObservationJobsCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListEarthObservationJobsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListEarthObservationJobsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListEarthObservationJobsCommandInput,
33
33
  ListEarthObservationJobsCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListEarthObservationJobsCommand extends ListEarthObservationJobsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListRasterDataCollectionsInput,
@@ -19,7 +19,7 @@ export interface ListRasterDataCollectionsCommandOutput
19
19
  declare const ListRasterDataCollectionsCommand_base: {
20
20
  new (
21
21
  input: ListRasterDataCollectionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListRasterDataCollectionsCommandInput,
24
24
  ListRasterDataCollectionsCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListRasterDataCollectionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListRasterDataCollectionsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListRasterDataCollectionsCommandInput,
33
33
  ListRasterDataCollectionsCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListRasterDataCollectionsCommand extends ListRasterDataCollectionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListTagsForResourceRequest,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  SageMakerGeospatialClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  SageMakerGeospatialClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {