aws-sdk-securityhub 1.115.0 → 1.116.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: c2713f07752722d7800b555a7b7cbf8eec4d7d7fcbd5be07899040289be6ac29
4
- data.tar.gz: 9dbf4ec656cbafc1960cb0101fcc7d558cee367f5d5f7773288a928ae8a63082
3
+ metadata.gz: eb88d9876171e6048fee321dd043f7ec57091c6d099f8579d7fd9f72efc2e779
4
+ data.tar.gz: 01a534f48f0b9e01c98219a1d226c978df927e8af722c59646c403cd5216abc7
5
5
  SHA512:
6
- metadata.gz: 79e9c1c6b5e50718eb646648222caa67aa37afce52c32af9dc4e3258a0af549e04edf50e8a5c815fcaa214bbff07f5cf9554bbcd9862db5fca1fa4c6bc82317a
7
- data.tar.gz: 8701d405f4b4c9e76cc6016a5c65377d140f2aeb08179387f8d0074e04fae26659124a409ab687cac72d698e58be055e71c2bb702323554b5bb849f26d67b53c
6
+ metadata.gz: bf90069b9251b1cd848c1824b2e88ef4ce55e23f4aaecf13344e3b2678f2224c676d4476790caaf06a016abf40d599576e33dc2d46a2fb813bcd8fbd85ef9cb7
7
+ data.tar.gz: c5d1d52b70ff26db81b795141bc7cfc9789530ac3ee46bbc88a02ac430c00ad36fcc4f372705782f6b0dc7e0f0192e3e0178e61b4af29eff9a311c1c5b242c08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.116.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for Security Hub
8
+
4
9
  1.115.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.115.0
1
+ 1.116.0
@@ -425,6 +425,12 @@ module Aws::SecurityHub
425
425
  # @option options [String] :ssl_ca_store
426
426
  # Sets the X509::Store to verify peer certificate.
427
427
  #
428
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
429
+ # Sets a client certificate when creating http connections.
430
+ #
431
+ # @option options [OpenSSL::PKey] :ssl_key
432
+ # Sets a client key when creating http connections.
433
+ #
428
434
  # @option options [Float] :ssl_timeout
429
435
  # Sets the SSL timeout in seconds
430
436
  #
@@ -10450,7 +10456,7 @@ module Aws::SecurityHub
10450
10456
  tracer: tracer
10451
10457
  )
10452
10458
  context[:gem_name] = 'aws-sdk-securityhub'
10453
- context[:gem_version] = '1.115.0'
10459
+ context[:gem_version] = '1.116.0'
10454
10460
  Seahorse::Client::Request.new(handlers, context)
10455
10461
  end
10456
10462
 
@@ -1536,7 +1536,7 @@ module Aws::SecurityHub
1536
1536
  # @return [String]
1537
1537
  #
1538
1538
  # @!attribute [rw] remote_ip_details
1539
- # Provided if `CallerType` is `remoteIp`. Provides information about
1539
+ # Provided if `CallerType` is `remoteip`. Provides information about
1540
1540
  # the remote IP address that the API call originated from.
1541
1541
  # @return [Types::ActionRemoteIpDetails]
1542
1542
  #
@@ -23118,13 +23118,16 @@ module Aws::SecurityHub
23118
23118
  include Aws::Structure
23119
23119
  end
23120
23120
 
23121
- # Contains finding details that are specific to control-based findings.
23122
- # Only returned for findings generated from controls.
23121
+ # This object typically provides details about a control finding, such
23122
+ # as applicable standards and the status of control checks. While
23123
+ # finding providers can add custom content in `Compliance` object
23124
+ # fields, they are typically used to review details of Security Hub
23125
+ # control findings.
23123
23126
  #
23124
23127
  # @!attribute [rw] status
23125
- # The result of a standards check.
23128
+ # Typically summarizes the result of a control check.
23126
23129
  #
23127
- # The valid values for `Status` are as follows.
23130
+ # For Security Hub controls, valid values for `Status` are as follows.
23128
23131
  #
23129
23132
  # * * `PASSED` - Standards check passed for all evaluated resources.
23130
23133
  #
@@ -23142,37 +23145,33 @@ module Aws::SecurityHub
23142
23145
  # @return [String]
23143
23146
  #
23144
23147
  # @!attribute [rw] related_requirements
23145
- # For a control, the industry or regulatory framework requirements
23146
- # that are related to the control. The check for that control is
23147
- # aligned with these requirements.
23148
+ # Typically provides the industry or regulatory framework requirements
23149
+ # that are related to a control. The check for that control is aligned
23150
+ # with these requirements.
23148
23151
  #
23149
23152
  # Array Members: Maximum number of 32 items.
23150
23153
  # @return [Array<String>]
23151
23154
  #
23152
23155
  # @!attribute [rw] status_reasons
23153
- # For findings generated from controls, a list of reasons behind the
23154
- # value of `Status`. For the list of status reason codes and their
23155
- # meanings, see [Standards-related information in the ASFF][1] in the
23156
- # *Security Hub User Guide*.
23157
- #
23158
- #
23159
- #
23160
- # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-results.html#securityhub-standards-results-asff
23156
+ # Typically used to provide a list of reasons for the value of
23157
+ # `Status`.
23161
23158
  # @return [Array<Types::StatusReason>]
23162
23159
  #
23163
23160
  # @!attribute [rw] security_control_id
23164
- # The unique identifier of a control across standards. Values for this
23165
- # field typically consist of an Amazon Web Servicesservice and a
23166
- # number, such as APIGateway.5.
23161
+ # Typically provides the unique identifier of a control across
23162
+ # standards. For Security Hub controls, this field consists of an
23163
+ # Amazon Web Servicesservice and a unique number, such as
23164
+ # `APIGateway.5`.
23167
23165
  # @return [String]
23168
23166
  #
23169
23167
  # @!attribute [rw] associated_standards
23170
- # The enabled security standards in which a security control is
23171
- # currently enabled.
23168
+ # Typically provides an array of enabled security standards in which a
23169
+ # security control is currently enabled.
23172
23170
  # @return [Array<Types::AssociatedStandard>]
23173
23171
  #
23174
23172
  # @!attribute [rw] security_control_parameters
23175
- # An object that includes security control parameter names and values.
23173
+ # Typically an object that includes security control parameter names
23174
+ # and values.
23176
23175
  # @return [Array<Types::SecurityControlParameter>]
23177
23176
  #
23178
23177
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Compliance AWS API Documentation
@@ -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.115.0'
55
+ GEM_VERSION = '1.116.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.115.0
4
+ version: 1.116.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-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core