aws-sdk-iotwireless 1.66.0 → 1.68.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: 2a15d9f3bf91d30628d37f36d3a456bf6380ad1b92adacdc49e8facb31818642
4
- data.tar.gz: 76f67ea1b11d7449ed087eaf1204f8c1a414db22af15ee249d7015af51a24604
3
+ metadata.gz: 4d5f732d6e1b7e47f051571cb2cd2e5a0f100df49fcdc8ca8b6c336ad0dae897
4
+ data.tar.gz: a820eb4a2b502480e52dd6f40921f5a655230cc885333982fbad17a392f26b21
5
5
  SHA512:
6
- metadata.gz: 53182a18f1af14d089fbbe50529247954a5aa640baf409712db20e5a87a8557bde3d3fb7805e27c136d40973c2c7f2b2bf6db61810b871a97d45fef3fa154384
7
- data.tar.gz: 698af78610987ab7babe0b0eddf409524d38aa5dc7b74586848983db1aa4dbf860c9ed0bc7ef40c9a93336d12de20f22d3db6f97b90e114b3d485888e16ccb8d
6
+ metadata.gz: 2edd0713b0404cc8a686ab2e822a8ccb0aba0f037ed12bcfc9806e3549da4749bf79f35066cda91f33ee7da43b6c5bbfa05bfea607ac35767aad7c4eab4c038e
7
+ data.tar.gz: 508337ce5f29f17c85efa7b72d5a55c536727db0a5572f244f065167ce1088e7ebe1b0c3ae3f9705d01e0a8945bacfff37df6ccfae4db6b362a52a3179cea95f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.67.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.66.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.68.0
@@ -200,8 +200,7 @@ module Aws::IoTWireless
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -5385,7 +5384,7 @@ module Aws::IoTWireless
5385
5384
  tracer: tracer
5386
5385
  )
5387
5386
  context[:gem_name] = 'aws-sdk-iotwireless'
5388
- context[:gem_version] = '1.66.0'
5387
+ context[:gem_version] = '1.68.0'
5389
5388
  Seahorse::Client::Request.new(handlers, context)
5390
5389
  end
5391
5390
 
@@ -54,7 +54,7 @@ module Aws::IoTWireless
54
54
  autoload :EndpointProvider, 'aws-sdk-iotwireless/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotwireless/endpoints'
56
56
 
57
- GEM_VERSION = '1.66.0'
57
+ GEM_VERSION = '1.68.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotwireless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="