aws-sdk-iotwireless 1.37.0 → 1.38.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: e15d4af585d2d458cde70c0c24710f65a09d9f19239683d9e35d91aaa2233e76
4
- data.tar.gz: a0d1115a3d75cc019fc8755f96712670dfd276266e0b60bcc362174b0da7b401
3
+ metadata.gz: d7a4b4ccecec8edbfa94e87d05c4242f4558d5953474043438c9a67d284ae81a
4
+ data.tar.gz: 59acd937d56cec2f46e5688a6ef1c98ea0d3e30d2be7247d7702f52763bcf891
5
5
  SHA512:
6
- metadata.gz: e1bbbb12d235fd4e06a4e06aa3136ad5aa1d9818124ee60e0c7230dbc95bf8779e56b6948b25874cd0df5ddaf7a0a94870c35b4bba2bcda6b116de8e85b0e3af
7
- data.tar.gz: 6351e54d489a467deb7c63067000b6cd645df5f90f99f9794be2ae80e037f3bdb45ecddd6b4618a56e39b7fec7e53185f684a75a4b29a9ac144c2ecbe41d806d
6
+ metadata.gz: '09ff40b4aacac889cb5f7a6ac0e00c1a9264558523821b94dde2cb1ea812e665127c7a9c7323c37db49d1ce107328b757a1b9c3ec2526ffdeae83ce5229f8895'
7
+ data.tar.gz: 7b685d8916f404e8bf2bd5aa4841bc75234c0838ef1fb2d7fa2fac83d0d28daba1d325cbfc19ed061e55cc176f8b9f6ec71e2bda43be67899fe0e608f7b82ca2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.37.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -216,6 +216,10 @@ module Aws::IoTWireless
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -5009,7 +5013,7 @@ module Aws::IoTWireless
5009
5013
  params: params,
5010
5014
  config: config)
5011
5015
  context[:gem_name] = 'aws-sdk-iotwireless'
5012
- context[:gem_version] = '1.37.0'
5016
+ context[:gem_version] = '1.38.0'
5013
5017
  Seahorse::Client::Request.new(handlers, context)
5014
5018
  end
5015
5019
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotwireless/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTWireless
54
54
 
55
- GEM_VERSION = '1.37.0'
55
+ GEM_VERSION = '1.38.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotwireless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core