aws-sdk-glue 1.5.0 → 1.6.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: f4db81262a4986c7ed860dcf91c2354101d4a5fd
4
- data.tar.gz: d7e572616832fe2d06a551d26f7ec7f16a704aeb
3
+ metadata.gz: c3d58c29a47b20236306b530bf6b12090793630a
4
+ data.tar.gz: 5b9106bf4a85d14952bde79332019757debbe852
5
5
  SHA512:
6
- metadata.gz: f7762c1e1c76b6636a22f2df565c3b67dd4101f9c353109d507b85180c2b29891282fbc465bd83d0ae4161c6ba1976cef3c27e6a939ecf07a5a866369cfc8fe4
7
- data.tar.gz: 583998679bee1ab0619c161317bbf9a4f50f15cba5333497bc3a73b2aaf2d7529287385e94d708255ec1b1942c1f0f950dd59cb2141bb33598c4c1db11eb044f
6
+ metadata.gz: 0b8464dfb9d905a7b131b07a66f790884410c8a20f0f82e7d54c6cbfba9d1dbb9e1e9654659a3fc7893f372e9b02a0e813fe06617f5a66dda0bc564fab968518
7
+ data.tar.gz: 03651a5179c50acfe62ea6a3ccd7c2b8593f413e24d5d2348ddcf2d23bda5d9294479250a5124ae1704f6ddf3f6507cad77089ff56d154077a958ad6650a77bc
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.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -785,7 +785,7 @@ module Aws::Glue
785
785
  # @option params [String] :subnet_id
786
786
  # The subnet ID for the new DevEndpoint to use.
787
787
  #
788
- # @option params [required, String] :public_key
788
+ # @option params [String] :public_key
789
789
  # The public key to use for authentication.
790
790
  #
791
791
  # @option params [Integer] :number_of_nodes
@@ -833,7 +833,7 @@ module Aws::Glue
833
833
  # role_arn: "RoleArn", # required
834
834
  # security_group_ids: ["GenericString"],
835
835
  # subnet_id: "GenericString",
836
- # public_key: "GenericString", # required
836
+ # public_key: "GenericString",
837
837
  # number_of_nodes: 1,
838
838
  # extra_python_libs_s3_path: "GenericString",
839
839
  # extra_jars_s3_path: "GenericString",
@@ -2182,6 +2182,7 @@ module Aws::Glue
2182
2182
  # resp.dev_endpoint.security_group_ids[0] #=> String
2183
2183
  # resp.dev_endpoint.subnet_id #=> String
2184
2184
  # resp.dev_endpoint.yarn_endpoint_address #=> String
2185
+ # resp.dev_endpoint.private_address #=> String
2185
2186
  # resp.dev_endpoint.zeppelin_remote_spark_interpreter_port #=> Integer
2186
2187
  # resp.dev_endpoint.public_address #=> String
2187
2188
  # resp.dev_endpoint.status #=> String
@@ -2234,6 +2235,7 @@ module Aws::Glue
2234
2235
  # resp.dev_endpoints[0].security_group_ids[0] #=> String
2235
2236
  # resp.dev_endpoints[0].subnet_id #=> String
2236
2237
  # resp.dev_endpoints[0].yarn_endpoint_address #=> String
2238
+ # resp.dev_endpoints[0].private_address #=> String
2237
2239
  # resp.dev_endpoints[0].zeppelin_remote_spark_interpreter_port #=> Integer
2238
2240
  # resp.dev_endpoints[0].public_address #=> String
2239
2241
  # resp.dev_endpoints[0].status #=> String
@@ -4265,7 +4267,7 @@ module Aws::Glue
4265
4267
  params: params,
4266
4268
  config: config)
4267
4269
  context[:gem_name] = 'aws-sdk-glue'
4268
- context[:gem_version] = '1.5.0'
4270
+ context[:gem_version] = '1.6.0'
4269
4271
  Seahorse::Client::Request.new(handlers, context)
4270
4272
  end
4271
4273
 
@@ -640,7 +640,7 @@ module Aws::Glue
640
640
  CreateDevEndpointRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
641
641
  CreateDevEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
642
642
  CreateDevEndpointRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "SubnetId"))
643
- CreateDevEndpointRequest.add_member(:public_key, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "PublicKey"))
643
+ CreateDevEndpointRequest.add_member(:public_key, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicKey"))
644
644
  CreateDevEndpointRequest.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NumberOfNodes"))
645
645
  CreateDevEndpointRequest.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
646
646
  CreateDevEndpointRequest.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
@@ -829,6 +829,7 @@ module Aws::Glue
829
829
  DevEndpoint.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
830
830
  DevEndpoint.add_member(:subnet_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "SubnetId"))
831
831
  DevEndpoint.add_member(:yarn_endpoint_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "YarnEndpointAddress"))
832
+ DevEndpoint.add_member(:private_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "PrivateAddress"))
832
833
  DevEndpoint.add_member(:zeppelin_remote_spark_interpreter_port, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "ZeppelinRemoteSparkInterpreterPort"))
833
834
  DevEndpoint.add_member(:public_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicAddress"))
834
835
  DevEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: GenericString, location_name: "Status"))
@@ -1313,7 +1313,7 @@ module Aws::Glue
1313
1313
  # role_arn: "RoleArn", # required
1314
1314
  # security_group_ids: ["GenericString"],
1315
1315
  # subnet_id: "GenericString",
1316
- # public_key: "GenericString", # required
1316
+ # public_key: "GenericString",
1317
1317
  # number_of_nodes: 1,
1318
1318
  # extra_python_libs_s3_path: "GenericString",
1319
1319
  # extra_jars_s3_path: "GenericString",
@@ -2505,12 +2505,16 @@ module Aws::Glue
2505
2505
  # The YARN endpoint address used by this DevEndpoint.
2506
2506
  # @return [String]
2507
2507
  #
2508
+ # @!attribute [rw] private_address
2509
+ # The private address used by this DevEndpoint.
2510
+ # @return [String]
2511
+ #
2508
2512
  # @!attribute [rw] zeppelin_remote_spark_interpreter_port
2509
2513
  # The Apache Zeppelin port for the remote Apache Spark interpreter.
2510
2514
  # @return [Integer]
2511
2515
  #
2512
2516
  # @!attribute [rw] public_address
2513
- # The public address used by this DevEndpoint.
2517
+ # The public VPC address used by this DevEndpoint.
2514
2518
  # @return [String]
2515
2519
  #
2516
2520
  # @!attribute [rw] status
@@ -2580,6 +2584,7 @@ module Aws::Glue
2580
2584
  :security_group_ids,
2581
2585
  :subnet_id,
2582
2586
  :yarn_endpoint_address,
2587
+ :private_address,
2583
2588
  :zeppelin_remote_spark_interpreter_port,
2584
2589
  :public_address,
2585
2590
  :status,
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.5.0
4
+ version: 1.6.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: 2018-02-06 00:00:00.000000000 Z
11
+ date: 2018-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.5.1
78
+ rubygems_version: 2.5.2.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: AWS SDK for Ruby - AWS Glue