aws-sdk-resourcegroupstaggingapi 1.73.0 → 1.74.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26fc07f9cd6baec9c3e0de08fc7699b073e305819d2d6e63bb442080f36f5d91
|
4
|
+
data.tar.gz: c84b4bc94e8bf755669e8f1682a6a6bdc1b8cb76773aece01619eba11a83024b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77ba5a99d79976af6efcc9bf2067206ea78213e4cd928018029b30ba83b6d20de055393cf419efdb895f77abaa56e622da9f95bfd633709b70e026d027fdc805
|
7
|
+
data.tar.gz: df67756bd20d3662e6594f100ad5ae73b1fbb01aa4df094d7509683e8a41ffedd020ebbbe3a78f6520d1b277789b10f0514e19384940b049a4e893e78310023a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -659,21 +659,20 @@ module Aws::ResourceGroupsTaggingAPI
|
|
659
659
|
# * If you don't specify a value for a key, the response returns all
|
660
660
|
# resources that are tagged with that key, with any or no value.
|
661
661
|
#
|
662
|
-
# For example, for the following filters: `filter1=
|
663
|
-
#
|
664
|
-
# `filter3= \{keyC\}`:
|
662
|
+
# For example, for the following filters: `filter1= {keyA,{value1}}`,
|
663
|
+
# `filter2={keyB,{value2,value3,value4}}`, `filter3= {keyC}`:
|
665
664
|
#
|
666
|
-
# * `GetResources(
|
665
|
+
# * `GetResources({filter1})` returns resources tagged with
|
667
666
|
# `key1=value1`
|
668
667
|
#
|
669
|
-
# * `GetResources(
|
668
|
+
# * `GetResources({filter2})` returns resources tagged with
|
670
669
|
# `key2=value2` or `key2=value3` or `key2=value4`
|
671
670
|
#
|
672
|
-
# * `GetResources(
|
671
|
+
# * `GetResources({filter3})` returns resources tagged with any tag
|
673
672
|
# with the key `key3`, and with any or no value
|
674
673
|
#
|
675
|
-
# * `GetResources(
|
676
|
-
#
|
674
|
+
# * `GetResources({filter1,filter2,filter3})` returns resources tagged
|
675
|
+
# with `(key1=value1) and (key2=value2 or key2=value3 or
|
677
676
|
# key2=value4) and (key3, any or no value)`
|
678
677
|
#
|
679
678
|
# @option params [Integer] :resources_per_page
|
@@ -1115,7 +1114,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
1115
1114
|
tracer: tracer
|
1116
1115
|
)
|
1117
1116
|
context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
|
1118
|
-
context[:gem_version] = '1.
|
1117
|
+
context[:gem_version] = '1.74.0'
|
1119
1118
|
Seahorse::Client::Request.new(handlers, context)
|
1120
1119
|
end
|
1121
1120
|
|
@@ -322,19 +322,19 @@ module Aws::ResourceGroupsTaggingAPI
|
|
322
322
|
# resources that are tagged with that key, with any or no value.
|
323
323
|
#
|
324
324
|
# For example, for the following filters: `filter1=
|
325
|
-
#
|
326
|
-
# `filter3=
|
325
|
+
# {keyA,{value1}}`, `filter2={keyB,{value2,value3,value4}}`,
|
326
|
+
# `filter3= {keyC}`:
|
327
327
|
#
|
328
|
-
# * `GetResources(
|
328
|
+
# * `GetResources({filter1})` returns resources tagged with
|
329
329
|
# `key1=value1`
|
330
330
|
#
|
331
|
-
# * `GetResources(
|
331
|
+
# * `GetResources({filter2})` returns resources tagged with
|
332
332
|
# `key2=value2` or `key2=value3` or `key2=value4`
|
333
333
|
#
|
334
|
-
# * `GetResources(
|
335
|
-
#
|
334
|
+
# * `GetResources({filter3})` returns resources tagged with any tag
|
335
|
+
# with the key `key3`, and with any or no value
|
336
336
|
#
|
337
|
-
# * `GetResources(
|
337
|
+
# * `GetResources({filter1,filter2,filter3})` returns resources
|
338
338
|
# tagged with `(key1=value1) and (key2=value2 or key2=value3 or
|
339
339
|
# key2=value4) and (key3, any or no value)`
|
340
340
|
# @return [Array<Types::TagFilter>]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-resourcegroupstaggingapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.74.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|