aws-sdk-glue 1.38.0 → 1.39.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
  SHA1:
3
- metadata.gz: f4e9e735d4da29c85baa9fedd6b1685d7354b8df
4
- data.tar.gz: b312637dd7926eb175b1e1c453aa061f3bfc351c
3
+ metadata.gz: 6cc50d1ae6a7745e7632e4846367a6f225bf51fa
4
+ data.tar.gz: 933030b10a88963970132da7c186f94cc03558ed
5
5
  SHA512:
6
- metadata.gz: 4fce18aabd522e50a7be671289f3b27216c2d12667a1771d50635c889966123393edeba860002e134b177dacf79c5e4b19457691f52917a5b1e1fd1e08f8718f
7
- data.tar.gz: ff3ecf4e5e6486e8efc573e3b195dbd6235c2327a7df66f10c2503245c0f3840749077b0f1d80522f673c3104ce951333a1100c36dc396d9257614bbbd95b948
6
+ metadata.gz: 7b2c399e69bf1a6d948c8ca412bee1984b663fdd19732a9ca50554c0cd8171617213709d235b0dd66c09202d0a4fdd2a0880e4f2e153d70c9b3dbe6a75265d23
7
+ data.tar.gz: a99adfb7d9be5fd19cda6f4d46c31464d312b959ac1fefff15e7565112cf9077729204851acb340d96c34255be14e4803c30d2e55e2a05cb1c82dcc1a141e313
data/lib/aws-sdk-glue.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-glue/customizations'
42
42
  # @service
43
43
  module Aws::Glue
44
44
 
45
- GEM_VERSION = '1.38.0'
45
+ GEM_VERSION = '1.39.0'
46
46
 
47
47
  end
@@ -626,15 +626,15 @@ module Aws::Glue
626
626
  req.send_request(options)
627
627
  end
628
628
 
629
- # Returns a list of resource metadata for a given list of DevEndpoint
630
- # names. After calling the `ListDevEndpoints` operation, you can call
631
- # this operation to access the data to which you have been granted
632
- # permissions. This operation supports all IAM permissions, including
633
- # permission conditions that uses tags.
629
+ # Returns a list of resource metadata for a given list of development
630
+ # endpoint names. After calling the `ListDevEndpoints` operation, you
631
+ # can call this operation to access the data to which you have been
632
+ # granted permissions. This operation supports all IAM permissions,
633
+ # including permission conditions that uses tags.
634
634
  #
635
635
  # @option params [required, Array<String>] :dev_endpoint_names
636
- # The list of DevEndpoint names, which may be the names returned from
637
- # the `ListDevEndpoint` operation.
636
+ # The list of `DevEndpoint` names, which might be the names returned
637
+ # from the `ListDevEndpoint` operation.
638
638
  #
639
639
  # @return [Types::BatchGetDevEndpointsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
640
640
  #
@@ -660,6 +660,8 @@ module Aws::Glue
660
660
  # resp.dev_endpoints[0].zeppelin_remote_spark_interpreter_port #=> Integer
661
661
  # resp.dev_endpoints[0].public_address #=> String
662
662
  # resp.dev_endpoints[0].status #=> String
663
+ # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X"
664
+ # resp.dev_endpoints[0].number_of_workers #=> Integer
663
665
  # resp.dev_endpoints[0].number_of_nodes #=> Integer
664
666
  # resp.dev_endpoints[0].availability_zone #=> String
665
667
  # resp.dev_endpoints[0].vpc_id #=> String
@@ -733,6 +735,7 @@ module Aws::Glue
733
735
  # resp.jobs[0].number_of_workers #=> Integer
734
736
  # resp.jobs[0].security_configuration #=> String
735
737
  # resp.jobs[0].notification_property.notify_delay_after #=> Integer
738
+ # resp.jobs[0].glue_version #=> String
736
739
  # resp.jobs_not_found #=> Array
737
740
  # resp.jobs_not_found[0] #=> String
738
741
  #
@@ -987,6 +990,7 @@ module Aws::Glue
987
990
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
988
991
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
989
992
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
993
+ # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
990
994
  # resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls #=> Array
991
995
  # resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "SUCCEEDED", "CANCELLED", "FAILED"
992
996
  # resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -1048,6 +1052,7 @@ module Aws::Glue
1048
1052
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
1049
1053
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
1050
1054
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
1055
+ # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].glue_version #=> String
1051
1056
  # resp.workflows[0].graph.nodes[0].crawler_details.crawls #=> Array
1052
1057
  # resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "SUCCEEDED", "CANCELLED", "FAILED"
1053
1058
  # resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -1366,34 +1371,34 @@ module Aws::Glue
1366
1371
  req.send_request(options)
1367
1372
  end
1368
1373
 
1369
- # Creates a new DevEndpoint.
1374
+ # Creates a new development endpoint.
1370
1375
  #
1371
1376
  # @option params [required, String] :endpoint_name
1372
- # The name to be assigned to the new DevEndpoint.
1377
+ # The name to be assigned to the new `DevEndpoint`.
1373
1378
  #
1374
1379
  # @option params [required, String] :role_arn
1375
- # The IAM role for the DevEndpoint.
1380
+ # The IAM role for the `DevEndpoint`.
1376
1381
  #
1377
1382
  # @option params [Array<String>] :security_group_ids
1378
1383
  # Security group IDs for the security groups to be used by the new
1379
- # DevEndpoint.
1384
+ # `DevEndpoint`.
1380
1385
  #
1381
1386
  # @option params [String] :subnet_id
1382
- # The subnet ID for the new DevEndpoint to use.
1387
+ # The subnet ID for the new `DevEndpoint` to use.
1383
1388
  #
1384
1389
  # @option params [String] :public_key
1385
- # The public key to be used by this DevEndpoint for authentication. This
1386
- # attribute is provided for backward compatibility, as the recommended
1387
- # attribute to use is public keys.
1390
+ # The public key to be used by this `DevEndpoint` for authentication.
1391
+ # This attribute is provided for backward compatibility because the
1392
+ # recommended attribute to use is public keys.
1388
1393
  #
1389
1394
  # @option params [Array<String>] :public_keys
1390
- # A list of public keys to be used by the DevEndpoints for
1395
+ # A list of public keys to be used by the development endpoints for
1391
1396
  # authentication. The use of this attribute is preferred over a single
1392
1397
  # public key because the public keys allow you to have a different
1393
1398
  # private key per client.
1394
1399
  #
1395
1400
  # <note markdown="1"> If you previously created an endpoint with a public key, you must
1396
- # remove that key to be able to set a list of public keys: call the
1401
+ # remove that key to be able to set a list of public keys. Call the
1397
1402
  # `UpdateDevEndpoint` API with the public key content in the
1398
1403
  # `deletePublicKeys` attribute, and the list of new keys in the
1399
1404
  # `addPublicKeys` attribute.
@@ -1402,28 +1407,52 @@ module Aws::Glue
1402
1407
  #
1403
1408
  # @option params [Integer] :number_of_nodes
1404
1409
  # The number of AWS Glue Data Processing Units (DPUs) to allocate to
1405
- # this DevEndpoint.
1410
+ # this `DevEndpoint`.
1411
+ #
1412
+ # @option params [String] :worker_type
1413
+ # The type of predefined worker that is allocated to the development
1414
+ # endpoint. Accepts a value of Standard, G.1X, or G.2X.
1415
+ #
1416
+ # * For the `Standard` worker type, each worker provides 4 vCPU, 16 GB
1417
+ # of memory and a 50GB disk, and 2 executors per worker.
1418
+ #
1419
+ # * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPU, 16 GB
1420
+ # of memory, 64 GB disk), and provides 1 executor per worker. We
1421
+ # recommend this worker type for memory-intensive jobs.
1422
+ #
1423
+ # * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPU, 32 GB
1424
+ # of memory, 128 GB disk), and provides 1 executor per worker. We
1425
+ # recommend this worker type for memory-intensive jobs.
1426
+ #
1427
+ # @option params [Integer] :number_of_workers
1428
+ # The number of workers of a defined `workerType` that are allocated to
1429
+ # the development endpoint.
1430
+ #
1431
+ # The maximum number of workers you can define are 299 for `G.1X`, and
1432
+ # 149 for `G.2X`.
1406
1433
  #
1407
1434
  # @option params [String] :extra_python_libs_s3_path
1408
- # Path(s) to one or more Python libraries in an S3 bucket that should be
1409
- # loaded in your DevEndpoint. Multiple values must be complete paths
1410
- # separated by a comma.
1435
+ # The paths to one or more Python libraries in an Amazon S3 bucket that
1436
+ # should be loaded in your `DevEndpoint`. Multiple values must be
1437
+ # complete paths separated by a comma.
1411
1438
  #
1412
- # Please note that only pure Python libraries can currently be used on a
1413
- # DevEndpoint. Libraries that rely on C extensions, such as the
1414
- # [pandas][1] Python data analysis library, are not yet supported.
1439
+ # <note markdown="1"> You can only use pure Python libraries with a `DevEndpoint`. Libraries
1440
+ # that rely on C extensions, such as the [pandas][1] Python data
1441
+ # analysis library, are not yet supported.
1442
+ #
1443
+ # </note>
1415
1444
  #
1416
1445
  #
1417
1446
  #
1418
1447
  # [1]: http://pandas.pydata.org/
1419
1448
  #
1420
1449
  # @option params [String] :extra_jars_s3_path
1421
- # Path to one or more Java Jars in an S3 bucket that should be loaded in
1422
- # your DevEndpoint.
1450
+ # The path to one or more Java `.jar` files in an S3 bucket that should
1451
+ # be loaded in your `DevEndpoint`.
1423
1452
  #
1424
1453
  # @option params [String] :security_configuration
1425
- # The name of the SecurityConfiguration structure to be used with this
1426
- # DevEndpoint.
1454
+ # The name of the `SecurityConfiguration` structure to be used with this
1455
+ # `DevEndpoint`.
1427
1456
  #
1428
1457
  # @option params [Hash<String,String>] :tags
1429
1458
  # The tags to use with this DevEndpoint. You may use tags to limit
@@ -1432,10 +1461,10 @@ module Aws::Glue
1432
1461
  #
1433
1462
  #
1434
1463
  #
1435
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
1464
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
1436
1465
  #
1437
1466
  # @option params [Hash<String,String>] :arguments
1438
- # A map of arguments used to configure the DevEndpoint.
1467
+ # A map of arguments used to configure the `DevEndpoint`.
1439
1468
  #
1440
1469
  # @return [Types::CreateDevEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1441
1470
  #
@@ -1447,6 +1476,8 @@ module Aws::Glue
1447
1476
  # * {Types::CreateDevEndpointResponse#yarn_endpoint_address #yarn_endpoint_address} => String
1448
1477
  # * {Types::CreateDevEndpointResponse#zeppelin_remote_spark_interpreter_port #zeppelin_remote_spark_interpreter_port} => Integer
1449
1478
  # * {Types::CreateDevEndpointResponse#number_of_nodes #number_of_nodes} => Integer
1479
+ # * {Types::CreateDevEndpointResponse#worker_type #worker_type} => String
1480
+ # * {Types::CreateDevEndpointResponse#number_of_workers #number_of_workers} => Integer
1450
1481
  # * {Types::CreateDevEndpointResponse#availability_zone #availability_zone} => String
1451
1482
  # * {Types::CreateDevEndpointResponse#vpc_id #vpc_id} => String
1452
1483
  # * {Types::CreateDevEndpointResponse#extra_python_libs_s3_path #extra_python_libs_s3_path} => String
@@ -1466,6 +1497,8 @@ module Aws::Glue
1466
1497
  # public_key: "GenericString",
1467
1498
  # public_keys: ["GenericString"],
1468
1499
  # number_of_nodes: 1,
1500
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X
1501
+ # number_of_workers: 1,
1469
1502
  # extra_python_libs_s3_path: "GenericString",
1470
1503
  # extra_jars_s3_path: "GenericString",
1471
1504
  # security_configuration: "NameString",
@@ -1488,6 +1521,8 @@ module Aws::Glue
1488
1521
  # resp.yarn_endpoint_address #=> String
1489
1522
  # resp.zeppelin_remote_spark_interpreter_port #=> Integer
1490
1523
  # resp.number_of_nodes #=> Integer
1524
+ # resp.worker_type #=> String, one of "Standard", "G.1X", "G.2X"
1525
+ # resp.number_of_workers #=> Integer
1491
1526
  # resp.availability_zone #=> String
1492
1527
  # resp.vpc_id #=> String
1493
1528
  # resp.extra_python_libs_s3_path #=> String
@@ -1614,6 +1649,22 @@ module Aws::Glue
1614
1649
  # @option params [Types::NotificationProperty] :notification_property
1615
1650
  # Specifies configuration properties of a job notification.
1616
1651
  #
1652
+ # @option params [String] :glue_version
1653
+ # Glue version determines the versions of Apache Spark and Python that
1654
+ # AWS Glue supports. The Python version indicates the version supported
1655
+ # for jobs of type Spark.
1656
+ #
1657
+ # For more information about the available AWS Glue versions and
1658
+ # corresponding Spark and Python versions, see [Glue version][1] in the
1659
+ # developer guide.
1660
+ #
1661
+ # Jobs that are created without specifying a Glue version default to
1662
+ # Glue 0.9.
1663
+ #
1664
+ #
1665
+ #
1666
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/add-job.html
1667
+ #
1617
1668
  # @option params [Integer] :number_of_workers
1618
1669
  # The number of workers of a defined `workerType` that are allocated
1619
1670
  # when a job runs.
@@ -1672,8 +1723,9 @@ module Aws::Glue
1672
1723
  # notification_property: {
1673
1724
  # notify_delay_after: 1,
1674
1725
  # },
1726
+ # glue_version: "GlueVersionString",
1675
1727
  # number_of_workers: 1,
1676
- # worker_type: "NameString",
1728
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X
1677
1729
  # })
1678
1730
  #
1679
1731
  # @example Response structure
@@ -1829,7 +1881,15 @@ module Aws::Glue
1829
1881
  req.send_request(options)
1830
1882
  end
1831
1883
 
1832
- # Creates a new security configuration.
1884
+ # Creates a new security configuration. A security configuration is a
1885
+ # set of security properties that can be used by AWS Glue. You can use a
1886
+ # security configuration to encrypt data at rest. For information about
1887
+ # using security configurations in AWS Glue, see [Encrypting Data
1888
+ # Written by Crawlers, Jobs, and Development Endpoints][1].
1889
+ #
1890
+ #
1891
+ #
1892
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html
1833
1893
  #
1834
1894
  # @option params [required, String] :name
1835
1895
  # The name for the new security configuration.
@@ -2277,10 +2337,10 @@ module Aws::Glue
2277
2337
  req.send_request(options)
2278
2338
  end
2279
2339
 
2280
- # Deletes a specified DevEndpoint.
2340
+ # Deletes a specified development endpoint.
2281
2341
  #
2282
2342
  # @option params [required, String] :endpoint_name
2283
- # The name of the DevEndpoint.
2343
+ # The name of the `DevEndpoint`.
2284
2344
  #
2285
2345
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2286
2346
  #
@@ -3195,7 +3255,7 @@ module Aws::Glue
3195
3255
  req.send_request(options)
3196
3256
  end
3197
3257
 
3198
- # Retrieves information about a specified DevEndpoint.
3258
+ # Retrieves information about a specified development endpoint.
3199
3259
  #
3200
3260
  # <note markdown="1"> When you create a development endpoint in a virtual private cloud
3201
3261
  # (VPC), AWS Glue returns only a private IP address, and the public IP
@@ -3205,7 +3265,7 @@ module Aws::Glue
3205
3265
  # </note>
3206
3266
  #
3207
3267
  # @option params [required, String] :endpoint_name
3208
- # Name of the DevEndpoint for which to retrieve information.
3268
+ # Name of the `DevEndpoint` to retrieve information for.
3209
3269
  #
3210
3270
  # @return [Types::GetDevEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3211
3271
  #
@@ -3229,6 +3289,8 @@ module Aws::Glue
3229
3289
  # resp.dev_endpoint.zeppelin_remote_spark_interpreter_port #=> Integer
3230
3290
  # resp.dev_endpoint.public_address #=> String
3231
3291
  # resp.dev_endpoint.status #=> String
3292
+ # resp.dev_endpoint.worker_type #=> String, one of "Standard", "G.1X", "G.2X"
3293
+ # resp.dev_endpoint.number_of_workers #=> Integer
3232
3294
  # resp.dev_endpoint.number_of_nodes #=> Integer
3233
3295
  # resp.dev_endpoint.availability_zone #=> String
3234
3296
  # resp.dev_endpoint.vpc_id #=> String
@@ -3254,7 +3316,7 @@ module Aws::Glue
3254
3316
  req.send_request(options)
3255
3317
  end
3256
3318
 
3257
- # Retrieves all the DevEndpoints in this AWS account.
3319
+ # Retrieves all the development endpoints in this AWS account.
3258
3320
  #
3259
3321
  # <note markdown="1"> When you create a development endpoint in a virtual private cloud
3260
3322
  # (VPC), AWS Glue returns only a private IP address and the public IP
@@ -3294,6 +3356,8 @@ module Aws::Glue
3294
3356
  # resp.dev_endpoints[0].zeppelin_remote_spark_interpreter_port #=> Integer
3295
3357
  # resp.dev_endpoints[0].public_address #=> String
3296
3358
  # resp.dev_endpoints[0].status #=> String
3359
+ # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X"
3360
+ # resp.dev_endpoints[0].number_of_workers #=> Integer
3297
3361
  # resp.dev_endpoints[0].number_of_nodes #=> Integer
3298
3362
  # resp.dev_endpoints[0].availability_zone #=> String
3299
3363
  # resp.dev_endpoints[0].vpc_id #=> String
@@ -3359,6 +3423,7 @@ module Aws::Glue
3359
3423
  # resp.job.number_of_workers #=> Integer
3360
3424
  # resp.job.security_configuration #=> String
3361
3425
  # resp.job.notification_property.notify_delay_after #=> Integer
3426
+ # resp.job.glue_version #=> String
3362
3427
  #
3363
3428
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJob AWS API Documentation
3364
3429
  #
@@ -3418,6 +3483,7 @@ module Aws::Glue
3418
3483
  # resp.job_run.security_configuration #=> String
3419
3484
  # resp.job_run.log_group_name #=> String
3420
3485
  # resp.job_run.notification_property.notify_delay_after #=> Integer
3486
+ # resp.job_run.glue_version #=> String
3421
3487
  #
3422
3488
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobRun AWS API Documentation
3423
3489
  #
@@ -3479,6 +3545,7 @@ module Aws::Glue
3479
3545
  # resp.job_runs[0].security_configuration #=> String
3480
3546
  # resp.job_runs[0].log_group_name #=> String
3481
3547
  # resp.job_runs[0].notification_property.notify_delay_after #=> Integer
3548
+ # resp.job_runs[0].glue_version #=> String
3482
3549
  # resp.next_token #=> String
3483
3550
  #
3484
3551
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobRuns AWS API Documentation
@@ -3535,6 +3602,7 @@ module Aws::Glue
3535
3602
  # resp.jobs[0].number_of_workers #=> Integer
3536
3603
  # resp.jobs[0].security_configuration #=> String
3537
3604
  # resp.jobs[0].notification_property.notify_delay_after #=> Integer
3605
+ # resp.jobs[0].glue_version #=> String
3538
3606
  # resp.next_token #=> String
3539
3607
  #
3540
3608
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobs AWS API Documentation
@@ -4768,6 +4836,7 @@ module Aws::Glue
4768
4836
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
4769
4837
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
4770
4838
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
4839
+ # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
4771
4840
  # resp.workflow.last_run.graph.nodes[0].crawler_details.crawls #=> Array
4772
4841
  # resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "SUCCEEDED", "CANCELLED", "FAILED"
4773
4842
  # resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -4829,6 +4898,7 @@ module Aws::Glue
4829
4898
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
4830
4899
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
4831
4900
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
4901
+ # resp.workflow.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
4832
4902
  # resp.workflow.graph.nodes[0].crawler_details.crawls #=> Array
4833
4903
  # resp.workflow.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "SUCCEEDED", "CANCELLED", "FAILED"
4834
4904
  # resp.workflow.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -4938,6 +5008,7 @@ module Aws::Glue
4938
5008
  # resp.run.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
4939
5009
  # resp.run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
4940
5010
  # resp.run.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
5011
+ # resp.run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
4941
5012
  # resp.run.graph.nodes[0].crawler_details.crawls #=> Array
4942
5013
  # resp.run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "SUCCEEDED", "CANCELLED", "FAILED"
4943
5014
  # resp.run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -5086,6 +5157,7 @@ module Aws::Glue
5086
5157
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
5087
5158
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
5088
5159
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
5160
+ # resp.runs[0].graph.nodes[0].job_details.job_runs[0].glue_version #=> String
5089
5161
  # resp.runs[0].graph.nodes[0].crawler_details.crawls #=> Array
5090
5162
  # resp.runs[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "SUCCEEDED", "CANCELLED", "FAILED"
5091
5163
  # resp.runs[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -5682,7 +5754,7 @@ module Aws::Glue
5682
5754
  # notification_property: {
5683
5755
  # notify_delay_after: 1,
5684
5756
  # },
5685
- # worker_type: "NameString",
5757
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X
5686
5758
  # number_of_workers: 1,
5687
5759
  # })
5688
5760
  #
@@ -6184,34 +6256,34 @@ module Aws::Glue
6184
6256
  req.send_request(options)
6185
6257
  end
6186
6258
 
6187
- # Updates a specified DevEndpoint.
6259
+ # Updates a specified development endpoint.
6188
6260
  #
6189
6261
  # @option params [required, String] :endpoint_name
6190
- # The name of the DevEndpoint to be updated.
6262
+ # The name of the `DevEndpoint` to be updated.
6191
6263
  #
6192
6264
  # @option params [String] :public_key
6193
- # The public key for the DevEndpoint to use.
6265
+ # The public key for the `DevEndpoint` to use.
6194
6266
  #
6195
6267
  # @option params [Array<String>] :add_public_keys
6196
- # The list of public keys for the DevEndpoint to use.
6268
+ # The list of public keys for the `DevEndpoint` to use.
6197
6269
  #
6198
6270
  # @option params [Array<String>] :delete_public_keys
6199
- # The list of public keys to be deleted from the DevEndpoint.
6271
+ # The list of public keys to be deleted from the `DevEndpoint`.
6200
6272
  #
6201
6273
  # @option params [Types::DevEndpointCustomLibraries] :custom_libraries
6202
- # Custom Python or Java libraries to be loaded in the DevEndpoint.
6274
+ # Custom Python or Java libraries to be loaded in the `DevEndpoint`.
6203
6275
  #
6204
6276
  # @option params [Boolean] :update_etl_libraries
6205
- # True if the list of custom libraries to be loaded in the development
6206
- # endpoint needs to be updated, or False otherwise.
6277
+ # `True` if the list of custom libraries to be loaded in the development
6278
+ # endpoint needs to be updated, or `False` if otherwise.
6207
6279
  #
6208
6280
  # @option params [Array<String>] :delete_arguments
6209
6281
  # The list of argument keys to be deleted from the map of arguments used
6210
- # to configure the DevEndpoint.
6282
+ # to configure the `DevEndpoint`.
6211
6283
  #
6212
6284
  # @option params [Hash<String,String>] :add_arguments
6213
6285
  # The map of arguments to add the map of arguments used to configure the
6214
- # DevEndpoint.
6286
+ # `DevEndpoint`.
6215
6287
  #
6216
6288
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6217
6289
  #
@@ -6286,6 +6358,7 @@ module Aws::Glue
6286
6358
  # notification_property: {
6287
6359
  # notify_delay_after: 1,
6288
6360
  # },
6361
+ # glue_version: "GlueVersionString",
6289
6362
  # },
6290
6363
  # })
6291
6364
  #
@@ -6669,7 +6742,7 @@ module Aws::Glue
6669
6742
  params: params,
6670
6743
  config: config)
6671
6744
  context[:gem_name] = 'aws-sdk-glue'
6672
- context[:gem_version] = '1.38.0'
6745
+ context[:gem_version] = '1.39.0'
6673
6746
  Seahorse::Client::Request.new(handlers, context)
6674
6747
  end
6675
6748