aws-sdk-securityhub 1.107.0 → 1.109.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +5 -5
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c32b13d8cc8260a5aea7dd2ac8bc5c12f7fb9c2a9ea9180366fe5e5d8a2f750d
|
4
|
+
data.tar.gz: f0dc4a8cb0e1355f767c76ba0912719fa06a9c0752d9ee72af784772a7a3799e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0cb3eb633e32d5f1ebf4f3b510bcb95a0a0000a6223292b9ebeef4a58f2ef03951eef15f2ae64de2f7c790c17d66fbde7575cd572db9e7ed6f1818af339f91d
|
7
|
+
data.tar.gz: 5b88ccfed81ea0d1c9e2cae88925a759c2483b706ca8dc3a619f2890687f8c4b52480d683a40103ea8b846bfc8aef61dfd35c2df0d31bbd209137b1e4635d932
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.109.0 (2024-06-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.108.0 (2024-05-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add ROOT type for TargetType model
|
13
|
+
|
4
14
|
1.107.0 (2024-05-15)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.109.0
|
@@ -1080,7 +1080,7 @@ module Aws::SecurityHub
|
|
1080
1080
|
# resp.configuration_policy_associations #=> Array
|
1081
1081
|
# resp.configuration_policy_associations[0].configuration_policy_id #=> String
|
1082
1082
|
# resp.configuration_policy_associations[0].target_id #=> String
|
1083
|
-
# resp.configuration_policy_associations[0].target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT"
|
1083
|
+
# resp.configuration_policy_associations[0].target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"
|
1084
1084
|
# resp.configuration_policy_associations[0].association_type #=> String, one of "INHERITED", "APPLIED"
|
1085
1085
|
# resp.configuration_policy_associations[0].updated_at #=> Time
|
1086
1086
|
# resp.configuration_policy_associations[0].association_status #=> String, one of "PENDING", "SUCCESS", "FAILED"
|
@@ -5180,7 +5180,7 @@ module Aws::SecurityHub
|
|
5180
5180
|
#
|
5181
5181
|
# resp.configuration_policy_id #=> String
|
5182
5182
|
# resp.target_id #=> String
|
5183
|
-
# resp.target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT"
|
5183
|
+
# resp.target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"
|
5184
5184
|
# resp.association_type #=> String, one of "INHERITED", "APPLIED"
|
5185
5185
|
# resp.updated_at #=> Time
|
5186
5186
|
# resp.association_status #=> String, one of "PENDING", "SUCCESS", "FAILED"
|
@@ -7447,7 +7447,7 @@ module Aws::SecurityHub
|
|
7447
7447
|
# resp.configuration_policy_association_summaries #=> Array
|
7448
7448
|
# resp.configuration_policy_association_summaries[0].configuration_policy_id #=> String
|
7449
7449
|
# resp.configuration_policy_association_summaries[0].target_id #=> String
|
7450
|
-
# resp.configuration_policy_association_summaries[0].target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT"
|
7450
|
+
# resp.configuration_policy_association_summaries[0].target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"
|
7451
7451
|
# resp.configuration_policy_association_summaries[0].association_type #=> String, one of "INHERITED", "APPLIED"
|
7452
7452
|
# resp.configuration_policy_association_summaries[0].updated_at #=> Time
|
7453
7453
|
# resp.configuration_policy_association_summaries[0].association_status #=> String, one of "PENDING", "SUCCESS", "FAILED"
|
@@ -8161,7 +8161,7 @@ module Aws::SecurityHub
|
|
8161
8161
|
#
|
8162
8162
|
# resp.configuration_policy_id #=> String
|
8163
8163
|
# resp.target_id #=> String
|
8164
|
-
# resp.target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT"
|
8164
|
+
# resp.target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"
|
8165
8165
|
# resp.association_type #=> String, one of "INHERITED", "APPLIED"
|
8166
8166
|
# resp.updated_at #=> Time
|
8167
8167
|
# resp.association_status #=> String, one of "PENDING", "SUCCESS", "FAILED"
|
@@ -10407,7 +10407,7 @@ module Aws::SecurityHub
|
|
10407
10407
|
params: params,
|
10408
10408
|
config: config)
|
10409
10409
|
context[:gem_name] = 'aws-sdk-securityhub'
|
10410
|
-
context[:gem_version] = '1.
|
10410
|
+
context[:gem_version] = '1.109.0'
|
10411
10411
|
Seahorse::Client::Request.new(handlers, context)
|
10412
10412
|
end
|
10413
10413
|
|
data/lib/aws-sdk-securityhub.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -6093,7 +6093,7 @@ module Aws
|
|
6093
6093
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetConfigurationPolicyAssociationResponse]
|
6094
6094
|
def configuration_policy_id: () -> ::String
|
6095
6095
|
def target_id: () -> ::String
|
6096
|
-
def target_type: () -> ("ACCOUNT" | "ORGANIZATIONAL_UNIT")
|
6096
|
+
def target_type: () -> ("ACCOUNT" | "ORGANIZATIONAL_UNIT" | "ROOT")
|
6097
6097
|
def association_type: () -> ("INHERITED" | "APPLIED")
|
6098
6098
|
def updated_at: () -> ::Time
|
6099
6099
|
def association_status: () -> ("PENDING" | "SUCCESS" | "FAILED")
|
@@ -7081,7 +7081,7 @@ module Aws
|
|
7081
7081
|
include ::Seahorse::Client::_ResponseSuccess[Types::StartConfigurationPolicyAssociationResponse]
|
7082
7082
|
def configuration_policy_id: () -> ::String
|
7083
7083
|
def target_id: () -> ::String
|
7084
|
-
def target_type: () -> ("ACCOUNT" | "ORGANIZATIONAL_UNIT")
|
7084
|
+
def target_type: () -> ("ACCOUNT" | "ORGANIZATIONAL_UNIT" | "ROOT")
|
7085
7085
|
def association_type: () -> ("INHERITED" | "APPLIED")
|
7086
7086
|
def updated_at: () -> ::Time
|
7087
7087
|
def association_status: () -> ("PENDING" | "SUCCESS" | "FAILED")
|
data/sig/types.rbs
CHANGED
@@ -4867,7 +4867,7 @@ module Aws::SecurityHub
|
|
4867
4867
|
class ConfigurationPolicyAssociationSummary
|
4868
4868
|
attr_accessor configuration_policy_id: ::String
|
4869
4869
|
attr_accessor target_id: ::String
|
4870
|
-
attr_accessor target_type: ("ACCOUNT" | "ORGANIZATIONAL_UNIT")
|
4870
|
+
attr_accessor target_type: ("ACCOUNT" | "ORGANIZATIONAL_UNIT" | "ROOT")
|
4871
4871
|
attr_accessor association_type: ("INHERITED" | "APPLIED")
|
4872
4872
|
attr_accessor updated_at: ::Time
|
4873
4873
|
attr_accessor association_status: ("PENDING" | "SUCCESS" | "FAILED")
|
@@ -5372,7 +5372,7 @@ module Aws::SecurityHub
|
|
5372
5372
|
class GetConfigurationPolicyAssociationResponse
|
5373
5373
|
attr_accessor configuration_policy_id: ::String
|
5374
5374
|
attr_accessor target_id: ::String
|
5375
|
-
attr_accessor target_type: ("ACCOUNT" | "ORGANIZATIONAL_UNIT")
|
5375
|
+
attr_accessor target_type: ("ACCOUNT" | "ORGANIZATIONAL_UNIT" | "ROOT")
|
5376
5376
|
attr_accessor association_type: ("INHERITED" | "APPLIED")
|
5377
5377
|
attr_accessor updated_at: ::Time
|
5378
5378
|
attr_accessor association_status: ("PENDING" | "SUCCESS" | "FAILED")
|
@@ -6522,7 +6522,7 @@ module Aws::SecurityHub
|
|
6522
6522
|
class StartConfigurationPolicyAssociationResponse
|
6523
6523
|
attr_accessor configuration_policy_id: ::String
|
6524
6524
|
attr_accessor target_id: ::String
|
6525
|
-
attr_accessor target_type: ("ACCOUNT" | "ORGANIZATIONAL_UNIT")
|
6525
|
+
attr_accessor target_type: ("ACCOUNT" | "ORGANIZATIONAL_UNIT" | "ROOT")
|
6526
6526
|
attr_accessor association_type: ("INHERITED" | "APPLIED")
|
6527
6527
|
attr_accessor updated_at: ::Time
|
6528
6528
|
attr_accessor association_status: ("PENDING" | "SUCCESS" | "FAILED")
|
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.109.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
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.197.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.197.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|