@aws-sdk/client-sagemaker-geospatial 3.758.0 → 3.774.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
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  AlgorithmNameCloudRemoval: () => AlgorithmNameCloudRemoval,
26
26
  AlgorithmNameGeoMosaic: () => AlgorithmNameGeoMosaic,
@@ -111,7 +111,7 @@ __export(src_exports, {
111
111
  paginateListVectorEnrichmentJobs: () => paginateListVectorEnrichmentJobs,
112
112
  paginateSearchRasterDataCollection: () => paginateSearchRasterDataCollection
113
113
  });
114
- module.exports = __toCommonJS(src_exports);
114
+ module.exports = __toCommonJS(index_exports);
115
115
 
116
116
  // src/SageMakerGeospatialClient.ts
117
117
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -238,9 +238,9 @@ var SageMakerGeospatialClient = class extends import_smithy_client.Client {
238
238
  this.middlewareStack.use(
239
239
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
240
240
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSageMakerGeospatialHttpAuthSchemeParametersProvider,
241
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
241
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
242
242
  "aws.auth#sigv4": config.credentials
243
- })
243
+ }), "identityProviderConfigProvider")
244
244
  })
245
245
  );
246
246
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -433,18 +433,15 @@ var AlgorithmNameResampling = {
433
433
  var AreaOfInterestGeometry;
434
434
  ((AreaOfInterestGeometry2) => {
435
435
  AreaOfInterestGeometry2.visit = /* @__PURE__ */ __name((value, visitor) => {
436
- if (value.PolygonGeometry !== void 0)
437
- return visitor.PolygonGeometry(value.PolygonGeometry);
438
- if (value.MultiPolygonGeometry !== void 0)
439
- return visitor.MultiPolygonGeometry(value.MultiPolygonGeometry);
436
+ if (value.PolygonGeometry !== void 0) return visitor.PolygonGeometry(value.PolygonGeometry);
437
+ if (value.MultiPolygonGeometry !== void 0) return visitor.MultiPolygonGeometry(value.MultiPolygonGeometry);
440
438
  return visitor._(value.$unknown[0], value.$unknown[1]);
441
439
  }, "visit");
442
440
  })(AreaOfInterestGeometry || (AreaOfInterestGeometry = {}));
443
441
  var AreaOfInterest;
444
442
  ((AreaOfInterest2) => {
445
443
  AreaOfInterest2.visit = /* @__PURE__ */ __name((value, visitor) => {
446
- if (value.AreaOfInterestGeometry !== void 0)
447
- return visitor.AreaOfInterestGeometry(value.AreaOfInterestGeometry);
444
+ if (value.AreaOfInterestGeometry !== void 0) return visitor.AreaOfInterestGeometry(value.AreaOfInterestGeometry);
448
445
  return visitor._(value.$unknown[0], value.$unknown[1]);
449
446
  }, "visit");
450
447
  })(AreaOfInterest || (AreaOfInterest = {}));
@@ -697,18 +694,12 @@ var LogicalOperator = {
697
694
  var Property;
698
695
  ((Property2) => {
699
696
  Property2.visit = /* @__PURE__ */ __name((value, visitor) => {
700
- if (value.EoCloudCover !== void 0)
701
- return visitor.EoCloudCover(value.EoCloudCover);
702
- if (value.ViewOffNadir !== void 0)
703
- return visitor.ViewOffNadir(value.ViewOffNadir);
704
- if (value.ViewSunAzimuth !== void 0)
705
- return visitor.ViewSunAzimuth(value.ViewSunAzimuth);
706
- if (value.ViewSunElevation !== void 0)
707
- return visitor.ViewSunElevation(value.ViewSunElevation);
708
- if (value.Platform !== void 0)
709
- return visitor.Platform(value.Platform);
710
- if (value.LandsatCloudCoverLand !== void 0)
711
- return visitor.LandsatCloudCoverLand(value.LandsatCloudCoverLand);
697
+ if (value.EoCloudCover !== void 0) return visitor.EoCloudCover(value.EoCloudCover);
698
+ if (value.ViewOffNadir !== void 0) return visitor.ViewOffNadir(value.ViewOffNadir);
699
+ if (value.ViewSunAzimuth !== void 0) return visitor.ViewSunAzimuth(value.ViewSunAzimuth);
700
+ if (value.ViewSunElevation !== void 0) return visitor.ViewSunElevation(value.ViewSunElevation);
701
+ if (value.Platform !== void 0) return visitor.Platform(value.Platform);
702
+ if (value.LandsatCloudCoverLand !== void 0) return visitor.LandsatCloudCoverLand(value.LandsatCloudCoverLand);
712
703
  return visitor._(value.$unknown[0], value.$unknown[1]);
713
704
  }, "visit");
714
705
  })(Property || (Property = {}));
@@ -785,22 +776,15 @@ var ZonalStatistics = {
785
776
  var JobConfigInput;
786
777
  ((JobConfigInput2) => {
787
778
  JobConfigInput2.visit = /* @__PURE__ */ __name((value, visitor) => {
788
- if (value.BandMathConfig !== void 0)
789
- return visitor.BandMathConfig(value.BandMathConfig);
790
- if (value.ResamplingConfig !== void 0)
791
- return visitor.ResamplingConfig(value.ResamplingConfig);
779
+ if (value.BandMathConfig !== void 0) return visitor.BandMathConfig(value.BandMathConfig);
780
+ if (value.ResamplingConfig !== void 0) return visitor.ResamplingConfig(value.ResamplingConfig);
792
781
  if (value.TemporalStatisticsConfig !== void 0)
793
782
  return visitor.TemporalStatisticsConfig(value.TemporalStatisticsConfig);
794
- if (value.CloudRemovalConfig !== void 0)
795
- return visitor.CloudRemovalConfig(value.CloudRemovalConfig);
796
- if (value.ZonalStatisticsConfig !== void 0)
797
- return visitor.ZonalStatisticsConfig(value.ZonalStatisticsConfig);
798
- if (value.GeoMosaicConfig !== void 0)
799
- return visitor.GeoMosaicConfig(value.GeoMosaicConfig);
800
- if (value.StackConfig !== void 0)
801
- return visitor.StackConfig(value.StackConfig);
802
- if (value.CloudMaskingConfig !== void 0)
803
- return visitor.CloudMaskingConfig(value.CloudMaskingConfig);
783
+ if (value.CloudRemovalConfig !== void 0) return visitor.CloudRemovalConfig(value.CloudRemovalConfig);
784
+ if (value.ZonalStatisticsConfig !== void 0) return visitor.ZonalStatisticsConfig(value.ZonalStatisticsConfig);
785
+ if (value.GeoMosaicConfig !== void 0) return visitor.GeoMosaicConfig(value.GeoMosaicConfig);
786
+ if (value.StackConfig !== void 0) return visitor.StackConfig(value.StackConfig);
787
+ if (value.CloudMaskingConfig !== void 0) return visitor.CloudMaskingConfig(value.CloudMaskingConfig);
804
788
  if (value.LandCoverSegmentationConfig !== void 0)
805
789
  return visitor.LandCoverSegmentationConfig(value.LandCoverSegmentationConfig);
806
790
  return visitor._(value.$unknown[0], value.$unknown[1]);
@@ -882,8 +866,7 @@ var VectorEnrichmentJobExportErrorType = {
882
866
  var VectorEnrichmentJobDataSourceConfigInput;
883
867
  ((VectorEnrichmentJobDataSourceConfigInput3) => {
884
868
  VectorEnrichmentJobDataSourceConfigInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
885
- if (value.S3Data !== void 0)
886
- return visitor.S3Data(value.S3Data);
869
+ if (value.S3Data !== void 0) return visitor.S3Data(value.S3Data);
887
870
  return visitor._(value.$unknown[0], value.$unknown[1]);
888
871
  }, "visit");
889
872
  })(VectorEnrichmentJobDataSourceConfigInput || (VectorEnrichmentJobDataSourceConfigInput = {}));
@@ -893,10 +876,8 @@ var VectorEnrichmentJobDocumentType = {
893
876
  var VectorEnrichmentJobConfig;
894
877
  ((VectorEnrichmentJobConfig3) => {
895
878
  VectorEnrichmentJobConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
896
- if (value.ReverseGeocodingConfig !== void 0)
897
- return visitor.ReverseGeocodingConfig(value.ReverseGeocodingConfig);
898
- if (value.MapMatchingConfig !== void 0)
899
- return visitor.MapMatchingConfig(value.MapMatchingConfig);
879
+ if (value.ReverseGeocodingConfig !== void 0) return visitor.ReverseGeocodingConfig(value.ReverseGeocodingConfig);
880
+ if (value.MapMatchingConfig !== void 0) return visitor.MapMatchingConfig(value.MapMatchingConfig);
900
881
  return visitor._(value.$unknown[0], value.$unknown[1]);
901
882
  }, "visit");
902
883
  })(VectorEnrichmentJobConfig || (VectorEnrichmentJobConfig = {}));
@@ -927,14 +908,12 @@ var AreaOfInterestGeometryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
927
908
  return { PolygonGeometry: PolygonGeometryInputFilterSensitiveLog(obj.PolygonGeometry) };
928
909
  if (obj.MultiPolygonGeometry !== void 0)
929
910
  return { MultiPolygonGeometry: MultiPolygonGeometryInputFilterSensitiveLog(obj.MultiPolygonGeometry) };
930
- if (obj.$unknown !== void 0)
931
- return { [obj.$unknown[0]]: "UNKNOWN" };
911
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
932
912
  }, "AreaOfInterestGeometryFilterSensitiveLog");
933
913
  var AreaOfInterestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
934
914
  if (obj.AreaOfInterestGeometry !== void 0)
935
915
  return { AreaOfInterestGeometry: AreaOfInterestGeometryFilterSensitiveLog(obj.AreaOfInterestGeometry) };
936
- if (obj.$unknown !== void 0)
937
- return { [obj.$unknown[0]]: "UNKNOWN" };
916
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
938
917
  }, "AreaOfInterestFilterSensitiveLog");
939
918
  var TimeRangeFilterOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
940
919
  ...obj
@@ -1069,7 +1048,7 @@ var se_ExportEarthObservationJobCommand = /* @__PURE__ */ __name(async (input, c
1069
1048
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1070
1049
  ExecutionRoleArn: [],
1071
1050
  ExportSourceImages: [],
1072
- OutputConfig: (_) => (0, import_smithy_client._json)(_)
1051
+ OutputConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OutputConfig")
1073
1052
  })
1074
1053
  );
1075
1054
  b.m("POST").h(headers).b(body);
@@ -1087,7 +1066,7 @@ var se_ExportVectorEnrichmentJobCommand = /* @__PURE__ */ __name(async (input, c
1087
1066
  Arn: [],
1088
1067
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1089
1068
  ExecutionRoleArn: [],
1090
- OutputConfig: (_) => (0, import_smithy_client._json)(_)
1069
+ OutputConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OutputConfig")
1091
1070
  })
1092
1071
  );
1093
1072
  b.m("POST").h(headers).b(body);
@@ -1212,7 +1191,7 @@ var se_SearchRasterDataCollectionCommand = /* @__PURE__ */ __name(async (input,
1212
1191
  (0, import_smithy_client.take)(input, {
1213
1192
  Arn: [],
1214
1193
  NextToken: [],
1215
- RasterDataCollectionQuery: (_) => se_RasterDataCollectionQueryWithBandFilterInput(_, context)
1194
+ RasterDataCollectionQuery: /* @__PURE__ */ __name((_) => se_RasterDataCollectionQueryWithBandFilterInput(_, context), "RasterDataCollectionQuery")
1216
1195
  })
1217
1196
  );
1218
1197
  b.m("POST").h(headers).b(body);
@@ -1229,11 +1208,11 @@ var se_StartEarthObservationJobCommand = /* @__PURE__ */ __name(async (input, co
1229
1208
  (0, import_smithy_client.take)(input, {
1230
1209
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1231
1210
  ExecutionRoleArn: [],
1232
- InputConfig: (_) => se_InputConfigInput(_, context),
1233
- JobConfig: (_) => se_JobConfigInput(_, context),
1211
+ InputConfig: /* @__PURE__ */ __name((_) => se_InputConfigInput(_, context), "InputConfig"),
1212
+ JobConfig: /* @__PURE__ */ __name((_) => se_JobConfigInput(_, context), "JobConfig"),
1234
1213
  KmsKeyId: [],
1235
1214
  Name: [],
1236
- Tags: (_) => (0, import_smithy_client._json)(_)
1215
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1237
1216
  })
1238
1217
  );
1239
1218
  b.m("POST").h(headers).b(body);
@@ -1250,11 +1229,11 @@ var se_StartVectorEnrichmentJobCommand = /* @__PURE__ */ __name(async (input, co
1250
1229
  (0, import_smithy_client.take)(input, {
1251
1230
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1252
1231
  ExecutionRoleArn: [],
1253
- InputConfig: (_) => (0, import_smithy_client._json)(_),
1254
- JobConfig: (_) => (0, import_smithy_client._json)(_),
1232
+ InputConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "InputConfig"),
1233
+ JobConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "JobConfig"),
1255
1234
  KmsKeyId: [],
1256
1235
  Name: [],
1257
- Tags: (_) => (0, import_smithy_client._json)(_)
1236
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1258
1237
  })
1259
1238
  );
1260
1239
  b.m("POST").h(headers).b(body);
@@ -1300,7 +1279,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1300
1279
  let body;
1301
1280
  body = JSON.stringify(
1302
1281
  (0, import_smithy_client.take)(input, {
1303
- Tags: (_) => (0, import_smithy_client._json)(_)
1282
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
1304
1283
  })
1305
1284
  );
1306
1285
  b.m("PUT").h(headers).b(body);
@@ -1348,7 +1327,7 @@ var de_ExportEarthObservationJobCommand = /* @__PURE__ */ __name(async (output,
1348
1327
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1349
1328
  const doc = (0, import_smithy_client.take)(data, {
1350
1329
  Arn: import_smithy_client.expectString,
1351
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1330
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
1352
1331
  ExecutionRoleArn: import_smithy_client.expectString,
1353
1332
  ExportSourceImages: import_smithy_client.expectBoolean,
1354
1333
  ExportStatus: import_smithy_client.expectString,
@@ -1367,7 +1346,7 @@ var de_ExportVectorEnrichmentJobCommand = /* @__PURE__ */ __name(async (output,
1367
1346
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1368
1347
  const doc = (0, import_smithy_client.take)(data, {
1369
1348
  Arn: import_smithy_client.expectString,
1370
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1349
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
1371
1350
  ExecutionRoleArn: import_smithy_client.expectString,
1372
1351
  ExportStatus: import_smithy_client.expectString,
1373
1352
  OutputConfig: import_smithy_client._json
@@ -1385,14 +1364,14 @@ var de_GetEarthObservationJobCommand = /* @__PURE__ */ __name(async (output, con
1385
1364
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1386
1365
  const doc = (0, import_smithy_client.take)(data, {
1387
1366
  Arn: import_smithy_client.expectString,
1388
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1367
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
1389
1368
  DurationInSeconds: import_smithy_client.expectInt32,
1390
1369
  ErrorDetails: import_smithy_client._json,
1391
1370
  ExecutionRoleArn: import_smithy_client.expectString,
1392
1371
  ExportErrorDetails: import_smithy_client._json,
1393
1372
  ExportStatus: import_smithy_client.expectString,
1394
- InputConfig: (_) => de_InputConfigOutput(_, context),
1395
- JobConfig: (_) => de_JobConfigInput((0, import_core2.awsExpectUnion)(_), context),
1373
+ InputConfig: /* @__PURE__ */ __name((_) => de_InputConfigOutput(_, context), "InputConfig"),
1374
+ JobConfig: /* @__PURE__ */ __name((_) => de_JobConfigInput((0, import_core2.awsExpectUnion)(_), context), "JobConfig"),
1396
1375
  KmsKeyId: import_smithy_client.expectString,
1397
1376
  Name: import_smithy_client.expectString,
1398
1377
  OutputBands: import_smithy_client._json,
@@ -1416,7 +1395,7 @@ var de_GetRasterDataCollectionCommand = /* @__PURE__ */ __name(async (output, co
1416
1395
  DescriptionPageUrl: import_smithy_client.expectString,
1417
1396
  ImageSourceBands: import_smithy_client._json,
1418
1397
  Name: import_smithy_client.expectString,
1419
- SupportedFilters: (_) => de_FilterList(_, context),
1398
+ SupportedFilters: /* @__PURE__ */ __name((_) => de_FilterList(_, context), "SupportedFilters"),
1420
1399
  Tags: import_smithy_client._json,
1421
1400
  Type: import_smithy_client.expectString
1422
1401
  });
@@ -1445,14 +1424,14 @@ var de_GetVectorEnrichmentJobCommand = /* @__PURE__ */ __name(async (output, con
1445
1424
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1446
1425
  const doc = (0, import_smithy_client.take)(data, {
1447
1426
  Arn: import_smithy_client.expectString,
1448
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1427
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
1449
1428
  DurationInSeconds: import_smithy_client.expectInt32,
1450
1429
  ErrorDetails: import_smithy_client._json,
1451
1430
  ExecutionRoleArn: import_smithy_client.expectString,
1452
1431
  ExportErrorDetails: import_smithy_client._json,
1453
1432
  ExportStatus: import_smithy_client.expectString,
1454
1433
  InputConfig: import_smithy_client._json,
1455
- JobConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
1434
+ JobConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "JobConfig"),
1456
1435
  KmsKeyId: import_smithy_client.expectString,
1457
1436
  Name: import_smithy_client.expectString,
1458
1437
  Status: import_smithy_client.expectString,
@@ -1471,7 +1450,7 @@ var de_ListEarthObservationJobsCommand = /* @__PURE__ */ __name(async (output, c
1471
1450
  });
1472
1451
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1473
1452
  const doc = (0, import_smithy_client.take)(data, {
1474
- EarthObservationJobSummaries: (_) => de_EarthObservationJobList(_, context),
1453
+ EarthObservationJobSummaries: /* @__PURE__ */ __name((_) => de_EarthObservationJobList(_, context), "EarthObservationJobSummaries"),
1475
1454
  NextToken: import_smithy_client.expectString
1476
1455
  });
1477
1456
  Object.assign(contents, doc);
@@ -1487,7 +1466,7 @@ var de_ListRasterDataCollectionsCommand = /* @__PURE__ */ __name(async (output,
1487
1466
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1488
1467
  const doc = (0, import_smithy_client.take)(data, {
1489
1468
  NextToken: import_smithy_client.expectString,
1490
- RasterDataCollectionSummaries: (_) => de_DataCollectionsList(_, context)
1469
+ RasterDataCollectionSummaries: /* @__PURE__ */ __name((_) => de_DataCollectionsList(_, context), "RasterDataCollectionSummaries")
1491
1470
  });
1492
1471
  Object.assign(contents, doc);
1493
1472
  return contents;
@@ -1516,7 +1495,7 @@ var de_ListVectorEnrichmentJobsCommand = /* @__PURE__ */ __name(async (output, c
1516
1495
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1517
1496
  const doc = (0, import_smithy_client.take)(data, {
1518
1497
  NextToken: import_smithy_client.expectString,
1519
- VectorEnrichmentJobSummaries: (_) => de_VectorEnrichmentJobList(_, context)
1498
+ VectorEnrichmentJobSummaries: /* @__PURE__ */ __name((_) => de_VectorEnrichmentJobList(_, context), "VectorEnrichmentJobSummaries")
1520
1499
  });
1521
1500
  Object.assign(contents, doc);
1522
1501
  return contents;
@@ -1531,7 +1510,7 @@ var de_SearchRasterDataCollectionCommand = /* @__PURE__ */ __name(async (output,
1531
1510
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1532
1511
  const doc = (0, import_smithy_client.take)(data, {
1533
1512
  ApproximateResultCount: import_smithy_client.expectInt32,
1534
- Items: (_) => de_ItemSourceList(_, context),
1513
+ Items: /* @__PURE__ */ __name((_) => de_ItemSourceList(_, context), "Items"),
1535
1514
  NextToken: import_smithy_client.expectString
1536
1515
  });
1537
1516
  Object.assign(contents, doc);
@@ -1547,11 +1526,11 @@ var de_StartEarthObservationJobCommand = /* @__PURE__ */ __name(async (output, c
1547
1526
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1548
1527
  const doc = (0, import_smithy_client.take)(data, {
1549
1528
  Arn: import_smithy_client.expectString,
1550
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1529
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
1551
1530
  DurationInSeconds: import_smithy_client.expectInt32,
1552
1531
  ExecutionRoleArn: import_smithy_client.expectString,
1553
- InputConfig: (_) => de_InputConfigOutput(_, context),
1554
- JobConfig: (_) => de_JobConfigInput((0, import_core2.awsExpectUnion)(_), context),
1532
+ InputConfig: /* @__PURE__ */ __name((_) => de_InputConfigOutput(_, context), "InputConfig"),
1533
+ JobConfig: /* @__PURE__ */ __name((_) => de_JobConfigInput((0, import_core2.awsExpectUnion)(_), context), "JobConfig"),
1555
1534
  KmsKeyId: import_smithy_client.expectString,
1556
1535
  Name: import_smithy_client.expectString,
1557
1536
  Status: import_smithy_client.expectString,
@@ -1570,11 +1549,11 @@ var de_StartVectorEnrichmentJobCommand = /* @__PURE__ */ __name(async (output, c
1570
1549
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1571
1550
  const doc = (0, import_smithy_client.take)(data, {
1572
1551
  Arn: import_smithy_client.expectString,
1573
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1552
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
1574
1553
  DurationInSeconds: import_smithy_client.expectInt32,
1575
1554
  ExecutionRoleArn: import_smithy_client.expectString,
1576
1555
  InputConfig: import_smithy_client._json,
1577
- JobConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
1556
+ JobConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "JobConfig"),
1578
1557
  KmsKeyId: import_smithy_client.expectString,
1579
1558
  Name: import_smithy_client.expectString,
1580
1559
  Status: import_smithy_client.expectString,
@@ -1761,15 +1740,15 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1761
1740
  }, "de_ValidationExceptionRes");
1762
1741
  var se_AreaOfInterest = /* @__PURE__ */ __name((input, context) => {
1763
1742
  return AreaOfInterest.visit(input, {
1764
- AreaOfInterestGeometry: (value) => ({ AreaOfInterestGeometry: se_AreaOfInterestGeometry(value, context) }),
1765
- _: (name, value) => ({ [name]: value })
1743
+ AreaOfInterestGeometry: /* @__PURE__ */ __name((value) => ({ AreaOfInterestGeometry: se_AreaOfInterestGeometry(value, context) }), "AreaOfInterestGeometry"),
1744
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
1766
1745
  });
1767
1746
  }, "se_AreaOfInterest");
1768
1747
  var se_AreaOfInterestGeometry = /* @__PURE__ */ __name((input, context) => {
1769
1748
  return AreaOfInterestGeometry.visit(input, {
1770
- MultiPolygonGeometry: (value) => ({ MultiPolygonGeometry: se_MultiPolygonGeometryInput(value, context) }),
1771
- PolygonGeometry: (value) => ({ PolygonGeometry: se_PolygonGeometryInput(value, context) }),
1772
- _: (name, value) => ({ [name]: value })
1749
+ MultiPolygonGeometry: /* @__PURE__ */ __name((value) => ({ MultiPolygonGeometry: se_MultiPolygonGeometryInput(value, context) }), "MultiPolygonGeometry"),
1750
+ PolygonGeometry: /* @__PURE__ */ __name((value) => ({ PolygonGeometry: se_PolygonGeometryInput(value, context) }), "PolygonGeometry"),
1751
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
1773
1752
  });
1774
1753
  }, "se_AreaOfInterestGeometry");
1775
1754
  var se_EoCloudCoverInput = /* @__PURE__ */ __name((input, context) => {
@@ -1781,21 +1760,21 @@ var se_EoCloudCoverInput = /* @__PURE__ */ __name((input, context) => {
1781
1760
  var se_InputConfigInput = /* @__PURE__ */ __name((input, context) => {
1782
1761
  return (0, import_smithy_client.take)(input, {
1783
1762
  PreviousEarthObservationJobArn: [],
1784
- RasterDataCollectionQuery: (_) => se_RasterDataCollectionQueryInput(_, context)
1763
+ RasterDataCollectionQuery: /* @__PURE__ */ __name((_) => se_RasterDataCollectionQueryInput(_, context), "RasterDataCollectionQuery")
1785
1764
  });
1786
1765
  }, "se_InputConfigInput");
1787
1766
  var se_JobConfigInput = /* @__PURE__ */ __name((input, context) => {
1788
1767
  return JobConfigInput.visit(input, {
1789
- BandMathConfig: (value) => ({ BandMathConfig: (0, import_smithy_client._json)(value) }),
1790
- CloudMaskingConfig: (value) => ({ CloudMaskingConfig: (0, import_smithy_client._json)(value) }),
1791
- CloudRemovalConfig: (value) => ({ CloudRemovalConfig: (0, import_smithy_client._json)(value) }),
1792
- GeoMosaicConfig: (value) => ({ GeoMosaicConfig: (0, import_smithy_client._json)(value) }),
1793
- LandCoverSegmentationConfig: (value) => ({ LandCoverSegmentationConfig: (0, import_smithy_client._json)(value) }),
1794
- ResamplingConfig: (value) => ({ ResamplingConfig: se_ResamplingConfigInput(value, context) }),
1795
- StackConfig: (value) => ({ StackConfig: se_StackConfigInput(value, context) }),
1796
- TemporalStatisticsConfig: (value) => ({ TemporalStatisticsConfig: (0, import_smithy_client._json)(value) }),
1797
- ZonalStatisticsConfig: (value) => ({ ZonalStatisticsConfig: (0, import_smithy_client._json)(value) }),
1798
- _: (name, value) => ({ [name]: value })
1768
+ BandMathConfig: /* @__PURE__ */ __name((value) => ({ BandMathConfig: (0, import_smithy_client._json)(value) }), "BandMathConfig"),
1769
+ CloudMaskingConfig: /* @__PURE__ */ __name((value) => ({ CloudMaskingConfig: (0, import_smithy_client._json)(value) }), "CloudMaskingConfig"),
1770
+ CloudRemovalConfig: /* @__PURE__ */ __name((value) => ({ CloudRemovalConfig: (0, import_smithy_client._json)(value) }), "CloudRemovalConfig"),
1771
+ GeoMosaicConfig: /* @__PURE__ */ __name((value) => ({ GeoMosaicConfig: (0, import_smithy_client._json)(value) }), "GeoMosaicConfig"),
1772
+ LandCoverSegmentationConfig: /* @__PURE__ */ __name((value) => ({ LandCoverSegmentationConfig: (0, import_smithy_client._json)(value) }), "LandCoverSegmentationConfig"),
1773
+ ResamplingConfig: /* @__PURE__ */ __name((value) => ({ ResamplingConfig: se_ResamplingConfigInput(value, context) }), "ResamplingConfig"),
1774
+ StackConfig: /* @__PURE__ */ __name((value) => ({ StackConfig: se_StackConfigInput(value, context) }), "StackConfig"),
1775
+ TemporalStatisticsConfig: /* @__PURE__ */ __name((value) => ({ TemporalStatisticsConfig: (0, import_smithy_client._json)(value) }), "TemporalStatisticsConfig"),
1776
+ ZonalStatisticsConfig: /* @__PURE__ */ __name((value) => ({ ZonalStatisticsConfig: (0, import_smithy_client._json)(value) }), "ZonalStatisticsConfig"),
1777
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
1799
1778
  });
1800
1779
  }, "se_JobConfigInput");
1801
1780
  var se_LandsatCloudCoverLandInput = /* @__PURE__ */ __name((input, context) => {
@@ -1821,23 +1800,23 @@ var se_LinearRingsList = /* @__PURE__ */ __name((input, context) => {
1821
1800
  }, "se_LinearRingsList");
1822
1801
  var se_MultiPolygonGeometryInput = /* @__PURE__ */ __name((input, context) => {
1823
1802
  return (0, import_smithy_client.take)(input, {
1824
- Coordinates: (_) => se_LinearRingsList(_, context)
1803
+ Coordinates: /* @__PURE__ */ __name((_) => se_LinearRingsList(_, context), "Coordinates")
1825
1804
  });
1826
1805
  }, "se_MultiPolygonGeometryInput");
1827
1806
  var se_OutputResolutionResamplingInput = /* @__PURE__ */ __name((input, context) => {
1828
1807
  return (0, import_smithy_client.take)(input, {
1829
- UserDefined: (_) => se_UserDefined(_, context)
1808
+ UserDefined: /* @__PURE__ */ __name((_) => se_UserDefined(_, context), "UserDefined")
1830
1809
  });
1831
1810
  }, "se_OutputResolutionResamplingInput");
1832
1811
  var se_OutputResolutionStackInput = /* @__PURE__ */ __name((input, context) => {
1833
1812
  return (0, import_smithy_client.take)(input, {
1834
1813
  Predefined: [],
1835
- UserDefined: (_) => se_UserDefined(_, context)
1814
+ UserDefined: /* @__PURE__ */ __name((_) => se_UserDefined(_, context), "UserDefined")
1836
1815
  });
1837
1816
  }, "se_OutputResolutionStackInput");
1838
1817
  var se_PolygonGeometryInput = /* @__PURE__ */ __name((input, context) => {
1839
1818
  return (0, import_smithy_client.take)(input, {
1840
- Coordinates: (_) => se_LinearRings(_, context)
1819
+ Coordinates: /* @__PURE__ */ __name((_) => se_LinearRings(_, context), "Coordinates")
1841
1820
  });
1842
1821
  }, "se_PolygonGeometryInput");
1843
1822
  var se_Position = /* @__PURE__ */ __name((input, context) => {
@@ -1847,24 +1826,24 @@ var se_Position = /* @__PURE__ */ __name((input, context) => {
1847
1826
  }, "se_Position");
1848
1827
  var se_Property = /* @__PURE__ */ __name((input, context) => {
1849
1828
  return Property.visit(input, {
1850
- EoCloudCover: (value) => ({ EoCloudCover: se_EoCloudCoverInput(value, context) }),
1851
- LandsatCloudCoverLand: (value) => ({ LandsatCloudCoverLand: se_LandsatCloudCoverLandInput(value, context) }),
1852
- Platform: (value) => ({ Platform: (0, import_smithy_client._json)(value) }),
1853
- ViewOffNadir: (value) => ({ ViewOffNadir: se_ViewOffNadirInput(value, context) }),
1854
- ViewSunAzimuth: (value) => ({ ViewSunAzimuth: se_ViewSunAzimuthInput(value, context) }),
1855
- ViewSunElevation: (value) => ({ ViewSunElevation: se_ViewSunElevationInput(value, context) }),
1856
- _: (name, value) => ({ [name]: value })
1829
+ EoCloudCover: /* @__PURE__ */ __name((value) => ({ EoCloudCover: se_EoCloudCoverInput(value, context) }), "EoCloudCover"),
1830
+ LandsatCloudCoverLand: /* @__PURE__ */ __name((value) => ({ LandsatCloudCoverLand: se_LandsatCloudCoverLandInput(value, context) }), "LandsatCloudCoverLand"),
1831
+ Platform: /* @__PURE__ */ __name((value) => ({ Platform: (0, import_smithy_client._json)(value) }), "Platform"),
1832
+ ViewOffNadir: /* @__PURE__ */ __name((value) => ({ ViewOffNadir: se_ViewOffNadirInput(value, context) }), "ViewOffNadir"),
1833
+ ViewSunAzimuth: /* @__PURE__ */ __name((value) => ({ ViewSunAzimuth: se_ViewSunAzimuthInput(value, context) }), "ViewSunAzimuth"),
1834
+ ViewSunElevation: /* @__PURE__ */ __name((value) => ({ ViewSunElevation: se_ViewSunElevationInput(value, context) }), "ViewSunElevation"),
1835
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
1857
1836
  });
1858
1837
  }, "se_Property");
1859
1838
  var se_PropertyFilter = /* @__PURE__ */ __name((input, context) => {
1860
1839
  return (0, import_smithy_client.take)(input, {
1861
- Property: (_) => se_Property(_, context)
1840
+ Property: /* @__PURE__ */ __name((_) => se_Property(_, context), "Property")
1862
1841
  });
1863
1842
  }, "se_PropertyFilter");
1864
1843
  var se_PropertyFilters = /* @__PURE__ */ __name((input, context) => {
1865
1844
  return (0, import_smithy_client.take)(input, {
1866
1845
  LogicalOperator: [],
1867
- Properties: (_) => se_PropertyFiltersList(_, context)
1846
+ Properties: /* @__PURE__ */ __name((_) => se_PropertyFiltersList(_, context), "Properties")
1868
1847
  });
1869
1848
  }, "se_PropertyFilters");
1870
1849
  var se_PropertyFiltersList = /* @__PURE__ */ __name((input, context) => {
@@ -1874,37 +1853,37 @@ var se_PropertyFiltersList = /* @__PURE__ */ __name((input, context) => {
1874
1853
  }, "se_PropertyFiltersList");
1875
1854
  var se_RasterDataCollectionQueryInput = /* @__PURE__ */ __name((input, context) => {
1876
1855
  return (0, import_smithy_client.take)(input, {
1877
- AreaOfInterest: (_) => se_AreaOfInterest(_, context),
1878
- PropertyFilters: (_) => se_PropertyFilters(_, context),
1856
+ AreaOfInterest: /* @__PURE__ */ __name((_) => se_AreaOfInterest(_, context), "AreaOfInterest"),
1857
+ PropertyFilters: /* @__PURE__ */ __name((_) => se_PropertyFilters(_, context), "PropertyFilters"),
1879
1858
  RasterDataCollectionArn: [],
1880
- TimeRangeFilter: (_) => se_TimeRangeFilterInput(_, context)
1859
+ TimeRangeFilter: /* @__PURE__ */ __name((_) => se_TimeRangeFilterInput(_, context), "TimeRangeFilter")
1881
1860
  });
1882
1861
  }, "se_RasterDataCollectionQueryInput");
1883
1862
  var se_RasterDataCollectionQueryWithBandFilterInput = /* @__PURE__ */ __name((input, context) => {
1884
1863
  return (0, import_smithy_client.take)(input, {
1885
- AreaOfInterest: (_) => se_AreaOfInterest(_, context),
1864
+ AreaOfInterest: /* @__PURE__ */ __name((_) => se_AreaOfInterest(_, context), "AreaOfInterest"),
1886
1865
  BandFilter: import_smithy_client._json,
1887
- PropertyFilters: (_) => se_PropertyFilters(_, context),
1888
- TimeRangeFilter: (_) => se_TimeRangeFilterInput(_, context)
1866
+ PropertyFilters: /* @__PURE__ */ __name((_) => se_PropertyFilters(_, context), "PropertyFilters"),
1867
+ TimeRangeFilter: /* @__PURE__ */ __name((_) => se_TimeRangeFilterInput(_, context), "TimeRangeFilter")
1889
1868
  });
1890
1869
  }, "se_RasterDataCollectionQueryWithBandFilterInput");
1891
1870
  var se_ResamplingConfigInput = /* @__PURE__ */ __name((input, context) => {
1892
1871
  return (0, import_smithy_client.take)(input, {
1893
1872
  AlgorithmName: [],
1894
- OutputResolution: (_) => se_OutputResolutionResamplingInput(_, context),
1873
+ OutputResolution: /* @__PURE__ */ __name((_) => se_OutputResolutionResamplingInput(_, context), "OutputResolution"),
1895
1874
  TargetBands: import_smithy_client._json
1896
1875
  });
1897
1876
  }, "se_ResamplingConfigInput");
1898
1877
  var se_StackConfigInput = /* @__PURE__ */ __name((input, context) => {
1899
1878
  return (0, import_smithy_client.take)(input, {
1900
- OutputResolution: (_) => se_OutputResolutionStackInput(_, context),
1879
+ OutputResolution: /* @__PURE__ */ __name((_) => se_OutputResolutionStackInput(_, context), "OutputResolution"),
1901
1880
  TargetBands: import_smithy_client._json
1902
1881
  });
1903
1882
  }, "se_StackConfigInput");
1904
1883
  var se_TimeRangeFilterInput = /* @__PURE__ */ __name((input, context) => {
1905
1884
  return (0, import_smithy_client.take)(input, {
1906
- EndTime: (_) => _.getTime() / 1e3,
1907
- StartTime: (_) => _.getTime() / 1e3
1885
+ EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
1886
+ StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
1908
1887
  });
1909
1888
  }, "se_TimeRangeFilterInput");
1910
1889
  var se_UserDefined = /* @__PURE__ */ __name((input, context) => {
@@ -1986,23 +1965,23 @@ var de_FilterList = /* @__PURE__ */ __name((output, context) => {
1986
1965
  }, "de_FilterList");
1987
1966
  var de_Geometry = /* @__PURE__ */ __name((output, context) => {
1988
1967
  return (0, import_smithy_client.take)(output, {
1989
- Coordinates: (_) => de_LinearRings(_, context),
1968
+ Coordinates: /* @__PURE__ */ __name((_) => de_LinearRings(_, context), "Coordinates"),
1990
1969
  Type: import_smithy_client.expectString
1991
1970
  });
1992
1971
  }, "de_Geometry");
1993
1972
  var de_InputConfigOutput = /* @__PURE__ */ __name((output, context) => {
1994
1973
  return (0, import_smithy_client.take)(output, {
1995
1974
  PreviousEarthObservationJobArn: import_smithy_client.expectString,
1996
- RasterDataCollectionQuery: (_) => de_RasterDataCollectionQueryOutput(_, context)
1975
+ RasterDataCollectionQuery: /* @__PURE__ */ __name((_) => de_RasterDataCollectionQueryOutput(_, context), "RasterDataCollectionQuery")
1997
1976
  });
1998
1977
  }, "de_InputConfigOutput");
1999
1978
  var de_ItemSource = /* @__PURE__ */ __name((output, context) => {
2000
1979
  return (0, import_smithy_client.take)(output, {
2001
1980
  Assets: import_smithy_client._json,
2002
- DateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2003
- Geometry: (_) => de_Geometry(_, context),
1981
+ DateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DateTime"),
1982
+ Geometry: /* @__PURE__ */ __name((_) => de_Geometry(_, context), "Geometry"),
2004
1983
  Id: import_smithy_client.expectString,
2005
- Properties: (_) => de_Properties(_, context)
1984
+ Properties: /* @__PURE__ */ __name((_) => de_Properties(_, context), "Properties")
2006
1985
  });
2007
1986
  }, "de_ItemSource");
2008
1987
  var de_ItemSourceList = /* @__PURE__ */ __name((output, context) => {
@@ -2086,7 +2065,7 @@ var de_LinearRingsList = /* @__PURE__ */ __name((output, context) => {
2086
2065
  var de_ListEarthObservationJobOutputConfig = /* @__PURE__ */ __name((output, context) => {
2087
2066
  return (0, import_smithy_client.take)(output, {
2088
2067
  Arn: import_smithy_client.expectString,
2089
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2068
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
2090
2069
  DurationInSeconds: import_smithy_client.expectInt32,
2091
2070
  Name: import_smithy_client.expectString,
2092
2071
  OperationType: import_smithy_client.expectString,
@@ -2097,7 +2076,7 @@ var de_ListEarthObservationJobOutputConfig = /* @__PURE__ */ __name((output, con
2097
2076
  var de_ListVectorEnrichmentJobOutputConfig = /* @__PURE__ */ __name((output, context) => {
2098
2077
  return (0, import_smithy_client.take)(output, {
2099
2078
  Arn: import_smithy_client.expectString,
2100
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2079
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationTime"),
2101
2080
  DurationInSeconds: import_smithy_client.expectInt32,
2102
2081
  Name: import_smithy_client.expectString,
2103
2082
  Status: import_smithy_client.expectString,
@@ -2107,23 +2086,23 @@ var de_ListVectorEnrichmentJobOutputConfig = /* @__PURE__ */ __name((output, con
2107
2086
  }, "de_ListVectorEnrichmentJobOutputConfig");
2108
2087
  var de_MultiPolygonGeometryInput = /* @__PURE__ */ __name((output, context) => {
2109
2088
  return (0, import_smithy_client.take)(output, {
2110
- Coordinates: (_) => de_LinearRingsList(_, context)
2089
+ Coordinates: /* @__PURE__ */ __name((_) => de_LinearRingsList(_, context), "Coordinates")
2111
2090
  });
2112
2091
  }, "de_MultiPolygonGeometryInput");
2113
2092
  var de_OutputResolutionResamplingInput = /* @__PURE__ */ __name((output, context) => {
2114
2093
  return (0, import_smithy_client.take)(output, {
2115
- UserDefined: (_) => de_UserDefined(_, context)
2094
+ UserDefined: /* @__PURE__ */ __name((_) => de_UserDefined(_, context), "UserDefined")
2116
2095
  });
2117
2096
  }, "de_OutputResolutionResamplingInput");
2118
2097
  var de_OutputResolutionStackInput = /* @__PURE__ */ __name((output, context) => {
2119
2098
  return (0, import_smithy_client.take)(output, {
2120
2099
  Predefined: import_smithy_client.expectString,
2121
- UserDefined: (_) => de_UserDefined(_, context)
2100
+ UserDefined: /* @__PURE__ */ __name((_) => de_UserDefined(_, context), "UserDefined")
2122
2101
  });
2123
2102
  }, "de_OutputResolutionStackInput");
2124
2103
  var de_PolygonGeometryInput = /* @__PURE__ */ __name((output, context) => {
2125
2104
  return (0, import_smithy_client.take)(output, {
2126
- Coordinates: (_) => de_LinearRings(_, context)
2105
+ Coordinates: /* @__PURE__ */ __name((_) => de_LinearRings(_, context), "Coordinates")
2127
2106
  });
2128
2107
  }, "de_PolygonGeometryInput");
2129
2108
  var de_Position = /* @__PURE__ */ __name((output, context) => {
@@ -2177,13 +2156,13 @@ var de_Property = /* @__PURE__ */ __name((output, context) => {
2177
2156
  }, "de_Property");
2178
2157
  var de_PropertyFilter = /* @__PURE__ */ __name((output, context) => {
2179
2158
  return (0, import_smithy_client.take)(output, {
2180
- Property: (_) => de_Property((0, import_core2.awsExpectUnion)(_), context)
2159
+ Property: /* @__PURE__ */ __name((_) => de_Property((0, import_core2.awsExpectUnion)(_), context), "Property")
2181
2160
  });
2182
2161
  }, "de_PropertyFilter");
2183
2162
  var de_PropertyFilters = /* @__PURE__ */ __name((output, context) => {
2184
2163
  return (0, import_smithy_client.take)(output, {
2185
2164
  LogicalOperator: import_smithy_client.expectString,
2186
- Properties: (_) => de_PropertyFiltersList(_, context)
2165
+ Properties: /* @__PURE__ */ __name((_) => de_PropertyFiltersList(_, context), "Properties")
2187
2166
  });
2188
2167
  }, "de_PropertyFilters");
2189
2168
  var de_PropertyFiltersList = /* @__PURE__ */ __name((output, context) => {
@@ -2198,37 +2177,37 @@ var de_RasterDataCollectionMetadata = /* @__PURE__ */ __name((output, context) =
2198
2177
  Description: import_smithy_client.expectString,
2199
2178
  DescriptionPageUrl: import_smithy_client.expectString,
2200
2179
  Name: import_smithy_client.expectString,
2201
- SupportedFilters: (_) => de_FilterList(_, context),
2180
+ SupportedFilters: /* @__PURE__ */ __name((_) => de_FilterList(_, context), "SupportedFilters"),
2202
2181
  Tags: import_smithy_client._json,
2203
2182
  Type: import_smithy_client.expectString
2204
2183
  });
2205
2184
  }, "de_RasterDataCollectionMetadata");
2206
2185
  var de_RasterDataCollectionQueryOutput = /* @__PURE__ */ __name((output, context) => {
2207
2186
  return (0, import_smithy_client.take)(output, {
2208
- AreaOfInterest: (_) => de_AreaOfInterest((0, import_core2.awsExpectUnion)(_), context),
2209
- PropertyFilters: (_) => de_PropertyFilters(_, context),
2187
+ AreaOfInterest: /* @__PURE__ */ __name((_) => de_AreaOfInterest((0, import_core2.awsExpectUnion)(_), context), "AreaOfInterest"),
2188
+ PropertyFilters: /* @__PURE__ */ __name((_) => de_PropertyFilters(_, context), "PropertyFilters"),
2210
2189
  RasterDataCollectionArn: import_smithy_client.expectString,
2211
2190
  RasterDataCollectionName: import_smithy_client.expectString,
2212
- TimeRangeFilter: (_) => de_TimeRangeFilterOutput(_, context)
2191
+ TimeRangeFilter: /* @__PURE__ */ __name((_) => de_TimeRangeFilterOutput(_, context), "TimeRangeFilter")
2213
2192
  });
2214
2193
  }, "de_RasterDataCollectionQueryOutput");
2215
2194
  var de_ResamplingConfigInput = /* @__PURE__ */ __name((output, context) => {
2216
2195
  return (0, import_smithy_client.take)(output, {
2217
2196
  AlgorithmName: import_smithy_client.expectString,
2218
- OutputResolution: (_) => de_OutputResolutionResamplingInput(_, context),
2197
+ OutputResolution: /* @__PURE__ */ __name((_) => de_OutputResolutionResamplingInput(_, context), "OutputResolution"),
2219
2198
  TargetBands: import_smithy_client._json
2220
2199
  });
2221
2200
  }, "de_ResamplingConfigInput");
2222
2201
  var de_StackConfigInput = /* @__PURE__ */ __name((output, context) => {
2223
2202
  return (0, import_smithy_client.take)(output, {
2224
- OutputResolution: (_) => de_OutputResolutionStackInput(_, context),
2203
+ OutputResolution: /* @__PURE__ */ __name((_) => de_OutputResolutionStackInput(_, context), "OutputResolution"),
2225
2204
  TargetBands: import_smithy_client._json
2226
2205
  });
2227
2206
  }, "de_StackConfigInput");
2228
2207
  var de_TimeRangeFilterOutput = /* @__PURE__ */ __name((output, context) => {
2229
2208
  return (0, import_smithy_client.take)(output, {
2230
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2231
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
2209
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "EndTime"),
2210
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "StartTime")
2232
2211
  });
2233
2212
  }, "de_TimeRangeFilterOutput");
2234
2213
  var de_UserDefined = /* @__PURE__ */ __name((output, context) => {
@@ -46,8 +46,5 @@ export declare const getRuntimeConfig: (config: SageMakerGeospatialClientConfig)
46
46
  signingEscapePath?: boolean | undefined;
47
47
  systemClockOffset?: number | undefined;
48
48
  signingRegion?: string | undefined;
49
- /**
50
- * @internal
51
- */
52
49
  signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
53
50
  };
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.758.0",
4
+ "version": "3.774.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,17 +20,17 @@
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.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
25
- "@aws-sdk/middleware-host-header": "3.734.0",
23
+ "@aws-sdk/core": "3.774.0",
24
+ "@aws-sdk/credential-provider-node": "3.774.0",
25
+ "@aws-sdk/middleware-host-header": "3.774.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.758.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.774.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.758.0",
33
+ "@aws-sdk/util-user-agent-node": "3.774.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
35
  "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",