aws-sdk-ivs 1.40.0 → 1.41.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: 07f9b97e227aac2dbf5815e528de45880774d6f9b6184c350b1681ac15506e22
4
- data.tar.gz: fa93d97c42fada5f734f281cb9048e6f201d73c84041df1b305a6370d4a7df1f
3
+ metadata.gz: 3fc0f3dfa1ef25329e7626ae3085b7e55ffdf146c5215109491808ca65974e10
4
+ data.tar.gz: 237e64110971b0204035ecae2ca61e6ecf0bf523a493d6aa78e043b4286e5bf1
5
5
  SHA512:
6
- metadata.gz: 2cf5c23a8e7a117339d3877e093d0cfae766cc01962636b0f4b09e66a0168974c8e52b865842576faa456710299e16ea640ff62f85fcba3e0ba68178c4b60cbe
7
- data.tar.gz: d3e1badc656850bf289a406351cccb7046eb17e06813442995dd78b60e169636de329aee787667068c02e9722e2ec19a0d02a9c0294e58ce82a2c92efc7f6607
6
+ metadata.gz: 6103020053dbf0cd62d5c301c1abd74d11d99ba0a7f7dd8117acbb6416cda798f212a63ab53f98f5ca19d48f8d9b82bb55b9b4a98bb7f86ead97c844fc513a62
7
+ data.tar.gz: 2eab4ec250780623d220d3367e9465bc2eed112302f5652b39ae3dcbb03c42d418e32e90564b0f44621f7bde2ef86728c65de37a649d79bc4e9b9289ac4d7740
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2023-11-17)
5
+ ------------------
6
+
7
+ * Feature - type & defaulting refinement to various range properties
8
+
4
9
  1.40.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -1808,7 +1808,7 @@ module Aws::IVS
1808
1808
  params: params,
1809
1809
  config: config)
1810
1810
  context[:gem_name] = 'aws-sdk-ivs'
1811
- context[:gem_version] = '1.40.0'
1811
+ context[:gem_version] = '1.41.0'
1812
1812
  Seahorse::Client::Request.new(handlers, context)
1813
1813
  end
1814
1814
 
@@ -32,7 +32,7 @@ module Aws::IVS
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://ivs-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
data/lib/aws-sdk-ivs.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ivs/customizations'
52
52
  # @!group service
53
53
  module Aws::IVS
54
54
 
55
- GEM_VERSION = '1.40.0'
55
+ GEM_VERSION = '1.41.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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