aws-sdk-ivschat 1.16.0 → 1.18.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: 04a005ef4d892e751f2da9eb89f7692e6c40104ddf4c514ac46ba36b9f0db2b8
4
- data.tar.gz: 73987c4e406ad45fe192add2400fa90b6363881044df37fdd291c095c2692808
3
+ metadata.gz: 2d042f5aa5deddd7c06b1aa0a6fb03ca7c0d1f710e474f9d044bfa29b3265c53
4
+ data.tar.gz: 25bac20e858537d143f393afe10020e54eb00b5a2df496eb5812ea6b179e9805
5
5
  SHA512:
6
- metadata.gz: 39e699783d0d06c0e90f2ea4c3c110329f55da840babf1a2e581e698b73a5fa3ba7ff14504d30e627b7502afad0118fe745352a5a44f4722f35c6f99b68d36af
7
- data.tar.gz: 47a794d0015716001fc79e9f9a079f07de8a6795f97f776da28c3c15c6552be0475a7aeb3de75ee37208540f57367ceb4f7e7b4db80972b8cf40fd8cddf31635
6
+ metadata.gz: d544a0505590f6047a9ead2bac765e1b538e2afbcc603a36598e33f7f41b251df5fc88b401753a10a2799e5351176202754cc6cede3d701f5681be15294ef9e3
7
+ data.tar.gz: e5f93d2b6b6e9a067f2b13cc71d9107e03f9aadff2a6cc7f5001f2adfdb543d42655c591618b918326c77f3d171fa04b401b58465c4f6933aaeadb9e2ca66958
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.17.0 (2023-11-17)
10
+ ------------------
11
+
12
+ * Feature - type & defaulting refinement to various range properties
13
+
4
14
  1.16.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.18.0
@@ -1258,7 +1258,7 @@ module Aws::Ivschat
1258
1258
  params: params,
1259
1259
  config: config)
1260
1260
  context[:gem_name] = 'aws-sdk-ivschat'
1261
- context[:gem_version] = '1.16.0'
1261
+ context[:gem_version] = '1.18.0'
1262
1262
  Seahorse::Client::Request.new(handlers, context)
1263
1263
  end
1264
1264
 
@@ -32,7 +32,7 @@ module Aws::Ivschat
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://ivschat-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -90,7 +90,7 @@ module Aws::Ivschat
90
90
  :room_identifier,
91
91
  :session_duration_in_minutes,
92
92
  :user_id)
93
- SENSITIVE = []
93
+ SENSITIVE = [:attributes, :user_id]
94
94
  include Aws::Structure
95
95
  end
96
96
 
@@ -115,7 +115,7 @@ module Aws::Ivschat
115
115
  :session_expiration_time,
116
116
  :token,
117
117
  :token_expiration_time)
118
- SENSITIVE = []
118
+ SENSITIVE = [:token]
119
119
  include Aws::Structure
120
120
  end
121
121
 
@@ -444,7 +444,7 @@ module Aws::Ivschat
444
444
  :reason,
445
445
  :room_identifier,
446
446
  :user_id)
447
- SENSITIVE = []
447
+ SENSITIVE = [:user_id]
448
448
  include Aws::Structure
449
449
  end
450
450
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ivschat/customizations'
52
52
  # @!group service
53
53
  module Aws::Ivschat
54
54
 
55
- GEM_VERSION = '1.16.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivschat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.18.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-11-22 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.184.0
22
+ version: 3.188.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.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.3'
83
+ version: '2.5'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="