aws-sdk-securityhub 1.70.0 → 1.71.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +5 -5
- data/lib/aws-sdk-securityhub/types.rb +8 -8
- 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: b77ffca4f3a18068c33d394b0e3dd011c235bdbe573e1a6f714012805f2a5480
|
|
4
|
+
data.tar.gz: 467a8de6c548f06b2290165932e9663c212291f9d3c177b40ce3957a61119ee6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84f4ac6af69cefbc67227e209fa0fe1160d0d8833d8ad10496af702372867b28f5a5d8c905244bc1049d593c8aa4497bc0bad9926af2474ecd6e821799bc977e
|
|
7
|
+
data.tar.gz: 3d66e6b7f7e5bd64bd39b3e7531846b6c963f61e61ff0634a73d79ef338e6f262bc9c1c087e5702803903a23faa3cfa497cb4395e0425bc8abbfc30893082ccb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.71.0
|
|
@@ -4210,11 +4210,11 @@ module Aws::SecurityHub
|
|
|
4210
4210
|
#
|
|
4211
4211
|
# @option params [Array<String>] :regions
|
|
4212
4212
|
# If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is
|
|
4213
|
-
# a
|
|
4213
|
+
# a space-separated list of Regions that do not aggregate findings to
|
|
4214
4214
|
# the aggregation Region.
|
|
4215
4215
|
#
|
|
4216
4216
|
# If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a
|
|
4217
|
-
#
|
|
4217
|
+
# space-separated list of Regions that do aggregate findings to the
|
|
4218
4218
|
# aggregation Region.
|
|
4219
4219
|
#
|
|
4220
4220
|
# @return [Types::CreateFindingAggregatorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -9660,11 +9660,11 @@ module Aws::SecurityHub
|
|
|
9660
9660
|
#
|
|
9661
9661
|
# @option params [Array<String>] :regions
|
|
9662
9662
|
# If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is
|
|
9663
|
-
# a
|
|
9663
|
+
# a space-separated list of Regions that do not aggregate findings to
|
|
9664
9664
|
# the aggregation Region.
|
|
9665
9665
|
#
|
|
9666
9666
|
# If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a
|
|
9667
|
-
#
|
|
9667
|
+
# space-separated list of Regions that do aggregate findings to the
|
|
9668
9668
|
# aggregation Region.
|
|
9669
9669
|
#
|
|
9670
9670
|
# @return [Types::UpdateFindingAggregatorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -11133,7 +11133,7 @@ module Aws::SecurityHub
|
|
|
11133
11133
|
params: params,
|
|
11134
11134
|
config: config)
|
|
11135
11135
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
11136
|
-
context[:gem_version] = '1.
|
|
11136
|
+
context[:gem_version] = '1.71.0'
|
|
11137
11137
|
Seahorse::Client::Request.new(handlers, context)
|
|
11138
11138
|
end
|
|
11139
11139
|
|
|
@@ -2375,8 +2375,8 @@ module Aws::SecurityHub
|
|
|
2375
2375
|
include Aws::Structure
|
|
2376
2376
|
end
|
|
2377
2377
|
|
|
2378
|
-
# An array of `CopyAction` objects, which contains
|
|
2379
|
-
# copy operation.
|
|
2378
|
+
# An array of `CopyAction` objects, each of which contains details of
|
|
2379
|
+
# the copy operation.
|
|
2380
2380
|
#
|
|
2381
2381
|
# @note When making an API call, you may pass AwsBackupBackupPlanRuleCopyActionsDetails
|
|
2382
2382
|
# data as a hash:
|
|
@@ -2483,8 +2483,8 @@ module Aws::SecurityHub
|
|
|
2483
2483
|
# @return [Integer]
|
|
2484
2484
|
#
|
|
2485
2485
|
# @!attribute [rw] copy_actions
|
|
2486
|
-
# An array of `CopyAction` objects, which contains
|
|
2487
|
-
# copy operation.
|
|
2486
|
+
# An array of `CopyAction` objects, each of which contains details of
|
|
2487
|
+
# the copy operation.
|
|
2488
2488
|
# @return [Array<Types::AwsBackupBackupPlanRuleCopyActionsDetails>]
|
|
2489
2489
|
#
|
|
2490
2490
|
# @!attribute [rw] lifecycle
|
|
@@ -31044,11 +31044,11 @@ module Aws::SecurityHub
|
|
|
31044
31044
|
#
|
|
31045
31045
|
# @!attribute [rw] regions
|
|
31046
31046
|
# If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this
|
|
31047
|
-
# is a
|
|
31047
|
+
# is a space-separated list of Regions that do not aggregate findings
|
|
31048
31048
|
# to the aggregation Region.
|
|
31049
31049
|
#
|
|
31050
31050
|
# If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a
|
|
31051
|
-
#
|
|
31051
|
+
# space-separated list of Regions that do aggregate findings to the
|
|
31052
31052
|
# aggregation Region.
|
|
31053
31053
|
# @return [Array<String>]
|
|
31054
31054
|
#
|
|
@@ -44683,11 +44683,11 @@ module Aws::SecurityHub
|
|
|
44683
44683
|
#
|
|
44684
44684
|
# @!attribute [rw] regions
|
|
44685
44685
|
# If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this
|
|
44686
|
-
# is a
|
|
44686
|
+
# is a space-separated list of Regions that do not aggregate findings
|
|
44687
44687
|
# to the aggregation Region.
|
|
44688
44688
|
#
|
|
44689
44689
|
# If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a
|
|
44690
|
-
#
|
|
44690
|
+
# space-separated list of Regions that do aggregate findings to the
|
|
44691
44691
|
# aggregation Region.
|
|
44692
44692
|
# @return [Array<String>]
|
|
44693
44693
|
#
|
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.71.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: 2022-
|
|
11
|
+
date: 2022-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|