@aws-sdk/client-sagemaker-geospatial 3.300.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 +1 -1
- package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +1 -1
- package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +3 -3
- package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +3 -3
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +1 -1
- package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +1 -1
- package/dist-types/commands/GetTileCommand.d.ts +2 -2
- package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +1 -1
- package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +1 -1
- package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +22 -22
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +44 -48
- package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +8 -8
- package/dist-types/commands/StopEarthObservationJobCommand.d.ts +1 -1
- package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/package.json +3 -3
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteEarthObservationJobInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEarthObservationJobCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteVectorEnrichmentJobInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteVectorEnrichmentJobCommand(input);
|
|
@@ -26,11 +26,11 @@ 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 = {
|
|
29
|
+
* const input = { // ExportEarthObservationJobInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
31
|
* ExecutionRoleArn: "STRING_VALUE", // required
|
|
32
|
-
* OutputConfig: {
|
|
33
|
-
* S3Data: {
|
|
32
|
+
* OutputConfig: { // OutputConfigInput
|
|
33
|
+
* S3Data: { // ExportS3DataInput
|
|
34
34
|
* S3Uri: "STRING_VALUE", // required
|
|
35
35
|
* KmsKeyId: "STRING_VALUE",
|
|
36
36
|
* },
|
|
@@ -26,11 +26,11 @@ 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 = {
|
|
29
|
+
* const input = { // ExportVectorEnrichmentJobInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
31
|
* ExecutionRoleArn: "STRING_VALUE", // required
|
|
32
|
-
* OutputConfig: {
|
|
33
|
-
* S3Data: {
|
|
32
|
+
* OutputConfig: { // ExportVectorEnrichmentJobOutputConfig
|
|
33
|
+
* S3Data: { // VectorEnrichmentJobS3Data
|
|
34
34
|
* S3Uri: "STRING_VALUE", // required
|
|
35
35
|
* KmsKeyId: "STRING_VALUE",
|
|
36
36
|
* },
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetEarthObservationJobInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetEarthObservationJobCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetRasterDataCollectionInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetRasterDataCollectionCommand(input);
|
|
@@ -26,11 +26,11 @@ 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 = {
|
|
29
|
+
* const input = { // GetTileInput
|
|
30
30
|
* x: Number("int"), // required
|
|
31
31
|
* y: Number("int"), // required
|
|
32
32
|
* z: Number("int"), // required
|
|
33
|
-
* ImageAssets: [ // required
|
|
33
|
+
* ImageAssets: [ // StringListInput // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* Target: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetVectorEnrichmentJobInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetVectorEnrichmentJobCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListEarthObservationJobInput
|
|
30
30
|
* StatusEquals: "STRING_VALUE",
|
|
31
31
|
* SortOrder: "STRING_VALUE",
|
|
32
32
|
* SortBy: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListRasterDataCollectionsInput
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListVectorEnrichmentJobInput
|
|
30
30
|
* StatusEquals: "STRING_VALUE",
|
|
31
31
|
* SortOrder: "STRING_VALUE",
|
|
32
32
|
* SortBy: "STRING_VALUE",
|
|
@@ -26,26 +26,26 @@ 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 = {
|
|
29
|
+
* const input = { // SearchRasterDataCollectionInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
|
-
* RasterDataCollectionQuery: {
|
|
32
|
-
* TimeRangeFilter: {
|
|
31
|
+
* RasterDataCollectionQuery: { // RasterDataCollectionQueryWithBandFilterInput
|
|
32
|
+
* TimeRangeFilter: { // TimeRangeFilterInput
|
|
33
33
|
* StartTime: new Date("TIMESTAMP"), // required
|
|
34
34
|
* EndTime: new Date("TIMESTAMP"), // required
|
|
35
35
|
* },
|
|
36
|
-
* AreaOfInterest: { // Union: only one key present
|
|
37
|
-
* AreaOfInterestGeometry: { // Union: only one key present
|
|
38
|
-
* PolygonGeometry: {
|
|
39
|
-
* Coordinates: [ // required
|
|
40
|
-
* [
|
|
41
|
-
* [
|
|
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
42
|
* Number("double"),
|
|
43
43
|
* ],
|
|
44
44
|
* ],
|
|
45
45
|
* ],
|
|
46
46
|
* },
|
|
47
|
-
* MultiPolygonGeometry: {
|
|
48
|
-
* Coordinates: [ // required
|
|
47
|
+
* MultiPolygonGeometry: { // MultiPolygonGeometryInput
|
|
48
|
+
* Coordinates: [ // LinearRingsList // required
|
|
49
49
|
* [
|
|
50
50
|
* [
|
|
51
51
|
* [
|
|
@@ -57,31 +57,31 @@ export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDat
|
|
|
57
57
|
* },
|
|
58
58
|
* },
|
|
59
59
|
* },
|
|
60
|
-
* PropertyFilters: {
|
|
61
|
-
* Properties: [
|
|
62
|
-
* {
|
|
63
|
-
* Property: { // Union: only one key present
|
|
64
|
-
* EoCloudCover: {
|
|
60
|
+
* PropertyFilters: { // PropertyFilters
|
|
61
|
+
* Properties: [ // PropertyFiltersList
|
|
62
|
+
* { // PropertyFilter
|
|
63
|
+
* Property: { // Property Union: only one key present
|
|
64
|
+
* EoCloudCover: { // EoCloudCoverInput
|
|
65
65
|
* LowerBound: Number("float"), // required
|
|
66
66
|
* UpperBound: Number("float"), // required
|
|
67
67
|
* },
|
|
68
|
-
* ViewOffNadir: {
|
|
68
|
+
* ViewOffNadir: { // ViewOffNadirInput
|
|
69
69
|
* LowerBound: Number("float"), // required
|
|
70
70
|
* UpperBound: Number("float"), // required
|
|
71
71
|
* },
|
|
72
|
-
* ViewSunAzimuth: {
|
|
72
|
+
* ViewSunAzimuth: { // ViewSunAzimuthInput
|
|
73
73
|
* LowerBound: Number("float"), // required
|
|
74
74
|
* UpperBound: Number("float"), // required
|
|
75
75
|
* },
|
|
76
|
-
* ViewSunElevation: {
|
|
76
|
+
* ViewSunElevation: { // ViewSunElevationInput
|
|
77
77
|
* LowerBound: Number("float"), // required
|
|
78
78
|
* UpperBound: Number("float"), // required
|
|
79
79
|
* },
|
|
80
|
-
* Platform: {
|
|
80
|
+
* Platform: { // PlatformInput
|
|
81
81
|
* Value: "STRING_VALUE", // required
|
|
82
82
|
* ComparisonOperator: "STRING_VALUE",
|
|
83
83
|
* },
|
|
84
|
-
* LandsatCloudCoverLand: {
|
|
84
|
+
* LandsatCloudCoverLand: { // LandsatCloudCoverLandInput
|
|
85
85
|
* LowerBound: Number("float"), // required
|
|
86
86
|
* UpperBound: Number("float"), // required
|
|
87
87
|
* },
|
|
@@ -90,7 +90,7 @@ export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDat
|
|
|
90
90
|
* ],
|
|
91
91
|
* LogicalOperator: "STRING_VALUE",
|
|
92
92
|
* },
|
|
93
|
-
* BandFilter: [
|
|
93
|
+
* BandFilter: [ // StringListInput
|
|
94
94
|
* "STRING_VALUE",
|
|
95
95
|
* ],
|
|
96
96
|
* },
|
|
@@ -26,38 +26,38 @@ 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 = {
|
|
29
|
+
* const input = { // StartEarthObservationJobInput
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* ClientToken: "STRING_VALUE",
|
|
32
32
|
* KmsKeyId: "STRING_VALUE",
|
|
33
|
-
* InputConfig: {
|
|
33
|
+
* InputConfig: { // InputConfigInput
|
|
34
34
|
* PreviousEarthObservationJobArn: "STRING_VALUE",
|
|
35
|
-
* DataSourceConfig: { // Union: only one key present
|
|
36
|
-
* S3Data: {
|
|
35
|
+
* DataSourceConfig: { // EojDataSourceConfigInput Union: only one key present
|
|
36
|
+
* S3Data: { // S3DataInput
|
|
37
37
|
* S3Uri: "STRING_VALUE", // required
|
|
38
38
|
* MetadataProvider: "STRING_VALUE", // required
|
|
39
39
|
* KmsKeyId: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* },
|
|
42
|
-
* RasterDataCollectionQuery: {
|
|
42
|
+
* RasterDataCollectionQuery: { // RasterDataCollectionQueryInput
|
|
43
43
|
* RasterDataCollectionArn: "STRING_VALUE", // required
|
|
44
|
-
* TimeRangeFilter: {
|
|
44
|
+
* TimeRangeFilter: { // TimeRangeFilterInput
|
|
45
45
|
* StartTime: new Date("TIMESTAMP"), // required
|
|
46
46
|
* EndTime: new Date("TIMESTAMP"), // required
|
|
47
47
|
* },
|
|
48
|
-
* AreaOfInterest: { // Union: only one key present
|
|
49
|
-
* AreaOfInterestGeometry: { // Union: only one key present
|
|
50
|
-
* PolygonGeometry: {
|
|
51
|
-
* Coordinates: [ // required
|
|
52
|
-
* [
|
|
53
|
-
* [
|
|
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
54
|
* Number("double"),
|
|
55
55
|
* ],
|
|
56
56
|
* ],
|
|
57
57
|
* ],
|
|
58
58
|
* },
|
|
59
|
-
* MultiPolygonGeometry: {
|
|
60
|
-
* Coordinates: [ // required
|
|
59
|
+
* MultiPolygonGeometry: { // MultiPolygonGeometryInput
|
|
60
|
+
* Coordinates: [ // LinearRingsList // required
|
|
61
61
|
* [
|
|
62
62
|
* [
|
|
63
63
|
* [
|
|
@@ -69,31 +69,31 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
69
69
|
* },
|
|
70
70
|
* },
|
|
71
71
|
* },
|
|
72
|
-
* PropertyFilters: {
|
|
73
|
-
* Properties: [
|
|
74
|
-
* {
|
|
75
|
-
* Property: { // Union: only one key present
|
|
76
|
-
* EoCloudCover: {
|
|
72
|
+
* PropertyFilters: { // PropertyFilters
|
|
73
|
+
* Properties: [ // PropertyFiltersList
|
|
74
|
+
* { // PropertyFilter
|
|
75
|
+
* Property: { // Property Union: only one key present
|
|
76
|
+
* EoCloudCover: { // EoCloudCoverInput
|
|
77
77
|
* LowerBound: Number("float"), // required
|
|
78
78
|
* UpperBound: Number("float"), // required
|
|
79
79
|
* },
|
|
80
|
-
* ViewOffNadir: {
|
|
80
|
+
* ViewOffNadir: { // ViewOffNadirInput
|
|
81
81
|
* LowerBound: Number("float"), // required
|
|
82
82
|
* UpperBound: Number("float"), // required
|
|
83
83
|
* },
|
|
84
|
-
* ViewSunAzimuth: {
|
|
84
|
+
* ViewSunAzimuth: { // ViewSunAzimuthInput
|
|
85
85
|
* LowerBound: Number("float"), // required
|
|
86
86
|
* UpperBound: Number("float"), // required
|
|
87
87
|
* },
|
|
88
|
-
* ViewSunElevation: {
|
|
88
|
+
* ViewSunElevation: { // ViewSunElevationInput
|
|
89
89
|
* LowerBound: Number("float"), // required
|
|
90
90
|
* UpperBound: Number("float"), // required
|
|
91
91
|
* },
|
|
92
|
-
* Platform: {
|
|
92
|
+
* Platform: { // PlatformInput
|
|
93
93
|
* Value: "STRING_VALUE", // required
|
|
94
94
|
* ComparisonOperator: "STRING_VALUE",
|
|
95
95
|
* },
|
|
96
|
-
* LandsatCloudCoverLand: {
|
|
96
|
+
* LandsatCloudCoverLand: { // LandsatCloudCoverLandInput
|
|
97
97
|
* LowerBound: Number("float"), // required
|
|
98
98
|
* UpperBound: Number("float"), // required
|
|
99
99
|
* },
|
|
@@ -104,14 +104,14 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
104
104
|
* },
|
|
105
105
|
* },
|
|
106
106
|
* },
|
|
107
|
-
* JobConfig: { // Union: only one key present
|
|
108
|
-
* BandMathConfig: {
|
|
109
|
-
* PredefinedIndices: [
|
|
107
|
+
* JobConfig: { // JobConfigInput Union: only one key present
|
|
108
|
+
* BandMathConfig: { // BandMathConfigInput
|
|
109
|
+
* PredefinedIndices: [ // StringListInput
|
|
110
110
|
* "STRING_VALUE",
|
|
111
111
|
* ],
|
|
112
|
-
* CustomIndices: {
|
|
113
|
-
* Operations: [
|
|
114
|
-
* {
|
|
112
|
+
* CustomIndices: { // CustomIndicesInput
|
|
113
|
+
* Operations: [ // OperationsListInput
|
|
114
|
+
* { // Operation
|
|
115
115
|
* Name: "STRING_VALUE", // required
|
|
116
116
|
* Equation: "STRING_VALUE", // required
|
|
117
117
|
* OutputType: "STRING_VALUE",
|
|
@@ -119,9 +119,9 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
119
119
|
* ],
|
|
120
120
|
* },
|
|
121
121
|
* },
|
|
122
|
-
* ResamplingConfig: {
|
|
123
|
-
* OutputResolution: {
|
|
124
|
-
* UserDefined: {
|
|
122
|
+
* ResamplingConfig: { // ResamplingConfigInput
|
|
123
|
+
* OutputResolution: { // OutputResolutionResamplingInput
|
|
124
|
+
* UserDefined: { // UserDefined
|
|
125
125
|
* Value: Number("float"), // required
|
|
126
126
|
* Unit: "STRING_VALUE", // required
|
|
127
127
|
* },
|
|
@@ -131,54 +131,50 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
|
|
|
131
131
|
* "STRING_VALUE",
|
|
132
132
|
* ],
|
|
133
133
|
* },
|
|
134
|
-
* TemporalStatisticsConfig: {
|
|
134
|
+
* TemporalStatisticsConfig: { // TemporalStatisticsConfigInput
|
|
135
135
|
* GroupBy: "STRING_VALUE",
|
|
136
|
-
* Statistics: [ // required
|
|
136
|
+
* Statistics: [ // TemporalStatisticsListInput // required
|
|
137
137
|
* "STRING_VALUE",
|
|
138
138
|
* ],
|
|
139
139
|
* TargetBands: [
|
|
140
140
|
* "STRING_VALUE",
|
|
141
141
|
* ],
|
|
142
142
|
* },
|
|
143
|
-
* CloudRemovalConfig: {
|
|
143
|
+
* CloudRemovalConfig: { // CloudRemovalConfigInput
|
|
144
144
|
* AlgorithmName: "STRING_VALUE",
|
|
145
145
|
* InterpolationValue: "STRING_VALUE",
|
|
146
146
|
* TargetBands: [
|
|
147
147
|
* "STRING_VALUE",
|
|
148
148
|
* ],
|
|
149
149
|
* },
|
|
150
|
-
* ZonalStatisticsConfig: {
|
|
150
|
+
* ZonalStatisticsConfig: { // ZonalStatisticsConfigInput
|
|
151
151
|
* ZoneS3Path: "STRING_VALUE", // required
|
|
152
|
-
* Statistics: [ // required
|
|
152
|
+
* Statistics: [ // ZonalStatisticsListInput // required
|
|
153
153
|
* "STRING_VALUE",
|
|
154
154
|
* ],
|
|
155
155
|
* TargetBands: [
|
|
156
156
|
* "STRING_VALUE",
|
|
157
157
|
* ],
|
|
158
158
|
* },
|
|
159
|
-
* GeoMosaicConfig: {
|
|
159
|
+
* GeoMosaicConfig: { // GeoMosaicConfigInput
|
|
160
160
|
* AlgorithmName: "STRING_VALUE",
|
|
161
|
-
* TargetBands:
|
|
162
|
-
* "STRING_VALUE",
|
|
163
|
-
* ],
|
|
161
|
+
* TargetBands: "<StringListInput>",
|
|
164
162
|
* },
|
|
165
|
-
* StackConfig: {
|
|
166
|
-
* OutputResolution: {
|
|
163
|
+
* StackConfig: { // StackConfigInput
|
|
164
|
+
* OutputResolution: { // OutputResolutionStackInput
|
|
167
165
|
* Predefined: "STRING_VALUE",
|
|
168
166
|
* UserDefined: {
|
|
169
167
|
* Value: Number("float"), // required
|
|
170
168
|
* Unit: "STRING_VALUE", // required
|
|
171
169
|
* },
|
|
172
170
|
* },
|
|
173
|
-
* TargetBands:
|
|
174
|
-
* "STRING_VALUE",
|
|
175
|
-
* ],
|
|
171
|
+
* TargetBands: "<StringListInput>",
|
|
176
172
|
* },
|
|
177
173
|
* CloudMaskingConfig: {},
|
|
178
174
|
* LandCoverSegmentationConfig: {},
|
|
179
175
|
* },
|
|
180
176
|
* ExecutionRoleArn: "STRING_VALUE",
|
|
181
|
-
* Tags: {
|
|
177
|
+
* Tags: { // Tags
|
|
182
178
|
* "<keys>": "STRING_VALUE",
|
|
183
179
|
* },
|
|
184
180
|
* };
|
|
@@ -26,25 +26,25 @@ 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 = {
|
|
29
|
+
* const input = { // StartVectorEnrichmentJobInput
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* ClientToken: "STRING_VALUE",
|
|
32
32
|
* KmsKeyId: "STRING_VALUE",
|
|
33
|
-
* InputConfig: {
|
|
33
|
+
* InputConfig: { // VectorEnrichmentJobInputConfig
|
|
34
34
|
* DocumentType: "STRING_VALUE", // required
|
|
35
|
-
* DataSourceConfig: { // Union: only one key present
|
|
36
|
-
* S3Data: {
|
|
35
|
+
* DataSourceConfig: { // VectorEnrichmentJobDataSourceConfigInput Union: only one key present
|
|
36
|
+
* S3Data: { // VectorEnrichmentJobS3Data
|
|
37
37
|
* S3Uri: "STRING_VALUE", // required
|
|
38
38
|
* KmsKeyId: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* },
|
|
41
41
|
* },
|
|
42
|
-
* JobConfig: { // Union: only one key present
|
|
43
|
-
* ReverseGeocodingConfig: {
|
|
42
|
+
* JobConfig: { // VectorEnrichmentJobConfig Union: only one key present
|
|
43
|
+
* ReverseGeocodingConfig: { // ReverseGeocodingConfig
|
|
44
44
|
* YAttributeName: "STRING_VALUE", // required
|
|
45
45
|
* XAttributeName: "STRING_VALUE", // required
|
|
46
46
|
* },
|
|
47
|
-
* MapMatchingConfig: {
|
|
47
|
+
* MapMatchingConfig: { // MapMatchingConfig
|
|
48
48
|
* IdAttributeName: "STRING_VALUE", // required
|
|
49
49
|
* YAttributeName: "STRING_VALUE", // required
|
|
50
50
|
* XAttributeName: "STRING_VALUE", // required
|
|
@@ -52,7 +52,7 @@ export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrich
|
|
|
52
52
|
* },
|
|
53
53
|
* },
|
|
54
54
|
* ExecutionRoleArn: "STRING_VALUE", // required
|
|
55
|
-
* Tags: {
|
|
55
|
+
* Tags: { // Tags
|
|
56
56
|
* "<keys>": "STRING_VALUE",
|
|
57
57
|
* },
|
|
58
58
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // StopEarthObservationJobInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopEarthObservationJobCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // StopVectorEnrichmentJobInput
|
|
30
30
|
* Arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopVectorEnrichmentJobCommand(input);
|
|
@@ -26,9 +26,9 @@ 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 = {
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* Tags: { // required
|
|
31
|
+
* Tags: { // Tags // required
|
|
32
32
|
* "<keys>": "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* };
|
|
@@ -26,9 +26,9 @@ 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 = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|