aws-sdk-macie2 1.0.0 → 1.1.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: 166ae430232decba827e4747300ce325ef8183af88cb3c1d31c39547c985cf73
4
- data.tar.gz: 3c5968f7372610abbe26174c38dd1b5955448ecfdc6d119f6e9410f6647d587f
3
+ metadata.gz: 5c43ec0011cec09df2b73a8ddc72fcde72e945cf843e56782772090bf7a40859
4
+ data.tar.gz: 1119339c13110714cb6cdc5ff190b04ffd6e0780471ca2cd3901b249b5663747
5
5
  SHA512:
6
- metadata.gz: 8198e08cbaa0a1973b1649cba9fa9ba249d1f861e647baf17eddf54794d7ecc4e0493f318717caebbcec95b61573e8b3f3a46b59a28f9a006f75a3779e24bb0d
7
- data.tar.gz: 69e3dfd18da6d80f3eb03aa4619cccc29d634dea4532805f7a2a4d82a2656c7ca6af2cde49cbbba827ee366942506fb1dfafe5bc6448ce672932b39c502107d2
6
+ metadata.gz: 0b1d031bcf037fdc76c6bd74a957fa060858bdb8a2d259c8149da2630c9a95116baf3ead4428aeaf8249d55ee8b2996596abe176d86999f42c05f7c18c304648
7
+ data.tar.gz: 6fc7438d3bb2dc8fbbe2d97d76ee0714a69023326da3a19cae013fb316e13df9e8e955a466c745581a8d61ba9d43b9611ec6622258df781924ec1e68740c821f
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-macie2/customizations'
45
45
  # @service
46
46
  module Aws::Macie2
47
47
 
48
- GEM_VERSION = '1.0.0'
48
+ GEM_VERSION = '1.1.0'
49
49
 
50
50
  end
@@ -324,7 +324,7 @@ module Aws::Macie2
324
324
  # master_account: "__string", # required
325
325
  # })
326
326
  #
327
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AcceptInvitation AWS API Documentation
327
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AcceptInvitation AWS API Documentation
328
328
  #
329
329
  # @overload accept_invitation(params = {})
330
330
  # @param [Hash] params ({})
@@ -345,7 +345,7 @@ module Aws::Macie2
345
345
  # finding_ids: ["__string"], # required
346
346
  # })
347
347
  #
348
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ArchiveFindings AWS API Documentation
348
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ArchiveFindings AWS API Documentation
349
349
  #
350
350
  # @overload archive_findings(params = {})
351
351
  # @param [Hash] params ({})
@@ -381,7 +381,7 @@ module Aws::Macie2
381
381
  # resp.not_found_identifier_ids #=> Array
382
382
  # resp.not_found_identifier_ids[0] #=> String
383
383
  #
384
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BatchGetCustomDataIdentifiers AWS API Documentation
384
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BatchGetCustomDataIdentifiers AWS API Documentation
385
385
  #
386
386
  # @overload batch_get_custom_data_identifiers(params = {})
387
387
  # @param [Hash] params ({})
@@ -510,7 +510,7 @@ module Aws::Macie2
510
510
  # resp.job_arn #=> String
511
511
  # resp.job_id #=> String
512
512
  #
513
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateClassificationJob AWS API Documentation
513
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateClassificationJob AWS API Documentation
514
514
  #
515
515
  # @overload create_classification_job(params = {})
516
516
  # @param [Hash] params ({})
@@ -566,7 +566,7 @@ module Aws::Macie2
566
566
  #
567
567
  # resp.custom_data_identifier_id #=> String
568
568
  #
569
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateCustomDataIdentifier AWS API Documentation
569
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateCustomDataIdentifier AWS API Documentation
570
570
  #
571
571
  # @overload create_custom_data_identifier(params = {})
572
572
  # @param [Hash] params ({})
@@ -636,7 +636,7 @@ module Aws::Macie2
636
636
  # resp.arn #=> String
637
637
  # resp.id #=> String
638
638
  #
639
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateFindingsFilter AWS API Documentation
639
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateFindingsFilter AWS API Documentation
640
640
  #
641
641
  # @overload create_findings_filter(params = {})
642
642
  # @param [Hash] params ({})
@@ -672,7 +672,7 @@ module Aws::Macie2
672
672
  # resp.unprocessed_accounts[0].error_code #=> String, one of "ClientError", "InternalError"
673
673
  # resp.unprocessed_accounts[0].error_message #=> String
674
674
  #
675
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateInvitations AWS API Documentation
675
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateInvitations AWS API Documentation
676
676
  #
677
677
  # @overload create_invitations(params = {})
678
678
  # @param [Hash] params ({})
@@ -712,7 +712,7 @@ module Aws::Macie2
712
712
  #
713
713
  # resp.arn #=> String
714
714
  #
715
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateMember AWS API Documentation
715
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateMember AWS API Documentation
716
716
  #
717
717
  # @overload create_member(params = {})
718
718
  # @param [Hash] params ({})
@@ -733,7 +733,7 @@ module Aws::Macie2
733
733
  # finding_types: ["SensitiveData:S3Object/Multiple"], # accepts SensitiveData:S3Object/Multiple, SensitiveData:S3Object/Financial, SensitiveData:S3Object/Personal, SensitiveData:S3Object/Credentials, SensitiveData:S3Object/CustomIdentifier, Policy:IAMUser/S3BucketPublic, Policy:IAMUser/S3BucketSharedExternally, Policy:IAMUser/S3BucketReplicatedExternally, Policy:IAMUser/S3BucketEncryptionDisabled, Policy:IAMUser/S3BlockPublicAccessDisabled
734
734
  # })
735
735
  #
736
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateSampleFindings AWS API Documentation
736
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateSampleFindings AWS API Documentation
737
737
  #
738
738
  # @overload create_sample_findings(params = {})
739
739
  # @param [Hash] params ({})
@@ -764,7 +764,7 @@ module Aws::Macie2
764
764
  # resp.unprocessed_accounts[0].error_code #=> String, one of "ClientError", "InternalError"
765
765
  # resp.unprocessed_accounts[0].error_message #=> String
766
766
  #
767
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeclineInvitations AWS API Documentation
767
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeclineInvitations AWS API Documentation
768
768
  #
769
769
  # @overload decline_invitations(params = {})
770
770
  # @param [Hash] params ({})
@@ -785,7 +785,7 @@ module Aws::Macie2
785
785
  # id: "__string", # required
786
786
  # })
787
787
  #
788
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteCustomDataIdentifier AWS API Documentation
788
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteCustomDataIdentifier AWS API Documentation
789
789
  #
790
790
  # @overload delete_custom_data_identifier(params = {})
791
791
  # @param [Hash] params ({})
@@ -806,7 +806,7 @@ module Aws::Macie2
806
806
  # id: "__string", # required
807
807
  # })
808
808
  #
809
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteFindingsFilter AWS API Documentation
809
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteFindingsFilter AWS API Documentation
810
810
  #
811
811
  # @overload delete_findings_filter(params = {})
812
812
  # @param [Hash] params ({})
@@ -837,7 +837,7 @@ module Aws::Macie2
837
837
  # resp.unprocessed_accounts[0].error_code #=> String, one of "ClientError", "InternalError"
838
838
  # resp.unprocessed_accounts[0].error_message #=> String
839
839
  #
840
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteInvitations AWS API Documentation
840
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteInvitations AWS API Documentation
841
841
  #
842
842
  # @overload delete_invitations(params = {})
843
843
  # @param [Hash] params ({})
@@ -859,7 +859,7 @@ module Aws::Macie2
859
859
  # id: "__string", # required
860
860
  # })
861
861
  #
862
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteMember AWS API Documentation
862
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteMember AWS API Documentation
863
863
  #
864
864
  # @overload delete_member(params = {})
865
865
  # @param [Hash] params ({})
@@ -951,7 +951,7 @@ module Aws::Macie2
951
951
  # resp.buckets[0].versioning #=> Boolean
952
952
  # resp.next_token #=> String
953
953
  #
954
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeBuckets AWS API Documentation
954
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeBuckets AWS API Documentation
955
955
  #
956
956
  # @overload describe_buckets(params = {})
957
957
  # @param [Hash] params ({})
@@ -1038,7 +1038,7 @@ module Aws::Macie2
1038
1038
  # resp.tags #=> Hash
1039
1039
  # resp.tags["__string"] #=> String
1040
1040
  #
1041
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeClassificationJob AWS API Documentation
1041
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeClassificationJob AWS API Documentation
1042
1042
  #
1043
1043
  # @overload describe_classification_job(params = {})
1044
1044
  # @param [Hash] params ({})
@@ -1060,7 +1060,7 @@ module Aws::Macie2
1060
1060
  # resp.auto_enable #=> Boolean
1061
1061
  # resp.max_account_limit_reached #=> Boolean
1062
1062
  #
1063
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeOrganizationConfiguration AWS API Documentation
1063
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeOrganizationConfiguration AWS API Documentation
1064
1064
  #
1065
1065
  # @overload describe_organization_configuration(params = {})
1066
1066
  # @param [Hash] params ({})
@@ -1074,7 +1074,7 @@ module Aws::Macie2
1074
1074
  #
1075
1075
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1076
1076
  #
1077
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisableMacie AWS API Documentation
1077
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableMacie AWS API Documentation
1078
1078
  #
1079
1079
  # @overload disable_macie(params = {})
1080
1080
  # @param [Hash] params ({})
@@ -1096,7 +1096,7 @@ module Aws::Macie2
1096
1096
  # admin_account_id: "__string", # required
1097
1097
  # })
1098
1098
  #
1099
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisableOrganizationAdminAccount AWS API Documentation
1099
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableOrganizationAdminAccount AWS API Documentation
1100
1100
  #
1101
1101
  # @overload disable_organization_admin_account(params = {})
1102
1102
  # @param [Hash] params ({})
@@ -1109,7 +1109,7 @@ module Aws::Macie2
1109
1109
  #
1110
1110
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1111
1111
  #
1112
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisassociateFromMasterAccount AWS API Documentation
1112
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateFromMasterAccount AWS API Documentation
1113
1113
  #
1114
1114
  # @overload disassociate_from_master_account(params = {})
1115
1115
  # @param [Hash] params ({})
@@ -1130,7 +1130,7 @@ module Aws::Macie2
1130
1130
  # id: "__string", # required
1131
1131
  # })
1132
1132
  #
1133
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisassociateMember AWS API Documentation
1133
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateMember AWS API Documentation
1134
1134
  #
1135
1135
  # @overload disassociate_member(params = {})
1136
1136
  # @param [Hash] params ({})
@@ -1164,7 +1164,7 @@ module Aws::Macie2
1164
1164
  # status: "PAUSED", # accepts PAUSED, ENABLED
1165
1165
  # })
1166
1166
  #
1167
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/EnableMacie AWS API Documentation
1167
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableMacie AWS API Documentation
1168
1168
  #
1169
1169
  # @overload enable_macie(params = {})
1170
1170
  # @param [Hash] params ({})
@@ -1191,7 +1191,7 @@ module Aws::Macie2
1191
1191
  # client_token: "__string",
1192
1192
  # })
1193
1193
  #
1194
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/EnableOrganizationAdminAccount AWS API Documentation
1194
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableOrganizationAdminAccount AWS API Documentation
1195
1195
  #
1196
1196
  # @overload enable_organization_admin_account(params = {})
1197
1197
  # @param [Hash] params ({})
@@ -1241,7 +1241,7 @@ module Aws::Macie2
1241
1241
  # resp.size_in_bytes #=> Integer
1242
1242
  # resp.size_in_bytes_compressed #=> Integer
1243
1243
  #
1244
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetBucketStatistics AWS API Documentation
1244
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetBucketStatistics AWS API Documentation
1245
1245
  #
1246
1246
  # @overload get_bucket_statistics(params = {})
1247
1247
  # @param [Hash] params ({})
@@ -1263,7 +1263,7 @@ module Aws::Macie2
1263
1263
  # resp.configuration.s3_destination.key_prefix #=> String
1264
1264
  # resp.configuration.s3_destination.kms_key_arn #=> String
1265
1265
  #
1266
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetClassificationExportConfiguration AWS API Documentation
1266
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetClassificationExportConfiguration AWS API Documentation
1267
1267
  #
1268
1268
  # @overload get_classification_export_configuration(params = {})
1269
1269
  # @param [Hash] params ({})
@@ -1314,7 +1314,7 @@ module Aws::Macie2
1314
1314
  # resp.tags #=> Hash
1315
1315
  # resp.tags["__string"] #=> String
1316
1316
  #
1317
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetCustomDataIdentifier AWS API Documentation
1317
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetCustomDataIdentifier AWS API Documentation
1318
1318
  #
1319
1319
  # @overload get_custom_data_identifier(params = {})
1320
1320
  # @param [Hash] params ({})
@@ -1370,7 +1370,7 @@ module Aws::Macie2
1370
1370
  # resp.counts_by_group[0].count #=> Integer
1371
1371
  # resp.counts_by_group[0].group_key #=> String
1372
1372
  #
1373
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingStatistics AWS API Documentation
1373
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingStatistics AWS API Documentation
1374
1374
  #
1375
1375
  # @overload get_finding_statistics(params = {})
1376
1376
  # @param [Hash] params ({})
@@ -1526,7 +1526,7 @@ module Aws::Macie2
1526
1526
  # resp.findings[0].type #=> String, one of "SensitiveData:S3Object/Multiple", "SensitiveData:S3Object/Financial", "SensitiveData:S3Object/Personal", "SensitiveData:S3Object/Credentials", "SensitiveData:S3Object/CustomIdentifier", "Policy:IAMUser/S3BucketPublic", "Policy:IAMUser/S3BucketSharedExternally", "Policy:IAMUser/S3BucketReplicatedExternally", "Policy:IAMUser/S3BucketEncryptionDisabled", "Policy:IAMUser/S3BlockPublicAccessDisabled"
1527
1527
  # resp.findings[0].updated_at #=> Time
1528
1528
  #
1529
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindings AWS API Documentation
1529
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindings AWS API Documentation
1530
1530
  #
1531
1531
  # @overload get_findings(params = {})
1532
1532
  # @param [Hash] params ({})
@@ -1577,7 +1577,7 @@ module Aws::Macie2
1577
1577
  # resp.tags #=> Hash
1578
1578
  # resp.tags["__string"] #=> String
1579
1579
  #
1580
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingsFilter AWS API Documentation
1580
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsFilter AWS API Documentation
1581
1581
  #
1582
1582
  # @overload get_findings_filter(params = {})
1583
1583
  # @param [Hash] params ({})
@@ -1597,7 +1597,7 @@ module Aws::Macie2
1597
1597
  #
1598
1598
  # resp.invitations_count #=> Integer
1599
1599
  #
1600
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetInvitationsCount AWS API Documentation
1600
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetInvitationsCount AWS API Documentation
1601
1601
  #
1602
1602
  # @overload get_invitations_count(params = {})
1603
1603
  # @param [Hash] params ({})
@@ -1625,7 +1625,7 @@ module Aws::Macie2
1625
1625
  # resp.status #=> String, one of "PAUSED", "ENABLED"
1626
1626
  # resp.updated_at #=> Time
1627
1627
  #
1628
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMacieSession AWS API Documentation
1628
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMacieSession AWS API Documentation
1629
1629
  #
1630
1630
  # @overload get_macie_session(params = {})
1631
1631
  # @param [Hash] params ({})
@@ -1648,7 +1648,7 @@ module Aws::Macie2
1648
1648
  # resp.master.invited_at #=> Time
1649
1649
  # resp.master.relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed"
1650
1650
  #
1651
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMasterAccount AWS API Documentation
1651
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMasterAccount AWS API Documentation
1652
1652
  #
1653
1653
  # @overload get_master_account(params = {})
1654
1654
  # @param [Hash] params ({})
@@ -1691,7 +1691,7 @@ module Aws::Macie2
1691
1691
  # resp.tags["__string"] #=> String
1692
1692
  # resp.updated_at #=> Time
1693
1693
  #
1694
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMember AWS API Documentation
1694
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMember AWS API Documentation
1695
1695
  #
1696
1696
  # @overload get_member(params = {})
1697
1697
  # @param [Hash] params ({})
@@ -1749,7 +1749,7 @@ module Aws::Macie2
1749
1749
  # resp.records[0].usage[0].service_limit.value #=> Integer
1750
1750
  # resp.records[0].usage[0].type #=> String, one of "DATA_INVENTORY_EVALUATION", "SENSITIVE_DATA_DISCOVERY"
1751
1751
  #
1752
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetUsageStatistics AWS API Documentation
1752
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageStatistics AWS API Documentation
1753
1753
  #
1754
1754
  # @overload get_usage_statistics(params = {})
1755
1755
  # @param [Hash] params ({})
@@ -1771,7 +1771,7 @@ module Aws::Macie2
1771
1771
  # resp.usage_totals[0].estimated_cost #=> String
1772
1772
  # resp.usage_totals[0].type #=> String, one of "DATA_INVENTORY_EVALUATION", "SENSITIVE_DATA_DISCOVERY"
1773
1773
  #
1774
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetUsageTotals AWS API Documentation
1774
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageTotals AWS API Documentation
1775
1775
  #
1776
1776
  # @overload get_usage_totals(params = {})
1777
1777
  # @param [Hash] params ({})
@@ -1841,7 +1841,7 @@ module Aws::Macie2
1841
1841
  # resp.items[0].name #=> String
1842
1842
  # resp.next_token #=> String
1843
1843
  #
1844
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListClassificationJobs AWS API Documentation
1844
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListClassificationJobs AWS API Documentation
1845
1845
  #
1846
1846
  # @overload list_classification_jobs(params = {})
1847
1847
  # @param [Hash] params ({})
@@ -1879,7 +1879,7 @@ module Aws::Macie2
1879
1879
  # resp.items[0].name #=> String
1880
1880
  # resp.next_token #=> String
1881
1881
  #
1882
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListCustomDataIdentifiers AWS API Documentation
1882
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListCustomDataIdentifiers AWS API Documentation
1883
1883
  #
1884
1884
  # @overload list_custom_data_identifiers(params = {})
1885
1885
  # @param [Hash] params ({})
@@ -1936,7 +1936,7 @@ module Aws::Macie2
1936
1936
  # resp.finding_ids[0] #=> String
1937
1937
  # resp.next_token #=> String
1938
1938
  #
1939
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListFindings AWS API Documentation
1939
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindings AWS API Documentation
1940
1940
  #
1941
1941
  # @overload list_findings(params = {})
1942
1942
  # @param [Hash] params ({})
@@ -1974,7 +1974,7 @@ module Aws::Macie2
1974
1974
  # resp.findings_filter_list_items[0].tags["__string"] #=> String
1975
1975
  # resp.next_token #=> String
1976
1976
  #
1977
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListFindingsFilters AWS API Documentation
1977
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsFilters AWS API Documentation
1978
1978
  #
1979
1979
  # @overload list_findings_filters(params = {})
1980
1980
  # @param [Hash] params ({})
@@ -2011,7 +2011,7 @@ module Aws::Macie2
2011
2011
  # resp.invitations[0].relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed"
2012
2012
  # resp.next_token #=> String
2013
2013
  #
2014
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListInvitations AWS API Documentation
2014
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListInvitations AWS API Documentation
2015
2015
  #
2016
2016
  # @overload list_invitations(params = {})
2017
2017
  # @param [Hash] params ({})
@@ -2056,7 +2056,7 @@ module Aws::Macie2
2056
2056
  # resp.members[0].updated_at #=> Time
2057
2057
  # resp.next_token #=> String
2058
2058
  #
2059
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListMembers AWS API Documentation
2059
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListMembers AWS API Documentation
2060
2060
  #
2061
2061
  # @overload list_members(params = {})
2062
2062
  # @param [Hash] params ({})
@@ -2091,7 +2091,7 @@ module Aws::Macie2
2091
2091
  # resp.admin_accounts[0].status #=> String, one of "ENABLED", "DISABLING_IN_PROGRESS"
2092
2092
  # resp.next_token #=> String
2093
2093
  #
2094
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListOrganizationAdminAccounts AWS API Documentation
2094
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListOrganizationAdminAccounts AWS API Documentation
2095
2095
  #
2096
2096
  # @overload list_organization_admin_accounts(params = {})
2097
2097
  # @param [Hash] params ({})
@@ -2121,7 +2121,7 @@ module Aws::Macie2
2121
2121
  # resp.tags #=> Hash
2122
2122
  # resp.tags["__string"] #=> String
2123
2123
  #
2124
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListTagsForResource AWS API Documentation
2124
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListTagsForResource AWS API Documentation
2125
2125
  #
2126
2126
  # @overload list_tags_for_resource(params = {})
2127
2127
  # @param [Hash] params ({})
@@ -2160,7 +2160,7 @@ module Aws::Macie2
2160
2160
  # resp.configuration.s3_destination.key_prefix #=> String
2161
2161
  # resp.configuration.s3_destination.kms_key_arn #=> String
2162
2162
  #
2163
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/PutClassificationExportConfiguration AWS API Documentation
2163
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/PutClassificationExportConfiguration AWS API Documentation
2164
2164
  #
2165
2165
  # @overload put_classification_export_configuration(params = {})
2166
2166
  # @param [Hash] params ({})
@@ -2191,7 +2191,7 @@ module Aws::Macie2
2191
2191
  # },
2192
2192
  # })
2193
2193
  #
2194
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TagResource AWS API Documentation
2194
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagResource AWS API Documentation
2195
2195
  #
2196
2196
  # @overload tag_resource(params = {})
2197
2197
  # @param [Hash] params ({})
@@ -2230,7 +2230,7 @@ module Aws::Macie2
2230
2230
  #
2231
2231
  # resp.match_count #=> Integer
2232
2232
  #
2233
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TestCustomDataIdentifier AWS API Documentation
2233
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TestCustomDataIdentifier AWS API Documentation
2234
2234
  #
2235
2235
  # @overload test_custom_data_identifier(params = {})
2236
2236
  # @param [Hash] params ({})
@@ -2251,7 +2251,7 @@ module Aws::Macie2
2251
2251
  # finding_ids: ["__string"], # required
2252
2252
  # })
2253
2253
  #
2254
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UnarchiveFindings AWS API Documentation
2254
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UnarchiveFindings AWS API Documentation
2255
2255
  #
2256
2256
  # @overload unarchive_findings(params = {})
2257
2257
  # @param [Hash] params ({})
@@ -2276,7 +2276,7 @@ module Aws::Macie2
2276
2276
  # tag_keys: ["__string"], # required
2277
2277
  # })
2278
2278
  #
2279
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UntagResource AWS API Documentation
2279
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UntagResource AWS API Documentation
2280
2280
  #
2281
2281
  # @overload untag_resource(params = {})
2282
2282
  # @param [Hash] params ({})
@@ -2301,7 +2301,7 @@ module Aws::Macie2
2301
2301
  # job_status: "RUNNING", # required, accepts RUNNING, PAUSED, CANCELLED, COMPLETE, IDLE
2302
2302
  # })
2303
2303
  #
2304
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateClassificationJob AWS API Documentation
2304
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateClassificationJob AWS API Documentation
2305
2305
  #
2306
2306
  # @overload update_classification_job(params = {})
2307
2307
  # @param [Hash] params ({})
@@ -2360,7 +2360,7 @@ module Aws::Macie2
2360
2360
  # resp.arn #=> String
2361
2361
  # resp.id #=> String
2362
2362
  #
2363
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateFindingsFilter AWS API Documentation
2363
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateFindingsFilter AWS API Documentation
2364
2364
  #
2365
2365
  # @overload update_findings_filter(params = {})
2366
2366
  # @param [Hash] params ({})
@@ -2389,7 +2389,7 @@ module Aws::Macie2
2389
2389
  # status: "PAUSED", # accepts PAUSED, ENABLED
2390
2390
  # })
2391
2391
  #
2392
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateMacieSession AWS API Documentation
2392
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMacieSession AWS API Documentation
2393
2393
  #
2394
2394
  # @overload update_macie_session(params = {})
2395
2395
  # @param [Hash] params ({})
@@ -2415,7 +2415,7 @@ module Aws::Macie2
2415
2415
  # status: "PAUSED", # required, accepts PAUSED, ENABLED
2416
2416
  # })
2417
2417
  #
2418
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateMemberSession AWS API Documentation
2418
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMemberSession AWS API Documentation
2419
2419
  #
2420
2420
  # @overload update_member_session(params = {})
2421
2421
  # @param [Hash] params ({})
@@ -2436,7 +2436,7 @@ module Aws::Macie2
2436
2436
  # auto_enable: false, # required
2437
2437
  # })
2438
2438
  #
2439
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateOrganizationConfiguration AWS API Documentation
2439
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateOrganizationConfiguration AWS API Documentation
2440
2440
  #
2441
2441
  # @overload update_organization_configuration(params = {})
2442
2442
  # @param [Hash] params ({})
@@ -2458,7 +2458,7 @@ module Aws::Macie2
2458
2458
  params: params,
2459
2459
  config: config)
2460
2460
  context[:gem_name] = 'aws-sdk-macie2'
2461
- context[:gem_version] = '1.0.0'
2461
+ context[:gem_version] = '1.1.0'
2462
2462
  Seahorse::Client::Request.new(handlers, context)
2463
2463
  end
2464
2464