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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed89ae92bf6e9cef7dc2e6f1b004d43e1832eac05f7b9a8a3be8686e589b4cb5
4
- data.tar.gz: f2c457cb0816ff73faec21535fd95078ec513d0d5050e5b307ab85801d19f181
3
+ metadata.gz: 69e5a2d7fef5557022bdf47e699d44af3c1e9f8ffebd17462d889cd3e4bb8bc5
4
+ data.tar.gz: 86271198bc37dac3afd9ed130488b2dbb8237ea9635c18bfffc56df5d0140222
5
5
  SHA512:
6
- metadata.gz: b1b2c4d0c179ff978f6ca2bed889cc11cf1a0117e4c5bda3aa83d07f6354d5af4fd9a5967994e01d910cc46302b9c7be8e6a03c9115341d757a229b1d9d32104
7
- data.tar.gz: 32cb13b3626347d86d5ef77cf5dd87f855aeba178d3375fe98e150306be978b678e6ffa47dfe1bd973f881bade95b3c9976f6a19c0a05450c52049990f58cbfd
6
+ metadata.gz: 93cd33748c524e0fbc644a818fc48a636ad542a41a0e88ecd21c61ea57312c0e1e0a88f8d09f0ffcd9b28b07d5bd69c7745f27a66ced459df40d1d0b82994677
7
+ data.tar.gz: f18c6c215ebafe78a0e985c357ec98c4f82f667ac068ffb8490804c53ffca6d76a1003b2e81af418436a5112341e112a033196fa1b4674c8af4258543a3fcafc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.94.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
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
- # `"\{"attribute": "value", "attribute": ["value"]\}"`
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
- # `'\{"attribute": "value", "attribute": ["value"]\}'`
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
- # `"\{"attribute": "value", "attribute": ["value"]\}"`
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
- # `'\{"attribute": "value", "attribute": ["value"]\}'`
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
- # `"\{"attribute": "value", "attribute": ["value"]\}"`
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
- # `'\{"attribute": "value", "attribute": ["value"]\}'`
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.94.0'
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
- # `"\{"attribute": "value", "attribute": ["value"]\}"`
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
- # `'\{"attribute": "value", "attribute": ["value"]\}'`
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
- # `"\{"attribute": "value", "attribute": ["value"]\}"`
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
- # `'\{"attribute": "value", "attribute": ["value"]\}'`
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
- # `"\{"attribute": "value", "attribute": ["value"]\}"`
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
- # `'\{"attribute": "value", "attribute": ["value"]\}'`
6432
+ # `'{"attribute": "value", "attribute": ["value"]}'`
6433
6433
  # @return [String]
6434
6434
  #
6435
6435
  # @!attribute [rw] policy_revision_id
@@ -54,7 +54,7 @@ module Aws::Comprehend
54
54
  autoload :EndpointProvider, 'aws-sdk-comprehend/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-comprehend/endpoints'
56
56
 
57
- GEM_VERSION = '1.94.0'
57
+ GEM_VERSION = '1.95.0'
58
58
 
59
59
  end
60
60
 
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.94.0
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-10-18 00:00:00.000000000 Z
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