aws-sdk-comprehend 1.94.0 → 1.95.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-comprehend/client.rb +7 -7
- data/lib/aws-sdk-comprehend/types.rb +6 -6
- data/lib/aws-sdk-comprehend.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69e5a2d7fef5557022bdf47e699d44af3c1e9f8ffebd17462d889cd3e4bb8bc5
|
4
|
+
data.tar.gz: 86271198bc37dac3afd9ed130488b2dbb8237ea9635c18bfffc56df5d0140222
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93cd33748c524e0fbc644a818fc48a636ad542a41a0e88ecd21c61ea57312c0e1e0a88f8d09f0ffcd9b28b07d5bd69c7745f27a66ced459df40d1d0b82994677
|
7
|
+
data.tar.gz: f18c6c215ebafe78a0e985c357ec98c4f82f667ac068ffb8490804c53ffca6d76a1003b2e81af418436a5112341e112a033196fa1b4674c8af4258543a3fcafc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.95.0
|
@@ -1150,12 +1150,12 @@ module Aws::Comprehend
|
|
1150
1150
|
# enclosed in double quotes, then you must escape the double quotes that
|
1151
1151
|
# are inside the policy:
|
1152
1152
|
#
|
1153
|
-
# `"
|
1153
|
+
# `"{"attribute": "value", "attribute": ["value"]}"`
|
1154
1154
|
#
|
1155
1155
|
# To avoid escaping quotes, you can use single quotes to enclose the
|
1156
1156
|
# policy and double quotes to enclose the JSON names and values:
|
1157
1157
|
#
|
1158
|
-
# `'
|
1158
|
+
# `'{"attribute": "value", "attribute": ["value"]}'`
|
1159
1159
|
#
|
1160
1160
|
# @return [Types::CreateDocumentClassifierResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1161
1161
|
#
|
@@ -1395,12 +1395,12 @@ module Aws::Comprehend
|
|
1395
1395
|
# quotes, then you must escape the double quotes that are inside the
|
1396
1396
|
# policy:
|
1397
1397
|
#
|
1398
|
-
# `"
|
1398
|
+
# `"{"attribute": "value", "attribute": ["value"]}"`
|
1399
1399
|
#
|
1400
1400
|
# To avoid escaping quotes, you can use single quotes to enclose the
|
1401
1401
|
# policy and double quotes to enclose the JSON names and values:
|
1402
1402
|
#
|
1403
|
-
# `'
|
1403
|
+
# `'{"attribute": "value", "attribute": ["value"]}'`
|
1404
1404
|
#
|
1405
1405
|
# @return [Types::CreateEntityRecognizerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1406
1406
|
#
|
@@ -4361,12 +4361,12 @@ module Aws::Comprehend
|
|
4361
4361
|
# double quotes. If the JSON body is also enclosed in double quotes,
|
4362
4362
|
# then you must escape the double quotes that are inside the policy:
|
4363
4363
|
#
|
4364
|
-
# `"
|
4364
|
+
# `"{"attribute": "value", "attribute": ["value"]}"`
|
4365
4365
|
#
|
4366
4366
|
# To avoid escaping quotes, you can use single quotes to enclose the
|
4367
4367
|
# policy and double quotes to enclose the JSON names and values:
|
4368
4368
|
#
|
4369
|
-
# `'
|
4369
|
+
# `'{"attribute": "value", "attribute": ["value"]}'`
|
4370
4370
|
#
|
4371
4371
|
# @option params [String] :policy_revision_id
|
4372
4372
|
# The revision ID that Amazon Comprehend assigned to the policy that you
|
@@ -5973,7 +5973,7 @@ module Aws::Comprehend
|
|
5973
5973
|
tracer: tracer
|
5974
5974
|
)
|
5975
5975
|
context[:gem_name] = 'aws-sdk-comprehend'
|
5976
|
-
context[:gem_version] = '1.
|
5976
|
+
context[:gem_version] = '1.95.0'
|
5977
5977
|
Seahorse::Client::Request.new(handlers, context)
|
5978
5978
|
end
|
5979
5979
|
|
@@ -1106,12 +1106,12 @@ module Aws::Comprehend
|
|
1106
1106
|
# also enclosed in double quotes, then you must escape the double
|
1107
1107
|
# quotes that are inside the policy:
|
1108
1108
|
#
|
1109
|
-
# `"
|
1109
|
+
# `"{"attribute": "value", "attribute": ["value"]}"`
|
1110
1110
|
#
|
1111
1111
|
# To avoid escaping quotes, you can use single quotes to enclose the
|
1112
1112
|
# policy and double quotes to enclose the JSON names and values:
|
1113
1113
|
#
|
1114
|
-
# `'
|
1114
|
+
# `'{"attribute": "value", "attribute": ["value"]}'`
|
1115
1115
|
# @return [String]
|
1116
1116
|
#
|
1117
1117
|
# @see http://docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/CreateDocumentClassifierRequest AWS API Documentation
|
@@ -1316,12 +1316,12 @@ module Aws::Comprehend
|
|
1316
1316
|
# quotes, then you must escape the double quotes that are inside the
|
1317
1317
|
# policy:
|
1318
1318
|
#
|
1319
|
-
# `"
|
1319
|
+
# `"{"attribute": "value", "attribute": ["value"]}"`
|
1320
1320
|
#
|
1321
1321
|
# To avoid escaping quotes, you can use single quotes to enclose the
|
1322
1322
|
# policy and double quotes to enclose the JSON names and values:
|
1323
1323
|
#
|
1324
|
-
# `'
|
1324
|
+
# `'{"attribute": "value", "attribute": ["value"]}'`
|
1325
1325
|
# @return [String]
|
1326
1326
|
#
|
1327
1327
|
# @see http://docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/CreateEntityRecognizerRequest AWS API Documentation
|
@@ -6424,12 +6424,12 @@ module Aws::Comprehend
|
|
6424
6424
|
# quotes, then you must escape the double quotes that are inside the
|
6425
6425
|
# policy:
|
6426
6426
|
#
|
6427
|
-
# `"
|
6427
|
+
# `"{"attribute": "value", "attribute": ["value"]}"`
|
6428
6428
|
#
|
6429
6429
|
# To avoid escaping quotes, you can use single quotes to enclose the
|
6430
6430
|
# policy and double quotes to enclose the JSON names and values:
|
6431
6431
|
#
|
6432
|
-
# `'
|
6432
|
+
# `'{"attribute": "value", "attribute": ["value"]}'`
|
6433
6433
|
# @return [String]
|
6434
6434
|
#
|
6435
6435
|
# @!attribute [rw] policy_revision_id
|
data/lib/aws-sdk-comprehend.rb
CHANGED
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.
|
4
|
+
version: 1.95.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-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|