@aws-sdk/client-sagemaker-geospatial 3.934.0 → 3.936.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-cjs/index.js +0 -165
- package/dist-es/index.js +1 -1
- package/dist-es/models/errors.js +111 -0
- package/dist-es/models/models_0.js +0 -111
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/errors.d.ts +123 -0
- package/dist-types/models/models_0.d.ts +0 -123
- package/dist-types/ts3.4/index.d.ts +2 -1
- package/dist-types/ts3.4/models/errors.d.ts +62 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -62
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -131,53 +131,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends SageMakerGeosp
|
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
133
|
};
|
|
134
|
-
const AlgorithmNameCloudRemoval = {
|
|
135
|
-
INTERPOLATION: "INTERPOLATION",
|
|
136
|
-
};
|
|
137
|
-
const AlgorithmNameGeoMosaic = {
|
|
138
|
-
AVERAGE: "AVERAGE",
|
|
139
|
-
BILINEAR: "BILINEAR",
|
|
140
|
-
CUBIC: "CUBIC",
|
|
141
|
-
CUBICSPLINE: "CUBICSPLINE",
|
|
142
|
-
LANCZOS: "LANCZOS",
|
|
143
|
-
MAX: "MAX",
|
|
144
|
-
MED: "MED",
|
|
145
|
-
MIN: "MIN",
|
|
146
|
-
MODE: "MODE",
|
|
147
|
-
NEAR: "NEAR",
|
|
148
|
-
Q1: "Q1",
|
|
149
|
-
Q3: "Q3",
|
|
150
|
-
RMS: "RMS",
|
|
151
|
-
SUM: "SUM",
|
|
152
|
-
};
|
|
153
|
-
const AlgorithmNameResampling = {
|
|
154
|
-
AVERAGE: "AVERAGE",
|
|
155
|
-
BILINEAR: "BILINEAR",
|
|
156
|
-
CUBIC: "CUBIC",
|
|
157
|
-
CUBICSPLINE: "CUBICSPLINE",
|
|
158
|
-
LANCZOS: "LANCZOS",
|
|
159
|
-
MAX: "MAX",
|
|
160
|
-
MED: "MED",
|
|
161
|
-
MIN: "MIN",
|
|
162
|
-
MODE: "MODE",
|
|
163
|
-
NEAR: "NEAR",
|
|
164
|
-
Q1: "Q1",
|
|
165
|
-
Q3: "Q3",
|
|
166
|
-
RMS: "RMS",
|
|
167
|
-
SUM: "SUM",
|
|
168
|
-
};
|
|
169
|
-
const OutputType = {
|
|
170
|
-
FLOAT32: "FLOAT32",
|
|
171
|
-
FLOAT64: "FLOAT64",
|
|
172
|
-
INT16: "INT16",
|
|
173
|
-
INT32: "INT32",
|
|
174
|
-
UINT16: "UINT16",
|
|
175
|
-
};
|
|
176
|
-
const ComparisonOperator = {
|
|
177
|
-
EQUALS: "EQUALS",
|
|
178
|
-
NOT_EQUALS: "NOT_EQUALS",
|
|
179
|
-
STARTS_WITH: "STARTS_WITH",
|
|
180
|
-
};
|
|
181
134
|
let ConflictException$1 = class ConflictException extends SageMakerGeospatialServiceException$1 {
|
|
182
135
|
name = "ConflictException";
|
|
183
136
|
$fault = "client";
|
|
@@ -194,11 +147,6 @@ let ConflictException$1 = class ConflictException extends SageMakerGeospatialSer
|
|
|
194
147
|
this.ResourceId = opts.ResourceId;
|
|
195
148
|
}
|
|
196
149
|
};
|
|
197
|
-
const DataCollectionType = {
|
|
198
|
-
PREMIUM: "PREMIUM",
|
|
199
|
-
PUBLIC: "PUBLIC",
|
|
200
|
-
USER: "USER",
|
|
201
|
-
};
|
|
202
150
|
let InternalServerException$1 = class InternalServerException extends SageMakerGeospatialServiceException$1 {
|
|
203
151
|
name = "InternalServerException";
|
|
204
152
|
$fault = "server";
|
|
@@ -263,11 +211,6 @@ let ValidationException$1 = class ValidationException extends SageMakerGeospatia
|
|
|
263
211
|
this.ResourceId = opts.ResourceId;
|
|
264
212
|
}
|
|
265
213
|
};
|
|
266
|
-
const EarthObservationJobExportStatus = {
|
|
267
|
-
FAILED: "FAILED",
|
|
268
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
269
|
-
SUCCEEDED: "SUCCEEDED",
|
|
270
|
-
};
|
|
271
214
|
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends SageMakerGeospatialServiceException$1 {
|
|
272
215
|
name = "ServiceQuotaExceededException";
|
|
273
216
|
$fault = "client";
|
|
@@ -284,90 +227,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
284
227
|
this.ResourceId = opts.ResourceId;
|
|
285
228
|
}
|
|
286
229
|
};
|
|
287
|
-
const EarthObservationJobErrorType = {
|
|
288
|
-
CLIENT_ERROR: "CLIENT_ERROR",
|
|
289
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
290
|
-
};
|
|
291
|
-
const ExportErrorType = {
|
|
292
|
-
CLIENT_ERROR: "CLIENT_ERROR",
|
|
293
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
294
|
-
};
|
|
295
|
-
const LogicalOperator = {
|
|
296
|
-
AND: "AND",
|
|
297
|
-
};
|
|
298
|
-
const Unit = {
|
|
299
|
-
METERS: "METERS",
|
|
300
|
-
};
|
|
301
|
-
const PredefinedResolution = {
|
|
302
|
-
AVERAGE: "AVERAGE",
|
|
303
|
-
HIGHEST: "HIGHEST",
|
|
304
|
-
LOWEST: "LOWEST",
|
|
305
|
-
};
|
|
306
|
-
const GroupBy = {
|
|
307
|
-
ALL: "ALL",
|
|
308
|
-
YEARLY: "YEARLY",
|
|
309
|
-
};
|
|
310
|
-
const TemporalStatistics = {
|
|
311
|
-
MEAN: "MEAN",
|
|
312
|
-
MEDIAN: "MEDIAN",
|
|
313
|
-
STANDARD_DEVIATION: "STANDARD_DEVIATION",
|
|
314
|
-
};
|
|
315
|
-
const ZonalStatistics = {
|
|
316
|
-
MAX: "MAX",
|
|
317
|
-
MEAN: "MEAN",
|
|
318
|
-
MEDIAN: "MEDIAN",
|
|
319
|
-
MIN: "MIN",
|
|
320
|
-
STANDARD_DEVIATION: "STANDARD_DEVIATION",
|
|
321
|
-
SUM: "SUM",
|
|
322
|
-
};
|
|
323
|
-
const EarthObservationJobStatus = {
|
|
324
|
-
COMPLETED: "COMPLETED",
|
|
325
|
-
DELETED: "DELETED",
|
|
326
|
-
DELETING: "DELETING",
|
|
327
|
-
FAILED: "FAILED",
|
|
328
|
-
INITIALIZING: "INITIALIZING",
|
|
329
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
330
|
-
STOPPED: "STOPPED",
|
|
331
|
-
STOPPING: "STOPPING",
|
|
332
|
-
};
|
|
333
|
-
const TargetOptions = {
|
|
334
|
-
INPUT: "INPUT",
|
|
335
|
-
OUTPUT: "OUTPUT",
|
|
336
|
-
};
|
|
337
|
-
const SortOrder = {
|
|
338
|
-
ASCENDING: "ASCENDING",
|
|
339
|
-
DESCENDING: "DESCENDING",
|
|
340
|
-
};
|
|
341
|
-
const VectorEnrichmentJobExportStatus = {
|
|
342
|
-
FAILED: "FAILED",
|
|
343
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
344
|
-
SUCCEEDED: "SUCCEEDED",
|
|
345
|
-
};
|
|
346
|
-
const VectorEnrichmentJobErrorType = {
|
|
347
|
-
CLIENT_ERROR: "CLIENT_ERROR",
|
|
348
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
349
|
-
};
|
|
350
|
-
const VectorEnrichmentJobExportErrorType = {
|
|
351
|
-
CLIENT_ERROR: "CLIENT_ERROR",
|
|
352
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
353
|
-
};
|
|
354
|
-
const VectorEnrichmentJobDocumentType = {
|
|
355
|
-
CSV: "CSV",
|
|
356
|
-
};
|
|
357
|
-
const VectorEnrichmentJobStatus = {
|
|
358
|
-
COMPLETED: "COMPLETED",
|
|
359
|
-
DELETED: "DELETED",
|
|
360
|
-
DELETING: "DELETING",
|
|
361
|
-
FAILED: "FAILED",
|
|
362
|
-
INITIALIZING: "INITIALIZING",
|
|
363
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
364
|
-
STOPPED: "STOPPED",
|
|
365
|
-
STOPPING: "STOPPING",
|
|
366
|
-
};
|
|
367
|
-
const VectorEnrichmentJobType = {
|
|
368
|
-
MAP_MATCHING: "MAP_MATCHING",
|
|
369
|
-
REVERSE_GEOCODING: "REVERSE_GEOCODING",
|
|
370
|
-
};
|
|
371
230
|
|
|
372
231
|
const _A = "Arn";
|
|
373
232
|
const _ADE = "AccessDeniedException";
|
|
@@ -1729,58 +1588,34 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1729
1588
|
get: function () { return smithyClient.Client; }
|
|
1730
1589
|
});
|
|
1731
1590
|
exports.AccessDeniedException = AccessDeniedException$1;
|
|
1732
|
-
exports.AlgorithmNameCloudRemoval = AlgorithmNameCloudRemoval;
|
|
1733
|
-
exports.AlgorithmNameGeoMosaic = AlgorithmNameGeoMosaic;
|
|
1734
|
-
exports.AlgorithmNameResampling = AlgorithmNameResampling;
|
|
1735
|
-
exports.ComparisonOperator = ComparisonOperator;
|
|
1736
1591
|
exports.ConflictException = ConflictException$1;
|
|
1737
|
-
exports.DataCollectionType = DataCollectionType;
|
|
1738
1592
|
exports.DeleteEarthObservationJobCommand = DeleteEarthObservationJobCommand;
|
|
1739
1593
|
exports.DeleteVectorEnrichmentJobCommand = DeleteVectorEnrichmentJobCommand;
|
|
1740
|
-
exports.EarthObservationJobErrorType = EarthObservationJobErrorType;
|
|
1741
|
-
exports.EarthObservationJobExportStatus = EarthObservationJobExportStatus;
|
|
1742
|
-
exports.EarthObservationJobStatus = EarthObservationJobStatus;
|
|
1743
1594
|
exports.ExportEarthObservationJobCommand = ExportEarthObservationJobCommand;
|
|
1744
|
-
exports.ExportErrorType = ExportErrorType;
|
|
1745
1595
|
exports.ExportVectorEnrichmentJobCommand = ExportVectorEnrichmentJobCommand;
|
|
1746
1596
|
exports.GetEarthObservationJobCommand = GetEarthObservationJobCommand;
|
|
1747
1597
|
exports.GetRasterDataCollectionCommand = GetRasterDataCollectionCommand;
|
|
1748
1598
|
exports.GetTileCommand = GetTileCommand;
|
|
1749
1599
|
exports.GetVectorEnrichmentJobCommand = GetVectorEnrichmentJobCommand;
|
|
1750
|
-
exports.GroupBy = GroupBy;
|
|
1751
1600
|
exports.InternalServerException = InternalServerException$1;
|
|
1752
1601
|
exports.ListEarthObservationJobsCommand = ListEarthObservationJobsCommand;
|
|
1753
1602
|
exports.ListRasterDataCollectionsCommand = ListRasterDataCollectionsCommand;
|
|
1754
1603
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1755
1604
|
exports.ListVectorEnrichmentJobsCommand = ListVectorEnrichmentJobsCommand;
|
|
1756
|
-
exports.LogicalOperator = LogicalOperator;
|
|
1757
|
-
exports.OutputType = OutputType;
|
|
1758
|
-
exports.PredefinedResolution = PredefinedResolution;
|
|
1759
1605
|
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
1760
1606
|
exports.SageMakerGeospatial = SageMakerGeospatial;
|
|
1761
1607
|
exports.SageMakerGeospatialClient = SageMakerGeospatialClient;
|
|
1762
1608
|
exports.SageMakerGeospatialServiceException = SageMakerGeospatialServiceException$1;
|
|
1763
1609
|
exports.SearchRasterDataCollectionCommand = SearchRasterDataCollectionCommand;
|
|
1764
1610
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
1765
|
-
exports.SortOrder = SortOrder;
|
|
1766
1611
|
exports.StartEarthObservationJobCommand = StartEarthObservationJobCommand;
|
|
1767
1612
|
exports.StartVectorEnrichmentJobCommand = StartVectorEnrichmentJobCommand;
|
|
1768
1613
|
exports.StopEarthObservationJobCommand = StopEarthObservationJobCommand;
|
|
1769
1614
|
exports.StopVectorEnrichmentJobCommand = StopVectorEnrichmentJobCommand;
|
|
1770
1615
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1771
|
-
exports.TargetOptions = TargetOptions;
|
|
1772
|
-
exports.TemporalStatistics = TemporalStatistics;
|
|
1773
1616
|
exports.ThrottlingException = ThrottlingException$1;
|
|
1774
|
-
exports.Unit = Unit;
|
|
1775
1617
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1776
1618
|
exports.ValidationException = ValidationException$1;
|
|
1777
|
-
exports.VectorEnrichmentJobDocumentType = VectorEnrichmentJobDocumentType;
|
|
1778
|
-
exports.VectorEnrichmentJobErrorType = VectorEnrichmentJobErrorType;
|
|
1779
|
-
exports.VectorEnrichmentJobExportErrorType = VectorEnrichmentJobExportErrorType;
|
|
1780
|
-
exports.VectorEnrichmentJobExportStatus = VectorEnrichmentJobExportStatus;
|
|
1781
|
-
exports.VectorEnrichmentJobStatus = VectorEnrichmentJobStatus;
|
|
1782
|
-
exports.VectorEnrichmentJobType = VectorEnrichmentJobType;
|
|
1783
|
-
exports.ZonalStatistics = ZonalStatistics;
|
|
1784
1619
|
exports.paginateListEarthObservationJobs = paginateListEarthObservationJobs;
|
|
1785
1620
|
exports.paginateListRasterDataCollections = paginateListRasterDataCollections;
|
|
1786
1621
|
exports.paginateListVectorEnrichmentJobs = paginateListVectorEnrichmentJobs;
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,5 @@ export * from "./SageMakerGeospatialClient";
|
|
|
2
2
|
export * from "./SageMakerGeospatial";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
-
export * from "./models";
|
|
5
|
+
export * from "./models/errors";
|
|
6
6
|
export { SageMakerGeospatialServiceException } from "./models/SageMakerGeospatialServiceException";
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { SageMakerGeospatialServiceException as __BaseException } from "./SageMakerGeospatialServiceException";
|
|
2
|
+
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
Message;
|
|
6
|
+
constructor(opts) {
|
|
7
|
+
super({
|
|
8
|
+
name: "AccessDeniedException",
|
|
9
|
+
$fault: "client",
|
|
10
|
+
...opts,
|
|
11
|
+
});
|
|
12
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
+
this.Message = opts.Message;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export class ConflictException extends __BaseException {
|
|
17
|
+
name = "ConflictException";
|
|
18
|
+
$fault = "client";
|
|
19
|
+
Message;
|
|
20
|
+
ResourceId;
|
|
21
|
+
constructor(opts) {
|
|
22
|
+
super({
|
|
23
|
+
name: "ConflictException",
|
|
24
|
+
$fault: "client",
|
|
25
|
+
...opts,
|
|
26
|
+
});
|
|
27
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
28
|
+
this.Message = opts.Message;
|
|
29
|
+
this.ResourceId = opts.ResourceId;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
export class InternalServerException extends __BaseException {
|
|
33
|
+
name = "InternalServerException";
|
|
34
|
+
$fault = "server";
|
|
35
|
+
Message;
|
|
36
|
+
ResourceId;
|
|
37
|
+
constructor(opts) {
|
|
38
|
+
super({
|
|
39
|
+
name: "InternalServerException",
|
|
40
|
+
$fault: "server",
|
|
41
|
+
...opts,
|
|
42
|
+
});
|
|
43
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
44
|
+
this.Message = opts.Message;
|
|
45
|
+
this.ResourceId = opts.ResourceId;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
49
|
+
name = "ResourceNotFoundException";
|
|
50
|
+
$fault = "client";
|
|
51
|
+
Message;
|
|
52
|
+
ResourceId;
|
|
53
|
+
constructor(opts) {
|
|
54
|
+
super({
|
|
55
|
+
name: "ResourceNotFoundException",
|
|
56
|
+
$fault: "client",
|
|
57
|
+
...opts,
|
|
58
|
+
});
|
|
59
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
60
|
+
this.Message = opts.Message;
|
|
61
|
+
this.ResourceId = opts.ResourceId;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
export class ThrottlingException extends __BaseException {
|
|
65
|
+
name = "ThrottlingException";
|
|
66
|
+
$fault = "client";
|
|
67
|
+
Message;
|
|
68
|
+
ResourceId;
|
|
69
|
+
constructor(opts) {
|
|
70
|
+
super({
|
|
71
|
+
name: "ThrottlingException",
|
|
72
|
+
$fault: "client",
|
|
73
|
+
...opts,
|
|
74
|
+
});
|
|
75
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
76
|
+
this.Message = opts.Message;
|
|
77
|
+
this.ResourceId = opts.ResourceId;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
export class ValidationException extends __BaseException {
|
|
81
|
+
name = "ValidationException";
|
|
82
|
+
$fault = "client";
|
|
83
|
+
Message;
|
|
84
|
+
ResourceId;
|
|
85
|
+
constructor(opts) {
|
|
86
|
+
super({
|
|
87
|
+
name: "ValidationException",
|
|
88
|
+
$fault: "client",
|
|
89
|
+
...opts,
|
|
90
|
+
});
|
|
91
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
92
|
+
this.Message = opts.Message;
|
|
93
|
+
this.ResourceId = opts.ResourceId;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
97
|
+
name = "ServiceQuotaExceededException";
|
|
98
|
+
$fault = "client";
|
|
99
|
+
Message;
|
|
100
|
+
ResourceId;
|
|
101
|
+
constructor(opts) {
|
|
102
|
+
super({
|
|
103
|
+
name: "ServiceQuotaExceededException",
|
|
104
|
+
$fault: "client",
|
|
105
|
+
...opts,
|
|
106
|
+
});
|
|
107
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
108
|
+
this.Message = opts.Message;
|
|
109
|
+
this.ResourceId = opts.ResourceId;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
import { SageMakerGeospatialServiceException as __BaseException } from "./SageMakerGeospatialServiceException";
|
|
2
|
-
export class AccessDeniedException extends __BaseException {
|
|
3
|
-
name = "AccessDeniedException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
Message;
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
1
|
export const AlgorithmNameCloudRemoval = {
|
|
17
2
|
INTERPOLATION: "INTERPOLATION",
|
|
18
3
|
};
|
|
@@ -60,112 +45,16 @@ export const ComparisonOperator = {
|
|
|
60
45
|
NOT_EQUALS: "NOT_EQUALS",
|
|
61
46
|
STARTS_WITH: "STARTS_WITH",
|
|
62
47
|
};
|
|
63
|
-
export class ConflictException extends __BaseException {
|
|
64
|
-
name = "ConflictException";
|
|
65
|
-
$fault = "client";
|
|
66
|
-
Message;
|
|
67
|
-
ResourceId;
|
|
68
|
-
constructor(opts) {
|
|
69
|
-
super({
|
|
70
|
-
name: "ConflictException",
|
|
71
|
-
$fault: "client",
|
|
72
|
-
...opts,
|
|
73
|
-
});
|
|
74
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
75
|
-
this.Message = opts.Message;
|
|
76
|
-
this.ResourceId = opts.ResourceId;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
48
|
export const DataCollectionType = {
|
|
80
49
|
PREMIUM: "PREMIUM",
|
|
81
50
|
PUBLIC: "PUBLIC",
|
|
82
51
|
USER: "USER",
|
|
83
52
|
};
|
|
84
|
-
export class InternalServerException extends __BaseException {
|
|
85
|
-
name = "InternalServerException";
|
|
86
|
-
$fault = "server";
|
|
87
|
-
Message;
|
|
88
|
-
ResourceId;
|
|
89
|
-
constructor(opts) {
|
|
90
|
-
super({
|
|
91
|
-
name: "InternalServerException",
|
|
92
|
-
$fault: "server",
|
|
93
|
-
...opts,
|
|
94
|
-
});
|
|
95
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
96
|
-
this.Message = opts.Message;
|
|
97
|
-
this.ResourceId = opts.ResourceId;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
101
|
-
name = "ResourceNotFoundException";
|
|
102
|
-
$fault = "client";
|
|
103
|
-
Message;
|
|
104
|
-
ResourceId;
|
|
105
|
-
constructor(opts) {
|
|
106
|
-
super({
|
|
107
|
-
name: "ResourceNotFoundException",
|
|
108
|
-
$fault: "client",
|
|
109
|
-
...opts,
|
|
110
|
-
});
|
|
111
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
112
|
-
this.Message = opts.Message;
|
|
113
|
-
this.ResourceId = opts.ResourceId;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
export class ThrottlingException extends __BaseException {
|
|
117
|
-
name = "ThrottlingException";
|
|
118
|
-
$fault = "client";
|
|
119
|
-
Message;
|
|
120
|
-
ResourceId;
|
|
121
|
-
constructor(opts) {
|
|
122
|
-
super({
|
|
123
|
-
name: "ThrottlingException",
|
|
124
|
-
$fault: "client",
|
|
125
|
-
...opts,
|
|
126
|
-
});
|
|
127
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
128
|
-
this.Message = opts.Message;
|
|
129
|
-
this.ResourceId = opts.ResourceId;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
export class ValidationException extends __BaseException {
|
|
133
|
-
name = "ValidationException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
Message;
|
|
136
|
-
ResourceId;
|
|
137
|
-
constructor(opts) {
|
|
138
|
-
super({
|
|
139
|
-
name: "ValidationException",
|
|
140
|
-
$fault: "client",
|
|
141
|
-
...opts,
|
|
142
|
-
});
|
|
143
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
144
|
-
this.Message = opts.Message;
|
|
145
|
-
this.ResourceId = opts.ResourceId;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
53
|
export const EarthObservationJobExportStatus = {
|
|
149
54
|
FAILED: "FAILED",
|
|
150
55
|
IN_PROGRESS: "IN_PROGRESS",
|
|
151
56
|
SUCCEEDED: "SUCCEEDED",
|
|
152
57
|
};
|
|
153
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
154
|
-
name = "ServiceQuotaExceededException";
|
|
155
|
-
$fault = "client";
|
|
156
|
-
Message;
|
|
157
|
-
ResourceId;
|
|
158
|
-
constructor(opts) {
|
|
159
|
-
super({
|
|
160
|
-
name: "ServiceQuotaExceededException",
|
|
161
|
-
$fault: "client",
|
|
162
|
-
...opts,
|
|
163
|
-
});
|
|
164
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
165
|
-
this.Message = opts.Message;
|
|
166
|
-
this.ResourceId = opts.ResourceId;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
58
|
export const EarthObservationJobErrorType = {
|
|
170
59
|
CLIENT_ERROR: "CLIENT_ERROR",
|
|
171
60
|
SERVER_ERROR: "SERVER_ERROR",
|
|
@@ -255,7 +255,7 @@ const _y = "y";
|
|
|
255
255
|
const _z = "z";
|
|
256
256
|
const n0 = "com.amazonaws.sagemakergeospatial";
|
|
257
257
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
258
|
-
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/
|
|
258
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
259
259
|
import { SageMakerGeospatialServiceException as __SageMakerGeospatialServiceException } from "../models/SageMakerGeospatialServiceException";
|
|
260
260
|
export var BinaryFile = [
|
|
261
261
|
0,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,5 +10,6 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
10
10
|
export type { SageMakerGeospatialExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
|
-
export * from "./models";
|
|
13
|
+
export * from "./models/errors";
|
|
14
|
+
export type * from "./models/models_0";
|
|
14
15
|
export { SageMakerGeospatialServiceException } from "./models/SageMakerGeospatialServiceException";
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { SageMakerGeospatialServiceException as __BaseException } from "./SageMakerGeospatialServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
8
|
+
readonly name: "AccessDeniedException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
Message: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export declare class ConflictException extends __BaseException {
|
|
21
|
+
readonly name: "ConflictException";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
Message: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>Identifier of the resource affected.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
ResourceId?: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export declare class InternalServerException extends __BaseException {
|
|
39
|
+
readonly name: "InternalServerException";
|
|
40
|
+
readonly $fault: "server";
|
|
41
|
+
Message: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p/>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
ResourceId?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* @internal
|
|
49
|
+
*/
|
|
50
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* <p>The request references a resource which does not exist.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
57
|
+
readonly name: "ResourceNotFoundException";
|
|
58
|
+
readonly $fault: "client";
|
|
59
|
+
Message: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>Identifier of the resource that was not found.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
ResourceId?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>The request was denied due to request throttling.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class ThrottlingException extends __BaseException {
|
|
75
|
+
readonly name: "ThrottlingException";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
Message: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p/>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
ResourceId?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class ValidationException extends __BaseException {
|
|
93
|
+
readonly name: "ValidationException";
|
|
94
|
+
readonly $fault: "client";
|
|
95
|
+
Message: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p/>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
ResourceId?: string | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* <p>You have exceeded the service quota.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
111
|
+
readonly name: "ServiceQuotaExceededException";
|
|
112
|
+
readonly $fault: "client";
|
|
113
|
+
Message: string | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* <p>Identifier of the resource affected.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
ResourceId?: string | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
123
|
+
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
1
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
|
-
import { SageMakerGeospatialServiceException as __BaseException } from "./SageMakerGeospatialServiceException";
|
|
4
|
-
/**
|
|
5
|
-
* <p>You do not have sufficient access to perform this action.</p>
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
9
|
-
readonly name: "AccessDeniedException";
|
|
10
|
-
readonly $fault: "client";
|
|
11
|
-
Message: string | undefined;
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
|
-
}
|
|
17
2
|
/**
|
|
18
3
|
* @public
|
|
19
4
|
* @enum
|
|
@@ -401,24 +386,6 @@ export declare const ComparisonOperator: {
|
|
|
401
386
|
* @public
|
|
402
387
|
*/
|
|
403
388
|
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
404
|
-
/**
|
|
405
|
-
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
406
|
-
* @public
|
|
407
|
-
*/
|
|
408
|
-
export declare class ConflictException extends __BaseException {
|
|
409
|
-
readonly name: "ConflictException";
|
|
410
|
-
readonly $fault: "client";
|
|
411
|
-
Message: string | undefined;
|
|
412
|
-
/**
|
|
413
|
-
* <p>Identifier of the resource affected.</p>
|
|
414
|
-
* @public
|
|
415
|
-
*/
|
|
416
|
-
ResourceId?: string | undefined;
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
421
|
-
}
|
|
422
389
|
/**
|
|
423
390
|
* <p>The structure representing the filters supported by a RasterDataCollection.</p>
|
|
424
391
|
* @public
|
|
@@ -523,78 +490,6 @@ export interface DeleteEarthObservationJobInput {
|
|
|
523
490
|
*/
|
|
524
491
|
export interface DeleteEarthObservationJobOutput {
|
|
525
492
|
}
|
|
526
|
-
/**
|
|
527
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
|
|
528
|
-
* @public
|
|
529
|
-
*/
|
|
530
|
-
export declare class InternalServerException extends __BaseException {
|
|
531
|
-
readonly name: "InternalServerException";
|
|
532
|
-
readonly $fault: "server";
|
|
533
|
-
Message: string | undefined;
|
|
534
|
-
/**
|
|
535
|
-
* <p/>
|
|
536
|
-
* @public
|
|
537
|
-
*/
|
|
538
|
-
ResourceId?: string | undefined;
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
543
|
-
}
|
|
544
|
-
/**
|
|
545
|
-
* <p>The request references a resource which does not exist.</p>
|
|
546
|
-
* @public
|
|
547
|
-
*/
|
|
548
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
549
|
-
readonly name: "ResourceNotFoundException";
|
|
550
|
-
readonly $fault: "client";
|
|
551
|
-
Message: string | undefined;
|
|
552
|
-
/**
|
|
553
|
-
* <p>Identifier of the resource that was not found.</p>
|
|
554
|
-
* @public
|
|
555
|
-
*/
|
|
556
|
-
ResourceId?: string | undefined;
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
561
|
-
}
|
|
562
|
-
/**
|
|
563
|
-
* <p>The request was denied due to request throttling.</p>
|
|
564
|
-
* @public
|
|
565
|
-
*/
|
|
566
|
-
export declare class ThrottlingException extends __BaseException {
|
|
567
|
-
readonly name: "ThrottlingException";
|
|
568
|
-
readonly $fault: "client";
|
|
569
|
-
Message: string | undefined;
|
|
570
|
-
/**
|
|
571
|
-
* <p/>
|
|
572
|
-
* @public
|
|
573
|
-
*/
|
|
574
|
-
ResourceId?: string | undefined;
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
|
-
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
579
|
-
}
|
|
580
|
-
/**
|
|
581
|
-
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
582
|
-
* @public
|
|
583
|
-
*/
|
|
584
|
-
export declare class ValidationException extends __BaseException {
|
|
585
|
-
readonly name: "ValidationException";
|
|
586
|
-
readonly $fault: "client";
|
|
587
|
-
Message: string | undefined;
|
|
588
|
-
/**
|
|
589
|
-
* <p/>
|
|
590
|
-
* @public
|
|
591
|
-
*/
|
|
592
|
-
ResourceId?: string | undefined;
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
597
|
-
}
|
|
598
493
|
/**
|
|
599
494
|
* @public
|
|
600
495
|
*/
|
|
@@ -724,24 +619,6 @@ export interface ExportEarthObservationJobOutput {
|
|
|
724
619
|
*/
|
|
725
620
|
ExportSourceImages?: boolean | undefined;
|
|
726
621
|
}
|
|
727
|
-
/**
|
|
728
|
-
* <p>You have exceeded the service quota.</p>
|
|
729
|
-
* @public
|
|
730
|
-
*/
|
|
731
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
732
|
-
readonly name: "ServiceQuotaExceededException";
|
|
733
|
-
readonly $fault: "client";
|
|
734
|
-
Message: string | undefined;
|
|
735
|
-
/**
|
|
736
|
-
* <p>Identifier of the resource affected.</p>
|
|
737
|
-
* @public
|
|
738
|
-
*/
|
|
739
|
-
ResourceId?: string | undefined;
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
743
|
-
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
744
|
-
}
|
|
745
622
|
/**
|
|
746
623
|
* @public
|
|
747
624
|
*/
|
|
@@ -5,5 +5,6 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { SageMakerGeospatialExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/errors";
|
|
9
|
+
export * from "./models/models_0";
|
|
9
10
|
export { SageMakerGeospatialServiceException } from "./models/SageMakerGeospatialServiceException";
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { SageMakerGeospatialServiceException as __BaseException } from "./SageMakerGeospatialServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare class ConflictException extends __BaseException {
|
|
12
|
+
readonly name: "ConflictException";
|
|
13
|
+
readonly $fault: "client";
|
|
14
|
+
Message: string | undefined;
|
|
15
|
+
ResourceId?: string | undefined;
|
|
16
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
17
|
+
}
|
|
18
|
+
export declare class InternalServerException extends __BaseException {
|
|
19
|
+
readonly name: "InternalServerException";
|
|
20
|
+
readonly $fault: "server";
|
|
21
|
+
Message: string | undefined;
|
|
22
|
+
ResourceId?: string | undefined;
|
|
23
|
+
constructor(
|
|
24
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
28
|
+
readonly name: "ResourceNotFoundException";
|
|
29
|
+
readonly $fault: "client";
|
|
30
|
+
Message: string | undefined;
|
|
31
|
+
ResourceId?: string | undefined;
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare class ThrottlingException extends __BaseException {
|
|
37
|
+
readonly name: "ThrottlingException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Message: string | undefined;
|
|
40
|
+
ResourceId?: string | undefined;
|
|
41
|
+
constructor(
|
|
42
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
export declare class ValidationException extends __BaseException {
|
|
46
|
+
readonly name: "ValidationException";
|
|
47
|
+
readonly $fault: "client";
|
|
48
|
+
Message: string | undefined;
|
|
49
|
+
ResourceId?: string | undefined;
|
|
50
|
+
constructor(
|
|
51
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
52
|
+
);
|
|
53
|
+
}
|
|
54
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
55
|
+
readonly name: "ServiceQuotaExceededException";
|
|
56
|
+
readonly $fault: "client";
|
|
57
|
+
Message: string | undefined;
|
|
58
|
+
ResourceId?: string | undefined;
|
|
59
|
+
constructor(
|
|
60
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
61
|
+
);
|
|
62
|
+
}
|
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
1
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
|
-
import { SageMakerGeospatialServiceException as __BaseException } from "./SageMakerGeospatialServiceException";
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
readonly name: "AccessDeniedException";
|
|
6
|
-
readonly $fault: "client";
|
|
7
|
-
Message: string | undefined;
|
|
8
|
-
constructor(
|
|
9
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
-
);
|
|
11
|
-
}
|
|
12
2
|
export declare const AlgorithmNameCloudRemoval: {
|
|
13
3
|
readonly INTERPOLATION: "INTERPOLATION";
|
|
14
4
|
};
|
|
@@ -135,13 +125,6 @@ export declare const ComparisonOperator: {
|
|
|
135
125
|
};
|
|
136
126
|
export type ComparisonOperator =
|
|
137
127
|
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
138
|
-
export declare class ConflictException extends __BaseException {
|
|
139
|
-
readonly name: "ConflictException";
|
|
140
|
-
readonly $fault: "client";
|
|
141
|
-
Message: string | undefined;
|
|
142
|
-
ResourceId?: string | undefined;
|
|
143
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
144
|
-
}
|
|
145
128
|
export interface Filter {
|
|
146
129
|
Name: string | undefined;
|
|
147
130
|
Type: string | undefined;
|
|
@@ -168,42 +151,6 @@ export interface DeleteEarthObservationJobInput {
|
|
|
168
151
|
Arn: string | undefined;
|
|
169
152
|
}
|
|
170
153
|
export interface DeleteEarthObservationJobOutput {}
|
|
171
|
-
export declare class InternalServerException extends __BaseException {
|
|
172
|
-
readonly name: "InternalServerException";
|
|
173
|
-
readonly $fault: "server";
|
|
174
|
-
Message: string | undefined;
|
|
175
|
-
ResourceId?: string | undefined;
|
|
176
|
-
constructor(
|
|
177
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
178
|
-
);
|
|
179
|
-
}
|
|
180
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
181
|
-
readonly name: "ResourceNotFoundException";
|
|
182
|
-
readonly $fault: "client";
|
|
183
|
-
Message: string | undefined;
|
|
184
|
-
ResourceId?: string | undefined;
|
|
185
|
-
constructor(
|
|
186
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
187
|
-
);
|
|
188
|
-
}
|
|
189
|
-
export declare class ThrottlingException extends __BaseException {
|
|
190
|
-
readonly name: "ThrottlingException";
|
|
191
|
-
readonly $fault: "client";
|
|
192
|
-
Message: string | undefined;
|
|
193
|
-
ResourceId?: string | undefined;
|
|
194
|
-
constructor(
|
|
195
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
196
|
-
);
|
|
197
|
-
}
|
|
198
|
-
export declare class ValidationException extends __BaseException {
|
|
199
|
-
readonly name: "ValidationException";
|
|
200
|
-
readonly $fault: "client";
|
|
201
|
-
Message: string | undefined;
|
|
202
|
-
ResourceId?: string | undefined;
|
|
203
|
-
constructor(
|
|
204
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
205
|
-
);
|
|
206
|
-
}
|
|
207
154
|
export interface DeleteVectorEnrichmentJobInput {
|
|
208
155
|
Arn: string | undefined;
|
|
209
156
|
}
|
|
@@ -237,15 +184,6 @@ export interface ExportEarthObservationJobOutput {
|
|
|
237
184
|
OutputConfig: OutputConfigInput | undefined;
|
|
238
185
|
ExportSourceImages?: boolean | undefined;
|
|
239
186
|
}
|
|
240
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
241
|
-
readonly name: "ServiceQuotaExceededException";
|
|
242
|
-
readonly $fault: "client";
|
|
243
|
-
Message: string | undefined;
|
|
244
|
-
ResourceId?: string | undefined;
|
|
245
|
-
constructor(
|
|
246
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
247
|
-
);
|
|
248
|
-
}
|
|
249
187
|
export interface GetEarthObservationJobInput {
|
|
250
188
|
Arn: string | undefined;
|
|
251
189
|
}
|
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.936.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker-geospatial",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|