@aws-sdk/client-sagemaker-geospatial 3.299.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +3 -0
- package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +3 -0
- package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +11 -0
- package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +10 -0
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +3 -0
- package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +3 -0
- package/dist-types/commands/GetTileCommand.d.ts +15 -0
- package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +3 -0
- package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +7 -0
- package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +7 -0
- package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +70 -0
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +152 -0
- package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +30 -0
- package/dist-types/commands/StopEarthObservationJobCommand.d.ts +3 -0
- package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +3 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/package.json +8 -8
|
@@ -26,6 +26,9 @@ export interface DeleteEarthObservationJobCommandOutput extends DeleteEarthObser
|
|
|
26
26
|
* import { SageMakerGeospatialClient, DeleteEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, DeleteEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // DeleteEarthObservationJobInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteEarthObservationJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteVectorEnrichmentJobCommandOutput extends DeleteVectorEnri
|
|
|
26
26
|
* import { SageMakerGeospatialClient, DeleteVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, DeleteVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // DeleteVectorEnrichmentJobInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteVectorEnrichmentJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,17 @@ export interface ExportEarthObservationJobCommandOutput extends ExportEarthObser
|
|
|
26
26
|
* import { SageMakerGeospatialClient, ExportEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, ExportEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // ExportEarthObservationJobInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* ExecutionRoleArn: "STRING_VALUE", // required
|
|
32
|
+
* OutputConfig: { // OutputConfigInput
|
|
33
|
+
* S3Data: { // ExportS3DataInput
|
|
34
|
+
* S3Uri: "STRING_VALUE", // required
|
|
35
|
+
* KmsKeyId: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* },
|
|
38
|
+
* ExportSourceImages: true || false,
|
|
39
|
+
* };
|
|
29
40
|
* const command = new ExportEarthObservationJobCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnri
|
|
|
26
26
|
* import { SageMakerGeospatialClient, ExportVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, ExportVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // ExportVectorEnrichmentJobInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* ExecutionRoleArn: "STRING_VALUE", // required
|
|
32
|
+
* OutputConfig: { // ExportVectorEnrichmentJobOutputConfig
|
|
33
|
+
* S3Data: { // VectorEnrichmentJobS3Data
|
|
34
|
+
* S3Uri: "STRING_VALUE", // required
|
|
35
|
+
* KmsKeyId: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* },
|
|
38
|
+
* };
|
|
29
39
|
* const command = new ExportVectorEnrichmentJobCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetEarthObservationJobCommandOutput extends GetEarthObservation
|
|
|
26
26
|
* import { SageMakerGeospatialClient, GetEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, GetEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // GetEarthObservationJobInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetEarthObservationJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetRasterDataCollectionCommandOutput extends GetRasterDataColle
|
|
|
26
26
|
* import { SageMakerGeospatialClient, GetRasterDataCollectionCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, GetRasterDataCollectionCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // GetRasterDataCollectionInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetRasterDataCollectionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,21 @@ export interface GetTileCommandOutput extends __WithSdkStreamMixin<GetTileOutput
|
|
|
26
26
|
* import { SageMakerGeospatialClient, GetTileCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, GetTileCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // GetTileInput
|
|
30
|
+
* x: Number("int"), // required
|
|
31
|
+
* y: Number("int"), // required
|
|
32
|
+
* z: Number("int"), // required
|
|
33
|
+
* ImageAssets: [ // StringListInput // required
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* Target: "STRING_VALUE", // required
|
|
37
|
+
* Arn: "STRING_VALUE", // required
|
|
38
|
+
* ImageMask: true || false,
|
|
39
|
+
* OutputFormat: "STRING_VALUE",
|
|
40
|
+
* TimeRangeFilter: "STRING_VALUE",
|
|
41
|
+
* PropertyFilters: "STRING_VALUE",
|
|
42
|
+
* OutputDataType: "STRING_VALUE",
|
|
43
|
+
* };
|
|
29
44
|
* const command = new GetTileCommand(input);
|
|
30
45
|
* const response = await client.send(command);
|
|
31
46
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetVectorEnrichmentJobCommandOutput extends GetVectorEnrichment
|
|
|
26
26
|
* import { SageMakerGeospatialClient, GetVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, GetVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // GetVectorEnrichmentJobInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetVectorEnrichmentJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ListEarthObservationJobsCommandOutput extends ListEarthObservat
|
|
|
26
26
|
* import { SageMakerGeospatialClient, ListEarthObservationJobsCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, ListEarthObservationJobsCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // ListEarthObservationJobInput
|
|
30
|
+
* StatusEquals: "STRING_VALUE",
|
|
31
|
+
* SortOrder: "STRING_VALUE",
|
|
32
|
+
* SortBy: "STRING_VALUE",
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ListEarthObservationJobsCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface ListRasterDataCollectionsCommandOutput extends ListRasterDataCo
|
|
|
26
26
|
* import { SageMakerGeospatialClient, ListRasterDataCollectionsCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, ListRasterDataCollectionsCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // ListRasterDataCollectionsInput
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* };
|
|
29
33
|
* const command = new ListRasterDataCollectionsCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { SageMakerGeospatialClient, ListTagsForResourceCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, ListTagsForResourceCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ListVectorEnrichmentJobsCommandOutput extends ListVectorEnrichm
|
|
|
26
26
|
* import { SageMakerGeospatialClient, ListVectorEnrichmentJobsCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, ListVectorEnrichmentJobsCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // ListVectorEnrichmentJobInput
|
|
30
|
+
* StatusEquals: "STRING_VALUE",
|
|
31
|
+
* SortOrder: "STRING_VALUE",
|
|
32
|
+
* SortBy: "STRING_VALUE",
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ListVectorEnrichmentJobsCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,76 @@ export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDat
|
|
|
26
26
|
* import { SageMakerGeospatialClient, SearchRasterDataCollectionCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, SearchRasterDataCollectionCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // SearchRasterDataCollectionInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* RasterDataCollectionQuery: { // RasterDataCollectionQueryWithBandFilterInput
|
|
32
|
+
* TimeRangeFilter: { // TimeRangeFilterInput
|
|
33
|
+
* StartTime: new Date("TIMESTAMP"), // required
|
|
34
|
+
* EndTime: new Date("TIMESTAMP"), // required
|
|
35
|
+
* },
|
|
36
|
+
* AreaOfInterest: { // AreaOfInterest Union: only one key present
|
|
37
|
+
* AreaOfInterestGeometry: { // AreaOfInterestGeometry Union: only one key present
|
|
38
|
+
* PolygonGeometry: { // PolygonGeometryInput
|
|
39
|
+
* Coordinates: [ // LinearRings // required
|
|
40
|
+
* [ // LinearRing
|
|
41
|
+
* [ // Position
|
|
42
|
+
* Number("double"),
|
|
43
|
+
* ],
|
|
44
|
+
* ],
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* MultiPolygonGeometry: { // MultiPolygonGeometryInput
|
|
48
|
+
* Coordinates: [ // LinearRingsList // required
|
|
49
|
+
* [
|
|
50
|
+
* [
|
|
51
|
+
* [
|
|
52
|
+
* Number("double"),
|
|
53
|
+
* ],
|
|
54
|
+
* ],
|
|
55
|
+
* ],
|
|
56
|
+
* ],
|
|
57
|
+
* },
|
|
58
|
+
* },
|
|
59
|
+
* },
|
|
60
|
+
* PropertyFilters: { // PropertyFilters
|
|
61
|
+
* Properties: [ // PropertyFiltersList
|
|
62
|
+
* { // PropertyFilter
|
|
63
|
+
* Property: { // Property Union: only one key present
|
|
64
|
+
* EoCloudCover: { // EoCloudCoverInput
|
|
65
|
+
* LowerBound: Number("float"), // required
|
|
66
|
+
* UpperBound: Number("float"), // required
|
|
67
|
+
* },
|
|
68
|
+
* ViewOffNadir: { // ViewOffNadirInput
|
|
69
|
+
* LowerBound: Number("float"), // required
|
|
70
|
+
* UpperBound: Number("float"), // required
|
|
71
|
+
* },
|
|
72
|
+
* ViewSunAzimuth: { // ViewSunAzimuthInput
|
|
73
|
+
* LowerBound: Number("float"), // required
|
|
74
|
+
* UpperBound: Number("float"), // required
|
|
75
|
+
* },
|
|
76
|
+
* ViewSunElevation: { // ViewSunElevationInput
|
|
77
|
+
* LowerBound: Number("float"), // required
|
|
78
|
+
* UpperBound: Number("float"), // required
|
|
79
|
+
* },
|
|
80
|
+
* Platform: { // PlatformInput
|
|
81
|
+
* Value: "STRING_VALUE", // required
|
|
82
|
+
* ComparisonOperator: "STRING_VALUE",
|
|
83
|
+
* },
|
|
84
|
+
* LandsatCloudCoverLand: { // LandsatCloudCoverLandInput
|
|
85
|
+
* LowerBound: Number("float"), // required
|
|
86
|
+
* UpperBound: Number("float"), // required
|
|
87
|
+
* },
|
|
88
|
+
* },
|
|
89
|
+
* },
|
|
90
|
+
* ],
|
|
91
|
+
* LogicalOperator: "STRING_VALUE",
|
|
92
|
+
* },
|
|
93
|
+
* BandFilter: [ // StringListInput
|
|
94
|
+
* "STRING_VALUE",
|
|
95
|
+
* ],
|
|
96
|
+
* },
|
|
97
|
+
* NextToken: "STRING_VALUE",
|
|
98
|
+
* };
|
|
29
99
|
* const command = new SearchRasterDataCollectionCommand(input);
|
|
30
100
|
* const response = await client.send(command);
|
|
31
101
|
* ```
|
|
@@ -26,6 +26,158 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
26
26
|
* import { SageMakerGeospatialClient, StartEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, StartEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // StartEarthObservationJobInput
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* ClientToken: "STRING_VALUE",
|
|
32
|
+
* KmsKeyId: "STRING_VALUE",
|
|
33
|
+
* InputConfig: { // InputConfigInput
|
|
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
|
+
* RasterDataCollectionQuery: { // RasterDataCollectionQueryInput
|
|
43
|
+
* RasterDataCollectionArn: "STRING_VALUE", // required
|
|
44
|
+
* TimeRangeFilter: { // TimeRangeFilterInput
|
|
45
|
+
* StartTime: new Date("TIMESTAMP"), // required
|
|
46
|
+
* EndTime: new Date("TIMESTAMP"), // required
|
|
47
|
+
* },
|
|
48
|
+
* AreaOfInterest: { // AreaOfInterest Union: only one key present
|
|
49
|
+
* AreaOfInterestGeometry: { // AreaOfInterestGeometry Union: only one key present
|
|
50
|
+
* PolygonGeometry: { // PolygonGeometryInput
|
|
51
|
+
* Coordinates: [ // LinearRings // required
|
|
52
|
+
* [ // LinearRing
|
|
53
|
+
* [ // Position
|
|
54
|
+
* Number("double"),
|
|
55
|
+
* ],
|
|
56
|
+
* ],
|
|
57
|
+
* ],
|
|
58
|
+
* },
|
|
59
|
+
* MultiPolygonGeometry: { // MultiPolygonGeometryInput
|
|
60
|
+
* Coordinates: [ // LinearRingsList // required
|
|
61
|
+
* [
|
|
62
|
+
* [
|
|
63
|
+
* [
|
|
64
|
+
* Number("double"),
|
|
65
|
+
* ],
|
|
66
|
+
* ],
|
|
67
|
+
* ],
|
|
68
|
+
* ],
|
|
69
|
+
* },
|
|
70
|
+
* },
|
|
71
|
+
* },
|
|
72
|
+
* PropertyFilters: { // PropertyFilters
|
|
73
|
+
* Properties: [ // PropertyFiltersList
|
|
74
|
+
* { // PropertyFilter
|
|
75
|
+
* Property: { // Property Union: only one key present
|
|
76
|
+
* EoCloudCover: { // EoCloudCoverInput
|
|
77
|
+
* LowerBound: Number("float"), // required
|
|
78
|
+
* UpperBound: Number("float"), // required
|
|
79
|
+
* },
|
|
80
|
+
* ViewOffNadir: { // ViewOffNadirInput
|
|
81
|
+
* LowerBound: Number("float"), // required
|
|
82
|
+
* UpperBound: Number("float"), // required
|
|
83
|
+
* },
|
|
84
|
+
* ViewSunAzimuth: { // ViewSunAzimuthInput
|
|
85
|
+
* LowerBound: Number("float"), // required
|
|
86
|
+
* UpperBound: Number("float"), // required
|
|
87
|
+
* },
|
|
88
|
+
* ViewSunElevation: { // ViewSunElevationInput
|
|
89
|
+
* LowerBound: Number("float"), // required
|
|
90
|
+
* UpperBound: Number("float"), // required
|
|
91
|
+
* },
|
|
92
|
+
* Platform: { // PlatformInput
|
|
93
|
+
* Value: "STRING_VALUE", // required
|
|
94
|
+
* ComparisonOperator: "STRING_VALUE",
|
|
95
|
+
* },
|
|
96
|
+
* LandsatCloudCoverLand: { // LandsatCloudCoverLandInput
|
|
97
|
+
* LowerBound: Number("float"), // required
|
|
98
|
+
* UpperBound: Number("float"), // required
|
|
99
|
+
* },
|
|
100
|
+
* },
|
|
101
|
+
* },
|
|
102
|
+
* ],
|
|
103
|
+
* LogicalOperator: "STRING_VALUE",
|
|
104
|
+
* },
|
|
105
|
+
* },
|
|
106
|
+
* },
|
|
107
|
+
* JobConfig: { // JobConfigInput Union: only one key present
|
|
108
|
+
* BandMathConfig: { // BandMathConfigInput
|
|
109
|
+
* PredefinedIndices: [ // StringListInput
|
|
110
|
+
* "STRING_VALUE",
|
|
111
|
+
* ],
|
|
112
|
+
* CustomIndices: { // CustomIndicesInput
|
|
113
|
+
* Operations: [ // OperationsListInput
|
|
114
|
+
* { // Operation
|
|
115
|
+
* Name: "STRING_VALUE", // required
|
|
116
|
+
* Equation: "STRING_VALUE", // required
|
|
117
|
+
* OutputType: "STRING_VALUE",
|
|
118
|
+
* },
|
|
119
|
+
* ],
|
|
120
|
+
* },
|
|
121
|
+
* },
|
|
122
|
+
* ResamplingConfig: { // ResamplingConfigInput
|
|
123
|
+
* OutputResolution: { // OutputResolutionResamplingInput
|
|
124
|
+
* UserDefined: { // UserDefined
|
|
125
|
+
* Value: Number("float"), // required
|
|
126
|
+
* Unit: "STRING_VALUE", // required
|
|
127
|
+
* },
|
|
128
|
+
* },
|
|
129
|
+
* AlgorithmName: "STRING_VALUE",
|
|
130
|
+
* TargetBands: [
|
|
131
|
+
* "STRING_VALUE",
|
|
132
|
+
* ],
|
|
133
|
+
* },
|
|
134
|
+
* TemporalStatisticsConfig: { // TemporalStatisticsConfigInput
|
|
135
|
+
* GroupBy: "STRING_VALUE",
|
|
136
|
+
* Statistics: [ // TemporalStatisticsListInput // required
|
|
137
|
+
* "STRING_VALUE",
|
|
138
|
+
* ],
|
|
139
|
+
* TargetBands: [
|
|
140
|
+
* "STRING_VALUE",
|
|
141
|
+
* ],
|
|
142
|
+
* },
|
|
143
|
+
* CloudRemovalConfig: { // CloudRemovalConfigInput
|
|
144
|
+
* AlgorithmName: "STRING_VALUE",
|
|
145
|
+
* InterpolationValue: "STRING_VALUE",
|
|
146
|
+
* TargetBands: [
|
|
147
|
+
* "STRING_VALUE",
|
|
148
|
+
* ],
|
|
149
|
+
* },
|
|
150
|
+
* ZonalStatisticsConfig: { // ZonalStatisticsConfigInput
|
|
151
|
+
* ZoneS3Path: "STRING_VALUE", // required
|
|
152
|
+
* Statistics: [ // ZonalStatisticsListInput // required
|
|
153
|
+
* "STRING_VALUE",
|
|
154
|
+
* ],
|
|
155
|
+
* TargetBands: [
|
|
156
|
+
* "STRING_VALUE",
|
|
157
|
+
* ],
|
|
158
|
+
* },
|
|
159
|
+
* GeoMosaicConfig: { // GeoMosaicConfigInput
|
|
160
|
+
* AlgorithmName: "STRING_VALUE",
|
|
161
|
+
* TargetBands: "<StringListInput>",
|
|
162
|
+
* },
|
|
163
|
+
* StackConfig: { // StackConfigInput
|
|
164
|
+
* OutputResolution: { // OutputResolutionStackInput
|
|
165
|
+
* Predefined: "STRING_VALUE",
|
|
166
|
+
* UserDefined: {
|
|
167
|
+
* Value: Number("float"), // required
|
|
168
|
+
* Unit: "STRING_VALUE", // required
|
|
169
|
+
* },
|
|
170
|
+
* },
|
|
171
|
+
* TargetBands: "<StringListInput>",
|
|
172
|
+
* },
|
|
173
|
+
* CloudMaskingConfig: {},
|
|
174
|
+
* LandCoverSegmentationConfig: {},
|
|
175
|
+
* },
|
|
176
|
+
* ExecutionRoleArn: "STRING_VALUE",
|
|
177
|
+
* Tags: { // Tags
|
|
178
|
+
* "<keys>": "STRING_VALUE",
|
|
179
|
+
* },
|
|
180
|
+
* };
|
|
29
181
|
* const command = new StartEarthObservationJobCommand(input);
|
|
30
182
|
* const response = await client.send(command);
|
|
31
183
|
* ```
|
|
@@ -26,6 +26,36 @@ export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrich
|
|
|
26
26
|
* import { SageMakerGeospatialClient, StartVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, StartVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // StartVectorEnrichmentJobInput
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* ClientToken: "STRING_VALUE",
|
|
32
|
+
* KmsKeyId: "STRING_VALUE",
|
|
33
|
+
* InputConfig: { // VectorEnrichmentJobInputConfig
|
|
34
|
+
* DocumentType: "STRING_VALUE", // required
|
|
35
|
+
* DataSourceConfig: { // VectorEnrichmentJobDataSourceConfigInput Union: only one key present
|
|
36
|
+
* S3Data: { // VectorEnrichmentJobS3Data
|
|
37
|
+
* S3Uri: "STRING_VALUE", // required
|
|
38
|
+
* KmsKeyId: "STRING_VALUE",
|
|
39
|
+
* },
|
|
40
|
+
* },
|
|
41
|
+
* },
|
|
42
|
+
* JobConfig: { // VectorEnrichmentJobConfig Union: only one key present
|
|
43
|
+
* ReverseGeocodingConfig: { // ReverseGeocodingConfig
|
|
44
|
+
* YAttributeName: "STRING_VALUE", // required
|
|
45
|
+
* XAttributeName: "STRING_VALUE", // required
|
|
46
|
+
* },
|
|
47
|
+
* MapMatchingConfig: { // MapMatchingConfig
|
|
48
|
+
* IdAttributeName: "STRING_VALUE", // required
|
|
49
|
+
* YAttributeName: "STRING_VALUE", // required
|
|
50
|
+
* XAttributeName: "STRING_VALUE", // required
|
|
51
|
+
* TimestampAttributeName: "STRING_VALUE", // required
|
|
52
|
+
* },
|
|
53
|
+
* },
|
|
54
|
+
* ExecutionRoleArn: "STRING_VALUE", // required
|
|
55
|
+
* Tags: { // Tags
|
|
56
|
+
* "<keys>": "STRING_VALUE",
|
|
57
|
+
* },
|
|
58
|
+
* };
|
|
29
59
|
* const command = new StartVectorEnrichmentJobCommand(input);
|
|
30
60
|
* const response = await client.send(command);
|
|
31
61
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface StopEarthObservationJobCommandOutput extends StopEarthObservati
|
|
|
26
26
|
* import { SageMakerGeospatialClient, StopEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, StopEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // StopEarthObservationJobInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new StopEarthObservationJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichme
|
|
|
26
26
|
* import { SageMakerGeospatialClient, StopVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, StopVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // StopVectorEnrichmentJobInput
|
|
30
|
+
* Arn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new StopVectorEnrichmentJobCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
26
26
|
* import { SageMakerGeospatialClient, TagResourceCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, TagResourceCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
+
* Tags: { // Tags // required
|
|
32
|
+
* "<keys>": "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* };
|
|
29
35
|
* const command = new TagResourceCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { SageMakerGeospatialClient, UntagResourceCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
|
|
27
27
|
* // const { SageMakerGeospatialClient, UntagResourceCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
|
|
28
28
|
* const client = new SageMakerGeospatialClient(config);
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
|
+
* "STRING_VALUE",
|
|
33
|
+
* ],
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UntagResourceCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
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.301.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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-stream-browser": "3.296.0",
|
|
54
54
|
"@aws-sdk/util-stream-node": "3.296.0",
|
|
55
55
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
56
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
57
57
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|