aws-sdk-connectcases 1.4.0 → 1.6.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 +9 -4
- 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: 012342ba6e1966472dba982552e3270fd2a6332738da13857a16ee6b9a1ef7f0
|
4
|
+
data.tar.gz: 67171e4fad5cf4a4a35259449263117a01b77cae7c0a9f9b28a639676e0f62cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e70367f0662a4ff7b0eb46912d0683cc79882d5f037df456e5aff02f400fbeef3d57459c008d843f97ff67d230f38a0f9b78ab971056b465b708810784dfb18
|
7
|
+
data.tar.gz: bd73e20b5baece129d82b37b8e6b9f2cb453fe72cd12af52d16bce388ba7c4a4d5c428fa4357343b7e0755568524871a207174cdfee17979255a2a133490d04d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.6.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.5.0 (2023-05-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds the ability to create fields with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
|
13
|
+
|
4
14
|
1.4.0 (2023-02-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -275,6 +275,11 @@ module Aws::ConnectCases
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -407,7 +412,7 @@ module Aws::ConnectCases
|
|
407
412
|
# resp.fields[0].namespace #=> String, one of "System", "Custom"
|
408
413
|
# resp.fields[0].tags #=> Hash
|
409
414
|
# resp.fields[0].tags["String"] #=> String
|
410
|
-
# resp.fields[0].type #=> String, one of "Text", "Number", "Boolean", "DateTime", "SingleSelect"
|
415
|
+
# resp.fields[0].type #=> String, one of "Text", "Number", "Boolean", "DateTime", "SingleSelect", "Url"
|
411
416
|
#
|
412
417
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/BatchGetField AWS API Documentation
|
413
418
|
#
|
@@ -607,7 +612,7 @@ module Aws::ConnectCases
|
|
607
612
|
# description: "FieldDescription",
|
608
613
|
# domain_id: "DomainId", # required
|
609
614
|
# name: "FieldName", # required
|
610
|
-
# type: "Text", # required, accepts Text, Number, Boolean, DateTime, SingleSelect
|
615
|
+
# type: "Text", # required, accepts Text, Number, Boolean, DateTime, SingleSelect, Url
|
611
616
|
# })
|
612
617
|
#
|
613
618
|
# @example Response structure
|
@@ -1253,7 +1258,7 @@ module Aws::ConnectCases
|
|
1253
1258
|
# resp.fields[0].field_id #=> String
|
1254
1259
|
# resp.fields[0].name #=> String
|
1255
1260
|
# resp.fields[0].namespace #=> String, one of "System", "Custom"
|
1256
|
-
# resp.fields[0].type #=> String, one of "Text", "Number", "Boolean", "DateTime", "SingleSelect"
|
1261
|
+
# resp.fields[0].type #=> String, one of "Text", "Number", "Boolean", "DateTime", "SingleSelect", "Url"
|
1257
1262
|
# resp.next_token #=> String
|
1258
1263
|
#
|
1259
1264
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/ListFields AWS API Documentation
|
@@ -1934,7 +1939,7 @@ module Aws::ConnectCases
|
|
1934
1939
|
params: params,
|
1935
1940
|
config: config)
|
1936
1941
|
context[:gem_name] = 'aws-sdk-connectcases'
|
1937
|
-
context[:gem_version] = '1.
|
1942
|
+
context[:gem_version] = '1.6.0'
|
1938
1943
|
Seahorse::Client::Request.new(handlers, context)
|
1939
1944
|
end
|
1940
1945
|
|
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.6.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-05-31 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.174.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.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|