@aws-sdk/client-sagemaker-geospatial 3.331.0 → 3.335.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/models/models_0.js +2 -15
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3
- package/dist-es/models/models_0.js +0 -13
- package/dist-es/protocols/Aws_restJson1.js +1 -3
- package/dist-types/SageMakerGeospatialClient.d.ts +3 -2
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +0 -7
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +2 -16
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +2 -70
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -2
- package/dist-types/runtimeConfig.browser.d.ts +12 -12
- package/dist-types/runtimeConfig.d.ts +9 -9
- package/dist-types/runtimeConfig.native.d.ts +13 -13
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/SageMakerGeospatialClient.d.ts +7 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2 -32
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -5
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
- package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +7 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListEarthObservationJobOutputFilterSensitiveLog = exports.ListEarthObservationJobInputFilterSensitiveLog = exports.GetTileOutputFilterSensitiveLog = exports.GetEarthObservationJobOutputFilterSensitiveLog = exports.InputConfigOutputFilterSensitiveLog = exports.RasterDataCollectionQueryOutputFilterSensitiveLog = exports.TimeRangeFilterOutputFilterSensitiveLog = exports.AreaOfInterestFilterSensitiveLog = exports.AreaOfInterestGeometryFilterSensitiveLog = exports.PolygonGeometryInputFilterSensitiveLog = exports.MultiPolygonGeometryInputFilterSensitiveLog = exports.VectorEnrichmentJobType = exports.VectorEnrichmentJobStatus = exports.VectorEnrichmentJobConfig = exports.VectorEnrichmentJobDocumentType = exports.VectorEnrichmentJobDataSourceConfigInput = exports.VectorEnrichmentJobExportErrorType = exports.VectorEnrichmentJobErrorType = exports.VectorEnrichmentJobExportStatus = exports.SortOrder = exports.TargetOptions = exports.EarthObservationJobStatus = exports.JobConfigInput = exports.ZonalStatistics = exports.TemporalStatistics = exports.GroupBy = exports.PredefinedResolution = exports.Unit = exports.Property = exports.LogicalOperator = exports.
|
|
4
|
-
exports.SearchRasterDataCollectionOutputFilterSensitiveLog = exports.SearchRasterDataCollectionInputFilterSensitiveLog = exports.RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog = exports.ListVectorEnrichmentJobOutputFilterSensitiveLog = exports.ListVectorEnrichmentJobInputFilterSensitiveLog = exports.ListRasterDataCollectionsOutputFilterSensitiveLog = exports.ListRasterDataCollectionsInputFilterSensitiveLog = exports.ItemSourceFilterSensitiveLog = exports.GeometryFilterSensitiveLog = exports.StartEarthObservationJobOutputFilterSensitiveLog = exports.StartEarthObservationJobInputFilterSensitiveLog = exports.InputConfigInputFilterSensitiveLog =
|
|
3
|
+
exports.RasterDataCollectionQueryInputFilterSensitiveLog = exports.TimeRangeFilterInputFilterSensitiveLog = exports.ListEarthObservationJobOutputFilterSensitiveLog = exports.ListEarthObservationJobInputFilterSensitiveLog = exports.GetTileOutputFilterSensitiveLog = exports.GetEarthObservationJobOutputFilterSensitiveLog = exports.InputConfigOutputFilterSensitiveLog = exports.RasterDataCollectionQueryOutputFilterSensitiveLog = exports.TimeRangeFilterOutputFilterSensitiveLog = exports.AreaOfInterestFilterSensitiveLog = exports.AreaOfInterestGeometryFilterSensitiveLog = exports.PolygonGeometryInputFilterSensitiveLog = exports.MultiPolygonGeometryInputFilterSensitiveLog = exports.VectorEnrichmentJobType = exports.VectorEnrichmentJobStatus = exports.VectorEnrichmentJobConfig = exports.VectorEnrichmentJobDocumentType = exports.VectorEnrichmentJobDataSourceConfigInput = exports.VectorEnrichmentJobExportErrorType = exports.VectorEnrichmentJobErrorType = exports.VectorEnrichmentJobExportStatus = exports.SortOrder = exports.TargetOptions = exports.EarthObservationJobStatus = exports.JobConfigInput = exports.ZonalStatistics = exports.TemporalStatistics = exports.GroupBy = exports.PredefinedResolution = exports.Unit = exports.Property = exports.LogicalOperator = exports.ExportErrorType = exports.EarthObservationJobErrorType = exports.ServiceQuotaExceededException = exports.EarthObservationJobExportStatus = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.DataCollectionType = exports.ConflictException = exports.ComparisonOperator = exports.OutputType = exports.AreaOfInterest = exports.AreaOfInterestGeometry = exports.AlgorithmNameResampling = exports.AlgorithmNameGeoMosaic = exports.AlgorithmNameCloudRemoval = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.SearchRasterDataCollectionOutputFilterSensitiveLog = exports.SearchRasterDataCollectionInputFilterSensitiveLog = exports.RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog = exports.ListVectorEnrichmentJobOutputFilterSensitiveLog = exports.ListVectorEnrichmentJobInputFilterSensitiveLog = exports.ListRasterDataCollectionsOutputFilterSensitiveLog = exports.ListRasterDataCollectionsInputFilterSensitiveLog = exports.ItemSourceFilterSensitiveLog = exports.GeometryFilterSensitiveLog = exports.StartEarthObservationJobOutputFilterSensitiveLog = exports.StartEarthObservationJobInputFilterSensitiveLog = exports.InputConfigInputFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const SageMakerGeospatialServiceException_1 = require("./SageMakerGeospatialServiceException");
|
|
7
7
|
class AccessDeniedException extends SageMakerGeospatialServiceException_1.SageMakerGeospatialServiceException {
|
|
@@ -191,17 +191,6 @@ exports.ExportErrorType = {
|
|
|
191
191
|
CLIENT_ERROR: "CLIENT_ERROR",
|
|
192
192
|
SERVER_ERROR: "SERVER_ERROR",
|
|
193
193
|
};
|
|
194
|
-
exports.MetadataProvider = {
|
|
195
|
-
PLANET_ORDER: "PLANET_ORDER",
|
|
196
|
-
};
|
|
197
|
-
var EojDataSourceConfigInput;
|
|
198
|
-
(function (EojDataSourceConfigInput) {
|
|
199
|
-
EojDataSourceConfigInput.visit = (value, visitor) => {
|
|
200
|
-
if (value.S3Data !== undefined)
|
|
201
|
-
return visitor.S3Data(value.S3Data);
|
|
202
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
203
|
-
};
|
|
204
|
-
})(EojDataSourceConfigInput = exports.EojDataSourceConfigInput || (exports.EojDataSourceConfigInput = {}));
|
|
205
194
|
exports.LogicalOperator = {
|
|
206
195
|
AND: "AND",
|
|
207
196
|
};
|
|
@@ -377,7 +366,6 @@ const RasterDataCollectionQueryOutputFilterSensitiveLog = (obj) => ({
|
|
|
377
366
|
exports.RasterDataCollectionQueryOutputFilterSensitiveLog = RasterDataCollectionQueryOutputFilterSensitiveLog;
|
|
378
367
|
const InputConfigOutputFilterSensitiveLog = (obj) => ({
|
|
379
368
|
...obj,
|
|
380
|
-
...(obj.DataSourceConfig && { DataSourceConfig: obj.DataSourceConfig }),
|
|
381
369
|
...(obj.RasterDataCollectionQuery && {
|
|
382
370
|
RasterDataCollectionQuery: (0, exports.RasterDataCollectionQueryOutputFilterSensitiveLog)(obj.RasterDataCollectionQuery),
|
|
383
371
|
}),
|
|
@@ -416,7 +404,6 @@ const RasterDataCollectionQueryInputFilterSensitiveLog = (obj) => ({
|
|
|
416
404
|
exports.RasterDataCollectionQueryInputFilterSensitiveLog = RasterDataCollectionQueryInputFilterSensitiveLog;
|
|
417
405
|
const InputConfigInputFilterSensitiveLog = (obj) => ({
|
|
418
406
|
...obj,
|
|
419
|
-
...(obj.DataSourceConfig && { DataSourceConfig: obj.DataSourceConfig }),
|
|
420
407
|
...(obj.RasterDataCollectionQuery && {
|
|
421
408
|
RasterDataCollectionQuery: (0, exports.RasterDataCollectionQueryInputFilterSensitiveLog)(obj.RasterDataCollectionQuery),
|
|
422
409
|
}),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_StopVectorEnrichmentJobCommand = exports.de_StopEarthObservationJobCommand = exports.de_StartVectorEnrichmentJobCommand = exports.de_StartEarthObservationJobCommand = exports.de_SearchRasterDataCollectionCommand = exports.de_ListVectorEnrichmentJobsCommand = exports.de_ListTagsForResourceCommand = exports.de_ListRasterDataCollectionsCommand = exports.de_ListEarthObservationJobsCommand = exports.de_GetVectorEnrichmentJobCommand = exports.de_GetTileCommand = exports.de_GetRasterDataCollectionCommand = exports.de_GetEarthObservationJobCommand = exports.de_ExportVectorEnrichmentJobCommand = exports.de_ExportEarthObservationJobCommand = exports.de_DeleteVectorEnrichmentJobCommand = exports.de_DeleteEarthObservationJobCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_StopVectorEnrichmentJobCommand = exports.se_StopEarthObservationJobCommand = exports.se_StartVectorEnrichmentJobCommand = exports.se_StartEarthObservationJobCommand = exports.se_SearchRasterDataCollectionCommand = exports.se_ListVectorEnrichmentJobsCommand = exports.se_ListTagsForResourceCommand = exports.se_ListRasterDataCollectionsCommand = exports.se_ListEarthObservationJobsCommand = exports.se_GetVectorEnrichmentJobCommand = exports.se_GetTileCommand = exports.se_GetRasterDataCollectionCommand = exports.se_GetEarthObservationJobCommand = exports.se_ExportVectorEnrichmentJobCommand = exports.se_ExportEarthObservationJobCommand = exports.se_DeleteVectorEnrichmentJobCommand = exports.se_DeleteEarthObservationJobCommand = void 0;
|
|
4
|
-
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
5
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
6
|
const uuid_1 = require("uuid");
|
|
7
7
|
const models_0_1 = require("../models/models_0");
|
|
8
8
|
const SageMakerGeospatialServiceException_1 = require("../models/SageMakerGeospatialServiceException");
|
|
@@ -1496,7 +1496,6 @@ const se_EoCloudCoverInput = (input, context) => {
|
|
|
1496
1496
|
};
|
|
1497
1497
|
const se_InputConfigInput = (input, context) => {
|
|
1498
1498
|
return (0, smithy_client_1.take)(input, {
|
|
1499
|
-
DataSourceConfig: smithy_client_1._json,
|
|
1500
1499
|
PreviousEarthObservationJobArn: [],
|
|
1501
1500
|
RasterDataCollectionQuery: (_) => se_RasterDataCollectionQueryInput(_, context),
|
|
1502
1501
|
});
|
|
@@ -1725,7 +1724,6 @@ const de_Geometry = (output, context) => {
|
|
|
1725
1724
|
};
|
|
1726
1725
|
const de_InputConfigOutput = (output, context) => {
|
|
1727
1726
|
return (0, smithy_client_1.take)(output, {
|
|
1728
|
-
DataSourceConfig: (_) => (0, smithy_client_1._json)((0, smithy_client_1.expectUnion)(_)),
|
|
1729
1727
|
PreviousEarthObservationJobArn: smithy_client_1.expectString,
|
|
1730
1728
|
RasterDataCollectionQuery: (_) => de_RasterDataCollectionQueryOutput(_, context),
|
|
1731
1729
|
});
|
|
@@ -180,17 +180,6 @@ export const ExportErrorType = {
|
|
|
180
180
|
CLIENT_ERROR: "CLIENT_ERROR",
|
|
181
181
|
SERVER_ERROR: "SERVER_ERROR",
|
|
182
182
|
};
|
|
183
|
-
export const MetadataProvider = {
|
|
184
|
-
PLANET_ORDER: "PLANET_ORDER",
|
|
185
|
-
};
|
|
186
|
-
export var EojDataSourceConfigInput;
|
|
187
|
-
(function (EojDataSourceConfigInput) {
|
|
188
|
-
EojDataSourceConfigInput.visit = (value, visitor) => {
|
|
189
|
-
if (value.S3Data !== undefined)
|
|
190
|
-
return visitor.S3Data(value.S3Data);
|
|
191
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
192
|
-
};
|
|
193
|
-
})(EojDataSourceConfigInput || (EojDataSourceConfigInput = {}));
|
|
194
183
|
export const LogicalOperator = {
|
|
195
184
|
AND: "AND",
|
|
196
185
|
};
|
|
@@ -360,7 +349,6 @@ export const RasterDataCollectionQueryOutputFilterSensitiveLog = (obj) => ({
|
|
|
360
349
|
});
|
|
361
350
|
export const InputConfigOutputFilterSensitiveLog = (obj) => ({
|
|
362
351
|
...obj,
|
|
363
|
-
...(obj.DataSourceConfig && { DataSourceConfig: obj.DataSourceConfig }),
|
|
364
352
|
...(obj.RasterDataCollectionQuery && {
|
|
365
353
|
RasterDataCollectionQuery: RasterDataCollectionQueryOutputFilterSensitiveLog(obj.RasterDataCollectionQuery),
|
|
366
354
|
}),
|
|
@@ -392,7 +380,6 @@ export const RasterDataCollectionQueryInputFilterSensitiveLog = (obj) => ({
|
|
|
392
380
|
});
|
|
393
381
|
export const InputConfigInputFilterSensitiveLog = (obj) => ({
|
|
394
382
|
...obj,
|
|
395
|
-
...(obj.DataSourceConfig && { DataSourceConfig: obj.DataSourceConfig }),
|
|
396
383
|
...(obj.RasterDataCollectionQuery && {
|
|
397
384
|
RasterDataCollectionQuery: RasterDataCollectionQueryInputFilterSensitiveLog(obj.RasterDataCollectionQuery),
|
|
398
385
|
}),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
1
|
import { _json, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, limitedParseDouble as __limitedParseDouble, limitedParseFloat32 as __limitedParseFloat32, map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, take, withBaseException, } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
4
|
import { AccessDeniedException, AreaOfInterest, AreaOfInterestGeometry, ConflictException, InternalServerException, JobConfigInput, Property, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
5
5
|
import { SageMakerGeospatialServiceException as __BaseException } from "../models/SageMakerGeospatialServiceException";
|
|
@@ -1455,7 +1455,6 @@ const se_EoCloudCoverInput = (input, context) => {
|
|
|
1455
1455
|
};
|
|
1456
1456
|
const se_InputConfigInput = (input, context) => {
|
|
1457
1457
|
return take(input, {
|
|
1458
|
-
DataSourceConfig: _json,
|
|
1459
1458
|
PreviousEarthObservationJobArn: [],
|
|
1460
1459
|
RasterDataCollectionQuery: (_) => se_RasterDataCollectionQueryInput(_, context),
|
|
1461
1460
|
});
|
|
@@ -1684,7 +1683,6 @@ const de_Geometry = (output, context) => {
|
|
|
1684
1683
|
};
|
|
1685
1684
|
const de_InputConfigOutput = (output, context) => {
|
|
1686
1685
|
return take(output, {
|
|
1687
|
-
DataSourceConfig: (_) => _json(__expectUnion(_)),
|
|
1688
1686
|
PreviousEarthObservationJobArn: __expectString,
|
|
1689
1687
|
RasterDataCollectionQuery: (_) => de_RasterDataCollectionQueryOutput(_, context),
|
|
1690
1688
|
});
|
|
@@ -4,9 +4,10 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middle
|
|
|
4
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
5
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
6
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
7
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
8
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
9
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials,
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
10
|
+
import { Decoder as __Decoder, Encoder as __Encoder, Provider as __Provider, StreamCollector as __StreamCollector } from "@smithy/types";
|
|
10
11
|
import { DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput } from "./commands/DeleteEarthObservationJobCommand";
|
|
11
12
|
import { DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput } from "./commands/DeleteVectorEnrichmentJobCommand";
|
|
12
13
|
import { ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput } from "./commands/ExportEarthObservationJobCommand";
|
|
@@ -40,13 +40,6 @@ export interface GetEarthObservationJobCommandOutput extends GetEarthObservation
|
|
|
40
40
|
* // KmsKeyId: "STRING_VALUE",
|
|
41
41
|
* // InputConfig: { // InputConfigOutput
|
|
42
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
43
|
* // RasterDataCollectionQuery: { // RasterDataCollectionQueryOutput
|
|
51
44
|
* // RasterDataCollectionArn: "STRING_VALUE", // required
|
|
52
45
|
* // RasterDataCollectionName: "STRING_VALUE", // required
|
|
@@ -32,13 +32,6 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
32
32
|
* KmsKeyId: "STRING_VALUE",
|
|
33
33
|
* InputConfig: { // InputConfigInput
|
|
34
34
|
* PreviousEarthObservationJobArn: "STRING_VALUE",
|
|
35
|
-
* DataSourceConfig: { // EojDataSourceConfigInput Union: only one key present
|
|
36
|
-
* S3Data: { // S3DataInput
|
|
37
|
-
* S3Uri: "STRING_VALUE", // required
|
|
38
|
-
* MetadataProvider: "STRING_VALUE", // required
|
|
39
|
-
* KmsKeyId: "STRING_VALUE",
|
|
40
|
-
* },
|
|
41
|
-
* },
|
|
42
35
|
* RasterDataCollectionQuery: { // RasterDataCollectionQueryInput
|
|
43
36
|
* RasterDataCollectionArn: "STRING_VALUE", // required
|
|
44
37
|
* TimeRangeFilter: { // TimeRangeFilterInput
|
|
@@ -174,7 +167,7 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
174
167
|
* CloudMaskingConfig: {},
|
|
175
168
|
* LandCoverSegmentationConfig: {},
|
|
176
169
|
* },
|
|
177
|
-
* ExecutionRoleArn: "STRING_VALUE",
|
|
170
|
+
* ExecutionRoleArn: "STRING_VALUE", // required
|
|
178
171
|
* Tags: { // Tags
|
|
179
172
|
* "<keys>": "STRING_VALUE",
|
|
180
173
|
* },
|
|
@@ -190,13 +183,6 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
190
183
|
* // KmsKeyId: "STRING_VALUE",
|
|
191
184
|
* // InputConfig: { // InputConfigOutput
|
|
192
185
|
* // 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
186
|
* // RasterDataCollectionQuery: { // RasterDataCollectionQueryOutput
|
|
201
187
|
* // RasterDataCollectionArn: "STRING_VALUE", // required
|
|
202
188
|
* // RasterDataCollectionName: "STRING_VALUE", // required
|
|
@@ -333,7 +319,7 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
333
319
|
* // CloudMaskingConfig: {},
|
|
334
320
|
* // LandCoverSegmentationConfig: {},
|
|
335
321
|
* // },
|
|
336
|
-
* // ExecutionRoleArn: "STRING_VALUE",
|
|
322
|
+
* // ExecutionRoleArn: "STRING_VALUE", // required
|
|
337
323
|
* // Tags: { // Tags
|
|
338
324
|
* // "<keys>": "STRING_VALUE",
|
|
339
325
|
* // },
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types";
|
|
2
|
+
import { Endpoint, Provider } from "@smithy/types";
|
|
2
3
|
export interface ClientInputEndpointParameters {
|
|
3
4
|
region?: string | Provider<string>;
|
|
4
5
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
@@ -771,66 +771,6 @@ export interface ExportErrorDetails {
|
|
|
771
771
|
*/
|
|
772
772
|
ExportSourceImages?: ExportErrorDetailsOutput;
|
|
773
773
|
}
|
|
774
|
-
/**
|
|
775
|
-
* @public
|
|
776
|
-
* @enum
|
|
777
|
-
*/
|
|
778
|
-
export declare const MetadataProvider: {
|
|
779
|
-
/**
|
|
780
|
-
* PLANET_ORDER
|
|
781
|
-
*/
|
|
782
|
-
readonly PLANET_ORDER: "PLANET_ORDER";
|
|
783
|
-
};
|
|
784
|
-
/**
|
|
785
|
-
* @public
|
|
786
|
-
*/
|
|
787
|
-
export type MetadataProvider = (typeof MetadataProvider)[keyof typeof MetadataProvider];
|
|
788
|
-
/**
|
|
789
|
-
* @public
|
|
790
|
-
* <p>Path to Amazon S3 storage location for input data.</p>
|
|
791
|
-
*/
|
|
792
|
-
export interface S3DataInput {
|
|
793
|
-
/**
|
|
794
|
-
* <p>The URL to the Amazon S3 input.</p>
|
|
795
|
-
*/
|
|
796
|
-
S3Uri: string | undefined;
|
|
797
|
-
/**
|
|
798
|
-
* <p>Metadata provider from whom the Amazon S3 data has been acquired.</p>
|
|
799
|
-
*/
|
|
800
|
-
MetadataProvider: MetadataProvider | string | undefined;
|
|
801
|
-
/**
|
|
802
|
-
* <p>The Key Management Service key ID for server-side encryption.</p>
|
|
803
|
-
*/
|
|
804
|
-
KmsKeyId?: string;
|
|
805
|
-
}
|
|
806
|
-
/**
|
|
807
|
-
* @public
|
|
808
|
-
* <p>Union representing different data sources to be
|
|
809
|
-
* used as input for an Earth Observation job.</p>
|
|
810
|
-
*/
|
|
811
|
-
export type EojDataSourceConfigInput = EojDataSourceConfigInput.S3DataMember | EojDataSourceConfigInput.$UnknownMember;
|
|
812
|
-
/**
|
|
813
|
-
* @public
|
|
814
|
-
*/
|
|
815
|
-
export declare namespace EojDataSourceConfigInput {
|
|
816
|
-
/**
|
|
817
|
-
* <p>The input structure for S3Data; representing the
|
|
818
|
-
* Amazon S3 location of the input data objects.</p>
|
|
819
|
-
*/
|
|
820
|
-
interface S3DataMember {
|
|
821
|
-
S3Data: S3DataInput;
|
|
822
|
-
$unknown?: never;
|
|
823
|
-
}
|
|
824
|
-
interface $UnknownMember {
|
|
825
|
-
S3Data?: never;
|
|
826
|
-
$unknown: [string, any];
|
|
827
|
-
}
|
|
828
|
-
interface Visitor<T> {
|
|
829
|
-
S3Data: (value: S3DataInput) => T;
|
|
830
|
-
_: (name: string, value: any) => T;
|
|
831
|
-
}
|
|
832
|
-
const visit: <T>(value: EojDataSourceConfigInput, visitor: Visitor<T>) => T;
|
|
833
|
-
}
|
|
834
774
|
/**
|
|
835
775
|
* @public
|
|
836
776
|
* @enum
|
|
@@ -1119,10 +1059,6 @@ export interface InputConfigOutput {
|
|
|
1119
1059
|
* <p>The Amazon Resource Name (ARN) of the previous Earth Observation job.</p>
|
|
1120
1060
|
*/
|
|
1121
1061
|
PreviousEarthObservationJobArn?: string;
|
|
1122
|
-
/**
|
|
1123
|
-
* <p>The location of the input data.</p>
|
|
1124
|
-
*/
|
|
1125
|
-
DataSourceConfig?: EojDataSourceConfigInput;
|
|
1126
1062
|
/**
|
|
1127
1063
|
* <p>The structure representing the RasterDataCollection Query consisting of the Area of Interest,
|
|
1128
1064
|
* RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.</p>
|
|
@@ -1899,10 +1835,6 @@ export interface InputConfigInput {
|
|
|
1899
1835
|
* <p>The Amazon Resource Name (ARN) of the previous Earth Observation job.</p>
|
|
1900
1836
|
*/
|
|
1901
1837
|
PreviousEarthObservationJobArn?: string;
|
|
1902
|
-
/**
|
|
1903
|
-
* <p>The location of the input data.></p>
|
|
1904
|
-
*/
|
|
1905
|
-
DataSourceConfig?: EojDataSourceConfigInput;
|
|
1906
1838
|
/**
|
|
1907
1839
|
* <p>The structure representing the RasterDataCollection Query consisting of
|
|
1908
1840
|
* the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.</p>
|
|
@@ -1936,7 +1868,7 @@ export interface StartEarthObservationJobInput {
|
|
|
1936
1868
|
/**
|
|
1937
1869
|
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
1938
1870
|
*/
|
|
1939
|
-
ExecutionRoleArn
|
|
1871
|
+
ExecutionRoleArn: string | undefined;
|
|
1940
1872
|
/**
|
|
1941
1873
|
* <p>Each tag consists of a key and a value.</p>
|
|
1942
1874
|
*/
|
|
@@ -1981,7 +1913,7 @@ export interface StartEarthObservationJobOutput {
|
|
|
1981
1913
|
/**
|
|
1982
1914
|
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
1983
1915
|
*/
|
|
1984
|
-
ExecutionRoleArn
|
|
1916
|
+
ExecutionRoleArn: string | undefined;
|
|
1985
1917
|
/**
|
|
1986
1918
|
* <p>Each tag consists of a key and a value.</p>
|
|
1987
1919
|
*/
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SdkStreamSerdeContext as __SdkStreamSerdeContext } from "@aws-sdk/types";
|
|
2
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
3
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
4
|
import { DeleteEarthObservationJobCommandInput, DeleteEarthObservationJobCommandOutput } from "../commands/DeleteEarthObservationJobCommand";
|
|
4
5
|
import { DeleteVectorEnrichmentJobCommandInput, DeleteVectorEnrichmentJobCommandOutput } from "../commands/DeleteVectorEnrichmentJobCommand";
|
|
5
6
|
import { ExportEarthObservationJobCommandInput, ExportEarthObservationJobCommandOutput } from "../commands/ExportEarthObservationJobCommand";
|
|
@@ -7,27 +7,27 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number
|
|
12
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
|
|
13
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
15
|
-
retryMode: string | import("@
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
18
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
20
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
21
21
|
apiVersion: string;
|
|
22
22
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
base64Decoder: import("@
|
|
24
|
-
base64Encoder: import("@
|
|
25
|
-
utf8Decoder: import("@
|
|
26
|
-
utf8Encoder: import("@
|
|
23
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
24
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
25
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
serviceId: string;
|
|
29
29
|
logger: import("@aws-sdk/types").Logger;
|
|
30
|
-
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
31
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
32
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
33
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -7,27 +7,27 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
15
|
-
retryMode: string | import("@
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@
|
|
18
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
apiVersion: string;
|
|
22
22
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
base64Decoder: import("@
|
|
24
|
-
base64Encoder: import("@
|
|
25
|
-
utf8Decoder: import("@
|
|
26
|
-
utf8Encoder: import("@
|
|
23
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
24
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
25
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
serviceId: string;
|
|
29
29
|
logger: import("@aws-sdk/types").Logger;
|
|
30
|
-
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
31
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
32
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
33
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -5,28 +5,28 @@ import { SageMakerGeospatialClientConfig } from "./SageMakerGeospatialClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
11
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
-
streamCollector: import("@
|
|
13
|
-
base64Decoder: import("@
|
|
14
|
-
base64Encoder: import("@
|
|
15
|
-
utf8Decoder: import("@
|
|
16
|
-
utf8Encoder: import("@
|
|
12
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
19
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
20
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
21
21
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
22
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
22
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
23
23
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
24
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number
|
|
25
|
-
retryMode: string | import("@
|
|
24
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
|
|
25
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
logger: import("@aws-sdk/types").Logger;
|
|
27
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@
|
|
27
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
28
28
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").
|
|
29
|
+
endpoint?: string | import("@aws-sdk/types").EndpointV2 | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@smithy/types").Provider<import("@smithy/types").Endpoint>) | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>) | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -4,8 +4,8 @@ import { SageMakerGeospatialClientConfig } from "./SageMakerGeospatialClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
|
-
base64Decoder: import("@
|
|
8
|
-
base64Encoder: import("@
|
|
7
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
@@ -13,6 +13,6 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
|
|
|
13
13
|
logger: import("@aws-sdk/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
-
utf8Decoder: import("@
|
|
17
|
-
utf8Encoder: import("@
|
|
16
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
18
18
|
};
|
|
@@ -22,7 +22,6 @@ import {
|
|
|
22
22
|
UserAgentInputConfig,
|
|
23
23
|
UserAgentResolvedConfig,
|
|
24
24
|
} from "@aws-sdk/middleware-user-agent";
|
|
25
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
26
25
|
import {
|
|
27
26
|
Client as __Client,
|
|
28
27
|
DefaultsMode as __DefaultsMode,
|
|
@@ -33,18 +32,21 @@ import {
|
|
|
33
32
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
33
|
ChecksumConstructor as __ChecksumConstructor,
|
|
35
34
|
Credentials as __Credentials,
|
|
36
|
-
Decoder as __Decoder,
|
|
37
|
-
Encoder as __Encoder,
|
|
38
35
|
HashConstructor as __HashConstructor,
|
|
39
36
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
40
37
|
Logger as __Logger,
|
|
41
|
-
Provider as __Provider,
|
|
42
38
|
Provider,
|
|
43
39
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
44
|
-
StreamCollector as __StreamCollector,
|
|
45
40
|
UrlParser as __UrlParser,
|
|
46
41
|
UserAgent as __UserAgent,
|
|
47
42
|
} from "@aws-sdk/types";
|
|
43
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
44
|
+
import {
|
|
45
|
+
Decoder as __Decoder,
|
|
46
|
+
Encoder as __Encoder,
|
|
47
|
+
Provider as __Provider,
|
|
48
|
+
StreamCollector as __StreamCollector,
|
|
49
|
+
} from "@smithy/types";
|
|
48
50
|
import {
|
|
49
51
|
DeleteEarthObservationJobCommandInput,
|
|
50
52
|
DeleteEarthObservationJobCommandOutput,
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
Endpoint,
|
|
3
2
|
EndpointParameters as __EndpointParameters,
|
|
4
3
|
EndpointV2,
|
|
5
|
-
Provider,
|
|
6
4
|
} from "@aws-sdk/types";
|
|
5
|
+
import { Endpoint, Provider } from "@smithy/types";
|
|
7
6
|
export interface ClientInputEndpointParameters {
|
|
8
7
|
region?: string | Provider<string>;
|
|
9
8
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
@@ -275,34 +275,6 @@ export interface ExportErrorDetails {
|
|
|
275
275
|
ExportResults?: ExportErrorDetailsOutput;
|
|
276
276
|
ExportSourceImages?: ExportErrorDetailsOutput;
|
|
277
277
|
}
|
|
278
|
-
export declare const MetadataProvider: {
|
|
279
|
-
readonly PLANET_ORDER: "PLANET_ORDER";
|
|
280
|
-
};
|
|
281
|
-
export type MetadataProvider =
|
|
282
|
-
(typeof MetadataProvider)[keyof typeof MetadataProvider];
|
|
283
|
-
export interface S3DataInput {
|
|
284
|
-
S3Uri: string | undefined;
|
|
285
|
-
MetadataProvider: MetadataProvider | string | undefined;
|
|
286
|
-
KmsKeyId?: string;
|
|
287
|
-
}
|
|
288
|
-
export type EojDataSourceConfigInput =
|
|
289
|
-
| EojDataSourceConfigInput.S3DataMember
|
|
290
|
-
| EojDataSourceConfigInput.$UnknownMember;
|
|
291
|
-
export declare namespace EojDataSourceConfigInput {
|
|
292
|
-
interface S3DataMember {
|
|
293
|
-
S3Data: S3DataInput;
|
|
294
|
-
$unknown?: never;
|
|
295
|
-
}
|
|
296
|
-
interface $UnknownMember {
|
|
297
|
-
S3Data?: never;
|
|
298
|
-
$unknown: [string, any];
|
|
299
|
-
}
|
|
300
|
-
interface Visitor<T> {
|
|
301
|
-
S3Data: (value: S3DataInput) => T;
|
|
302
|
-
_: (name: string, value: any) => T;
|
|
303
|
-
}
|
|
304
|
-
const visit: <T>(value: EojDataSourceConfigInput, visitor: Visitor<T>) => T;
|
|
305
|
-
}
|
|
306
278
|
export declare const LogicalOperator: {
|
|
307
279
|
readonly AND: "AND";
|
|
308
280
|
};
|
|
@@ -435,7 +407,6 @@ export interface RasterDataCollectionQueryOutput {
|
|
|
435
407
|
}
|
|
436
408
|
export interface InputConfigOutput {
|
|
437
409
|
PreviousEarthObservationJobArn?: string;
|
|
438
|
-
DataSourceConfig?: EojDataSourceConfigInput;
|
|
439
410
|
RasterDataCollectionQuery?: RasterDataCollectionQueryOutput;
|
|
440
411
|
}
|
|
441
412
|
export interface GeoMosaicConfigInput {
|
|
@@ -746,7 +717,6 @@ export interface RasterDataCollectionQueryInput {
|
|
|
746
717
|
}
|
|
747
718
|
export interface InputConfigInput {
|
|
748
719
|
PreviousEarthObservationJobArn?: string;
|
|
749
|
-
DataSourceConfig?: EojDataSourceConfigInput;
|
|
750
720
|
RasterDataCollectionQuery?: RasterDataCollectionQueryInput;
|
|
751
721
|
}
|
|
752
722
|
export interface StartEarthObservationJobInput {
|
|
@@ -755,7 +725,7 @@ export interface StartEarthObservationJobInput {
|
|
|
755
725
|
KmsKeyId?: string;
|
|
756
726
|
InputConfig: InputConfigInput | undefined;
|
|
757
727
|
JobConfig: JobConfigInput | undefined;
|
|
758
|
-
ExecutionRoleArn
|
|
728
|
+
ExecutionRoleArn: string | undefined;
|
|
759
729
|
Tags?: Record<string, string>;
|
|
760
730
|
}
|
|
761
731
|
export interface StartEarthObservationJobOutput {
|
|
@@ -767,7 +737,7 @@ export interface StartEarthObservationJobOutput {
|
|
|
767
737
|
KmsKeyId?: string;
|
|
768
738
|
InputConfig?: InputConfigOutput;
|
|
769
739
|
JobConfig: JobConfigInput | undefined;
|
|
770
|
-
ExecutionRoleArn
|
|
740
|
+
ExecutionRoleArn: string | undefined;
|
|
771
741
|
Tags?: Record<string, string>;
|
|
772
742
|
}
|
|
773
743
|
export interface StopEarthObservationJobInput {
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
+
import { SdkStreamSerdeContext as __SdkStreamSerdeContext } from "@aws-sdk/types";
|
|
1
2
|
import {
|
|
2
3
|
HttpRequest as __HttpRequest,
|
|
3
4
|
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@
|
|
5
|
-
import {
|
|
6
|
-
SdkStreamSerdeContext as __SdkStreamSerdeContext,
|
|
7
|
-
SerdeContext as __SerdeContext,
|
|
8
|
-
} from "@aws-sdk/types";
|
|
5
|
+
} from "@smithy/protocol-http";
|
|
6
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
9
7
|
import {
|
|
10
8
|
DeleteEarthObservationJobCommandInput,
|
|
11
9
|
DeleteEarthObservationJobCommandOutput,
|
|
@@ -10,11 +10,12 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: (
|
|
12
12
|
input: any
|
|
13
|
-
) => import("@
|
|
13
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
14
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
15
|
import("@aws-sdk/types").UserAgent
|
|
16
16
|
>;
|
|
17
|
-
maxAttempts: number | import("@
|
|
17
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) &
|
|
18
|
+
(number | import("@aws-sdk/types").Provider<number>);
|
|
18
19
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
19
20
|
requestHandler:
|
|
20
21
|
| (import("@aws-sdk/types").RequestHandler<
|
|
@@ -22,20 +23,22 @@ export declare const getRuntimeConfig: (
|
|
|
22
23
|
any,
|
|
23
24
|
import("@aws-sdk/types").HttpHandlerOptions
|
|
24
25
|
> &
|
|
25
|
-
import("@
|
|
26
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
26
27
|
| RequestHandler;
|
|
27
|
-
retryMode: string | import("@
|
|
28
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
29
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
29
30
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
30
|
-
streamCollector: import("@
|
|
31
|
-
useDualstackEndpoint: boolean | import("@
|
|
32
|
-
|
|
31
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
32
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
33
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
34
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
35
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
33
36
|
apiVersion: string;
|
|
34
37
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
35
|
-
base64Decoder: import("@
|
|
36
|
-
base64Encoder: import("@
|
|
37
|
-
utf8Decoder: import("@
|
|
38
|
-
utf8Encoder: import("@
|
|
38
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
39
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
40
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
41
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
39
42
|
disableHostPrefix: boolean;
|
|
40
43
|
serviceId: string;
|
|
41
44
|
logger: import("@aws-sdk/types").Logger;
|
|
@@ -49,11 +52,11 @@ export declare const getRuntimeConfig: (
|
|
|
49
52
|
) &
|
|
50
53
|
(
|
|
51
54
|
| string
|
|
52
|
-
| import("@
|
|
53
|
-
| import("@
|
|
54
|
-
| import("@
|
|
55
|
+
| import("@smithy/types").Provider<string>
|
|
56
|
+
| import("@smithy/types").Endpoint
|
|
57
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
55
58
|
| import("@aws-sdk/types").EndpointV2
|
|
56
|
-
| import("@
|
|
59
|
+
| import("@smithy/types").Provider<
|
|
57
60
|
import("@aws-sdk/types").EndpointV2
|
|
58
61
|
>
|
|
59
62
|
))
|
|
@@ -10,7 +10,7 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: (
|
|
12
12
|
input: any
|
|
13
|
-
) => import("@
|
|
13
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
14
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
15
|
import("@aws-sdk/types").UserAgent
|
|
16
16
|
>;
|
|
@@ -22,20 +22,20 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
any,
|
|
23
23
|
import("@aws-sdk/types").HttpHandlerOptions
|
|
24
24
|
> &
|
|
25
|
-
import("@
|
|
25
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
26
26
|
| RequestHandler;
|
|
27
|
-
retryMode: string | import("@
|
|
27
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
29
29
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
30
|
-
streamCollector: import("@
|
|
30
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
31
31
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
32
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
33
|
apiVersion: string;
|
|
34
34
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
35
|
-
base64Decoder: import("@
|
|
36
|
-
base64Encoder: import("@
|
|
37
|
-
utf8Decoder: import("@
|
|
38
|
-
utf8Encoder: import("@
|
|
35
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
36
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
37
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
38
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
39
39
|
disableHostPrefix: boolean;
|
|
40
40
|
serviceId: string;
|
|
41
41
|
logger: import("@aws-sdk/types").Logger;
|
|
@@ -49,11 +49,11 @@ export declare const getRuntimeConfig: (
|
|
|
49
49
|
) &
|
|
50
50
|
(
|
|
51
51
|
| string
|
|
52
|
-
| import("@
|
|
53
|
-
| import("@
|
|
54
|
-
| import("@
|
|
52
|
+
| import("@smithy/types").Provider<string>
|
|
53
|
+
| import("@smithy/types").Endpoint
|
|
54
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
55
55
|
| import("@aws-sdk/types").EndpointV2
|
|
56
|
-
| import("@
|
|
56
|
+
| import("@smithy/types").Provider<
|
|
57
57
|
import("@aws-sdk/types").EndpointV2
|
|
58
58
|
>
|
|
59
59
|
))
|
|
@@ -10,42 +10,47 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
any,
|
|
11
11
|
import("@aws-sdk/types").HttpHandlerOptions
|
|
12
12
|
> &
|
|
13
|
-
import("@
|
|
13
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
14
14
|
| import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
15
15
|
apiVersion: string;
|
|
16
16
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
18
|
-
streamCollector: import("@
|
|
19
|
-
base64Decoder: import("@
|
|
20
|
-
base64Encoder: import("@
|
|
21
|
-
utf8Decoder: import("@
|
|
22
|
-
utf8Encoder: import("@
|
|
18
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
19
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
20
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
21
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
22
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
23
23
|
disableHostPrefix: boolean;
|
|
24
24
|
serviceId: string;
|
|
25
|
-
useDualstackEndpoint: boolean | import("@
|
|
26
|
-
|
|
25
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
26
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
27
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
28
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
27
29
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
28
30
|
credentialDefaultProvider: (
|
|
29
31
|
input: any
|
|
30
|
-
) => import("@
|
|
32
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
31
33
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
32
34
|
import("@aws-sdk/types").UserAgent
|
|
33
35
|
>;
|
|
34
|
-
maxAttempts: number | import("@
|
|
35
|
-
|
|
36
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) &
|
|
37
|
+
(number | import("@aws-sdk/types").Provider<number>);
|
|
38
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
39
|
logger: import("@aws-sdk/types").Logger;
|
|
37
40
|
defaultsMode:
|
|
38
41
|
| import("@aws-sdk/smithy-client").DefaultsMode
|
|
39
|
-
| import("@
|
|
42
|
+
| import("@smithy/types").Provider<
|
|
40
43
|
import("@aws-sdk/smithy-client").DefaultsMode
|
|
41
44
|
>;
|
|
42
45
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
43
46
|
endpoint?:
|
|
44
47
|
| string
|
|
45
|
-
| import("@aws-sdk/types").Endpoint
|
|
46
|
-
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
47
48
|
| import("@aws-sdk/types").EndpointV2
|
|
48
|
-
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").
|
|
49
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
50
|
+
import("@smithy/types").Provider<import("@smithy/types").Endpoint>)
|
|
51
|
+
| (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint)
|
|
52
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
53
|
+
import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
|
|
49
54
|
| undefined;
|
|
50
55
|
endpointProvider: (
|
|
51
56
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -3,8 +3,8 @@ export declare const getRuntimeConfig: (
|
|
|
3
3
|
config: SageMakerGeospatialClientConfig
|
|
4
4
|
) => {
|
|
5
5
|
apiVersion: string;
|
|
6
|
-
base64Decoder: import("@
|
|
7
|
-
base64Encoder: import("@
|
|
6
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
7
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
9
|
endpointProvider: (
|
|
10
10
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -15,6 +15,6 @@ export declare const getRuntimeConfig: (
|
|
|
15
15
|
logger: import("@aws-sdk/types").Logger;
|
|
16
16
|
serviceId: string;
|
|
17
17
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
18
|
-
utf8Decoder: import("@
|
|
19
|
-
utf8Encoder: import("@
|
|
18
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
19
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
20
20
|
};
|
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.335.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,9 +21,9 @@
|
|
|
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.335.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.329.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.335.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.329.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.329.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.329.0",
|
|
@@ -36,10 +36,9 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.329.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.329.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.329.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.332.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.329.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.329.0",
|
|
42
|
-
"@aws-sdk/protocol-http": "3.329.0",
|
|
43
42
|
"@aws-sdk/smithy-client": "3.329.0",
|
|
44
43
|
"@aws-sdk/types": "3.329.0",
|
|
45
44
|
"@aws-sdk/url-parser": "3.329.0",
|
|
@@ -48,13 +47,15 @@
|
|
|
48
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
48
|
"@aws-sdk/util-defaults-mode-browser": "3.329.0",
|
|
50
49
|
"@aws-sdk/util-defaults-mode-node": "3.329.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.332.0",
|
|
52
51
|
"@aws-sdk/util-retry": "3.329.0",
|
|
53
52
|
"@aws-sdk/util-stream-browser": "3.329.0",
|
|
54
53
|
"@aws-sdk/util-stream-node": "3.331.0",
|
|
55
54
|
"@aws-sdk/util-user-agent-browser": "3.329.0",
|
|
56
55
|
"@aws-sdk/util-user-agent-node": "3.329.0",
|
|
57
56
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
57
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
58
|
+
"@smithy/types": "^1.0.0",
|
|
58
59
|
"tslib": "^2.5.0",
|
|
59
60
|
"uuid": "^8.3.2"
|
|
60
61
|
},
|