aws-sdk-ivschat 1.16.0 → 1.17.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: 04a005ef4d892e751f2da9eb89f7692e6c40104ddf4c514ac46ba36b9f0db2b8
4
- data.tar.gz: 73987c4e406ad45fe192add2400fa90b6363881044df37fdd291c095c2692808
3
+ metadata.gz: 88932052c073edc6a22846018979c7d974dc72da3cf47d039e87e24576a27519
4
+ data.tar.gz: d7de289b269d594f136e3e35c94b4c4f40d7bea7efde9346fbab19b3f8a11923
5
5
  SHA512:
6
- metadata.gz: 39e699783d0d06c0e90f2ea4c3c110329f55da840babf1a2e581e698b73a5fa3ba7ff14504d30e627b7502afad0118fe745352a5a44f4722f35c6f99b68d36af
7
- data.tar.gz: 47a794d0015716001fc79e9f9a079f07de8a6795f97f776da28c3c15c6552be0475a7aeb3de75ee37208540f57367ceb4f7e7b4db80972b8cf40fd8cddf31635
6
+ metadata.gz: ef7d4d4cf7d9ba9683fd402eeb8f5d6fb6f3a5a430062aebb063b22012a54243fe46012c56bca131c8a2611464d5ebb9bb27bd286160ea16c788ac1f02b5afc4
7
+ data.tar.gz: 6564e48840cbea57686a97ab51789d5a50ec6d5bda4046667ad412e9886ccce6c2508d44184b0141e9031dde1245ed3c850627887278066030b16749cc86e842
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2023-11-17)
5
+ ------------------
6
+
7
+ * Feature - type & defaulting refinement to various range properties
8
+
4
9
  1.16.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.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.17.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.17.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.17.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-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core