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: 356963d8a6feeae7058974dd3b8426cfb740f9316eca808ad19364f6e287d03c
4
- data.tar.gz: 83c6777558ae254614acb9d202b6943a7c42512ab16d46e192c92cd699e997c1
3
+ metadata.gz: 26fc07f9cd6baec9c3e0de08fc7699b073e305819d2d6e63bb442080f36f5d91
4
+ data.tar.gz: c84b4bc94e8bf755669e8f1682a6a6bdc1b8cb76773aece01619eba11a83024b
5
5
  SHA512:
6
- metadata.gz: 4f87bce5fb978b46a2ebfa3aa0dac1ff92d0379f6e72fea0114b7d9820a2889d7faa4296ead0337f92581401563079e46c4e3e5f0692371b461741786c5e774e
7
- data.tar.gz: 91c8af0dcc94bba841066ff13734b8f04c4acc40823be7e5e9226bc110a5af91fd9e8f98c40f6e20d1fb7f2bc411e81e44fededc04da49ed3727d61c0c203e34
6
+ metadata.gz: 77ba5a99d79976af6efcc9bf2067206ea78213e4cd928018029b30ba83b6d20de055393cf419efdb895f77abaa56e622da9f95bfd633709b70e026d027fdc805
7
+ data.tar.gz: df67756bd20d3662e6594f100ad5ae73b1fbb01aa4df094d7509683e8a41ffedd020ebbbe3a78f6520d1b277789b10f0514e19384940b049a4e893e78310023a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.73.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
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
- # \{keyA,\{value1\}\}`, `filter2=\{keyB,\{value2,value3,value4\}\}`,
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(\{filter1\})` returns resources tagged with
665
+ # * `GetResources({filter1})` returns resources tagged with
667
666
  # `key1=value1`
668
667
  #
669
- # * `GetResources(\{filter2\})` returns resources tagged with
668
+ # * `GetResources({filter2})` returns resources tagged with
670
669
  # `key2=value2` or `key2=value3` or `key2=value4`
671
670
  #
672
- # * `GetResources(\{filter3\})` returns resources tagged with any tag
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(\{filter1,filter2,filter3\})` returns resources
676
- # tagged with `(key1=value1) and (key2=value2 or key2=value3 or
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.73.0'
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
- # \{keyA,\{value1\}\}`, `filter2=\{keyB,\{value2,value3,value4\}\}`,
326
- # `filter3= \{keyC\}`:
325
+ # {keyA,{value1}}`, `filter2={keyB,{value2,value3,value4}}`,
326
+ # `filter3= {keyC}`:
327
327
  #
328
- # * `GetResources(\{filter1\})` returns resources tagged with
328
+ # * `GetResources({filter1})` returns resources tagged with
329
329
  # `key1=value1`
330
330
  #
331
- # * `GetResources(\{filter2\})` returns resources tagged with
331
+ # * `GetResources({filter2})` returns resources tagged with
332
332
  # `key2=value2` or `key2=value3` or `key2=value4`
333
333
  #
334
- # * `GetResources(\{filter3\})` returns resources tagged with any
335
- # tag with the key `key3`, and with any or no value
334
+ # * `GetResources({filter3})` returns resources tagged with any tag
335
+ # with the key `key3`, and with any or no value
336
336
  #
337
- # * `GetResources(\{filter1,filter2,filter3\})` returns resources
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>]
@@ -54,7 +54,7 @@ module Aws::ResourceGroupsTaggingAPI
54
54
  autoload :EndpointProvider, 'aws-sdk-resourcegroupstaggingapi/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-resourcegroupstaggingapi/endpoints'
56
56
 
57
- GEM_VERSION = '1.73.0'
57
+ GEM_VERSION = '1.74.0'
58
58
 
59
59
  end
60
60
 
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.73.0
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-10-18 00:00:00.000000000 Z
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