aws-sdk-connectcases 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5643e65b51fba85e796fe62c68b74593643dc14690668aaaf8c622f9cbeadee4
4
- data.tar.gz: 2c3464493b9a5473172c138e8315accf23876ad1782bdfb9618124c82988316b
3
+ metadata.gz: 885954bf955c97880de08c01615c86fd020c6b1183f04e5012b3e6df8ab5887f
4
+ data.tar.gz: 2fd756ddd999e8b1dce323d79f492b8a95191d0d5d6319ece21ca8679bbed291
5
5
  SHA512:
6
- metadata.gz: ff7ae393b3bb6f336d24d092e5665db55c55048dafb719cd6212ef0e9cca225bc38e066d2e2c53cf2f9fdfa7ae71606a1ca4c2851d235b2ad36cfffeeaccc507
7
- data.tar.gz: d64487ea6a6f710a102bccb57e9404626e59a70e1ac3b3b909a2ee9ace58a72f7e1498792dc812163a7fb8c0f3ff2799a23afbcd639212f0ff64c7b166c66677
6
+ metadata.gz: 68434af9626a34e902aac63b5d65accae8d1ca172c36e31843e9190b67b4de6f9b7a570b1d4bad1c6eab0635fbd258203f2ba9f6deaf4444a2e582e17bc4f706
7
+ data.tar.gz: 12c002618beb23bc5853d520fdaf4a81df4cb84ae33f46612304267174779bfa9e1ff5cc9c06b5fb2a73bdff7aa8a64c69744bacf420529cb6c31caa30697528
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.13.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
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
- # <note markdown="1"> The following fields are required when creating a case:
491
+ # The following fields are required when creating a case:
492
492
  #
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/profiles domain name/profiles/profile ID</code> </p> </li> <li> <p> <code>title</code> </p> </li> </ul> </note>
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
- # API for adding case event publishing configuration
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, and a read-only attribute of the field.
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.13.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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, and a read-only attribute of the field.
2154
+ # order of the fields.
2155
2155
  # @return [Types::LayoutContent]
2156
2156
  #
2157
2157
  # @!attribute [rw] domain_id
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connectcases/customizations'
52
52
  # @!group service
53
53
  module Aws::ConnectCases
54
54
 
55
- GEM_VERSION = '1.13.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
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.13.0
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-09-27 00:00:00.000000000 Z
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