aws-sdk-resourcegroups 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: aab58ae69703affd666aa56b2b099c6c8604000d270ad3e8529e43b4294376cc
4
- data.tar.gz: 43849e71ffbb5a549593f427b7dbc39755a2409b39386b0ec6df42d539757431
3
+ metadata.gz: f1e7a9e5858d665487df1a0c09502b6e6480663828bb1ef04615b63744e0b267
4
+ data.tar.gz: eb6f30e3f2a95a74c371f16c854cf39dbb72c73bd8387a38919e0bfb717f6832
5
5
  SHA512:
6
- metadata.gz: c98435be4656c23770591fde0c574c9e8094b9b6592b0550644a87a0b989aa7a69d7da92ff4781d56ce8b09f8d0a8917c3285bdf9938681fc4fd453b33510525
7
- data.tar.gz: fc1ceeaeed4feb5bdbb284fc4268e72725a3d6515ae515f3c25413229a080d15260ca92f2c4b9ce9d8e47fd144f4fe533f98c288c3bb255504afe9c08c97a2ec
6
+ metadata.gz: 04cda3242623ca1be2396e64ececcd2c723d1c040dbaddd78e6f8123650f9ed78b20440a766734a97672ecd5783a42ef530299be4b5233dd632faa730bf5a278
7
+ data.tar.gz: a81380e1fb7abe2397d335fa9ad43954ed774549eaa5f175db9ff198a8c5aa36c053eccf4d8db1c601d69ec6b2dda032b5f3cea30edf4e05ebe05d3ad127483c
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-resourcegroups/customizations'
45
45
  # @service
46
46
  module Aws::ResourceGroups
47
47
 
48
- GEM_VERSION = '1.22.0'
48
+ GEM_VERSION = '1.23.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ResourceGroups
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::ResourceGroups
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
@@ -269,8 +269,7 @@ module Aws::ResourceGroups
269
269
  #
270
270
  # @option options [Integer] :http_read_timeout (60) The default
271
271
  # number of seconds to wait for response data. This value can
272
- # safely be set
273
- # per-request on the session yielded by {#session_for}.
272
+ # safely be set per-request on the session.
274
273
  #
275
274
  # @option options [Float] :http_idle_timeout (5) The number of
276
275
  # seconds a connection is allowed to sit idle before it is
@@ -282,7 +281,7 @@ module Aws::ResourceGroups
282
281
  # request body. This option has no effect unless the request has
283
282
  # "Expect" header set to "100-continue". Defaults to `nil` which
284
283
  # disables this behaviour. This value can safely be set per
285
- # request on the session yielded by {#session_for}.
284
+ # request on the session.
286
285
  #
287
286
  # @option options [Boolean] :http_wire_trace (false) When `true`,
288
287
  # HTTP debug output will be sent to the `:logger`.
@@ -532,6 +531,8 @@ module Aws::ResourceGroups
532
531
  # * {Types::ListGroupResourcesOutput#next_token #next_token} => String
533
532
  # * {Types::ListGroupResourcesOutput#query_errors #query_errors} => Array<Types::QueryError>
534
533
  #
534
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
535
+ #
535
536
  # @example Request syntax with placeholder values
536
537
  #
537
538
  # resp = client.list_group_resources({
@@ -592,6 +593,8 @@ module Aws::ResourceGroups
592
593
  # * {Types::ListGroupsOutput#groups #groups} => Array<Types::Group>
593
594
  # * {Types::ListGroupsOutput#next_token #next_token} => String
594
595
  #
596
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
597
+ #
595
598
  # @example Request syntax with placeholder values
596
599
  #
597
600
  # resp = client.list_groups({
@@ -648,6 +651,8 @@ module Aws::ResourceGroups
648
651
  # * {Types::SearchResourcesOutput#next_token #next_token} => String
649
652
  # * {Types::SearchResourcesOutput#query_errors #query_errors} => Array<Types::QueryError>
650
653
  #
654
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
655
+ #
651
656
  # @example Request syntax with placeholder values
652
657
  #
653
658
  # resp = client.search_resources({
@@ -844,7 +849,7 @@ module Aws::ResourceGroups
844
849
  params: params,
845
850
  config: config)
846
851
  context[:gem_name] = 'aws-sdk-resourcegroups'
847
- context[:gem_version] = '1.22.0'
852
+ context[:gem_version] = '1.23.0'
848
853
  Seahorse::Client::Request.new(handlers, context)
849
854
  end
850
855
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::ResourceGroups
9
- # This class provides a resource oriented interface for ResourceGroups.
10
- # To create a resource object:
11
- # resource = Aws::ResourceGroups::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::ResourceGroups::Client.new(region: 'us-west-2')
15
- # resource = Aws::ResourceGroups::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-resourcegroups
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-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 - Resource Groups