aws-sdk-securityhub 1.107.0 → 1.108.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: 8d906881c5e532acbcebda69ebc94d6529347ef6044ba6008252c7ee0fc40d61
4
- data.tar.gz: a40604354dfda41982567f0eb609193866db26570966db23f81643ea4d1f7e97
3
+ metadata.gz: 59696dbb1cb7a77f5d6ea237fca0e2fca48de36840f65dd2bac7315d0a166e6a
4
+ data.tar.gz: 55306ce3ae8d447a6d321209db57ca38193ad22c3f9f3a55e7c1c654ecbddb67
5
5
  SHA512:
6
- metadata.gz: e6c136afc884a87c56cdc12829a2e536380906fe72e904af7d9be7e449bc363e7e9d4494450e1f03196521f9c2507ddc391beea7087fe4256c9171a8d523586a
7
- data.tar.gz: 7256b4ca47a5f0e9c898f1203b99e3ab05bbeec6be6a9b38b9dc7d121ceaae4d24f164a0201286964c45a9177f7387d315fb1c8572cfe0a531200de65a4a3318
6
+ metadata.gz: 46e1cfb28de409893ad80c8893493dbb8d4992237f10f08d203a959c490f09e3e9f5d86747066e4564d8e44ddde516c78e3734459220c946aa77f4dbed2ec1cc
7
+ data.tar.gz: 57865454d15424146fa4512081db98bbc21b9d385e06cfa931ed574a7e012a65aafbe9bfed6b755fb01a012952d9779be71463258c936ff75a048767e8ba1a59
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2024-05-29)
5
+ ------------------
6
+
7
+ * Feature - Add ROOT type for TargetType model
8
+
4
9
  1.107.0 (2024-05-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.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.107.0'
10410
+ context[:gem_version] = '1.108.0'
10411
10411
  Seahorse::Client::Request.new(handlers, context)
10412
10412
  end
10413
10413
 
@@ -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.107.0'
55
+ GEM_VERSION = '1.108.0'
56
56
 
57
57
  end
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.107.0
4
+ version: 1.108.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-15 00:00:00.000000000 Z
11
+ date: 2024-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core