aws-sdk-connecthealth 1.1.0 → 1.2.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: 5304ef886f8f3fe84df6707a6e64cfdac2f800d9a41630d68a3a8da2191291ae
4
- data.tar.gz: eebd7f5f5dc531737f30a2e9c23aa889a423f082e0e889421018186faa108c66
3
+ metadata.gz: a1ac5cea2623d547373ff52f72f808681f1069de19a9b79b1574fd84cab089c7
4
+ data.tar.gz: 9fddc8f259c077985381cb7338859795863d6dcd8f26e3eb664555198a810eb4
5
5
  SHA512:
6
- metadata.gz: 17c1ea302113801e7811560f91e9598ad951da14c276536760f0aa864c5109bb7277bad1bad4c41d56cdf1758da345141ed91b5eb515091543040515a8698dfd
7
- data.tar.gz: 012f497bacd8d003c9870aae358ccac179ded4762948f4c44a463f39c7a209aca395a7e68a13aff9fd86cb2b6203d64c4edf4e8bbd342645c5bd1310473611e8
6
+ metadata.gz: f421e27254ce1446e0b837db1bcd59fd62d8b55a549a309ee77246685672ffe6001cf09cff8f8927ca2dc70f16f2e1e142a5a4a49225151204a0ba30383d433d
7
+ data.tar.gz: 07635e17d6f1509a42c0c9b95a2deb6eb9ff819b50f0757495f83784684eab3519409dd53f716e839d4a5bb69cce2ba43e574f5caa6171dd31891e141109a280
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2026-04-24)
5
+ ------------------
6
+
7
+ * Feature - Corrected CreateWebAppConfiguration documentation. Adding slash as an allowed character for the Ambient documentation agent to allow pronoun specifications.
8
+
4
9
  1.1.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -616,7 +616,7 @@ module Aws::ConnectHealth
616
616
  tracer: tracer
617
617
  )
618
618
  context[:gem_name] = 'aws-sdk-connecthealth'
619
- context[:gem_version] = '1.1.0'
619
+ context[:gem_version] = '1.2.0'
620
620
  Seahorse::Client::Request.new(handlers, context)
621
621
  end
622
622
 
@@ -1191,7 +1191,7 @@ module Aws::ConnectHealth
1191
1191
  tracer: tracer
1192
1192
  )
1193
1193
  context[:gem_name] = 'aws-sdk-connecthealth'
1194
- context[:gem_version] = '1.1.0'
1194
+ context[:gem_version] = '1.2.0'
1195
1195
  Seahorse::Client::Request.new(handlers, context)
1196
1196
  end
1197
1197
 
@@ -264,7 +264,7 @@ module Aws::ConnectHealth
264
264
  include Aws::Structure
265
265
  end
266
266
 
267
- # Input configuration for creating a Pulse web application. Used only in
267
+ # Input configuration for creating a web application. Used only in
268
268
  # CreateDomain operation input.
269
269
  #
270
270
  # @!attribute [rw] ehr_role
@@ -73,7 +73,7 @@ module Aws::ConnectHealth
73
73
  autoload :AsyncClient, 'aws-sdk-connecthealth/async_client'
74
74
  autoload :EventStreams, 'aws-sdk-connecthealth/event_streams'
75
75
 
76
- GEM_VERSION = '1.1.0'
76
+ GEM_VERSION = '1.2.0'
77
77
 
78
78
  end
79
79
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connecthealth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services