aws-sdk-greengrassv2 1.37.0 → 1.38.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: dc7e3c2118dc549bfbf9908424da4710e15db7d4a03d4c31c49d5b16ac56ebe0
4
- data.tar.gz: e5f39f319e2f85ad2610a1bd160cf337821075d0c30c06c151902c23fc5b6dda
3
+ metadata.gz: 3ae1d8cbdc09f22396a4ec0b8b993a4a216bc7e689dcc90e993bab95eee1d588
4
+ data.tar.gz: 4eed568047da3dba0a4c6b642c1be29ded85297e72d910ce92779715f56c4c21
5
5
  SHA512:
6
- metadata.gz: 107d34f0534eba584bd510964fbbb03ed45dd24c9f6521d7559e59be59a9b6440d8bdfd2734d3a47fa2af02a6ec38de0a133738793878db97131f76d9a7d0633
7
- data.tar.gz: 2ac5f843d6e273d034e6ef086c3075b822222aa6916823b44a271ff3555270588ed0b09c47629802443c011c26bd7b62c91af046f0c6306b9ef8649ae0848c96
6
+ metadata.gz: 83b0b37a59fb2bcffbd64ec545e763a267e47506568fd67b101f28ccc5d9cdbb47ad4ab0c508c563a2552760b90d2b96c465108e60f911bd5622de226219eac8
7
+ data.tar.gz: c74a775a5833ed29aa2c815909a97214319d9a2141a5314107dbf7051aa8a89ffb64f942b00b5b21926a4ef4653da813c80a610d757d42d5b6668bd0799d8d2e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.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.37.0 (2024-05-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -301,8 +301,9 @@ module Aws::GreengrassV2
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
  #
@@ -2137,7 +2138,7 @@ module Aws::GreengrassV2
2137
2138
  params: params,
2138
2139
  config: config)
2139
2140
  context[:gem_name] = 'aws-sdk-greengrassv2'
2140
- context[:gem_version] = '1.37.0'
2141
+ context[:gem_version] = '1.38.0'
2141
2142
  Seahorse::Client::Request.new(handlers, context)
2142
2143
  end
2143
2144
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-greengrassv2/customizations'
52
52
  # @!group service
53
53
  module Aws::GreengrassV2
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-greengrassv2
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: 2024-05-10 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