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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98d3316a71992e07413c72048ed20806159ef2d254281faa0493c10e8e62febe
4
- data.tar.gz: 8ef7ae201483858a8d1bca86b5447c36dc7ab390e93ea9b497a8133b0e98b0eb
3
+ metadata.gz: fb504a7fdbcead54773b6b2698be93b922cbfa7067de3904c0a26e589907f836
4
+ data.tar.gz: e3c08608287fc250042d0edf4ebcbb5f8dadfb036a8e1cf1ac8cde140843aa6a
5
5
  SHA512:
6
- metadata.gz: 4480b2796656d2d19610abf8eff5bcb9fefd6ae2139f79f4b7816924479dbcfc2bbea2711b39cf362d157edd276cd7db929aa8c3c0db9d532459b2b1ee31b63a
7
- data.tar.gz: 6d1e59779b12ec53182f26f5d79d2d134ab5e3068c58a94c04b816b944b4a79631702401297bf14ba3f69807e4e48f7248cd5c0fb1e5f1aedbbc56c5ab529da7
6
+ metadata.gz: 9fd283fab90b5bc0217c5edbae0b33ea11268797227ae645f9d80cf93b718d0eb1ff43ac377bbfa72c5123df13cc876848155e9e74b17f057a9fd95ddb52ff08
7
+ data.tar.gz: 17f03f275bf8abfdcbb027af7db3d574934f9c3e2e78c8901f05cd61dea9b941eec96bab4ff8d392f40631a2ee4d4ea0eb051c53491c65549f39aeeaf677ff3b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.4.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
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.4.0'
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
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-supportapp/customizations'
52
52
  # @!group service
53
53
  module Aws::SupportApp
54
54
 
55
- GEM_VERSION = '1.4.0'
55
+ GEM_VERSION = '1.5.0'
56
56
 
57
57
  end
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.0
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-01-18 00:00:00.000000000 Z
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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement