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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connecthealth/async_client.rb +1 -1
- data/lib/aws-sdk-connecthealth/client.rb +1 -1
- data/lib/aws-sdk-connecthealth/types.rb +1 -1
- data/lib/aws-sdk-connecthealth.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1ac5cea2623d547373ff52f72f808681f1069de19a9b79b1574fd84cab089c7
|
|
4
|
+
data.tar.gz: 9fddc8f259c077985381cb7338859795863d6dcd8f26e3eb664555198a810eb4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
+
1.2.0
|
|
@@ -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.
|
|
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
|
|
267
|
+
# Input configuration for creating a web application. Used only in
|
|
268
268
|
# CreateDomain operation input.
|
|
269
269
|
#
|
|
270
270
|
# @!attribute [rw] ehr_role
|