aws-sdk-guardduty 1.70.0 → 1.72.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-guardduty/client.rb +101 -16
- data/lib/aws-sdk-guardduty/endpoints.rb +1 -0
- data/lib/aws-sdk-guardduty/types.rb +1 -1
- data/lib/aws-sdk-guardduty.rb +1 -1
- 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: b5074714f9d24007ab94b0b808a100f64a5355365121ec5632c2b474c4697b94
|
4
|
+
data.tar.gz: f9891234cf3916ce7efd4b2b98ac23418e7d0d91eba70a86d8e043d295a3b509
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fb0e7b4ecaf24187f862bb6bcfced576e06cf2d848e125452b636b2ca5cf420508d73ca75a762522b82b1f5a76e493044cc42d0dd64ad836284a76998eb20e0
|
7
|
+
data.tar.gz: 4defcbb12916f42e4da355e200758cb8ee0e70dbcb87c9e6837aa7c3231a01141cc3eff562ca5b9799d04884a945fd227bed534cf96806b5d38eaaaaabe4eeea
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.72.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated descriptions for some APIs.
|
8
|
+
|
9
|
+
1.71.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.70.0 (2023-05-08)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.72.0
|
@@ -275,6 +275,11 @@ module Aws::GuardDuty
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -854,19 +859,27 @@ module Aws::GuardDuty
|
|
854
859
|
# prerequisite for managing the associated member accounts either by
|
855
860
|
# invitation or through an organization.
|
856
861
|
#
|
857
|
-
#
|
858
|
-
#
|
859
|
-
#
|
860
|
-
# administrator
|
861
|
-
#
|
862
|
+
# As a delegated administrator, using `CreateMembers` will enable
|
863
|
+
# GuardDuty in the added member accounts, with the exception of the
|
864
|
+
# organization delegated administrator account. A delegated
|
865
|
+
# administrator must enable GuardDuty prior to being added as a member.
|
866
|
+
#
|
867
|
+
# If you are adding accounts by invitation, before using
|
868
|
+
# [InviteMembers][1], use `CreateMembers` after GuardDuty has been
|
869
|
+
# enabled in potential member accounts.
|
862
870
|
#
|
863
|
-
# If you
|
864
|
-
#
|
865
|
-
#
|
871
|
+
# If you disassociate a member from a GuardDuty delegated administrator,
|
872
|
+
# the member account details obtained from this API, including the
|
873
|
+
# associated email addresses, will be retained. This is done so that the
|
874
|
+
# delegated administrator can invoke the [InviteMembers][1] API without
|
875
|
+
# the need to invoke the CreateMembers API again. To remove the details
|
876
|
+
# associated with a member account, the delegated administrator must
|
877
|
+
# invoke the [DeleteMembers][2] API.
|
866
878
|
#
|
867
879
|
#
|
868
880
|
#
|
869
881
|
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html
|
882
|
+
# [2]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html
|
870
883
|
#
|
871
884
|
# @option params [required, String] :detector_id
|
872
885
|
# The unique ID of the detector of the GuardDuty account that you want
|
@@ -1535,10 +1548,25 @@ module Aws::GuardDuty
|
|
1535
1548
|
# Disassociates the current GuardDuty member account from its
|
1536
1549
|
# administrator account.
|
1537
1550
|
#
|
1551
|
+
# When you disassociate an invited member from a GuardDuty delegated
|
1552
|
+
# administrator, the member account details obtained from the
|
1553
|
+
# [CreateMembers][1] API, including the associated email addresses, are
|
1554
|
+
# retained. This is done so that the delegated administrator can invoke
|
1555
|
+
# the [InviteMembers][2] API without the need to invoke the
|
1556
|
+
# CreateMembers API again. To remove the details associated with a
|
1557
|
+
# member account, the delegated administrator must invoke the
|
1558
|
+
# [DeleteMembers][3] API.
|
1559
|
+
#
|
1538
1560
|
# With `autoEnableOrganizationMembers` configuration for your
|
1539
1561
|
# organization set to `ALL`, you'll receive an error if you attempt to
|
1540
1562
|
# disable GuardDuty in a member account.
|
1541
1563
|
#
|
1564
|
+
#
|
1565
|
+
#
|
1566
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html
|
1567
|
+
# [2]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html
|
1568
|
+
# [3]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html
|
1569
|
+
#
|
1542
1570
|
# @option params [required, String] :detector_id
|
1543
1571
|
# The unique ID of the detector of the GuardDuty member account.
|
1544
1572
|
#
|
@@ -1562,6 +1590,21 @@ module Aws::GuardDuty
|
|
1562
1590
|
# Disassociates the current GuardDuty member account from its
|
1563
1591
|
# administrator account.
|
1564
1592
|
#
|
1593
|
+
# When you disassociate an invited member from a GuardDuty delegated
|
1594
|
+
# administrator, the member account details obtained from the
|
1595
|
+
# [CreateMembers][1] API, including the associated email addresses, are
|
1596
|
+
# retained. This is done so that the delegated administrator can invoke
|
1597
|
+
# the [InviteMembers][2] API without the need to invoke the
|
1598
|
+
# CreateMembers API again. To remove the details associated with a
|
1599
|
+
# member account, the delegated administrator must invoke the
|
1600
|
+
# [DeleteMembers][3] API.
|
1601
|
+
#
|
1602
|
+
#
|
1603
|
+
#
|
1604
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html
|
1605
|
+
# [2]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html
|
1606
|
+
# [3]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html
|
1607
|
+
#
|
1565
1608
|
# @option params [required, String] :detector_id
|
1566
1609
|
# The unique ID of the detector of the GuardDuty member account.
|
1567
1610
|
#
|
@@ -1582,14 +1625,29 @@ module Aws::GuardDuty
|
|
1582
1625
|
req.send_request(options)
|
1583
1626
|
end
|
1584
1627
|
|
1585
|
-
# Disassociates GuardDuty member accounts (
|
1586
|
-
# account) specified by the account IDs.
|
1628
|
+
# Disassociates GuardDuty member accounts (from the current
|
1629
|
+
# administrator account) specified by the account IDs.
|
1630
|
+
#
|
1631
|
+
# When you disassociate an invited member from a GuardDuty delegated
|
1632
|
+
# administrator, the member account details obtained from the
|
1633
|
+
# [CreateMembers][1] API, including the associated email addresses, are
|
1634
|
+
# retained. This is done so that the delegated administrator can invoke
|
1635
|
+
# the [InviteMembers][2] API without the need to invoke the
|
1636
|
+
# CreateMembers API again. To remove the details associated with a
|
1637
|
+
# member account, the delegated administrator must invoke the
|
1638
|
+
# [DeleteMembers][3] API.
|
1587
1639
|
#
|
1588
1640
|
# With `autoEnableOrganizationMembers` configuration for your
|
1589
1641
|
# organization set to `ALL`, you'll receive an error if you attempt to
|
1590
1642
|
# disassociate a member account before removing them from your Amazon
|
1591
1643
|
# Web Services organization.
|
1592
1644
|
#
|
1645
|
+
#
|
1646
|
+
#
|
1647
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html
|
1648
|
+
# [2]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html
|
1649
|
+
# [3]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html
|
1650
|
+
#
|
1593
1651
|
# @option params [required, String] :detector_id
|
1594
1652
|
# The unique ID of the detector of the GuardDuty account whose members
|
1595
1653
|
# you want to disassociate from the administrator account.
|
@@ -2794,11 +2852,38 @@ module Aws::GuardDuty
|
|
2794
2852
|
req.send_request(options)
|
2795
2853
|
end
|
2796
2854
|
|
2797
|
-
# Invites
|
2798
|
-
#
|
2799
|
-
#
|
2800
|
-
#
|
2801
|
-
#
|
2855
|
+
# Invites Amazon Web Services accounts to become members of an
|
2856
|
+
# organization administered by the Amazon Web Services account that
|
2857
|
+
# invokes this API. If you are using Amazon Web Services Organizations
|
2858
|
+
# to manager your GuardDuty environment, this step is not needed. For
|
2859
|
+
# more information, see [Managing accounts with Amazon Web Services
|
2860
|
+
# Organizations][1].
|
2861
|
+
#
|
2862
|
+
# To invite Amazon Web Services accounts, the first step is to ensure
|
2863
|
+
# that GuardDuty has been enabled in the potential member accounts. You
|
2864
|
+
# can now invoke this API to add accounts by invitation. The invited
|
2865
|
+
# accounts can either accept or decline the invitation from their
|
2866
|
+
# GuardDuty accounts. Each invited Amazon Web Services account can
|
2867
|
+
# choose to accept the invitation from only one Amazon Web Services
|
2868
|
+
# account. For more information, see [Managing GuardDuty accounts by
|
2869
|
+
# invitation][2].
|
2870
|
+
#
|
2871
|
+
# After the invite has been accepted and you choose to disassociate a
|
2872
|
+
# member account (by using [DisassociateMembers][3]) from your account,
|
2873
|
+
# the details of the member account obtained by invoking
|
2874
|
+
# [CreateMembers][4], including the associated email addresses, will be
|
2875
|
+
# retained. This is done so that you can invoke InviteMembers without
|
2876
|
+
# the need to invoke [CreateMembers][4] again. To remove the details
|
2877
|
+
# associated with a member account, you must also invoke
|
2878
|
+
# [DeleteMembers][5].
|
2879
|
+
#
|
2880
|
+
#
|
2881
|
+
#
|
2882
|
+
# [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html
|
2883
|
+
# [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_invitations.html
|
2884
|
+
# [3]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DisassociateMembers.html
|
2885
|
+
# [4]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html
|
2886
|
+
# [5]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html
|
2802
2887
|
#
|
2803
2888
|
# @option params [required, String] :detector_id
|
2804
2889
|
# The unique ID of the detector of the GuardDuty account that you want
|
@@ -4287,7 +4372,7 @@ module Aws::GuardDuty
|
|
4287
4372
|
params: params,
|
4288
4373
|
config: config)
|
4289
4374
|
context[:gem_name] = 'aws-sdk-guardduty'
|
4290
|
-
context[:gem_version] = '1.
|
4375
|
+
context[:gem_version] = '1.72.0'
|
4291
4376
|
Seahorse::Client::Request.new(handlers, context)
|
4292
4377
|
end
|
4293
4378
|
|
data/lib/aws-sdk-guardduty.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-guardduty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.72.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: 2023-
|
11
|
+
date: 2023-06-15 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.174.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.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|