aws-sdk-resourcegroupstaggingapi 1.23.0 → 1.28.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 +5 -5
- data/lib/aws-sdk-resourcegroupstaggingapi.rb +3 -1
- data/lib/aws-sdk-resourcegroupstaggingapi/client.rb +40 -29
- data/lib/aws-sdk-resourcegroupstaggingapi/client_api.rb +2 -0
- data/lib/aws-sdk-resourcegroupstaggingapi/errors.rb +2 -0
- data/lib/aws-sdk-resourcegroupstaggingapi/resource.rb +3 -7
- data/lib/aws-sdk-resourcegroupstaggingapi/types.rb +39 -13
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 901ea169ee25df5fec0b7035023863852c8db7b9d65c45775ec61314adb5896e
|
4
|
+
data.tar.gz: 50d0824da2a91c235369d7a5fcd331c9bc227884e9a5b053199b7ee65ae02fca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b8dea9ff41a27514311f3362ed20f05896cc6b3046e70d5ac62d3abfe24c086e6e755629de5f7dab936d6992df081e4b0a94b35deef6e93831537caa06a9958
|
7
|
+
data.tar.gz: 9be6a5b02fe3862fa82fde61e2fcc2226fbd3393967df1769d6d1e7b6c6f16a54993cf4760070b877a53919c6c773dc9cb7c35cf2d197da66f29cf556b53c12f
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-resourcegroupstaggingapi/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::ResourceGroupsTaggingAPI
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.28.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:resourcegroupstaggingapi)
|
|
32
35
|
module Aws::ResourceGroupsTaggingAPI
|
33
36
|
# An API client for ResourceGroupsTaggingAPI. To construct a client, you need to configure a `:region` and `:credentials`.
|
34
37
|
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
#
|
38
|
-
#
|
39
|
-
#
|
38
|
+
# client = Aws::ResourceGroupsTaggingAPI::Client.new(
|
39
|
+
# region: region_name,
|
40
|
+
# credentials: credentials,
|
41
|
+
# # ...
|
42
|
+
# )
|
40
43
|
#
|
41
44
|
# For details on configuring region and credentials see
|
42
45
|
# the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
|
@@ -69,6 +72,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -229,15 +233,19 @@ module Aws::ResourceGroupsTaggingAPI
|
|
229
233
|
#
|
230
234
|
# @option options [String] :retry_mode ("legacy")
|
231
235
|
# Specifies which retry algorithm to use. Values are:
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
235
|
-
#
|
236
|
-
#
|
237
|
-
#
|
238
|
-
#
|
239
|
-
#
|
240
|
-
#
|
236
|
+
#
|
237
|
+
# * `legacy` - The pre-existing retry behavior. This is default value if
|
238
|
+
# no retry mode is provided.
|
239
|
+
#
|
240
|
+
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
241
|
+
# This includes support for retry quotas, which limit the number of
|
242
|
+
# unsuccessful retries a client can make.
|
243
|
+
#
|
244
|
+
# * `adaptive` - An experimental retry mode that includes all the
|
245
|
+
# functionality of `standard` mode along with automatic client side
|
246
|
+
# throttling. This is a provisional mode that may change behavior
|
247
|
+
# in the future.
|
248
|
+
#
|
241
249
|
#
|
242
250
|
# @option options [String] :secret_access_key
|
243
251
|
#
|
@@ -275,8 +283,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
275
283
|
#
|
276
284
|
# @option options [Integer] :http_read_timeout (60) The default
|
277
285
|
# number of seconds to wait for response data. This value can
|
278
|
-
# safely be set
|
279
|
-
# per-request on the session yielded by {#session_for}.
|
286
|
+
# safely be set per-request on the session.
|
280
287
|
#
|
281
288
|
# @option options [Float] :http_idle_timeout (5) The number of
|
282
289
|
# seconds a connection is allowed to sit idle before it is
|
@@ -288,7 +295,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
288
295
|
# request body. This option has no effect unless the request has
|
289
296
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
290
297
|
# disables this behaviour. This value can safely be set per
|
291
|
-
# request on the session
|
298
|
+
# request on the session.
|
292
299
|
#
|
293
300
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
294
301
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -417,6 +424,8 @@ module Aws::ResourceGroupsTaggingAPI
|
|
417
424
|
# * {Types::GetComplianceSummaryOutput#summary_list #summary_list} => Array<Types::Summary>
|
418
425
|
# * {Types::GetComplianceSummaryOutput#pagination_token #pagination_token} => String
|
419
426
|
#
|
427
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
428
|
+
#
|
420
429
|
# @example Request syntax with placeholder values
|
421
430
|
#
|
422
431
|
# resp = client.get_compliance_summary({
|
@@ -595,6 +604,8 @@ module Aws::ResourceGroupsTaggingAPI
|
|
595
604
|
# * {Types::GetResourcesOutput#pagination_token #pagination_token} => String
|
596
605
|
# * {Types::GetResourcesOutput#resource_tag_mapping_list #resource_tag_mapping_list} => Array<Types::ResourceTagMapping>
|
597
606
|
#
|
607
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
608
|
+
#
|
598
609
|
# @example Request syntax with placeholder values
|
599
610
|
#
|
600
611
|
# resp = client.get_resources({
|
@@ -648,6 +659,8 @@ module Aws::ResourceGroupsTaggingAPI
|
|
648
659
|
# * {Types::GetTagKeysOutput#pagination_token #pagination_token} => String
|
649
660
|
# * {Types::GetTagKeysOutput#tag_keys #tag_keys} => Array<String>
|
650
661
|
#
|
662
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
663
|
+
#
|
651
664
|
# @example Request syntax with placeholder values
|
652
665
|
#
|
653
666
|
# resp = client.get_tag_keys({
|
@@ -687,6 +700,8 @@ module Aws::ResourceGroupsTaggingAPI
|
|
687
700
|
# * {Types::GetTagValuesOutput#pagination_token #pagination_token} => String
|
688
701
|
# * {Types::GetTagValuesOutput#tag_values #tag_values} => Array<String>
|
689
702
|
#
|
703
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
704
|
+
#
|
690
705
|
# @example Request syntax with placeholder values
|
691
706
|
#
|
692
707
|
# resp = client.get_tag_values({
|
@@ -769,10 +784,8 @@ module Aws::ResourceGroupsTaggingAPI
|
|
769
784
|
#
|
770
785
|
# @option params [required, Array<String>] :resource_arn_list
|
771
786
|
# A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a
|
772
|
-
# resource.
|
773
|
-
#
|
774
|
-
# For more information, see [Amazon Resource Names (ARNs) and AWS
|
775
|
-
# Service Namespaces][1] in the *AWS General Reference*.
|
787
|
+
# resource. For more information, see [Amazon Resource Names (ARNs) and
|
788
|
+
# AWS Service Namespaces][1] in the *AWS General Reference*.
|
776
789
|
#
|
777
790
|
#
|
778
791
|
#
|
@@ -829,10 +842,8 @@ module Aws::ResourceGroupsTaggingAPI
|
|
829
842
|
#
|
830
843
|
# @option params [required, Array<String>] :resource_arn_list
|
831
844
|
# A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a
|
832
|
-
# resource.
|
833
|
-
#
|
834
|
-
# characters. For more information, see [Amazon Resource Names (ARNs)
|
835
|
-
# and AWS Service Namespaces][1] in the *AWS General Reference*.
|
845
|
+
# resource. For more information, see [Amazon Resource Names (ARNs) and
|
846
|
+
# AWS Service Namespaces][1] in the *AWS General Reference*.
|
836
847
|
#
|
837
848
|
#
|
838
849
|
#
|
@@ -882,7 +893,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
882
893
|
params: params,
|
883
894
|
config: config)
|
884
895
|
context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
|
885
|
-
context[:gem_version] = '1.
|
896
|
+
context[:gem_version] = '1.28.0'
|
886
897
|
Seahorse::Client::Request.new(handlers, context)
|
887
898
|
end
|
888
899
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -6,13 +8,7 @@
|
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
8
10
|
module Aws::ResourceGroupsTaggingAPI
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::ResourceGroupsTaggingAPI::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::ResourceGroupsTaggingAPI::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::ResourceGroupsTaggingAPI::Resource.new(client: client)
|
11
|
+
|
16
12
|
class Resource
|
17
13
|
|
18
14
|
# @param options ({})
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -32,6 +34,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
32
34
|
:noncompliant_keys,
|
33
35
|
:keys_with_noncompliant_values,
|
34
36
|
:compliance_status)
|
37
|
+
SENSITIVE = []
|
35
38
|
include Aws::Structure
|
36
39
|
end
|
37
40
|
|
@@ -45,6 +48,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
45
48
|
#
|
46
49
|
class ConcurrentModificationException < Struct.new(
|
47
50
|
:message)
|
51
|
+
SENSITIVE = []
|
48
52
|
include Aws::Structure
|
49
53
|
end
|
50
54
|
|
@@ -77,6 +81,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
77
81
|
#
|
78
82
|
class ConstraintViolationException < Struct.new(
|
79
83
|
:message)
|
84
|
+
SENSITIVE = []
|
80
85
|
include Aws::Structure
|
81
86
|
end
|
82
87
|
|
@@ -118,6 +123,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
118
123
|
:status,
|
119
124
|
:s3_location,
|
120
125
|
:error_message)
|
126
|
+
SENSITIVE = []
|
121
127
|
include Aws::Structure
|
122
128
|
end
|
123
129
|
|
@@ -174,6 +180,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
174
180
|
:status_code,
|
175
181
|
:error_code,
|
176
182
|
:error_message)
|
183
|
+
SENSITIVE = []
|
177
184
|
include Aws::Structure
|
178
185
|
end
|
179
186
|
|
@@ -266,6 +273,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
266
273
|
:group_by,
|
267
274
|
:max_results,
|
268
275
|
:pagination_token)
|
276
|
+
SENSITIVE = []
|
269
277
|
include Aws::Structure
|
270
278
|
end
|
271
279
|
|
@@ -285,6 +293,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
285
293
|
class GetComplianceSummaryOutput < Struct.new(
|
286
294
|
:summary_list,
|
287
295
|
:pagination_token)
|
296
|
+
SENSITIVE = []
|
288
297
|
include Aws::Structure
|
289
298
|
end
|
290
299
|
|
@@ -441,6 +450,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
441
450
|
:resource_type_filters,
|
442
451
|
:include_compliance_details,
|
443
452
|
:exclude_compliant_resources)
|
453
|
+
SENSITIVE = []
|
444
454
|
include Aws::Structure
|
445
455
|
end
|
446
456
|
|
@@ -461,6 +471,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
461
471
|
class GetResourcesOutput < Struct.new(
|
462
472
|
:pagination_token,
|
463
473
|
:resource_tag_mapping_list)
|
474
|
+
SENSITIVE = []
|
464
475
|
include Aws::Structure
|
465
476
|
end
|
466
477
|
|
@@ -482,6 +493,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
482
493
|
#
|
483
494
|
class GetTagKeysInput < Struct.new(
|
484
495
|
:pagination_token)
|
496
|
+
SENSITIVE = []
|
485
497
|
include Aws::Structure
|
486
498
|
end
|
487
499
|
|
@@ -501,6 +513,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
501
513
|
class GetTagKeysOutput < Struct.new(
|
502
514
|
:pagination_token,
|
503
515
|
:tag_keys)
|
516
|
+
SENSITIVE = []
|
504
517
|
include Aws::Structure
|
505
518
|
end
|
506
519
|
|
@@ -529,6 +542,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
529
542
|
class GetTagValuesInput < Struct.new(
|
530
543
|
:pagination_token,
|
531
544
|
:key)
|
545
|
+
SENSITIVE = []
|
532
546
|
include Aws::Structure
|
533
547
|
end
|
534
548
|
|
@@ -548,6 +562,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
548
562
|
class GetTagValuesOutput < Struct.new(
|
549
563
|
:pagination_token,
|
550
564
|
:tag_values)
|
565
|
+
SENSITIVE = []
|
551
566
|
include Aws::Structure
|
552
567
|
end
|
553
568
|
|
@@ -561,6 +576,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
561
576
|
#
|
562
577
|
class InternalServiceException < Struct.new(
|
563
578
|
:message)
|
579
|
+
SENSITIVE = []
|
564
580
|
include Aws::Structure
|
565
581
|
end
|
566
582
|
|
@@ -589,6 +605,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
589
605
|
#
|
590
606
|
class InvalidParameterException < Struct.new(
|
591
607
|
:message)
|
608
|
+
SENSITIVE = []
|
592
609
|
include Aws::Structure
|
593
610
|
end
|
594
611
|
|
@@ -602,6 +619,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
602
619
|
#
|
603
620
|
class PaginationTokenExpiredException < Struct.new(
|
604
621
|
:message)
|
622
|
+
SENSITIVE = []
|
605
623
|
include Aws::Structure
|
606
624
|
end
|
607
625
|
|
@@ -628,6 +646,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
628
646
|
:resource_arn,
|
629
647
|
:tags,
|
630
648
|
:compliance_details)
|
649
|
+
SENSITIVE = []
|
631
650
|
include Aws::Structure
|
632
651
|
end
|
633
652
|
|
@@ -652,6 +671,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
652
671
|
#
|
653
672
|
class StartReportCreationInput < Struct.new(
|
654
673
|
:s3_bucket)
|
674
|
+
SENSITIVE = []
|
655
675
|
include Aws::Structure
|
656
676
|
end
|
657
677
|
|
@@ -701,13 +721,14 @@ module Aws::ResourceGroupsTaggingAPI
|
|
701
721
|
:region,
|
702
722
|
:resource_type,
|
703
723
|
:non_compliant_resources)
|
724
|
+
SENSITIVE = []
|
704
725
|
include Aws::Structure
|
705
726
|
end
|
706
727
|
|
707
728
|
# The metadata that you apply to AWS resources to help you categorize
|
708
|
-
# and organize them. Each tag consists of a key and
|
709
|
-
#
|
710
|
-
#
|
729
|
+
# and organize them. Each tag consists of a key and a value, both of
|
730
|
+
# which you define. For more information, see [Tagging AWS Resources][1]
|
731
|
+
# in the *AWS General Reference*.
|
711
732
|
#
|
712
733
|
#
|
713
734
|
#
|
@@ -719,8 +740,9 @@ module Aws::ResourceGroupsTaggingAPI
|
|
719
740
|
# @return [String]
|
720
741
|
#
|
721
742
|
# @!attribute [rw] value
|
722
|
-
#
|
723
|
-
#
|
743
|
+
# One part of a key-value pair that make up a tag. A value acts as a
|
744
|
+
# descriptor within a tag category (key). The value can be empty or
|
745
|
+
# null.
|
724
746
|
# @return [String]
|
725
747
|
#
|
726
748
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resourcegroupstaggingapi-2017-01-26/Tag AWS API Documentation
|
@@ -728,6 +750,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
728
750
|
class Tag < Struct.new(
|
729
751
|
:key,
|
730
752
|
:value)
|
753
|
+
SENSITIVE = []
|
731
754
|
include Aws::Structure
|
732
755
|
end
|
733
756
|
|
@@ -748,8 +771,9 @@ module Aws::ResourceGroupsTaggingAPI
|
|
748
771
|
# @return [String]
|
749
772
|
#
|
750
773
|
# @!attribute [rw] values
|
751
|
-
#
|
752
|
-
#
|
774
|
+
# One part of a key-value pair that make up a tag. A value acts as a
|
775
|
+
# descriptor within a tag category (key). The value can be empty or
|
776
|
+
# null.
|
753
777
|
# @return [Array<String>]
|
754
778
|
#
|
755
779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resourcegroupstaggingapi-2017-01-26/TagFilter AWS API Documentation
|
@@ -757,6 +781,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
757
781
|
class TagFilter < Struct.new(
|
758
782
|
:key,
|
759
783
|
:values)
|
784
|
+
SENSITIVE = []
|
760
785
|
include Aws::Structure
|
761
786
|
end
|
762
787
|
|
@@ -772,9 +797,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
772
797
|
#
|
773
798
|
# @!attribute [rw] resource_arn_list
|
774
799
|
# A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a
|
775
|
-
# resource.
|
776
|
-
# (resources) to tag. An ARN can be set to a maximum of 1600
|
777
|
-
# characters. For more information, see [Amazon Resource Names (ARNs)
|
800
|
+
# resource. For more information, see [Amazon Resource Names (ARNs)
|
778
801
|
# and AWS Service Namespaces][1] in the *AWS General Reference*.
|
779
802
|
#
|
780
803
|
#
|
@@ -792,6 +815,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
792
815
|
class TagResourcesInput < Struct.new(
|
793
816
|
:resource_arn_list,
|
794
817
|
:tags)
|
818
|
+
SENSITIVE = []
|
795
819
|
include Aws::Structure
|
796
820
|
end
|
797
821
|
|
@@ -807,6 +831,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
807
831
|
#
|
808
832
|
class TagResourcesOutput < Struct.new(
|
809
833
|
:failed_resources_map)
|
834
|
+
SENSITIVE = []
|
810
835
|
include Aws::Structure
|
811
836
|
end
|
812
837
|
|
@@ -819,6 +844,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
819
844
|
#
|
820
845
|
class ThrottledException < Struct.new(
|
821
846
|
:message)
|
847
|
+
SENSITIVE = []
|
822
848
|
include Aws::Structure
|
823
849
|
end
|
824
850
|
|
@@ -832,9 +858,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
832
858
|
#
|
833
859
|
# @!attribute [rw] resource_arn_list
|
834
860
|
# A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a
|
835
|
-
# resource.
|
836
|
-
# (resources) to untag. An ARN can be set to a maximum of 1600
|
837
|
-
# characters. For more information, see [Amazon Resource Names (ARNs)
|
861
|
+
# resource. For more information, see [Amazon Resource Names (ARNs)
|
838
862
|
# and AWS Service Namespaces][1] in the *AWS General Reference*.
|
839
863
|
#
|
840
864
|
#
|
@@ -852,6 +876,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
852
876
|
class UntagResourcesInput < Struct.new(
|
853
877
|
:resource_arn_list,
|
854
878
|
:tag_keys)
|
879
|
+
SENSITIVE = []
|
855
880
|
include Aws::Structure
|
856
881
|
end
|
857
882
|
|
@@ -864,6 +889,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
864
889
|
#
|
865
890
|
class UntagResourcesOutput < Struct.new(
|
866
891
|
:failed_resources_map)
|
892
|
+
SENSITIVE = []
|
867
893
|
include Aws::Structure
|
868
894
|
end
|
869
895
|
|
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.28.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-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.99.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 2.
|
84
|
+
rubygems_version: 2.7.6.2
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: AWS SDK for Ruby - AWS Resource Groups Tagging API
|