aws-sdk-iotanalytics 1.62.0 → 1.63.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: 347971c8148437fe019ebfc2bef9fea988a2c11d51cb0c01db3d42015df82339
4
- data.tar.gz: 00b4445b8296a831d77feb3ff8674c458e63b24413c0edee36728b141c80f794
3
+ metadata.gz: 9b645c4ebe483691e7f16e00f43dd5c1508f6071eb8421a90675c53d13734ee6
4
+ data.tar.gz: '0125029ce3568c7e201300b85af370fc56eccd21bd52b95cb782b6ace6c498c3'
5
5
  SHA512:
6
- metadata.gz: 0dbfb3c736a4a7324dfdbc2a55568898f6a0f6d1ecc2d90ced1bf6449a9ad339275c3def2a517f29aab4b70cc745a224dd3e2cba6b1a899996dc544c85373a0a
7
- data.tar.gz: 2651deeaa66b9c58259ed4107dbbd2883597f5e1975842984c2cf0556ce1462b5102dc9a624a5e5a381455f4140231c5537f97ecb8792835d5374763882ad3ab
6
+ metadata.gz: 446938a2cd48edfc6259964417bb8f3ec347f7142622f3da5dea6075263b2b38d820a66d9d5b8e2bb8122b6fd97fbe3cbba3ef9eab259e32b5e71284c66ec5dd
7
+ data.tar.gz: 847863cc954d3834937fde1eb35e5f067eec58ed9cca72e6dd9a6a2a9985d3397540bde146b54792fff20277d8e7172e99e6afedb94de4abe7a1b1769f6d31d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.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.62.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -301,8 +301,9 @@ module Aws::IoTAnalytics
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
  #
@@ -2320,7 +2321,7 @@ module Aws::IoTAnalytics
2320
2321
  params: params,
2321
2322
  config: config)
2322
2323
  context[:gem_name] = 'aws-sdk-iotanalytics'
2323
- context[:gem_version] = '1.62.0'
2324
+ context[:gem_version] = '1.63.0'
2324
2325
  Seahorse::Client::Request.new(handlers, context)
2325
2326
  end
2326
2327
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTAnalytics
54
54
 
55
- GEM_VERSION = '1.62.0'
55
+ GEM_VERSION = '1.63.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.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