@aws-sdk/client-sagemaker-geospatial 3.430.0 → 3.433.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.
|
@@ -1,6 +1,7 @@
|
|
|
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 core_1 = require("@aws-sdk/core");
|
|
4
5
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const uuid_1 = require("uuid");
|
|
@@ -647,7 +648,7 @@ const de_GetEarthObservationJobCommand = async (output, context) => {
|
|
|
647
648
|
ExportErrorDetails: smithy_client_1._json,
|
|
648
649
|
ExportStatus: smithy_client_1.expectString,
|
|
649
650
|
InputConfig: (_) => de_InputConfigOutput(_, context),
|
|
650
|
-
JobConfig: (_) => de_JobConfigInput((0,
|
|
651
|
+
JobConfig: (_) => de_JobConfigInput((0, core_1.awsExpectUnion)(_), context),
|
|
651
652
|
KmsKeyId: smithy_client_1.expectString,
|
|
652
653
|
Name: smithy_client_1.expectString,
|
|
653
654
|
OutputBands: smithy_client_1._json,
|
|
@@ -803,7 +804,7 @@ const de_GetVectorEnrichmentJobCommand = async (output, context) => {
|
|
|
803
804
|
ExportErrorDetails: smithy_client_1._json,
|
|
804
805
|
ExportStatus: smithy_client_1.expectString,
|
|
805
806
|
InputConfig: smithy_client_1._json,
|
|
806
|
-
JobConfig: (_) => (0, smithy_client_1._json)((0,
|
|
807
|
+
JobConfig: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
807
808
|
KmsKeyId: smithy_client_1.expectString,
|
|
808
809
|
Name: smithy_client_1.expectString,
|
|
809
810
|
Status: smithy_client_1.expectString,
|
|
@@ -1094,7 +1095,7 @@ const de_StartEarthObservationJobCommand = async (output, context) => {
|
|
|
1094
1095
|
DurationInSeconds: smithy_client_1.expectInt32,
|
|
1095
1096
|
ExecutionRoleArn: smithy_client_1.expectString,
|
|
1096
1097
|
InputConfig: (_) => de_InputConfigOutput(_, context),
|
|
1097
|
-
JobConfig: (_) => de_JobConfigInput((0,
|
|
1098
|
+
JobConfig: (_) => de_JobConfigInput((0, core_1.awsExpectUnion)(_), context),
|
|
1098
1099
|
KmsKeyId: smithy_client_1.expectString,
|
|
1099
1100
|
Name: smithy_client_1.expectString,
|
|
1100
1101
|
Status: smithy_client_1.expectString,
|
|
@@ -1155,7 +1156,7 @@ const de_StartVectorEnrichmentJobCommand = async (output, context) => {
|
|
|
1155
1156
|
DurationInSeconds: smithy_client_1.expectInt32,
|
|
1156
1157
|
ExecutionRoleArn: smithy_client_1.expectString,
|
|
1157
1158
|
InputConfig: smithy_client_1._json,
|
|
1158
|
-
JobConfig: (_) => (0, smithy_client_1._json)((0,
|
|
1159
|
+
JobConfig: (_) => (0, smithy_client_1._json)((0, core_1.awsExpectUnion)(_)),
|
|
1159
1160
|
KmsKeyId: smithy_client_1.expectString,
|
|
1160
1161
|
Name: smithy_client_1.expectString,
|
|
1161
1162
|
Status: smithy_client_1.expectString,
|
|
@@ -1660,7 +1661,7 @@ const se_ViewSunElevationInput = (input, context) => {
|
|
|
1660
1661
|
const de_AreaOfInterest = (output, context) => {
|
|
1661
1662
|
if (output.AreaOfInterestGeometry != null) {
|
|
1662
1663
|
return {
|
|
1663
|
-
AreaOfInterestGeometry: de_AreaOfInterestGeometry((0,
|
|
1664
|
+
AreaOfInterestGeometry: de_AreaOfInterestGeometry((0, core_1.awsExpectUnion)(output.AreaOfInterestGeometry), context),
|
|
1664
1665
|
};
|
|
1665
1666
|
}
|
|
1666
1667
|
return { $unknown: Object.entries(output)[0] };
|
|
@@ -1919,7 +1920,7 @@ const de_Property = (output, context) => {
|
|
|
1919
1920
|
};
|
|
1920
1921
|
const de_PropertyFilter = (output, context) => {
|
|
1921
1922
|
return (0, smithy_client_1.take)(output, {
|
|
1922
|
-
Property: (_) => de_Property((0,
|
|
1923
|
+
Property: (_) => de_Property((0, core_1.awsExpectUnion)(_), context),
|
|
1923
1924
|
});
|
|
1924
1925
|
};
|
|
1925
1926
|
const de_PropertyFilters = (output, context) => {
|
|
@@ -1949,7 +1950,7 @@ const de_RasterDataCollectionMetadata = (output, context) => {
|
|
|
1949
1950
|
};
|
|
1950
1951
|
const de_RasterDataCollectionQueryOutput = (output, context) => {
|
|
1951
1952
|
return (0, smithy_client_1.take)(output, {
|
|
1952
|
-
AreaOfInterest: (_) => de_AreaOfInterest((0,
|
|
1953
|
+
AreaOfInterest: (_) => de_AreaOfInterest((0, core_1.awsExpectUnion)(_), context),
|
|
1953
1954
|
PropertyFilters: (_) => de_PropertyFilters(_, context),
|
|
1954
1955
|
RasterDataCollectionArn: smithy_client_1.expectString,
|
|
1955
1956
|
RasterDataCollectionName: smithy_client_1.expectString,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
|
|
1
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString,
|
|
3
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, limitedParseFloat32 as __limitedParseFloat32, map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
5
|
import { AccessDeniedException, AreaOfInterest, AreaOfInterestGeometry, ConflictException, InternalServerException, JobConfigInput, Property, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
5
6
|
import { SageMakerGeospatialServiceException as __BaseException } from "../models/SageMakerGeospatialServiceException";
|
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.433.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,40 +21,41 @@
|
|
|
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/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@aws-sdk/middleware-
|
|
28
|
-
"@aws-sdk/middleware-
|
|
29
|
-
"@aws-sdk/middleware-
|
|
30
|
-
"@aws-sdk/middleware-
|
|
31
|
-
"@aws-sdk/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/
|
|
34
|
-
"@aws-sdk/util-
|
|
35
|
-
"@aws-sdk/util-user-agent-
|
|
36
|
-
"@
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/
|
|
41
|
-
"@smithy/middleware-
|
|
42
|
-
"@smithy/middleware-
|
|
43
|
-
"@smithy/middleware-
|
|
44
|
-
"@smithy/middleware-
|
|
45
|
-
"@smithy/
|
|
46
|
-
"@smithy/node-
|
|
47
|
-
"@smithy/
|
|
48
|
-
"@smithy/
|
|
49
|
-
"@smithy/
|
|
50
|
-
"@smithy/
|
|
24
|
+
"@aws-sdk/client-sts": "3.433.0",
|
|
25
|
+
"@aws-sdk/core": "3.433.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.433.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.433.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.433.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.433.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
33
|
+
"@aws-sdk/types": "3.433.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.433.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.433.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.433.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.0.16",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.2.4",
|
|
39
|
+
"@smithy/hash-node": "^2.0.12",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.0.12",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.0.14",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^2.0.12",
|
|
45
|
+
"@smithy/middleware-stack": "^2.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.3",
|
|
47
|
+
"@smithy/node-http-handler": "^2.1.8",
|
|
48
|
+
"@smithy/protocol-http": "^3.0.8",
|
|
49
|
+
"@smithy/smithy-client": "^2.1.12",
|
|
50
|
+
"@smithy/types": "^2.4.0",
|
|
51
|
+
"@smithy/url-parser": "^2.0.12",
|
|
51
52
|
"@smithy/util-base64": "^2.0.0",
|
|
52
53
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
57
|
-
"@smithy/util-stream": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.16",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.21",
|
|
57
|
+
"@smithy/util-retry": "^2.0.5",
|
|
58
|
+
"@smithy/util-stream": "^2.0.17",
|
|
58
59
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
60
|
"tslib": "^2.5.0",
|
|
60
61
|
"uuid": "^8.3.2"
|