aws-sdk-guardduty 1.71.0 → 1.72.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: '08a6a4aa874a336fdb167cb821e6d6ba63127e0ebad237e8b80498de9b24bad3'
4
- data.tar.gz: 50712870e26a797e82303d59f068bfc5eefc895c19f18f4284ccc3dc7e7374db
3
+ metadata.gz: b5074714f9d24007ab94b0b808a100f64a5355365121ec5632c2b474c4697b94
4
+ data.tar.gz: f9891234cf3916ce7efd4b2b98ac23418e7d0d91eba70a86d8e043d295a3b509
5
5
  SHA512:
6
- metadata.gz: 5e4087bbf42171cde6708fe1eaea3054a6d0f4f2f0619bd90d103806f5ce37352f09421f41fa5b388ed92c70772cca8e0f38ad67203254d25e8da808aad98dee
7
- data.tar.gz: a0bae5f036a4af858427c6e57279449211027cb53846b7f13f4b5a69f20c3fa8f0283853392a569cd8534af99c997edee95c9145dfd9e6850b9dcee86448df41
6
+ metadata.gz: 4fb0e7b4ecaf24187f862bb6bcfced576e06cf2d848e125452b636b2ca5cf420508d73ca75a762522b82b1f5a76e493044cc42d0dd64ad836284a76998eb20e0
7
+ data.tar.gz: 4defcbb12916f42e4da355e200758cb8ee0e70dbcb87c9e6837aa7c3231a01141cc3eff562ca5b9799d04884a945fd227bed534cf96806b5d38eaaaaabe4eeea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.71.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -859,19 +859,27 @@ module Aws::GuardDuty
859
859
  # prerequisite for managing the associated member accounts either by
860
860
  # invitation or through an organization.
861
861
  #
862
- # When using `Create Members` as an organizations delegated
863
- # administrator this action will enable GuardDuty in the added member
864
- # accounts, with the exception of the organization delegated
865
- # administrator account, which must enable GuardDuty prior to being
866
- # added as a member.
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.
867
866
  #
868
- # If you are adding accounts by invitation, use this action after
869
- # GuardDuty has bee enabled in potential member accounts and before
870
- # using [InviteMembers][1].
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.
870
+ #
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.
871
878
  #
872
879
  #
873
880
  #
874
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
875
883
  #
876
884
  # @option params [required, String] :detector_id
877
885
  # The unique ID of the detector of the GuardDuty account that you want
@@ -1540,10 +1548,25 @@ module Aws::GuardDuty
1540
1548
  # Disassociates the current GuardDuty member account from its
1541
1549
  # administrator account.
1542
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
+ #
1543
1560
  # With `autoEnableOrganizationMembers` configuration for your
1544
1561
  # organization set to `ALL`, you'll receive an error if you attempt to
1545
1562
  # disable GuardDuty in a member account.
1546
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
+ #
1547
1570
  # @option params [required, String] :detector_id
1548
1571
  # The unique ID of the detector of the GuardDuty member account.
1549
1572
  #
@@ -1567,6 +1590,21 @@ module Aws::GuardDuty
1567
1590
  # Disassociates the current GuardDuty member account from its
1568
1591
  # administrator account.
1569
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
+ #
1570
1608
  # @option params [required, String] :detector_id
1571
1609
  # The unique ID of the detector of the GuardDuty member account.
1572
1610
  #
@@ -1587,14 +1625,29 @@ module Aws::GuardDuty
1587
1625
  req.send_request(options)
1588
1626
  end
1589
1627
 
1590
- # Disassociates GuardDuty member accounts (to the current administrator
1591
- # 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.
1592
1639
  #
1593
1640
  # With `autoEnableOrganizationMembers` configuration for your
1594
1641
  # organization set to `ALL`, you'll receive an error if you attempt to
1595
1642
  # disassociate a member account before removing them from your Amazon
1596
1643
  # Web Services organization.
1597
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
+ #
1598
1651
  # @option params [required, String] :detector_id
1599
1652
  # The unique ID of the detector of the GuardDuty account whose members
1600
1653
  # you want to disassociate from the administrator account.
@@ -2799,11 +2852,38 @@ module Aws::GuardDuty
2799
2852
  req.send_request(options)
2800
2853
  end
2801
2854
 
2802
- # Invites other Amazon Web Services accounts (created as members of the
2803
- # current Amazon Web Services account by CreateMembers) to enable
2804
- # GuardDuty, and allow the current Amazon Web Services account to view
2805
- # and manage these accounts' findings on their behalf as the GuardDuty
2806
- # administrator account.
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
2807
2887
  #
2808
2888
  # @option params [required, String] :detector_id
2809
2889
  # The unique ID of the detector of the GuardDuty account that you want
@@ -4292,7 +4372,7 @@ module Aws::GuardDuty
4292
4372
  params: params,
4293
4373
  config: config)
4294
4374
  context[:gem_name] = 'aws-sdk-guardduty'
4295
- context[:gem_version] = '1.71.0'
4375
+ context[:gem_version] = '1.72.0'
4296
4376
  Seahorse::Client::Request.new(handlers, context)
4297
4377
  end
4298
4378
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::GuardDuty
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AcceptAdministratorInvitation
@@ -2158,7 +2158,7 @@ module Aws::GuardDuty
2158
2158
  # finding.
2159
2159
  #
2160
2160
  # @!attribute [rw] domain
2161
- # The domain information for the API request.
2161
+ # The domain information for the DNS query.
2162
2162
  # @return [String]
2163
2163
  #
2164
2164
  # @!attribute [rw] protocol
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-guardduty/customizations'
52
52
  # @!group service
53
53
  module Aws::GuardDuty
54
54
 
55
- GEM_VERSION = '1.71.0'
55
+ GEM_VERSION = '1.72.0'
56
56
 
57
57
  end
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.71.0
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-05-31 00:00:00.000000000 Z
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