aws-sdk-detective 1.3.0 → 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
- SHA1:
3
- metadata.gz: ff8356ea5aef364ae355f722f6ce5fff85a183b7
4
- data.tar.gz: d950366ee45879b264aa09f17beca99855077c10
2
+ SHA256:
3
+ metadata.gz: e6107b651414365f359bfbdc2c4e2a7914de52da1bf2d6febec3cb5931874616
4
+ data.tar.gz: 87292fc9d67e519de914475d2dedcac29bd27d9ebbfc525669890609c2f09a04
5
5
  SHA512:
6
- metadata.gz: 24e729b1c6554e2ddd3a3e57a5ee86656463dc91435ef49edd42dbbb8b4ebd9d14bece314944a2d6cd55e6ac762bb522ceaf3d8a4e027d2c524dac3710ba3534
7
- data.tar.gz: b8d102075199688b53f097daa571075e0988fe4372d6d74f642d7f54424d2c1986a60a3a56451780711fc8f089ae341ebf1fda91a5708fa1fb97e1381f28ac75
6
+ metadata.gz: f16eadbef4597abdbb01d9f4211705e83f3814a2547b4942d423eaaaf0375ff6ce14591498da3c877551a6face5d3ae4d24ab09834a8201b5004814520ff7482
7
+ data.tar.gz: fdc8909850373e1d99818f83b6d8fe152bf4d27c69956f349f8c59125f85865ae42f5887987f6509b6c023624f28bffca8da49e2ebdcc63edd71642b32376e9e
@@ -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.3.0'
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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::Detective
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -105,7 +109,7 @@ module Aws::Detective
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::Detective
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::Detective
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -308,8 +312,6 @@ module Aws::Detective
308
312
 
309
313
  # @!group API Operations
310
314
 
311
- # Amazon Detective is currently in preview.
312
- #
313
315
  # Accepts an invitation for the member account to contribute data to a
314
316
  # behavior graph. This operation can only be called by an invited member
315
317
  # account.
@@ -341,8 +343,6 @@ module Aws::Detective
341
343
  req.send_request(options)
342
344
  end
343
345
 
344
- # Amazon Detective is currently in preview.
345
- #
346
346
  # Creates a new behavior graph for the calling account, and sets that
347
347
  # account as the master account. This operation is called by the account
348
348
  # that is enabling Detective.
@@ -383,8 +383,6 @@ module Aws::Detective
383
383
  req.send_request(options)
384
384
  end
385
385
 
386
- # Amazon Detective is currently in preview.
387
- #
388
386
  # Sends a request to invite the specified AWS accounts to be member
389
387
  # accounts in the behavior graph. This operation can only be called by
390
388
  # the master account for a behavior graph.
@@ -463,8 +461,6 @@ module Aws::Detective
463
461
  req.send_request(options)
464
462
  end
465
463
 
466
- # Amazon Detective is currently in preview.
467
- #
468
464
  # Disables the specified behavior graph and queues it to be deleted.
469
465
  # This operation removes the graph from each member account's list of
470
466
  # behavior graphs.
@@ -492,8 +488,6 @@ module Aws::Detective
492
488
  req.send_request(options)
493
489
  end
494
490
 
495
- # Amazon Detective is currently in preview.
496
- #
497
491
  # Deletes one or more member accounts from the master account behavior
498
492
  # graph. This operation can only be called by a Detective master
499
493
  # account. That account cannot use `DeleteMembers` to delete their own
@@ -536,8 +530,6 @@ module Aws::Detective
536
530
  req.send_request(options)
537
531
  end
538
532
 
539
- # Amazon Detective is currently in preview.
540
- #
541
533
  # Removes the member account from the specified behavior graph. This
542
534
  # operation can only be called by a member account that has the
543
535
  # `ENABLED` status.
@@ -565,8 +557,6 @@ module Aws::Detective
565
557
  req.send_request(options)
566
558
  end
567
559
 
568
- # Amazon Detective is currently in preview.
569
- #
570
560
  # Returns the membership details for specified member accounts for a
571
561
  # behavior graph.
572
562
  #
@@ -618,8 +608,6 @@ module Aws::Detective
618
608
  req.send_request(options)
619
609
  end
620
610
 
621
- # Amazon Detective is currently in preview.
622
- #
623
611
  # Returns the list of behavior graphs that the calling account is a
624
612
  # master of. This operation can only be called by a master account.
625
613
  #
@@ -666,8 +654,6 @@ module Aws::Detective
666
654
  req.send_request(options)
667
655
  end
668
656
 
669
- # Amazon Detective is currently in preview.
670
- #
671
657
  # Retrieves the list of open and accepted behavior graph invitations for
672
658
  # the member account. This operation can only be called by a member
673
659
  # account.
@@ -728,8 +714,6 @@ module Aws::Detective
728
714
  req.send_request(options)
729
715
  end
730
716
 
731
- # Amazon Detective is currently in preview.
732
- #
733
717
  # Retrieves the list of member accounts for a behavior graph. Does not
734
718
  # return member accounts that were removed from the behavior graph.
735
719
  #
@@ -786,8 +770,6 @@ module Aws::Detective
786
770
  req.send_request(options)
787
771
  end
788
772
 
789
- # Amazon Detective is currently in preview.
790
- #
791
773
  # Rejects an invitation to contribute the account data to a behavior
792
774
  # graph. This operation must be called by a member account that has the
793
775
  # `INVITED` status.
@@ -866,7 +848,7 @@ module Aws::Detective
866
848
  params: params,
867
849
  config: config)
868
850
  context[:gem_name] = 'aws-sdk-detective'
869
- context[:gem_version] = '1.3.0'
851
+ context[:gem_version] = '1.8.0'
870
852
  Seahorse::Client::Request.new(handlers, context)
871
853
  end
872
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:
@@ -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:
@@ -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:
@@ -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,11 +28,10 @@ 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
 
32
- # Amazon Detective is currently in preview.
33
- #
34
35
  # An AWS account that is the master of or a member of a behavior graph.
35
36
  #
36
37
  # @note When making an API call, you may pass Account
@@ -54,6 +55,7 @@ module Aws::Detective
54
55
  class Account < Struct.new(
55
56
  :account_id,
56
57
  :email_address)
58
+ SENSITIVE = []
57
59
  include Aws::Structure
58
60
  end
59
61
 
@@ -66,6 +68,7 @@ module Aws::Detective
66
68
  #
67
69
  class ConflictException < Struct.new(
68
70
  :message)
71
+ SENSITIVE = []
69
72
  include Aws::Structure
70
73
  end
71
74
 
@@ -77,6 +80,7 @@ module Aws::Detective
77
80
  #
78
81
  class CreateGraphResponse < Struct.new(
79
82
  :graph_arn)
83
+ SENSITIVE = []
80
84
  include Aws::Structure
81
85
  end
82
86
 
@@ -116,6 +120,7 @@ module Aws::Detective
116
120
  :graph_arn,
117
121
  :message,
118
122
  :accounts)
123
+ SENSITIVE = []
119
124
  include Aws::Structure
120
125
  end
121
126
 
@@ -138,6 +143,7 @@ module Aws::Detective
138
143
  class CreateMembersResponse < Struct.new(
139
144
  :members,
140
145
  :unprocessed_accounts)
146
+ SENSITIVE = []
141
147
  include Aws::Structure
142
148
  end
143
149
 
@@ -156,6 +162,7 @@ module Aws::Detective
156
162
  #
157
163
  class DeleteGraphRequest < Struct.new(
158
164
  :graph_arn)
165
+ SENSITIVE = []
159
166
  include Aws::Structure
160
167
  end
161
168
 
@@ -181,6 +188,7 @@ module Aws::Detective
181
188
  class DeleteMembersRequest < Struct.new(
182
189
  :graph_arn,
183
190
  :account_ids)
191
+ SENSITIVE = []
184
192
  include Aws::Structure
185
193
  end
186
194
 
@@ -200,6 +208,7 @@ module Aws::Detective
200
208
  class DeleteMembersResponse < Struct.new(
201
209
  :account_ids,
202
210
  :unprocessed_accounts)
211
+ SENSITIVE = []
203
212
  include Aws::Structure
204
213
  end
205
214
 
@@ -221,6 +230,7 @@ module Aws::Detective
221
230
  #
222
231
  class DisassociateMembershipRequest < Struct.new(
223
232
  :graph_arn)
233
+ SENSITIVE = []
224
234
  include Aws::Structure
225
235
  end
226
236
 
@@ -250,6 +260,7 @@ module Aws::Detective
250
260
  class GetMembersRequest < Struct.new(
251
261
  :graph_arn,
252
262
  :account_ids)
263
+ SENSITIVE = []
253
264
  include Aws::Structure
254
265
  end
255
266
 
@@ -271,11 +282,10 @@ module Aws::Detective
271
282
  class GetMembersResponse < Struct.new(
272
283
  :member_details,
273
284
  :unprocessed_accounts)
285
+ SENSITIVE = []
274
286
  include Aws::Structure
275
287
  end
276
288
 
277
- # Amazon Detective is currently in preview.
278
- #
279
289
  # A behavior graph in Detective.
280
290
  #
281
291
  # @!attribute [rw] arn
@@ -292,6 +302,7 @@ module Aws::Detective
292
302
  class Graph < Struct.new(
293
303
  :arn,
294
304
  :created_time)
305
+ SENSITIVE = []
295
306
  include Aws::Structure
296
307
  end
297
308
 
@@ -305,6 +316,7 @@ module Aws::Detective
305
316
  #
306
317
  class InternalServerException < Struct.new(
307
318
  :message)
319
+ SENSITIVE = []
308
320
  include Aws::Structure
309
321
  end
310
322
 
@@ -333,6 +345,7 @@ module Aws::Detective
333
345
  class ListGraphsRequest < Struct.new(
334
346
  :next_token,
335
347
  :max_results)
348
+ SENSITIVE = []
336
349
  include Aws::Structure
337
350
  end
338
351
 
@@ -351,6 +364,7 @@ module Aws::Detective
351
364
  class ListGraphsResponse < Struct.new(
352
365
  :graph_list,
353
366
  :next_token)
367
+ SENSITIVE = []
354
368
  include Aws::Structure
355
369
  end
356
370
 
@@ -379,6 +393,7 @@ module Aws::Detective
379
393
  class ListInvitationsRequest < Struct.new(
380
394
  :next_token,
381
395
  :max_results)
396
+ SENSITIVE = []
382
397
  include Aws::Structure
383
398
  end
384
399
 
@@ -398,6 +413,7 @@ module Aws::Detective
398
413
  class ListInvitationsResponse < Struct.new(
399
414
  :invitations,
400
415
  :next_token)
416
+ SENSITIVE = []
401
417
  include Aws::Structure
402
418
  end
403
419
 
@@ -433,6 +449,7 @@ module Aws::Detective
433
449
  :graph_arn,
434
450
  :next_token,
435
451
  :max_results)
452
+ SENSITIVE = []
436
453
  include Aws::Structure
437
454
  end
438
455
 
@@ -456,11 +473,10 @@ module Aws::Detective
456
473
  class ListMembersResponse < Struct.new(
457
474
  :member_details,
458
475
  :next_token)
476
+ SENSITIVE = []
459
477
  include Aws::Structure
460
478
  end
461
479
 
462
- # Amazon Detective is currently in preview.
463
- #
464
480
  # Details about a member account that was invited to contribute to a
465
481
  # behavior graph.
466
482
  #
@@ -503,9 +519,9 @@ module Aws::Detective
503
519
  # invitation to contribute to the behavior graph.
504
520
  #
505
521
  # * `ACCEPTED_BUT_DISABLED` - Indicates that the member account
506
- # accepted the invitation, but is blocked from contributing data to
522
+ # accepted the invitation but is prevented from contributing data to
507
523
  # the behavior graph. `DisabledReason` provides the reason why the
508
- # member account is blocked.
524
+ # member account is not enabled.
509
525
  #
510
526
  # Member accounts that declined an invitation or that were removed
511
527
  # from the behavior graph are not included.
@@ -513,16 +529,16 @@ module Aws::Detective
513
529
  #
514
530
  # @!attribute [rw] disabled_reason
515
531
  # For member accounts with a status of `ACCEPTED_BUT_DISABLED`, the
516
- # reason that the member account is blocked.
532
+ # reason that the member account is not enabled.
517
533
  #
518
534
  # The reason can have one of the following values:
519
535
  #
520
536
  # * `VOLUME_TOO_HIGH` - Indicates that adding the member account would
521
- # cause the data rate for the behavior graph to be too high.
537
+ # cause the data volume for the behavior graph to be too high.
522
538
  #
523
539
  # * `VOLUME_UNKNOWN` - Indicates that Detective is unable to verify
524
- # the data rate for the member account. This is usually because the
525
- # member account is not enrolled in Amazon GuardDuty.
540
+ # the data volume for the member account. This is usually because
541
+ # the member account is not enrolled in Amazon GuardDuty.
526
542
  # @return [String]
527
543
  #
528
544
  # @!attribute [rw] invited_time
@@ -568,6 +584,7 @@ module Aws::Detective
568
584
  :updated_time,
569
585
  :percent_of_graph_utilization,
570
586
  :percent_of_graph_utilization_updated_time)
587
+ SENSITIVE = []
571
588
  include Aws::Structure
572
589
  end
573
590
 
@@ -589,6 +606,7 @@ module Aws::Detective
589
606
  #
590
607
  class RejectInvitationRequest < Struct.new(
591
608
  :graph_arn)
609
+ SENSITIVE = []
592
610
  include Aws::Structure
593
611
  end
594
612
 
@@ -601,6 +619,7 @@ module Aws::Detective
601
619
  #
602
620
  class ResourceNotFoundException < Struct.new(
603
621
  :message)
622
+ SENSITIVE = []
604
623
  include Aws::Structure
605
624
  end
606
625
 
@@ -624,6 +643,7 @@ module Aws::Detective
624
643
  #
625
644
  class ServiceQuotaExceededException < Struct.new(
626
645
  :message)
646
+ SENSITIVE = []
627
647
  include Aws::Structure
628
648
  end
629
649
 
@@ -651,11 +671,10 @@ module Aws::Detective
651
671
  class StartMonitoringMemberRequest < Struct.new(
652
672
  :graph_arn,
653
673
  :account_id)
674
+ SENSITIVE = []
654
675
  include Aws::Structure
655
676
  end
656
677
 
657
- # Amazon Detective is currently in preview.
658
- #
659
678
  # A member account that was included in a request but for which the
660
679
  # request could not be processed.
661
680
  #
@@ -673,6 +692,7 @@ module Aws::Detective
673
692
  class UnprocessedAccount < Struct.new(
674
693
  :account_id,
675
694
  :reason)
695
+ SENSITIVE = []
676
696
  include Aws::Structure
677
697
  end
678
698
 
@@ -685,6 +705,7 @@ module Aws::Detective
685
705
  #
686
706
  class ValidationException < Struct.new(
687
707
  :message)
708
+ SENSITIVE = []
688
709
  include Aws::Structure
689
710
  end
690
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.3.0
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-03-25 00:00:00.000000000 Z
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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - Amazon Detective