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.
@@ -1272,7 +1272,7 @@ module Aws::Macie2
1272
1272
  "serviceId" => "Macie2",
1273
1273
  "signatureVersion" => "v4",
1274
1274
  "signingName" => "macie2",
1275
- "uid" => "macie2-2020-01-01T00:00:00Z",
1275
+ "uid" => "macie2-2020-01-01",
1276
1276
  }
1277
1277
 
1278
1278
  api.add_operation(:accept_invitation, Seahorse::Model::Operation.new.tap do |o|
@@ -24,7 +24,7 @@ module Aws::Macie2
24
24
  # @!attribute [rw] master_account
25
25
  # @return [String]
26
26
  #
27
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AcceptInvitationRequest AWS API Documentation
27
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AcceptInvitationRequest AWS API Documentation
28
28
  #
29
29
  class AcceptInvitationRequest < Struct.new(
30
30
  :invitation_id,
@@ -32,7 +32,7 @@ module Aws::Macie2
32
32
  include Aws::Structure
33
33
  end
34
34
 
35
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AcceptInvitationResponse AWS API Documentation
35
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AcceptInvitationResponse AWS API Documentation
36
36
  #
37
37
  class AcceptInvitationResponse < Aws::EmptyStructure; end
38
38
 
@@ -45,7 +45,7 @@ module Aws::Macie2
45
45
  # @!attribute [rw] allows_public_write_access
46
46
  # @return [Boolean]
47
47
  #
48
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AccessControlList AWS API Documentation
48
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AccessControlList AWS API Documentation
49
49
  #
50
50
  class AccessControlList < Struct.new(
51
51
  :allows_public_read_access,
@@ -59,7 +59,7 @@ module Aws::Macie2
59
59
  # @!attribute [rw] message
60
60
  # @return [String]
61
61
  #
62
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AccessDeniedException AWS API Documentation
62
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AccessDeniedException AWS API Documentation
63
63
  #
64
64
  class AccessDeniedException < Struct.new(
65
65
  :message)
@@ -83,7 +83,7 @@ module Aws::Macie2
83
83
  # @!attribute [rw] email
84
84
  # @return [String]
85
85
  #
86
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AccountDetail AWS API Documentation
86
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AccountDetail AWS API Documentation
87
87
  #
88
88
  class AccountDetail < Struct.new(
89
89
  :account_id,
@@ -106,7 +106,7 @@ module Aws::Macie2
106
106
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
107
107
  # @return [Types::BlockPublicAccess]
108
108
  #
109
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AccountLevelPermissions AWS API Documentation
109
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AccountLevelPermissions AWS API Documentation
110
110
  #
111
111
  class AccountLevelPermissions < Struct.new(
112
112
  :block_public_access)
@@ -124,7 +124,7 @@ module Aws::Macie2
124
124
  # Amazon Macie for an AWS organization.
125
125
  # @return [String]
126
126
  #
127
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AdminAccount AWS API Documentation
127
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AdminAccount AWS API Documentation
128
128
  #
129
129
  class AdminAccount < Struct.new(
130
130
  :account_id,
@@ -157,7 +157,7 @@ module Aws::Macie2
157
157
  # @!attribute [rw] last_seen
158
158
  # @return [Time]
159
159
  #
160
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ApiCallDetails AWS API Documentation
160
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ApiCallDetails AWS API Documentation
161
161
  #
162
162
  class ApiCallDetails < Struct.new(
163
163
  :api,
@@ -179,14 +179,14 @@ module Aws::Macie2
179
179
  # @!attribute [rw] finding_ids
180
180
  # @return [Array<String>]
181
181
  #
182
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ArchiveFindingsRequest AWS API Documentation
182
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ArchiveFindingsRequest AWS API Documentation
183
183
  #
184
184
  class ArchiveFindingsRequest < Struct.new(
185
185
  :finding_ids)
186
186
  include Aws::Structure
187
187
  end
188
188
 
189
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ArchiveFindingsResponse AWS API Documentation
189
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ArchiveFindingsResponse AWS API Documentation
190
190
  #
191
191
  class ArchiveFindingsResponse < Aws::EmptyStructure; end
192
192
 
@@ -209,7 +209,7 @@ module Aws::Macie2
209
209
  # who performed an action by using temporary security credentials.
210
210
  # @return [Types::SessionContext]
211
211
  #
212
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AssumedRole AWS API Documentation
212
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AssumedRole AWS API Documentation
213
213
  #
214
214
  class AssumedRole < Struct.new(
215
215
  :access_key_id,
@@ -228,7 +228,7 @@ module Aws::Macie2
228
228
  # @!attribute [rw] principal_id
229
229
  # @return [String]
230
230
  #
231
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AwsAccount AWS API Documentation
231
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AwsAccount AWS API Documentation
232
232
  #
233
233
  class AwsAccount < Struct.new(
234
234
  :account_id,
@@ -241,7 +241,7 @@ module Aws::Macie2
241
241
  # @!attribute [rw] invoked_by
242
242
  # @return [String]
243
243
  #
244
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AwsService AWS API Documentation
244
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AwsService AWS API Documentation
245
245
  #
246
246
  class AwsService < Struct.new(
247
247
  :invoked_by)
@@ -268,7 +268,7 @@ module Aws::Macie2
268
268
  # @!attribute [rw] name
269
269
  # @return [String]
270
270
  #
271
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BatchGetCustomDataIdentifierSummary AWS API Documentation
271
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BatchGetCustomDataIdentifierSummary AWS API Documentation
272
272
  #
273
273
  class BatchGetCustomDataIdentifierSummary < Struct.new(
274
274
  :arn,
@@ -293,7 +293,7 @@ module Aws::Macie2
293
293
  # @!attribute [rw] ids
294
294
  # @return [Array<String>]
295
295
  #
296
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BatchGetCustomDataIdentifiersRequest AWS API Documentation
296
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BatchGetCustomDataIdentifiersRequest AWS API Documentation
297
297
  #
298
298
  class BatchGetCustomDataIdentifiersRequest < Struct.new(
299
299
  :ids)
@@ -308,7 +308,7 @@ module Aws::Macie2
308
308
  # @!attribute [rw] not_found_identifier_ids
309
309
  # @return [Array<String>]
310
310
  #
311
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BatchGetCustomDataIdentifiersResponse AWS API Documentation
311
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BatchGetCustomDataIdentifiersResponse AWS API Documentation
312
312
  #
313
313
  class BatchGetCustomDataIdentifiersResponse < Struct.new(
314
314
  :custom_data_identifiers,
@@ -338,7 +338,7 @@ module Aws::Macie2
338
338
  # @!attribute [rw] restrict_public_buckets
339
339
  # @return [Boolean]
340
340
  #
341
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BlockPublicAccess AWS API Documentation
341
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BlockPublicAccess AWS API Documentation
342
342
  #
343
343
  class BlockPublicAccess < Struct.new(
344
344
  :block_public_acls,
@@ -360,7 +360,7 @@ module Aws::Macie2
360
360
  # @!attribute [rw] publicly_writable
361
361
  # @return [Integer]
362
362
  #
363
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketCountByEffectivePermission AWS API Documentation
363
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketCountByEffectivePermission AWS API Documentation
364
364
  #
365
365
  class BucketCountByEffectivePermission < Struct.new(
366
366
  :publicly_accessible,
@@ -382,7 +382,7 @@ module Aws::Macie2
382
382
  # @!attribute [rw] unencrypted
383
383
  # @return [Integer]
384
384
  #
385
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketCountByEncryptionType AWS API Documentation
385
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketCountByEncryptionType AWS API Documentation
386
386
  #
387
387
  class BucketCountByEncryptionType < Struct.new(
388
388
  :kms_managed,
@@ -403,7 +403,7 @@ module Aws::Macie2
403
403
  # @!attribute [rw] not_shared
404
404
  # @return [Integer]
405
405
  #
406
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketCountBySharedAccessType AWS API Documentation
406
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketCountBySharedAccessType AWS API Documentation
407
407
  #
408
408
  class BucketCountBySharedAccessType < Struct.new(
409
409
  :external,
@@ -449,7 +449,7 @@ module Aws::Macie2
449
449
  # @!attribute [rw] prefix
450
450
  # @return [String]
451
451
  #
452
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketCriteriaAdditionalProperties AWS API Documentation
452
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketCriteriaAdditionalProperties AWS API Documentation
453
453
  #
454
454
  class BucketCriteriaAdditionalProperties < Struct.new(
455
455
  :eq,
@@ -487,7 +487,7 @@ module Aws::Macie2
487
487
  # policy for an S3 bucket.
488
488
  # @return [Types::BucketPolicy]
489
489
  #
490
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketLevelPermissions AWS API Documentation
490
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketLevelPermissions AWS API Documentation
491
491
  #
492
492
  class BucketLevelPermissions < Struct.new(
493
493
  :access_control_list,
@@ -552,7 +552,7 @@ module Aws::Macie2
552
552
  # @!attribute [rw] versioning
553
553
  # @return [Boolean]
554
554
  #
555
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketMetadata AWS API Documentation
555
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketMetadata AWS API Documentation
556
556
  #
557
557
  class BucketMetadata < Struct.new(
558
558
  :account_id,
@@ -587,7 +587,7 @@ module Aws::Macie2
587
587
  # S3 bucket.
588
588
  # @return [Types::BucketLevelPermissions]
589
589
  #
590
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketPermissionConfiguration AWS API Documentation
590
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketPermissionConfiguration AWS API Documentation
591
591
  #
592
592
  class BucketPermissionConfiguration < Struct.new(
593
593
  :account_level_permissions,
@@ -604,7 +604,7 @@ module Aws::Macie2
604
604
  # @!attribute [rw] allows_public_write_access
605
605
  # @return [Boolean]
606
606
  #
607
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketPolicy AWS API Documentation
607
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketPolicy AWS API Documentation
608
608
  #
609
609
  class BucketPolicy < Struct.new(
610
610
  :allows_public_read_access,
@@ -623,7 +623,7 @@ module Aws::Macie2
623
623
  # bucket, or the bucket that contains an object.
624
624
  # @return [Types::BucketPermissionConfiguration]
625
625
  #
626
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketPublicAccess AWS API Documentation
626
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketPublicAccess AWS API Documentation
627
627
  #
628
628
  class BucketPublicAccess < Struct.new(
629
629
  :effective_permission,
@@ -648,7 +648,7 @@ module Aws::Macie2
648
648
  # @!attribute [rw] order_by
649
649
  # @return [String]
650
650
  #
651
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BucketSortCriteria AWS API Documentation
651
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketSortCriteria AWS API Documentation
652
652
  #
653
653
  class BucketSortCriteria < Struct.new(
654
654
  :attribute_name,
@@ -674,7 +674,7 @@ module Aws::Macie2
674
674
  # found.
675
675
  # @return [Types::ClassificationResult]
676
676
  #
677
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ClassificationDetails AWS API Documentation
677
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationDetails AWS API Documentation
678
678
  #
679
679
  class ClassificationDetails < Struct.new(
680
680
  :detailed_results_location,
@@ -704,7 +704,7 @@ module Aws::Macie2
704
704
  # the encryption settings to use when storing results in that bucket.
705
705
  # @return [Types::S3Destination]
706
706
  #
707
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ClassificationExportConfiguration AWS API Documentation
707
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationExportConfiguration AWS API Documentation
708
708
  #
709
709
  class ClassificationExportConfiguration < Struct.new(
710
710
  :s3_destination)
@@ -736,7 +736,7 @@ module Aws::Macie2
736
736
  # Provides information about the status of a sensitive data finding.
737
737
  # @return [Types::ClassificationResultStatus]
738
738
  #
739
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ClassificationResult AWS API Documentation
739
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationResult AWS API Documentation
740
740
  #
741
741
  class ClassificationResult < Struct.new(
742
742
  :custom_data_identifiers,
@@ -755,7 +755,7 @@ module Aws::Macie2
755
755
  # @!attribute [rw] reason
756
756
  # @return [String]
757
757
  #
758
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ClassificationResultStatus AWS API Documentation
758
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationResultStatus AWS API Documentation
759
759
  #
760
760
  class ClassificationResultStatus < Struct.new(
761
761
  :code,
@@ -769,7 +769,7 @@ module Aws::Macie2
769
769
  # @!attribute [rw] message
770
770
  # @return [String]
771
771
  #
772
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ConflictException AWS API Documentation
772
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ConflictException AWS API Documentation
773
773
  #
774
774
  class ConflictException < Struct.new(
775
775
  :message)
@@ -898,7 +898,7 @@ module Aws::Macie2
898
898
  # findings filter, or member account.
899
899
  # @return [Hash<String,String>]
900
900
  #
901
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateClassificationJobRequest AWS API Documentation
901
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateClassificationJobRequest AWS API Documentation
902
902
  #
903
903
  class CreateClassificationJobRequest < Struct.new(
904
904
  :client_token,
@@ -923,7 +923,7 @@ module Aws::Macie2
923
923
  # @!attribute [rw] job_id
924
924
  # @return [String]
925
925
  #
926
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateClassificationJobResponse AWS API Documentation
926
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateClassificationJobResponse AWS API Documentation
927
927
  #
928
928
  class CreateClassificationJobResponse < Struct.new(
929
929
  :job_arn,
@@ -979,7 +979,7 @@ module Aws::Macie2
979
979
  # findings filter, or member account.
980
980
  # @return [Hash<String,String>]
981
981
  #
982
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateCustomDataIdentifierRequest AWS API Documentation
982
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateCustomDataIdentifierRequest AWS API Documentation
983
983
  #
984
984
  class CreateCustomDataIdentifierRequest < Struct.new(
985
985
  :client_token,
@@ -999,7 +999,7 @@ module Aws::Macie2
999
999
  # @!attribute [rw] custom_data_identifier_id
1000
1000
  # @return [String]
1001
1001
  #
1002
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateCustomDataIdentifierResponse AWS API Documentation
1002
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateCustomDataIdentifierResponse AWS API Documentation
1003
1003
  #
1004
1004
  class CreateCustomDataIdentifierResponse < Struct.new(
1005
1005
  :custom_data_identifier_id)
@@ -1064,7 +1064,7 @@ module Aws::Macie2
1064
1064
  # findings filter, or member account.
1065
1065
  # @return [Hash<String,String>]
1066
1066
  #
1067
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateFindingsFilterRequest AWS API Documentation
1067
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateFindingsFilterRequest AWS API Documentation
1068
1068
  #
1069
1069
  class CreateFindingsFilterRequest < Struct.new(
1070
1070
  :action,
@@ -1086,7 +1086,7 @@ module Aws::Macie2
1086
1086
  # @!attribute [rw] id
1087
1087
  # @return [String]
1088
1088
  #
1089
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateFindingsFilterResponse AWS API Documentation
1089
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateFindingsFilterResponse AWS API Documentation
1090
1090
  #
1091
1091
  class CreateFindingsFilterResponse < Struct.new(
1092
1092
  :arn,
@@ -1114,7 +1114,7 @@ module Aws::Macie2
1114
1114
  # @!attribute [rw] message
1115
1115
  # @return [String]
1116
1116
  #
1117
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateInvitationsRequest AWS API Documentation
1117
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateInvitationsRequest AWS API Documentation
1118
1118
  #
1119
1119
  class CreateInvitationsRequest < Struct.new(
1120
1120
  :account_ids,
@@ -1129,7 +1129,7 @@ module Aws::Macie2
1129
1129
  # @!attribute [rw] unprocessed_accounts
1130
1130
  # @return [Array<Types::UnprocessedAccount>]
1131
1131
  #
1132
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateInvitationsResponse AWS API Documentation
1132
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateInvitationsResponse AWS API Documentation
1133
1133
  #
1134
1134
  class CreateInvitationsResponse < Struct.new(
1135
1135
  :unprocessed_accounts)
@@ -1162,7 +1162,7 @@ module Aws::Macie2
1162
1162
  # findings filter, or member account.
1163
1163
  # @return [Hash<String,String>]
1164
1164
  #
1165
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateMemberRequest AWS API Documentation
1165
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateMemberRequest AWS API Documentation
1166
1166
  #
1167
1167
  class CreateMemberRequest < Struct.new(
1168
1168
  :account,
@@ -1176,7 +1176,7 @@ module Aws::Macie2
1176
1176
  # @!attribute [rw] arn
1177
1177
  # @return [String]
1178
1178
  #
1179
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateMemberResponse AWS API Documentation
1179
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateMemberResponse AWS API Documentation
1180
1180
  #
1181
1181
  class CreateMemberResponse < Struct.new(
1182
1182
  :arn)
@@ -1196,14 +1196,14 @@ module Aws::Macie2
1196
1196
  # @!attribute [rw] finding_types
1197
1197
  # @return [Array<String>]
1198
1198
  #
1199
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateSampleFindingsRequest AWS API Documentation
1199
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateSampleFindingsRequest AWS API Documentation
1200
1200
  #
1201
1201
  class CreateSampleFindingsRequest < Struct.new(
1202
1202
  :finding_types)
1203
1203
  include Aws::Structure
1204
1204
  end
1205
1205
 
1206
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateSampleFindingsResponse AWS API Documentation
1206
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateSampleFindingsResponse AWS API Documentation
1207
1207
  #
1208
1208
  class CreateSampleFindingsResponse < Aws::EmptyStructure; end
1209
1209
 
@@ -1240,7 +1240,7 @@ module Aws::Macie2
1240
1240
  # @!attribute [rw] neq
1241
1241
  # @return [Array<String>]
1242
1242
  #
1243
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CriterionAdditionalProperties AWS API Documentation
1243
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CriterionAdditionalProperties AWS API Documentation
1244
1244
  #
1245
1245
  class CriterionAdditionalProperties < Struct.new(
1246
1246
  :eq,
@@ -1269,7 +1269,7 @@ module Aws::Macie2
1269
1269
  # @!attribute [rw] name
1270
1270
  # @return [String]
1271
1271
  #
1272
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CustomDataIdentifierSummary AWS API Documentation
1272
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CustomDataIdentifierSummary AWS API Documentation
1273
1273
  #
1274
1274
  class CustomDataIdentifierSummary < Struct.new(
1275
1275
  :arn,
@@ -1291,7 +1291,7 @@ module Aws::Macie2
1291
1291
  # @!attribute [rw] total_count
1292
1292
  # @return [Integer]
1293
1293
  #
1294
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CustomDataIdentifiers AWS API Documentation
1294
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CustomDataIdentifiers AWS API Documentation
1295
1295
  #
1296
1296
  class CustomDataIdentifiers < Struct.new(
1297
1297
  :detections,
@@ -1312,7 +1312,7 @@ module Aws::Macie2
1312
1312
  # @!attribute [rw] name
1313
1313
  # @return [String]
1314
1314
  #
1315
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CustomDetection AWS API Documentation
1315
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CustomDetection AWS API Documentation
1316
1316
  #
1317
1317
  class CustomDetection < Struct.new(
1318
1318
  :arn,
@@ -1323,7 +1323,7 @@ module Aws::Macie2
1323
1323
 
1324
1324
  # @api private
1325
1325
  #
1326
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DailySchedule AWS API Documentation
1326
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DailySchedule AWS API Documentation
1327
1327
  #
1328
1328
  class DailySchedule < Aws::EmptyStructure; end
1329
1329
 
@@ -1340,7 +1340,7 @@ module Aws::Macie2
1340
1340
  # @!attribute [rw] account_ids
1341
1341
  # @return [Array<String>]
1342
1342
  #
1343
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeclineInvitationsRequest AWS API Documentation
1343
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeclineInvitationsRequest AWS API Documentation
1344
1344
  #
1345
1345
  class DeclineInvitationsRequest < Struct.new(
1346
1346
  :account_ids)
@@ -1354,7 +1354,7 @@ module Aws::Macie2
1354
1354
  # @!attribute [rw] unprocessed_accounts
1355
1355
  # @return [Array<Types::UnprocessedAccount>]
1356
1356
  #
1357
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeclineInvitationsResponse AWS API Documentation
1357
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeclineInvitationsResponse AWS API Documentation
1358
1358
  #
1359
1359
  class DeclineInvitationsResponse < Struct.new(
1360
1360
  :unprocessed_accounts)
@@ -1370,7 +1370,7 @@ module Aws::Macie2
1370
1370
  # @!attribute [rw] type
1371
1371
  # @return [String]
1372
1372
  #
1373
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DefaultDetection AWS API Documentation
1373
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DefaultDetection AWS API Documentation
1374
1374
  #
1375
1375
  class DefaultDetection < Struct.new(
1376
1376
  :count,
@@ -1388,14 +1388,14 @@ module Aws::Macie2
1388
1388
  # @!attribute [rw] id
1389
1389
  # @return [String]
1390
1390
  #
1391
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteCustomDataIdentifierRequest AWS API Documentation
1391
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteCustomDataIdentifierRequest AWS API Documentation
1392
1392
  #
1393
1393
  class DeleteCustomDataIdentifierRequest < Struct.new(
1394
1394
  :id)
1395
1395
  include Aws::Structure
1396
1396
  end
1397
1397
 
1398
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteCustomDataIdentifierResponse AWS API Documentation
1398
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteCustomDataIdentifierResponse AWS API Documentation
1399
1399
  #
1400
1400
  class DeleteCustomDataIdentifierResponse < Aws::EmptyStructure; end
1401
1401
 
@@ -1409,14 +1409,14 @@ module Aws::Macie2
1409
1409
  # @!attribute [rw] id
1410
1410
  # @return [String]
1411
1411
  #
1412
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteFindingsFilterRequest AWS API Documentation
1412
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteFindingsFilterRequest AWS API Documentation
1413
1413
  #
1414
1414
  class DeleteFindingsFilterRequest < Struct.new(
1415
1415
  :id)
1416
1416
  include Aws::Structure
1417
1417
  end
1418
1418
 
1419
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteFindingsFilterResponse AWS API Documentation
1419
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteFindingsFilterResponse AWS API Documentation
1420
1420
  #
1421
1421
  class DeleteFindingsFilterResponse < Aws::EmptyStructure; end
1422
1422
 
@@ -1433,7 +1433,7 @@ module Aws::Macie2
1433
1433
  # @!attribute [rw] account_ids
1434
1434
  # @return [Array<String>]
1435
1435
  #
1436
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteInvitationsRequest AWS API Documentation
1436
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteInvitationsRequest AWS API Documentation
1437
1437
  #
1438
1438
  class DeleteInvitationsRequest < Struct.new(
1439
1439
  :account_ids)
@@ -1446,7 +1446,7 @@ module Aws::Macie2
1446
1446
  # @!attribute [rw] unprocessed_accounts
1447
1447
  # @return [Array<Types::UnprocessedAccount>]
1448
1448
  #
1449
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteInvitationsResponse AWS API Documentation
1449
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteInvitationsResponse AWS API Documentation
1450
1450
  #
1451
1451
  class DeleteInvitationsResponse < Struct.new(
1452
1452
  :unprocessed_accounts)
@@ -1463,14 +1463,14 @@ module Aws::Macie2
1463
1463
  # @!attribute [rw] id
1464
1464
  # @return [String]
1465
1465
  #
1466
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteMemberRequest AWS API Documentation
1466
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteMemberRequest AWS API Documentation
1467
1467
  #
1468
1468
  class DeleteMemberRequest < Struct.new(
1469
1469
  :id)
1470
1470
  include Aws::Structure
1471
1471
  end
1472
1472
 
1473
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteMemberResponse AWS API Documentation
1473
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteMemberResponse AWS API Documentation
1474
1474
  #
1475
1475
  class DeleteMemberResponse < Aws::EmptyStructure; end
1476
1476
 
@@ -1516,7 +1516,7 @@ module Aws::Macie2
1516
1516
  # information about S3 buckets.
1517
1517
  # @return [Types::BucketSortCriteria]
1518
1518
  #
1519
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeBucketsRequest AWS API Documentation
1519
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeBucketsRequest AWS API Documentation
1520
1520
  #
1521
1521
  class DescribeBucketsRequest < Struct.new(
1522
1522
  :criteria,
@@ -1536,7 +1536,7 @@ module Aws::Macie2
1536
1536
  # @!attribute [rw] next_token
1537
1537
  # @return [String]
1538
1538
  #
1539
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeBucketsResponse AWS API Documentation
1539
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeBucketsResponse AWS API Documentation
1540
1540
  #
1541
1541
  class DescribeBucketsResponse < Struct.new(
1542
1542
  :buckets,
@@ -1554,7 +1554,7 @@ module Aws::Macie2
1554
1554
  # @!attribute [rw] job_id
1555
1555
  # @return [String]
1556
1556
  #
1557
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeClassificationJobRequest AWS API Documentation
1557
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeClassificationJobRequest AWS API Documentation
1558
1558
  #
1559
1559
  class DescribeClassificationJobRequest < Struct.new(
1560
1560
  :job_id)
@@ -1623,7 +1623,7 @@ module Aws::Macie2
1623
1623
  # findings filter, or member account.
1624
1624
  # @return [Hash<String,String>]
1625
1625
  #
1626
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeClassificationJobResponse AWS API Documentation
1626
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeClassificationJobResponse AWS API Documentation
1627
1627
  #
1628
1628
  class DescribeClassificationJobResponse < Struct.new(
1629
1629
  :client_token,
@@ -1647,7 +1647,7 @@ module Aws::Macie2
1647
1647
 
1648
1648
  # @api private
1649
1649
  #
1650
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeOrganizationConfigurationRequest AWS API Documentation
1650
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeOrganizationConfigurationRequest AWS API Documentation
1651
1651
  #
1652
1652
  class DescribeOrganizationConfigurationRequest < Aws::EmptyStructure; end
1653
1653
 
@@ -1660,7 +1660,7 @@ module Aws::Macie2
1660
1660
  # @!attribute [rw] max_account_limit_reached
1661
1661
  # @return [Boolean]
1662
1662
  #
1663
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeOrganizationConfigurationResponse AWS API Documentation
1663
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeOrganizationConfigurationResponse AWS API Documentation
1664
1664
  #
1665
1665
  class DescribeOrganizationConfigurationResponse < Struct.new(
1666
1666
  :auto_enable,
@@ -1670,11 +1670,11 @@ module Aws::Macie2
1670
1670
 
1671
1671
  # @api private
1672
1672
  #
1673
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisableMacieRequest AWS API Documentation
1673
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableMacieRequest AWS API Documentation
1674
1674
  #
1675
1675
  class DisableMacieRequest < Aws::EmptyStructure; end
1676
1676
 
1677
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisableMacieResponse AWS API Documentation
1677
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableMacieResponse AWS API Documentation
1678
1678
  #
1679
1679
  class DisableMacieResponse < Aws::EmptyStructure; end
1680
1680
 
@@ -1688,24 +1688,24 @@ module Aws::Macie2
1688
1688
  # @!attribute [rw] admin_account_id
1689
1689
  # @return [String]
1690
1690
  #
1691
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisableOrganizationAdminAccountRequest AWS API Documentation
1691
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableOrganizationAdminAccountRequest AWS API Documentation
1692
1692
  #
1693
1693
  class DisableOrganizationAdminAccountRequest < Struct.new(
1694
1694
  :admin_account_id)
1695
1695
  include Aws::Structure
1696
1696
  end
1697
1697
 
1698
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisableOrganizationAdminAccountResponse AWS API Documentation
1698
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableOrganizationAdminAccountResponse AWS API Documentation
1699
1699
  #
1700
1700
  class DisableOrganizationAdminAccountResponse < Aws::EmptyStructure; end
1701
1701
 
1702
1702
  # @api private
1703
1703
  #
1704
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisassociateFromMasterAccountRequest AWS API Documentation
1704
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateFromMasterAccountRequest AWS API Documentation
1705
1705
  #
1706
1706
  class DisassociateFromMasterAccountRequest < Aws::EmptyStructure; end
1707
1707
 
1708
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisassociateFromMasterAccountResponse AWS API Documentation
1708
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateFromMasterAccountResponse AWS API Documentation
1709
1709
  #
1710
1710
  class DisassociateFromMasterAccountResponse < Aws::EmptyStructure; end
1711
1711
 
@@ -1719,21 +1719,21 @@ module Aws::Macie2
1719
1719
  # @!attribute [rw] id
1720
1720
  # @return [String]
1721
1721
  #
1722
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisassociateMemberRequest AWS API Documentation
1722
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateMemberRequest AWS API Documentation
1723
1723
  #
1724
1724
  class DisassociateMemberRequest < Struct.new(
1725
1725
  :id)
1726
1726
  include Aws::Structure
1727
1727
  end
1728
1728
 
1729
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisassociateMemberResponse AWS API Documentation
1729
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateMemberResponse AWS API Documentation
1730
1730
  #
1731
1731
  class DisassociateMemberResponse < Aws::EmptyStructure; end
1732
1732
 
1733
1733
  # @!attribute [rw] domain_name
1734
1734
  # @return [String]
1735
1735
  #
1736
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DomainDetails AWS API Documentation
1736
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DomainDetails AWS API Documentation
1737
1737
  #
1738
1738
  class DomainDetails < Struct.new(
1739
1739
  :domain_name)
@@ -1743,7 +1743,7 @@ module Aws::Macie2
1743
1743
  # The request succeeded and there isn't any content to include in the
1744
1744
  # body of the response (No Content).
1745
1745
  #
1746
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/Empty AWS API Documentation
1746
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Empty AWS API Documentation
1747
1747
  #
1748
1748
  class Empty < Aws::EmptyStructure; end
1749
1749
 
@@ -1774,7 +1774,7 @@ module Aws::Macie2
1774
1774
  # The status of an Amazon Macie account. Valid values are:
1775
1775
  # @return [String]
1776
1776
  #
1777
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/EnableMacieRequest AWS API Documentation
1777
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableMacieRequest AWS API Documentation
1778
1778
  #
1779
1779
  class EnableMacieRequest < Struct.new(
1780
1780
  :client_token,
@@ -1783,7 +1783,7 @@ module Aws::Macie2
1783
1783
  include Aws::Structure
1784
1784
  end
1785
1785
 
1786
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/EnableMacieResponse AWS API Documentation
1786
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableMacieResponse AWS API Documentation
1787
1787
  #
1788
1788
  class EnableMacieResponse < Aws::EmptyStructure; end
1789
1789
 
@@ -1807,7 +1807,7 @@ module Aws::Macie2
1807
1807
  # not need to pass this option.
1808
1808
  # @return [String]
1809
1809
  #
1810
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/EnableOrganizationAdminAccountRequest AWS API Documentation
1810
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableOrganizationAdminAccountRequest AWS API Documentation
1811
1811
  #
1812
1812
  class EnableOrganizationAdminAccountRequest < Struct.new(
1813
1813
  :admin_account_id,
@@ -1815,7 +1815,7 @@ module Aws::Macie2
1815
1815
  include Aws::Structure
1816
1816
  end
1817
1817
 
1818
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/EnableOrganizationAdminAccountResponse AWS API Documentation
1818
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableOrganizationAdminAccountResponse AWS API Documentation
1819
1819
  #
1820
1820
  class EnableOrganizationAdminAccountResponse < Aws::EmptyStructure; end
1821
1821
 
@@ -1838,7 +1838,7 @@ module Aws::Macie2
1838
1838
  # who performed an action by using temporary security credentials.
1839
1839
  # @return [Types::SessionContext]
1840
1840
  #
1841
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/FederatedUser AWS API Documentation
1841
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FederatedUser AWS API Documentation
1842
1842
  #
1843
1843
  class FederatedUser < Struct.new(
1844
1844
  :access_key_id,
@@ -1913,7 +1913,7 @@ module Aws::Macie2
1913
1913
  # @!attribute [rw] updated_at
1914
1914
  # @return [Time]
1915
1915
  #
1916
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/Finding AWS API Documentation
1916
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Finding AWS API Documentation
1917
1917
  #
1918
1918
  class Finding < Struct.new(
1919
1919
  :account_id,
@@ -1958,7 +1958,7 @@ module Aws::Macie2
1958
1958
  # All date and time values are in UTC and extended ISO 8601 format.
1959
1959
  # @return [Types::ApiCallDetails]
1960
1960
  #
1961
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/FindingAction AWS API Documentation
1961
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingAction AWS API Documentation
1962
1962
  #
1963
1963
  class FindingAction < Struct.new(
1964
1964
  :action_type,
@@ -1978,7 +1978,7 @@ module Aws::Macie2
1978
1978
  # @!attribute [rw] user_identity
1979
1979
  # @return [Types::UserIdentity]
1980
1980
  #
1981
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/FindingActor AWS API Documentation
1981
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingActor AWS API Documentation
1982
1982
  #
1983
1983
  class FindingActor < Struct.new(
1984
1984
  :domain_details,
@@ -2011,7 +2011,7 @@ module Aws::Macie2
2011
2011
  # to use to filter the results of a query for findings.
2012
2012
  # @return [Hash<String,Types::CriterionAdditionalProperties>]
2013
2013
  #
2014
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/FindingCriteria AWS API Documentation
2014
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingCriteria AWS API Documentation
2015
2015
  #
2016
2016
  class FindingCriteria < Struct.new(
2017
2017
  :criterion)
@@ -2036,7 +2036,7 @@ module Aws::Macie2
2036
2036
  # @!attribute [rw] order_by
2037
2037
  # @return [String]
2038
2038
  #
2039
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/FindingStatisticsSortCriteria AWS API Documentation
2039
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingStatisticsSortCriteria AWS API Documentation
2040
2040
  #
2041
2041
  class FindingStatisticsSortCriteria < Struct.new(
2042
2042
  :attribute_name,
@@ -2061,7 +2061,7 @@ module Aws::Macie2
2061
2061
  # findings filter, or member account.
2062
2062
  # @return [Hash<String,String>]
2063
2063
  #
2064
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/FindingsFilterListItem AWS API Documentation
2064
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingsFilterListItem AWS API Documentation
2065
2065
  #
2066
2066
  class FindingsFilterListItem < Struct.new(
2067
2067
  :arn,
@@ -2084,7 +2084,7 @@ module Aws::Macie2
2084
2084
  # @!attribute [rw] account_id
2085
2085
  # @return [String]
2086
2086
  #
2087
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetBucketStatisticsRequest AWS API Documentation
2087
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetBucketStatisticsRequest AWS API Documentation
2088
2088
  #
2089
2089
  class GetBucketStatisticsRequest < Struct.new(
2090
2090
  :account_id)
@@ -2129,7 +2129,7 @@ module Aws::Macie2
2129
2129
  # @!attribute [rw] size_in_bytes_compressed
2130
2130
  # @return [Integer]
2131
2131
  #
2132
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetBucketStatisticsResponse AWS API Documentation
2132
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetBucketStatisticsResponse AWS API Documentation
2133
2133
  #
2134
2134
  class GetBucketStatisticsResponse < Struct.new(
2135
2135
  :bucket_count,
@@ -2146,7 +2146,7 @@ module Aws::Macie2
2146
2146
 
2147
2147
  # @api private
2148
2148
  #
2149
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetClassificationExportConfigurationRequest AWS API Documentation
2149
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetClassificationExportConfigurationRequest AWS API Documentation
2150
2150
  #
2151
2151
  class GetClassificationExportConfigurationRequest < Aws::EmptyStructure; end
2152
2152
 
@@ -2160,7 +2160,7 @@ module Aws::Macie2
2160
2160
  # bucket.
2161
2161
  # @return [Types::ClassificationExportConfiguration]
2162
2162
  #
2163
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetClassificationExportConfigurationResponse AWS API Documentation
2163
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetClassificationExportConfigurationResponse AWS API Documentation
2164
2164
  #
2165
2165
  class GetClassificationExportConfigurationResponse < Struct.new(
2166
2166
  :configuration)
@@ -2177,7 +2177,7 @@ module Aws::Macie2
2177
2177
  # @!attribute [rw] id
2178
2178
  # @return [String]
2179
2179
  #
2180
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetCustomDataIdentifierRequest AWS API Documentation
2180
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetCustomDataIdentifierRequest AWS API Documentation
2181
2181
  #
2182
2182
  class GetCustomDataIdentifierRequest < Struct.new(
2183
2183
  :id)
@@ -2223,7 +2223,7 @@ module Aws::Macie2
2223
2223
  # findings filter, or member account.
2224
2224
  # @return [Hash<String,String>]
2225
2225
  #
2226
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetCustomDataIdentifierResponse AWS API Documentation
2226
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetCustomDataIdentifierResponse AWS API Documentation
2227
2227
  #
2228
2228
  class GetCustomDataIdentifierResponse < Struct.new(
2229
2229
  :arn,
@@ -2283,7 +2283,7 @@ module Aws::Macie2
2283
2283
  # information about findings.
2284
2284
  # @return [Types::FindingStatisticsSortCriteria]
2285
2285
  #
2286
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingStatisticsRequest AWS API Documentation
2286
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingStatisticsRequest AWS API Documentation
2287
2287
  #
2288
2288
  class GetFindingStatisticsRequest < Struct.new(
2289
2289
  :finding_criteria,
@@ -2299,7 +2299,7 @@ module Aws::Macie2
2299
2299
  # @!attribute [rw] counts_by_group
2300
2300
  # @return [Array<Types::GroupCount>]
2301
2301
  #
2302
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingStatisticsResponse AWS API Documentation
2302
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingStatisticsResponse AWS API Documentation
2303
2303
  #
2304
2304
  class GetFindingStatisticsResponse < Struct.new(
2305
2305
  :counts_by_group)
@@ -2316,7 +2316,7 @@ module Aws::Macie2
2316
2316
  # @!attribute [rw] id
2317
2317
  # @return [String]
2318
2318
  #
2319
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingsFilterRequest AWS API Documentation
2319
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsFilterRequest AWS API Documentation
2320
2320
  #
2321
2321
  class GetFindingsFilterRequest < Struct.new(
2322
2322
  :id)
@@ -2356,7 +2356,7 @@ module Aws::Macie2
2356
2356
  # findings filter, or member account.
2357
2357
  # @return [Hash<String,String>]
2358
2358
  #
2359
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingsFilterResponse AWS API Documentation
2359
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsFilterResponse AWS API Documentation
2360
2360
  #
2361
2361
  class GetFindingsFilterResponse < Struct.new(
2362
2362
  :action,
@@ -2391,7 +2391,7 @@ module Aws::Macie2
2391
2391
  # information about findings.
2392
2392
  # @return [Types::SortCriteria]
2393
2393
  #
2394
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingsRequest AWS API Documentation
2394
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsRequest AWS API Documentation
2395
2395
  #
2396
2396
  class GetFindingsRequest < Struct.new(
2397
2397
  :finding_ids,
@@ -2405,7 +2405,7 @@ module Aws::Macie2
2405
2405
  # @!attribute [rw] findings
2406
2406
  # @return [Array<Types::Finding>]
2407
2407
  #
2408
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingsResponse AWS API Documentation
2408
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsResponse AWS API Documentation
2409
2409
  #
2410
2410
  class GetFindingsResponse < Struct.new(
2411
2411
  :findings)
@@ -2414,7 +2414,7 @@ module Aws::Macie2
2414
2414
 
2415
2415
  # @api private
2416
2416
  #
2417
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetInvitationsCountRequest AWS API Documentation
2417
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetInvitationsCountRequest AWS API Documentation
2418
2418
  #
2419
2419
  class GetInvitationsCountRequest < Aws::EmptyStructure; end
2420
2420
 
@@ -2425,7 +2425,7 @@ module Aws::Macie2
2425
2425
  # @!attribute [rw] invitations_count
2426
2426
  # @return [Integer]
2427
2427
  #
2428
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetInvitationsCountResponse AWS API Documentation
2428
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetInvitationsCountResponse AWS API Documentation
2429
2429
  #
2430
2430
  class GetInvitationsCountResponse < Struct.new(
2431
2431
  :invitations_count)
@@ -2434,7 +2434,7 @@ module Aws::Macie2
2434
2434
 
2435
2435
  # @api private
2436
2436
  #
2437
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMacieSessionRequest AWS API Documentation
2437
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMacieSessionRequest AWS API Documentation
2438
2438
  #
2439
2439
  class GetMacieSessionRequest < Aws::EmptyStructure; end
2440
2440
 
@@ -2460,7 +2460,7 @@ module Aws::Macie2
2460
2460
  # @!attribute [rw] updated_at
2461
2461
  # @return [Time]
2462
2462
  #
2463
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMacieSessionResponse AWS API Documentation
2463
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMacieSessionResponse AWS API Documentation
2464
2464
  #
2465
2465
  class GetMacieSessionResponse < Struct.new(
2466
2466
  :created_at,
@@ -2473,7 +2473,7 @@ module Aws::Macie2
2473
2473
 
2474
2474
  # @api private
2475
2475
  #
2476
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMasterAccountRequest AWS API Documentation
2476
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMasterAccountRequest AWS API Documentation
2477
2477
  #
2478
2478
  class GetMasterAccountRequest < Aws::EmptyStructure; end
2479
2479
 
@@ -2487,7 +2487,7 @@ module Aws::Macie2
2487
2487
  # that was received by an account.
2488
2488
  # @return [Types::Invitation]
2489
2489
  #
2490
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMasterAccountResponse AWS API Documentation
2490
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMasterAccountResponse AWS API Documentation
2491
2491
  #
2492
2492
  class GetMasterAccountResponse < Struct.new(
2493
2493
  :master)
@@ -2504,7 +2504,7 @@ module Aws::Macie2
2504
2504
  # @!attribute [rw] id
2505
2505
  # @return [String]
2506
2506
  #
2507
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMemberRequest AWS API Documentation
2507
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMemberRequest AWS API Documentation
2508
2508
  #
2509
2509
  class GetMemberRequest < Struct.new(
2510
2510
  :id)
@@ -2544,7 +2544,7 @@ module Aws::Macie2
2544
2544
  # @!attribute [rw] updated_at
2545
2545
  # @return [Time]
2546
2546
  #
2547
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMemberResponse AWS API Documentation
2547
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMemberResponse AWS API Documentation
2548
2548
  #
2549
2549
  class GetMemberResponse < Struct.new(
2550
2550
  :account_id,
@@ -2594,7 +2594,7 @@ module Aws::Macie2
2594
2594
  # quotas and usage data.
2595
2595
  # @return [Types::UsageStatisticsSortBy]
2596
2596
  #
2597
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetUsageStatisticsRequest AWS API Documentation
2597
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageStatisticsRequest AWS API Documentation
2598
2598
  #
2599
2599
  class GetUsageStatisticsRequest < Struct.new(
2600
2600
  :filter_by,
@@ -2613,7 +2613,7 @@ module Aws::Macie2
2613
2613
  # @!attribute [rw] records
2614
2614
  # @return [Array<Types::UsageRecord>]
2615
2615
  #
2616
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetUsageStatisticsResponse AWS API Documentation
2616
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageStatisticsResponse AWS API Documentation
2617
2617
  #
2618
2618
  class GetUsageStatisticsResponse < Struct.new(
2619
2619
  :next_token,
@@ -2623,7 +2623,7 @@ module Aws::Macie2
2623
2623
 
2624
2624
  # @api private
2625
2625
  #
2626
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetUsageTotalsRequest AWS API Documentation
2626
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageTotalsRequest AWS API Documentation
2627
2627
  #
2628
2628
  class GetUsageTotalsRequest < Aws::EmptyStructure; end
2629
2629
 
@@ -2633,7 +2633,7 @@ module Aws::Macie2
2633
2633
  # @!attribute [rw] usage_totals
2634
2634
  # @return [Array<Types::UsageTotal>]
2635
2635
  #
2636
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetUsageTotalsResponse AWS API Documentation
2636
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageTotalsResponse AWS API Documentation
2637
2637
  #
2638
2638
  class GetUsageTotalsResponse < Struct.new(
2639
2639
  :usage_totals)
@@ -2649,7 +2649,7 @@ module Aws::Macie2
2649
2649
  # @!attribute [rw] group_key
2650
2650
  # @return [String]
2651
2651
  #
2652
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GroupCount AWS API Documentation
2652
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GroupCount AWS API Documentation
2653
2653
  #
2654
2654
  class GroupCount < Struct.new(
2655
2655
  :count,
@@ -2671,7 +2671,7 @@ module Aws::Macie2
2671
2671
  # @!attribute [rw] user_name
2672
2672
  # @return [String]
2673
2673
  #
2674
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/IamUser AWS API Documentation
2674
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IamUser AWS API Documentation
2675
2675
  #
2676
2676
  class IamUser < Struct.new(
2677
2677
  :account_id,
@@ -2687,7 +2687,7 @@ module Aws::Macie2
2687
2687
  # @!attribute [rw] message
2688
2688
  # @return [String]
2689
2689
  #
2690
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/InternalServerException AWS API Documentation
2690
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/InternalServerException AWS API Documentation
2691
2691
  #
2692
2692
  class InternalServerException < Struct.new(
2693
2693
  :message)
@@ -2712,7 +2712,7 @@ module Aws::Macie2
2712
2712
  # values are:
2713
2713
  # @return [String]
2714
2714
  #
2715
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/Invitation AWS API Documentation
2715
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Invitation AWS API Documentation
2716
2716
  #
2717
2717
  class Invitation < Struct.new(
2718
2718
  :account_id,
@@ -2741,7 +2741,7 @@ module Aws::Macie2
2741
2741
  # Reserved for future use.
2742
2742
  # @return [Types::IpOwner]
2743
2743
  #
2744
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/IpAddressDetails AWS API Documentation
2744
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpAddressDetails AWS API Documentation
2745
2745
  #
2746
2746
  class IpAddressDetails < Struct.new(
2747
2747
  :ip_address_v4,
@@ -2757,7 +2757,7 @@ module Aws::Macie2
2757
2757
  # @!attribute [rw] name
2758
2758
  # @return [String]
2759
2759
  #
2760
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/IpCity AWS API Documentation
2760
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpCity AWS API Documentation
2761
2761
  #
2762
2762
  class IpCity < Struct.new(
2763
2763
  :name)
@@ -2772,7 +2772,7 @@ module Aws::Macie2
2772
2772
  # @!attribute [rw] name
2773
2773
  # @return [String]
2774
2774
  #
2775
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/IpCountry AWS API Documentation
2775
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpCountry AWS API Documentation
2776
2776
  #
2777
2777
  class IpCountry < Struct.new(
2778
2778
  :code,
@@ -2788,7 +2788,7 @@ module Aws::Macie2
2788
2788
  # @!attribute [rw] lon
2789
2789
  # @return [Float]
2790
2790
  #
2791
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/IpGeoLocation AWS API Documentation
2791
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpGeoLocation AWS API Documentation
2792
2792
  #
2793
2793
  class IpGeoLocation < Struct.new(
2794
2794
  :lat,
@@ -2810,7 +2810,7 @@ module Aws::Macie2
2810
2810
  # @!attribute [rw] org
2811
2811
  # @return [String]
2812
2812
  #
2813
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/IpOwner AWS API Documentation
2813
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpOwner AWS API Documentation
2814
2814
  #
2815
2815
  class IpOwner < Struct.new(
2816
2816
  :asn,
@@ -2847,7 +2847,7 @@ module Aws::Macie2
2847
2847
  # @!attribute [rw] weekly_schedule
2848
2848
  # @return [Types::WeeklySchedule]
2849
2849
  #
2850
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/JobScheduleFrequency AWS API Documentation
2850
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobScheduleFrequency AWS API Documentation
2851
2851
  #
2852
2852
  class JobScheduleFrequency < Struct.new(
2853
2853
  :daily_schedule,
@@ -2891,7 +2891,7 @@ module Aws::Macie2
2891
2891
  # included or excluded from a classification job.
2892
2892
  # @return [Types::TagScopeTerm]
2893
2893
  #
2894
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/JobScopeTerm AWS API Documentation
2894
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobScopeTerm AWS API Documentation
2895
2895
  #
2896
2896
  class JobScopeTerm < Struct.new(
2897
2897
  :simple_scope_term,
@@ -2930,7 +2930,7 @@ module Aws::Macie2
2930
2930
  # @!attribute [rw] and
2931
2931
  # @return [Array<Types::JobScopeTerm>]
2932
2932
  #
2933
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/JobScopingBlock AWS API Documentation
2933
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobScopingBlock AWS API Documentation
2934
2934
  #
2935
2935
  class JobScopingBlock < Struct.new(
2936
2936
  :and)
@@ -2960,7 +2960,7 @@ module Aws::Macie2
2960
2960
  # @!attribute [rw] name
2961
2961
  # @return [String]
2962
2962
  #
2963
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/JobSummary AWS API Documentation
2963
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobSummary AWS API Documentation
2964
2964
  #
2965
2965
  class JobSummary < Struct.new(
2966
2966
  :bucket_definitions,
@@ -2982,7 +2982,7 @@ module Aws::Macie2
2982
2982
  # @!attribute [rw] value
2983
2983
  # @return [String]
2984
2984
  #
2985
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/KeyValuePair AWS API Documentation
2985
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/KeyValuePair AWS API Documentation
2986
2986
  #
2987
2987
  class KeyValuePair < Struct.new(
2988
2988
  :key,
@@ -3037,7 +3037,7 @@ module Aws::Macie2
3037
3037
  # information about classification jobs.
3038
3038
  # @return [Types::ListJobsSortCriteria]
3039
3039
  #
3040
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListClassificationJobsRequest AWS API Documentation
3040
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListClassificationJobsRequest AWS API Documentation
3041
3041
  #
3042
3042
  class ListClassificationJobsRequest < Struct.new(
3043
3043
  :filter_criteria,
@@ -3056,7 +3056,7 @@ module Aws::Macie2
3056
3056
  # @!attribute [rw] next_token
3057
3057
  # @return [String]
3058
3058
  #
3059
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListClassificationJobsResponse AWS API Documentation
3059
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListClassificationJobsResponse AWS API Documentation
3060
3060
  #
3061
3061
  class ListClassificationJobsResponse < Struct.new(
3062
3062
  :items,
@@ -3081,7 +3081,7 @@ module Aws::Macie2
3081
3081
  # @!attribute [rw] next_token
3082
3082
  # @return [String]
3083
3083
  #
3084
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListCustomDataIdentifiersRequest AWS API Documentation
3084
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListCustomDataIdentifiersRequest AWS API Documentation
3085
3085
  #
3086
3086
  class ListCustomDataIdentifiersRequest < Struct.new(
3087
3087
  :max_results,
@@ -3098,7 +3098,7 @@ module Aws::Macie2
3098
3098
  # @!attribute [rw] next_token
3099
3099
  # @return [String]
3100
3100
  #
3101
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListCustomDataIdentifiersResponse AWS API Documentation
3101
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListCustomDataIdentifiersResponse AWS API Documentation
3102
3102
  #
3103
3103
  class ListCustomDataIdentifiersResponse < Struct.new(
3104
3104
  :items,
@@ -3120,7 +3120,7 @@ module Aws::Macie2
3120
3120
  # @!attribute [rw] next_token
3121
3121
  # @return [String]
3122
3122
  #
3123
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListFindingsFiltersRequest AWS API Documentation
3123
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsFiltersRequest AWS API Documentation
3124
3124
  #
3125
3125
  class ListFindingsFiltersRequest < Struct.new(
3126
3126
  :max_results,
@@ -3136,7 +3136,7 @@ module Aws::Macie2
3136
3136
  # @!attribute [rw] next_token
3137
3137
  # @return [String]
3138
3138
  #
3139
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListFindingsFiltersResponse AWS API Documentation
3139
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsFiltersResponse AWS API Documentation
3140
3140
  #
3141
3141
  class ListFindingsFiltersResponse < Struct.new(
3142
3142
  :findings_filter_list_items,
@@ -3187,7 +3187,7 @@ module Aws::Macie2
3187
3187
  # information about findings.
3188
3188
  # @return [Types::SortCriteria]
3189
3189
  #
3190
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListFindingsRequest AWS API Documentation
3190
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsRequest AWS API Documentation
3191
3191
  #
3192
3192
  class ListFindingsRequest < Struct.new(
3193
3193
  :finding_criteria,
@@ -3206,7 +3206,7 @@ module Aws::Macie2
3206
3206
  # @!attribute [rw] next_token
3207
3207
  # @return [String]
3208
3208
  #
3209
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListFindingsResponse AWS API Documentation
3209
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsResponse AWS API Documentation
3210
3210
  #
3211
3211
  class ListFindingsResponse < Struct.new(
3212
3212
  :finding_ids,
@@ -3228,7 +3228,7 @@ module Aws::Macie2
3228
3228
  # @!attribute [rw] next_token
3229
3229
  # @return [String]
3230
3230
  #
3231
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListInvitationsRequest AWS API Documentation
3231
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListInvitationsRequest AWS API Documentation
3232
3232
  #
3233
3233
  class ListInvitationsRequest < Struct.new(
3234
3234
  :max_results,
@@ -3245,7 +3245,7 @@ module Aws::Macie2
3245
3245
  # @!attribute [rw] next_token
3246
3246
  # @return [String]
3247
3247
  #
3248
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListInvitationsResponse AWS API Documentation
3248
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListInvitationsResponse AWS API Documentation
3249
3249
  #
3250
3250
  class ListInvitationsResponse < Struct.new(
3251
3251
  :invitations,
@@ -3282,7 +3282,7 @@ module Aws::Macie2
3282
3282
  # @!attribute [rw] includes
3283
3283
  # @return [Array<Types::ListJobsFilterTerm>]
3284
3284
  #
3285
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListJobsFilterCriteria AWS API Documentation
3285
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListJobsFilterCriteria AWS API Documentation
3286
3286
  #
3287
3287
  class ListJobsFilterCriteria < Struct.new(
3288
3288
  :excludes,
@@ -3314,7 +3314,7 @@ module Aws::Macie2
3314
3314
  # @!attribute [rw] values
3315
3315
  # @return [Array<String>]
3316
3316
  #
3317
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListJobsFilterTerm AWS API Documentation
3317
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListJobsFilterTerm AWS API Documentation
3318
3318
  #
3319
3319
  class ListJobsFilterTerm < Struct.new(
3320
3320
  :comparator,
@@ -3341,7 +3341,7 @@ module Aws::Macie2
3341
3341
  # @!attribute [rw] order_by
3342
3342
  # @return [String]
3343
3343
  #
3344
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListJobsSortCriteria AWS API Documentation
3344
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListJobsSortCriteria AWS API Documentation
3345
3345
  #
3346
3346
  class ListJobsSortCriteria < Struct.new(
3347
3347
  :attribute_name,
@@ -3367,7 +3367,7 @@ module Aws::Macie2
3367
3367
  # @!attribute [rw] only_associated
3368
3368
  # @return [String]
3369
3369
  #
3370
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListMembersRequest AWS API Documentation
3370
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListMembersRequest AWS API Documentation
3371
3371
  #
3372
3372
  class ListMembersRequest < Struct.new(
3373
3373
  :max_results,
@@ -3385,7 +3385,7 @@ module Aws::Macie2
3385
3385
  # @!attribute [rw] next_token
3386
3386
  # @return [String]
3387
3387
  #
3388
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListMembersResponse AWS API Documentation
3388
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListMembersResponse AWS API Documentation
3389
3389
  #
3390
3390
  class ListMembersResponse < Struct.new(
3391
3391
  :members,
@@ -3407,7 +3407,7 @@ module Aws::Macie2
3407
3407
  # @!attribute [rw] next_token
3408
3408
  # @return [String]
3409
3409
  #
3410
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListOrganizationAdminAccountsRequest AWS API Documentation
3410
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListOrganizationAdminAccountsRequest AWS API Documentation
3411
3411
  #
3412
3412
  class ListOrganizationAdminAccountsRequest < Struct.new(
3413
3413
  :max_results,
@@ -3424,7 +3424,7 @@ module Aws::Macie2
3424
3424
  # @!attribute [rw] next_token
3425
3425
  # @return [String]
3426
3426
  #
3427
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListOrganizationAdminAccountsResponse AWS API Documentation
3427
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListOrganizationAdminAccountsResponse AWS API Documentation
3428
3428
  #
3429
3429
  class ListOrganizationAdminAccountsResponse < Struct.new(
3430
3430
  :admin_accounts,
@@ -3442,7 +3442,7 @@ module Aws::Macie2
3442
3442
  # @!attribute [rw] resource_arn
3443
3443
  # @return [String]
3444
3444
  #
3445
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListTagsForResourceRequest AWS API Documentation
3445
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListTagsForResourceRequest AWS API Documentation
3446
3446
  #
3447
3447
  class ListTagsForResourceRequest < Struct.new(
3448
3448
  :resource_arn)
@@ -3459,7 +3459,7 @@ module Aws::Macie2
3459
3459
  # findings filter, or member account.
3460
3460
  # @return [Hash<String,String>]
3461
3461
  #
3462
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListTagsForResourceResponse AWS API Documentation
3462
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListTagsForResourceResponse AWS API Documentation
3463
3463
  #
3464
3464
  class ListTagsForResourceResponse < Struct.new(
3465
3465
  :tags)
@@ -3499,7 +3499,7 @@ module Aws::Macie2
3499
3499
  # @!attribute [rw] updated_at
3500
3500
  # @return [Time]
3501
3501
  #
3502
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/Member AWS API Documentation
3502
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Member AWS API Documentation
3503
3503
  #
3504
3504
  class Member < Struct.new(
3505
3505
  :account_id,
@@ -3526,7 +3526,7 @@ module Aws::Macie2
3526
3526
  # @!attribute [rw] day_of_month
3527
3527
  # @return [Integer]
3528
3528
  #
3529
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/MonthlySchedule AWS API Documentation
3529
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/MonthlySchedule AWS API Documentation
3530
3530
  #
3531
3531
  class MonthlySchedule < Struct.new(
3532
3532
  :day_of_month)
@@ -3545,7 +3545,7 @@ module Aws::Macie2
3545
3545
  # @!attribute [rw] unencrypted
3546
3546
  # @return [Integer]
3547
3547
  #
3548
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ObjectCountByEncryptionType AWS API Documentation
3548
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ObjectCountByEncryptionType AWS API Documentation
3549
3549
  #
3550
3550
  class ObjectCountByEncryptionType < Struct.new(
3551
3551
  :customer_managed,
@@ -3567,7 +3567,7 @@ module Aws::Macie2
3567
3567
  # produced a policy finding for a resource.
3568
3568
  # @return [Types::FindingActor]
3569
3569
  #
3570
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/PolicyDetails AWS API Documentation
3570
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/PolicyDetails AWS API Documentation
3571
3571
  #
3572
3572
  class PolicyDetails < Struct.new(
3573
3573
  :action,
@@ -3599,7 +3599,7 @@ module Aws::Macie2
3599
3599
  # bucket.
3600
3600
  # @return [Types::ClassificationExportConfiguration]
3601
3601
  #
3602
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/PutClassificationExportConfigurationRequest AWS API Documentation
3602
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/PutClassificationExportConfigurationRequest AWS API Documentation
3603
3603
  #
3604
3604
  class PutClassificationExportConfigurationRequest < Struct.new(
3605
3605
  :configuration)
@@ -3616,7 +3616,7 @@ module Aws::Macie2
3616
3616
  # bucket.
3617
3617
  # @return [Types::ClassificationExportConfiguration]
3618
3618
  #
3619
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/PutClassificationExportConfigurationResponse AWS API Documentation
3619
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/PutClassificationExportConfigurationResponse AWS API Documentation
3620
3620
  #
3621
3621
  class PutClassificationExportConfigurationResponse < Struct.new(
3622
3622
  :configuration)
@@ -3636,7 +3636,7 @@ module Aws::Macie2
3636
3636
  # @!attribute [rw] replication_accounts
3637
3637
  # @return [Array<String>]
3638
3638
  #
3639
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ReplicationDetails AWS API Documentation
3639
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ReplicationDetails AWS API Documentation
3640
3640
  #
3641
3641
  class ReplicationDetails < Struct.new(
3642
3642
  :replicated,
@@ -3651,7 +3651,7 @@ module Aws::Macie2
3651
3651
  # @!attribute [rw] message
3652
3652
  # @return [String]
3653
3653
  #
3654
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ResourceNotFoundException AWS API Documentation
3654
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ResourceNotFoundException AWS API Documentation
3655
3655
  #
3656
3656
  class ResourceNotFoundException < Struct.new(
3657
3657
  :message)
@@ -3668,7 +3668,7 @@ module Aws::Macie2
3668
3668
  # Provides information about an S3 object that a finding applies to.
3669
3669
  # @return [Types::S3Object]
3670
3670
  #
3671
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ResourcesAffected AWS API Documentation
3671
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ResourcesAffected AWS API Documentation
3672
3672
  #
3673
3673
  class ResourcesAffected < Struct.new(
3674
3674
  :s3_bucket,
@@ -3705,7 +3705,7 @@ module Aws::Macie2
3705
3705
  # Reserved for future use.
3706
3706
  # @return [Array<Types::KeyValuePair>]
3707
3707
  #
3708
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/S3Bucket AWS API Documentation
3708
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3Bucket AWS API Documentation
3709
3709
  #
3710
3710
  class S3Bucket < Struct.new(
3711
3711
  :arn,
@@ -3735,7 +3735,7 @@ module Aws::Macie2
3735
3735
  # @!attribute [rw] buckets
3736
3736
  # @return [Array<String>]
3737
3737
  #
3738
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/S3BucketDefinitionForJob AWS API Documentation
3738
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3BucketDefinitionForJob AWS API Documentation
3739
3739
  #
3740
3740
  class S3BucketDefinitionForJob < Struct.new(
3741
3741
  :account_id,
@@ -3751,7 +3751,7 @@ module Aws::Macie2
3751
3751
  # @!attribute [rw] id
3752
3752
  # @return [String]
3753
3753
  #
3754
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/S3BucketOwner AWS API Documentation
3754
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3BucketOwner AWS API Documentation
3755
3755
  #
3756
3756
  class S3BucketOwner < Struct.new(
3757
3757
  :display_name,
@@ -3780,7 +3780,7 @@ module Aws::Macie2
3780
3780
  # @!attribute [rw] kms_key_arn
3781
3781
  # @return [String]
3782
3782
  #
3783
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/S3Destination AWS API Documentation
3783
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3Destination AWS API Documentation
3784
3784
  #
3785
3785
  class S3Destination < Struct.new(
3786
3786
  :bucket_name,
@@ -3856,7 +3856,7 @@ module Aws::Macie2
3856
3856
  # @!attribute [rw] scoping
3857
3857
  # @return [Types::Scoping]
3858
3858
  #
3859
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/S3JobDefinition AWS API Documentation
3859
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3JobDefinition AWS API Documentation
3860
3860
  #
3861
3861
  class S3JobDefinition < Struct.new(
3862
3862
  :bucket_definitions,
@@ -3906,7 +3906,7 @@ module Aws::Macie2
3906
3906
  # @!attribute [rw] version_id
3907
3907
  # @return [String]
3908
3908
  #
3909
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/S3Object AWS API Documentation
3909
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3Object AWS API Documentation
3910
3910
  #
3911
3911
  class S3Object < Struct.new(
3912
3912
  :bucket_arn,
@@ -3982,7 +3982,7 @@ module Aws::Macie2
3982
3982
  # Reserved for future use.
3983
3983
  # @return [Types::JobScopingBlock]
3984
3984
  #
3985
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/Scoping AWS API Documentation
3985
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Scoping AWS API Documentation
3986
3986
  #
3987
3987
  class Scoping < Struct.new(
3988
3988
  :excludes,
@@ -4003,7 +4003,7 @@ module Aws::Macie2
4003
4003
  # @!attribute [rw] total_count
4004
4004
  # @return [Integer]
4005
4005
  #
4006
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/SensitiveDataItem AWS API Documentation
4006
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SensitiveDataItem AWS API Documentation
4007
4007
  #
4008
4008
  class SensitiveDataItem < Struct.new(
4009
4009
  :category,
@@ -4023,7 +4023,7 @@ module Aws::Macie2
4023
4023
  # @!attribute [rw] kms_master_key_id
4024
4024
  # @return [String]
4025
4025
  #
4026
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ServerSideEncryption AWS API Documentation
4026
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ServerSideEncryption AWS API Documentation
4027
4027
  #
4028
4028
  class ServerSideEncryption < Struct.new(
4029
4029
  :encryption_type,
@@ -4042,7 +4042,7 @@ module Aws::Macie2
4042
4042
  # @!attribute [rw] value
4043
4043
  # @return [Integer]
4044
4044
  #
4045
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ServiceLimit AWS API Documentation
4045
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ServiceLimit AWS API Documentation
4046
4046
  #
4047
4047
  class ServiceLimit < Struct.new(
4048
4048
  :is_service_limited,
@@ -4057,7 +4057,7 @@ module Aws::Macie2
4057
4057
  # @!attribute [rw] message
4058
4058
  # @return [String]
4059
4059
  #
4060
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ServiceQuotaExceededException AWS API Documentation
4060
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ServiceQuotaExceededException AWS API Documentation
4061
4061
  #
4062
4062
  class ServiceQuotaExceededException < Struct.new(
4063
4063
  :message)
@@ -4077,7 +4077,7 @@ module Aws::Macie2
4077
4077
  # credentials that were issued to an entity.
4078
4078
  # @return [Types::SessionIssuer]
4079
4079
  #
4080
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/SessionContext AWS API Documentation
4080
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SessionContext AWS API Documentation
4081
4081
  #
4082
4082
  class SessionContext < Struct.new(
4083
4083
  :attributes,
@@ -4094,7 +4094,7 @@ module Aws::Macie2
4094
4094
  # @!attribute [rw] mfa_authenticated
4095
4095
  # @return [Boolean]
4096
4096
  #
4097
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/SessionContextAttributes AWS API Documentation
4097
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SessionContextAttributes AWS API Documentation
4098
4098
  #
4099
4099
  class SessionContextAttributes < Struct.new(
4100
4100
  :creation_date,
@@ -4120,7 +4120,7 @@ module Aws::Macie2
4120
4120
  # @!attribute [rw] user_name
4121
4121
  # @return [String]
4122
4122
  #
4123
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/SessionIssuer AWS API Documentation
4123
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SessionIssuer AWS API Documentation
4124
4124
  #
4125
4125
  class SessionIssuer < Struct.new(
4126
4126
  :account_id,
@@ -4142,7 +4142,7 @@ module Aws::Macie2
4142
4142
  # @!attribute [rw] score
4143
4143
  # @return [Integer]
4144
4144
  #
4145
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/Severity AWS API Documentation
4145
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Severity AWS API Documentation
4146
4146
  #
4147
4147
  class Severity < Struct.new(
4148
4148
  :description,
@@ -4174,7 +4174,7 @@ module Aws::Macie2
4174
4174
  # @!attribute [rw] values
4175
4175
  # @return [Array<String>]
4176
4176
  #
4177
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/SimpleScopeTerm AWS API Documentation
4177
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SimpleScopeTerm AWS API Documentation
4178
4178
  #
4179
4179
  class SimpleScopeTerm < Struct.new(
4180
4180
  :comparator,
@@ -4200,7 +4200,7 @@ module Aws::Macie2
4200
4200
  # @!attribute [rw] order_by
4201
4201
  # @return [String]
4202
4202
  #
4203
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/SortCriteria AWS API Documentation
4203
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SortCriteria AWS API Documentation
4204
4204
  #
4205
4205
  class SortCriteria < Struct.new(
4206
4206
  :attribute_name,
@@ -4216,7 +4216,7 @@ module Aws::Macie2
4216
4216
  # @!attribute [rw] number_of_runs
4217
4217
  # @return [Float]
4218
4218
  #
4219
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/Statistics AWS API Documentation
4219
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Statistics AWS API Documentation
4220
4220
  #
4221
4221
  class Statistics < Struct.new(
4222
4222
  :approximate_number_of_objects_to_process,
@@ -4247,7 +4247,7 @@ module Aws::Macie2
4247
4247
  # findings filter, or member account.
4248
4248
  # @return [Hash<String,String>]
4249
4249
  #
4250
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TagResourceRequest AWS API Documentation
4250
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagResourceRequest AWS API Documentation
4251
4251
  #
4252
4252
  class TagResourceRequest < Struct.new(
4253
4253
  :resource_arn,
@@ -4257,7 +4257,7 @@ module Aws::Macie2
4257
4257
 
4258
4258
  # The request succeeded. The specified tags were added to the resource.
4259
4259
  #
4260
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TagResourceResponse AWS API Documentation
4260
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagResourceResponse AWS API Documentation
4261
4261
  #
4262
4262
  class TagResourceResponse < Aws::EmptyStructure; end
4263
4263
 
@@ -4294,7 +4294,7 @@ module Aws::Macie2
4294
4294
  # are:
4295
4295
  # @return [String]
4296
4296
  #
4297
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TagScopeTerm AWS API Documentation
4297
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagScopeTerm AWS API Documentation
4298
4298
  #
4299
4299
  class TagScopeTerm < Struct.new(
4300
4300
  :comparator,
@@ -4321,7 +4321,7 @@ module Aws::Macie2
4321
4321
  # @!attribute [rw] value
4322
4322
  # @return [String]
4323
4323
  #
4324
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TagValuePair AWS API Documentation
4324
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagValuePair AWS API Documentation
4325
4325
  #
4326
4326
  class TagValuePair < Struct.new(
4327
4327
  :key,
@@ -4357,7 +4357,7 @@ module Aws::Macie2
4357
4357
  # @!attribute [rw] sample_text
4358
4358
  # @return [String]
4359
4359
  #
4360
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TestCustomDataIdentifierRequest AWS API Documentation
4360
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TestCustomDataIdentifierRequest AWS API Documentation
4361
4361
  #
4362
4362
  class TestCustomDataIdentifierRequest < Struct.new(
4363
4363
  :ignore_words,
@@ -4373,7 +4373,7 @@ module Aws::Macie2
4373
4373
  # @!attribute [rw] match_count
4374
4374
  # @return [Integer]
4375
4375
  #
4376
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TestCustomDataIdentifierResponse AWS API Documentation
4376
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TestCustomDataIdentifierResponse AWS API Documentation
4377
4377
  #
4378
4378
  class TestCustomDataIdentifierResponse < Struct.new(
4379
4379
  :match_count)
@@ -4386,7 +4386,7 @@ module Aws::Macie2
4386
4386
  # @!attribute [rw] message
4387
4387
  # @return [String]
4388
4388
  #
4389
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ThrottlingException AWS API Documentation
4389
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ThrottlingException AWS API Documentation
4390
4390
  #
4391
4391
  class ThrottlingException < Struct.new(
4392
4392
  :message)
@@ -4405,14 +4405,14 @@ module Aws::Macie2
4405
4405
  # @!attribute [rw] finding_ids
4406
4406
  # @return [Array<String>]
4407
4407
  #
4408
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UnarchiveFindingsRequest AWS API Documentation
4408
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UnarchiveFindingsRequest AWS API Documentation
4409
4409
  #
4410
4410
  class UnarchiveFindingsRequest < Struct.new(
4411
4411
  :finding_ids)
4412
4412
  include Aws::Structure
4413
4413
  end
4414
4414
 
4415
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UnarchiveFindingsResponse AWS API Documentation
4415
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UnarchiveFindingsResponse AWS API Documentation
4416
4416
  #
4417
4417
  class UnarchiveFindingsResponse < Aws::EmptyStructure; end
4418
4418
 
@@ -4429,7 +4429,7 @@ module Aws::Macie2
4429
4429
  # @!attribute [rw] error_message
4430
4430
  # @return [String]
4431
4431
  #
4432
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UnprocessedAccount AWS API Documentation
4432
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UnprocessedAccount AWS API Documentation
4433
4433
  #
4434
4434
  class UnprocessedAccount < Struct.new(
4435
4435
  :account_id,
@@ -4452,7 +4452,7 @@ module Aws::Macie2
4452
4452
  # @!attribute [rw] tag_keys
4453
4453
  # @return [Array<String>]
4454
4454
  #
4455
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UntagResourceRequest AWS API Documentation
4455
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UntagResourceRequest AWS API Documentation
4456
4456
  #
4457
4457
  class UntagResourceRequest < Struct.new(
4458
4458
  :resource_arn,
@@ -4463,7 +4463,7 @@ module Aws::Macie2
4463
4463
  # The request succeeded. The specified tags were removed from the
4464
4464
  # resource.
4465
4465
  #
4466
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UntagResourceResponse AWS API Documentation
4466
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UntagResourceResponse AWS API Documentation
4467
4467
  #
4468
4468
  class UntagResourceResponse < Aws::EmptyStructure; end
4469
4469
 
@@ -4484,7 +4484,7 @@ module Aws::Macie2
4484
4484
  # The current status of a classification job. Valid values are:
4485
4485
  # @return [String]
4486
4486
  #
4487
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateClassificationJobRequest AWS API Documentation
4487
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateClassificationJobRequest AWS API Documentation
4488
4488
  #
4489
4489
  class UpdateClassificationJobRequest < Struct.new(
4490
4490
  :job_id,
@@ -4492,7 +4492,7 @@ module Aws::Macie2
4492
4492
  include Aws::Structure
4493
4493
  end
4494
4494
 
4495
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateClassificationJobResponse AWS API Documentation
4495
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateClassificationJobResponse AWS API Documentation
4496
4496
  #
4497
4497
  class UpdateClassificationJobResponse < Aws::EmptyStructure; end
4498
4498
 
@@ -4543,7 +4543,7 @@ module Aws::Macie2
4543
4543
  # @!attribute [rw] position
4544
4544
  # @return [Integer]
4545
4545
  #
4546
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateFindingsFilterRequest AWS API Documentation
4546
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateFindingsFilterRequest AWS API Documentation
4547
4547
  #
4548
4548
  class UpdateFindingsFilterRequest < Struct.new(
4549
4549
  :action,
@@ -4564,7 +4564,7 @@ module Aws::Macie2
4564
4564
  # @!attribute [rw] id
4565
4565
  # @return [String]
4566
4566
  #
4567
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateFindingsFilterResponse AWS API Documentation
4567
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateFindingsFilterResponse AWS API Documentation
4568
4568
  #
4569
4569
  class UpdateFindingsFilterResponse < Struct.new(
4570
4570
  :arn,
@@ -4593,7 +4593,7 @@ module Aws::Macie2
4593
4593
  # The status of an Amazon Macie account. Valid values are:
4594
4594
  # @return [String]
4595
4595
  #
4596
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateMacieSessionRequest AWS API Documentation
4596
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMacieSessionRequest AWS API Documentation
4597
4597
  #
4598
4598
  class UpdateMacieSessionRequest < Struct.new(
4599
4599
  :finding_publishing_frequency,
@@ -4601,7 +4601,7 @@ module Aws::Macie2
4601
4601
  include Aws::Structure
4602
4602
  end
4603
4603
 
4604
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateMacieSessionResponse AWS API Documentation
4604
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMacieSessionResponse AWS API Documentation
4605
4605
  #
4606
4606
  class UpdateMacieSessionResponse < Aws::EmptyStructure; end
4607
4607
 
@@ -4622,7 +4622,7 @@ module Aws::Macie2
4622
4622
  # The status of an Amazon Macie account. Valid values are:
4623
4623
  # @return [String]
4624
4624
  #
4625
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateMemberSessionRequest AWS API Documentation
4625
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMemberSessionRequest AWS API Documentation
4626
4626
  #
4627
4627
  class UpdateMemberSessionRequest < Struct.new(
4628
4628
  :id,
@@ -4630,7 +4630,7 @@ module Aws::Macie2
4630
4630
  include Aws::Structure
4631
4631
  end
4632
4632
 
4633
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateMemberSessionResponse AWS API Documentation
4633
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMemberSessionResponse AWS API Documentation
4634
4634
  #
4635
4635
  class UpdateMemberSessionResponse < Aws::EmptyStructure; end
4636
4636
 
@@ -4647,14 +4647,14 @@ module Aws::Macie2
4647
4647
  # @!attribute [rw] auto_enable
4648
4648
  # @return [Boolean]
4649
4649
  #
4650
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateOrganizationConfigurationRequest AWS API Documentation
4650
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateOrganizationConfigurationRequest AWS API Documentation
4651
4651
  #
4652
4652
  class UpdateOrganizationConfigurationRequest < Struct.new(
4653
4653
  :auto_enable)
4654
4654
  include Aws::Structure
4655
4655
  end
4656
4656
 
4657
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateOrganizationConfigurationResponse AWS API Documentation
4657
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateOrganizationConfigurationResponse AWS API Documentation
4658
4658
  #
4659
4659
  class UpdateOrganizationConfigurationResponse < Aws::EmptyStructure; end
4660
4660
 
@@ -4678,7 +4678,7 @@ module Aws::Macie2
4678
4678
  # The name of a usage metric for an account. Possible values are:
4679
4679
  # @return [String]
4680
4680
  #
4681
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UsageByAccount AWS API Documentation
4681
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageByAccount AWS API Documentation
4682
4682
  #
4683
4683
  class UsageByAccount < Struct.new(
4684
4684
  :currency,
@@ -4699,7 +4699,7 @@ module Aws::Macie2
4699
4699
  # @!attribute [rw] usage
4700
4700
  # @return [Array<Types::UsageByAccount>]
4701
4701
  #
4702
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UsageRecord AWS API Documentation
4702
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageRecord AWS API Documentation
4703
4703
  #
4704
4704
  class UsageRecord < Struct.new(
4705
4705
  :account_id,
@@ -4727,7 +4727,7 @@ module Aws::Macie2
4727
4727
  # @!attribute [rw] values
4728
4728
  # @return [Array<String>]
4729
4729
  #
4730
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UsageStatisticsFilter AWS API Documentation
4730
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageStatisticsFilter AWS API Documentation
4731
4731
  #
4732
4732
  class UsageStatisticsFilter < Struct.new(
4733
4733
  :key,
@@ -4754,7 +4754,7 @@ module Aws::Macie2
4754
4754
  # @!attribute [rw] order_by
4755
4755
  # @return [String]
4756
4756
  #
4757
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UsageStatisticsSortBy AWS API Documentation
4757
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageStatisticsSortBy AWS API Documentation
4758
4758
  #
4759
4759
  class UsageStatisticsSortBy < Struct.new(
4760
4760
  :key,
@@ -4777,7 +4777,7 @@ module Aws::Macie2
4777
4777
  # The name of a usage metric for an account. Possible values are:
4778
4778
  # @return [String]
4779
4779
  #
4780
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UsageTotal AWS API Documentation
4780
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageTotal AWS API Documentation
4781
4781
  #
4782
4782
  class UsageTotal < Struct.new(
4783
4783
  :currency,
@@ -4814,7 +4814,7 @@ module Aws::Macie2
4814
4814
  # Reserved for future use.
4815
4815
  # @return [String]
4816
4816
  #
4817
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UserIdentity AWS API Documentation
4817
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UserIdentity AWS API Documentation
4818
4818
  #
4819
4819
  class UserIdentity < Struct.new(
4820
4820
  :assumed_role,
@@ -4838,7 +4838,7 @@ module Aws::Macie2
4838
4838
  # @!attribute [rw] principal_id
4839
4839
  # @return [String]
4840
4840
  #
4841
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UserIdentityRoot AWS API Documentation
4841
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UserIdentityRoot AWS API Documentation
4842
4842
  #
4843
4843
  class UserIdentityRoot < Struct.new(
4844
4844
  :account_id,
@@ -4853,7 +4853,7 @@ module Aws::Macie2
4853
4853
  # @!attribute [rw] message
4854
4854
  # @return [String]
4855
4855
  #
4856
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ValidationException AWS API Documentation
4856
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ValidationException AWS API Documentation
4857
4857
  #
4858
4858
  class ValidationException < Struct.new(
4859
4859
  :message)
@@ -4870,7 +4870,7 @@ module Aws::Macie2
4870
4870
  # @!attribute [rw] day_of_week
4871
4871
  # @return [String]
4872
4872
  #
4873
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/WeeklySchedule AWS API Documentation
4873
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/WeeklySchedule AWS API Documentation
4874
4874
  #
4875
4875
  class WeeklySchedule < Struct.new(
4876
4876
  :day_of_week)