@aws-sdk/client-sagemaker-geospatial 3.321.1 → 3.326.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/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +4 -0
- package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +16 -0
- package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +15 -0
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +181 -0
- package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +24 -0
- package/dist-types/commands/GetTileCommand.d.ts +6 -0
- package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +46 -0
- package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +19 -0
- package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +26 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +19 -0
- package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +36 -0
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +160 -0
- package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/StopEarthObservationJobCommand.d.ts +4 -0
- package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/package.json +16 -16
|
@@ -31,6 +31,8 @@ export interface DeleteEarthObservationJobCommandOutput extends DeleteEarthObser
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEarthObservationJobCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteEarthObservationJobCommandInput - {@link DeleteEarthObservationJobCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface DeleteEarthObservationJobCommandOutput extends DeleteEarthObser
|
|
|
57
59
|
* @throws {@link ValidationException} (client fault)
|
|
58
60
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class DeleteEarthObservationJobCommand extends $Command<DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteVectorEnrichmentJobCommandOutput extends DeleteVectorEnri
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteVectorEnrichmentJobCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteVectorEnrichmentJobCommandInput - {@link DeleteVectorEnrichmentJobCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface DeleteVectorEnrichmentJobCommandOutput extends DeleteVectorEnri
|
|
|
57
59
|
* @throws {@link ValidationException} (client fault)
|
|
58
60
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class DeleteVectorEnrichmentJobCommand extends $Command<DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -40,6 +40,20 @@ export interface ExportEarthObservationJobCommandOutput extends ExportEarthObser
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new ExportEarthObservationJobCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // ExportEarthObservationJobOutput
|
|
44
|
+
* // Arn: "STRING_VALUE", // required
|
|
45
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
46
|
+
* // ExportStatus: "STRING_VALUE", // required
|
|
47
|
+
* // ExecutionRoleArn: "STRING_VALUE", // required
|
|
48
|
+
* // OutputConfig: { // OutputConfigInput
|
|
49
|
+
* // S3Data: { // ExportS3DataInput
|
|
50
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
51
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // },
|
|
54
|
+
* // ExportSourceImages: true || false,
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
43
57
|
* ```
|
|
44
58
|
*
|
|
45
59
|
* @param ExportEarthObservationJobCommandInput - {@link ExportEarthObservationJobCommandInput}
|
|
@@ -69,6 +83,8 @@ export interface ExportEarthObservationJobCommandOutput extends ExportEarthObser
|
|
|
69
83
|
* @throws {@link ValidationException} (client fault)
|
|
70
84
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
71
85
|
*
|
|
86
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
72
88
|
*
|
|
73
89
|
*/
|
|
74
90
|
export declare class ExportEarthObservationJobCommand extends $Command<ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -39,6 +39,19 @@ export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnri
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new ExportVectorEnrichmentJobCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // ExportVectorEnrichmentJobOutput
|
|
43
|
+
* // Arn: "STRING_VALUE", // required
|
|
44
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
45
|
+
* // ExecutionRoleArn: "STRING_VALUE", // required
|
|
46
|
+
* // ExportStatus: "STRING_VALUE", // required
|
|
47
|
+
* // OutputConfig: { // ExportVectorEnrichmentJobOutputConfig
|
|
48
|
+
* // S3Data: { // VectorEnrichmentJobS3Data
|
|
49
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
50
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
42
55
|
* ```
|
|
43
56
|
*
|
|
44
57
|
* @param ExportVectorEnrichmentJobCommandInput - {@link ExportVectorEnrichmentJobCommandInput}
|
|
@@ -68,6 +81,8 @@ export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnri
|
|
|
68
81
|
* @throws {@link ValidationException} (client fault)
|
|
69
82
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
70
83
|
*
|
|
84
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
71
86
|
*
|
|
72
87
|
*/
|
|
73
88
|
export declare class ExportVectorEnrichmentJobCommand extends $Command<ExportVectorEnrichmentJobCommandInput, ExportVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -31,6 +31,185 @@ export interface GetEarthObservationJobCommandOutput extends GetEarthObservation
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetEarthObservationJobCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetEarthObservationJobOutput
|
|
35
|
+
* // Arn: "STRING_VALUE", // required
|
|
36
|
+
* // Name: "STRING_VALUE", // required
|
|
37
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
38
|
+
* // DurationInSeconds: Number("int"), // required
|
|
39
|
+
* // Status: "STRING_VALUE", // required
|
|
40
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
41
|
+
* // InputConfig: { // InputConfigOutput
|
|
42
|
+
* // PreviousEarthObservationJobArn: "STRING_VALUE",
|
|
43
|
+
* // DataSourceConfig: { // EojDataSourceConfigInput Union: only one key present
|
|
44
|
+
* // S3Data: { // S3DataInput
|
|
45
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
46
|
+
* // MetadataProvider: "STRING_VALUE", // required
|
|
47
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // },
|
|
50
|
+
* // RasterDataCollectionQuery: { // RasterDataCollectionQueryOutput
|
|
51
|
+
* // RasterDataCollectionArn: "STRING_VALUE", // required
|
|
52
|
+
* // RasterDataCollectionName: "STRING_VALUE", // required
|
|
53
|
+
* // TimeRangeFilter: { // TimeRangeFilterOutput
|
|
54
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
55
|
+
* // EndTime: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // },
|
|
57
|
+
* // AreaOfInterest: { // AreaOfInterest Union: only one key present
|
|
58
|
+
* // AreaOfInterestGeometry: { // AreaOfInterestGeometry Union: only one key present
|
|
59
|
+
* // PolygonGeometry: { // PolygonGeometryInput
|
|
60
|
+
* // Coordinates: [ // LinearRings // required
|
|
61
|
+
* // [ // LinearRing
|
|
62
|
+
* // [ // Position
|
|
63
|
+
* // Number("double"),
|
|
64
|
+
* // ],
|
|
65
|
+
* // ],
|
|
66
|
+
* // ],
|
|
67
|
+
* // },
|
|
68
|
+
* // MultiPolygonGeometry: { // MultiPolygonGeometryInput
|
|
69
|
+
* // Coordinates: [ // LinearRingsList // required
|
|
70
|
+
* // [
|
|
71
|
+
* // [
|
|
72
|
+
* // [
|
|
73
|
+
* // Number("double"),
|
|
74
|
+
* // ],
|
|
75
|
+
* // ],
|
|
76
|
+
* // ],
|
|
77
|
+
* // ],
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
81
|
+
* // PropertyFilters: { // PropertyFilters
|
|
82
|
+
* // Properties: [ // PropertyFiltersList
|
|
83
|
+
* // { // PropertyFilter
|
|
84
|
+
* // Property: { // Property Union: only one key present
|
|
85
|
+
* // EoCloudCover: { // EoCloudCoverInput
|
|
86
|
+
* // LowerBound: Number("float"), // required
|
|
87
|
+
* // UpperBound: Number("float"), // required
|
|
88
|
+
* // },
|
|
89
|
+
* // ViewOffNadir: { // ViewOffNadirInput
|
|
90
|
+
* // LowerBound: Number("float"), // required
|
|
91
|
+
* // UpperBound: Number("float"), // required
|
|
92
|
+
* // },
|
|
93
|
+
* // ViewSunAzimuth: { // ViewSunAzimuthInput
|
|
94
|
+
* // LowerBound: Number("float"), // required
|
|
95
|
+
* // UpperBound: Number("float"), // required
|
|
96
|
+
* // },
|
|
97
|
+
* // ViewSunElevation: { // ViewSunElevationInput
|
|
98
|
+
* // LowerBound: Number("float"), // required
|
|
99
|
+
* // UpperBound: Number("float"), // required
|
|
100
|
+
* // },
|
|
101
|
+
* // Platform: { // PlatformInput
|
|
102
|
+
* // Value: "STRING_VALUE", // required
|
|
103
|
+
* // ComparisonOperator: "STRING_VALUE",
|
|
104
|
+
* // },
|
|
105
|
+
* // LandsatCloudCoverLand: { // LandsatCloudCoverLandInput
|
|
106
|
+
* // LowerBound: Number("float"), // required
|
|
107
|
+
* // UpperBound: Number("float"), // required
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
110
|
+
* // },
|
|
111
|
+
* // ],
|
|
112
|
+
* // LogicalOperator: "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // },
|
|
115
|
+
* // },
|
|
116
|
+
* // JobConfig: { // JobConfigInput Union: only one key present
|
|
117
|
+
* // BandMathConfig: { // BandMathConfigInput
|
|
118
|
+
* // PredefinedIndices: [ // StringListInput
|
|
119
|
+
* // "STRING_VALUE",
|
|
120
|
+
* // ],
|
|
121
|
+
* // CustomIndices: { // CustomIndicesInput
|
|
122
|
+
* // Operations: [ // OperationsListInput
|
|
123
|
+
* // { // Operation
|
|
124
|
+
* // Name: "STRING_VALUE", // required
|
|
125
|
+
* // Equation: "STRING_VALUE", // required
|
|
126
|
+
* // OutputType: "STRING_VALUE",
|
|
127
|
+
* // },
|
|
128
|
+
* // ],
|
|
129
|
+
* // },
|
|
130
|
+
* // },
|
|
131
|
+
* // ResamplingConfig: { // ResamplingConfigInput
|
|
132
|
+
* // OutputResolution: { // OutputResolutionResamplingInput
|
|
133
|
+
* // UserDefined: { // UserDefined
|
|
134
|
+
* // Value: Number("float"), // required
|
|
135
|
+
* // Unit: "STRING_VALUE", // required
|
|
136
|
+
* // },
|
|
137
|
+
* // },
|
|
138
|
+
* // AlgorithmName: "STRING_VALUE",
|
|
139
|
+
* // TargetBands: [
|
|
140
|
+
* // "STRING_VALUE",
|
|
141
|
+
* // ],
|
|
142
|
+
* // },
|
|
143
|
+
* // TemporalStatisticsConfig: { // TemporalStatisticsConfigInput
|
|
144
|
+
* // GroupBy: "STRING_VALUE",
|
|
145
|
+
* // Statistics: [ // TemporalStatisticsListInput // required
|
|
146
|
+
* // "STRING_VALUE",
|
|
147
|
+
* // ],
|
|
148
|
+
* // TargetBands: [
|
|
149
|
+
* // "STRING_VALUE",
|
|
150
|
+
* // ],
|
|
151
|
+
* // },
|
|
152
|
+
* // CloudRemovalConfig: { // CloudRemovalConfigInput
|
|
153
|
+
* // AlgorithmName: "STRING_VALUE",
|
|
154
|
+
* // InterpolationValue: "STRING_VALUE",
|
|
155
|
+
* // TargetBands: [
|
|
156
|
+
* // "STRING_VALUE",
|
|
157
|
+
* // ],
|
|
158
|
+
* // },
|
|
159
|
+
* // ZonalStatisticsConfig: { // ZonalStatisticsConfigInput
|
|
160
|
+
* // ZoneS3Path: "STRING_VALUE", // required
|
|
161
|
+
* // Statistics: [ // ZonalStatisticsListInput // required
|
|
162
|
+
* // "STRING_VALUE",
|
|
163
|
+
* // ],
|
|
164
|
+
* // TargetBands: [
|
|
165
|
+
* // "STRING_VALUE",
|
|
166
|
+
* // ],
|
|
167
|
+
* // ZoneS3PathKmsKeyId: "STRING_VALUE",
|
|
168
|
+
* // },
|
|
169
|
+
* // GeoMosaicConfig: { // GeoMosaicConfigInput
|
|
170
|
+
* // AlgorithmName: "STRING_VALUE",
|
|
171
|
+
* // TargetBands: "<StringListInput>",
|
|
172
|
+
* // },
|
|
173
|
+
* // StackConfig: { // StackConfigInput
|
|
174
|
+
* // OutputResolution: { // OutputResolutionStackInput
|
|
175
|
+
* // Predefined: "STRING_VALUE",
|
|
176
|
+
* // UserDefined: {
|
|
177
|
+
* // Value: Number("float"), // required
|
|
178
|
+
* // Unit: "STRING_VALUE", // required
|
|
179
|
+
* // },
|
|
180
|
+
* // },
|
|
181
|
+
* // TargetBands: "<StringListInput>",
|
|
182
|
+
* // },
|
|
183
|
+
* // CloudMaskingConfig: {},
|
|
184
|
+
* // LandCoverSegmentationConfig: {},
|
|
185
|
+
* // },
|
|
186
|
+
* // OutputBands: [ // EarthObservationJobOutputBands
|
|
187
|
+
* // { // OutputBand
|
|
188
|
+
* // BandName: "STRING_VALUE", // required
|
|
189
|
+
* // OutputDataType: "STRING_VALUE", // required
|
|
190
|
+
* // },
|
|
191
|
+
* // ],
|
|
192
|
+
* // ExecutionRoleArn: "STRING_VALUE",
|
|
193
|
+
* // ErrorDetails: { // EarthObservationJobErrorDetails
|
|
194
|
+
* // Type: "STRING_VALUE",
|
|
195
|
+
* // Message: "STRING_VALUE",
|
|
196
|
+
* // },
|
|
197
|
+
* // ExportStatus: "STRING_VALUE",
|
|
198
|
+
* // ExportErrorDetails: { // ExportErrorDetails
|
|
199
|
+
* // ExportResults: { // ExportErrorDetailsOutput
|
|
200
|
+
* // Type: "STRING_VALUE",
|
|
201
|
+
* // Message: "STRING_VALUE",
|
|
202
|
+
* // },
|
|
203
|
+
* // ExportSourceImages: {
|
|
204
|
+
* // Type: "STRING_VALUE",
|
|
205
|
+
* // Message: "STRING_VALUE",
|
|
206
|
+
* // },
|
|
207
|
+
* // },
|
|
208
|
+
* // Tags: { // Tags
|
|
209
|
+
* // "<keys>": "STRING_VALUE",
|
|
210
|
+
* // },
|
|
211
|
+
* // };
|
|
212
|
+
*
|
|
34
213
|
* ```
|
|
35
214
|
*
|
|
36
215
|
* @param GetEarthObservationJobCommandInput - {@link GetEarthObservationJobCommandInput}
|
|
@@ -54,6 +233,8 @@ export interface GetEarthObservationJobCommandOutput extends GetEarthObservation
|
|
|
54
233
|
* @throws {@link ValidationException} (client fault)
|
|
55
234
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
56
235
|
*
|
|
236
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
237
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
57
238
|
*
|
|
58
239
|
*/
|
|
59
240
|
export declare class GetEarthObservationJobCommand extends $Command<GetEarthObservationJobCommandInput, GetEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -31,6 +31,28 @@ export interface GetRasterDataCollectionCommandOutput extends GetRasterDataColle
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetRasterDataCollectionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetRasterDataCollectionOutput
|
|
35
|
+
* // Name: "STRING_VALUE", // required
|
|
36
|
+
* // Arn: "STRING_VALUE", // required
|
|
37
|
+
* // Type: "STRING_VALUE", // required
|
|
38
|
+
* // Description: "STRING_VALUE", // required
|
|
39
|
+
* // DescriptionPageUrl: "STRING_VALUE", // required
|
|
40
|
+
* // SupportedFilters: [ // FilterList // required
|
|
41
|
+
* // { // Filter
|
|
42
|
+
* // Name: "STRING_VALUE", // required
|
|
43
|
+
* // Type: "STRING_VALUE", // required
|
|
44
|
+
* // Minimum: Number("float"),
|
|
45
|
+
* // Maximum: Number("float"),
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // ImageSourceBands: [ // ImageSourceBandList // required
|
|
49
|
+
* // "STRING_VALUE",
|
|
50
|
+
* // ],
|
|
51
|
+
* // Tags: { // Tags
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
34
56
|
* ```
|
|
35
57
|
*
|
|
36
58
|
* @param GetRasterDataCollectionCommandInput - {@link GetRasterDataCollectionCommandInput}
|
|
@@ -54,6 +76,8 @@ export interface GetRasterDataCollectionCommandOutput extends GetRasterDataColle
|
|
|
54
76
|
* @throws {@link ValidationException} (client fault)
|
|
55
77
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
56
78
|
*
|
|
79
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
57
81
|
*
|
|
58
82
|
*/
|
|
59
83
|
export declare class GetRasterDataCollectionCommand extends $Command<GetRasterDataCollectionCommandInput, GetRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -44,6 +44,10 @@ export interface GetTileCommandOutput extends __WithSdkStreamMixin<GetTileOutput
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new GetTileCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // GetTileOutput
|
|
48
|
+
* // BinaryFile: "STREAMING_BLOB_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
47
51
|
* ```
|
|
48
52
|
*
|
|
49
53
|
* @param GetTileCommandInput - {@link GetTileCommandInput}
|
|
@@ -67,6 +71,8 @@ export interface GetTileCommandOutput extends __WithSdkStreamMixin<GetTileOutput
|
|
|
67
71
|
* @throws {@link ValidationException} (client fault)
|
|
68
72
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
69
73
|
*
|
|
74
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
70
76
|
*
|
|
71
77
|
*/
|
|
72
78
|
export declare class GetTileCommand extends $Command<GetTileCommandInput, GetTileCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -31,6 +31,50 @@ export interface GetVectorEnrichmentJobCommandOutput extends GetVectorEnrichment
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetVectorEnrichmentJobCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetVectorEnrichmentJobOutput
|
|
35
|
+
* // Arn: "STRING_VALUE", // required
|
|
36
|
+
* // Type: "STRING_VALUE", // required
|
|
37
|
+
* // Name: "STRING_VALUE", // required
|
|
38
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
39
|
+
* // DurationInSeconds: Number("int"), // required
|
|
40
|
+
* // Status: "STRING_VALUE", // required
|
|
41
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
42
|
+
* // InputConfig: { // VectorEnrichmentJobInputConfig
|
|
43
|
+
* // DocumentType: "STRING_VALUE", // required
|
|
44
|
+
* // DataSourceConfig: { // VectorEnrichmentJobDataSourceConfigInput Union: only one key present
|
|
45
|
+
* // S3Data: { // VectorEnrichmentJobS3Data
|
|
46
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
47
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // },
|
|
50
|
+
* // },
|
|
51
|
+
* // JobConfig: { // VectorEnrichmentJobConfig Union: only one key present
|
|
52
|
+
* // ReverseGeocodingConfig: { // ReverseGeocodingConfig
|
|
53
|
+
* // YAttributeName: "STRING_VALUE", // required
|
|
54
|
+
* // XAttributeName: "STRING_VALUE", // required
|
|
55
|
+
* // },
|
|
56
|
+
* // MapMatchingConfig: { // MapMatchingConfig
|
|
57
|
+
* // IdAttributeName: "STRING_VALUE", // required
|
|
58
|
+
* // YAttributeName: "STRING_VALUE", // required
|
|
59
|
+
* // XAttributeName: "STRING_VALUE", // required
|
|
60
|
+
* // TimestampAttributeName: "STRING_VALUE", // required
|
|
61
|
+
* // },
|
|
62
|
+
* // },
|
|
63
|
+
* // ExecutionRoleArn: "STRING_VALUE", // required
|
|
64
|
+
* // ErrorDetails: { // VectorEnrichmentJobErrorDetails
|
|
65
|
+
* // ErrorType: "STRING_VALUE",
|
|
66
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ExportStatus: "STRING_VALUE",
|
|
69
|
+
* // ExportErrorDetails: { // VectorEnrichmentJobExportErrorDetails
|
|
70
|
+
* // Type: "STRING_VALUE",
|
|
71
|
+
* // Message: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // Tags: { // Tags
|
|
74
|
+
* // "<keys>": "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
34
78
|
* ```
|
|
35
79
|
*
|
|
36
80
|
* @param GetVectorEnrichmentJobCommandInput - {@link GetVectorEnrichmentJobCommandInput}
|
|
@@ -54,6 +98,8 @@ export interface GetVectorEnrichmentJobCommandOutput extends GetVectorEnrichment
|
|
|
54
98
|
* @throws {@link ValidationException} (client fault)
|
|
55
99
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
56
100
|
*
|
|
101
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
57
103
|
*
|
|
58
104
|
*/
|
|
59
105
|
export declare class GetVectorEnrichmentJobCommand extends $Command<GetVectorEnrichmentJobCommandInput, GetVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -35,6 +35,23 @@ export interface ListEarthObservationJobsCommandOutput extends ListEarthObservat
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListEarthObservationJobsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListEarthObservationJobOutput
|
|
39
|
+
* // EarthObservationJobSummaries: [ // EarthObservationJobList // required
|
|
40
|
+
* // { // ListEarthObservationJobOutputConfig
|
|
41
|
+
* // Arn: "STRING_VALUE", // required
|
|
42
|
+
* // Name: "STRING_VALUE", // required
|
|
43
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
44
|
+
* // DurationInSeconds: Number("int"), // required
|
|
45
|
+
* // Status: "STRING_VALUE", // required
|
|
46
|
+
* // OperationType: "STRING_VALUE", // required
|
|
47
|
+
* // Tags: { // Tags
|
|
48
|
+
* // "<keys>": "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // NextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
38
55
|
* ```
|
|
39
56
|
*
|
|
40
57
|
* @param ListEarthObservationJobsCommandInput - {@link ListEarthObservationJobsCommandInput}
|
|
@@ -58,6 +75,8 @@ export interface ListEarthObservationJobsCommandOutput extends ListEarthObservat
|
|
|
58
75
|
* @throws {@link ValidationException} (client fault)
|
|
59
76
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
60
77
|
*
|
|
78
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
61
80
|
*
|
|
62
81
|
*/
|
|
63
82
|
export declare class ListEarthObservationJobsCommand extends $Command<ListEarthObservationJobsCommandInput, ListEarthObservationJobsCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -32,6 +32,30 @@ export interface ListRasterDataCollectionsCommandOutput extends ListRasterDataCo
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListRasterDataCollectionsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListRasterDataCollectionsOutput
|
|
36
|
+
* // RasterDataCollectionSummaries: [ // DataCollectionsList // required
|
|
37
|
+
* // { // RasterDataCollectionMetadata
|
|
38
|
+
* // Name: "STRING_VALUE", // required
|
|
39
|
+
* // Arn: "STRING_VALUE", // required
|
|
40
|
+
* // Type: "STRING_VALUE", // required
|
|
41
|
+
* // Description: "STRING_VALUE", // required
|
|
42
|
+
* // DescriptionPageUrl: "STRING_VALUE",
|
|
43
|
+
* // SupportedFilters: [ // FilterList // required
|
|
44
|
+
* // { // Filter
|
|
45
|
+
* // Name: "STRING_VALUE", // required
|
|
46
|
+
* // Type: "STRING_VALUE", // required
|
|
47
|
+
* // Minimum: Number("float"),
|
|
48
|
+
* // Maximum: Number("float"),
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // Tags: { // Tags
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // NextToken: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
35
59
|
* ```
|
|
36
60
|
*
|
|
37
61
|
* @param ListRasterDataCollectionsCommandInput - {@link ListRasterDataCollectionsCommandInput}
|
|
@@ -55,6 +79,8 @@ export interface ListRasterDataCollectionsCommandOutput extends ListRasterDataCo
|
|
|
55
79
|
* @throws {@link ValidationException} (client fault)
|
|
56
80
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
57
81
|
*
|
|
82
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
58
84
|
*
|
|
59
85
|
*/
|
|
60
86
|
export declare class ListRasterDataCollectionsCommand extends $Command<ListRasterDataCollectionsCommandInput, ListRasterDataCollectionsCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -31,6 +31,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ListTagsForResourceResponse
|
|
35
|
+
* // Tags: { // Tags
|
|
36
|
+
* // "<keys>": "STRING_VALUE",
|
|
37
|
+
* // },
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
34
40
|
* ```
|
|
35
41
|
*
|
|
36
42
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -54,6 +60,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
54
60
|
* @throws {@link ValidationException} (client fault)
|
|
55
61
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
56
62
|
*
|
|
63
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
57
65
|
*
|
|
58
66
|
*/
|
|
59
67
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -35,6 +35,23 @@ export interface ListVectorEnrichmentJobsCommandOutput extends ListVectorEnrichm
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListVectorEnrichmentJobsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListVectorEnrichmentJobOutput
|
|
39
|
+
* // VectorEnrichmentJobSummaries: [ // VectorEnrichmentJobList // required
|
|
40
|
+
* // { // ListVectorEnrichmentJobOutputConfig
|
|
41
|
+
* // Arn: "STRING_VALUE", // required
|
|
42
|
+
* // Name: "STRING_VALUE", // required
|
|
43
|
+
* // Type: "STRING_VALUE", // required
|
|
44
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
45
|
+
* // DurationInSeconds: Number("int"), // required
|
|
46
|
+
* // Status: "STRING_VALUE", // required
|
|
47
|
+
* // Tags: { // Tags
|
|
48
|
+
* // "<keys>": "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // NextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
38
55
|
* ```
|
|
39
56
|
*
|
|
40
57
|
* @param ListVectorEnrichmentJobsCommandInput - {@link ListVectorEnrichmentJobsCommandInput}
|
|
@@ -58,6 +75,8 @@ export interface ListVectorEnrichmentJobsCommandOutput extends ListVectorEnrichm
|
|
|
58
75
|
* @throws {@link ValidationException} (client fault)
|
|
59
76
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
60
77
|
*
|
|
78
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
61
80
|
*
|
|
62
81
|
*/
|
|
63
82
|
export declare class ListVectorEnrichmentJobsCommand extends $Command<ListVectorEnrichmentJobsCommandInput, ListVectorEnrichmentJobsCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -98,6 +98,40 @@ export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDat
|
|
|
98
98
|
* };
|
|
99
99
|
* const command = new SearchRasterDataCollectionCommand(input);
|
|
100
100
|
* const response = await client.send(command);
|
|
101
|
+
* // { // SearchRasterDataCollectionOutput
|
|
102
|
+
* // ApproximateResultCount: Number("int"), // required
|
|
103
|
+
* // NextToken: "STRING_VALUE",
|
|
104
|
+
* // Items: [ // ItemSourceList
|
|
105
|
+
* // { // ItemSource
|
|
106
|
+
* // Id: "STRING_VALUE", // required
|
|
107
|
+
* // Geometry: { // Geometry
|
|
108
|
+
* // Type: "STRING_VALUE", // required
|
|
109
|
+
* // Coordinates: [ // LinearRings // required
|
|
110
|
+
* // [ // LinearRing
|
|
111
|
+
* // [ // Position
|
|
112
|
+
* // Number("double"),
|
|
113
|
+
* // ],
|
|
114
|
+
* // ],
|
|
115
|
+
* // ],
|
|
116
|
+
* // },
|
|
117
|
+
* // Assets: { // AssetsMap
|
|
118
|
+
* // "<keys>": { // AssetValue
|
|
119
|
+
* // Href: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // },
|
|
122
|
+
* // DateTime: new Date("TIMESTAMP"), // required
|
|
123
|
+
* // Properties: { // Properties
|
|
124
|
+
* // EoCloudCover: Number("float"),
|
|
125
|
+
* // ViewOffNadir: Number("float"),
|
|
126
|
+
* // ViewSunAzimuth: Number("float"),
|
|
127
|
+
* // ViewSunElevation: Number("float"),
|
|
128
|
+
* // Platform: "STRING_VALUE",
|
|
129
|
+
* // LandsatCloudCoverLand: Number("float"),
|
|
130
|
+
* // },
|
|
131
|
+
* // },
|
|
132
|
+
* // ],
|
|
133
|
+
* // };
|
|
134
|
+
*
|
|
101
135
|
* ```
|
|
102
136
|
*
|
|
103
137
|
* @param SearchRasterDataCollectionCommandInput - {@link SearchRasterDataCollectionCommandInput}
|
|
@@ -121,6 +155,8 @@ export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDat
|
|
|
121
155
|
* @throws {@link ValidationException} (client fault)
|
|
122
156
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
123
157
|
*
|
|
158
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
159
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
124
160
|
*
|
|
125
161
|
*/
|
|
126
162
|
export declare class SearchRasterDataCollectionCommand extends $Command<SearchRasterDataCollectionCommandInput, SearchRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -181,6 +181,164 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
181
181
|
* };
|
|
182
182
|
* const command = new StartEarthObservationJobCommand(input);
|
|
183
183
|
* const response = await client.send(command);
|
|
184
|
+
* // { // StartEarthObservationJobOutput
|
|
185
|
+
* // Name: "STRING_VALUE", // required
|
|
186
|
+
* // Arn: "STRING_VALUE", // required
|
|
187
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
188
|
+
* // DurationInSeconds: Number("int"), // required
|
|
189
|
+
* // Status: "STRING_VALUE", // required
|
|
190
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
191
|
+
* // InputConfig: { // InputConfigOutput
|
|
192
|
+
* // PreviousEarthObservationJobArn: "STRING_VALUE",
|
|
193
|
+
* // DataSourceConfig: { // EojDataSourceConfigInput Union: only one key present
|
|
194
|
+
* // S3Data: { // S3DataInput
|
|
195
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
196
|
+
* // MetadataProvider: "STRING_VALUE", // required
|
|
197
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
198
|
+
* // },
|
|
199
|
+
* // },
|
|
200
|
+
* // RasterDataCollectionQuery: { // RasterDataCollectionQueryOutput
|
|
201
|
+
* // RasterDataCollectionArn: "STRING_VALUE", // required
|
|
202
|
+
* // RasterDataCollectionName: "STRING_VALUE", // required
|
|
203
|
+
* // TimeRangeFilter: { // TimeRangeFilterOutput
|
|
204
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
205
|
+
* // EndTime: new Date("TIMESTAMP"), // required
|
|
206
|
+
* // },
|
|
207
|
+
* // AreaOfInterest: { // AreaOfInterest Union: only one key present
|
|
208
|
+
* // AreaOfInterestGeometry: { // AreaOfInterestGeometry Union: only one key present
|
|
209
|
+
* // PolygonGeometry: { // PolygonGeometryInput
|
|
210
|
+
* // Coordinates: [ // LinearRings // required
|
|
211
|
+
* // [ // LinearRing
|
|
212
|
+
* // [ // Position
|
|
213
|
+
* // Number("double"),
|
|
214
|
+
* // ],
|
|
215
|
+
* // ],
|
|
216
|
+
* // ],
|
|
217
|
+
* // },
|
|
218
|
+
* // MultiPolygonGeometry: { // MultiPolygonGeometryInput
|
|
219
|
+
* // Coordinates: [ // LinearRingsList // required
|
|
220
|
+
* // [
|
|
221
|
+
* // [
|
|
222
|
+
* // [
|
|
223
|
+
* // Number("double"),
|
|
224
|
+
* // ],
|
|
225
|
+
* // ],
|
|
226
|
+
* // ],
|
|
227
|
+
* // ],
|
|
228
|
+
* // },
|
|
229
|
+
* // },
|
|
230
|
+
* // },
|
|
231
|
+
* // PropertyFilters: { // PropertyFilters
|
|
232
|
+
* // Properties: [ // PropertyFiltersList
|
|
233
|
+
* // { // PropertyFilter
|
|
234
|
+
* // Property: { // Property Union: only one key present
|
|
235
|
+
* // EoCloudCover: { // EoCloudCoverInput
|
|
236
|
+
* // LowerBound: Number("float"), // required
|
|
237
|
+
* // UpperBound: Number("float"), // required
|
|
238
|
+
* // },
|
|
239
|
+
* // ViewOffNadir: { // ViewOffNadirInput
|
|
240
|
+
* // LowerBound: Number("float"), // required
|
|
241
|
+
* // UpperBound: Number("float"), // required
|
|
242
|
+
* // },
|
|
243
|
+
* // ViewSunAzimuth: { // ViewSunAzimuthInput
|
|
244
|
+
* // LowerBound: Number("float"), // required
|
|
245
|
+
* // UpperBound: Number("float"), // required
|
|
246
|
+
* // },
|
|
247
|
+
* // ViewSunElevation: { // ViewSunElevationInput
|
|
248
|
+
* // LowerBound: Number("float"), // required
|
|
249
|
+
* // UpperBound: Number("float"), // required
|
|
250
|
+
* // },
|
|
251
|
+
* // Platform: { // PlatformInput
|
|
252
|
+
* // Value: "STRING_VALUE", // required
|
|
253
|
+
* // ComparisonOperator: "STRING_VALUE",
|
|
254
|
+
* // },
|
|
255
|
+
* // LandsatCloudCoverLand: { // LandsatCloudCoverLandInput
|
|
256
|
+
* // LowerBound: Number("float"), // required
|
|
257
|
+
* // UpperBound: Number("float"), // required
|
|
258
|
+
* // },
|
|
259
|
+
* // },
|
|
260
|
+
* // },
|
|
261
|
+
* // ],
|
|
262
|
+
* // LogicalOperator: "STRING_VALUE",
|
|
263
|
+
* // },
|
|
264
|
+
* // },
|
|
265
|
+
* // },
|
|
266
|
+
* // JobConfig: { // JobConfigInput Union: only one key present
|
|
267
|
+
* // BandMathConfig: { // BandMathConfigInput
|
|
268
|
+
* // PredefinedIndices: [ // StringListInput
|
|
269
|
+
* // "STRING_VALUE",
|
|
270
|
+
* // ],
|
|
271
|
+
* // CustomIndices: { // CustomIndicesInput
|
|
272
|
+
* // Operations: [ // OperationsListInput
|
|
273
|
+
* // { // Operation
|
|
274
|
+
* // Name: "STRING_VALUE", // required
|
|
275
|
+
* // Equation: "STRING_VALUE", // required
|
|
276
|
+
* // OutputType: "STRING_VALUE",
|
|
277
|
+
* // },
|
|
278
|
+
* // ],
|
|
279
|
+
* // },
|
|
280
|
+
* // },
|
|
281
|
+
* // ResamplingConfig: { // ResamplingConfigInput
|
|
282
|
+
* // OutputResolution: { // OutputResolutionResamplingInput
|
|
283
|
+
* // UserDefined: { // UserDefined
|
|
284
|
+
* // Value: Number("float"), // required
|
|
285
|
+
* // Unit: "STRING_VALUE", // required
|
|
286
|
+
* // },
|
|
287
|
+
* // },
|
|
288
|
+
* // AlgorithmName: "STRING_VALUE",
|
|
289
|
+
* // TargetBands: [
|
|
290
|
+
* // "STRING_VALUE",
|
|
291
|
+
* // ],
|
|
292
|
+
* // },
|
|
293
|
+
* // TemporalStatisticsConfig: { // TemporalStatisticsConfigInput
|
|
294
|
+
* // GroupBy: "STRING_VALUE",
|
|
295
|
+
* // Statistics: [ // TemporalStatisticsListInput // required
|
|
296
|
+
* // "STRING_VALUE",
|
|
297
|
+
* // ],
|
|
298
|
+
* // TargetBands: [
|
|
299
|
+
* // "STRING_VALUE",
|
|
300
|
+
* // ],
|
|
301
|
+
* // },
|
|
302
|
+
* // CloudRemovalConfig: { // CloudRemovalConfigInput
|
|
303
|
+
* // AlgorithmName: "STRING_VALUE",
|
|
304
|
+
* // InterpolationValue: "STRING_VALUE",
|
|
305
|
+
* // TargetBands: [
|
|
306
|
+
* // "STRING_VALUE",
|
|
307
|
+
* // ],
|
|
308
|
+
* // },
|
|
309
|
+
* // ZonalStatisticsConfig: { // ZonalStatisticsConfigInput
|
|
310
|
+
* // ZoneS3Path: "STRING_VALUE", // required
|
|
311
|
+
* // Statistics: [ // ZonalStatisticsListInput // required
|
|
312
|
+
* // "STRING_VALUE",
|
|
313
|
+
* // ],
|
|
314
|
+
* // TargetBands: [
|
|
315
|
+
* // "STRING_VALUE",
|
|
316
|
+
* // ],
|
|
317
|
+
* // ZoneS3PathKmsKeyId: "STRING_VALUE",
|
|
318
|
+
* // },
|
|
319
|
+
* // GeoMosaicConfig: { // GeoMosaicConfigInput
|
|
320
|
+
* // AlgorithmName: "STRING_VALUE",
|
|
321
|
+
* // TargetBands: "<StringListInput>",
|
|
322
|
+
* // },
|
|
323
|
+
* // StackConfig: { // StackConfigInput
|
|
324
|
+
* // OutputResolution: { // OutputResolutionStackInput
|
|
325
|
+
* // Predefined: "STRING_VALUE",
|
|
326
|
+
* // UserDefined: {
|
|
327
|
+
* // Value: Number("float"), // required
|
|
328
|
+
* // Unit: "STRING_VALUE", // required
|
|
329
|
+
* // },
|
|
330
|
+
* // },
|
|
331
|
+
* // TargetBands: "<StringListInput>",
|
|
332
|
+
* // },
|
|
333
|
+
* // CloudMaskingConfig: {},
|
|
334
|
+
* // LandCoverSegmentationConfig: {},
|
|
335
|
+
* // },
|
|
336
|
+
* // ExecutionRoleArn: "STRING_VALUE",
|
|
337
|
+
* // Tags: { // Tags
|
|
338
|
+
* // "<keys>": "STRING_VALUE",
|
|
339
|
+
* // },
|
|
340
|
+
* // };
|
|
341
|
+
*
|
|
184
342
|
* ```
|
|
185
343
|
*
|
|
186
344
|
* @param StartEarthObservationJobCommandInput - {@link StartEarthObservationJobCommandInput}
|
|
@@ -210,6 +368,8 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
210
368
|
* @throws {@link ValidationException} (client fault)
|
|
211
369
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
212
370
|
*
|
|
371
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
372
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
213
373
|
*
|
|
214
374
|
*/
|
|
215
375
|
export declare class StartEarthObservationJobCommand extends $Command<StartEarthObservationJobCommandInput, StartEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -58,6 +58,41 @@ export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrich
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new StartVectorEnrichmentJobCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // StartVectorEnrichmentJobOutput
|
|
62
|
+
* // Name: "STRING_VALUE", // required
|
|
63
|
+
* // Arn: "STRING_VALUE", // required
|
|
64
|
+
* // Type: "STRING_VALUE", // required
|
|
65
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
66
|
+
* // DurationInSeconds: Number("int"), // required
|
|
67
|
+
* // Status: "STRING_VALUE", // required
|
|
68
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
69
|
+
* // InputConfig: { // VectorEnrichmentJobInputConfig
|
|
70
|
+
* // DocumentType: "STRING_VALUE", // required
|
|
71
|
+
* // DataSourceConfig: { // VectorEnrichmentJobDataSourceConfigInput Union: only one key present
|
|
72
|
+
* // S3Data: { // VectorEnrichmentJobS3Data
|
|
73
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
74
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // },
|
|
78
|
+
* // JobConfig: { // VectorEnrichmentJobConfig Union: only one key present
|
|
79
|
+
* // ReverseGeocodingConfig: { // ReverseGeocodingConfig
|
|
80
|
+
* // YAttributeName: "STRING_VALUE", // required
|
|
81
|
+
* // XAttributeName: "STRING_VALUE", // required
|
|
82
|
+
* // },
|
|
83
|
+
* // MapMatchingConfig: { // MapMatchingConfig
|
|
84
|
+
* // IdAttributeName: "STRING_VALUE", // required
|
|
85
|
+
* // YAttributeName: "STRING_VALUE", // required
|
|
86
|
+
* // XAttributeName: "STRING_VALUE", // required
|
|
87
|
+
* // TimestampAttributeName: "STRING_VALUE", // required
|
|
88
|
+
* // },
|
|
89
|
+
* // },
|
|
90
|
+
* // ExecutionRoleArn: "STRING_VALUE", // required
|
|
91
|
+
* // Tags: { // Tags
|
|
92
|
+
* // "<keys>": "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // };
|
|
95
|
+
*
|
|
61
96
|
* ```
|
|
62
97
|
*
|
|
63
98
|
* @param StartVectorEnrichmentJobCommandInput - {@link StartVectorEnrichmentJobCommandInput}
|
|
@@ -87,6 +122,8 @@ export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrich
|
|
|
87
122
|
* @throws {@link ValidationException} (client fault)
|
|
88
123
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
89
124
|
*
|
|
125
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
126
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
90
127
|
*
|
|
91
128
|
*/
|
|
92
129
|
export declare class StartVectorEnrichmentJobCommand extends $Command<StartVectorEnrichmentJobCommandInput, StartVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface StopEarthObservationJobCommandOutput extends StopEarthObservati
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopEarthObservationJobCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param StopEarthObservationJobCommandInput - {@link StopEarthObservationJobCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface StopEarthObservationJobCommandOutput extends StopEarthObservati
|
|
|
57
59
|
* @throws {@link ValidationException} (client fault)
|
|
58
60
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class StopEarthObservationJobCommand extends $Command<StopEarthObservationJobCommandInput, StopEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichme
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopVectorEnrichmentJobCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param StopVectorEnrichmentJobCommandInput - {@link StopVectorEnrichmentJobCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichme
|
|
|
57
59
|
* @throws {@link ValidationException} (client fault)
|
|
58
60
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class StopVectorEnrichmentJobCommand extends $Command<StopVectorEnrichmentJobCommandInput, StopVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new TagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
57
59
|
* @throws {@link ValidationException} (client fault)
|
|
58
60
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
57
59
|
* @throws {@link ValidationException} (client fault)
|
|
58
60
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link SageMakerGeospatialServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SageMakerGeospatial service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker-geospatial",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Geospatial Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-stream-browser": "3.310.0",
|