aws-sdk-resourcegroups 1.13.0 → 1.14.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 +4 -4
- data/lib/aws-sdk-resourcegroups.rb +1 -1
- data/lib/aws-sdk-resourcegroups/client.rb +47 -4
- data/lib/aws-sdk-resourcegroups/types.rb +10 -10
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5619b02daf05f6234d9660dcfaf3e5d878891c34
|
4
|
+
data.tar.gz: 3dfa9624a487160e7718ad5b1c073ab5148655e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de5ef7269576ce7d190df9db49aed1d2cb597a2ee2d9209b7bc97b3fea87d113d09e95b3e42db24cf960b221a117c4070428074085fa896bb2fe0b87a624cd6d
|
7
|
+
data.tar.gz: 91cf8323a812095c3664f4c6147bc540e9841f4677f8f5c8c41f2e96072ccef16300ba1d1e1bc3e519a8013d425468ffca748e8db60d48483008b36ec17db701
|
@@ -199,6 +199,49 @@ module Aws::ResourceGroups
|
|
199
199
|
# When `true`, request parameters are validated before
|
200
200
|
# sending the request.
|
201
201
|
#
|
202
|
+
# @option options [URI::HTTP,String] :http_proxy A proxy to send
|
203
|
+
# requests through. Formatted like 'http://proxy.com:123'.
|
204
|
+
#
|
205
|
+
# @option options [Float] :http_open_timeout (15) The number of
|
206
|
+
# seconds to wait when opening a HTTP session before rasing a
|
207
|
+
# `Timeout::Error`.
|
208
|
+
#
|
209
|
+
# @option options [Integer] :http_read_timeout (60) The default
|
210
|
+
# number of seconds to wait for response data. This value can
|
211
|
+
# safely be set
|
212
|
+
# per-request on the session yeidled by {#session_for}.
|
213
|
+
#
|
214
|
+
# @option options [Float] :http_idle_timeout (5) The number of
|
215
|
+
# seconds a connection is allowed to sit idble before it is
|
216
|
+
# considered stale. Stale connections are closed and removed
|
217
|
+
# from the pool before making a request.
|
218
|
+
#
|
219
|
+
# @option options [Float] :http_continue_timeout (1) The number of
|
220
|
+
# seconds to wait for a 100-continue response before sending the
|
221
|
+
# request body. This option has no effect unless the request has
|
222
|
+
# "Expect" header set to "100-continue". Defaults to `nil` which
|
223
|
+
# disables this behaviour. This value can safely be set per
|
224
|
+
# request on the session yeidled by {#session_for}.
|
225
|
+
#
|
226
|
+
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
227
|
+
# HTTP debug output will be sent to the `:logger`.
|
228
|
+
#
|
229
|
+
# @option options [Boolean] :ssl_verify_peer (true) When `true`,
|
230
|
+
# SSL peer certificates are verified when establishing a
|
231
|
+
# connection.
|
232
|
+
#
|
233
|
+
# @option options [String] :ssl_ca_bundle Full path to the SSL
|
234
|
+
# certificate authority bundle file that should be used when
|
235
|
+
# verifying peer certificates. If you do not pass
|
236
|
+
# `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
|
237
|
+
# will be used if available.
|
238
|
+
#
|
239
|
+
# @option options [String] :ssl_ca_directory Full path of the
|
240
|
+
# directory that contains the unbundled SSL certificate
|
241
|
+
# authority files for verifying peer certificates. If you do
|
242
|
+
# not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
|
243
|
+
# system default will be used if available.
|
244
|
+
#
|
202
245
|
def initialize(*args)
|
203
246
|
super
|
204
247
|
end
|
@@ -363,11 +406,11 @@ module Aws::ResourceGroups
|
|
363
406
|
req.send_request(options)
|
364
407
|
end
|
365
408
|
|
366
|
-
# Returns a list of tags that are associated with a resource,
|
367
|
-
# by an ARN.
|
409
|
+
# Returns a list of tags that are associated with a resource group,
|
410
|
+
# specified by an ARN.
|
368
411
|
#
|
369
412
|
# @option params [required, String] :arn
|
370
|
-
# The ARN of the resource for which you want a list of tags. The
|
413
|
+
# The ARN of the resource group for which you want a list of tags. The
|
371
414
|
# resource must exist within the account you are using.
|
372
415
|
#
|
373
416
|
# @return [Types::GetTagsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -740,7 +783,7 @@ module Aws::ResourceGroups
|
|
740
783
|
params: params,
|
741
784
|
config: config)
|
742
785
|
context[:gem_name] = 'aws-sdk-resourcegroups'
|
743
|
-
context[:gem_version] = '1.
|
786
|
+
context[:gem_version] = '1.14.0'
|
744
787
|
Seahorse::Client::Request.new(handlers, context)
|
745
788
|
end
|
746
789
|
|
@@ -176,7 +176,7 @@ module Aws::ResourceGroups
|
|
176
176
|
# }
|
177
177
|
#
|
178
178
|
# @!attribute [rw] arn
|
179
|
-
# The ARN of the resource for which you want a list of tags. The
|
179
|
+
# The ARN of the resource group for which you want a list of tags. The
|
180
180
|
# resource must exist within the account you are using.
|
181
181
|
# @return [String]
|
182
182
|
#
|
@@ -188,11 +188,11 @@ module Aws::ResourceGroups
|
|
188
188
|
end
|
189
189
|
|
190
190
|
# @!attribute [rw] arn
|
191
|
-
# The ARN of the tagged resource.
|
191
|
+
# The ARN of the tagged resource group.
|
192
192
|
# @return [String]
|
193
193
|
#
|
194
194
|
# @!attribute [rw] tags
|
195
|
-
# The tags associated with the specified resource.
|
195
|
+
# The tags associated with the specified resource group.
|
196
196
|
# @return [Hash<String,String>]
|
197
197
|
#
|
198
198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resource-groups-2017-11-27/GetTagsOutput AWS API Documentation
|
@@ -545,12 +545,12 @@ module Aws::ResourceGroups
|
|
545
545
|
# The results of this query might include the following.
|
546
546
|
#
|
547
547
|
# * An EC2 instance that has the following two tags:
|
548
|
-
# `\{"Key":"Stage","
|
549
|
-
# `\{"Key":"Version","
|
548
|
+
# `\{"Key":"Stage","Value":"Deploy"\}`, and
|
549
|
+
# `\{"Key":"Version","Value":"2"\}`
|
550
550
|
#
|
551
551
|
# * An S3 bucket that has the following two tags:
|
552
|
-
# \\\{"Key":"Stage","
|
553
|
-
# \\\{"Key":"Version","
|
552
|
+
# \\\{"Key":"Stage","Value":"Test"\\}, and
|
553
|
+
# \\\{"Key":"Version","Value":"1"\\}
|
554
554
|
#
|
555
555
|
# The query would not return the following results, however. The
|
556
556
|
# following EC2 instance does not have all tag keys specified in the
|
@@ -559,11 +559,11 @@ module Aws::ResourceGroups
|
|
559
559
|
# values in the filter.
|
560
560
|
#
|
561
561
|
# * An EC2 instance that has only the following tag:
|
562
|
-
# `\{"Key":"Stage","
|
562
|
+
# `\{"Key":"Stage","Value":"Deploy"\}`.
|
563
563
|
#
|
564
564
|
# * An RDS database that has the following two tags:
|
565
|
-
# `\{"Key":"Stage","
|
566
|
-
# `\{"Key":"Version","
|
565
|
+
# `\{"Key":"Stage","Value":"Archived"\}`, and
|
566
|
+
# `\{"Key":"Version","Value":"4"\}`
|
567
567
|
#
|
568
568
|
# <i> <code>CLOUDFORMATION_STACK_1_0:</code> </i> A JSON syntax that
|
569
569
|
# lets you specify a CloudFormation stack ARN.
|
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.
|
4
|
+
version: 1.14.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-
|
11
|
+
date: 2019-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -59,7 +59,7 @@ files:
|
|
59
59
|
- lib/aws-sdk-resourcegroups/errors.rb
|
60
60
|
- lib/aws-sdk-resourcegroups/resource.rb
|
61
61
|
- lib/aws-sdk-resourcegroups/types.rb
|
62
|
-
homepage:
|
62
|
+
homepage: https://github.com/aws/aws-sdk-ruby
|
63
63
|
licenses:
|
64
64
|
- Apache-2.0
|
65
65
|
metadata:
|