aws-sdk-glue 1.24.0 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-glue.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +28 -1
- data/lib/aws-sdk-glue/client_api.rb +9 -0
- data/lib/aws-sdk-glue/types.rb +41 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 841091cac75c1bac4bfcdcfe625d677bb0ce5bcc
|
4
|
+
data.tar.gz: 5f9d7a3c9ea32c1bec28f46b0b30885db64bf306
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dda3d2757040ed74943c921d4450aa1113581fdff04182ad0a5b827841d46cc654c1c22541068daf0bc1754047da155dee93298064507b56d105dc64ae92e1b1
|
7
|
+
data.tar.gz: 65b4bb88159372d8efe203426303a69f7f36389f950e67313c1f0d3d127b7cc8a23591f492102193bf2c960e8c94aecd37e6f71b4622fe4262cdf85911caa5c3
|
data/lib/aws-sdk-glue.rb
CHANGED
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -619,6 +619,8 @@ module Aws::Glue
|
|
619
619
|
# resp.dev_endpoints[0].public_keys #=> Array
|
620
620
|
# resp.dev_endpoints[0].public_keys[0] #=> String
|
621
621
|
# resp.dev_endpoints[0].security_configuration #=> String
|
622
|
+
# resp.dev_endpoints[0].arguments #=> Hash
|
623
|
+
# resp.dev_endpoints[0].arguments["GenericString"] #=> String
|
622
624
|
# resp.dev_endpoints_not_found #=> Array
|
623
625
|
# resp.dev_endpoints_not_found[0] #=> String
|
624
626
|
#
|
@@ -1170,6 +1172,9 @@ module Aws::Glue
|
|
1170
1172
|
#
|
1171
1173
|
# [1]: http://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
|
1172
1174
|
#
|
1175
|
+
# @option params [Hash<String,String>] :arguments
|
1176
|
+
# A map of arguments used to configure the DevEndpoint.
|
1177
|
+
#
|
1173
1178
|
# @return [Types::CreateDevEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1174
1179
|
#
|
1175
1180
|
# * {Types::CreateDevEndpointResponse#endpoint_name #endpoint_name} => String
|
@@ -1187,6 +1192,7 @@ module Aws::Glue
|
|
1187
1192
|
# * {Types::CreateDevEndpointResponse#failure_reason #failure_reason} => String
|
1188
1193
|
# * {Types::CreateDevEndpointResponse#security_configuration #security_configuration} => String
|
1189
1194
|
# * {Types::CreateDevEndpointResponse#created_timestamp #created_timestamp} => Time
|
1195
|
+
# * {Types::CreateDevEndpointResponse#arguments #arguments} => Hash<String,String>
|
1190
1196
|
#
|
1191
1197
|
# @example Request syntax with placeholder values
|
1192
1198
|
#
|
@@ -1204,6 +1210,9 @@ module Aws::Glue
|
|
1204
1210
|
# tags: {
|
1205
1211
|
# "TagKey" => "TagValue",
|
1206
1212
|
# },
|
1213
|
+
# arguments: {
|
1214
|
+
# "GenericString" => "GenericString",
|
1215
|
+
# },
|
1207
1216
|
# })
|
1208
1217
|
#
|
1209
1218
|
# @example Response structure
|
@@ -1224,6 +1233,8 @@ module Aws::Glue
|
|
1224
1233
|
# resp.failure_reason #=> String
|
1225
1234
|
# resp.security_configuration #=> String
|
1226
1235
|
# resp.created_timestamp #=> Time
|
1236
|
+
# resp.arguments #=> Hash
|
1237
|
+
# resp.arguments["GenericString"] #=> String
|
1227
1238
|
#
|
1228
1239
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateDevEndpoint AWS API Documentation
|
1229
1240
|
#
|
@@ -2830,6 +2841,8 @@ module Aws::Glue
|
|
2830
2841
|
# resp.dev_endpoint.public_keys #=> Array
|
2831
2842
|
# resp.dev_endpoint.public_keys[0] #=> String
|
2832
2843
|
# resp.dev_endpoint.security_configuration #=> String
|
2844
|
+
# resp.dev_endpoint.arguments #=> Hash
|
2845
|
+
# resp.dev_endpoint.arguments["GenericString"] #=> String
|
2833
2846
|
#
|
2834
2847
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDevEndpoint AWS API Documentation
|
2835
2848
|
#
|
@@ -2893,6 +2906,8 @@ module Aws::Glue
|
|
2893
2906
|
# resp.dev_endpoints[0].public_keys #=> Array
|
2894
2907
|
# resp.dev_endpoints[0].public_keys[0] #=> String
|
2895
2908
|
# resp.dev_endpoints[0].security_configuration #=> String
|
2909
|
+
# resp.dev_endpoints[0].arguments #=> Hash
|
2910
|
+
# resp.dev_endpoints[0].arguments["GenericString"] #=> String
|
2896
2911
|
# resp.next_token #=> String
|
2897
2912
|
#
|
2898
2913
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDevEndpoints AWS API Documentation
|
@@ -5195,6 +5210,14 @@ module Aws::Glue
|
|
5195
5210
|
# True if the list of custom libraries to be loaded in the development
|
5196
5211
|
# endpoint needs to be updated, or False otherwise.
|
5197
5212
|
#
|
5213
|
+
# @option params [Array<String>] :delete_arguments
|
5214
|
+
# The list of argument keys to be deleted from the map of arguments used
|
5215
|
+
# to configure the DevEndpoint.
|
5216
|
+
#
|
5217
|
+
# @option params [Hash<String,String>] :add_arguments
|
5218
|
+
# The map of arguments to add the map of arguments used to configure the
|
5219
|
+
# DevEndpoint.
|
5220
|
+
#
|
5198
5221
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
5199
5222
|
#
|
5200
5223
|
# @example Request syntax with placeholder values
|
@@ -5209,6 +5232,10 @@ module Aws::Glue
|
|
5209
5232
|
# extra_jars_s3_path: "GenericString",
|
5210
5233
|
# },
|
5211
5234
|
# update_etl_libraries: false,
|
5235
|
+
# delete_arguments: ["GenericString"],
|
5236
|
+
# add_arguments: {
|
5237
|
+
# "GenericString" => "GenericString",
|
5238
|
+
# },
|
5212
5239
|
# })
|
5213
5240
|
#
|
5214
5241
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateDevEndpoint AWS API Documentation
|
@@ -5598,7 +5625,7 @@ module Aws::Glue
|
|
5598
5625
|
params: params,
|
5599
5626
|
config: config)
|
5600
5627
|
context[:gem_name] = 'aws-sdk-glue'
|
5601
|
-
context[:gem_version] = '1.
|
5628
|
+
context[:gem_version] = '1.25.0'
|
5602
5629
|
Seahorse::Client::Request.new(handlers, context)
|
5603
5630
|
end
|
5604
5631
|
|
@@ -310,6 +310,7 @@ module Aws::Glue
|
|
310
310
|
LogStream = Shapes::StringShape.new(name: 'LogStream')
|
311
311
|
Logical = Shapes::StringShape.new(name: 'Logical')
|
312
312
|
LogicalOperator = Shapes::StringShape.new(name: 'LogicalOperator')
|
313
|
+
MapValue = Shapes::MapShape.new(name: 'MapValue')
|
313
314
|
MappingEntry = Shapes::StructureShape.new(name: 'MappingEntry')
|
314
315
|
MappingList = Shapes::ListShape.new(name: 'MappingList')
|
315
316
|
MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
|
@@ -768,6 +769,7 @@ module Aws::Glue
|
|
768
769
|
CreateDevEndpointRequest.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
|
769
770
|
CreateDevEndpointRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
|
770
771
|
CreateDevEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
772
|
+
CreateDevEndpointRequest.add_member(:arguments, Shapes::ShapeRef.new(shape: MapValue, location_name: "Arguments"))
|
771
773
|
CreateDevEndpointRequest.struct_class = Types::CreateDevEndpointRequest
|
772
774
|
|
773
775
|
CreateDevEndpointResponse.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
|
@@ -785,6 +787,7 @@ module Aws::Glue
|
|
785
787
|
CreateDevEndpointResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "FailureReason"))
|
786
788
|
CreateDevEndpointResponse.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
|
787
789
|
CreateDevEndpointResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedTimestamp"))
|
790
|
+
CreateDevEndpointResponse.add_member(:arguments, Shapes::ShapeRef.new(shape: MapValue, location_name: "Arguments"))
|
788
791
|
CreateDevEndpointResponse.struct_class = Types::CreateDevEndpointResponse
|
789
792
|
|
790
793
|
CreateGrokClassifierRequest.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
|
@@ -999,6 +1002,7 @@ module Aws::Glue
|
|
999
1002
|
DevEndpoint.add_member(:public_key, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicKey"))
|
1000
1003
|
DevEndpoint.add_member(:public_keys, Shapes::ShapeRef.new(shape: PublicKeysList, location_name: "PublicKeys"))
|
1001
1004
|
DevEndpoint.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
|
1005
|
+
DevEndpoint.add_member(:arguments, Shapes::ShapeRef.new(shape: MapValue, location_name: "Arguments"))
|
1002
1006
|
DevEndpoint.struct_class = Types::DevEndpoint
|
1003
1007
|
|
1004
1008
|
DevEndpointCustomLibraries.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
|
@@ -1478,6 +1482,9 @@ module Aws::Glue
|
|
1478
1482
|
LocationMap.key = Shapes::ShapeRef.new(shape: ColumnValuesString)
|
1479
1483
|
LocationMap.value = Shapes::ShapeRef.new(shape: ColumnValuesString)
|
1480
1484
|
|
1485
|
+
MapValue.key = Shapes::ShapeRef.new(shape: GenericString)
|
1486
|
+
MapValue.value = Shapes::ShapeRef.new(shape: GenericString)
|
1487
|
+
|
1481
1488
|
MappingEntry.add_member(:source_table, Shapes::ShapeRef.new(shape: TableName, location_name: "SourceTable"))
|
1482
1489
|
MappingEntry.add_member(:source_path, Shapes::ShapeRef.new(shape: SchemaPathString, location_name: "SourcePath"))
|
1483
1490
|
MappingEntry.add_member(:source_type, Shapes::ShapeRef.new(shape: FieldType, location_name: "SourceType"))
|
@@ -1820,6 +1827,8 @@ module Aws::Glue
|
|
1820
1827
|
UpdateDevEndpointRequest.add_member(:delete_public_keys, Shapes::ShapeRef.new(shape: PublicKeysList, location_name: "DeletePublicKeys"))
|
1821
1828
|
UpdateDevEndpointRequest.add_member(:custom_libraries, Shapes::ShapeRef.new(shape: DevEndpointCustomLibraries, location_name: "CustomLibraries"))
|
1822
1829
|
UpdateDevEndpointRequest.add_member(:update_etl_libraries, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "UpdateEtlLibraries"))
|
1830
|
+
UpdateDevEndpointRequest.add_member(:delete_arguments, Shapes::ShapeRef.new(shape: StringList, location_name: "DeleteArguments"))
|
1831
|
+
UpdateDevEndpointRequest.add_member(:add_arguments, Shapes::ShapeRef.new(shape: MapValue, location_name: "AddArguments"))
|
1823
1832
|
UpdateDevEndpointRequest.struct_class = Types::UpdateDevEndpointRequest
|
1824
1833
|
|
1825
1834
|
UpdateDevEndpointResponse.struct_class = Types::UpdateDevEndpointResponse
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -1639,6 +1639,9 @@ module Aws::Glue
|
|
1639
1639
|
# tags: {
|
1640
1640
|
# "TagKey" => "TagValue",
|
1641
1641
|
# },
|
1642
|
+
# arguments: {
|
1643
|
+
# "GenericString" => "GenericString",
|
1644
|
+
# },
|
1642
1645
|
# }
|
1643
1646
|
#
|
1644
1647
|
# @!attribute [rw] endpoint_name
|
@@ -1718,6 +1721,10 @@ module Aws::Glue
|
|
1718
1721
|
# [1]: http://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
|
1719
1722
|
# @return [Hash<String,String>]
|
1720
1723
|
#
|
1724
|
+
# @!attribute [rw] arguments
|
1725
|
+
# A map of arguments used to configure the DevEndpoint.
|
1726
|
+
# @return [Hash<String,String>]
|
1727
|
+
#
|
1721
1728
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateDevEndpointRequest AWS API Documentation
|
1722
1729
|
#
|
1723
1730
|
class CreateDevEndpointRequest < Struct.new(
|
@@ -1731,7 +1738,8 @@ module Aws::Glue
|
|
1731
1738
|
:extra_python_libs_s3_path,
|
1732
1739
|
:extra_jars_s3_path,
|
1733
1740
|
:security_configuration,
|
1734
|
-
:tags
|
1741
|
+
:tags,
|
1742
|
+
:arguments)
|
1735
1743
|
include Aws::Structure
|
1736
1744
|
end
|
1737
1745
|
|
@@ -1799,6 +1807,10 @@ module Aws::Glue
|
|
1799
1807
|
# The point in time at which this DevEndpoint was created.
|
1800
1808
|
# @return [Time]
|
1801
1809
|
#
|
1810
|
+
# @!attribute [rw] arguments
|
1811
|
+
# The map of arguments used to configure this DevEndpoint.
|
1812
|
+
# @return [Hash<String,String>]
|
1813
|
+
#
|
1802
1814
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateDevEndpointResponse AWS API Documentation
|
1803
1815
|
#
|
1804
1816
|
class CreateDevEndpointResponse < Struct.new(
|
@@ -1816,7 +1828,8 @@ module Aws::Glue
|
|
1816
1828
|
:extra_jars_s3_path,
|
1817
1829
|
:failure_reason,
|
1818
1830
|
:security_configuration,
|
1819
|
-
:created_timestamp
|
1831
|
+
:created_timestamp,
|
1832
|
+
:arguments)
|
1820
1833
|
include Aws::Structure
|
1821
1834
|
end
|
1822
1835
|
|
@@ -3195,6 +3208,13 @@ module Aws::Glue
|
|
3195
3208
|
# DevEndpoint.
|
3196
3209
|
# @return [String]
|
3197
3210
|
#
|
3211
|
+
# @!attribute [rw] arguments
|
3212
|
+
# A map of arguments used to configure the DevEndpoint.
|
3213
|
+
#
|
3214
|
+
# Note that currently, we only support "--enable-glue-datacatalog":
|
3215
|
+
# "" as a valid argument.
|
3216
|
+
# @return [Hash<String,String>]
|
3217
|
+
#
|
3198
3218
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DevEndpoint AWS API Documentation
|
3199
3219
|
#
|
3200
3220
|
class DevEndpoint < Struct.new(
|
@@ -3218,7 +3238,8 @@ module Aws::Glue
|
|
3218
3238
|
:last_modified_timestamp,
|
3219
3239
|
:public_key,
|
3220
3240
|
:public_keys,
|
3221
|
-
:security_configuration
|
3241
|
+
:security_configuration,
|
3242
|
+
:arguments)
|
3222
3243
|
include Aws::Structure
|
3223
3244
|
end
|
3224
3245
|
|
@@ -7969,6 +7990,10 @@ module Aws::Glue
|
|
7969
7990
|
# extra_jars_s3_path: "GenericString",
|
7970
7991
|
# },
|
7971
7992
|
# update_etl_libraries: false,
|
7993
|
+
# delete_arguments: ["GenericString"],
|
7994
|
+
# add_arguments: {
|
7995
|
+
# "GenericString" => "GenericString",
|
7996
|
+
# },
|
7972
7997
|
# }
|
7973
7998
|
#
|
7974
7999
|
# @!attribute [rw] endpoint_name
|
@@ -7996,6 +8021,16 @@ module Aws::Glue
|
|
7996
8021
|
# endpoint needs to be updated, or False otherwise.
|
7997
8022
|
# @return [Boolean]
|
7998
8023
|
#
|
8024
|
+
# @!attribute [rw] delete_arguments
|
8025
|
+
# The list of argument keys to be deleted from the map of arguments
|
8026
|
+
# used to configure the DevEndpoint.
|
8027
|
+
# @return [Array<String>]
|
8028
|
+
#
|
8029
|
+
# @!attribute [rw] add_arguments
|
8030
|
+
# The map of arguments to add the map of arguments used to configure
|
8031
|
+
# the DevEndpoint.
|
8032
|
+
# @return [Hash<String,String>]
|
8033
|
+
#
|
7999
8034
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateDevEndpointRequest AWS API Documentation
|
8000
8035
|
#
|
8001
8036
|
class UpdateDevEndpointRequest < Struct.new(
|
@@ -8004,7 +8039,9 @@ module Aws::Glue
|
|
8004
8039
|
:add_public_keys,
|
8005
8040
|
:delete_public_keys,
|
8006
8041
|
:custom_libraries,
|
8007
|
-
:update_etl_libraries
|
8042
|
+
:update_etl_libraries,
|
8043
|
+
:delete_arguments,
|
8044
|
+
:add_arguments)
|
8008
8045
|
include Aws::Structure
|
8009
8046
|
end
|
8010
8047
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-glue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|