aws-sdk-glue 1.63.0 → 1.64.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
  SHA256:
3
- metadata.gz: 547a559a3457453d2f1685f4815adb9c2dca78a11986aaf332428213f8006587
4
- data.tar.gz: 911d06cd65e7cc070a02ad05593dd3a5515dfaf9a5728aef592e42b5beca7bb4
3
+ metadata.gz: ab5eeef64ca383c7da9754fc46ce6f8a1caf867503428e59d6c1e2573247c6a9
4
+ data.tar.gz: cf930aea3d580db8e6a8fb1246dfe33dc3987550009b1d58e1e280104c518491
5
5
  SHA512:
6
- metadata.gz: 9b9d97511d19fade3332ea7a35359804824487fcb56e836f76e47c04dabf5805d69f19ae9e3dd4a6e5bd5116a133a70b4d6d301704b21053fc6c5f63b62568e7
7
- data.tar.gz: 492d63ba36f5bd2c9b2e5e290c6bb8fdc5fefa9826f21b9eb561f0fc76899a3a3413ca8b2dc52bd286ea90327e04a2c99f3decac29999b7f5cd3bdff22d2ed86
6
+ metadata.gz: 92fdb5e2811647b7c73ae044dccaf2f76084e31daf40ecd9fd4a5239a278c062d6f32963c942c324a063efb0de8dd4dae90685ba47985453726ba2887f1da123
7
+ data.tar.gz: 1bc1e2881596bbf4ecce7f2e337c7363d5e2e9d67e2af5d24f05eb21b0c8f691898fb16592f4440bba128bed5410c05904b9b3af3f629383ed974425cbac6a60
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-glue/customizations'
47
47
  # @service
48
48
  module Aws::Glue
49
49
 
50
- GEM_VERSION = '1.63.0'
50
+ GEM_VERSION = '1.64.0'
51
51
 
52
52
  end
@@ -5103,6 +5103,11 @@ module Aws::Glue
5103
5103
  # Retrieves the security configurations for the resource policies set on
5104
5104
  # individual resources, and also the account-level policy.
5105
5105
  #
5106
+ # This operation also returns the Data Catalog resource policy. However,
5107
+ # if you enabled metadata encryption in Data Catalog settings, and you
5108
+ # do not have permission on the AWS KMS key, the operation can't return
5109
+ # the Data Catalog resource policy.
5110
+ #
5106
5111
  # @option params [String] :next_token
5107
5112
  # A continuation token, if this is a continuation request.
5108
5113
  #
@@ -6888,7 +6893,7 @@ module Aws::Glue
6888
6893
  # search.
6889
6894
  #
6890
6895
  # @option params [String] :catalog_id
6891
- # A unique identifier, consisting of ` account_id/datalake`.
6896
+ # A unique identifier, consisting of ` account_id `.
6892
6897
  #
6893
6898
  # @option params [String] :next_token
6894
6899
  # A continuation token, included if this is a continuation call.
@@ -6897,6 +6902,16 @@ module Aws::Glue
6897
6902
  # A list of key-value pairs, and a comparator used to filter the search
6898
6903
  # results. Returns all entities matching the predicate.
6899
6904
  #
6905
+ # The `Comparator` member of the `PropertyPredicate` struct is used only
6906
+ # for time fields, and can be omitted for other field types. Also, when
6907
+ # comparing string values, such as when `Key=Name`, a fuzzy match
6908
+ # algorithm is used. The `Key` field (for example, the value of the
6909
+ # `Name` field) is split on certain punctuation characters, for example,
6910
+ # -, :, #, etc. into tokens. Then each token is exact-match compared
6911
+ # with the `Value` member of `PropertyPredicate`. For example, if
6912
+ # `Key=Name` and `Value=link`, tables named `customer-link` and
6913
+ # `xx-link-yy` are returned, but `xxlinkyy` is not returned.
6914
+ #
6900
6915
  # @option params [String] :search_text
6901
6916
  # A string used for a text search.
6902
6917
  #
@@ -8452,11 +8467,15 @@ module Aws::Glue
8452
8467
  # The name of the table in which the partition to be updated is located.
8453
8468
  #
8454
8469
  # @option params [required, Array<String>] :partition_value_list
8455
- # A list of the values defining the partition.
8470
+ # List of partition key values that define the partition to update.
8456
8471
  #
8457
8472
  # @option params [required, Types::PartitionInput] :partition_input
8458
8473
  # The new partition object to update the partition to.
8459
8474
  #
8475
+ # The `Values` property can't be changed. If you want to change the
8476
+ # partition key values for a partition, delete and recreate the
8477
+ # partition.
8478
+ #
8460
8479
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
8461
8480
  #
8462
8481
  # @example Request syntax with placeholder values
@@ -8819,7 +8838,7 @@ module Aws::Glue
8819
8838
  params: params,
8820
8839
  config: config)
8821
8840
  context[:gem_name] = 'aws-sdk-glue'
8822
- context[:gem_version] = '1.63.0'
8841
+ context[:gem_version] = '1.64.0'
8823
8842
  Seahorse::Client::Request.new(handlers, context)
8824
8843
  end
8825
8844
 
@@ -1620,6 +1620,17 @@ module Aws::Glue
1620
1620
  # port pairs that are the addresses of the Apache Kafka brokers in a
1621
1621
  # Kafka cluster to which a Kafka client will connect to and
1622
1622
  # bootstrap itself.
1623
+ #
1624
+ # * `KAFKA_SSL_ENABLED` - Whether to enable or disable SSL on an
1625
+ # Apache Kafka connection. Default value is "true".
1626
+ #
1627
+ # * `KAFKA_CUSTOM_CERT` - The Amazon S3 URL for the private CA cert
1628
+ # file (.pem format). The default is an empty string.
1629
+ #
1630
+ # * `KAFKA_SKIP_CUSTOM_CERT_VALIDATION` - Whether to skip the
1631
+ # validation of the CA cert file or not. AWS Glue validates for
1632
+ # three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA.
1633
+ # Default value is "false".
1623
1634
  # @return [Hash<String,String>]
1624
1635
  #
1625
1636
  # @!attribute [rw] physical_connection_requirements
@@ -10765,7 +10776,7 @@ module Aws::Glue
10765
10776
  # }
10766
10777
  #
10767
10778
  # @!attribute [rw] catalog_id
10768
- # A unique identifier, consisting of ` account_id/datalake`.
10779
+ # A unique identifier, consisting of ` account_id `.
10769
10780
  # @return [String]
10770
10781
  #
10771
10782
  # @!attribute [rw] next_token
@@ -10775,6 +10786,17 @@ module Aws::Glue
10775
10786
  # @!attribute [rw] filters
10776
10787
  # A list of key-value pairs, and a comparator used to filter the
10777
10788
  # search results. Returns all entities matching the predicate.
10789
+ #
10790
+ # The `Comparator` member of the `PropertyPredicate` struct is used
10791
+ # only for time fields, and can be omitted for other field types.
10792
+ # Also, when comparing string values, such as when `Key=Name`, a fuzzy
10793
+ # match algorithm is used. The `Key` field (for example, the value of
10794
+ # the `Name` field) is split on certain punctuation characters, for
10795
+ # example, -, :, #, etc. into tokens. Then each token is exact-match
10796
+ # compared with the `Value` member of `PropertyPredicate`. For
10797
+ # example, if `Key=Name` and `Value=link`, tables named
10798
+ # `customer-link` and `xx-link-yy` are returned, but `xxlinkyy` is not
10799
+ # returned.
10778
10800
  # @return [Array<Types::PropertyPredicate>]
10779
10801
  #
10780
10802
  # @!attribute [rw] search_text
@@ -13652,11 +13674,15 @@ module Aws::Glue
13652
13674
  # @return [String]
13653
13675
  #
13654
13676
  # @!attribute [rw] partition_value_list
13655
- # A list of the values defining the partition.
13677
+ # List of partition key values that define the partition to update.
13656
13678
  # @return [Array<String>]
13657
13679
  #
13658
13680
  # @!attribute [rw] partition_input
13659
13681
  # The new partition object to update the partition to.
13682
+ #
13683
+ # The `Values` property can't be changed. If you want to change the
13684
+ # partition key values for a partition, delete and recreate the
13685
+ # partition.
13660
13686
  # @return [Types::PartitionInput]
13661
13687
  #
13662
13688
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdatePartitionRequest AWS API Documentation
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.63.0
4
+ version: 1.64.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-07-07 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core