aws-sdk-iotsitewise 1.61.0 → 1.62.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: 88d6e073adbcf43ea8a428ffc506dec0ea932a86f3c7c188c702ba9af2065969
4
- data.tar.gz: 6940c4cdf7dc578e4b37daa5746411e1d880b0daef45ada0bd2a836842a0f6b5
3
+ metadata.gz: c107bc5badffadbd09a882b32415c400375acbdec06a064469e8ba9503edc683
4
+ data.tar.gz: a6caf66fa0aef9313ee069ba9498f36223dabd202a3a8942af870c66d11ec288
5
5
  SHA512:
6
- metadata.gz: 6b190b469d490ef75859f3a6a6e68140fd189c13fda6701db9a407bcd6d5e3d3a544666095fa01e5324bd7fbd7d950f7d7f14e6b184877b4cdd955e2e51678c2
7
- data.tar.gz: 223d7db8a1afb03290469f3998fb0a22ea3c74e02853943644f4f6e7cff69dce5a8b3e9395b896cc910357b1e25226510e9d7fe004ab1361df1647f722d4bf96
6
+ metadata.gz: 9f5531f08edf576473c0ccbef12632a88da026d6ea01367eba2b86bd6d7372fd1a515677399cb3d168c25fa728c9d73908db7a6e1beca805240e78d1197e8f81
7
+ data.tar.gz: fa485205a8dcfc75561f18480e4c113f1b495d62aaf569c0eef526b99d05c6501d4ac5af8afab699527da54b871f2b7b1a8556ff85c3079f9bc37ebd2f8bf778
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.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.61.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -301,8 +301,9 @@ module Aws::IoTSiteWise
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
  #
@@ -6548,7 +6549,7 @@ module Aws::IoTSiteWise
6548
6549
  params: params,
6549
6550
  config: config)
6550
6551
  context[:gem_name] = 'aws-sdk-iotsitewise'
6551
- context[:gem_version] = '1.61.0'
6552
+ context[:gem_version] = '1.62.0'
6552
6553
  Seahorse::Client::Request.new(handlers, context)
6553
6554
  end
6554
6555
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
53
53
  # @!group service
54
54
  module Aws::IoTSiteWise
55
55
 
56
- GEM_VERSION = '1.61.0'
56
+ GEM_VERSION = '1.62.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsitewise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.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