aws-sdk-honeycode 1.30.0 → 1.31.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: 45c65a914e14ea2536cac0835e5fcfb0d451cf5098b3d38ea3613797bb3879f6
4
- data.tar.gz: a45420076f33114883d8088df55daa737c782e47fa475cea6872cfb64a14ed60
3
+ metadata.gz: 3ba9b8e102a1a42da6ddc3806088e09adf0887db70cf3b7261e426673c3a5e9a
4
+ data.tar.gz: 859fe978b437f1ed5b53199eddb7cf1b75834dcb15b34444cc09af59c9736729
5
5
  SHA512:
6
- metadata.gz: 535b0e517cfed5cdcb28fb560272dd9963c4a21b8945a6056cf5c62793457fd1751010853bf9a9d9a6c909917b5721a125433a8a2103d7be25fd4fe6cc630347
7
- data.tar.gz: b8f03acb480564a0d41561210b5b75ed8222d224a854142d7e528aa21a9d45c5b9ce4f9c610c1dae6966bfc5de63e81f08a61f718fbb6537737901af0c939d06
6
+ metadata.gz: 2e2c771780381839f21472d69c3bb63bb01b1ea221316a48f8756eea9328f8ee2159f806bf67055cf10e44ee46c074fcf23715149b432562b4620c293debf1fc
7
+ data.tar.gz: 2a54efda41e13773a3b8dc4a11c52a1ae8174a279739db91e93a338b5ce918ef3915a5c905509b83638ec6652af5973b1cebd1a6fa2e2ba750c3ff418f1565f3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -301,8 +301,9 @@ module Aws::Honeycode
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
  #
@@ -1416,7 +1417,7 @@ module Aws::Honeycode
1416
1417
  params: params,
1417
1418
  config: config)
1418
1419
  context[:gem_name] = 'aws-sdk-honeycode'
1419
- context[:gem_version] = '1.30.0'
1420
+ context[:gem_version] = '1.31.0'
1420
1421
  Seahorse::Client::Request.new(handlers, context)
1421
1422
  end
1422
1423
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-honeycode/customizations'
52
52
  # @!group service
53
53
  module Aws::Honeycode
54
54
 
55
- GEM_VERSION = '1.30.0'
55
+ GEM_VERSION = '1.31.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-honeycode
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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