aws-sdk-polly 1.98.0 → 1.99.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: df08e5c968162b835d97a039887ddf33b27467020cedf6fb71763c25af40d0f1
4
- data.tar.gz: 8ce5916727216a432f936278bd00dc312dff177805be36be6f30ac88f3841b5f
3
+ metadata.gz: 14f8505fceabaf03a4106866822afb20bde9cdc66ac20f73319da111e6581db9
4
+ data.tar.gz: 15f5ac0c92d8d7491f5c245ebae8ec98b1ba1ccdf882862d10b85fdb0e489b8d
5
5
  SHA512:
6
- metadata.gz: 4cf532cb6ad804162149e8264c4ab7cf71c0527806cf2cc759b1739d714e2187a35c80b25554583cf9ae09c7168f5966feed58a2930d61208adc2fce4a6fb71e
7
- data.tar.gz: d90a3f9a9800f13c8f38da514c4edd598eefe2594691aca94949590d8bf87ffb8eb0e4071eaef064bbb0fe00a628d7e654716224ef75bd31173714ced7166442
6
+ metadata.gz: fd40d731526c4e1580335401a8915de81b29be0b88a94c0680c12d7ff6b99630082c4880661b3f658b3571acc0117a10a93551a5251524ac7ff24a40db98fc79
7
+ data.tar.gz: 978fefd4525783562b3b4b4f847bd1d1048819d5b4535db074a424fa32a6e073d3d0c928e59efec988d5290395fb40ceaf01204cf4533dae68ed7a40fd49a5c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.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.98.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -867,7 +867,7 @@ module Aws::Polly
867
867
  #
868
868
  # @option params [required, String] :name
869
869
  # Name of the lexicon. The name must follow the regular express format
870
- # \[0-9A-Za-z\]\\\{1,20\\}. That is, the name is a case-sensitive
870
+ # \[0-9A-Za-z\]\{1,20}. That is, the name is a case-sensitive
871
871
  # alphanumeric string up to 20 characters long.
872
872
  #
873
873
  # @option params [required, String] :content
@@ -1209,7 +1209,7 @@ module Aws::Polly
1209
1209
  tracer: tracer
1210
1210
  )
1211
1211
  context[:gem_name] = 'aws-sdk-polly'
1212
- context[:gem_version] = '1.98.0'
1212
+ context[:gem_version] = '1.99.0'
1213
1213
  Seahorse::Client::Request.new(handlers, context)
1214
1214
  end
1215
1215
 
@@ -528,7 +528,7 @@ module Aws::Polly
528
528
 
529
529
  # @!attribute [rw] name
530
530
  # Name of the lexicon. The name must follow the regular express format
531
- # \[0-9A-Za-z\]\\\{1,20\\}. That is, the name is a case-sensitive
531
+ # \[0-9A-Za-z\]\{1,20}. That is, the name is a case-sensitive
532
532
  # alphanumeric string up to 20 characters long.
533
533
  # @return [String]
534
534
  #
data/lib/aws-sdk-polly.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Polly
54
54
  autoload :EndpointProvider, 'aws-sdk-polly/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-polly/endpoints'
56
56
 
57
- GEM_VERSION = '1.98.0'
57
+ GEM_VERSION = '1.99.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-polly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.98.0
4
+ version: 1.99.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