@aws-sdk/client-sagemaker-geospatial 3.750.0 → 3.758.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1762,14 +1762,14 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1762
1762
  var se_AreaOfInterest = /* @__PURE__ */ __name((input, context) => {
1763
1763
  return AreaOfInterest.visit(input, {
1764
1764
  AreaOfInterestGeometry: (value) => ({ AreaOfInterestGeometry: se_AreaOfInterestGeometry(value, context) }),
1765
- _: (name, value) => ({ name: value })
1765
+ _: (name, value) => ({ [name]: value })
1766
1766
  });
1767
1767
  }, "se_AreaOfInterest");
1768
1768
  var se_AreaOfInterestGeometry = /* @__PURE__ */ __name((input, context) => {
1769
1769
  return AreaOfInterestGeometry.visit(input, {
1770
1770
  MultiPolygonGeometry: (value) => ({ MultiPolygonGeometry: se_MultiPolygonGeometryInput(value, context) }),
1771
1771
  PolygonGeometry: (value) => ({ PolygonGeometry: se_PolygonGeometryInput(value, context) }),
1772
- _: (name, value) => ({ name: value })
1772
+ _: (name, value) => ({ [name]: value })
1773
1773
  });
1774
1774
  }, "se_AreaOfInterestGeometry");
1775
1775
  var se_EoCloudCoverInput = /* @__PURE__ */ __name((input, context) => {
@@ -1795,7 +1795,7 @@ var se_JobConfigInput = /* @__PURE__ */ __name((input, context) => {
1795
1795
  StackConfig: (value) => ({ StackConfig: se_StackConfigInput(value, context) }),
1796
1796
  TemporalStatisticsConfig: (value) => ({ TemporalStatisticsConfig: (0, import_smithy_client._json)(value) }),
1797
1797
  ZonalStatisticsConfig: (value) => ({ ZonalStatisticsConfig: (0, import_smithy_client._json)(value) }),
1798
- _: (name, value) => ({ name: value })
1798
+ _: (name, value) => ({ [name]: value })
1799
1799
  });
1800
1800
  }, "se_JobConfigInput");
1801
1801
  var se_LandsatCloudCoverLandInput = /* @__PURE__ */ __name((input, context) => {
@@ -1853,7 +1853,7 @@ var se_Property = /* @__PURE__ */ __name((input, context) => {
1853
1853
  ViewOffNadir: (value) => ({ ViewOffNadir: se_ViewOffNadirInput(value, context) }),
1854
1854
  ViewSunAzimuth: (value) => ({ ViewSunAzimuth: se_ViewSunAzimuthInput(value, context) }),
1855
1855
  ViewSunElevation: (value) => ({ ViewSunElevation: se_ViewSunElevationInput(value, context) }),
1856
- _: (name, value) => ({ name: value })
1856
+ _: (name, value) => ({ [name]: value })
1857
1857
  });
1858
1858
  }, "se_Property");
1859
1859
  var se_PropertyFilter = /* @__PURE__ */ __name((input, context) => {
@@ -708,14 +708,14 @@ const de_ValidationExceptionRes = async (parsedOutput, context) => {
708
708
  const se_AreaOfInterest = (input, context) => {
709
709
  return AreaOfInterest.visit(input, {
710
710
  AreaOfInterestGeometry: (value) => ({ AreaOfInterestGeometry: se_AreaOfInterestGeometry(value, context) }),
711
- _: (name, value) => ({ name: value }),
711
+ _: (name, value) => ({ [name]: value }),
712
712
  });
713
713
  };
714
714
  const se_AreaOfInterestGeometry = (input, context) => {
715
715
  return AreaOfInterestGeometry.visit(input, {
716
716
  MultiPolygonGeometry: (value) => ({ MultiPolygonGeometry: se_MultiPolygonGeometryInput(value, context) }),
717
717
  PolygonGeometry: (value) => ({ PolygonGeometry: se_PolygonGeometryInput(value, context) }),
718
- _: (name, value) => ({ name: value }),
718
+ _: (name, value) => ({ [name]: value }),
719
719
  });
720
720
  };
721
721
  const se_EoCloudCoverInput = (input, context) => {
@@ -741,7 +741,7 @@ const se_JobConfigInput = (input, context) => {
741
741
  StackConfig: (value) => ({ StackConfig: se_StackConfigInput(value, context) }),
742
742
  TemporalStatisticsConfig: (value) => ({ TemporalStatisticsConfig: _json(value) }),
743
743
  ZonalStatisticsConfig: (value) => ({ ZonalStatisticsConfig: _json(value) }),
744
- _: (name, value) => ({ name: value }),
744
+ _: (name, value) => ({ [name]: value }),
745
745
  });
746
746
  };
747
747
  const se_LandsatCloudCoverLandInput = (input, context) => {
@@ -807,7 +807,7 @@ const se_Property = (input, context) => {
807
807
  ViewOffNadir: (value) => ({ ViewOffNadir: se_ViewOffNadirInput(value, context) }),
808
808
  ViewSunAzimuth: (value) => ({ ViewSunAzimuth: se_ViewSunAzimuthInput(value, context) }),
809
809
  ViewSunElevation: (value) => ({ ViewSunElevation: se_ViewSunElevationInput(value, context) }),
810
- _: (name, value) => ({ name: value }),
810
+ _: (name, value) => ({ [name]: value }),
811
811
  });
812
812
  };
813
813
  const se_PropertyFilter = (input, context) => {
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.750.0",
4
+ "version": "3.758.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker-geospatial",
@@ -20,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.750.0",
24
- "@aws-sdk/credential-provider-node": "3.750.0",
23
+ "@aws-sdk/core": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.758.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.750.0",
28
+ "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.750.0",
33
+ "@aws-sdk/util-user-agent-node": "3.758.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.4",
35
+ "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.5",
41
- "@smithy/middleware-retry": "^4.0.6",
40
+ "@smithy/middleware-endpoint": "^4.0.6",
41
+ "@smithy/middleware-retry": "^4.0.7",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.3",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.5",
47
+ "@smithy/smithy-client": "^4.1.6",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.6",
54
- "@smithy/util-defaults-mode-node": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
54
+ "@smithy/util-defaults-mode-node": "^4.0.7",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",
58
- "@smithy/util-stream": "^4.1.1",
58
+ "@smithy/util-stream": "^4.1.2",
59
59
  "@smithy/util-utf8": "^4.0.0",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",