aws-sdk-iotwireless 1.46.0 → 1.47.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: dd17f3dc7b72ee576a06e4a6af68525af1a23d7c36a801e8aeac4352944fd77b
4
- data.tar.gz: cd88326ccce36c6eb403e1f1529df702507c73c59cceb7fc173aa466f69f8f9c
3
+ metadata.gz: 931b680e1f3d1a06cd6222bf3971febc05ddef9fd2b2ecb63232e5dec0efb717
4
+ data.tar.gz: 9ea1ceab9e0c2d42d7b701f8d575c8c9c8dc024f7b8fe28c60a3326fb5d62ff5
5
5
  SHA512:
6
- metadata.gz: 6d6edc0ca35877ae0540e8b3128afcc4fe07bdb32efe533db0983fa9239c85e513cf72c95a16fd7e68d9bd277166a1d0bef9691c256ab35a381e3be7eac1ef09
7
- data.tar.gz: 2b6ce186c5eaf584d87d735aba02c4e82571f99468fcf87a3f98d2741a9ced1bad6a42fdfea856db8779ed29cbced09d74ca428d23c08b0c14f78f16d9869cd6
6
+ metadata.gz: 525cbd62a672970efbb5b43b9aa91e910ed3388c776d74836ace6cfb5a8937e6d4712717e1963390ff4f325a6844132d0444a04ff0bca54f98de9cc4c6e5a86c
7
+ data.tar.gz: 5ef30c9409ec14535edd83be9c87f0ae8989b5ee054de8c54bf5fc19bf0012e20369534e515cdda7fc0477e2e4da29701ba860927326478a8b0332bed601d16a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -301,8 +301,9 @@ module Aws::IoTWireless
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -5281,7 +5282,7 @@ module Aws::IoTWireless
5281
5282
  params: params,
5282
5283
  config: config)
5283
5284
  context[:gem_name] = 'aws-sdk-iotwireless'
5284
- context[:gem_version] = '1.46.0'
5285
+ context[:gem_version] = '1.47.0'
5285
5286
  Seahorse::Client::Request.new(handlers, context)
5286
5287
  end
5287
5288
 
@@ -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.46.0'
55
+ GEM_VERSION = '1.47.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.46.0
4
+ version: 1.47.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core