aws-sdk-connectcases 1.35.0 → 1.36.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-connectcases/client.rb +2 -3
- data/lib/aws-sdk-connectcases.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: 53f9b8d79d1b37276c5804b34399de1545dd6486e4e2725e44b394b7f98e8d6c
|
|
4
|
+
data.tar.gz: ede5500f593b80f33c379da8a91aaa033085254ae1f96d4cc0b6966602430c3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e420787268d64e5cbca9554d0619a1381d8097c385a476514e2bf0e27ea1b62d6f071a5c848082363bf8f32e4fdb6b0c34edb717694214527a4a69785b4ddaf
|
|
7
|
+
data.tar.gz: 6596475f073fb5413c75748bc66d2e6e59e530bf5d88c2b423018ecb5bbc7da4bf1e430f7684020d92463c75d90f82e8528240260a86789338a8a4614431e7c5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.36.0
|
|
@@ -990,8 +990,7 @@ module Aws::ConnectCases
|
|
|
990
990
|
# * Calling `UpdateCase` with a deleted field ID throws a
|
|
991
991
|
# `ValidationException` if the case does not already contain a value
|
|
992
992
|
# for the deleted field. Otherwise it succeeds, allowing you to update
|
|
993
|
-
# or remove (using `emptyValue:
|
|
994
|
-
# case.
|
|
993
|
+
# or remove (using `emptyValue: {}`) the field's value from the case.
|
|
995
994
|
#
|
|
996
995
|
# * `GetTemplate` does not return field IDs for deleted fields.
|
|
997
996
|
#
|
|
@@ -2307,7 +2306,7 @@ module Aws::ConnectCases
|
|
|
2307
2306
|
tracer: tracer
|
|
2308
2307
|
)
|
|
2309
2308
|
context[:gem_name] = 'aws-sdk-connectcases'
|
|
2310
|
-
context[:gem_version] = '1.
|
|
2309
|
+
context[:gem_version] = '1.36.0'
|
|
2311
2310
|
Seahorse::Client::Request.new(handlers, context)
|
|
2312
2311
|
end
|
|
2313
2312
|
|
data/lib/aws-sdk-connectcases.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-connectcases
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.36.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
|