aws-sdk-glue 1.38.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -290,6 +290,7 @@ module Aws::Glue
290
290
  GetWorkflowRunsResponse = Shapes::StructureShape.new(name: 'GetWorkflowRunsResponse')
291
291
  GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
292
292
  GlueResourceArn = Shapes::StringShape.new(name: 'GlueResourceArn')
293
+ GlueVersionString = Shapes::StringShape.new(name: 'GlueVersionString')
293
294
  GrokClassifier = Shapes::StructureShape.new(name: 'GrokClassifier')
294
295
  GrokPattern = Shapes::StringShape.new(name: 'GrokPattern')
295
296
  HashString = Shapes::StringShape.new(name: 'HashString')
@@ -890,6 +891,8 @@ module Aws::Glue
890
891
  CreateDevEndpointRequest.add_member(:public_key, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicKey"))
891
892
  CreateDevEndpointRequest.add_member(:public_keys, Shapes::ShapeRef.new(shape: PublicKeysList, location_name: "PublicKeys"))
892
893
  CreateDevEndpointRequest.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NumberOfNodes"))
894
+ CreateDevEndpointRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
895
+ CreateDevEndpointRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
893
896
  CreateDevEndpointRequest.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
894
897
  CreateDevEndpointRequest.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
895
898
  CreateDevEndpointRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
@@ -905,6 +908,8 @@ module Aws::Glue
905
908
  CreateDevEndpointResponse.add_member(:yarn_endpoint_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "YarnEndpointAddress"))
906
909
  CreateDevEndpointResponse.add_member(:zeppelin_remote_spark_interpreter_port, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "ZeppelinRemoteSparkInterpreterPort"))
907
910
  CreateDevEndpointResponse.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NumberOfNodes"))
911
+ CreateDevEndpointResponse.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
912
+ CreateDevEndpointResponse.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
908
913
  CreateDevEndpointResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: GenericString, location_name: "AvailabilityZone"))
909
914
  CreateDevEndpointResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "VpcId"))
910
915
  CreateDevEndpointResponse.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
@@ -936,8 +941,9 @@ module Aws::Glue
936
941
  CreateJobRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
937
942
  CreateJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
938
943
  CreateJobRequest.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
944
+ CreateJobRequest.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
939
945
  CreateJobRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
940
- CreateJobRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: NameString, location_name: "WorkerType"))
946
+ CreateJobRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
941
947
  CreateJobRequest.struct_class = Types::CreateJobRequest
942
948
 
943
949
  CreateJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
@@ -1147,6 +1153,8 @@ module Aws::Glue
1147
1153
  DevEndpoint.add_member(:zeppelin_remote_spark_interpreter_port, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "ZeppelinRemoteSparkInterpreterPort"))
1148
1154
  DevEndpoint.add_member(:public_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicAddress"))
1149
1155
  DevEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: GenericString, location_name: "Status"))
1156
+ DevEndpoint.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
1157
+ DevEndpoint.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1150
1158
  DevEndpoint.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NumberOfNodes"))
1151
1159
  DevEndpoint.add_member(:availability_zone, Shapes::ShapeRef.new(shape: GenericString, location_name: "AvailabilityZone"))
1152
1160
  DevEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "VpcId"))
@@ -1575,6 +1583,7 @@ module Aws::Glue
1575
1583
  Job.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1576
1584
  Job.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1577
1585
  Job.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1586
+ Job.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
1578
1587
  Job.struct_class = Types::Job
1579
1588
 
1580
1589
  JobBookmarkEntry.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "JobName"))
@@ -1621,6 +1630,7 @@ module Aws::Glue
1621
1630
  JobRun.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1622
1631
  JobRun.add_member(:log_group_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "LogGroupName"))
1623
1632
  JobRun.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1633
+ JobRun.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
1624
1634
  JobRun.struct_class = Types::JobRun
1625
1635
 
1626
1636
  JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
@@ -1640,6 +1650,7 @@ module Aws::Glue
1640
1650
  JobUpdate.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1641
1651
  JobUpdate.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1642
1652
  JobUpdate.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1653
+ JobUpdate.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
1643
1654
  JobUpdate.struct_class = Types::JobUpdate
1644
1655
 
1645
1656
  JsonClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -1912,7 +1923,7 @@ module Aws::Glue
1912
1923
  StartJobRunRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
1913
1924
  StartJobRunRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1914
1925
  StartJobRunRequest.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1915
- StartJobRunRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: NameString, location_name: "WorkerType"))
1926
+ StartJobRunRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
1916
1927
  StartJobRunRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1917
1928
  StartJobRunRequest.struct_class = Types::StartJobRunRequest
1918
1929
 
@@ -445,8 +445,8 @@ module Aws::Glue
445
445
  # }
446
446
  #
447
447
  # @!attribute [rw] dev_endpoint_names
448
- # The list of DevEndpoint names, which may be the names returned from
449
- # the `ListDevEndpoint` operation.
448
+ # The list of `DevEndpoint` names, which might be the names returned
449
+ # from the `ListDevEndpoint` operation.
450
450
  # @return [Array<String>]
451
451
  #
452
452
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BatchGetDevEndpointsRequest AWS API Documentation
@@ -457,11 +457,11 @@ module Aws::Glue
457
457
  end
458
458
 
459
459
  # @!attribute [rw] dev_endpoints
460
- # A list of DevEndpoint definitions.
460
+ # A list of `DevEndpoint` definitions.
461
461
  # @return [Array<Types::DevEndpoint>]
462
462
  #
463
463
  # @!attribute [rw] dev_endpoints_not_found
464
- # A list of DevEndpoints not found.
464
+ # A list of `DevEndpoints` not found.
465
465
  # @return [Array<String>]
466
466
  #
467
467
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BatchGetDevEndpointsResponse AWS API Documentation
@@ -841,7 +841,7 @@ module Aws::Glue
841
841
  include Aws::Structure
842
842
  end
843
843
 
844
- # Specifies how CloudWatch data should be encrypted.
844
+ # Specifies how Amazon CloudWatch data should be encrypted.
845
845
  #
846
846
  # @note When making an API call, you may pass CloudWatchEncryption
847
847
  # data as a hash:
@@ -856,7 +856,8 @@ module Aws::Glue
856
856
  # @return [String]
857
857
  #
858
858
  # @!attribute [rw] kms_key_arn
859
- # The AWS ARN of the KMS key to be used to encrypt the data.
859
+ # The Amazon Resource Name (ARN) of the KMS key to be used to encrypt
860
+ # the data.
860
861
  # @return [String]
861
862
  #
862
863
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CloudWatchEncryption AWS API Documentation
@@ -1975,6 +1976,8 @@ module Aws::Glue
1975
1976
  # public_key: "GenericString",
1976
1977
  # public_keys: ["GenericString"],
1977
1978
  # number_of_nodes: 1,
1979
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X
1980
+ # number_of_workers: 1,
1978
1981
  # extra_python_libs_s3_path: "GenericString",
1979
1982
  # extra_jars_s3_path: "GenericString",
1980
1983
  # security_configuration: "NameString",
@@ -1987,36 +1990,36 @@ module Aws::Glue
1987
1990
  # }
1988
1991
  #
1989
1992
  # @!attribute [rw] endpoint_name
1990
- # The name to be assigned to the new DevEndpoint.
1993
+ # The name to be assigned to the new `DevEndpoint`.
1991
1994
  # @return [String]
1992
1995
  #
1993
1996
  # @!attribute [rw] role_arn
1994
- # The IAM role for the DevEndpoint.
1997
+ # The IAM role for the `DevEndpoint`.
1995
1998
  # @return [String]
1996
1999
  #
1997
2000
  # @!attribute [rw] security_group_ids
1998
2001
  # Security group IDs for the security groups to be used by the new
1999
- # DevEndpoint.
2002
+ # `DevEndpoint`.
2000
2003
  # @return [Array<String>]
2001
2004
  #
2002
2005
  # @!attribute [rw] subnet_id
2003
- # The subnet ID for the new DevEndpoint to use.
2006
+ # The subnet ID for the new `DevEndpoint` to use.
2004
2007
  # @return [String]
2005
2008
  #
2006
2009
  # @!attribute [rw] public_key
2007
- # The public key to be used by this DevEndpoint for authentication.
2008
- # This attribute is provided for backward compatibility, as the
2010
+ # The public key to be used by this `DevEndpoint` for authentication.
2011
+ # This attribute is provided for backward compatibility because the
2009
2012
  # recommended attribute to use is public keys.
2010
2013
  # @return [String]
2011
2014
  #
2012
2015
  # @!attribute [rw] public_keys
2013
- # A list of public keys to be used by the DevEndpoints for
2016
+ # A list of public keys to be used by the development endpoints for
2014
2017
  # authentication. The use of this attribute is preferred over a single
2015
2018
  # public key because the public keys allow you to have a different
2016
2019
  # private key per client.
2017
2020
  #
2018
2021
  # <note markdown="1"> If you previously created an endpoint with a public key, you must
2019
- # remove that key to be able to set a list of public keys: call the
2022
+ # remove that key to be able to set a list of public keys. Call the
2020
2023
  # `UpdateDevEndpoint` API with the public key content in the
2021
2024
  # `deletePublicKeys` attribute, and the list of new keys in the
2022
2025
  # `addPublicKeys` attribute.
@@ -2026,17 +2029,43 @@ module Aws::Glue
2026
2029
  #
2027
2030
  # @!attribute [rw] number_of_nodes
2028
2031
  # The number of AWS Glue Data Processing Units (DPUs) to allocate to
2029
- # this DevEndpoint.
2032
+ # this `DevEndpoint`.
2033
+ # @return [Integer]
2034
+ #
2035
+ # @!attribute [rw] worker_type
2036
+ # The type of predefined worker that is allocated to the development
2037
+ # endpoint. Accepts a value of Standard, G.1X, or G.2X.
2038
+ #
2039
+ # * For the `Standard` worker type, each worker provides 4 vCPU, 16 GB
2040
+ # of memory and a 50GB disk, and 2 executors per worker.
2041
+ #
2042
+ # * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPU, 16
2043
+ # GB of memory, 64 GB disk), and provides 1 executor per worker. We
2044
+ # recommend this worker type for memory-intensive jobs.
2045
+ #
2046
+ # * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPU, 32
2047
+ # GB of memory, 128 GB disk), and provides 1 executor per worker. We
2048
+ # recommend this worker type for memory-intensive jobs.
2049
+ # @return [String]
2050
+ #
2051
+ # @!attribute [rw] number_of_workers
2052
+ # The number of workers of a defined `workerType` that are allocated
2053
+ # to the development endpoint.
2054
+ #
2055
+ # The maximum number of workers you can define are 299 for `G.1X`, and
2056
+ # 149 for `G.2X`.
2030
2057
  # @return [Integer]
2031
2058
  #
2032
2059
  # @!attribute [rw] extra_python_libs_s3_path
2033
- # Path(s) to one or more Python libraries in an S3 bucket that should
2034
- # be loaded in your DevEndpoint. Multiple values must be complete
2035
- # paths separated by a comma.
2060
+ # The paths to one or more Python libraries in an Amazon S3 bucket
2061
+ # that should be loaded in your `DevEndpoint`. Multiple values must be
2062
+ # complete paths separated by a comma.
2036
2063
  #
2037
- # Please note that only pure Python libraries can currently be used on
2038
- # a DevEndpoint. Libraries that rely on C extensions, such as the
2039
- # [pandas][1] Python data analysis library, are not yet supported.
2064
+ # <note markdown="1"> You can only use pure Python libraries with a `DevEndpoint`.
2065
+ # Libraries that rely on C extensions, such as the [pandas][1] Python
2066
+ # data analysis library, are not yet supported.
2067
+ #
2068
+ # </note>
2040
2069
  #
2041
2070
  #
2042
2071
  #
@@ -2044,13 +2073,13 @@ module Aws::Glue
2044
2073
  # @return [String]
2045
2074
  #
2046
2075
  # @!attribute [rw] extra_jars_s3_path
2047
- # Path to one or more Java Jars in an S3 bucket that should be loaded
2048
- # in your DevEndpoint.
2076
+ # The path to one or more Java `.jar` files in an S3 bucket that
2077
+ # should be loaded in your `DevEndpoint`.
2049
2078
  # @return [String]
2050
2079
  #
2051
2080
  # @!attribute [rw] security_configuration
2052
- # The name of the SecurityConfiguration structure to be used with this
2053
- # DevEndpoint.
2081
+ # The name of the `SecurityConfiguration` structure to be used with
2082
+ # this `DevEndpoint`.
2054
2083
  # @return [String]
2055
2084
  #
2056
2085
  # @!attribute [rw] tags
@@ -2060,11 +2089,11 @@ module Aws::Glue
2060
2089
  #
2061
2090
  #
2062
2091
  #
2063
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
2092
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
2064
2093
  # @return [Hash<String,String>]
2065
2094
  #
2066
2095
  # @!attribute [rw] arguments
2067
- # A map of arguments used to configure the DevEndpoint.
2096
+ # A map of arguments used to configure the `DevEndpoint`.
2068
2097
  # @return [Hash<String,String>]
2069
2098
  #
2070
2099
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateDevEndpointRequest AWS API Documentation
@@ -2077,6 +2106,8 @@ module Aws::Glue
2077
2106
  :public_key,
2078
2107
  :public_keys,
2079
2108
  :number_of_nodes,
2109
+ :worker_type,
2110
+ :number_of_workers,
2080
2111
  :extra_python_libs_s3_path,
2081
2112
  :extra_jars_s3_path,
2082
2113
  :security_configuration,
@@ -2086,27 +2117,28 @@ module Aws::Glue
2086
2117
  end
2087
2118
 
2088
2119
  # @!attribute [rw] endpoint_name
2089
- # The name assigned to the new DevEndpoint.
2120
+ # The name assigned to the new `DevEndpoint`.
2090
2121
  # @return [String]
2091
2122
  #
2092
2123
  # @!attribute [rw] status
2093
- # The current status of the new DevEndpoint.
2124
+ # The current status of the new `DevEndpoint`.
2094
2125
  # @return [String]
2095
2126
  #
2096
2127
  # @!attribute [rw] security_group_ids
2097
- # The security groups assigned to the new DevEndpoint.
2128
+ # The security groups assigned to the new `DevEndpoint`.
2098
2129
  # @return [Array<String>]
2099
2130
  #
2100
2131
  # @!attribute [rw] subnet_id
2101
- # The subnet ID assigned to the new DevEndpoint.
2132
+ # The subnet ID assigned to the new `DevEndpoint`.
2102
2133
  # @return [String]
2103
2134
  #
2104
2135
  # @!attribute [rw] role_arn
2105
- # The AWS ARN of the role assigned to the new DevEndpoint.
2136
+ # The Amazon Resource Name (ARN) of the role assigned to the new
2137
+ # `DevEndpoint`.
2106
2138
  # @return [String]
2107
2139
  #
2108
2140
  # @!attribute [rw] yarn_endpoint_address
2109
- # The address of the YARN endpoint used by this DevEndpoint.
2141
+ # The address of the YARN endpoint used by this `DevEndpoint`.
2110
2142
  # @return [String]
2111
2143
  #
2112
2144
  # @!attribute [rw] zeppelin_remote_spark_interpreter_port
@@ -2118,39 +2150,50 @@ module Aws::Glue
2118
2150
  # this DevEndpoint.
2119
2151
  # @return [Integer]
2120
2152
  #
2153
+ # @!attribute [rw] worker_type
2154
+ # The type of predefined worker that is allocated to the development
2155
+ # endpoint. May be a value of Standard, G.1X, or G.2X.
2156
+ # @return [String]
2157
+ #
2158
+ # @!attribute [rw] number_of_workers
2159
+ # The number of workers of a defined `workerType` that are allocated
2160
+ # to the development endpoint.
2161
+ # @return [Integer]
2162
+ #
2121
2163
  # @!attribute [rw] availability_zone
2122
- # The AWS availability zone where this DevEndpoint is located.
2164
+ # The AWS Availability Zone where this `DevEndpoint` is located.
2123
2165
  # @return [String]
2124
2166
  #
2125
2167
  # @!attribute [rw] vpc_id
2126
- # The ID of the VPC used by this DevEndpoint.
2168
+ # The ID of the virtual private cloud (VPC) used by this
2169
+ # `DevEndpoint`.
2127
2170
  # @return [String]
2128
2171
  #
2129
2172
  # @!attribute [rw] extra_python_libs_s3_path
2130
- # Path(s) to one or more Python libraries in an S3 bucket that will be
2131
- # loaded in your DevEndpoint.
2173
+ # The paths to one or more Python libraries in an S3 bucket that will
2174
+ # be loaded in your `DevEndpoint`.
2132
2175
  # @return [String]
2133
2176
  #
2134
2177
  # @!attribute [rw] extra_jars_s3_path
2135
- # Path to one or more Java Jars in an S3 bucket that will be loaded in
2136
- # your DevEndpoint.
2178
+ # Path to one or more Java `.jar` files in an S3 bucket that will be
2179
+ # loaded in your `DevEndpoint`.
2137
2180
  # @return [String]
2138
2181
  #
2139
2182
  # @!attribute [rw] failure_reason
2140
- # The reason for a current failure in this DevEndpoint.
2183
+ # The reason for a current failure in this `DevEndpoint`.
2141
2184
  # @return [String]
2142
2185
  #
2143
2186
  # @!attribute [rw] security_configuration
2144
- # The name of the SecurityConfiguration structure being used with this
2145
- # DevEndpoint.
2187
+ # The name of the `SecurityConfiguration` structure being used with
2188
+ # this `DevEndpoint`.
2146
2189
  # @return [String]
2147
2190
  #
2148
2191
  # @!attribute [rw] created_timestamp
2149
- # The point in time at which this DevEndpoint was created.
2192
+ # The point in time at which this `DevEndpoint` was created.
2150
2193
  # @return [Time]
2151
2194
  #
2152
2195
  # @!attribute [rw] arguments
2153
- # The map of arguments used to configure this DevEndpoint.
2196
+ # The map of arguments used to configure this `DevEndpoint`.
2154
2197
  # @return [Hash<String,String>]
2155
2198
  #
2156
2199
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateDevEndpointResponse AWS API Documentation
@@ -2164,6 +2207,8 @@ module Aws::Glue
2164
2207
  :yarn_endpoint_address,
2165
2208
  :zeppelin_remote_spark_interpreter_port,
2166
2209
  :number_of_nodes,
2210
+ :worker_type,
2211
+ :number_of_workers,
2167
2212
  :availability_zone,
2168
2213
  :vpc_id,
2169
2214
  :extra_python_libs_s3_path,
@@ -2247,8 +2292,9 @@ module Aws::Glue
2247
2292
  # notification_property: {
2248
2293
  # notify_delay_after: 1,
2249
2294
  # },
2295
+ # glue_version: "GlueVersionString",
2250
2296
  # number_of_workers: 1,
2251
- # worker_type: "NameString",
2297
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X
2252
2298
  # }
2253
2299
  #
2254
2300
  # @!attribute [rw] name
@@ -2372,6 +2418,23 @@ module Aws::Glue
2372
2418
  # Specifies configuration properties of a job notification.
2373
2419
  # @return [Types::NotificationProperty]
2374
2420
  #
2421
+ # @!attribute [rw] glue_version
2422
+ # Glue version determines the versions of Apache Spark and Python that
2423
+ # AWS Glue supports. The Python version indicates the version
2424
+ # supported for jobs of type Spark.
2425
+ #
2426
+ # For more information about the available AWS Glue versions and
2427
+ # corresponding Spark and Python versions, see [Glue version][1] in
2428
+ # the developer guide.
2429
+ #
2430
+ # Jobs that are created without specifying a Glue version default to
2431
+ # Glue 0.9.
2432
+ #
2433
+ #
2434
+ #
2435
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/add-job.html
2436
+ # @return [String]
2437
+ #
2375
2438
  # @!attribute [rw] number_of_workers
2376
2439
  # The number of workers of a defined `workerType` that are allocated
2377
2440
  # when a job runs.
@@ -2414,6 +2477,7 @@ module Aws::Glue
2414
2477
  :security_configuration,
2415
2478
  :tags,
2416
2479
  :notification_property,
2480
+ :glue_version,
2417
2481
  :number_of_workers,
2418
2482
  :worker_type)
2419
2483
  include Aws::Structure
@@ -3311,7 +3375,7 @@ module Aws::Glue
3311
3375
  # }
3312
3376
  #
3313
3377
  # @!attribute [rw] endpoint_name
3314
- # The name of the DevEndpoint.
3378
+ # The name of the `DevEndpoint`.
3315
3379
  # @return [String]
3316
3380
  #
3317
3381
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteDevEndpointRequest AWS API Documentation
@@ -3614,34 +3678,34 @@ module Aws::Glue
3614
3678
  include Aws::Structure
3615
3679
  end
3616
3680
 
3617
- # A development endpoint where a developer can remotely debug ETL
3618
- # scripts.
3681
+ # A development endpoint where a developer can remotely debug extract,
3682
+ # transform, and load (ETL) scripts.
3619
3683
  #
3620
3684
  # @!attribute [rw] endpoint_name
3621
- # The name of the DevEndpoint.
3685
+ # The name of the `DevEndpoint`.
3622
3686
  # @return [String]
3623
3687
  #
3624
3688
  # @!attribute [rw] role_arn
3625
- # The AWS ARN of the IAM role used in this DevEndpoint.
3689
+ # The Amazon Resource Name (ARN) of the IAM role used in this
3690
+ # `DevEndpoint`.
3626
3691
  # @return [String]
3627
3692
  #
3628
3693
  # @!attribute [rw] security_group_ids
3629
- # A list of security group identifiers used in this DevEndpoint.
3694
+ # A list of security group identifiers used in this `DevEndpoint`.
3630
3695
  # @return [Array<String>]
3631
3696
  #
3632
3697
  # @!attribute [rw] subnet_id
3633
- # The subnet ID for this DevEndpoint.
3698
+ # The subnet ID for this `DevEndpoint`.
3634
3699
  # @return [String]
3635
3700
  #
3636
3701
  # @!attribute [rw] yarn_endpoint_address
3637
- # The YARN endpoint address used by this DevEndpoint.
3702
+ # The YARN endpoint address used by this `DevEndpoint`.
3638
3703
  # @return [String]
3639
3704
  #
3640
3705
  # @!attribute [rw] private_address
3641
- # A private IP address to access the DevEndpoint within a VPC, if the
3642
- # DevEndpoint is created within one. The PrivateAddress field is
3643
- # present only when you create the DevEndpoint within your virtual
3644
- # private cloud (VPC).
3706
+ # A private IP address to access the `DevEndpoint` within a VPC if the
3707
+ # `DevEndpoint` is created within one. The `PrivateAddress` field is
3708
+ # present only when you create the `DevEndpoint` within your VPC.
3645
3709
  # @return [String]
3646
3710
  #
3647
3711
  # @!attribute [rw] zeppelin_remote_spark_interpreter_port
@@ -3649,36 +3713,63 @@ module Aws::Glue
3649
3713
  # @return [Integer]
3650
3714
  #
3651
3715
  # @!attribute [rw] public_address
3652
- # The public IP address used by this DevEndpoint. The PublicAddress
3653
- # field is present only when you create a non-VPC (virtual private
3654
- # cloud) DevEndpoint.
3716
+ # The public IP address used by this `DevEndpoint`. The
3717
+ # `PublicAddress` field is present only when you create a non-virtual
3718
+ # private cloud (VPC) `DevEndpoint`.
3655
3719
  # @return [String]
3656
3720
  #
3657
3721
  # @!attribute [rw] status
3658
- # The current status of this DevEndpoint.
3722
+ # The current status of this `DevEndpoint`.
3723
+ # @return [String]
3724
+ #
3725
+ # @!attribute [rw] worker_type
3726
+ # The type of predefined worker that is allocated to the development
3727
+ # endpoint. Accepts a value of Standard, G.1X, or G.2X.
3728
+ #
3729
+ # * For the `Standard` worker type, each worker provides 4 vCPU, 16 GB
3730
+ # of memory and a 50GB disk, and 2 executors per worker.
3731
+ #
3732
+ # * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPU, 16
3733
+ # GB of memory, 64 GB disk), and provides 1 executor per worker. We
3734
+ # recommend this worker type for memory-intensive jobs.
3735
+ #
3736
+ # * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPU, 32
3737
+ # GB of memory, 128 GB disk), and provides 1 executor per worker. We
3738
+ # recommend this worker type for memory-intensive jobs.
3659
3739
  # @return [String]
3660
3740
  #
3741
+ # @!attribute [rw] number_of_workers
3742
+ # The number of workers of a defined `workerType` that are allocated
3743
+ # to the development endpoint.
3744
+ #
3745
+ # The maximum number of workers you can define are 299 for `G.1X`, and
3746
+ # 149 for `G.2X`.
3747
+ # @return [Integer]
3748
+ #
3661
3749
  # @!attribute [rw] number_of_nodes
3662
3750
  # The number of AWS Glue Data Processing Units (DPUs) allocated to
3663
- # this DevEndpoint.
3751
+ # this `DevEndpoint`.
3664
3752
  # @return [Integer]
3665
3753
  #
3666
3754
  # @!attribute [rw] availability_zone
3667
- # The AWS availability zone where this DevEndpoint is located.
3755
+ # The AWS Availability Zone where this `DevEndpoint` is located.
3668
3756
  # @return [String]
3669
3757
  #
3670
3758
  # @!attribute [rw] vpc_id
3671
- # The ID of the virtual private cloud (VPC) used by this DevEndpoint.
3759
+ # The ID of the virtual private cloud (VPC) used by this
3760
+ # `DevEndpoint`.
3672
3761
  # @return [String]
3673
3762
  #
3674
3763
  # @!attribute [rw] extra_python_libs_s3_path
3675
- # Path(s) to one or more Python libraries in an S3 bucket that should
3676
- # be loaded in your DevEndpoint. Multiple values must be complete
3677
- # paths separated by a comma.
3764
+ # The paths to one or more Python libraries in an Amazon S3 bucket
3765
+ # that should be loaded in your `DevEndpoint`. Multiple values must be
3766
+ # complete paths separated by a comma.
3678
3767
  #
3679
- # Please note that only pure Python libraries can currently be used on
3680
- # a DevEndpoint. Libraries that rely on C extensions, such as the
3681
- # [pandas][1] Python data analysis library, are not yet supported.
3768
+ # <note markdown="1"> You can only use pure Python libraries with a `DevEndpoint`.
3769
+ # Libraries that rely on C extensions, such as the [pandas][1] Python
3770
+ # data analysis library, are not currently supported.
3771
+ #
3772
+ # </note>
3682
3773
  #
3683
3774
  #
3684
3775
  #
@@ -3686,15 +3777,16 @@ module Aws::Glue
3686
3777
  # @return [String]
3687
3778
  #
3688
3779
  # @!attribute [rw] extra_jars_s3_path
3689
- # Path to one or more Java Jars in an S3 bucket that should be loaded
3690
- # in your DevEndpoint.
3780
+ # The path to one or more Java `.jar` files in an S3 bucket that
3781
+ # should be loaded in your `DevEndpoint`.
3691
3782
  #
3692
- # Please note that only pure Java/Scala libraries can currently be
3693
- # used on a DevEndpoint.
3783
+ # <note markdown="1"> You can only use pure Java/Scala libraries with a `DevEndpoint`.
3784
+ #
3785
+ # </note>
3694
3786
  # @return [String]
3695
3787
  #
3696
3788
  # @!attribute [rw] failure_reason
3697
- # The reason for a current failure in this DevEndpoint.
3789
+ # The reason for a current failure in this `DevEndpoint`.
3698
3790
  # @return [String]
3699
3791
  #
3700
3792
  # @!attribute [rw] last_update_status
@@ -3706,24 +3798,24 @@ module Aws::Glue
3706
3798
  # @return [Time]
3707
3799
  #
3708
3800
  # @!attribute [rw] last_modified_timestamp
3709
- # The point in time at which this DevEndpoint was last modified.
3801
+ # The point in time at which this `DevEndpoint` was last modified.
3710
3802
  # @return [Time]
3711
3803
  #
3712
3804
  # @!attribute [rw] public_key
3713
- # The public key to be used by this DevEndpoint for authentication.
3714
- # This attribute is provided for backward compatibility, as the
3805
+ # The public key to be used by this `DevEndpoint` for authentication.
3806
+ # This attribute is provided for backward compatibility because the
3715
3807
  # recommended attribute to use is public keys.
3716
3808
  # @return [String]
3717
3809
  #
3718
3810
  # @!attribute [rw] public_keys
3719
- # A list of public keys to be used by the DevEndpoints for
3720
- # authentication. The use of this attribute is preferred over a single
3811
+ # A list of public keys to be used by the `DevEndpoints` for
3812
+ # authentication. Using this attribute is preferred over a single
3721
3813
  # public key because the public keys allow you to have a different
3722
3814
  # private key per client.
3723
3815
  #
3724
3816
  # <note markdown="1"> If you previously created an endpoint with a public key, you must
3725
- # remove that key to be able to set a list of public keys: call the
3726
- # `UpdateDevEndpoint` API with the public key content in the
3817
+ # remove that key to be able to set a list of public keys. Call the
3818
+ # `UpdateDevEndpoint` API operation with the public key content in the
3727
3819
  # `deletePublicKeys` attribute, and the list of new keys in the
3728
3820
  # `addPublicKeys` attribute.
3729
3821
  #
@@ -3731,15 +3823,15 @@ module Aws::Glue
3731
3823
  # @return [Array<String>]
3732
3824
  #
3733
3825
  # @!attribute [rw] security_configuration
3734
- # The name of the SecurityConfiguration structure to be used with this
3735
- # DevEndpoint.
3826
+ # The name of the `SecurityConfiguration` structure to be used with
3827
+ # this `DevEndpoint`.
3736
3828
  # @return [String]
3737
3829
  #
3738
3830
  # @!attribute [rw] arguments
3739
- # A map of arguments used to configure the DevEndpoint.
3831
+ # A map of arguments used to configure the `DevEndpoint`.
3740
3832
  #
3741
- # Note that currently, we only support "--enable-glue-datacatalog":
3742
- # "" as a valid argument.
3833
+ # Currently, only `"--enable-glue-datacatalog": ""` is supported as a
3834
+ # valid argument.
3743
3835
  # @return [Hash<String,String>]
3744
3836
  #
3745
3837
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DevEndpoint AWS API Documentation
@@ -3754,6 +3846,8 @@ module Aws::Glue
3754
3846
  :zeppelin_remote_spark_interpreter_port,
3755
3847
  :public_address,
3756
3848
  :status,
3849
+ :worker_type,
3850
+ :number_of_workers,
3757
3851
  :number_of_nodes,
3758
3852
  :availability_zone,
3759
3853
  :vpc_id,
@@ -3770,7 +3864,7 @@ module Aws::Glue
3770
3864
  include Aws::Structure
3771
3865
  end
3772
3866
 
3773
- # Custom libraries to be loaded into a DevEndpoint.
3867
+ # Custom libraries to be loaded into a development endpoint.
3774
3868
  #
3775
3869
  # @note When making an API call, you may pass DevEndpointCustomLibraries
3776
3870
  # data as a hash:
@@ -3781,13 +3875,16 @@ module Aws::Glue
3781
3875
  # }
3782
3876
  #
3783
3877
  # @!attribute [rw] extra_python_libs_s3_path
3784
- # Path(s) to one or more Python libraries in an S3 bucket that should
3785
- # be loaded in your DevEndpoint. Multiple values must be complete
3786
- # paths separated by a comma.
3878
+ # The paths to one or more Python libraries in an Amazon Simple
3879
+ # Storage Service (Amazon S3) bucket that should be loaded in your
3880
+ # `DevEndpoint`. Multiple values must be complete paths separated by a
3881
+ # comma.
3787
3882
  #
3788
- # Please note that only pure Python libraries can currently be used on
3789
- # a DevEndpoint. Libraries that rely on C extensions, such as the
3790
- # [pandas][1] Python data analysis library, are not yet supported.
3883
+ # <note markdown="1"> You can only use pure Python libraries with a `DevEndpoint`.
3884
+ # Libraries that rely on C extensions, such as the [pandas][1] Python
3885
+ # data analysis library, are not currently supported.
3886
+ #
3887
+ # </note>
3791
3888
  #
3792
3889
  #
3793
3890
  #
@@ -3795,11 +3892,12 @@ module Aws::Glue
3795
3892
  # @return [String]
3796
3893
  #
3797
3894
  # @!attribute [rw] extra_jars_s3_path
3798
- # Path to one or more Java Jars in an S3 bucket that should be loaded
3799
- # in your DevEndpoint.
3895
+ # The path to one or more Java `.jar` files in an S3 bucket that
3896
+ # should be loaded in your `DevEndpoint`.
3897
+ #
3898
+ # <note markdown="1"> You can only use pure Java/Scala libraries with a `DevEndpoint`.
3800
3899
  #
3801
- # Please note that only pure Java/Scala libraries can currently be
3802
- # used on a DevEndpoint.
3900
+ # </note>
3803
3901
  # @return [String]
3804
3902
  #
3805
3903
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DevEndpointCustomLibraries AWS API Documentation
@@ -3898,15 +3996,16 @@ module Aws::Glue
3898
3996
  # }
3899
3997
  #
3900
3998
  # @!attribute [rw] s3_encryption
3901
- # The encryption configuration for S3 data.
3999
+ # The encryption configuration for Amazon Simple Storage Service
4000
+ # (Amazon S3) data.
3902
4001
  # @return [Array<Types::S3Encryption>]
3903
4002
  #
3904
4003
  # @!attribute [rw] cloud_watch_encryption
3905
- # The encryption configuration for CloudWatch.
4004
+ # The encryption configuration for Amazon CloudWatch.
3906
4005
  # @return [Types::CloudWatchEncryption]
3907
4006
  #
3908
4007
  # @!attribute [rw] job_bookmarks_encryption
3909
- # The encryption configuration for Job Bookmarks.
4008
+ # The encryption configuration for job bookmarks.
3910
4009
  # @return [Types::JobBookmarksEncryption]
3911
4010
  #
3912
4011
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/EncryptionConfiguration AWS API Documentation
@@ -4489,7 +4588,7 @@ module Aws::Glue
4489
4588
  # }
4490
4589
  #
4491
4590
  # @!attribute [rw] endpoint_name
4492
- # Name of the DevEndpoint for which to retrieve information.
4591
+ # Name of the `DevEndpoint` to retrieve information for.
4493
4592
  # @return [String]
4494
4593
  #
4495
4594
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDevEndpointRequest AWS API Documentation
@@ -4500,7 +4599,7 @@ module Aws::Glue
4500
4599
  end
4501
4600
 
4502
4601
  # @!attribute [rw] dev_endpoint
4503
- # A DevEndpoint definition.
4602
+ # A `DevEndpoint` definition.
4504
4603
  # @return [Types::DevEndpoint]
4505
4604
  #
4506
4605
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDevEndpointResponse AWS API Documentation
@@ -4535,11 +4634,11 @@ module Aws::Glue
4535
4634
  end
4536
4635
 
4537
4636
  # @!attribute [rw] dev_endpoints
4538
- # A list of DevEndpoint definitions.
4637
+ # A list of `DevEndpoint` definitions.
4539
4638
  # @return [Array<Types::DevEndpoint>]
4540
4639
  #
4541
4640
  # @!attribute [rw] next_token
4542
- # A continuation token, if not all DevEndpoint definitions have yet
4641
+ # A continuation token, if not all `DevEndpoint` definitions have yet
4543
4642
  # been returned.
4544
4643
  # @return [String]
4545
4644
  #
@@ -5143,7 +5242,7 @@ module Aws::Glue
5143
5242
  end
5144
5243
 
5145
5244
  # @!attribute [rw] security_configuration
5146
- # The requested security configuration
5245
+ # The requested security configuration.
5147
5246
  # @return [Types::SecurityConfiguration]
5148
5247
  #
5149
5248
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetSecurityConfigurationResponse AWS API Documentation
@@ -6104,6 +6203,23 @@ module Aws::Glue
6104
6203
  # Specifies configuration properties of a job notification.
6105
6204
  # @return [Types::NotificationProperty]
6106
6205
  #
6206
+ # @!attribute [rw] glue_version
6207
+ # Glue version determines the versions of Apache Spark and Python that
6208
+ # AWS Glue supports. The Python version indicates the version
6209
+ # supported for jobs of type Spark.
6210
+ #
6211
+ # For more information about the available AWS Glue versions and
6212
+ # corresponding Spark and Python versions, see [Glue version][1] in
6213
+ # the developer guide.
6214
+ #
6215
+ # Jobs that are created without specifying a Glue version default to
6216
+ # Glue 0.9.
6217
+ #
6218
+ #
6219
+ #
6220
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/add-job.html
6221
+ # @return [String]
6222
+ #
6107
6223
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Job AWS API Documentation
6108
6224
  #
6109
6225
  class Job < Struct.new(
@@ -6124,18 +6240,19 @@ module Aws::Glue
6124
6240
  :worker_type,
6125
6241
  :number_of_workers,
6126
6242
  :security_configuration,
6127
- :notification_property)
6243
+ :notification_property,
6244
+ :glue_version)
6128
6245
  include Aws::Structure
6129
6246
  end
6130
6247
 
6131
- # Defines a point which a job can resume processing.
6248
+ # Defines a point that a job can resume processing.
6132
6249
  #
6133
6250
  # @!attribute [rw] job_name
6134
- # Name of the job in question.
6251
+ # The name of the job in question.
6135
6252
  # @return [String]
6136
6253
  #
6137
6254
  # @!attribute [rw] version
6138
- # Version of the job.
6255
+ # The version of the job.
6139
6256
  # @return [Integer]
6140
6257
  #
6141
6258
  # @!attribute [rw] run
@@ -6161,7 +6278,7 @@ module Aws::Glue
6161
6278
  include Aws::Structure
6162
6279
  end
6163
6280
 
6164
- # Specifies how Job bookmark data should be encrypted.
6281
+ # Specifies how job bookmark data should be encrypted.
6165
6282
  #
6166
6283
  # @note When making an API call, you may pass JobBookmarksEncryption
6167
6284
  # data as a hash:
@@ -6172,11 +6289,12 @@ module Aws::Glue
6172
6289
  # }
6173
6290
  #
6174
6291
  # @!attribute [rw] job_bookmarks_encryption_mode
6175
- # The encryption mode to use for Job bookmarks data.
6292
+ # The encryption mode to use for job bookmarks data.
6176
6293
  # @return [String]
6177
6294
  #
6178
6295
  # @!attribute [rw] kms_key_arn
6179
- # The AWS ARN of the KMS key to be used to encrypt the data.
6296
+ # The Amazon Resource Name (ARN) of the KMS key to be used to encrypt
6297
+ # the data.
6180
6298
  # @return [String]
6181
6299
  #
6182
6300
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JobBookmarksEncryption AWS API Documentation
@@ -6396,6 +6514,23 @@ module Aws::Glue
6396
6514
  # Specifies configuration properties of a job run notification.
6397
6515
  # @return [Types::NotificationProperty]
6398
6516
  #
6517
+ # @!attribute [rw] glue_version
6518
+ # Glue version determines the versions of Apache Spark and Python that
6519
+ # AWS Glue supports. The Python version indicates the version
6520
+ # supported for jobs of type Spark.
6521
+ #
6522
+ # For more information about the available AWS Glue versions and
6523
+ # corresponding Spark and Python versions, see [Glue version][1] in
6524
+ # the developer guide.
6525
+ #
6526
+ # Jobs that are created without specifying a Glue version default to
6527
+ # Glue 0.9.
6528
+ #
6529
+ #
6530
+ #
6531
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/add-job.html
6532
+ # @return [String]
6533
+ #
6399
6534
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JobRun AWS API Documentation
6400
6535
  #
6401
6536
  class JobRun < Struct.new(
@@ -6419,7 +6554,8 @@ module Aws::Glue
6419
6554
  :number_of_workers,
6420
6555
  :security_configuration,
6421
6556
  :log_group_name,
6422
- :notification_property)
6557
+ :notification_property,
6558
+ :glue_version)
6423
6559
  include Aws::Structure
6424
6560
  end
6425
6561
 
@@ -6457,6 +6593,7 @@ module Aws::Glue
6457
6593
  # notification_property: {
6458
6594
  # notify_delay_after: 1,
6459
6595
  # },
6596
+ # glue_version: "GlueVersionString",
6460
6597
  # }
6461
6598
  #
6462
6599
  # @!attribute [rw] description
@@ -6589,6 +6726,20 @@ module Aws::Glue
6589
6726
  # Specifies the configuration properties of a job notification.
6590
6727
  # @return [Types::NotificationProperty]
6591
6728
  #
6729
+ # @!attribute [rw] glue_version
6730
+ # Glue version determines the versions of Apache Spark and Python that
6731
+ # AWS Glue supports. The Python version indicates the version
6732
+ # supported for jobs of type Spark.
6733
+ #
6734
+ # For more information about the available AWS Glue versions and
6735
+ # corresponding Spark and Python versions, see [Glue version][1] in
6736
+ # the developer guide.
6737
+ #
6738
+ #
6739
+ #
6740
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/add-job.html
6741
+ # @return [String]
6742
+ #
6592
6743
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JobUpdate AWS API Documentation
6593
6744
  #
6594
6745
  class JobUpdate < Struct.new(
@@ -6606,7 +6757,8 @@ module Aws::Glue
6606
6757
  :worker_type,
6607
6758
  :number_of_workers,
6608
6759
  :security_configuration,
6609
- :notification_property)
6760
+ :notification_property,
6761
+ :glue_version)
6610
6762
  include Aws::Structure
6611
6763
  end
6612
6764
 
@@ -7605,7 +7757,8 @@ module Aws::Glue
7605
7757
  include Aws::Structure
7606
7758
  end
7607
7759
 
7608
- # Specifies how S3 data should be encrypted.
7760
+ # Specifies how Amazon Simple Storage Service (Amazon S3) data should be
7761
+ # encrypted.
7609
7762
  #
7610
7763
  # @note When making an API call, you may pass S3Encryption
7611
7764
  # data as a hash:
@@ -7616,11 +7769,12 @@ module Aws::Glue
7616
7769
  # }
7617
7770
  #
7618
7771
  # @!attribute [rw] s3_encryption_mode
7619
- # The encryption mode to use for S3 data.
7772
+ # The encryption mode to use for Amazon S3 data.
7620
7773
  # @return [String]
7621
7774
  #
7622
7775
  # @!attribute [rw] kms_key_arn
7623
- # The AWS ARN of the KMS key to be used to encrypt the data.
7776
+ # The Amazon Resource Name (ARN) of the KMS key to be used to encrypt
7777
+ # the data.
7624
7778
  # @return [String]
7625
7779
  #
7626
7780
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/S3Encryption AWS API Documentation
@@ -7938,7 +8092,7 @@ module Aws::Glue
7938
8092
  # notification_property: {
7939
8093
  # notify_delay_after: 1,
7940
8094
  # },
7941
- # worker_type: "NameString",
8095
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X
7942
8096
  # number_of_workers: 1,
7943
8097
  # }
7944
8098
  #
@@ -9241,38 +9395,38 @@ module Aws::Glue
9241
9395
  # }
9242
9396
  #
9243
9397
  # @!attribute [rw] endpoint_name
9244
- # The name of the DevEndpoint to be updated.
9398
+ # The name of the `DevEndpoint` to be updated.
9245
9399
  # @return [String]
9246
9400
  #
9247
9401
  # @!attribute [rw] public_key
9248
- # The public key for the DevEndpoint to use.
9402
+ # The public key for the `DevEndpoint` to use.
9249
9403
  # @return [String]
9250
9404
  #
9251
9405
  # @!attribute [rw] add_public_keys
9252
- # The list of public keys for the DevEndpoint to use.
9406
+ # The list of public keys for the `DevEndpoint` to use.
9253
9407
  # @return [Array<String>]
9254
9408
  #
9255
9409
  # @!attribute [rw] delete_public_keys
9256
- # The list of public keys to be deleted from the DevEndpoint.
9410
+ # The list of public keys to be deleted from the `DevEndpoint`.
9257
9411
  # @return [Array<String>]
9258
9412
  #
9259
9413
  # @!attribute [rw] custom_libraries
9260
- # Custom Python or Java libraries to be loaded in the DevEndpoint.
9414
+ # Custom Python or Java libraries to be loaded in the `DevEndpoint`.
9261
9415
  # @return [Types::DevEndpointCustomLibraries]
9262
9416
  #
9263
9417
  # @!attribute [rw] update_etl_libraries
9264
- # True if the list of custom libraries to be loaded in the development
9265
- # endpoint needs to be updated, or False otherwise.
9418
+ # `True` if the list of custom libraries to be loaded in the
9419
+ # development endpoint needs to be updated, or `False` if otherwise.
9266
9420
  # @return [Boolean]
9267
9421
  #
9268
9422
  # @!attribute [rw] delete_arguments
9269
9423
  # The list of argument keys to be deleted from the map of arguments
9270
- # used to configure the DevEndpoint.
9424
+ # used to configure the `DevEndpoint`.
9271
9425
  # @return [Array<String>]
9272
9426
  #
9273
9427
  # @!attribute [rw] add_arguments
9274
9428
  # The map of arguments to add the map of arguments used to configure
9275
- # the DevEndpoint.
9429
+ # the `DevEndpoint`.
9276
9430
  # @return [Hash<String,String>]
9277
9431
  #
9278
9432
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateDevEndpointRequest AWS API Documentation
@@ -9366,6 +9520,7 @@ module Aws::Glue
9366
9520
  # notification_property: {
9367
9521
  # notify_delay_after: 1,
9368
9522
  # },
9523
+ # glue_version: "GlueVersionString",
9369
9524
  # },
9370
9525
  # }
9371
9526
  #