aws-sdk-macie 1.21.1 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-macie.rb +3 -1
- data/lib/aws-sdk-macie/client.rb +3 -1
- data/lib/aws-sdk-macie/client_api.rb +2 -0
- data/lib/aws-sdk-macie/errors.rb +2 -0
- data/lib/aws-sdk-macie/resource.rb +2 -0
- data/lib/aws-sdk-macie/types.rb +25 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d59b142ddda439f86dde8732a248f4a1ef4a2241a0132f46351d136a25e7208
|
|
4
|
+
data.tar.gz: c8ae0ac772366ba7ca85de58a15f60c810e68aa9df0f0bcc11397570857810b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6100a0158cfaba46367f0cdf73910c80a86f7a98b6a0f4e6888063b3ae05b51e04e160ccb8c4832ed5b45350116c9f12b53479ee04c32a5ed1b5df32afd99fc8
|
|
7
|
+
data.tar.gz: 586c55139762f08a012d428091519cab33a1768328c2f666aa63f0fe56077f63ed98d18ef1bcd2cb5362b4199b44b768c29f69fa2556765aeca08e064e4e7c72
|
data/lib/aws-sdk-macie.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-macie/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::Macie
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.22.0'
|
|
49
51
|
|
|
50
52
|
end
|
data/lib/aws-sdk-macie/client.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -627,7 +629,7 @@ module Aws::Macie
|
|
|
627
629
|
params: params,
|
|
628
630
|
config: config)
|
|
629
631
|
context[:gem_name] = 'aws-sdk-macie'
|
|
630
|
-
context[:gem_version] = '1.
|
|
632
|
+
context[:gem_version] = '1.22.0'
|
|
631
633
|
Seahorse::Client::Request.new(handlers, context)
|
|
632
634
|
end
|
|
633
635
|
|
data/lib/aws-sdk-macie/errors.rb
CHANGED
data/lib/aws-sdk-macie/types.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -22,6 +24,7 @@ module Aws::Macie
|
|
|
22
24
|
class AccessDeniedException < Struct.new(
|
|
23
25
|
:message,
|
|
24
26
|
:resource_type)
|
|
27
|
+
SENSITIVE = []
|
|
25
28
|
include Aws::Structure
|
|
26
29
|
end
|
|
27
30
|
|
|
@@ -41,6 +44,7 @@ module Aws::Macie
|
|
|
41
44
|
#
|
|
42
45
|
class AssociateMemberAccountRequest < Struct.new(
|
|
43
46
|
:member_account_id)
|
|
47
|
+
SENSITIVE = []
|
|
44
48
|
include Aws::Structure
|
|
45
49
|
end
|
|
46
50
|
|
|
@@ -76,6 +80,7 @@ module Aws::Macie
|
|
|
76
80
|
class AssociateS3ResourcesRequest < Struct.new(
|
|
77
81
|
:member_account_id,
|
|
78
82
|
:s3_resources)
|
|
83
|
+
SENSITIVE = []
|
|
79
84
|
include Aws::Structure
|
|
80
85
|
end
|
|
81
86
|
|
|
@@ -89,6 +94,7 @@ module Aws::Macie
|
|
|
89
94
|
#
|
|
90
95
|
class AssociateS3ResourcesResult < Struct.new(
|
|
91
96
|
:failed_s3_resources)
|
|
97
|
+
SENSITIVE = []
|
|
92
98
|
include Aws::Structure
|
|
93
99
|
end
|
|
94
100
|
|
|
@@ -120,6 +126,7 @@ module Aws::Macie
|
|
|
120
126
|
class ClassificationType < Struct.new(
|
|
121
127
|
:one_time,
|
|
122
128
|
:continuous)
|
|
129
|
+
SENSITIVE = []
|
|
123
130
|
include Aws::Structure
|
|
124
131
|
end
|
|
125
132
|
|
|
@@ -152,6 +159,7 @@ module Aws::Macie
|
|
|
152
159
|
class ClassificationTypeUpdate < Struct.new(
|
|
153
160
|
:one_time,
|
|
154
161
|
:continuous)
|
|
162
|
+
SENSITIVE = []
|
|
155
163
|
include Aws::Structure
|
|
156
164
|
end
|
|
157
165
|
|
|
@@ -171,6 +179,7 @@ module Aws::Macie
|
|
|
171
179
|
#
|
|
172
180
|
class DisassociateMemberAccountRequest < Struct.new(
|
|
173
181
|
:member_account_id)
|
|
182
|
+
SENSITIVE = []
|
|
174
183
|
include Aws::Structure
|
|
175
184
|
end
|
|
176
185
|
|
|
@@ -202,6 +211,7 @@ module Aws::Macie
|
|
|
202
211
|
class DisassociateS3ResourcesRequest < Struct.new(
|
|
203
212
|
:member_account_id,
|
|
204
213
|
:associated_s3_resources)
|
|
214
|
+
SENSITIVE = []
|
|
205
215
|
include Aws::Structure
|
|
206
216
|
end
|
|
207
217
|
|
|
@@ -215,6 +225,7 @@ module Aws::Macie
|
|
|
215
225
|
#
|
|
216
226
|
class DisassociateS3ResourcesResult < Struct.new(
|
|
217
227
|
:failed_s3_resources)
|
|
228
|
+
SENSITIVE = []
|
|
218
229
|
include Aws::Structure
|
|
219
230
|
end
|
|
220
231
|
|
|
@@ -238,6 +249,7 @@ module Aws::Macie
|
|
|
238
249
|
:failed_item,
|
|
239
250
|
:error_code,
|
|
240
251
|
:error_message)
|
|
252
|
+
SENSITIVE = []
|
|
241
253
|
include Aws::Structure
|
|
242
254
|
end
|
|
243
255
|
|
|
@@ -255,6 +267,7 @@ module Aws::Macie
|
|
|
255
267
|
class InternalException < Struct.new(
|
|
256
268
|
:error_code,
|
|
257
269
|
:message)
|
|
270
|
+
SENSITIVE = []
|
|
258
271
|
include Aws::Structure
|
|
259
272
|
end
|
|
260
273
|
|
|
@@ -278,6 +291,7 @@ module Aws::Macie
|
|
|
278
291
|
:error_code,
|
|
279
292
|
:message,
|
|
280
293
|
:field_name)
|
|
294
|
+
SENSITIVE = []
|
|
281
295
|
include Aws::Structure
|
|
282
296
|
end
|
|
283
297
|
|
|
@@ -302,6 +316,7 @@ module Aws::Macie
|
|
|
302
316
|
:error_code,
|
|
303
317
|
:message,
|
|
304
318
|
:resource_type)
|
|
319
|
+
SENSITIVE = []
|
|
305
320
|
include Aws::Structure
|
|
306
321
|
end
|
|
307
322
|
|
|
@@ -331,6 +346,7 @@ module Aws::Macie
|
|
|
331
346
|
class ListMemberAccountsRequest < Struct.new(
|
|
332
347
|
:next_token,
|
|
333
348
|
:max_results)
|
|
349
|
+
SENSITIVE = []
|
|
334
350
|
include Aws::Structure
|
|
335
351
|
end
|
|
336
352
|
|
|
@@ -352,6 +368,7 @@ module Aws::Macie
|
|
|
352
368
|
class ListMemberAccountsResult < Struct.new(
|
|
353
369
|
:member_accounts,
|
|
354
370
|
:next_token)
|
|
371
|
+
SENSITIVE = []
|
|
355
372
|
include Aws::Structure
|
|
356
373
|
end
|
|
357
374
|
|
|
@@ -387,6 +404,7 @@ module Aws::Macie
|
|
|
387
404
|
:member_account_id,
|
|
388
405
|
:next_token,
|
|
389
406
|
:max_results)
|
|
407
|
+
SENSITIVE = []
|
|
390
408
|
include Aws::Structure
|
|
391
409
|
end
|
|
392
410
|
|
|
@@ -407,6 +425,7 @@ module Aws::Macie
|
|
|
407
425
|
class ListS3ResourcesResult < Struct.new(
|
|
408
426
|
:s3_resources,
|
|
409
427
|
:next_token)
|
|
428
|
+
SENSITIVE = []
|
|
410
429
|
include Aws::Structure
|
|
411
430
|
end
|
|
412
431
|
|
|
@@ -420,6 +439,7 @@ module Aws::Macie
|
|
|
420
439
|
#
|
|
421
440
|
class MemberAccount < Struct.new(
|
|
422
441
|
:account_id)
|
|
442
|
+
SENSITIVE = []
|
|
423
443
|
include Aws::Structure
|
|
424
444
|
end
|
|
425
445
|
|
|
@@ -449,6 +469,7 @@ module Aws::Macie
|
|
|
449
469
|
class S3Resource < Struct.new(
|
|
450
470
|
:bucket_name,
|
|
451
471
|
:prefix)
|
|
472
|
+
SENSITIVE = []
|
|
452
473
|
include Aws::Structure
|
|
453
474
|
end
|
|
454
475
|
|
|
@@ -490,6 +511,7 @@ module Aws::Macie
|
|
|
490
511
|
:bucket_name,
|
|
491
512
|
:prefix,
|
|
492
513
|
:classification_type)
|
|
514
|
+
SENSITIVE = []
|
|
493
515
|
include Aws::Structure
|
|
494
516
|
end
|
|
495
517
|
|
|
@@ -530,6 +552,7 @@ module Aws::Macie
|
|
|
530
552
|
:bucket_name,
|
|
531
553
|
:prefix,
|
|
532
554
|
:classification_type_update)
|
|
555
|
+
SENSITIVE = []
|
|
533
556
|
include Aws::Structure
|
|
534
557
|
end
|
|
535
558
|
|
|
@@ -564,6 +587,7 @@ module Aws::Macie
|
|
|
564
587
|
class UpdateS3ResourcesRequest < Struct.new(
|
|
565
588
|
:member_account_id,
|
|
566
589
|
:s3_resources_update)
|
|
590
|
+
SENSITIVE = []
|
|
567
591
|
include Aws::Structure
|
|
568
592
|
end
|
|
569
593
|
|
|
@@ -576,6 +600,7 @@ module Aws::Macie
|
|
|
576
600
|
#
|
|
577
601
|
class UpdateS3ResourcesResult < Struct.new(
|
|
578
602
|
:failed_s3_resources)
|
|
603
|
+
SENSITIVE = []
|
|
579
604
|
include Aws::Structure
|
|
580
605
|
end
|
|
581
606
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-macie
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|