aws-sdk-securityhub 1.153.0 → 1.155.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +320 -18
- data/lib/aws-sdk-securityhub/client_api.rb +121 -0
- data/lib/aws-sdk-securityhub/errors.rb +42 -0
- data/lib/aws-sdk-securityhub/types.rb +365 -11
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +177 -60
- data/sig/errors.rbs +8 -0
- data/sig/types.rbs +84 -0
- metadata +1 -1
data/sig/client.rbs
CHANGED
|
@@ -4520,7 +4520,8 @@ module Aws
|
|
|
4520
4520
|
end: ::String?,
|
|
4521
4521
|
date_range: {
|
|
4522
4522
|
value: ::Integer?,
|
|
4523
|
-
unit: ("DAYS")
|
|
4523
|
+
unit: ("DAYS")?,
|
|
4524
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
4524
4525
|
}?
|
|
4525
4526
|
},
|
|
4526
4527
|
]?,
|
|
@@ -4530,7 +4531,8 @@ module Aws
|
|
|
4530
4531
|
end: ::String?,
|
|
4531
4532
|
date_range: {
|
|
4532
4533
|
value: ::Integer?,
|
|
4533
|
-
unit: ("DAYS")
|
|
4534
|
+
unit: ("DAYS")?,
|
|
4535
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
4534
4536
|
}?
|
|
4535
4537
|
},
|
|
4536
4538
|
]?,
|
|
@@ -4540,7 +4542,8 @@ module Aws
|
|
|
4540
4542
|
end: ::String?,
|
|
4541
4543
|
date_range: {
|
|
4542
4544
|
value: ::Integer?,
|
|
4543
|
-
unit: ("DAYS")
|
|
4545
|
+
unit: ("DAYS")?,
|
|
4546
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
4544
4547
|
}?
|
|
4545
4548
|
},
|
|
4546
4549
|
]?,
|
|
@@ -4550,7 +4553,8 @@ module Aws
|
|
|
4550
4553
|
end: ::String?,
|
|
4551
4554
|
date_range: {
|
|
4552
4555
|
value: ::Integer?,
|
|
4553
|
-
unit: ("DAYS")
|
|
4556
|
+
unit: ("DAYS")?,
|
|
4557
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
4554
4558
|
}?
|
|
4555
4559
|
},
|
|
4556
4560
|
]?,
|
|
@@ -4706,7 +4710,8 @@ module Aws
|
|
|
4706
4710
|
end: ::String?,
|
|
4707
4711
|
date_range: {
|
|
4708
4712
|
value: ::Integer?,
|
|
4709
|
-
unit: ("DAYS")
|
|
4713
|
+
unit: ("DAYS")?,
|
|
4714
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
4710
4715
|
}?
|
|
4711
4716
|
},
|
|
4712
4717
|
]?,
|
|
@@ -4931,7 +4936,8 @@ module Aws
|
|
|
4931
4936
|
end: ::String?,
|
|
4932
4937
|
date_range: {
|
|
4933
4938
|
value: ::Integer?,
|
|
4934
|
-
unit: ("DAYS")
|
|
4939
|
+
unit: ("DAYS")?,
|
|
4940
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
4935
4941
|
}?
|
|
4936
4942
|
},
|
|
4937
4943
|
]?,
|
|
@@ -4941,7 +4947,8 @@ module Aws
|
|
|
4941
4947
|
end: ::String?,
|
|
4942
4948
|
date_range: {
|
|
4943
4949
|
value: ::Integer?,
|
|
4944
|
-
unit: ("DAYS")
|
|
4950
|
+
unit: ("DAYS")?,
|
|
4951
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
4945
4952
|
}?
|
|
4946
4953
|
},
|
|
4947
4954
|
]?,
|
|
@@ -4951,7 +4958,8 @@ module Aws
|
|
|
4951
4958
|
end: ::String?,
|
|
4952
4959
|
date_range: {
|
|
4953
4960
|
value: ::Integer?,
|
|
4954
|
-
unit: ("DAYS")
|
|
4961
|
+
unit: ("DAYS")?,
|
|
4962
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
4955
4963
|
}?
|
|
4956
4964
|
},
|
|
4957
4965
|
]?,
|
|
@@ -4961,7 +4969,8 @@ module Aws
|
|
|
4961
4969
|
end: ::String?,
|
|
4962
4970
|
date_range: {
|
|
4963
4971
|
value: ::Integer?,
|
|
4964
|
-
unit: ("DAYS")
|
|
4972
|
+
unit: ("DAYS")?,
|
|
4973
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
4965
4974
|
}?
|
|
4966
4975
|
},
|
|
4967
4976
|
]?,
|
|
@@ -5117,7 +5126,8 @@ module Aws
|
|
|
5117
5126
|
end: ::String?,
|
|
5118
5127
|
date_range: {
|
|
5119
5128
|
value: ::Integer?,
|
|
5120
|
-
unit: ("DAYS")
|
|
5129
|
+
unit: ("DAYS")?,
|
|
5130
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5121
5131
|
}?
|
|
5122
5132
|
},
|
|
5123
5133
|
]?,
|
|
@@ -5218,7 +5228,8 @@ module Aws
|
|
|
5218
5228
|
end: ::String?,
|
|
5219
5229
|
date_range: {
|
|
5220
5230
|
value: ::Integer?,
|
|
5221
|
-
unit: ("DAYS")
|
|
5231
|
+
unit: ("DAYS")?,
|
|
5232
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5222
5233
|
}?
|
|
5223
5234
|
}?
|
|
5224
5235
|
},
|
|
@@ -5422,7 +5433,8 @@ module Aws
|
|
|
5422
5433
|
end: ::String?,
|
|
5423
5434
|
date_range: {
|
|
5424
5435
|
value: ::Integer?,
|
|
5425
|
-
unit: ("DAYS")
|
|
5436
|
+
unit: ("DAYS")?,
|
|
5437
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5426
5438
|
}?
|
|
5427
5439
|
},
|
|
5428
5440
|
]?,
|
|
@@ -5432,7 +5444,8 @@ module Aws
|
|
|
5432
5444
|
end: ::String?,
|
|
5433
5445
|
date_range: {
|
|
5434
5446
|
value: ::Integer?,
|
|
5435
|
-
unit: ("DAYS")
|
|
5447
|
+
unit: ("DAYS")?,
|
|
5448
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5436
5449
|
}?
|
|
5437
5450
|
},
|
|
5438
5451
|
]?,
|
|
@@ -5442,7 +5455,8 @@ module Aws
|
|
|
5442
5455
|
end: ::String?,
|
|
5443
5456
|
date_range: {
|
|
5444
5457
|
value: ::Integer?,
|
|
5445
|
-
unit: ("DAYS")
|
|
5458
|
+
unit: ("DAYS")?,
|
|
5459
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5446
5460
|
}?
|
|
5447
5461
|
},
|
|
5448
5462
|
]?,
|
|
@@ -5452,7 +5466,8 @@ module Aws
|
|
|
5452
5466
|
end: ::String?,
|
|
5453
5467
|
date_range: {
|
|
5454
5468
|
value: ::Integer?,
|
|
5455
|
-
unit: ("DAYS")
|
|
5469
|
+
unit: ("DAYS")?,
|
|
5470
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5456
5471
|
}?
|
|
5457
5472
|
},
|
|
5458
5473
|
]?,
|
|
@@ -5676,7 +5691,8 @@ module Aws
|
|
|
5676
5691
|
end: ::String?,
|
|
5677
5692
|
date_range: {
|
|
5678
5693
|
value: ::Integer?,
|
|
5679
|
-
unit: ("DAYS")
|
|
5694
|
+
unit: ("DAYS")?,
|
|
5695
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5680
5696
|
}?
|
|
5681
5697
|
},
|
|
5682
5698
|
]?,
|
|
@@ -5686,7 +5702,8 @@ module Aws
|
|
|
5686
5702
|
end: ::String?,
|
|
5687
5703
|
date_range: {
|
|
5688
5704
|
value: ::Integer?,
|
|
5689
|
-
unit: ("DAYS")
|
|
5705
|
+
unit: ("DAYS")?,
|
|
5706
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5690
5707
|
}?
|
|
5691
5708
|
},
|
|
5692
5709
|
]?,
|
|
@@ -5714,7 +5731,8 @@ module Aws
|
|
|
5714
5731
|
end: ::String?,
|
|
5715
5732
|
date_range: {
|
|
5716
5733
|
value: ::Integer?,
|
|
5717
|
-
unit: ("DAYS")
|
|
5734
|
+
unit: ("DAYS")?,
|
|
5735
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5718
5736
|
}?
|
|
5719
5737
|
},
|
|
5720
5738
|
]?,
|
|
@@ -5813,7 +5831,8 @@ module Aws
|
|
|
5813
5831
|
end: ::String?,
|
|
5814
5832
|
date_range: {
|
|
5815
5833
|
value: ::Integer?,
|
|
5816
|
-
unit: ("DAYS")
|
|
5834
|
+
unit: ("DAYS")?,
|
|
5835
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5817
5836
|
}?
|
|
5818
5837
|
},
|
|
5819
5838
|
]?,
|
|
@@ -5853,7 +5872,8 @@ module Aws
|
|
|
5853
5872
|
end: ::String?,
|
|
5854
5873
|
date_range: {
|
|
5855
5874
|
value: ::Integer?,
|
|
5856
|
-
unit: ("DAYS")
|
|
5875
|
+
unit: ("DAYS")?,
|
|
5876
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5857
5877
|
}?
|
|
5858
5878
|
},
|
|
5859
5879
|
]?,
|
|
@@ -5887,7 +5907,8 @@ module Aws
|
|
|
5887
5907
|
end: ::String?,
|
|
5888
5908
|
date_range: {
|
|
5889
5909
|
value: ::Integer?,
|
|
5890
|
-
unit: ("DAYS")
|
|
5910
|
+
unit: ("DAYS")?,
|
|
5911
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5891
5912
|
}?
|
|
5892
5913
|
},
|
|
5893
5914
|
]?,
|
|
@@ -5952,7 +5973,8 @@ module Aws
|
|
|
5952
5973
|
end: ::String?,
|
|
5953
5974
|
date_range: {
|
|
5954
5975
|
value: ::Integer?,
|
|
5955
|
-
unit: ("DAYS")
|
|
5976
|
+
unit: ("DAYS")?,
|
|
5977
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
5956
5978
|
}?
|
|
5957
5979
|
},
|
|
5958
5980
|
]?,
|
|
@@ -6404,6 +6426,15 @@ module Aws
|
|
|
6404
6426
|
) -> _EnableSecurityHubV2ResponseSuccess
|
|
6405
6427
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableSecurityHubV2ResponseSuccess
|
|
6406
6428
|
|
|
6429
|
+
interface _GenerateRecommendedPolicyV2ResponseSuccess
|
|
6430
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GenerateRecommendedPolicyV2Response]
|
|
6431
|
+
end
|
|
6432
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityHub/Client.html#generate_recommended_policy_v2-instance_method
|
|
6433
|
+
def generate_recommended_policy_v2: (
|
|
6434
|
+
metadata_uid: ::String
|
|
6435
|
+
) -> _GenerateRecommendedPolicyV2ResponseSuccess
|
|
6436
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GenerateRecommendedPolicyV2ResponseSuccess
|
|
6437
|
+
|
|
6407
6438
|
interface _GetAdministratorAccountResponseSuccess
|
|
6408
6439
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetAdministratorAccountResponse]
|
|
6409
6440
|
def administrator: () -> Types::Invitation
|
|
@@ -6571,7 +6602,8 @@ module Aws
|
|
|
6571
6602
|
end: ::String?,
|
|
6572
6603
|
date_range: {
|
|
6573
6604
|
value: ::Integer?,
|
|
6574
|
-
unit: ("DAYS")
|
|
6605
|
+
unit: ("DAYS")?,
|
|
6606
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
6575
6607
|
}?
|
|
6576
6608
|
}?
|
|
6577
6609
|
},
|
|
@@ -6623,6 +6655,14 @@ module Aws
|
|
|
6623
6655
|
group_by_field: ("activity_name" | "cloud.account.uid" | "cloud.provider" | "cloud.region" | "compliance.assessments.name" | "compliance.status" | "compliance.control" | "finding_info.title" | "finding_info.related_events.traits.category" | "finding_info.types" | "metadata.product.name" | "metadata.product.uid" | "resources.type" | "resources.uid" | "severity" | "status" | "vulnerabilities.fix_coverage" | "class_name" | "vulnerabilities.affected_packages.name" | "finding_info.analytic.name" | "compliance.standards" | "cloud.account.name" | "vendor_attributes.severity" | "metadata.product.vendor_name")
|
|
6624
6656
|
},
|
|
6625
6657
|
],
|
|
6658
|
+
?scopes: {
|
|
6659
|
+
aws_organizations: Array[
|
|
6660
|
+
{
|
|
6661
|
+
organization_id: ::String?,
|
|
6662
|
+
organizational_unit_id: ::String?
|
|
6663
|
+
},
|
|
6664
|
+
]?
|
|
6665
|
+
},
|
|
6626
6666
|
?sort_order: ("asc" | "desc"),
|
|
6627
6667
|
?max_statistic_results: ::Integer
|
|
6628
6668
|
) -> _GetFindingStatisticsV2ResponseSuccess
|
|
@@ -6678,7 +6718,8 @@ module Aws
|
|
|
6678
6718
|
end: ::String?,
|
|
6679
6719
|
date_range: {
|
|
6680
6720
|
value: ::Integer?,
|
|
6681
|
-
unit: ("DAYS")
|
|
6721
|
+
unit: ("DAYS")?,
|
|
6722
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
6682
6723
|
}?
|
|
6683
6724
|
},
|
|
6684
6725
|
]?,
|
|
@@ -6688,7 +6729,8 @@ module Aws
|
|
|
6688
6729
|
end: ::String?,
|
|
6689
6730
|
date_range: {
|
|
6690
6731
|
value: ::Integer?,
|
|
6691
|
-
unit: ("DAYS")
|
|
6732
|
+
unit: ("DAYS")?,
|
|
6733
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
6692
6734
|
}?
|
|
6693
6735
|
},
|
|
6694
6736
|
]?,
|
|
@@ -6698,7 +6740,8 @@ module Aws
|
|
|
6698
6740
|
end: ::String?,
|
|
6699
6741
|
date_range: {
|
|
6700
6742
|
value: ::Integer?,
|
|
6701
|
-
unit: ("DAYS")
|
|
6743
|
+
unit: ("DAYS")?,
|
|
6744
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
6702
6745
|
}?
|
|
6703
6746
|
},
|
|
6704
6747
|
]?,
|
|
@@ -6708,7 +6751,8 @@ module Aws
|
|
|
6708
6751
|
end: ::String?,
|
|
6709
6752
|
date_range: {
|
|
6710
6753
|
value: ::Integer?,
|
|
6711
|
-
unit: ("DAYS")
|
|
6754
|
+
unit: ("DAYS")?,
|
|
6755
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
6712
6756
|
}?
|
|
6713
6757
|
},
|
|
6714
6758
|
]?,
|
|
@@ -6932,7 +6976,8 @@ module Aws
|
|
|
6932
6976
|
end: ::String?,
|
|
6933
6977
|
date_range: {
|
|
6934
6978
|
value: ::Integer?,
|
|
6935
|
-
unit: ("DAYS")
|
|
6979
|
+
unit: ("DAYS")?,
|
|
6980
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
6936
6981
|
}?
|
|
6937
6982
|
},
|
|
6938
6983
|
]?,
|
|
@@ -6942,7 +6987,8 @@ module Aws
|
|
|
6942
6987
|
end: ::String?,
|
|
6943
6988
|
date_range: {
|
|
6944
6989
|
value: ::Integer?,
|
|
6945
|
-
unit: ("DAYS")
|
|
6990
|
+
unit: ("DAYS")?,
|
|
6991
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
6946
6992
|
}?
|
|
6947
6993
|
},
|
|
6948
6994
|
]?,
|
|
@@ -6970,7 +7016,8 @@ module Aws
|
|
|
6970
7016
|
end: ::String?,
|
|
6971
7017
|
date_range: {
|
|
6972
7018
|
value: ::Integer?,
|
|
6973
|
-
unit: ("DAYS")
|
|
7019
|
+
unit: ("DAYS")?,
|
|
7020
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
6974
7021
|
}?
|
|
6975
7022
|
},
|
|
6976
7023
|
]?,
|
|
@@ -7069,7 +7116,8 @@ module Aws
|
|
|
7069
7116
|
end: ::String?,
|
|
7070
7117
|
date_range: {
|
|
7071
7118
|
value: ::Integer?,
|
|
7072
|
-
unit: ("DAYS")
|
|
7119
|
+
unit: ("DAYS")?,
|
|
7120
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
7073
7121
|
}?
|
|
7074
7122
|
},
|
|
7075
7123
|
]?,
|
|
@@ -7109,7 +7157,8 @@ module Aws
|
|
|
7109
7157
|
end: ::String?,
|
|
7110
7158
|
date_range: {
|
|
7111
7159
|
value: ::Integer?,
|
|
7112
|
-
unit: ("DAYS")
|
|
7160
|
+
unit: ("DAYS")?,
|
|
7161
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
7113
7162
|
}?
|
|
7114
7163
|
},
|
|
7115
7164
|
]?,
|
|
@@ -7143,7 +7192,8 @@ module Aws
|
|
|
7143
7192
|
end: ::String?,
|
|
7144
7193
|
date_range: {
|
|
7145
7194
|
value: ::Integer?,
|
|
7146
|
-
unit: ("DAYS")
|
|
7195
|
+
unit: ("DAYS")?,
|
|
7196
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
7147
7197
|
}?
|
|
7148
7198
|
},
|
|
7149
7199
|
]?,
|
|
@@ -7208,7 +7258,8 @@ module Aws
|
|
|
7208
7258
|
end: ::String?,
|
|
7209
7259
|
date_range: {
|
|
7210
7260
|
value: ::Integer?,
|
|
7211
|
-
unit: ("DAYS")
|
|
7261
|
+
unit: ("DAYS")?,
|
|
7262
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
7212
7263
|
}?
|
|
7213
7264
|
},
|
|
7214
7265
|
]?,
|
|
@@ -7402,7 +7453,8 @@ module Aws
|
|
|
7402
7453
|
end: ::String?,
|
|
7403
7454
|
date_range: {
|
|
7404
7455
|
value: ::Integer?,
|
|
7405
|
-
unit: ("DAYS")
|
|
7456
|
+
unit: ("DAYS")?,
|
|
7457
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
7406
7458
|
}?
|
|
7407
7459
|
}?
|
|
7408
7460
|
},
|
|
@@ -7451,6 +7503,14 @@ module Aws
|
|
|
7451
7503
|
]?,
|
|
7452
7504
|
composite_operator: ("AND" | "OR")?
|
|
7453
7505
|
},
|
|
7506
|
+
?scopes: {
|
|
7507
|
+
aws_organizations: Array[
|
|
7508
|
+
{
|
|
7509
|
+
organization_id: ::String?,
|
|
7510
|
+
organizational_unit_id: ::String?
|
|
7511
|
+
},
|
|
7512
|
+
]?
|
|
7513
|
+
},
|
|
7454
7514
|
?sort_criteria: Array[
|
|
7455
7515
|
{
|
|
7456
7516
|
field: ::String?,
|
|
@@ -7514,6 +7574,22 @@ module Aws
|
|
|
7514
7574
|
) -> _GetMembersResponseSuccess
|
|
7515
7575
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMembersResponseSuccess
|
|
7516
7576
|
|
|
7577
|
+
interface _GetRecommendedPolicyV2ResponseSuccess
|
|
7578
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRecommendedPolicyV2Response]
|
|
7579
|
+
def next_token: () -> ::String
|
|
7580
|
+
def recommendation_type: () -> ("UNUSED_PERMISSION_RECOMMENDATION")
|
|
7581
|
+
def recommendation_steps: () -> ::Array[Types::RecommendationStep]
|
|
7582
|
+
def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
|
7583
|
+
def resource_arn: () -> ::String
|
|
7584
|
+
end
|
|
7585
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityHub/Client.html#get_recommended_policy_v2-instance_method
|
|
7586
|
+
def get_recommended_policy_v2: (
|
|
7587
|
+
metadata_uid: ::String,
|
|
7588
|
+
?next_token: ::String,
|
|
7589
|
+
?max_results: ::Integer
|
|
7590
|
+
) -> _GetRecommendedPolicyV2ResponseSuccess
|
|
7591
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRecommendedPolicyV2ResponseSuccess
|
|
7592
|
+
|
|
7517
7593
|
interface _GetResourcesStatisticsV2ResponseSuccess
|
|
7518
7594
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetResourcesStatisticsV2Response]
|
|
7519
7595
|
def group_by_results: () -> ::Array[Types::GroupByResult]
|
|
@@ -7543,7 +7619,8 @@ module Aws
|
|
|
7543
7619
|
end: ::String?,
|
|
7544
7620
|
date_range: {
|
|
7545
7621
|
value: ::Integer?,
|
|
7546
|
-
unit: ("DAYS")
|
|
7622
|
+
unit: ("DAYS")?,
|
|
7623
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
7547
7624
|
}?
|
|
7548
7625
|
}?
|
|
7549
7626
|
},
|
|
@@ -7578,6 +7655,14 @@ module Aws
|
|
|
7578
7655
|
}?
|
|
7579
7656
|
},
|
|
7580
7657
|
],
|
|
7658
|
+
?scopes: {
|
|
7659
|
+
aws_organizations: Array[
|
|
7660
|
+
{
|
|
7661
|
+
organization_id: ::String?,
|
|
7662
|
+
organizational_unit_id: ::String?
|
|
7663
|
+
},
|
|
7664
|
+
]?
|
|
7665
|
+
},
|
|
7581
7666
|
?sort_order: ("asc" | "desc"),
|
|
7582
7667
|
?max_statistic_results: ::Integer
|
|
7583
7668
|
) -> _GetResourcesStatisticsV2ResponseSuccess
|
|
@@ -7643,7 +7728,8 @@ module Aws
|
|
|
7643
7728
|
end: ::String?,
|
|
7644
7729
|
date_range: {
|
|
7645
7730
|
value: ::Integer?,
|
|
7646
|
-
unit: ("DAYS")
|
|
7731
|
+
unit: ("DAYS")?,
|
|
7732
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
7647
7733
|
}?
|
|
7648
7734
|
}?
|
|
7649
7735
|
},
|
|
@@ -7676,6 +7762,14 @@ module Aws
|
|
|
7676
7762
|
]?,
|
|
7677
7763
|
composite_operator: ("AND" | "OR")?
|
|
7678
7764
|
},
|
|
7765
|
+
?scopes: {
|
|
7766
|
+
aws_organizations: Array[
|
|
7767
|
+
{
|
|
7768
|
+
organization_id: ::String?,
|
|
7769
|
+
organizational_unit_id: ::String?
|
|
7770
|
+
},
|
|
7771
|
+
]?
|
|
7772
|
+
},
|
|
7679
7773
|
?sort_criteria: Array[
|
|
7680
7774
|
{
|
|
7681
7775
|
field: ::String?,
|
|
@@ -8009,7 +8103,8 @@ module Aws
|
|
|
8009
8103
|
end: ::String?,
|
|
8010
8104
|
date_range: {
|
|
8011
8105
|
value: ::Integer?,
|
|
8012
|
-
unit: ("DAYS")
|
|
8106
|
+
unit: ("DAYS")?,
|
|
8107
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8013
8108
|
}?
|
|
8014
8109
|
}?
|
|
8015
8110
|
},
|
|
@@ -8203,7 +8298,8 @@ module Aws
|
|
|
8203
8298
|
end: ::String?,
|
|
8204
8299
|
date_range: {
|
|
8205
8300
|
value: ::Integer?,
|
|
8206
|
-
unit: ("DAYS")
|
|
8301
|
+
unit: ("DAYS")?,
|
|
8302
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8207
8303
|
}?
|
|
8208
8304
|
},
|
|
8209
8305
|
]?,
|
|
@@ -8213,7 +8309,8 @@ module Aws
|
|
|
8213
8309
|
end: ::String?,
|
|
8214
8310
|
date_range: {
|
|
8215
8311
|
value: ::Integer?,
|
|
8216
|
-
unit: ("DAYS")
|
|
8312
|
+
unit: ("DAYS")?,
|
|
8313
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8217
8314
|
}?
|
|
8218
8315
|
},
|
|
8219
8316
|
]?,
|
|
@@ -8223,7 +8320,8 @@ module Aws
|
|
|
8223
8320
|
end: ::String?,
|
|
8224
8321
|
date_range: {
|
|
8225
8322
|
value: ::Integer?,
|
|
8226
|
-
unit: ("DAYS")
|
|
8323
|
+
unit: ("DAYS")?,
|
|
8324
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8227
8325
|
}?
|
|
8228
8326
|
},
|
|
8229
8327
|
]?,
|
|
@@ -8233,7 +8331,8 @@ module Aws
|
|
|
8233
8331
|
end: ::String?,
|
|
8234
8332
|
date_range: {
|
|
8235
8333
|
value: ::Integer?,
|
|
8236
|
-
unit: ("DAYS")
|
|
8334
|
+
unit: ("DAYS")?,
|
|
8335
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8237
8336
|
}?
|
|
8238
8337
|
},
|
|
8239
8338
|
]?,
|
|
@@ -8457,7 +8556,8 @@ module Aws
|
|
|
8457
8556
|
end: ::String?,
|
|
8458
8557
|
date_range: {
|
|
8459
8558
|
value: ::Integer?,
|
|
8460
|
-
unit: ("DAYS")
|
|
8559
|
+
unit: ("DAYS")?,
|
|
8560
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8461
8561
|
}?
|
|
8462
8562
|
},
|
|
8463
8563
|
]?,
|
|
@@ -8467,7 +8567,8 @@ module Aws
|
|
|
8467
8567
|
end: ::String?,
|
|
8468
8568
|
date_range: {
|
|
8469
8569
|
value: ::Integer?,
|
|
8470
|
-
unit: ("DAYS")
|
|
8570
|
+
unit: ("DAYS")?,
|
|
8571
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8471
8572
|
}?
|
|
8472
8573
|
},
|
|
8473
8574
|
]?,
|
|
@@ -8495,7 +8596,8 @@ module Aws
|
|
|
8495
8596
|
end: ::String?,
|
|
8496
8597
|
date_range: {
|
|
8497
8598
|
value: ::Integer?,
|
|
8498
|
-
unit: ("DAYS")
|
|
8599
|
+
unit: ("DAYS")?,
|
|
8600
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8499
8601
|
}?
|
|
8500
8602
|
},
|
|
8501
8603
|
]?,
|
|
@@ -8594,7 +8696,8 @@ module Aws
|
|
|
8594
8696
|
end: ::String?,
|
|
8595
8697
|
date_range: {
|
|
8596
8698
|
value: ::Integer?,
|
|
8597
|
-
unit: ("DAYS")
|
|
8699
|
+
unit: ("DAYS")?,
|
|
8700
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8598
8701
|
}?
|
|
8599
8702
|
},
|
|
8600
8703
|
]?,
|
|
@@ -8634,7 +8737,8 @@ module Aws
|
|
|
8634
8737
|
end: ::String?,
|
|
8635
8738
|
date_range: {
|
|
8636
8739
|
value: ::Integer?,
|
|
8637
|
-
unit: ("DAYS")
|
|
8740
|
+
unit: ("DAYS")?,
|
|
8741
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8638
8742
|
}?
|
|
8639
8743
|
},
|
|
8640
8744
|
]?,
|
|
@@ -8668,7 +8772,8 @@ module Aws
|
|
|
8668
8772
|
end: ::String?,
|
|
8669
8773
|
date_range: {
|
|
8670
8774
|
value: ::Integer?,
|
|
8671
|
-
unit: ("DAYS")
|
|
8775
|
+
unit: ("DAYS")?,
|
|
8776
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8672
8777
|
}?
|
|
8673
8778
|
},
|
|
8674
8779
|
]?,
|
|
@@ -8733,7 +8838,8 @@ module Aws
|
|
|
8733
8838
|
end: ::String?,
|
|
8734
8839
|
date_range: {
|
|
8735
8840
|
value: ::Integer?,
|
|
8736
|
-
unit: ("DAYS")
|
|
8841
|
+
unit: ("DAYS")?,
|
|
8842
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8737
8843
|
}?
|
|
8738
8844
|
},
|
|
8739
8845
|
]?,
|
|
@@ -8914,7 +9020,8 @@ module Aws
|
|
|
8914
9020
|
end: ::String?,
|
|
8915
9021
|
date_range: {
|
|
8916
9022
|
value: ::Integer?,
|
|
8917
|
-
unit: ("DAYS")
|
|
9023
|
+
unit: ("DAYS")?,
|
|
9024
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8918
9025
|
}?
|
|
8919
9026
|
},
|
|
8920
9027
|
]?,
|
|
@@ -8924,7 +9031,8 @@ module Aws
|
|
|
8924
9031
|
end: ::String?,
|
|
8925
9032
|
date_range: {
|
|
8926
9033
|
value: ::Integer?,
|
|
8927
|
-
unit: ("DAYS")
|
|
9034
|
+
unit: ("DAYS")?,
|
|
9035
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8928
9036
|
}?
|
|
8929
9037
|
},
|
|
8930
9038
|
]?,
|
|
@@ -8934,7 +9042,8 @@ module Aws
|
|
|
8934
9042
|
end: ::String?,
|
|
8935
9043
|
date_range: {
|
|
8936
9044
|
value: ::Integer?,
|
|
8937
|
-
unit: ("DAYS")
|
|
9045
|
+
unit: ("DAYS")?,
|
|
9046
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8938
9047
|
}?
|
|
8939
9048
|
},
|
|
8940
9049
|
]?,
|
|
@@ -8944,7 +9053,8 @@ module Aws
|
|
|
8944
9053
|
end: ::String?,
|
|
8945
9054
|
date_range: {
|
|
8946
9055
|
value: ::Integer?,
|
|
8947
|
-
unit: ("DAYS")
|
|
9056
|
+
unit: ("DAYS")?,
|
|
9057
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
8948
9058
|
}?
|
|
8949
9059
|
},
|
|
8950
9060
|
]?,
|
|
@@ -9168,7 +9278,8 @@ module Aws
|
|
|
9168
9278
|
end: ::String?,
|
|
9169
9279
|
date_range: {
|
|
9170
9280
|
value: ::Integer?,
|
|
9171
|
-
unit: ("DAYS")
|
|
9281
|
+
unit: ("DAYS")?,
|
|
9282
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
9172
9283
|
}?
|
|
9173
9284
|
},
|
|
9174
9285
|
]?,
|
|
@@ -9178,7 +9289,8 @@ module Aws
|
|
|
9178
9289
|
end: ::String?,
|
|
9179
9290
|
date_range: {
|
|
9180
9291
|
value: ::Integer?,
|
|
9181
|
-
unit: ("DAYS")
|
|
9292
|
+
unit: ("DAYS")?,
|
|
9293
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
9182
9294
|
}?
|
|
9183
9295
|
},
|
|
9184
9296
|
]?,
|
|
@@ -9206,7 +9318,8 @@ module Aws
|
|
|
9206
9318
|
end: ::String?,
|
|
9207
9319
|
date_range: {
|
|
9208
9320
|
value: ::Integer?,
|
|
9209
|
-
unit: ("DAYS")
|
|
9321
|
+
unit: ("DAYS")?,
|
|
9322
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
9210
9323
|
}?
|
|
9211
9324
|
},
|
|
9212
9325
|
]?,
|
|
@@ -9305,7 +9418,8 @@ module Aws
|
|
|
9305
9418
|
end: ::String?,
|
|
9306
9419
|
date_range: {
|
|
9307
9420
|
value: ::Integer?,
|
|
9308
|
-
unit: ("DAYS")
|
|
9421
|
+
unit: ("DAYS")?,
|
|
9422
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
9309
9423
|
}?
|
|
9310
9424
|
},
|
|
9311
9425
|
]?,
|
|
@@ -9345,7 +9459,8 @@ module Aws
|
|
|
9345
9459
|
end: ::String?,
|
|
9346
9460
|
date_range: {
|
|
9347
9461
|
value: ::Integer?,
|
|
9348
|
-
unit: ("DAYS")
|
|
9462
|
+
unit: ("DAYS")?,
|
|
9463
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
9349
9464
|
}?
|
|
9350
9465
|
},
|
|
9351
9466
|
]?,
|
|
@@ -9379,7 +9494,8 @@ module Aws
|
|
|
9379
9494
|
end: ::String?,
|
|
9380
9495
|
date_range: {
|
|
9381
9496
|
value: ::Integer?,
|
|
9382
|
-
unit: ("DAYS")
|
|
9497
|
+
unit: ("DAYS")?,
|
|
9498
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
9383
9499
|
}?
|
|
9384
9500
|
},
|
|
9385
9501
|
]?,
|
|
@@ -9444,7 +9560,8 @@ module Aws
|
|
|
9444
9560
|
end: ::String?,
|
|
9445
9561
|
date_range: {
|
|
9446
9562
|
value: ::Integer?,
|
|
9447
|
-
unit: ("DAYS")
|
|
9563
|
+
unit: ("DAYS")?,
|
|
9564
|
+
comparison: ("WITHIN" | "OLDER_THAN")?
|
|
9448
9565
|
}?
|
|
9449
9566
|
},
|
|
9450
9567
|
]?,
|