aws-sdk-securityhub 1.105.0 → 1.106.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ff30a8d942deda9345029df519733b290d6a1c1d4413ab118db61fc26d21401
4
- data.tar.gz: 48af6b11266faa3cf3bb515072aec66137390a5d3556194a6977ef6564933a4a
3
+ metadata.gz: 4ec24799bbcc9ea8d91dddbfafb5b3819b5d48878d518317f5a6274a7642d610
4
+ data.tar.gz: dc8553639acd3fca0be623c3e7e495bceba3b79c8c3c63e5adfd913ec060929c
5
5
  SHA512:
6
- metadata.gz: ee7a8a247a96962b00bdca01df8d2550238b16ba0cabd4d78d65de1e9a826b76d84b435be477d7c789a97f1b1c4d70befb0440d13ef6f49015a6e3c7ffc51d66
7
- data.tar.gz: 5de0f8ce2a8599c0fb4f3f970c42f5bc4fa300cf362c8c9700e80cd8979497337b4914dbb8f4f581b477db9f7572eca478c6572e4392aeabc711ef028e76386a
6
+ metadata.gz: e1c28bbc1e6b6bb5925c3c55d41c4f29e835a1e492721e5a666f784377ea60d97ba1005b2447fb396374f0aa240108a7a3eb14a118ee22185280bc7df4ccb632
7
+ data.tar.gz: 1060862ffd0649c3ae6a7bf77dbfa959b036564f71f0ce7c5b24eecab52da74bba0abcdb93f63aff0644e65cc7bef501356df6fd0c6eff516195e37081f75fa7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.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.105.0 (2024-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.106.0
@@ -301,8 +301,9 @@ module Aws::SecurityHub
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
  #
@@ -10406,7 +10407,7 @@ module Aws::SecurityHub
10406
10407
  params: params,
10407
10408
  config: config)
10408
10409
  context[:gem_name] = 'aws-sdk-securityhub'
10409
- context[:gem_version] = '1.105.0'
10410
+ context[:gem_version] = '1.106.0'
10410
10411
  Seahorse::Client::Request.new(handlers, context)
10411
10412
  end
10412
10413
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-securityhub/customizations'
52
52
  # @!group service
53
53
  module Aws::SecurityHub
54
54
 
55
- GEM_VERSION = '1.105.0'
55
+ GEM_VERSION = '1.106.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.105.0
4
+ version: 1.106.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-01 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