aws-sdk-ivschat 1.15.0 → 1.17.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: 3495be8fc1074e1511908ce551d1261af8af9a16f5d603252d0b6ed3b29b4115
4
- data.tar.gz: 345c2f59e32ac5b812e8e39e9bdfd807647f9dab083a44306cab2fc032c90518
3
+ metadata.gz: 88932052c073edc6a22846018979c7d974dc72da3cf47d039e87e24576a27519
4
+ data.tar.gz: d7de289b269d594f136e3e35c94b4c4f40d7bea7efde9346fbab19b3f8a11923
5
5
  SHA512:
6
- metadata.gz: d7de95b8cc1bf59a54ea95ce793079a31fcd9c616597b5ebf8a72d58a9428c93dafd023df5a7418a1abab64a28002fcd1507406184f5dd9462f27c8d0dfe1ddc
7
- data.tar.gz: aac5f9c9e9b64d94f7bb456144db4cd9b24469d0c43e9e73f1e5c7783df0c3872e17b457fa4069f37f7a9175af5176b2c49c6488ea98749d4ef3f84f2ca304cb
6
+ metadata.gz: ef7d4d4cf7d9ba9683fd402eeb8f5d6fb6f3a5a430062aebb063b22012a54243fe46012c56bca131c8a2611464d5ebb9bb27bd286160ea16c788ac1f02b5afc4
7
+ data.tar.gz: 6564e48840cbea57686a97ab51789d5a50ec6d5bda4046667ad412e9886ccce6c2508d44184b0141e9031dde1245ed3c850627887278066030b16749cc86e842
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.16.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.15.0 (2023-09-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.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.15.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.15.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.15.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-19 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement