aws-sdk-glue 1.51.0 → 1.52.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f84355ce253965cbd6e09202f7909a987e2031b8
4
- data.tar.gz: 97c275578e0b01f895d580b2d6e03c2d064ae510
2
+ SHA256:
3
+ metadata.gz: 360d6908c835a6c0de35e4a62302d8e0f1154372d1f0194dfa0c7b9111fe071a
4
+ data.tar.gz: 8393889bed6029a84633e87308a64eaedcb73e1e4e989226dd6fc4cef189323a
5
5
  SHA512:
6
- metadata.gz: 7c8e2051214e43aca7b4e2fb3725f9203c8cbb8ccb78da016e41dfd1e8bdf1ff11049f1f7bc172a35a9dc7cee826a9cf221d59017791e36c5c55d506b971136d
7
- data.tar.gz: 254f450ce37ead8b6d3a9cbe08a50ca4d4bbd4b86691974ed8c0fb5c72bf9cb7f021b68e0bdc4381a4bbb86d893637c89899351fda078ccc849e219a5ee34de3
6
+ metadata.gz: 9d086159224f9916c94a28f8fe382c6979f3a86124c2c1019c163d16cda33d43803ee700a668288309db6fa24b3578e3ac0eb425a9008eb026ad2af0175a8bd7
7
+ data.tar.gz: 13e6c48a5d6f05e8848542b9fdf5ae0fc79b65fb173781201ae487c9642ada62a563f41eaa0d784d8d8722c783a6ad4ad11741e8e483cc47155342fe94731d9e
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-glue/customizations'
45
45
  # @service
46
46
  module Aws::Glue
47
47
 
48
- GEM_VERSION = '1.51.0'
48
+ GEM_VERSION = '1.52.0'
49
49
 
50
50
  end
@@ -5512,7 +5512,7 @@ module Aws::Glue
5512
5512
  # The ID of the Data Catalog where the functions to be retrieved are
5513
5513
  # located. If none is provided, the AWS account ID is used by default.
5514
5514
  #
5515
- # @option params [required, String] :database_name
5515
+ # @option params [String] :database_name
5516
5516
  # The name of the catalog database where the functions are located.
5517
5517
  #
5518
5518
  # @option params [required, String] :pattern
@@ -5536,7 +5536,7 @@ module Aws::Glue
5536
5536
  #
5537
5537
  # resp = client.get_user_defined_functions({
5538
5538
  # catalog_id: "CatalogIdString",
5539
- # database_name: "NameString", # required
5539
+ # database_name: "NameString",
5540
5540
  # pattern: "NameString", # required
5541
5541
  # next_token: "Token",
5542
5542
  # max_results: 1,
@@ -8127,7 +8127,7 @@ module Aws::Glue
8127
8127
  params: params,
8128
8128
  config: config)
8129
8129
  context[:gem_name] = 'aws-sdk-glue'
8130
- context[:gem_version] = '1.51.0'
8130
+ context[:gem_version] = '1.52.0'
8131
8131
  Seahorse::Client::Request.new(handlers, context)
8132
8132
  end
8133
8133
 
@@ -1710,7 +1710,7 @@ module Aws::Glue
1710
1710
  GetUserDefinedFunctionResponse.struct_class = Types::GetUserDefinedFunctionResponse
1711
1711
 
1712
1712
  GetUserDefinedFunctionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1713
- GetUserDefinedFunctionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1713
+ GetUserDefinedFunctionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
1714
1714
  GetUserDefinedFunctionsRequest.add_member(:pattern, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Pattern"))
1715
1715
  GetUserDefinedFunctionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1716
1716
  GetUserDefinedFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
@@ -6799,7 +6799,7 @@ module Aws::Glue
6799
6799
  #
6800
6800
  # {
6801
6801
  # catalog_id: "CatalogIdString",
6802
- # database_name: "NameString", # required
6802
+ # database_name: "NameString",
6803
6803
  # pattern: "NameString", # required
6804
6804
  # next_token: "Token",
6805
6805
  # max_results: 1,
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.51.0
4
+ version: 1.52.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: 2020-03-31 00:00:00.000000000 Z
11
+ date: 2020-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - AWS Glue