aws-sdk-sagemakergeospatial 1.0.0 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee43913ba6742fb46d5e3b47c150839248909ace8aacc8718423ad64ed00f3d6
4
- data.tar.gz: 9ea8299b19b9542841484acbbf7b9bf524a4032db227761b52af7737ad926f7a
3
+ metadata.gz: 5ec99f00b0ff1d3021c94281f610971245e8c3c574b1af71640e0b2b361f0405
4
+ data.tar.gz: 3c56fa75e5c65096278b911313598ec5ef607c98e8fb0f3e0e345a405958e1a6
5
5
  SHA512:
6
- metadata.gz: bce981ff4b3558630ae582365dc095aa28d5925012521244514838b8c31028ca721c587c3b6682b7275db011c1d41a0604683f155fa4f31d183ec2e8b1fbaec0
7
- data.tar.gz: 550d16e4b5e95756c1d3da1f0d9c25da3c8df728f43ce8ae39e0937631b88f8b17f070dc9344f056b4da42eda553561073bf14537fc94ed6e0a54256b944c965
6
+ metadata.gz: 27295a8f7c6e777d9c19575e019571152ad884b0d116b89faf622940583bb0ec51fc87c2d439c7e8dd1f9e4172f0141a206c85f97d6e3cc4861453b1ac70a568
7
+ data.tar.gz: d6cba4872ade6e2bc7b768a0e04cade9482346659269b19355e12b96f685b5846875e35f22d5b8db8bda8c01863841b863476afd9886cdd4aad013dd0550fe45
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2023-03-30)
5
+ ------------------
6
+
7
+ * Feature - Amazon SageMaker geospatial capabilities now supports server-side encryption with customer managed KMS key and SageMaker notebooks with a SageMaker geospatial image in a Amazon SageMaker Domain with VPC only mode.
8
+
9
+ 1.1.0 (2023-01-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
15
+
4
16
  1.0.0 (2022-11-30)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.2.0
@@ -415,12 +415,20 @@ module Aws::SageMakerGeospatial
415
415
  end
416
416
 
417
417
  # Use this operation to export results of an Earth Observation job and
418
- # optionally source images used as input to the EOJ to an S3 location.
418
+ # optionally source images used as input to the EOJ to an Amazon S3
419
+ # location.
419
420
  #
420
421
  # @option params [required, String] :arn
421
422
  # The input Amazon Resource Name (ARN) of the Earth Observation job
422
423
  # being exported.
423
424
  #
425
+ # @option params [String] :client_token
426
+ # A unique token that guarantees that the call to this API is
427
+ # idempotent.
428
+ #
429
+ # **A suitable default value is auto-generated.** You should normally
430
+ # not need to pass this option.**
431
+ #
424
432
  # @option params [required, String] :execution_role_arn
425
433
  # The Amazon Resource Name (ARN) of the IAM role that you specified for
426
434
  # the job.
@@ -445,12 +453,13 @@ module Aws::SageMakerGeospatial
445
453
  #
446
454
  # resp = client.export_earth_observation_job({
447
455
  # arn: "EarthObservationJobArn", # required
448
- # execution_role_arn: "String", # required
456
+ # client_token: "ExportEarthObservationJobInputClientTokenString",
457
+ # execution_role_arn: "ExecutionRoleArn", # required
449
458
  # export_source_images: false,
450
459
  # output_config: { # required
451
460
  # s3_data: { # required
452
- # kms_key_id: "String",
453
- # s3_uri: "String", # required
461
+ # kms_key_id: "KmsKey",
462
+ # s3_uri: "S3Uri", # required
454
463
  # },
455
464
  # },
456
465
  # })
@@ -474,12 +483,19 @@ module Aws::SageMakerGeospatial
474
483
  req.send_request(options)
475
484
  end
476
485
 
477
- # Use this operation to copy results of a Vector Enrichment job to an S3
478
- # location.
486
+ # Use this operation to copy results of a Vector Enrichment job to an
487
+ # Amazon S3 location.
479
488
  #
480
489
  # @option params [required, String] :arn
481
490
  # The Amazon Resource Name (ARN) of the Vector Enrichment job.
482
491
  #
492
+ # @option params [String] :client_token
493
+ # A unique token that guarantees that the call to this API is
494
+ # idempotent.
495
+ #
496
+ # **A suitable default value is auto-generated.** You should normally
497
+ # not need to pass this option.**
498
+ #
483
499
  # @option params [required, String] :execution_role_arn
484
500
  # The Amazon Resource Name (ARN) of the IAM rolewith permission to
485
501
  # upload to the location in OutputConfig.
@@ -500,11 +516,12 @@ module Aws::SageMakerGeospatial
500
516
  #
501
517
  # resp = client.export_vector_enrichment_job({
502
518
  # arn: "VectorEnrichmentJobArn", # required
503
- # execution_role_arn: "String", # required
519
+ # client_token: "ExportVectorEnrichmentJobInputClientTokenString",
520
+ # execution_role_arn: "ExecutionRoleArn", # required
504
521
  # output_config: { # required
505
522
  # s3_data: { # required
506
- # kms_key_id: "String",
507
- # s3_uri: "String", # required
523
+ # kms_key_id: "KmsKey",
524
+ # s3_uri: "S3Uri", # required
508
525
  # },
509
526
  # },
510
527
  # })
@@ -632,6 +649,7 @@ module Aws::SageMakerGeospatial
632
649
  # resp.job_config.zonal_statistics_config.target_bands #=> Array
633
650
  # resp.job_config.zonal_statistics_config.target_bands[0] #=> String
634
651
  # resp.job_config.zonal_statistics_config.zone_s3_path #=> String
652
+ # resp.job_config.zonal_statistics_config.zone_s3_path_kms_key_id #=> String
635
653
  # resp.kms_key_id #=> String
636
654
  # resp.name #=> String
637
655
  # resp.output_bands #=> Array
@@ -704,6 +722,9 @@ module Aws::SageMakerGeospatial
704
722
  # @option params [required, String] :arn
705
723
  # The Amazon Resource Name (ARN) of the tile operation.
706
724
  #
725
+ # @option params [String] :execution_role_arn
726
+ # The Amazon Resource Name (ARN) of the IAM role that you specify.
727
+ #
707
728
  # @option params [required, Array<String>] :image_assets
708
729
  # The particular assets or bands to tile.
709
730
  #
@@ -744,6 +765,7 @@ module Aws::SageMakerGeospatial
744
765
  #
745
766
  # resp = client.get_tile({
746
767
  # arn: "EarthObservationJobArn", # required
768
+ # execution_role_arn: "ExecutionRoleArn",
747
769
  # image_assets: ["String"], # required
748
770
  # image_mask: false,
749
771
  # output_data_type: "INT32", # accepts INT32, FLOAT32, INT16, FLOAT64, UINT16
@@ -1040,6 +1062,16 @@ module Aws::SageMakerGeospatial
1040
1062
  # in your next request to receive the next set of results.
1041
1063
  #
1042
1064
  # @option params [required, Types::RasterDataCollectionQueryWithBandFilterInput] :raster_data_collection_query
1065
+ # RasterDataCollectionQuery consisting of [AreaOfInterest(AOI)][1],
1066
+ # [PropertyFilters][2] and [TimeRangeFilterInput][3] used in
1067
+ # [SearchRasterDataCollection][4].
1068
+ #
1069
+ #
1070
+ #
1071
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_AreaOfInterest.html
1072
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_PropertyFilter.html
1073
+ # [3]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_TimeRangeFilterInput.html
1074
+ # [4]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_SearchRasterDataCollection.html
1043
1075
  #
1044
1076
  # @return [Types::SearchRasterDataCollectionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1045
1077
  #
@@ -1166,8 +1198,7 @@ module Aws::SageMakerGeospatial
1166
1198
  # An object containing information about the job configuration.
1167
1199
  #
1168
1200
  # @option params [String] :kms_key_id
1169
- # The Amazon Key Management Service (KMS) key ID for server-side
1170
- # encryption.
1201
+ # The Key Management Service key ID for server-side encryption.
1171
1202
  #
1172
1203
  # @option params [required, String] :name
1173
1204
  # The name of the Earth Observation job.
@@ -1191,17 +1222,17 @@ module Aws::SageMakerGeospatial
1191
1222
  # @example Request syntax with placeholder values
1192
1223
  #
1193
1224
  # resp = client.start_earth_observation_job({
1194
- # client_token: "String",
1195
- # execution_role_arn: "String",
1225
+ # client_token: "StartEarthObservationJobInputClientTokenString",
1226
+ # execution_role_arn: "ExecutionRoleArn",
1196
1227
  # input_config: { # required
1197
1228
  # data_source_config: {
1198
1229
  # s3_data: {
1199
- # kms_key_id: "String",
1230
+ # kms_key_id: "KmsKey",
1200
1231
  # metadata_provider: "PLANET_ORDER", # required, accepts PLANET_ORDER
1201
- # s3_uri: "String", # required
1232
+ # s3_uri: "S3Uri", # required
1202
1233
  # },
1203
1234
  # },
1204
- # previous_earth_observation_job_arn: "String",
1235
+ # previous_earth_observation_job_arn: "EarthObservationJobArn",
1205
1236
  # raster_data_collection_query: {
1206
1237
  # area_of_interest: {
1207
1238
  # area_of_interest_geometry: {
@@ -1256,7 +1287,7 @@ module Aws::SageMakerGeospatial
1256
1287
  # },
1257
1288
  # ],
1258
1289
  # },
1259
- # raster_data_collection_arn: "String", # required
1290
+ # raster_data_collection_arn: "DataCollectionArn", # required
1260
1291
  # time_range_filter: { # required
1261
1292
  # end_time: Time.now, # required
1262
1293
  # start_time: Time.now, # required
@@ -1317,11 +1348,12 @@ module Aws::SageMakerGeospatial
1317
1348
  # zonal_statistics_config: {
1318
1349
  # statistics: ["MEAN"], # required, accepts MEAN, MEDIAN, STANDARD_DEVIATION, MAX, MIN, SUM
1319
1350
  # target_bands: ["String"],
1320
- # zone_s3_path: "String", # required
1351
+ # zone_s3_path: "S3Uri", # required
1352
+ # zone_s3_path_kms_key_id: "KmsKey",
1321
1353
  # },
1322
1354
  # },
1323
- # kms_key_id: "String",
1324
- # name: "String", # required
1355
+ # kms_key_id: "KmsKey",
1356
+ # name: "StartEarthObservationJobInputNameString", # required
1325
1357
  # tags: {
1326
1358
  # "String" => "String",
1327
1359
  # },
@@ -1397,6 +1429,7 @@ module Aws::SageMakerGeospatial
1397
1429
  # resp.job_config.zonal_statistics_config.target_bands #=> Array
1398
1430
  # resp.job_config.zonal_statistics_config.target_bands[0] #=> String
1399
1431
  # resp.job_config.zonal_statistics_config.zone_s3_path #=> String
1432
+ # resp.job_config.zonal_statistics_config.zone_s3_path_kms_key_id #=> String
1400
1433
  # resp.kms_key_id #=> String
1401
1434
  # resp.name #=> String
1402
1435
  # resp.status #=> String, one of "INITIALIZING", "IN_PROGRESS", "STOPPING", "COMPLETED", "STOPPED", "FAILED", "DELETING", "DELETED"
@@ -1433,8 +1466,7 @@ module Aws::SageMakerGeospatial
1433
1466
  # An object containing information about the job configuration.
1434
1467
  #
1435
1468
  # @option params [String] :kms_key_id
1436
- # The Amazon Key Management Service (KMS) key ID for server-side
1437
- # encryption.
1469
+ # The Key Management Service key ID for server-side encryption.
1438
1470
  #
1439
1471
  # @option params [required, String] :name
1440
1472
  # The name of the Vector Enrichment job.
@@ -1459,13 +1491,13 @@ module Aws::SageMakerGeospatial
1459
1491
  # @example Request syntax with placeholder values
1460
1492
  #
1461
1493
  # resp = client.start_vector_enrichment_job({
1462
- # client_token: "String",
1463
- # execution_role_arn: "String", # required
1494
+ # client_token: "StartVectorEnrichmentJobInputClientTokenString",
1495
+ # execution_role_arn: "ExecutionRoleArn", # required
1464
1496
  # input_config: { # required
1465
1497
  # data_source_config: { # required
1466
1498
  # s3_data: {
1467
- # kms_key_id: "String",
1468
- # s3_uri: "String", # required
1499
+ # kms_key_id: "KmsKey",
1500
+ # s3_uri: "S3Uri", # required
1469
1501
  # },
1470
1502
  # },
1471
1503
  # document_type: "CSV", # required, accepts CSV
@@ -1482,8 +1514,8 @@ module Aws::SageMakerGeospatial
1482
1514
  # y_attribute_name: "String", # required
1483
1515
  # },
1484
1516
  # },
1485
- # kms_key_id: "String",
1486
- # name: "String", # required
1517
+ # kms_key_id: "KmsKey",
1518
+ # name: "StartVectorEnrichmentJobInputNameString", # required
1487
1519
  # tags: {
1488
1520
  # "String" => "String",
1489
1521
  # },
@@ -1632,7 +1664,7 @@ module Aws::SageMakerGeospatial
1632
1664
  params: params,
1633
1665
  config: config)
1634
1666
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1635
- context[:gem_version] = '1.0.0'
1667
+ context[:gem_version] = '1.2.0'
1636
1668
  Seahorse::Client::Request.new(handlers, context)
1637
1669
  end
1638
1670