aws-sdk-securityhub 1.70.0 → 1.71.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: dc54859bd0fcd0ba0ac590359bf400c57d59421d1a88a73351b393ba4b08c930
4
- data.tar.gz: 49fe23b8cf2973a26eba748790806d33592b1a05ada6c386379d4f85979ce1c5
3
+ metadata.gz: b77ffca4f3a18068c33d394b0e3dd011c235bdbe573e1a6f714012805f2a5480
4
+ data.tar.gz: 467a8de6c548f06b2290165932e9663c212291f9d3c177b40ce3957a61119ee6
5
5
  SHA512:
6
- metadata.gz: 4fbd0e45a59347b374bec24a1990f2d812e19dfdedc492cba10cb516a075feeb39c371b0be33c7360ccbe93f6a7c0add7d86900f81e781cf080847f14f223ad6
7
- data.tar.gz: 6362d5e5df1f75cba5ca8dd70281c611eda017b640c50c6345a2839494beb052072cda816f1dd440d8bde6acb8417a4c245b7e4e0ceec6aaa01bfe6506a698b7
6
+ metadata.gz: 84f4ac6af69cefbc67227e209fa0fe1160d0d8833d8ad10496af702372867b28f5a5d8c905244bc1049d593c8aa4497bc0bad9926af2474ecd6e821799bc977e
7
+ data.tar.gz: 3d66e6b7f7e5bd64bd39b3e7531846b6c963f61e61ff0634a73d79ef338e6f262bc9c1c087e5702803903a23faa3cfa497cb4395e0425bc8abbfc30893082ccb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2022-11-11)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Security Hub
8
+
4
9
  1.70.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
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 comma-separated list of Regions that do not aggregate findings to
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
- # comma-separated list of Regions that do aggregate findings to the
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 comma-separated list of Regions that do not aggregate findings to
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
- # comma-separated list of Regions that do aggregate findings to the
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.70.0'
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 the details of the
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 the details of the
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 comma-separated list of Regions that do not aggregate findings
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
- # comma-separated list of Regions that do aggregate findings to the
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 comma-separated list of Regions that do not aggregate findings
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
- # comma-separated list of Regions that do aggregate findings to the
44690
+ # space-separated list of Regions that do aggregate findings to the
44691
44691
  # aggregation Region.
44692
44692
  # @return [Array<String>]
44693
44693
  #
@@ -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.70.0'
55
+ GEM_VERSION = '1.71.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.70.0
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-10-25 00:00:00.000000000 Z
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