aws-sdk-detective 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a1cbaaf78a66479febbb3423623c119abc4f799
4
- data.tar.gz: 5f1db2621ae639c587f8ac74f79f8353b9730bd7
3
+ metadata.gz: 241429eb5d7b46f0c5f51000e09ebca24f03382d
4
+ data.tar.gz: da020484b1efe66418f83235d6893eebcb674fff
5
5
  SHA512:
6
- metadata.gz: 162df3aeec9fc9bcec2270dbf17ad39f2d28fa82b590ea9e545727adaba756da22212e387bc4cb2e6703ff659233f3be051eeb2c8e24e439dc79518c92b4a64a
7
- data.tar.gz: 4fcf885fc94bd17efa3ac1aef039aded6866202fd0bc77d7fcdb6ec26cca45a1d35ff201cb1588204046f91323f43d820b751e789ae4494783b17f05d9ae9368
6
+ metadata.gz: 8dfaca63e5f38e7b717ce77f26b7c3b0a78182191dd19800e54b386751f11f85b3790365c75cdeb87df6941d6a4dc0ebf7e7ed6467724df61839189c6561bd82
7
+ data.tar.gz: 8d27834702c2899f2d55c4a5abdd46f2f03f71d4e2102c2ca67b93f751753ff76e0cdb42a970a30521f051f3a57d9e9a1770e3f2775ef18f76e8e1dc3c822873
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-detective/customizations'
42
42
  # @service
43
43
  module Aws::Detective
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -433,7 +433,7 @@ module Aws::Detective
433
433
  # Deletes one or more member accounts from the master account behavior
434
434
  # graph. This operation can only be called by a Detective master
435
435
  # account. That account cannot use `DeleteMembers` to delete their own
436
- # account from the Morocco graph. To disable a behavior graph, the
436
+ # account from the behavior graph. To disable a behavior graph, the
437
437
  # master account uses the `DeleteGraph` API method.
438
438
  #
439
439
  # @option params [required, String] :graph_arn
@@ -749,7 +749,7 @@ module Aws::Detective
749
749
  params: params,
750
750
  config: config)
751
751
  context[:gem_name] = 'aws-sdk-detective'
752
- context[:gem_version] = '1.0.0'
752
+ context[:gem_version] = '1.1.0'
753
753
  Seahorse::Client::Request.new(handlers, context)
754
754
  end
755
755
 
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.0.0
4
+ version: 1.1.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: 2019-12-13 00:00:00.000000000 Z
11
+ date: 2019-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core