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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivschat/client.rb +1 -1
- data/lib/aws-sdk-ivschat/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-ivschat/types.rb +3 -3
- data/lib/aws-sdk-ivschat.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88932052c073edc6a22846018979c7d974dc72da3cf47d039e87e24576a27519
|
|
4
|
+
data.tar.gz: d7de289b269d594f136e3e35c94b4c4f40d7bea7efde9346fbab19b3f8a11923
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef7d4d4cf7d9ba9683fd402eeb8f5d6fb6f3a5a430062aebb063b22012a54243fe46012c56bca131c8a2611464d5ebb9bb27bd286160ea16c788ac1f02b5afc4
|
|
7
|
+
data.tar.gz: 6564e48840cbea57686a97ab51789d5a50ec6d5bda4046667ad412e9886ccce6c2508d44184b0141e9031dde1245ed3c850627887278066030b16749cc86e842
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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?(
|
|
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
|
|
data/lib/aws-sdk-ivschat.rb
CHANGED
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.
|
|
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-
|
|
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
|