@aws-sdk/client-sagemaker-geospatial 3.478.0 → 3.484.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 (81) hide show
  1. package/dist-cjs/commands/DeleteEarthObservationJobCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteVectorEnrichmentJobCommand.js +18 -41
  3. package/dist-cjs/commands/ExportEarthObservationJobCommand.js +18 -41
  4. package/dist-cjs/commands/ExportVectorEnrichmentJobCommand.js +18 -41
  5. package/dist-cjs/commands/GetEarthObservationJobCommand.js +18 -41
  6. package/dist-cjs/commands/GetRasterDataCollectionCommand.js +18 -41
  7. package/dist-cjs/commands/GetTileCommand.js +18 -41
  8. package/dist-cjs/commands/GetVectorEnrichmentJobCommand.js +18 -41
  9. package/dist-cjs/commands/ListEarthObservationJobsCommand.js +18 -41
  10. package/dist-cjs/commands/ListRasterDataCollectionsCommand.js +18 -41
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  12. package/dist-cjs/commands/ListVectorEnrichmentJobsCommand.js +18 -41
  13. package/dist-cjs/commands/SearchRasterDataCollectionCommand.js +18 -41
  14. package/dist-cjs/commands/StartEarthObservationJobCommand.js +18 -41
  15. package/dist-cjs/commands/StartVectorEnrichmentJobCommand.js +18 -41
  16. package/dist-cjs/commands/StopEarthObservationJobCommand.js +18 -41
  17. package/dist-cjs/commands/StopVectorEnrichmentJobCommand.js +18 -41
  18. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-es/commands/DeleteEarthObservationJobCommand.js +18 -41
  22. package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +18 -41
  23. package/dist-es/commands/ExportEarthObservationJobCommand.js +18 -41
  24. package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +18 -41
  25. package/dist-es/commands/GetEarthObservationJobCommand.js +18 -41
  26. package/dist-es/commands/GetRasterDataCollectionCommand.js +18 -41
  27. package/dist-es/commands/GetTileCommand.js +18 -41
  28. package/dist-es/commands/GetVectorEnrichmentJobCommand.js +18 -41
  29. package/dist-es/commands/ListEarthObservationJobsCommand.js +18 -41
  30. package/dist-es/commands/ListRasterDataCollectionsCommand.js +18 -41
  31. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  32. package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +18 -41
  33. package/dist-es/commands/SearchRasterDataCollectionCommand.js +18 -41
  34. package/dist-es/commands/StartEarthObservationJobCommand.js +18 -41
  35. package/dist-es/commands/StartVectorEnrichmentJobCommand.js +18 -41
  36. package/dist-es/commands/StopEarthObservationJobCommand.js +18 -41
  37. package/dist-es/commands/StopVectorEnrichmentJobCommand.js +18 -41
  38. package/dist-es/commands/TagResourceCommand.js +18 -41
  39. package/dist-es/commands/UntagResourceCommand.js +18 -41
  40. package/dist-es/endpoint/EndpointParameters.js +6 -0
  41. package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +6 -21
  42. package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +6 -21
  43. package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +6 -21
  44. package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +6 -21
  45. package/dist-types/commands/GetEarthObservationJobCommand.d.ts +6 -21
  46. package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +6 -21
  47. package/dist-types/commands/GetTileCommand.d.ts +6 -21
  48. package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +6 -21
  49. package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +6 -21
  50. package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +6 -21
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  52. package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +6 -21
  53. package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +6 -21
  54. package/dist-types/commands/StartEarthObservationJobCommand.d.ts +6 -21
  55. package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +6 -21
  56. package/dist-types/commands/StopEarthObservationJobCommand.d.ts +6 -21
  57. package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +6 -21
  58. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  60. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  61. package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +12 -24
  62. package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +12 -24
  64. package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +12 -24
  66. package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/GetTileCommand.d.ts +11 -20
  68. package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  81. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListVectorEnrichmentJobInput, ListVectorEnrichmentJobOutput } from "../models/models_0";
5
4
  import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVectorEnrichmentJobsCommandInput extends ListVectorEnrichme
21
20
  */
22
21
  export interface ListVectorEnrichmentJobsCommandOutput extends ListVectorEnrichmentJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListVectorEnrichmentJobsCommand_base: {
24
+ new (input: ListVectorEnrichmentJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of vector enrichment jobs.</p>
@@ -83,23 +86,5 @@ export interface ListVectorEnrichmentJobsCommandOutput extends ListVectorEnrichm
83
86
  * <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
84
87
  *
85
88
  */
86
- export declare class ListVectorEnrichmentJobsCommand extends $Command<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput, SageMakerGeospatialClientResolvedConfig> {
87
- readonly input: ListVectorEnrichmentJobsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListVectorEnrichmentJobsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListVectorEnrichmentJobsCommand extends ListVectorEnrichmentJobsCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SearchRasterDataCollectionInput, SearchRasterDataCollectionOutput } from "../models/models_0";
5
4
  import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchRasterDataCollectionCommandInput extends SearchRasterData
21
20
  */
22
21
  export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDataCollectionOutput, __MetadataBearer {
23
22
  }
23
+ declare const SearchRasterDataCollectionCommand_base: {
24
+ new (input: SearchRasterDataCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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>
@@ -163,23 +166,5 @@ export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDat
163
166
  * <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
164
167
  *
165
168
  */
166
- export declare class SearchRasterDataCollectionCommand extends $Command<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig> {
167
- readonly input: SearchRasterDataCollectionCommandInput;
168
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
169
- /**
170
- * @public
171
- */
172
- constructor(input: SearchRasterDataCollectionCommandInput);
173
- /**
174
- * @internal
175
- */
176
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput>;
177
- /**
178
- * @internal
179
- */
180
- private serialize;
181
- /**
182
- * @internal
183
- */
184
- private deserialize;
169
+ export declare class SearchRasterDataCollectionCommand extends SearchRasterDataCollectionCommand_base {
185
170
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { StartEarthObservationJobInput, StartEarthObservationJobOutput } from "../models/models_0";
5
4
  import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartEarthObservationJobCommandInput extends StartEarthObservat
21
20
  */
22
21
  export interface StartEarthObservationJobCommandOutput extends StartEarthObservationJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartEarthObservationJobCommand_base: {
24
+ new (input: StartEarthObservationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Use this operation to create an Earth observation job.</p>
@@ -362,23 +365,5 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
362
365
  * <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
363
366
  *
364
367
  */
365
- export declare class StartEarthObservationJobCommand extends $Command<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
366
- readonly input: StartEarthObservationJobCommandInput;
367
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
368
- /**
369
- * @public
370
- */
371
- constructor(input: StartEarthObservationJobCommandInput);
372
- /**
373
- * @internal
374
- */
375
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput>;
376
- /**
377
- * @internal
378
- */
379
- private serialize;
380
- /**
381
- * @internal
382
- */
383
- private deserialize;
368
+ export declare class StartEarthObservationJobCommand extends StartEarthObservationJobCommand_base {
384
369
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { StartVectorEnrichmentJobInput, StartVectorEnrichmentJobOutput } from "../models/models_0";
5
4
  import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartVectorEnrichmentJobCommandInput extends StartVectorEnrichm
21
20
  */
22
21
  export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrichmentJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartVectorEnrichmentJobCommand_base: {
24
+ new (input: StartVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a Vector Enrichment job for the supplied job type. Currently, there are two supported job types: reverse geocoding and map matching.</p>
@@ -130,23 +133,5 @@ export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrich
130
133
  * <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
131
134
  *
132
135
  */
133
- export declare class StartVectorEnrichmentJobCommand extends $Command<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
134
- readonly input: StartVectorEnrichmentJobCommandInput;
135
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
136
- /**
137
- * @public
138
- */
139
- constructor(input: StartVectorEnrichmentJobCommandInput);
140
- /**
141
- * @internal
142
- */
143
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput>;
144
- /**
145
- * @internal
146
- */
147
- private serialize;
148
- /**
149
- * @internal
150
- */
151
- private deserialize;
136
+ export declare class StartVectorEnrichmentJobCommand extends StartVectorEnrichmentJobCommand_base {
152
137
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { StopEarthObservationJobInput, StopEarthObservationJobOutput } from "../models/models_0";
5
4
  import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopEarthObservationJobCommandInput extends StopEarthObservatio
21
20
  */
22
21
  export interface StopEarthObservationJobCommandOutput extends StopEarthObservationJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const StopEarthObservationJobCommand_base: {
24
+ new (input: StopEarthObservationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Use this operation to stop an existing earth observation job.</p>
@@ -67,23 +70,5 @@ export interface StopEarthObservationJobCommandOutput extends StopEarthObservati
67
70
  * <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
68
71
  *
69
72
  */
70
- export declare class StopEarthObservationJobCommand extends $Command<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
71
- readonly input: StopEarthObservationJobCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: StopEarthObservationJobCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class StopEarthObservationJobCommand extends StopEarthObservationJobCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { StopVectorEnrichmentJobInput, StopVectorEnrichmentJobOutput } from "../models/models_0";
5
4
  import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopVectorEnrichmentJobCommandInput extends StopVectorEnrichmen
21
20
  */
22
21
  export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichmentJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const StopVectorEnrichmentJobCommand_base: {
24
+ new (input: StopVectorEnrichmentJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops the Vector Enrichment job for a given job ARN.</p>
@@ -67,23 +70,5 @@ export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichme
67
70
  * <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
68
71
  *
69
72
  */
70
- export declare class StopVectorEnrichmentJobCommand extends $Command<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
71
- readonly input: StopVectorEnrichmentJobCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: StopVectorEnrichmentJobCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class StopVectorEnrichmentJobCommand extends StopVectorEnrichmentJobCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The resource you want to tag.</p>
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
67
70
  * <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
68
71
  *
69
72
  */
70
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig> {
71
- readonly input: TagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: TagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class TagResourceCommand extends TagResourceCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerGeospatialClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The resource you want to untag.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerGeospatialClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteEarthObservationJobInput,
11
5
  DeleteEarthObservationJobOutput,
@@ -21,22 +15,16 @@ export interface DeleteEarthObservationJobCommandInput
21
15
  export interface DeleteEarthObservationJobCommandOutput
22
16
  extends DeleteEarthObservationJobOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteEarthObservationJobCommand extends $Command<
25
- DeleteEarthObservationJobCommandInput,
26
- DeleteEarthObservationJobCommandOutput,
27
- SageMakerGeospatialClientResolvedConfig
28
- > {
29
- readonly input: DeleteEarthObservationJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteEarthObservationJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SageMakerGeospatialClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteEarthObservationJobCommand_base: {
19
+ new (
20
+ input: DeleteEarthObservationJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteEarthObservationJobCommandInput,
38
- DeleteEarthObservationJobCommandOutput
23
+ DeleteEarthObservationJobCommandOutput,
24
+ SageMakerGeospatialClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteEarthObservationJobCommand extends DeleteEarthObservationJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteVectorEnrichmentJobInput,
11
5
  DeleteVectorEnrichmentJobOutput,
@@ -21,22 +15,16 @@ export interface DeleteVectorEnrichmentJobCommandInput
21
15
  export interface DeleteVectorEnrichmentJobCommandOutput
22
16
  extends DeleteVectorEnrichmentJobOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteVectorEnrichmentJobCommand extends $Command<
25
- DeleteVectorEnrichmentJobCommandInput,
26
- DeleteVectorEnrichmentJobCommandOutput,
27
- SageMakerGeospatialClientResolvedConfig
28
- > {
29
- readonly input: DeleteVectorEnrichmentJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteVectorEnrichmentJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SageMakerGeospatialClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteVectorEnrichmentJobCommand_base: {
19
+ new (
20
+ input: DeleteVectorEnrichmentJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteVectorEnrichmentJobCommandInput,
38
- DeleteVectorEnrichmentJobCommandOutput
23
+ DeleteVectorEnrichmentJobCommandOutput,
24
+ SageMakerGeospatialClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteVectorEnrichmentJobCommand extends DeleteVectorEnrichmentJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ExportEarthObservationJobInput,
11
5
  ExportEarthObservationJobOutput,
@@ -21,22 +15,16 @@ export interface ExportEarthObservationJobCommandInput
21
15
  export interface ExportEarthObservationJobCommandOutput
22
16
  extends ExportEarthObservationJobOutput,
23
17
  __MetadataBearer {}
24
- export declare class ExportEarthObservationJobCommand extends $Command<
25
- ExportEarthObservationJobCommandInput,
26
- ExportEarthObservationJobCommandOutput,
27
- SageMakerGeospatialClientResolvedConfig
28
- > {
29
- readonly input: ExportEarthObservationJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ExportEarthObservationJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SageMakerGeospatialClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ExportEarthObservationJobCommand_base: {
19
+ new (
20
+ input: ExportEarthObservationJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ExportEarthObservationJobCommandInput,
38
- ExportEarthObservationJobCommandOutput
23
+ ExportEarthObservationJobCommandOutput,
24
+ SageMakerGeospatialClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ExportEarthObservationJobCommand extends ExportEarthObservationJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ExportVectorEnrichmentJobInput,
11
5
  ExportVectorEnrichmentJobOutput,
@@ -21,22 +15,16 @@ export interface ExportVectorEnrichmentJobCommandInput
21
15
  export interface ExportVectorEnrichmentJobCommandOutput
22
16
  extends ExportVectorEnrichmentJobOutput,
23
17
  __MetadataBearer {}
24
- export declare class ExportVectorEnrichmentJobCommand extends $Command<
25
- ExportVectorEnrichmentJobCommandInput,
26
- ExportVectorEnrichmentJobCommandOutput,
27
- SageMakerGeospatialClientResolvedConfig
28
- > {
29
- readonly input: ExportVectorEnrichmentJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ExportVectorEnrichmentJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SageMakerGeospatialClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ExportVectorEnrichmentJobCommand_base: {
19
+ new (
20
+ input: ExportVectorEnrichmentJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ExportVectorEnrichmentJobCommandInput,
38
- ExportVectorEnrichmentJobCommandOutput
23
+ ExportVectorEnrichmentJobCommandOutput,
24
+ SageMakerGeospatialClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ExportVectorEnrichmentJobCommand extends ExportVectorEnrichmentJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetEarthObservationJobInput,
11
5
  GetEarthObservationJobOutput,
@@ -21,22 +15,16 @@ export interface GetEarthObservationJobCommandInput
21
15
  export interface GetEarthObservationJobCommandOutput
22
16
  extends GetEarthObservationJobOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetEarthObservationJobCommand extends $Command<
25
- GetEarthObservationJobCommandInput,
26
- GetEarthObservationJobCommandOutput,
27
- SageMakerGeospatialClientResolvedConfig
28
- > {
29
- readonly input: GetEarthObservationJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetEarthObservationJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SageMakerGeospatialClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetEarthObservationJobCommand_base: {
19
+ new (
20
+ input: GetEarthObservationJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetEarthObservationJobCommandInput,
38
- GetEarthObservationJobCommandOutput
23
+ GetEarthObservationJobCommandOutput,
24
+ SageMakerGeospatialClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetEarthObservationJobCommand extends GetEarthObservationJobCommand_base {}