aws-sdk-cloudtrail 1.22.0 → 1.23.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
  SHA256:
3
- metadata.gz: 12016a56d35515a053847dbbc161cb690cd2a1bb2e9b991d5a4dd510dac097a4
4
- data.tar.gz: 48b5fd1b403d486a01b6340d6eb5347b0381b54f16c46d9acba344de9badaa6c
3
+ metadata.gz: ed66ace83c55dc06732064964704ef247d5226550f5e29cf061d57170a52a60d
4
+ data.tar.gz: df4ae0ea6aca1d619339f07ec240c418cf4d29fc73f7a9c85dc6d3d8fa9a6d89
5
5
  SHA512:
6
- metadata.gz: dd866c336e63cf795758f24a14dec8fdec0e509ba25bf8beee7e27e3e6cd0a256d04d46257bb0c0b848509abe24bbecc23474642ed84712714343c8241dc4836
7
- data.tar.gz: c039f0fd2422d2dec4cb7aa4127f19b696405560c552e1f42a2dab213cb4b5d37106ef5561fe7c0b3f4a714244e96b5028f32c2f27576b13bbb42f1622a3d7d0
6
+ metadata.gz: 63d079e2bac73448b82a8766c73c3448c9667c0a68cdd6bb7a00f6b6fc8b452ef15ef4f9639463ce2ea6de69b9e43ea898d45401d94d4052484d771e4146705c
7
+ data.tar.gz: 955e00e99d366cb9046610daa92f47d9f8a313f5a03693723ef3994db00de3d268e3d6bf64b74081cbd8c8699301d2704bf1f99faa6d1a417135f9d801aab97a
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudtrail/customizations'
45
45
  # @service
46
46
  module Aws::CloudTrail
47
47
 
48
- GEM_VERSION = '1.22.0'
48
+ GEM_VERSION = '1.23.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::CloudTrail
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -1574,7 +1574,7 @@ module Aws::CloudTrail
1574
1574
  params: params,
1575
1575
  config: config)
1576
1576
  context[:gem_name] = 'aws-sdk-cloudtrail'
1577
- context[:gem_version] = '1.22.0'
1577
+ context[:gem_version] = '1.23.0'
1578
1578
  Seahorse::Client::Request.new(handlers, context)
1579
1579
  end
1580
1580
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudtrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core