aws-sdk-comprehend 1.79.0 → 1.80.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
2
  SHA256:
3
- metadata.gz: e922fa9ec6cedbef6dc672e17c750f9c1914b5ea755570194ae5868a1787228f
4
- data.tar.gz: d3b2c69475a1b048c8de3c0201dc4ec317166420e0726965fd93b8ba3f945cbb
3
+ metadata.gz: ddc7c5c732eec11f3a8b302c4dd2b9f97242ccee7eb9f163e9e84edd99d5a73d
4
+ data.tar.gz: 9fb10428077706fa1460f96e217a07d420ea73b828ba0f7b7516a71aca2011f1
5
5
  SHA512:
6
- metadata.gz: 96880d899ac2f637c0470430ef661cc352c3bc5160513f4a1126606acabe0fdfcf93e351d8e1215ab2a4a93991a05d209dac48dd7988ee3decd5b0e7e50c431f
7
- data.tar.gz: 5c8a8a2ef17759b5d87d1dbefd6b077de41d6f2a338351bc593080b12e0d9582841edc9be3ee903deb1e61f061429d0f092b9a71c0bb4eb6f742a87f07fed0c4
6
+ metadata.gz: 531934c14860c088d83073e7dfb4bdd80dbc0fe276eb2106ca9b1ac8bace485d87e6fdda169caa5b9f5f2408da4541f2ab20e727f8a1ca6fbd910eead37a81dd
7
+ data.tar.gz: d8e0fb6ba149feb1e32678fd1f7f566bc049cbc1f68d4fb3d7148effb176a5e1d6b13449efd0e04460241d70d98efe231758824b6f7801e16683ecf16945c7bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2024-01-29)
5
+ ------------------
6
+
7
+ * Feature - Comprehend PII analysis now supports Spanish input documents.
8
+
4
9
  1.79.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -868,8 +868,7 @@ module Aws::Comprehend
868
868
  # A UTF-8 text string. The maximum string size is 100 KB.
869
869
  #
870
870
  # @option params [required, String] :language_code
871
- # The language of the input documents. Currently, English is the only
872
- # valid language.
871
+ # The language of the input documents.
873
872
  #
874
873
  # @return [Types::ContainsPiiEntitiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
875
874
  #
@@ -2781,8 +2780,8 @@ module Aws::Comprehend
2781
2780
  # A UTF-8 text string. The maximum string size is 100 KB.
2782
2781
  #
2783
2782
  # @option params [required, String] :language_code
2784
- # The language of the input documents. Currently, English is the only
2785
- # valid language.
2783
+ # The language of the input text. Enter the language code for English
2784
+ # (en) or Spanish (es).
2786
2785
  #
2787
2786
  # @return [Types::DetectPiiEntitiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2788
2787
  #
@@ -4967,8 +4966,8 @@ module Aws::Comprehend
4967
4966
  # The identifier of the job.
4968
4967
  #
4969
4968
  # @option params [required, String] :language_code
4970
- # The language of the input documents. Currently, English is the only
4971
- # valid language.
4969
+ # The language of the input documents. Enter the language code for
4970
+ # English (en) or Spanish (es).
4972
4971
  #
4973
4972
  # @option params [String] :client_request_token
4974
4973
  # A unique identifier for the request. If you don't set the client
@@ -5913,7 +5912,7 @@ module Aws::Comprehend
5913
5912
  params: params,
5914
5913
  config: config)
5915
5914
  context[:gem_name] = 'aws-sdk-comprehend'
5916
- context[:gem_version] = '1.79.0'
5915
+ context[:gem_version] = '1.80.0'
5917
5916
  Seahorse::Client::Request.new(handlers, context)
5918
5917
  end
5919
5918
 
@@ -917,8 +917,7 @@ module Aws::Comprehend
917
917
  # @return [String]
918
918
  #
919
919
  # @!attribute [rw] language_code
920
- # The language of the input documents. Currently, English is the only
921
- # valid language.
920
+ # The language of the input documents.
922
921
  # @return [String]
923
922
  #
924
923
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/ContainsPiiEntitiesRequest AWS API Documentation
@@ -2535,8 +2534,8 @@ module Aws::Comprehend
2535
2534
  # @return [String]
2536
2535
  #
2537
2536
  # @!attribute [rw] language_code
2538
- # The language of the input documents. Currently, English is the only
2539
- # valid language.
2537
+ # The language of the input text. Enter the language code for English
2538
+ # (en) or Spanish (es).
2540
2539
  # @return [String]
2541
2540
  #
2542
2541
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/DetectPiiEntitiesRequest AWS API Documentation
@@ -6293,7 +6292,7 @@ module Aws::Comprehend
6293
6292
  # @return [Types::RedactionConfig]
6294
6293
  #
6295
6294
  # @!attribute [rw] language_code
6296
- # The language code of the input documents
6295
+ # The language code of the input documents.
6297
6296
  # @return [String]
6298
6297
  #
6299
6298
  # @!attribute [rw] data_access_role_arn
@@ -7414,8 +7413,8 @@ module Aws::Comprehend
7414
7413
  # @return [String]
7415
7414
  #
7416
7415
  # @!attribute [rw] language_code
7417
- # The language of the input documents. Currently, English is the only
7418
- # valid language.
7416
+ # The language of the input documents. Enter the language code for
7417
+ # English (en) or Spanish (es).
7419
7418
  # @return [String]
7420
7419
  #
7421
7420
  # @!attribute [rw] client_request_token
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-comprehend/customizations'
52
52
  # @!group service
53
53
  module Aws::Comprehend
54
54
 
55
- GEM_VERSION = '1.79.0'
55
+ GEM_VERSION = '1.80.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-comprehend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.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: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core