aws-sdk-cloudtrail 1.21.0 → 1.22.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: a696d4c8b1b52e8cac50f873f9f83ccda19d7a1665b89243db9394cdd276f6dc
4
- data.tar.gz: 00fbab5cb10c942318b26e46da4ce912f98f31da6d942bba56c3cf17abc8c49e
3
+ metadata.gz: 12016a56d35515a053847dbbc161cb690cd2a1bb2e9b991d5a4dd510dac097a4
4
+ data.tar.gz: 48b5fd1b403d486a01b6340d6eb5347b0381b54f16c46d9acba344de9badaa6c
5
5
  SHA512:
6
- metadata.gz: febcdd1008ede1c0a0457f7025fc56bd6da2cee5945645c3c1faddcc66b29a0f3f798fa69316a6338ba033292b44560db71aab1d8e1d18cd554c5e7d14c9793a
7
- data.tar.gz: c378f193a52fdec15a2ef4a6353e14ae78ab17336eca14392cb0e0fdcfd5fd7db1a81fb2284a16a4a9c1f03a7a0f9ff3a1836cda426eeabcf4ea3de991a9d9f5
6
+ metadata.gz: dd866c336e63cf795758f24a14dec8fdec0e509ba25bf8beee7e27e3e6cd0a256d04d46257bb0c0b848509abe24bbecc23474642ed84712714343c8241dc4836
7
+ data.tar.gz: c039f0fd2422d2dec4cb7aa4127f19b696405560c552e1f42a2dab213cb4b5d37106ef5561fe7c0b3f4a714244e96b5028f32c2f27576b13bbb42f1622a3d7d0
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudtrail/customizations'
45
45
  # @service
46
46
  module Aws::CloudTrail
47
47
 
48
- GEM_VERSION = '1.21.0'
48
+ GEM_VERSION = '1.22.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::CloudTrail
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::CloudTrail
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -279,8 +279,7 @@ module Aws::CloudTrail
279
279
  #
280
280
  # @option options [Integer] :http_read_timeout (60) The default
281
281
  # number of seconds to wait for response data. This value can
282
- # safely be set
283
- # per-request on the session yielded by {#session_for}.
282
+ # safely be set per-request on the session.
284
283
  #
285
284
  # @option options [Float] :http_idle_timeout (5) The number of
286
285
  # seconds a connection is allowed to sit idle before it is
@@ -292,7 +291,7 @@ module Aws::CloudTrail
292
291
  # request body. This option has no effect unless the request has
293
292
  # "Expect" header set to "100-continue". Defaults to `nil` which
294
293
  # disables this behaviour. This value can safely be set per
295
- # request on the session yielded by {#session_for}.
294
+ # request on the session.
296
295
  #
297
296
  # @option options [Boolean] :http_wire_trace (false) When `true`,
298
297
  # HTTP debug output will be sent to the `:logger`.
@@ -904,6 +903,8 @@ module Aws::CloudTrail
904
903
  # * {Types::ListPublicKeysResponse#public_key_list #public_key_list} => Array<Types::PublicKey>
905
904
  # * {Types::ListPublicKeysResponse#next_token #next_token} => String
906
905
  #
906
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
907
+ #
907
908
  # @example Request syntax with placeholder values
908
909
  #
909
910
  # resp = client.list_public_keys({
@@ -946,6 +947,8 @@ module Aws::CloudTrail
946
947
  # * {Types::ListTagsResponse#resource_tag_list #resource_tag_list} => Array<Types::ResourceTag>
947
948
  # * {Types::ListTagsResponse#next_token #next_token} => String
948
949
  #
950
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
951
+ #
949
952
  # @example Request syntax with placeholder values
950
953
  #
951
954
  # resp = client.list_tags({
@@ -985,6 +988,8 @@ module Aws::CloudTrail
985
988
  # * {Types::ListTrailsResponse#trails #trails} => Array<Types::TrailInfo>
986
989
  # * {Types::ListTrailsResponse#next_token #next_token} => String
987
990
  #
991
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
992
+ #
988
993
  # @example Request syntax with placeholder values
989
994
  #
990
995
  # resp = client.list_trails({
@@ -1085,6 +1090,8 @@ module Aws::CloudTrail
1085
1090
  # * {Types::LookupEventsResponse#events #events} => Array<Types::Event>
1086
1091
  # * {Types::LookupEventsResponse#next_token #next_token} => String
1087
1092
  #
1093
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1094
+ #
1088
1095
  # @example Request syntax with placeholder values
1089
1096
  #
1090
1097
  # resp = client.lookup_events({
@@ -1567,7 +1574,7 @@ module Aws::CloudTrail
1567
1574
  params: params,
1568
1575
  config: config)
1569
1576
  context[:gem_name] = 'aws-sdk-cloudtrail'
1570
- context[:gem_version] = '1.21.0'
1577
+ context[:gem_version] = '1.22.0'
1571
1578
  Seahorse::Client::Request.new(handlers, context)
1572
1579
  end
1573
1580
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::CloudTrail
9
- # This class provides a resource oriented interface for CloudTrail.
10
- # To create a resource object:
11
- # resource = Aws::CloudTrail::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::CloudTrail::Client.new(region: 'us-west-2')
15
- # resource = Aws::CloudTrail::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
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.21.0
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-03-16 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.7.6.2
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - CloudTrail