aws-sdk-connectcases 1.12.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connectcases/client.rb +11 -7
- data/lib/aws-sdk-connectcases/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-connectcases/types.rb +1 -1
- data/lib/aws-sdk-connectcases.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 885954bf955c97880de08c01615c86fd020c6b1183f04e5012b3e6df8ab5887f
|
4
|
+
data.tar.gz: 2fd756ddd999e8b1dce323d79f492b8a95191d0d5d6319ece21ca8679bbed291
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68434af9626a34e902aac63b5d65accae8d1ca172c36e31843e9190b67b4de6f9b7a570b1d4bad1c6eab0635fbd258203f2ba9f6deaf4444a2e582e17bc4f706
|
7
|
+
data.tar.gz: 12c002618beb23bc5853d520fdaf4a81df4cb84ae33f46612304267174779bfa9e1ff5cc9c06b5fb2a73bdff7aa8a64c69744bacf420529cb6c31caa30697528
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.14.0 (2023-10-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500
|
8
|
+
|
9
|
+
1.13.0 (2023-09-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.12.0 (2023-09-19)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.14.0
|
@@ -488,11 +488,9 @@ module Aws::ConnectCases
|
|
488
488
|
# fields are taken as an array id/value pairs with a declared data
|
489
489
|
# types.
|
490
490
|
#
|
491
|
-
#
|
491
|
+
# The following fields are required when creating a case:
|
492
492
|
#
|
493
|
-
#
|
494
|
-
#
|
495
|
-
# </note>
|
493
|
+
# <ul> <li> <p> <code>customer_id</code> - You must provide the full customer profile ARN in this format: <code>arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID</code> </p> </li> <li> <p> <code>title</code> </p> </li> </ul>
|
496
494
|
#
|
497
495
|
# @option params [String] :client_token
|
498
496
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -1419,7 +1417,13 @@ module Aws::ConnectCases
|
|
1419
1417
|
req.send_request(options)
|
1420
1418
|
end
|
1421
1419
|
|
1422
|
-
#
|
1420
|
+
# Adds case event publishing configuration. For a complete list of
|
1421
|
+
# fields you can add to the event message, see [Create case fields][1]
|
1422
|
+
# in the *Amazon Connect Administrator Guide*
|
1423
|
+
#
|
1424
|
+
#
|
1425
|
+
#
|
1426
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/case-fields.html
|
1423
1427
|
#
|
1424
1428
|
# @option params [required, String] :domain_id
|
1425
1429
|
# The unique identifier of the Cases domain.
|
@@ -1848,7 +1852,7 @@ module Aws::ConnectCases
|
|
1848
1852
|
#
|
1849
1853
|
# @option params [Types::LayoutContent] :content
|
1850
1854
|
# Information about which fields will be present in the layout, the
|
1851
|
-
# order of the fields
|
1855
|
+
# order of the fields.
|
1852
1856
|
#
|
1853
1857
|
# @option params [required, String] :domain_id
|
1854
1858
|
# The unique identifier of the Cases domain.
|
@@ -1981,7 +1985,7 @@ module Aws::ConnectCases
|
|
1981
1985
|
params: params,
|
1982
1986
|
config: config)
|
1983
1987
|
context[:gem_name] = 'aws-sdk-connectcases'
|
1984
|
-
context[:gem_version] = '1.
|
1988
|
+
context[:gem_version] = '1.14.0'
|
1985
1989
|
Seahorse::Client::Request.new(handlers, context)
|
1986
1990
|
end
|
1987
1991
|
|
@@ -32,7 +32,7 @@ module Aws::ConnectCases
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://cases-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -2151,7 +2151,7 @@ module Aws::ConnectCases
|
|
2151
2151
|
|
2152
2152
|
# @!attribute [rw] content
|
2153
2153
|
# Information about which fields will be present in the layout, the
|
2154
|
-
# order of the fields
|
2154
|
+
# order of the fields.
|
2155
2155
|
# @return [Types::LayoutContent]
|
2156
2156
|
#
|
2157
2157
|
# @!attribute [rw] domain_id
|
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.14.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: 2023-
|
11
|
+
date: 2023-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.184.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.184.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|