aws-sdk-detective 1.7.1 → 1.8.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6107b651414365f359bfbdc2c4e2a7914de52da1bf2d6febec3cb5931874616
|
|
4
|
+
data.tar.gz: 87292fc9d67e519de914475d2dedcac29bd27d9ebbfc525669890609c2f09a04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f16eadbef4597abdbb01d9f4211705e83f3814a2547b4942d423eaaaf0375ff6ce14591498da3c877551a6face5d3ae4d24ab09834a8201b5004814520ff7482
|
|
7
|
+
data.tar.gz: fdc8909850373e1d99818f83b6d8fe152bf4d27c69956f349f8c59125f85865ae42f5887987f6509b6c023624f28bffca8da49e2ebdcc63edd71642b32376e9e
|
data/lib/aws-sdk-detective.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-detective/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::Detective
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.8.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -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:
|
|
@@ -846,7 +848,7 @@ module Aws::Detective
|
|
|
846
848
|
params: params,
|
|
847
849
|
config: config)
|
|
848
850
|
context[:gem_name] = 'aws-sdk-detective'
|
|
849
|
-
context[:gem_version] = '1.
|
|
851
|
+
context[:gem_version] = '1.8.0'
|
|
850
852
|
Seahorse::Client::Request.new(handlers, context)
|
|
851
853
|
end
|
|
852
854
|
|
|
@@ -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:
|
|
@@ -26,6 +28,7 @@ module Aws::Detective
|
|
|
26
28
|
#
|
|
27
29
|
class AcceptInvitationRequest < Struct.new(
|
|
28
30
|
:graph_arn)
|
|
31
|
+
SENSITIVE = []
|
|
29
32
|
include Aws::Structure
|
|
30
33
|
end
|
|
31
34
|
|
|
@@ -52,6 +55,7 @@ module Aws::Detective
|
|
|
52
55
|
class Account < Struct.new(
|
|
53
56
|
:account_id,
|
|
54
57
|
:email_address)
|
|
58
|
+
SENSITIVE = []
|
|
55
59
|
include Aws::Structure
|
|
56
60
|
end
|
|
57
61
|
|
|
@@ -64,6 +68,7 @@ module Aws::Detective
|
|
|
64
68
|
#
|
|
65
69
|
class ConflictException < Struct.new(
|
|
66
70
|
:message)
|
|
71
|
+
SENSITIVE = []
|
|
67
72
|
include Aws::Structure
|
|
68
73
|
end
|
|
69
74
|
|
|
@@ -75,6 +80,7 @@ module Aws::Detective
|
|
|
75
80
|
#
|
|
76
81
|
class CreateGraphResponse < Struct.new(
|
|
77
82
|
:graph_arn)
|
|
83
|
+
SENSITIVE = []
|
|
78
84
|
include Aws::Structure
|
|
79
85
|
end
|
|
80
86
|
|
|
@@ -114,6 +120,7 @@ module Aws::Detective
|
|
|
114
120
|
:graph_arn,
|
|
115
121
|
:message,
|
|
116
122
|
:accounts)
|
|
123
|
+
SENSITIVE = []
|
|
117
124
|
include Aws::Structure
|
|
118
125
|
end
|
|
119
126
|
|
|
@@ -136,6 +143,7 @@ module Aws::Detective
|
|
|
136
143
|
class CreateMembersResponse < Struct.new(
|
|
137
144
|
:members,
|
|
138
145
|
:unprocessed_accounts)
|
|
146
|
+
SENSITIVE = []
|
|
139
147
|
include Aws::Structure
|
|
140
148
|
end
|
|
141
149
|
|
|
@@ -154,6 +162,7 @@ module Aws::Detective
|
|
|
154
162
|
#
|
|
155
163
|
class DeleteGraphRequest < Struct.new(
|
|
156
164
|
:graph_arn)
|
|
165
|
+
SENSITIVE = []
|
|
157
166
|
include Aws::Structure
|
|
158
167
|
end
|
|
159
168
|
|
|
@@ -179,6 +188,7 @@ module Aws::Detective
|
|
|
179
188
|
class DeleteMembersRequest < Struct.new(
|
|
180
189
|
:graph_arn,
|
|
181
190
|
:account_ids)
|
|
191
|
+
SENSITIVE = []
|
|
182
192
|
include Aws::Structure
|
|
183
193
|
end
|
|
184
194
|
|
|
@@ -198,6 +208,7 @@ module Aws::Detective
|
|
|
198
208
|
class DeleteMembersResponse < Struct.new(
|
|
199
209
|
:account_ids,
|
|
200
210
|
:unprocessed_accounts)
|
|
211
|
+
SENSITIVE = []
|
|
201
212
|
include Aws::Structure
|
|
202
213
|
end
|
|
203
214
|
|
|
@@ -219,6 +230,7 @@ module Aws::Detective
|
|
|
219
230
|
#
|
|
220
231
|
class DisassociateMembershipRequest < Struct.new(
|
|
221
232
|
:graph_arn)
|
|
233
|
+
SENSITIVE = []
|
|
222
234
|
include Aws::Structure
|
|
223
235
|
end
|
|
224
236
|
|
|
@@ -248,6 +260,7 @@ module Aws::Detective
|
|
|
248
260
|
class GetMembersRequest < Struct.new(
|
|
249
261
|
:graph_arn,
|
|
250
262
|
:account_ids)
|
|
263
|
+
SENSITIVE = []
|
|
251
264
|
include Aws::Structure
|
|
252
265
|
end
|
|
253
266
|
|
|
@@ -269,6 +282,7 @@ module Aws::Detective
|
|
|
269
282
|
class GetMembersResponse < Struct.new(
|
|
270
283
|
:member_details,
|
|
271
284
|
:unprocessed_accounts)
|
|
285
|
+
SENSITIVE = []
|
|
272
286
|
include Aws::Structure
|
|
273
287
|
end
|
|
274
288
|
|
|
@@ -288,6 +302,7 @@ module Aws::Detective
|
|
|
288
302
|
class Graph < Struct.new(
|
|
289
303
|
:arn,
|
|
290
304
|
:created_time)
|
|
305
|
+
SENSITIVE = []
|
|
291
306
|
include Aws::Structure
|
|
292
307
|
end
|
|
293
308
|
|
|
@@ -301,6 +316,7 @@ module Aws::Detective
|
|
|
301
316
|
#
|
|
302
317
|
class InternalServerException < Struct.new(
|
|
303
318
|
:message)
|
|
319
|
+
SENSITIVE = []
|
|
304
320
|
include Aws::Structure
|
|
305
321
|
end
|
|
306
322
|
|
|
@@ -329,6 +345,7 @@ module Aws::Detective
|
|
|
329
345
|
class ListGraphsRequest < Struct.new(
|
|
330
346
|
:next_token,
|
|
331
347
|
:max_results)
|
|
348
|
+
SENSITIVE = []
|
|
332
349
|
include Aws::Structure
|
|
333
350
|
end
|
|
334
351
|
|
|
@@ -347,6 +364,7 @@ module Aws::Detective
|
|
|
347
364
|
class ListGraphsResponse < Struct.new(
|
|
348
365
|
:graph_list,
|
|
349
366
|
:next_token)
|
|
367
|
+
SENSITIVE = []
|
|
350
368
|
include Aws::Structure
|
|
351
369
|
end
|
|
352
370
|
|
|
@@ -375,6 +393,7 @@ module Aws::Detective
|
|
|
375
393
|
class ListInvitationsRequest < Struct.new(
|
|
376
394
|
:next_token,
|
|
377
395
|
:max_results)
|
|
396
|
+
SENSITIVE = []
|
|
378
397
|
include Aws::Structure
|
|
379
398
|
end
|
|
380
399
|
|
|
@@ -394,6 +413,7 @@ module Aws::Detective
|
|
|
394
413
|
class ListInvitationsResponse < Struct.new(
|
|
395
414
|
:invitations,
|
|
396
415
|
:next_token)
|
|
416
|
+
SENSITIVE = []
|
|
397
417
|
include Aws::Structure
|
|
398
418
|
end
|
|
399
419
|
|
|
@@ -429,6 +449,7 @@ module Aws::Detective
|
|
|
429
449
|
:graph_arn,
|
|
430
450
|
:next_token,
|
|
431
451
|
:max_results)
|
|
452
|
+
SENSITIVE = []
|
|
432
453
|
include Aws::Structure
|
|
433
454
|
end
|
|
434
455
|
|
|
@@ -452,6 +473,7 @@ module Aws::Detective
|
|
|
452
473
|
class ListMembersResponse < Struct.new(
|
|
453
474
|
:member_details,
|
|
454
475
|
:next_token)
|
|
476
|
+
SENSITIVE = []
|
|
455
477
|
include Aws::Structure
|
|
456
478
|
end
|
|
457
479
|
|
|
@@ -562,6 +584,7 @@ module Aws::Detective
|
|
|
562
584
|
:updated_time,
|
|
563
585
|
:percent_of_graph_utilization,
|
|
564
586
|
:percent_of_graph_utilization_updated_time)
|
|
587
|
+
SENSITIVE = []
|
|
565
588
|
include Aws::Structure
|
|
566
589
|
end
|
|
567
590
|
|
|
@@ -583,6 +606,7 @@ module Aws::Detective
|
|
|
583
606
|
#
|
|
584
607
|
class RejectInvitationRequest < Struct.new(
|
|
585
608
|
:graph_arn)
|
|
609
|
+
SENSITIVE = []
|
|
586
610
|
include Aws::Structure
|
|
587
611
|
end
|
|
588
612
|
|
|
@@ -595,6 +619,7 @@ module Aws::Detective
|
|
|
595
619
|
#
|
|
596
620
|
class ResourceNotFoundException < Struct.new(
|
|
597
621
|
:message)
|
|
622
|
+
SENSITIVE = []
|
|
598
623
|
include Aws::Structure
|
|
599
624
|
end
|
|
600
625
|
|
|
@@ -618,6 +643,7 @@ module Aws::Detective
|
|
|
618
643
|
#
|
|
619
644
|
class ServiceQuotaExceededException < Struct.new(
|
|
620
645
|
:message)
|
|
646
|
+
SENSITIVE = []
|
|
621
647
|
include Aws::Structure
|
|
622
648
|
end
|
|
623
649
|
|
|
@@ -645,6 +671,7 @@ module Aws::Detective
|
|
|
645
671
|
class StartMonitoringMemberRequest < Struct.new(
|
|
646
672
|
:graph_arn,
|
|
647
673
|
:account_id)
|
|
674
|
+
SENSITIVE = []
|
|
648
675
|
include Aws::Structure
|
|
649
676
|
end
|
|
650
677
|
|
|
@@ -665,6 +692,7 @@ module Aws::Detective
|
|
|
665
692
|
class UnprocessedAccount < Struct.new(
|
|
666
693
|
:account_id,
|
|
667
694
|
:reason)
|
|
695
|
+
SENSITIVE = []
|
|
668
696
|
include Aws::Structure
|
|
669
697
|
end
|
|
670
698
|
|
|
@@ -677,6 +705,7 @@ module Aws::Detective
|
|
|
677
705
|
#
|
|
678
706
|
class ValidationException < Struct.new(
|
|
679
707
|
:message)
|
|
708
|
+
SENSITIVE = []
|
|
680
709
|
include Aws::Structure
|
|
681
710
|
end
|
|
682
711
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-detective
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.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
|