aws-sdk-securityhub 1.115.0 → 1.116.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +7 -1
- data/lib/aws-sdk-securityhub/types.rb +21 -22
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb88d9876171e6048fee321dd043f7ec57091c6d099f8579d7fd9f72efc2e779
|
4
|
+
data.tar.gz: 01a534f48f0b9e01c98219a1d226c978df927e8af722c59646c403cd5216abc7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf90069b9251b1cd848c1824b2e88ef4ce55e23f4aaecf13344e3b2678f2224c676d4476790caaf06a016abf40d599576e33dc2d46a2fb813bcd8fbd85ef9cb7
|
7
|
+
data.tar.gz: c5d1d52b70ff26db81b795141bc7cfc9789530ac3ee46bbc88a02ac430c00ad36fcc4f372705782f6b0dc7e0f0192e3e0178e61b4af29eff9a311c1c5b242c08
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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 `
|
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
|
-
#
|
23122
|
-
#
|
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
|
-
#
|
23128
|
+
# Typically summarizes the result of a control check.
|
23126
23129
|
#
|
23127
|
-
#
|
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
|
-
#
|
23146
|
-
# that are related to
|
23147
|
-
#
|
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
|
-
#
|
23154
|
-
#
|
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
|
-
#
|
23165
|
-
#
|
23166
|
-
# number, such as
|
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
|
-
#
|
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
|
-
#
|
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
|
data/lib/aws-sdk-securityhub.rb
CHANGED
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.
|
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-
|
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
|