aws-sdk-guardduty 1.119.0 → 1.120.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-guardduty/client.rb +25 -1
- data/lib/aws-sdk-guardduty/client_api.rb +10 -0
- data/lib/aws-sdk-guardduty/types.rb +45 -6
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/sig/client.rbs +10 -4
- data/sig/types.rbs +6 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e7893ed41c2ce08d5a0c892f27db96339dff0c0bd54b0aab92e815e62138699
|
4
|
+
data.tar.gz: 93f02b28c82b79ea0d4c42698ab67b4476cd3fabd6f2b6106a5acf6b3bb1aa89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4457b8495e0afc72da9348263704e2425f8bd891562905910eceee2903c5388411f688ac04cd138a58ef77e5ce82c598d6ae79cd1d622a4c8db9bfe1183144b5
|
7
|
+
data.tar.gz: 4c70b38fb4ad805b9af5b06aaa26c70f139ffddef6a88d1d282fb804e26439c683e0967eb3b7a00f3b2eac8414486005639ecc256ceec6f29164d362e6f2ffaf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.120.0
|
@@ -1060,6 +1060,10 @@ module Aws::GuardDuty
|
|
1060
1060
|
# @option params [Hash<String,String>] :tags
|
1061
1061
|
# The tags to be added to a new IP set resource.
|
1062
1062
|
#
|
1063
|
+
# @option params [String] :expected_bucket_owner
|
1064
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
1065
|
+
# specified in the **location** parameter.
|
1066
|
+
#
|
1063
1067
|
# @return [Types::CreateIPSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1064
1068
|
#
|
1065
1069
|
# * {Types::CreateIPSetResponse#ip_set_id #ip_set_id} => String
|
@@ -1076,6 +1080,7 @@ module Aws::GuardDuty
|
|
1076
1080
|
# tags: {
|
1077
1081
|
# "TagKey" => "TagValue",
|
1078
1082
|
# },
|
1083
|
+
# expected_bucket_owner: "AccountId",
|
1079
1084
|
# })
|
1080
1085
|
#
|
1081
1086
|
# @example Response structure
|
@@ -1377,6 +1382,10 @@ module Aws::GuardDuty
|
|
1377
1382
|
# @option params [Hash<String,String>] :tags
|
1378
1383
|
# The tags to be added to a new threat list resource.
|
1379
1384
|
#
|
1385
|
+
# @option params [String] :expected_bucket_owner
|
1386
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
1387
|
+
# specified in the **location** parameter.
|
1388
|
+
#
|
1380
1389
|
# @return [Types::CreateThreatIntelSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1381
1390
|
#
|
1382
1391
|
# * {Types::CreateThreatIntelSetResponse#threat_intel_set_id #threat_intel_set_id} => String
|
@@ -1393,6 +1402,7 @@ module Aws::GuardDuty
|
|
1393
1402
|
# tags: {
|
1394
1403
|
# "TagKey" => "TagValue",
|
1395
1404
|
# },
|
1405
|
+
# expected_bucket_owner: "AccountId",
|
1396
1406
|
# })
|
1397
1407
|
#
|
1398
1408
|
# @example Response structure
|
@@ -3197,6 +3207,7 @@ module Aws::GuardDuty
|
|
3197
3207
|
# * {Types::GetIPSetResponse#location #location} => String
|
3198
3208
|
# * {Types::GetIPSetResponse#status #status} => String
|
3199
3209
|
# * {Types::GetIPSetResponse#tags #tags} => Hash<String,String>
|
3210
|
+
# * {Types::GetIPSetResponse#expected_bucket_owner #expected_bucket_owner} => String
|
3200
3211
|
#
|
3201
3212
|
# @example Request syntax with placeholder values
|
3202
3213
|
#
|
@@ -3213,6 +3224,7 @@ module Aws::GuardDuty
|
|
3213
3224
|
# resp.status #=> String, one of "INACTIVE", "ACTIVATING", "ACTIVE", "DEACTIVATING", "ERROR", "DELETE_PENDING", "DELETED"
|
3214
3225
|
# resp.tags #=> Hash
|
3215
3226
|
# resp.tags["TagKey"] #=> String
|
3227
|
+
# resp.expected_bucket_owner #=> String
|
3216
3228
|
#
|
3217
3229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetIPSet AWS API Documentation
|
3218
3230
|
#
|
@@ -3620,6 +3632,7 @@ module Aws::GuardDuty
|
|
3620
3632
|
# * {Types::GetThreatIntelSetResponse#location #location} => String
|
3621
3633
|
# * {Types::GetThreatIntelSetResponse#status #status} => String
|
3622
3634
|
# * {Types::GetThreatIntelSetResponse#tags #tags} => Hash<String,String>
|
3635
|
+
# * {Types::GetThreatIntelSetResponse#expected_bucket_owner #expected_bucket_owner} => String
|
3623
3636
|
#
|
3624
3637
|
# @example Request syntax with placeholder values
|
3625
3638
|
#
|
@@ -3636,6 +3649,7 @@ module Aws::GuardDuty
|
|
3636
3649
|
# resp.status #=> String, one of "INACTIVE", "ACTIVATING", "ACTIVE", "DEACTIVATING", "ERROR", "DELETE_PENDING", "DELETED"
|
3637
3650
|
# resp.tags #=> Hash
|
3638
3651
|
# resp.tags["TagKey"] #=> String
|
3652
|
+
# resp.expected_bucket_owner #=> String
|
3639
3653
|
#
|
3640
3654
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetThreatIntelSet AWS API Documentation
|
3641
3655
|
#
|
@@ -5119,6 +5133,10 @@ module Aws::GuardDuty
|
|
5119
5133
|
# The updated Boolean value that specifies whether the IPSet is active
|
5120
5134
|
# or not.
|
5121
5135
|
#
|
5136
|
+
# @option params [String] :expected_bucket_owner
|
5137
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
5138
|
+
# specified in the **location** parameter.
|
5139
|
+
#
|
5122
5140
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
5123
5141
|
#
|
5124
5142
|
# @example Request syntax with placeholder values
|
@@ -5129,6 +5147,7 @@ module Aws::GuardDuty
|
|
5129
5147
|
# name: "Name",
|
5130
5148
|
# location: "Location",
|
5131
5149
|
# activate: false,
|
5150
|
+
# expected_bucket_owner: "AccountId",
|
5132
5151
|
# })
|
5133
5152
|
#
|
5134
5153
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateIPSet AWS API Documentation
|
@@ -5542,6 +5561,10 @@ module Aws::GuardDuty
|
|
5542
5561
|
# The updated Boolean value that specifies whether the ThreateIntelSet
|
5543
5562
|
# is active or not.
|
5544
5563
|
#
|
5564
|
+
# @option params [String] :expected_bucket_owner
|
5565
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
5566
|
+
# specified in the **location** parameter.
|
5567
|
+
#
|
5545
5568
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
5546
5569
|
#
|
5547
5570
|
# @example Request syntax with placeholder values
|
@@ -5552,6 +5575,7 @@ module Aws::GuardDuty
|
|
5552
5575
|
# name: "Name",
|
5553
5576
|
# location: "Location",
|
5554
5577
|
# activate: false,
|
5578
|
+
# expected_bucket_owner: "AccountId",
|
5555
5579
|
# })
|
5556
5580
|
#
|
5557
5581
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateThreatIntelSet AWS API Documentation
|
@@ -5581,7 +5605,7 @@ module Aws::GuardDuty
|
|
5581
5605
|
tracer: tracer
|
5582
5606
|
)
|
5583
5607
|
context[:gem_name] = 'aws-sdk-guardduty'
|
5584
|
-
context[:gem_version] = '1.
|
5608
|
+
context[:gem_version] = '1.120.0'
|
5585
5609
|
Seahorse::Client::Request.new(handlers, context)
|
5586
5610
|
end
|
5587
5611
|
|
@@ -921,6 +921,7 @@ module Aws::GuardDuty
|
|
921
921
|
CreateIPSetRequest.add_member(:activate, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "activate"))
|
922
922
|
CreateIPSetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
923
923
|
CreateIPSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
924
|
+
CreateIPSetRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "expectedBucketOwner"))
|
924
925
|
CreateIPSetRequest.struct_class = Types::CreateIPSetRequest
|
925
926
|
|
926
927
|
CreateIPSetResponse.add_member(:ip_set_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ipSetId"))
|
@@ -972,6 +973,7 @@ module Aws::GuardDuty
|
|
972
973
|
CreateThreatIntelSetRequest.add_member(:activate, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "activate"))
|
973
974
|
CreateThreatIntelSetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
974
975
|
CreateThreatIntelSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
976
|
+
CreateThreatIntelSetRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "expectedBucketOwner"))
|
975
977
|
CreateThreatIntelSetRequest.struct_class = Types::CreateThreatIntelSetRequest
|
976
978
|
|
977
979
|
CreateThreatIntelSetResponse.add_member(:threat_intel_set_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatIntelSetId"))
|
@@ -1420,6 +1422,7 @@ module Aws::GuardDuty
|
|
1420
1422
|
GetIPSetResponse.add_member(:location, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "location"))
|
1421
1423
|
GetIPSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: IpSetStatus, required: true, location_name: "status"))
|
1422
1424
|
GetIPSetResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1425
|
+
GetIPSetResponse.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "expectedBucketOwner"))
|
1423
1426
|
GetIPSetResponse.struct_class = Types::GetIPSetResponse
|
1424
1427
|
|
1425
1428
|
GetInvitationsCountRequest.struct_class = Types::GetInvitationsCountRequest
|
@@ -1489,6 +1492,7 @@ module Aws::GuardDuty
|
|
1489
1492
|
GetThreatIntelSetResponse.add_member(:location, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "location"))
|
1490
1493
|
GetThreatIntelSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: ThreatIntelSetStatus, required: true, location_name: "status"))
|
1491
1494
|
GetThreatIntelSetResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1495
|
+
GetThreatIntelSetResponse.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "expectedBucketOwner"))
|
1492
1496
|
GetThreatIntelSetResponse.struct_class = Types::GetThreatIntelSetResponse
|
1493
1497
|
|
1494
1498
|
GetUsageStatisticsRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
@@ -2560,6 +2564,7 @@ module Aws::GuardDuty
|
|
2560
2564
|
UpdateIPSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
2561
2565
|
UpdateIPSetRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "location"))
|
2562
2566
|
UpdateIPSetRequest.add_member(:activate, Shapes::ShapeRef.new(shape: Boolean, location_name: "activate"))
|
2567
|
+
UpdateIPSetRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "expectedBucketOwner"))
|
2563
2568
|
UpdateIPSetRequest.struct_class = Types::UpdateIPSetRequest
|
2564
2569
|
|
2565
2570
|
UpdateIPSetResponse.struct_class = Types::UpdateIPSetResponse
|
@@ -2613,6 +2618,7 @@ module Aws::GuardDuty
|
|
2613
2618
|
UpdateThreatIntelSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
2614
2619
|
UpdateThreatIntelSetRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "location"))
|
2615
2620
|
UpdateThreatIntelSetRequest.add_member(:activate, Shapes::ShapeRef.new(shape: Boolean, location_name: "activate"))
|
2621
|
+
UpdateThreatIntelSetRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "expectedBucketOwner"))
|
2616
2622
|
UpdateThreatIntelSetRequest.struct_class = Types::UpdateThreatIntelSetRequest
|
2617
2623
|
|
2618
2624
|
UpdateThreatIntelSetResponse.struct_class = Types::UpdateThreatIntelSetResponse
|
@@ -2783,6 +2789,7 @@ module Aws::GuardDuty
|
|
2783
2789
|
o.output = Shapes::ShapeRef.new(shape: CreateIPSetResponse)
|
2784
2790
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2785
2791
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2792
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2786
2793
|
end)
|
2787
2794
|
|
2788
2795
|
api.add_operation(:create_malware_protection_plan, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2835,6 +2842,7 @@ module Aws::GuardDuty
|
|
2835
2842
|
o.output = Shapes::ShapeRef.new(shape: CreateThreatIntelSetResponse)
|
2836
2843
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2837
2844
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2845
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2838
2846
|
end)
|
2839
2847
|
|
2840
2848
|
api.add_operation(:decline_invitations, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3494,6 +3502,7 @@ module Aws::GuardDuty
|
|
3494
3502
|
o.output = Shapes::ShapeRef.new(shape: UpdateIPSetResponse)
|
3495
3503
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3496
3504
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3505
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3497
3506
|
end)
|
3498
3507
|
|
3499
3508
|
api.add_operation(:update_malware_protection_plan, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3556,6 +3565,7 @@ module Aws::GuardDuty
|
|
3556
3565
|
o.output = Shapes::ShapeRef.new(shape: UpdateThreatIntelSetResponse)
|
3557
3566
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3558
3567
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3568
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3559
3569
|
end)
|
3560
3570
|
end
|
3561
3571
|
|
@@ -1726,6 +1726,11 @@ module Aws::GuardDuty
|
|
1726
1726
|
# The tags to be added to a new IP set resource.
|
1727
1727
|
# @return [Hash<String,String>]
|
1728
1728
|
#
|
1729
|
+
# @!attribute [rw] expected_bucket_owner
|
1730
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
1731
|
+
# specified in the **location** parameter.
|
1732
|
+
# @return [String]
|
1733
|
+
#
|
1729
1734
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CreateIPSetRequest AWS API Documentation
|
1730
1735
|
#
|
1731
1736
|
class CreateIPSetRequest < Struct.new(
|
@@ -1735,7 +1740,8 @@ module Aws::GuardDuty
|
|
1735
1740
|
:location,
|
1736
1741
|
:activate,
|
1737
1742
|
:client_token,
|
1738
|
-
:tags
|
1743
|
+
:tags,
|
1744
|
+
:expected_bucket_owner)
|
1739
1745
|
SENSITIVE = []
|
1740
1746
|
include Aws::Structure
|
1741
1747
|
end
|
@@ -2002,6 +2008,11 @@ module Aws::GuardDuty
|
|
2002
2008
|
# The tags to be added to a new threat list resource.
|
2003
2009
|
# @return [Hash<String,String>]
|
2004
2010
|
#
|
2011
|
+
# @!attribute [rw] expected_bucket_owner
|
2012
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
2013
|
+
# specified in the **location** parameter.
|
2014
|
+
# @return [String]
|
2015
|
+
#
|
2005
2016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/CreateThreatIntelSetRequest AWS API Documentation
|
2006
2017
|
#
|
2007
2018
|
class CreateThreatIntelSetRequest < Struct.new(
|
@@ -2011,7 +2022,8 @@ module Aws::GuardDuty
|
|
2011
2022
|
:location,
|
2012
2023
|
:activate,
|
2013
2024
|
:client_token,
|
2014
|
-
:tags
|
2025
|
+
:tags,
|
2026
|
+
:expected_bucket_owner)
|
2015
2027
|
SENSITIVE = []
|
2016
2028
|
include Aws::Structure
|
2017
2029
|
end
|
@@ -4148,6 +4160,12 @@ module Aws::GuardDuty
|
|
4148
4160
|
# The tags of the IPSet resource.
|
4149
4161
|
# @return [Hash<String,String>]
|
4150
4162
|
#
|
4163
|
+
# @!attribute [rw] expected_bucket_owner
|
4164
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
4165
|
+
# specified in the **location** parameter. This field appears in the
|
4166
|
+
# response only if it was provided during IPSet creation or update.
|
4167
|
+
# @return [String]
|
4168
|
+
#
|
4151
4169
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetIPSetResponse AWS API Documentation
|
4152
4170
|
#
|
4153
4171
|
class GetIPSetResponse < Struct.new(
|
@@ -4155,7 +4173,8 @@ module Aws::GuardDuty
|
|
4155
4173
|
:format,
|
4156
4174
|
:location,
|
4157
4175
|
:status,
|
4158
|
-
:tags
|
4176
|
+
:tags,
|
4177
|
+
:expected_bucket_owner)
|
4159
4178
|
SENSITIVE = []
|
4160
4179
|
include Aws::Structure
|
4161
4180
|
end
|
@@ -4501,6 +4520,13 @@ module Aws::GuardDuty
|
|
4501
4520
|
# The tags of the threat list resource.
|
4502
4521
|
# @return [Hash<String,String>]
|
4503
4522
|
#
|
4523
|
+
# @!attribute [rw] expected_bucket_owner
|
4524
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
4525
|
+
# specified in the **location** parameter. This field appears in the
|
4526
|
+
# response only if it was provided during ThreatIntelSet creation or
|
4527
|
+
# update.
|
4528
|
+
# @return [String]
|
4529
|
+
#
|
4504
4530
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/GetThreatIntelSetResponse AWS API Documentation
|
4505
4531
|
#
|
4506
4532
|
class GetThreatIntelSetResponse < Struct.new(
|
@@ -4508,7 +4534,8 @@ module Aws::GuardDuty
|
|
4508
4534
|
:format,
|
4509
4535
|
:location,
|
4510
4536
|
:status,
|
4511
|
-
:tags
|
4537
|
+
:tags,
|
4538
|
+
:expected_bucket_owner)
|
4512
4539
|
SENSITIVE = []
|
4513
4540
|
include Aws::Structure
|
4514
4541
|
end
|
@@ -9717,6 +9744,11 @@ module Aws::GuardDuty
|
|
9717
9744
|
# or not.
|
9718
9745
|
# @return [Boolean]
|
9719
9746
|
#
|
9747
|
+
# @!attribute [rw] expected_bucket_owner
|
9748
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
9749
|
+
# specified in the **location** parameter.
|
9750
|
+
# @return [String]
|
9751
|
+
#
|
9720
9752
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateIPSetRequest AWS API Documentation
|
9721
9753
|
#
|
9722
9754
|
class UpdateIPSetRequest < Struct.new(
|
@@ -9724,7 +9756,8 @@ module Aws::GuardDuty
|
|
9724
9756
|
:ip_set_id,
|
9725
9757
|
:name,
|
9726
9758
|
:location,
|
9727
|
-
:activate
|
9759
|
+
:activate,
|
9760
|
+
:expected_bucket_owner)
|
9728
9761
|
SENSITIVE = []
|
9729
9762
|
include Aws::Structure
|
9730
9763
|
end
|
@@ -10023,6 +10056,11 @@ module Aws::GuardDuty
|
|
10023
10056
|
# is active or not.
|
10024
10057
|
# @return [Boolean]
|
10025
10058
|
#
|
10059
|
+
# @!attribute [rw] expected_bucket_owner
|
10060
|
+
# The Amazon Web Services account ID that owns the Amazon S3 bucket
|
10061
|
+
# specified in the **location** parameter.
|
10062
|
+
# @return [String]
|
10063
|
+
#
|
10026
10064
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateThreatIntelSetRequest AWS API Documentation
|
10027
10065
|
#
|
10028
10066
|
class UpdateThreatIntelSetRequest < Struct.new(
|
@@ -10030,7 +10068,8 @@ module Aws::GuardDuty
|
|
10030
10068
|
:threat_intel_set_id,
|
10031
10069
|
:name,
|
10032
10070
|
:location,
|
10033
|
-
:activate
|
10071
|
+
:activate,
|
10072
|
+
:expected_bucket_owner)
|
10034
10073
|
SENSITIVE = []
|
10035
10074
|
include Aws::Structure
|
10036
10075
|
end
|
data/lib/aws-sdk-guardduty.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -194,7 +194,8 @@ module Aws
|
|
194
194
|
location: ::String,
|
195
195
|
activate: bool,
|
196
196
|
?client_token: ::String,
|
197
|
-
?tags: Hash[::String, ::String]
|
197
|
+
?tags: Hash[::String, ::String],
|
198
|
+
?expected_bucket_owner: ::String
|
198
199
|
) -> _CreateIPSetResponseSuccess
|
199
200
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIPSetResponseSuccess
|
200
201
|
|
@@ -275,7 +276,8 @@ module Aws
|
|
275
276
|
location: ::String,
|
276
277
|
activate: bool,
|
277
278
|
?client_token: ::String,
|
278
|
-
?tags: Hash[::String, ::String]
|
279
|
+
?tags: Hash[::String, ::String],
|
280
|
+
?expected_bucket_owner: ::String
|
279
281
|
) -> _CreateThreatIntelSetResponseSuccess
|
280
282
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateThreatIntelSetResponseSuccess
|
281
283
|
|
@@ -591,6 +593,7 @@ module Aws
|
|
591
593
|
def location: () -> ::String
|
592
594
|
def status: () -> ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED")
|
593
595
|
def tags: () -> ::Hash[::String, ::String]
|
596
|
+
def expected_bucket_owner: () -> ::String
|
594
597
|
end
|
595
598
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GuardDuty/Client.html#get_ip_set-instance_method
|
596
599
|
def get_ip_set: (
|
@@ -697,6 +700,7 @@ module Aws
|
|
697
700
|
def location: () -> ::String
|
698
701
|
def status: () -> ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED")
|
699
702
|
def tags: () -> ::Hash[::String, ::String]
|
703
|
+
def expected_bucket_owner: () -> ::String
|
700
704
|
end
|
701
705
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GuardDuty/Client.html#get_threat_intel_set-instance_method
|
702
706
|
def get_threat_intel_set: (
|
@@ -1074,7 +1078,8 @@ module Aws
|
|
1074
1078
|
ip_set_id: ::String,
|
1075
1079
|
?name: ::String,
|
1076
1080
|
?location: ::String,
|
1077
|
-
?activate: bool
|
1081
|
+
?activate: bool,
|
1082
|
+
?expected_bucket_owner: ::String
|
1078
1083
|
) -> _UpdateIPSetResponseSuccess
|
1079
1084
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIPSetResponseSuccess
|
1080
1085
|
|
@@ -1224,7 +1229,8 @@ module Aws
|
|
1224
1229
|
threat_intel_set_id: ::String,
|
1225
1230
|
?name: ::String,
|
1226
1231
|
?location: ::String,
|
1227
|
-
?activate: bool
|
1232
|
+
?activate: bool,
|
1233
|
+
?expected_bucket_owner: ::String
|
1228
1234
|
) -> _UpdateThreatIntelSetResponseSuccess
|
1229
1235
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateThreatIntelSetResponseSuccess
|
1230
1236
|
end
|
data/sig/types.rbs
CHANGED
@@ -388,6 +388,7 @@ module Aws::GuardDuty
|
|
388
388
|
attr_accessor activate: bool
|
389
389
|
attr_accessor client_token: ::String
|
390
390
|
attr_accessor tags: ::Hash[::String, ::String]
|
391
|
+
attr_accessor expected_bucket_owner: ::String
|
391
392
|
SENSITIVE: []
|
392
393
|
end
|
393
394
|
|
@@ -462,6 +463,7 @@ module Aws::GuardDuty
|
|
462
463
|
attr_accessor activate: bool
|
463
464
|
attr_accessor client_token: ::String
|
464
465
|
attr_accessor tags: ::Hash[::String, ::String]
|
466
|
+
attr_accessor expected_bucket_owner: ::String
|
465
467
|
SENSITIVE: []
|
466
468
|
end
|
467
469
|
|
@@ -1026,6 +1028,7 @@ module Aws::GuardDuty
|
|
1026
1028
|
attr_accessor location: ::String
|
1027
1029
|
attr_accessor status: ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED")
|
1028
1030
|
attr_accessor tags: ::Hash[::String, ::String]
|
1031
|
+
attr_accessor expected_bucket_owner: ::String
|
1029
1032
|
SENSITIVE: []
|
1030
1033
|
end
|
1031
1034
|
|
@@ -1128,6 +1131,7 @@ module Aws::GuardDuty
|
|
1128
1131
|
attr_accessor location: ::String
|
1129
1132
|
attr_accessor status: ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED")
|
1130
1133
|
attr_accessor tags: ::Hash[::String, ::String]
|
1134
|
+
attr_accessor expected_bucket_owner: ::String
|
1131
1135
|
SENSITIVE: []
|
1132
1136
|
end
|
1133
1137
|
|
@@ -2420,6 +2424,7 @@ module Aws::GuardDuty
|
|
2420
2424
|
attr_accessor name: ::String
|
2421
2425
|
attr_accessor location: ::String
|
2422
2426
|
attr_accessor activate: bool
|
2427
|
+
attr_accessor expected_bucket_owner: ::String
|
2423
2428
|
SENSITIVE: []
|
2424
2429
|
end
|
2425
2430
|
|
@@ -2495,6 +2500,7 @@ module Aws::GuardDuty
|
|
2495
2500
|
attr_accessor name: ::String
|
2496
2501
|
attr_accessor location: ::String
|
2497
2502
|
attr_accessor activate: bool
|
2503
|
+
attr_accessor expected_bucket_owner: ::String
|
2498
2504
|
SENSITIVE: []
|
2499
2505
|
end
|
2500
2506
|
|