aws-sdk-supportapp 1.4.0 → 1.5.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-supportapp/client.rb +9 -4
- data/lib/aws-sdk-supportapp/types.rb +3 -3
- data/lib/aws-sdk-supportapp.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: fb504a7fdbcead54773b6b2698be93b922cbfa7067de3904c0a26e589907f836
|
|
4
|
+
data.tar.gz: e3c08608287fc250042d0edf4ebcbb5f8dadfb036a8e1cf1ac8cde140843aa6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fd283fab90b5bc0217c5edbae0b33ea11268797227ae645f9d80cf93b718d0eb1ff43ac377bbfa72c5123df13cc876848155e9e74b17f057a9fd95ddb52ff08
|
|
7
|
+
data.tar.gz: 17f03f275bf8abfdcbb027af7db3d574934f9c3e2e78c8901f05cd61dea9b941eec96bab4ff8d392f40631a2ee4d4ea0eb051c53491c65549f39aeeaf677ff3b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.5.0
|
|
@@ -275,6 +275,11 @@ module Aws::SupportApp
|
|
|
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
|
|
@@ -428,7 +433,7 @@ module Aws::SupportApp
|
|
|
428
433
|
# * `notifyOnResolveCase`
|
|
429
434
|
#
|
|
430
435
|
# If you specify `none`, the following parameters must be null or
|
|
431
|
-
# `false
|
|
436
|
+
# `false`:
|
|
432
437
|
#
|
|
433
438
|
# * `notifyOnAddCorrespondenceToCase`
|
|
434
439
|
#
|
|
@@ -780,7 +785,7 @@ module Aws::SupportApp
|
|
|
780
785
|
# notifications.
|
|
781
786
|
#
|
|
782
787
|
# If you specify `high` or `all`, at least one of the following
|
|
783
|
-
# parameters must be `true
|
|
788
|
+
# parameters must be `true`:
|
|
784
789
|
#
|
|
785
790
|
# * `notifyOnAddCorrespondenceToCase`
|
|
786
791
|
#
|
|
@@ -789,7 +794,7 @@ module Aws::SupportApp
|
|
|
789
794
|
# * `notifyOnResolveCase`
|
|
790
795
|
#
|
|
791
796
|
# If you specify `none`, any of the following parameters that you
|
|
792
|
-
# specify in your request must be `false
|
|
797
|
+
# specify in your request must be `false`:
|
|
793
798
|
#
|
|
794
799
|
# * `notifyOnAddCorrespondenceToCase`
|
|
795
800
|
#
|
|
@@ -870,7 +875,7 @@ module Aws::SupportApp
|
|
|
870
875
|
params: params,
|
|
871
876
|
config: config)
|
|
872
877
|
context[:gem_name] = 'aws-sdk-supportapp'
|
|
873
|
-
context[:gem_version] = '1.
|
|
878
|
+
context[:gem_version] = '1.5.0'
|
|
874
879
|
Seahorse::Client::Request.new(handlers, context)
|
|
875
880
|
end
|
|
876
881
|
|
|
@@ -95,7 +95,7 @@ module Aws::SupportApp
|
|
|
95
95
|
# * `notifyOnResolveCase`
|
|
96
96
|
#
|
|
97
97
|
# If you specify `none`, the following parameters must be null or
|
|
98
|
-
# `false
|
|
98
|
+
# `false`:
|
|
99
99
|
#
|
|
100
100
|
# * `notifyOnAddCorrespondenceToCase`
|
|
101
101
|
#
|
|
@@ -499,7 +499,7 @@ module Aws::SupportApp
|
|
|
499
499
|
# notifications.
|
|
500
500
|
#
|
|
501
501
|
# If you specify `high` or `all`, at least one of the following
|
|
502
|
-
# parameters must be `true
|
|
502
|
+
# parameters must be `true`:
|
|
503
503
|
#
|
|
504
504
|
# * `notifyOnAddCorrespondenceToCase`
|
|
505
505
|
#
|
|
@@ -508,7 +508,7 @@ module Aws::SupportApp
|
|
|
508
508
|
# * `notifyOnResolveCase`
|
|
509
509
|
#
|
|
510
510
|
# If you specify `none`, any of the following parameters that you
|
|
511
|
-
# specify in your request must be `false
|
|
511
|
+
# specify in your request must be `false`:
|
|
512
512
|
#
|
|
513
513
|
# * `notifyOnAddCorrespondenceToCase`
|
|
514
514
|
#
|
data/lib/aws-sdk-supportapp.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-supportapp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.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
|