@aws-sdk/client-sagemaker-geospatial 3.221.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.
- package/LICENSE +201 -0
- package/README.md +205 -0
- package/dist-cjs/SageMakerGeospatial.js +292 -0
- package/dist-cjs/SageMakerGeospatialClient.js +40 -0
- package/dist-cjs/commands/DeleteEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/DeleteVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/ExportEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/ExportVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/GetEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/GetRasterDataCollectionCommand.js +46 -0
- package/dist-cjs/commands/GetTileCommand.js +46 -0
- package/dist-cjs/commands/GetVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/ListEarthObservationJobsCommand.js +46 -0
- package/dist-cjs/commands/ListRasterDataCollectionsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-cjs/commands/ListVectorEnrichmentJobsCommand.js +46 -0
- package/dist-cjs/commands/SearchRasterDataCollectionCommand.js +46 -0
- package/dist-cjs/commands/StartEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/StartVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/StopEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/StopVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +46 -0
- package/dist-cjs/commands/UntagResourceCommand.js +46 -0
- package/dist-cjs/commands/index.js +22 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +312 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/SageMakerGeospatialServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +857 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListEarthObservationJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRasterDataCollectionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListVectorEnrichmentJobsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchRasterDataCollectionPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2776 -0
- package/dist-cjs/runtimeConfig.browser.js +44 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-es/SageMakerGeospatial.js +288 -0
- package/dist-es/SageMakerGeospatialClient.js +36 -0
- package/dist-es/commands/DeleteEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/ExportEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/GetEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/GetRasterDataCollectionCommand.js +42 -0
- package/dist-es/commands/GetTileCommand.js +42 -0
- package/dist-es/commands/GetVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/ListEarthObservationJobsCommand.js +42 -0
- package/dist-es/commands/ListRasterDataCollectionsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
- package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +42 -0
- package/dist-es/commands/SearchRasterDataCollectionCommand.js +42 -0
- package/dist-es/commands/StartEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/StartVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/StopEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/StopVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +42 -0
- package/dist-es/commands/UntagResourceCommand.js +42 -0
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +309 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/SageMakerGeospatialServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +748 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListEarthObservationJobsPaginator.js +31 -0
- package/dist-es/pagination/ListRasterDataCollectionsPaginator.js +31 -0
- package/dist-es/pagination/ListVectorEnrichmentJobsPaginator.js +31 -0
- package/dist-es/pagination/SearchRasterDataCollectionPaginator.js +31 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +2735 -0
- package/dist-es/runtimeConfig.browser.js +39 -0
- package/dist-es/runtimeConfig.js +47 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-types/SageMakerGeospatial.d.ts +140 -0
- package/dist-types/SageMakerGeospatialClient.d.ts +165 -0
- package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +37 -0
- package/dist-types/commands/GetTileCommand.d.ts +37 -0
- package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +37 -0
- package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +37 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +37 -0
- package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +37 -0
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/StopEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/SageMakerGeospatialServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2704 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListEarthObservationJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRasterDataCollectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVectorEnrichmentJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchRasterDataCollectionPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +59 -0
- package/dist-types/runtimeConfig.browser.d.ts +43 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/dist-types/runtimeConfig.native.d.ts +42 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/SageMakerGeospatial.d.ts +327 -0
- package/dist-types/ts3.4/SageMakerGeospatialClient.d.ts +228 -0
- package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetTileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/SageMakerGeospatialServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1265 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListEarthObservationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRasterDataCollectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVectorEnrichmentJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchRasterDataCollectionPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +236 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +80 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/package.json +105 -0
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RegionInputConfig,
|
|
3
|
+
RegionResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
9
|
+
import {
|
|
10
|
+
HostHeaderInputConfig,
|
|
11
|
+
HostHeaderResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-host-header";
|
|
13
|
+
import {
|
|
14
|
+
RetryInputConfig,
|
|
15
|
+
RetryResolvedConfig,
|
|
16
|
+
} from "@aws-sdk/middleware-retry";
|
|
17
|
+
import {
|
|
18
|
+
AwsAuthInputConfig,
|
|
19
|
+
AwsAuthResolvedConfig,
|
|
20
|
+
} from "@aws-sdk/middleware-signing";
|
|
21
|
+
import {
|
|
22
|
+
UserAgentInputConfig,
|
|
23
|
+
UserAgentResolvedConfig,
|
|
24
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
25
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
26
|
+
import {
|
|
27
|
+
Client as __Client,
|
|
28
|
+
DefaultsMode,
|
|
29
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
30
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
31
|
+
} from "@aws-sdk/smithy-client";
|
|
32
|
+
import {
|
|
33
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
|
+
Credentials as __Credentials,
|
|
35
|
+
Decoder as __Decoder,
|
|
36
|
+
Encoder as __Encoder,
|
|
37
|
+
HashConstructor as __HashConstructor,
|
|
38
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
39
|
+
Logger as __Logger,
|
|
40
|
+
Provider as __Provider,
|
|
41
|
+
Provider,
|
|
42
|
+
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
43
|
+
StreamCollector as __StreamCollector,
|
|
44
|
+
UrlParser as __UrlParser,
|
|
45
|
+
UserAgent as __UserAgent,
|
|
46
|
+
} from "@aws-sdk/types";
|
|
47
|
+
import {
|
|
48
|
+
DeleteEarthObservationJobCommandInput,
|
|
49
|
+
DeleteEarthObservationJobCommandOutput,
|
|
50
|
+
} from "./commands/DeleteEarthObservationJobCommand";
|
|
51
|
+
import {
|
|
52
|
+
DeleteVectorEnrichmentJobCommandInput,
|
|
53
|
+
DeleteVectorEnrichmentJobCommandOutput,
|
|
54
|
+
} from "./commands/DeleteVectorEnrichmentJobCommand";
|
|
55
|
+
import {
|
|
56
|
+
ExportEarthObservationJobCommandInput,
|
|
57
|
+
ExportEarthObservationJobCommandOutput,
|
|
58
|
+
} from "./commands/ExportEarthObservationJobCommand";
|
|
59
|
+
import {
|
|
60
|
+
ExportVectorEnrichmentJobCommandInput,
|
|
61
|
+
ExportVectorEnrichmentJobCommandOutput,
|
|
62
|
+
} from "./commands/ExportVectorEnrichmentJobCommand";
|
|
63
|
+
import {
|
|
64
|
+
GetEarthObservationJobCommandInput,
|
|
65
|
+
GetEarthObservationJobCommandOutput,
|
|
66
|
+
} from "./commands/GetEarthObservationJobCommand";
|
|
67
|
+
import {
|
|
68
|
+
GetRasterDataCollectionCommandInput,
|
|
69
|
+
GetRasterDataCollectionCommandOutput,
|
|
70
|
+
} from "./commands/GetRasterDataCollectionCommand";
|
|
71
|
+
import {
|
|
72
|
+
GetTileCommandInput,
|
|
73
|
+
GetTileCommandOutput,
|
|
74
|
+
} from "./commands/GetTileCommand";
|
|
75
|
+
import {
|
|
76
|
+
GetVectorEnrichmentJobCommandInput,
|
|
77
|
+
GetVectorEnrichmentJobCommandOutput,
|
|
78
|
+
} from "./commands/GetVectorEnrichmentJobCommand";
|
|
79
|
+
import {
|
|
80
|
+
ListEarthObservationJobsCommandInput,
|
|
81
|
+
ListEarthObservationJobsCommandOutput,
|
|
82
|
+
} from "./commands/ListEarthObservationJobsCommand";
|
|
83
|
+
import {
|
|
84
|
+
ListRasterDataCollectionsCommandInput,
|
|
85
|
+
ListRasterDataCollectionsCommandOutput,
|
|
86
|
+
} from "./commands/ListRasterDataCollectionsCommand";
|
|
87
|
+
import {
|
|
88
|
+
ListTagsForResourceCommandInput,
|
|
89
|
+
ListTagsForResourceCommandOutput,
|
|
90
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
91
|
+
import {
|
|
92
|
+
ListVectorEnrichmentJobsCommandInput,
|
|
93
|
+
ListVectorEnrichmentJobsCommandOutput,
|
|
94
|
+
} from "./commands/ListVectorEnrichmentJobsCommand";
|
|
95
|
+
import {
|
|
96
|
+
SearchRasterDataCollectionCommandInput,
|
|
97
|
+
SearchRasterDataCollectionCommandOutput,
|
|
98
|
+
} from "./commands/SearchRasterDataCollectionCommand";
|
|
99
|
+
import {
|
|
100
|
+
StartEarthObservationJobCommandInput,
|
|
101
|
+
StartEarthObservationJobCommandOutput,
|
|
102
|
+
} from "./commands/StartEarthObservationJobCommand";
|
|
103
|
+
import {
|
|
104
|
+
StartVectorEnrichmentJobCommandInput,
|
|
105
|
+
StartVectorEnrichmentJobCommandOutput,
|
|
106
|
+
} from "./commands/StartVectorEnrichmentJobCommand";
|
|
107
|
+
import {
|
|
108
|
+
StopEarthObservationJobCommandInput,
|
|
109
|
+
StopEarthObservationJobCommandOutput,
|
|
110
|
+
} from "./commands/StopEarthObservationJobCommand";
|
|
111
|
+
import {
|
|
112
|
+
StopVectorEnrichmentJobCommandInput,
|
|
113
|
+
StopVectorEnrichmentJobCommandOutput,
|
|
114
|
+
} from "./commands/StopVectorEnrichmentJobCommand";
|
|
115
|
+
import {
|
|
116
|
+
TagResourceCommandInput,
|
|
117
|
+
TagResourceCommandOutput,
|
|
118
|
+
} from "./commands/TagResourceCommand";
|
|
119
|
+
import {
|
|
120
|
+
UntagResourceCommandInput,
|
|
121
|
+
UntagResourceCommandOutput,
|
|
122
|
+
} from "./commands/UntagResourceCommand";
|
|
123
|
+
import {
|
|
124
|
+
ClientInputEndpointParameters,
|
|
125
|
+
ClientResolvedEndpointParameters,
|
|
126
|
+
EndpointParameters,
|
|
127
|
+
} from "./endpoint/EndpointParameters";
|
|
128
|
+
export declare type ServiceInputTypes =
|
|
129
|
+
| DeleteEarthObservationJobCommandInput
|
|
130
|
+
| DeleteVectorEnrichmentJobCommandInput
|
|
131
|
+
| ExportEarthObservationJobCommandInput
|
|
132
|
+
| ExportVectorEnrichmentJobCommandInput
|
|
133
|
+
| GetEarthObservationJobCommandInput
|
|
134
|
+
| GetRasterDataCollectionCommandInput
|
|
135
|
+
| GetTileCommandInput
|
|
136
|
+
| GetVectorEnrichmentJobCommandInput
|
|
137
|
+
| ListEarthObservationJobsCommandInput
|
|
138
|
+
| ListRasterDataCollectionsCommandInput
|
|
139
|
+
| ListTagsForResourceCommandInput
|
|
140
|
+
| ListVectorEnrichmentJobsCommandInput
|
|
141
|
+
| SearchRasterDataCollectionCommandInput
|
|
142
|
+
| StartEarthObservationJobCommandInput
|
|
143
|
+
| StartVectorEnrichmentJobCommandInput
|
|
144
|
+
| StopEarthObservationJobCommandInput
|
|
145
|
+
| StopVectorEnrichmentJobCommandInput
|
|
146
|
+
| TagResourceCommandInput
|
|
147
|
+
| UntagResourceCommandInput;
|
|
148
|
+
export declare type ServiceOutputTypes =
|
|
149
|
+
| DeleteEarthObservationJobCommandOutput
|
|
150
|
+
| DeleteVectorEnrichmentJobCommandOutput
|
|
151
|
+
| ExportEarthObservationJobCommandOutput
|
|
152
|
+
| ExportVectorEnrichmentJobCommandOutput
|
|
153
|
+
| GetEarthObservationJobCommandOutput
|
|
154
|
+
| GetRasterDataCollectionCommandOutput
|
|
155
|
+
| GetTileCommandOutput
|
|
156
|
+
| GetVectorEnrichmentJobCommandOutput
|
|
157
|
+
| ListEarthObservationJobsCommandOutput
|
|
158
|
+
| ListRasterDataCollectionsCommandOutput
|
|
159
|
+
| ListTagsForResourceCommandOutput
|
|
160
|
+
| ListVectorEnrichmentJobsCommandOutput
|
|
161
|
+
| SearchRasterDataCollectionCommandOutput
|
|
162
|
+
| StartEarthObservationJobCommandOutput
|
|
163
|
+
| StartVectorEnrichmentJobCommandOutput
|
|
164
|
+
| StopEarthObservationJobCommandOutput
|
|
165
|
+
| StopVectorEnrichmentJobCommandOutput
|
|
166
|
+
| TagResourceCommandOutput
|
|
167
|
+
| UntagResourceCommandOutput;
|
|
168
|
+
export interface ClientDefaults
|
|
169
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
170
|
+
requestHandler?: __HttpHandler;
|
|
171
|
+
sha256?: __HashConstructor;
|
|
172
|
+
urlParser?: __UrlParser;
|
|
173
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
174
|
+
streamCollector?: __StreamCollector;
|
|
175
|
+
base64Decoder?: __Decoder;
|
|
176
|
+
base64Encoder?: __Encoder;
|
|
177
|
+
utf8Decoder?: __Decoder;
|
|
178
|
+
utf8Encoder?: __Encoder;
|
|
179
|
+
runtime?: string;
|
|
180
|
+
disableHostPrefix?: boolean;
|
|
181
|
+
maxAttempts?: number | __Provider<number>;
|
|
182
|
+
retryMode?: string | __Provider<string>;
|
|
183
|
+
logger?: __Logger;
|
|
184
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
185
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
186
|
+
serviceId?: string;
|
|
187
|
+
region?: string | __Provider<string>;
|
|
188
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
189
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
190
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
191
|
+
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
192
|
+
}
|
|
193
|
+
declare type SageMakerGeospatialClientConfigType = Partial<
|
|
194
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
195
|
+
> &
|
|
196
|
+
ClientDefaults &
|
|
197
|
+
RegionInputConfig &
|
|
198
|
+
EndpointInputConfig<EndpointParameters> &
|
|
199
|
+
RetryInputConfig &
|
|
200
|
+
HostHeaderInputConfig &
|
|
201
|
+
AwsAuthInputConfig &
|
|
202
|
+
UserAgentInputConfig &
|
|
203
|
+
ClientInputEndpointParameters;
|
|
204
|
+
export interface SageMakerGeospatialClientConfig
|
|
205
|
+
extends SageMakerGeospatialClientConfigType {}
|
|
206
|
+
declare type SageMakerGeospatialClientResolvedConfigType =
|
|
207
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
208
|
+
Required<ClientDefaults> &
|
|
209
|
+
RegionResolvedConfig &
|
|
210
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
211
|
+
RetryResolvedConfig &
|
|
212
|
+
HostHeaderResolvedConfig &
|
|
213
|
+
AwsAuthResolvedConfig &
|
|
214
|
+
UserAgentResolvedConfig &
|
|
215
|
+
ClientResolvedEndpointParameters;
|
|
216
|
+
export interface SageMakerGeospatialClientResolvedConfig
|
|
217
|
+
extends SageMakerGeospatialClientResolvedConfigType {}
|
|
218
|
+
export declare class SageMakerGeospatialClient extends __Client<
|
|
219
|
+
__HttpHandlerOptions,
|
|
220
|
+
ServiceInputTypes,
|
|
221
|
+
ServiceOutputTypes,
|
|
222
|
+
SageMakerGeospatialClientResolvedConfig
|
|
223
|
+
> {
|
|
224
|
+
readonly config: SageMakerGeospatialClientResolvedConfig;
|
|
225
|
+
constructor(configuration: SageMakerGeospatialClientConfig);
|
|
226
|
+
destroy(): void;
|
|
227
|
+
}
|
|
228
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteEarthObservationJobInput,
|
|
11
|
+
DeleteEarthObservationJobOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface DeleteEarthObservationJobCommandInput
|
|
19
|
+
extends DeleteEarthObservationJobInput {}
|
|
20
|
+
export interface DeleteEarthObservationJobCommandOutput
|
|
21
|
+
extends DeleteEarthObservationJobOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteEarthObservationJobCommand extends $Command<
|
|
24
|
+
DeleteEarthObservationJobCommandInput,
|
|
25
|
+
DeleteEarthObservationJobCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteEarthObservationJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteEarthObservationJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteEarthObservationJobCommandInput,
|
|
37
|
+
DeleteEarthObservationJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteVectorEnrichmentJobInput,
|
|
11
|
+
DeleteVectorEnrichmentJobOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface DeleteVectorEnrichmentJobCommandInput
|
|
19
|
+
extends DeleteVectorEnrichmentJobInput {}
|
|
20
|
+
export interface DeleteVectorEnrichmentJobCommandOutput
|
|
21
|
+
extends DeleteVectorEnrichmentJobOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteVectorEnrichmentJobCommand extends $Command<
|
|
24
|
+
DeleteVectorEnrichmentJobCommandInput,
|
|
25
|
+
DeleteVectorEnrichmentJobCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteVectorEnrichmentJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteVectorEnrichmentJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteVectorEnrichmentJobCommandInput,
|
|
37
|
+
DeleteVectorEnrichmentJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ExportEarthObservationJobInput,
|
|
11
|
+
ExportEarthObservationJobOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface ExportEarthObservationJobCommandInput
|
|
19
|
+
extends ExportEarthObservationJobInput {}
|
|
20
|
+
export interface ExportEarthObservationJobCommandOutput
|
|
21
|
+
extends ExportEarthObservationJobOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ExportEarthObservationJobCommand extends $Command<
|
|
24
|
+
ExportEarthObservationJobCommandInput,
|
|
25
|
+
ExportEarthObservationJobCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ExportEarthObservationJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ExportEarthObservationJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ExportEarthObservationJobCommandInput,
|
|
37
|
+
ExportEarthObservationJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ExportVectorEnrichmentJobInput,
|
|
11
|
+
ExportVectorEnrichmentJobOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface ExportVectorEnrichmentJobCommandInput
|
|
19
|
+
extends ExportVectorEnrichmentJobInput {}
|
|
20
|
+
export interface ExportVectorEnrichmentJobCommandOutput
|
|
21
|
+
extends ExportVectorEnrichmentJobOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ExportVectorEnrichmentJobCommand extends $Command<
|
|
24
|
+
ExportVectorEnrichmentJobCommandInput,
|
|
25
|
+
ExportVectorEnrichmentJobCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ExportVectorEnrichmentJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ExportVectorEnrichmentJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ExportVectorEnrichmentJobCommandInput,
|
|
37
|
+
ExportVectorEnrichmentJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetEarthObservationJobInput,
|
|
11
|
+
GetEarthObservationJobOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface GetEarthObservationJobCommandInput
|
|
19
|
+
extends GetEarthObservationJobInput {}
|
|
20
|
+
export interface GetEarthObservationJobCommandOutput
|
|
21
|
+
extends GetEarthObservationJobOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetEarthObservationJobCommand extends $Command<
|
|
24
|
+
GetEarthObservationJobCommandInput,
|
|
25
|
+
GetEarthObservationJobCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetEarthObservationJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetEarthObservationJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetEarthObservationJobCommandInput,
|
|
37
|
+
GetEarthObservationJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetRasterDataCollectionInput,
|
|
11
|
+
GetRasterDataCollectionOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface GetRasterDataCollectionCommandInput
|
|
19
|
+
extends GetRasterDataCollectionInput {}
|
|
20
|
+
export interface GetRasterDataCollectionCommandOutput
|
|
21
|
+
extends GetRasterDataCollectionOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetRasterDataCollectionCommand extends $Command<
|
|
24
|
+
GetRasterDataCollectionCommandInput,
|
|
25
|
+
GetRasterDataCollectionCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRasterDataCollectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetRasterDataCollectionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetRasterDataCollectionCommandInput,
|
|
37
|
+
GetRasterDataCollectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
WithSdkStreamMixin as __WithSdkStreamMixin,
|
|
9
|
+
} from "@aws-sdk/types";
|
|
10
|
+
import { GetTileInput, GetTileOutput } from "../models/models_0";
|
|
11
|
+
import {
|
|
12
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
} from "../SageMakerGeospatialClient";
|
|
16
|
+
export interface GetTileCommandInput extends GetTileInput {}
|
|
17
|
+
export interface GetTileCommandOutput
|
|
18
|
+
extends __WithSdkStreamMixin<GetTileOutput, "BinaryFile">,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class GetTileCommand extends $Command<
|
|
21
|
+
GetTileCommandInput,
|
|
22
|
+
GetTileCommandOutput,
|
|
23
|
+
SageMakerGeospatialClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: GetTileCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: GetTileCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetTileCommandInput, GetTileCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetVectorEnrichmentJobInput,
|
|
11
|
+
GetVectorEnrichmentJobOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface GetVectorEnrichmentJobCommandInput
|
|
19
|
+
extends GetVectorEnrichmentJobInput {}
|
|
20
|
+
export interface GetVectorEnrichmentJobCommandOutput
|
|
21
|
+
extends GetVectorEnrichmentJobOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetVectorEnrichmentJobCommand extends $Command<
|
|
24
|
+
GetVectorEnrichmentJobCommandInput,
|
|
25
|
+
GetVectorEnrichmentJobCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetVectorEnrichmentJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetVectorEnrichmentJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetVectorEnrichmentJobCommandInput,
|
|
37
|
+
GetVectorEnrichmentJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListEarthObservationJobInput,
|
|
11
|
+
ListEarthObservationJobOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface ListEarthObservationJobsCommandInput
|
|
19
|
+
extends ListEarthObservationJobInput {}
|
|
20
|
+
export interface ListEarthObservationJobsCommandOutput
|
|
21
|
+
extends ListEarthObservationJobOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListEarthObservationJobsCommand extends $Command<
|
|
24
|
+
ListEarthObservationJobsCommandInput,
|
|
25
|
+
ListEarthObservationJobsCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListEarthObservationJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListEarthObservationJobsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListEarthObservationJobsCommandInput,
|
|
37
|
+
ListEarthObservationJobsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListRasterDataCollectionsInput,
|
|
11
|
+
ListRasterDataCollectionsOutput,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface ListRasterDataCollectionsCommandInput
|
|
19
|
+
extends ListRasterDataCollectionsInput {}
|
|
20
|
+
export interface ListRasterDataCollectionsCommandOutput
|
|
21
|
+
extends ListRasterDataCollectionsOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListRasterDataCollectionsCommand extends $Command<
|
|
24
|
+
ListRasterDataCollectionsCommandInput,
|
|
25
|
+
ListRasterDataCollectionsCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRasterDataCollectionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListRasterDataCollectionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListRasterDataCollectionsCommandInput,
|
|
37
|
+
ListRasterDataCollectionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListTagsForResourceRequest,
|
|
11
|
+
ListTagsForResourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerGeospatialClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerGeospatialClient";
|
|
18
|
+
export interface ListTagsForResourceCommandInput
|
|
19
|
+
extends ListTagsForResourceRequest {}
|
|
20
|
+
export interface ListTagsForResourceCommandOutput
|
|
21
|
+
extends ListTagsForResourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
SageMakerGeospatialClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerGeospatialClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|