@aws-sdk/client-sagemaker-geospatial 3.928.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist-cjs/index.js +1141 -1545
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SageMakerGeospatialClient.js +2 -0
  4. package/dist-es/commands/DeleteEarthObservationJobCommand.js +3 -9
  5. package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +3 -9
  6. package/dist-es/commands/ExportEarthObservationJobCommand.js +3 -9
  7. package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +3 -9
  8. package/dist-es/commands/GetEarthObservationJobCommand.js +3 -10
  9. package/dist-es/commands/GetRasterDataCollectionCommand.js +3 -9
  10. package/dist-es/commands/GetTileCommand.js +3 -10
  11. package/dist-es/commands/GetVectorEnrichmentJobCommand.js +3 -9
  12. package/dist-es/commands/ListEarthObservationJobsCommand.js +3 -10
  13. package/dist-es/commands/ListRasterDataCollectionsCommand.js +3 -10
  14. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  15. package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +3 -10
  16. package/dist-es/commands/SearchRasterDataCollectionCommand.js +3 -10
  17. package/dist-es/commands/StartEarthObservationJobCommand.js +3 -10
  18. package/dist-es/commands/StartVectorEnrichmentJobCommand.js +3 -9
  19. package/dist-es/commands/StopEarthObservationJobCommand.js +3 -9
  20. package/dist-es/commands/StopVectorEnrichmentJobCommand.js +3 -9
  21. package/dist-es/commands/TagResourceCommand.js +3 -9
  22. package/dist-es/commands/UntagResourceCommand.js +3 -9
  23. package/dist-es/models/models_0.js +0 -121
  24. package/dist-es/runtimeConfig.shared.js +2 -0
  25. package/dist-es/schemas/schemas_0.js +1098 -0
  26. package/dist-types/SageMakerGeospatialClient.d.ts +10 -1
  27. package/dist-types/models/models_0.d.ts +0 -100
  28. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  29. package/dist-types/runtimeConfig.d.ts +1 -0
  30. package/dist-types/runtimeConfig.native.d.ts +1 -0
  31. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  32. package/dist-types/schemas/schemas_0.d.ts +145 -0
  33. package/dist-types/ts3.4/SageMakerGeospatialClient.d.ts +4 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +0 -71
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +152 -0
  40. package/package.json +2 -3
  41. package/dist-es/protocols/Aws_restJson1.js +0 -1259
  42. package/dist-types/protocols/Aws_restJson1.d.ts +0 -173
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -236
@@ -1,173 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput } from "../commands/DeleteEarthObservationJobCommand";
4
- import { DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput } from "../commands/DeleteVectorEnrichmentJobCommand";
5
- import { ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput } from "../commands/ExportEarthObservationJobCommand";
6
- import { ExportVectorEnrichmentJobCommandInput, ExportVectorEnrichmentJobCommandOutput } from "../commands/ExportVectorEnrichmentJobCommand";
7
- import { GetEarthObservationJobCommandInput, GetEarthObservationJobCommandOutput } from "../commands/GetEarthObservationJobCommand";
8
- import { GetRasterDataCollectionCommandInput, GetRasterDataCollectionCommandOutput } from "../commands/GetRasterDataCollectionCommand";
9
- import { GetTileCommandInput, GetTileCommandOutput } from "../commands/GetTileCommand";
10
- import { GetVectorEnrichmentJobCommandInput, GetVectorEnrichmentJobCommandOutput } from "../commands/GetVectorEnrichmentJobCommand";
11
- import { ListEarthObservationJobsCommandInput, ListEarthObservationJobsCommandOutput } from "../commands/ListEarthObservationJobsCommand";
12
- import { ListRasterDataCollectionsCommandInput, ListRasterDataCollectionsCommandOutput } from "../commands/ListRasterDataCollectionsCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
14
- import { ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput } from "../commands/ListVectorEnrichmentJobsCommand";
15
- import { SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput } from "../commands/SearchRasterDataCollectionCommand";
16
- import { StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput } from "../commands/StartEarthObservationJobCommand";
17
- import { StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput } from "../commands/StartVectorEnrichmentJobCommand";
18
- import { StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput } from "../commands/StopEarthObservationJobCommand";
19
- import { StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput } from "../commands/StopVectorEnrichmentJobCommand";
20
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
21
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
22
- /**
23
- * serializeAws_restJson1DeleteEarthObservationJobCommand
24
- */
25
- export declare const se_DeleteEarthObservationJobCommand: (input: DeleteEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- /**
27
- * serializeAws_restJson1DeleteVectorEnrichmentJobCommand
28
- */
29
- export declare const se_DeleteVectorEnrichmentJobCommand: (input: DeleteVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_restJson1ExportEarthObservationJobCommand
32
- */
33
- export declare const se_ExportEarthObservationJobCommand: (input: ExportEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1ExportVectorEnrichmentJobCommand
36
- */
37
- export declare const se_ExportVectorEnrichmentJobCommand: (input: ExportVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1GetEarthObservationJobCommand
40
- */
41
- export declare const se_GetEarthObservationJobCommand: (input: GetEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1GetRasterDataCollectionCommand
44
- */
45
- export declare const se_GetRasterDataCollectionCommand: (input: GetRasterDataCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1GetTileCommand
48
- */
49
- export declare const se_GetTileCommand: (input: GetTileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1GetVectorEnrichmentJobCommand
52
- */
53
- export declare const se_GetVectorEnrichmentJobCommand: (input: GetVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1ListEarthObservationJobsCommand
56
- */
57
- export declare const se_ListEarthObservationJobsCommand: (input: ListEarthObservationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1ListRasterDataCollectionsCommand
60
- */
61
- export declare const se_ListRasterDataCollectionsCommand: (input: ListRasterDataCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1ListTagsForResourceCommand
64
- */
65
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1ListVectorEnrichmentJobsCommand
68
- */
69
- export declare const se_ListVectorEnrichmentJobsCommand: (input: ListVectorEnrichmentJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1SearchRasterDataCollectionCommand
72
- */
73
- export declare const se_SearchRasterDataCollectionCommand: (input: SearchRasterDataCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1StartEarthObservationJobCommand
76
- */
77
- export declare const se_StartEarthObservationJobCommand: (input: StartEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1StartVectorEnrichmentJobCommand
80
- */
81
- export declare const se_StartVectorEnrichmentJobCommand: (input: StartVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1StopEarthObservationJobCommand
84
- */
85
- export declare const se_StopEarthObservationJobCommand: (input: StopEarthObservationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1StopVectorEnrichmentJobCommand
88
- */
89
- export declare const se_StopVectorEnrichmentJobCommand: (input: StopVectorEnrichmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1TagResourceCommand
92
- */
93
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1UntagResourceCommand
96
- */
97
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * deserializeAws_restJson1DeleteEarthObservationJobCommand
100
- */
101
- export declare const de_DeleteEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEarthObservationJobCommandOutput>;
102
- /**
103
- * deserializeAws_restJson1DeleteVectorEnrichmentJobCommand
104
- */
105
- export declare const de_DeleteVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVectorEnrichmentJobCommandOutput>;
106
- /**
107
- * deserializeAws_restJson1ExportEarthObservationJobCommand
108
- */
109
- export declare const de_ExportEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportEarthObservationJobCommandOutput>;
110
- /**
111
- * deserializeAws_restJson1ExportVectorEnrichmentJobCommand
112
- */
113
- export declare const de_ExportVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportVectorEnrichmentJobCommandOutput>;
114
- /**
115
- * deserializeAws_restJson1GetEarthObservationJobCommand
116
- */
117
- export declare const de_GetEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEarthObservationJobCommandOutput>;
118
- /**
119
- * deserializeAws_restJson1GetRasterDataCollectionCommand
120
- */
121
- export declare const de_GetRasterDataCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRasterDataCollectionCommandOutput>;
122
- /**
123
- * deserializeAws_restJson1GetTileCommand
124
- */
125
- export declare const de_GetTileCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetTileCommandOutput>;
126
- /**
127
- * deserializeAws_restJson1GetVectorEnrichmentJobCommand
128
- */
129
- export declare const de_GetVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVectorEnrichmentJobCommandOutput>;
130
- /**
131
- * deserializeAws_restJson1ListEarthObservationJobsCommand
132
- */
133
- export declare const de_ListEarthObservationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEarthObservationJobsCommandOutput>;
134
- /**
135
- * deserializeAws_restJson1ListRasterDataCollectionsCommand
136
- */
137
- export declare const de_ListRasterDataCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRasterDataCollectionsCommandOutput>;
138
- /**
139
- * deserializeAws_restJson1ListTagsForResourceCommand
140
- */
141
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
142
- /**
143
- * deserializeAws_restJson1ListVectorEnrichmentJobsCommand
144
- */
145
- export declare const de_ListVectorEnrichmentJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVectorEnrichmentJobsCommandOutput>;
146
- /**
147
- * deserializeAws_restJson1SearchRasterDataCollectionCommand
148
- */
149
- export declare const de_SearchRasterDataCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchRasterDataCollectionCommandOutput>;
150
- /**
151
- * deserializeAws_restJson1StartEarthObservationJobCommand
152
- */
153
- export declare const de_StartEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEarthObservationJobCommandOutput>;
154
- /**
155
- * deserializeAws_restJson1StartVectorEnrichmentJobCommand
156
- */
157
- export declare const de_StartVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVectorEnrichmentJobCommandOutput>;
158
- /**
159
- * deserializeAws_restJson1StopEarthObservationJobCommand
160
- */
161
- export declare const de_StopEarthObservationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEarthObservationJobCommandOutput>;
162
- /**
163
- * deserializeAws_restJson1StopVectorEnrichmentJobCommand
164
- */
165
- export declare const de_StopVectorEnrichmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopVectorEnrichmentJobCommandOutput>;
166
- /**
167
- * deserializeAws_restJson1TagResourceCommand
168
- */
169
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
170
- /**
171
- * deserializeAws_restJson1UntagResourceCommand
172
- */
173
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
@@ -1,236 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import {
6
- SdkStreamSerdeContext as __SdkStreamSerdeContext,
7
- SerdeContext as __SerdeContext,
8
- } from "@smithy/types";
9
- import {
10
- DeleteEarthObservationJobCommandInput,
11
- DeleteEarthObservationJobCommandOutput,
12
- } from "../commands/DeleteEarthObservationJobCommand";
13
- import {
14
- DeleteVectorEnrichmentJobCommandInput,
15
- DeleteVectorEnrichmentJobCommandOutput,
16
- } from "../commands/DeleteVectorEnrichmentJobCommand";
17
- import {
18
- ExportEarthObservationJobCommandInput,
19
- ExportEarthObservationJobCommandOutput,
20
- } from "../commands/ExportEarthObservationJobCommand";
21
- import {
22
- ExportVectorEnrichmentJobCommandInput,
23
- ExportVectorEnrichmentJobCommandOutput,
24
- } from "../commands/ExportVectorEnrichmentJobCommand";
25
- import {
26
- GetEarthObservationJobCommandInput,
27
- GetEarthObservationJobCommandOutput,
28
- } from "../commands/GetEarthObservationJobCommand";
29
- import {
30
- GetRasterDataCollectionCommandInput,
31
- GetRasterDataCollectionCommandOutput,
32
- } from "../commands/GetRasterDataCollectionCommand";
33
- import {
34
- GetTileCommandInput,
35
- GetTileCommandOutput,
36
- } from "../commands/GetTileCommand";
37
- import {
38
- GetVectorEnrichmentJobCommandInput,
39
- GetVectorEnrichmentJobCommandOutput,
40
- } from "../commands/GetVectorEnrichmentJobCommand";
41
- import {
42
- ListEarthObservationJobsCommandInput,
43
- ListEarthObservationJobsCommandOutput,
44
- } from "../commands/ListEarthObservationJobsCommand";
45
- import {
46
- ListRasterDataCollectionsCommandInput,
47
- ListRasterDataCollectionsCommandOutput,
48
- } from "../commands/ListRasterDataCollectionsCommand";
49
- import {
50
- ListTagsForResourceCommandInput,
51
- ListTagsForResourceCommandOutput,
52
- } from "../commands/ListTagsForResourceCommand";
53
- import {
54
- ListVectorEnrichmentJobsCommandInput,
55
- ListVectorEnrichmentJobsCommandOutput,
56
- } from "../commands/ListVectorEnrichmentJobsCommand";
57
- import {
58
- SearchRasterDataCollectionCommandInput,
59
- SearchRasterDataCollectionCommandOutput,
60
- } from "../commands/SearchRasterDataCollectionCommand";
61
- import {
62
- StartEarthObservationJobCommandInput,
63
- StartEarthObservationJobCommandOutput,
64
- } from "../commands/StartEarthObservationJobCommand";
65
- import {
66
- StartVectorEnrichmentJobCommandInput,
67
- StartVectorEnrichmentJobCommandOutput,
68
- } from "../commands/StartVectorEnrichmentJobCommand";
69
- import {
70
- StopEarthObservationJobCommandInput,
71
- StopEarthObservationJobCommandOutput,
72
- } from "../commands/StopEarthObservationJobCommand";
73
- import {
74
- StopVectorEnrichmentJobCommandInput,
75
- StopVectorEnrichmentJobCommandOutput,
76
- } from "../commands/StopVectorEnrichmentJobCommand";
77
- import {
78
- TagResourceCommandInput,
79
- TagResourceCommandOutput,
80
- } from "../commands/TagResourceCommand";
81
- import {
82
- UntagResourceCommandInput,
83
- UntagResourceCommandOutput,
84
- } from "../commands/UntagResourceCommand";
85
- export declare const se_DeleteEarthObservationJobCommand: (
86
- input: DeleteEarthObservationJobCommandInput,
87
- context: __SerdeContext
88
- ) => Promise<__HttpRequest>;
89
- export declare const se_DeleteVectorEnrichmentJobCommand: (
90
- input: DeleteVectorEnrichmentJobCommandInput,
91
- context: __SerdeContext
92
- ) => Promise<__HttpRequest>;
93
- export declare const se_ExportEarthObservationJobCommand: (
94
- input: ExportEarthObservationJobCommandInput,
95
- context: __SerdeContext
96
- ) => Promise<__HttpRequest>;
97
- export declare const se_ExportVectorEnrichmentJobCommand: (
98
- input: ExportVectorEnrichmentJobCommandInput,
99
- context: __SerdeContext
100
- ) => Promise<__HttpRequest>;
101
- export declare const se_GetEarthObservationJobCommand: (
102
- input: GetEarthObservationJobCommandInput,
103
- context: __SerdeContext
104
- ) => Promise<__HttpRequest>;
105
- export declare const se_GetRasterDataCollectionCommand: (
106
- input: GetRasterDataCollectionCommandInput,
107
- context: __SerdeContext
108
- ) => Promise<__HttpRequest>;
109
- export declare const se_GetTileCommand: (
110
- input: GetTileCommandInput,
111
- context: __SerdeContext
112
- ) => Promise<__HttpRequest>;
113
- export declare const se_GetVectorEnrichmentJobCommand: (
114
- input: GetVectorEnrichmentJobCommandInput,
115
- context: __SerdeContext
116
- ) => Promise<__HttpRequest>;
117
- export declare const se_ListEarthObservationJobsCommand: (
118
- input: ListEarthObservationJobsCommandInput,
119
- context: __SerdeContext
120
- ) => Promise<__HttpRequest>;
121
- export declare const se_ListRasterDataCollectionsCommand: (
122
- input: ListRasterDataCollectionsCommandInput,
123
- context: __SerdeContext
124
- ) => Promise<__HttpRequest>;
125
- export declare const se_ListTagsForResourceCommand: (
126
- input: ListTagsForResourceCommandInput,
127
- context: __SerdeContext
128
- ) => Promise<__HttpRequest>;
129
- export declare const se_ListVectorEnrichmentJobsCommand: (
130
- input: ListVectorEnrichmentJobsCommandInput,
131
- context: __SerdeContext
132
- ) => Promise<__HttpRequest>;
133
- export declare const se_SearchRasterDataCollectionCommand: (
134
- input: SearchRasterDataCollectionCommandInput,
135
- context: __SerdeContext
136
- ) => Promise<__HttpRequest>;
137
- export declare const se_StartEarthObservationJobCommand: (
138
- input: StartEarthObservationJobCommandInput,
139
- context: __SerdeContext
140
- ) => Promise<__HttpRequest>;
141
- export declare const se_StartVectorEnrichmentJobCommand: (
142
- input: StartVectorEnrichmentJobCommandInput,
143
- context: __SerdeContext
144
- ) => Promise<__HttpRequest>;
145
- export declare const se_StopEarthObservationJobCommand: (
146
- input: StopEarthObservationJobCommandInput,
147
- context: __SerdeContext
148
- ) => Promise<__HttpRequest>;
149
- export declare const se_StopVectorEnrichmentJobCommand: (
150
- input: StopVectorEnrichmentJobCommandInput,
151
- context: __SerdeContext
152
- ) => Promise<__HttpRequest>;
153
- export declare const se_TagResourceCommand: (
154
- input: TagResourceCommandInput,
155
- context: __SerdeContext
156
- ) => Promise<__HttpRequest>;
157
- export declare const se_UntagResourceCommand: (
158
- input: UntagResourceCommandInput,
159
- context: __SerdeContext
160
- ) => Promise<__HttpRequest>;
161
- export declare const de_DeleteEarthObservationJobCommand: (
162
- output: __HttpResponse,
163
- context: __SerdeContext
164
- ) => Promise<DeleteEarthObservationJobCommandOutput>;
165
- export declare const de_DeleteVectorEnrichmentJobCommand: (
166
- output: __HttpResponse,
167
- context: __SerdeContext
168
- ) => Promise<DeleteVectorEnrichmentJobCommandOutput>;
169
- export declare const de_ExportEarthObservationJobCommand: (
170
- output: __HttpResponse,
171
- context: __SerdeContext
172
- ) => Promise<ExportEarthObservationJobCommandOutput>;
173
- export declare const de_ExportVectorEnrichmentJobCommand: (
174
- output: __HttpResponse,
175
- context: __SerdeContext
176
- ) => Promise<ExportVectorEnrichmentJobCommandOutput>;
177
- export declare const de_GetEarthObservationJobCommand: (
178
- output: __HttpResponse,
179
- context: __SerdeContext
180
- ) => Promise<GetEarthObservationJobCommandOutput>;
181
- export declare const de_GetRasterDataCollectionCommand: (
182
- output: __HttpResponse,
183
- context: __SerdeContext
184
- ) => Promise<GetRasterDataCollectionCommandOutput>;
185
- export declare const de_GetTileCommand: (
186
- output: __HttpResponse,
187
- context: __SerdeContext & __SdkStreamSerdeContext
188
- ) => Promise<GetTileCommandOutput>;
189
- export declare const de_GetVectorEnrichmentJobCommand: (
190
- output: __HttpResponse,
191
- context: __SerdeContext
192
- ) => Promise<GetVectorEnrichmentJobCommandOutput>;
193
- export declare const de_ListEarthObservationJobsCommand: (
194
- output: __HttpResponse,
195
- context: __SerdeContext
196
- ) => Promise<ListEarthObservationJobsCommandOutput>;
197
- export declare const de_ListRasterDataCollectionsCommand: (
198
- output: __HttpResponse,
199
- context: __SerdeContext
200
- ) => Promise<ListRasterDataCollectionsCommandOutput>;
201
- export declare const de_ListTagsForResourceCommand: (
202
- output: __HttpResponse,
203
- context: __SerdeContext
204
- ) => Promise<ListTagsForResourceCommandOutput>;
205
- export declare const de_ListVectorEnrichmentJobsCommand: (
206
- output: __HttpResponse,
207
- context: __SerdeContext
208
- ) => Promise<ListVectorEnrichmentJobsCommandOutput>;
209
- export declare const de_SearchRasterDataCollectionCommand: (
210
- output: __HttpResponse,
211
- context: __SerdeContext
212
- ) => Promise<SearchRasterDataCollectionCommandOutput>;
213
- export declare const de_StartEarthObservationJobCommand: (
214
- output: __HttpResponse,
215
- context: __SerdeContext
216
- ) => Promise<StartEarthObservationJobCommandOutput>;
217
- export declare const de_StartVectorEnrichmentJobCommand: (
218
- output: __HttpResponse,
219
- context: __SerdeContext
220
- ) => Promise<StartVectorEnrichmentJobCommandOutput>;
221
- export declare const de_StopEarthObservationJobCommand: (
222
- output: __HttpResponse,
223
- context: __SerdeContext
224
- ) => Promise<StopEarthObservationJobCommandOutput>;
225
- export declare const de_StopVectorEnrichmentJobCommand: (
226
- output: __HttpResponse,
227
- context: __SerdeContext
228
- ) => Promise<StopVectorEnrichmentJobCommandOutput>;
229
- export declare const de_TagResourceCommand: (
230
- output: __HttpResponse,
231
- context: __SerdeContext
232
- ) => Promise<TagResourceCommandOutput>;
233
- export declare const de_UntagResourceCommand: (
234
- output: __HttpResponse,
235
- context: __SerdeContext
236
- ) => Promise<UntagResourceCommandOutput>;