aws-sdk-resourcegroupstaggingapi 1.24.0 → 1.25.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7239eeb2f813b8b33ab78e6c3c2c06e6aa2c05efabac90ba2184f04a8f1cef2b
|
|
4
|
+
data.tar.gz: b35d18efd27198b7e3cd7f5e0285a517a553679d392a6c1f3005b30e33c44809
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 255c6f715e7dee3b92c743bd16dc1cac4d68d5bad3d1be25b3ba7ccc695d849931e7c921dc8fe54153499b9a371d635738bb546a2d2b7e6e4c8fe92a97090d0b
|
|
7
|
+
data.tar.gz: 2599c4b9e2da4d9b091187e92920c0620a30e15ec589b4f1e7ef165348f80372163234eee7045ef64b5c289eb42c4cad9bd4cf51a4d680f95236818a1a5e49b8
|
|
@@ -780,10 +780,8 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
780
780
|
#
|
|
781
781
|
# @option params [required, Array<String>] :resource_arn_list
|
|
782
782
|
# A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a
|
|
783
|
-
# resource.
|
|
784
|
-
#
|
|
785
|
-
# For more information, see [Amazon Resource Names (ARNs) and AWS
|
|
786
|
-
# Service Namespaces][1] in the *AWS General Reference*.
|
|
783
|
+
# resource. For more information, see [Amazon Resource Names (ARNs) and
|
|
784
|
+
# AWS Service Namespaces][1] in the *AWS General Reference*.
|
|
787
785
|
#
|
|
788
786
|
#
|
|
789
787
|
#
|
|
@@ -840,10 +838,8 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
840
838
|
#
|
|
841
839
|
# @option params [required, Array<String>] :resource_arn_list
|
|
842
840
|
# A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a
|
|
843
|
-
# resource.
|
|
844
|
-
#
|
|
845
|
-
# characters. For more information, see [Amazon Resource Names (ARNs)
|
|
846
|
-
# and AWS Service Namespaces][1] in the *AWS General Reference*.
|
|
841
|
+
# resource. For more information, see [Amazon Resource Names (ARNs) and
|
|
842
|
+
# AWS Service Namespaces][1] in the *AWS General Reference*.
|
|
847
843
|
#
|
|
848
844
|
#
|
|
849
845
|
#
|
|
@@ -893,7 +889,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
893
889
|
params: params,
|
|
894
890
|
config: config)
|
|
895
891
|
context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
|
|
896
|
-
context[:gem_version] = '1.
|
|
892
|
+
context[:gem_version] = '1.25.0'
|
|
897
893
|
Seahorse::Client::Request.new(handlers, context)
|
|
898
894
|
end
|
|
899
895
|
|
|
@@ -705,9 +705,9 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
705
705
|
end
|
|
706
706
|
|
|
707
707
|
# 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
|
-
#
|
|
708
|
+
# and organize them. Each tag consists of a key and a value, both of
|
|
709
|
+
# which you define. For more information, see [Tagging AWS Resources][1]
|
|
710
|
+
# in the *AWS General Reference*.
|
|
711
711
|
#
|
|
712
712
|
#
|
|
713
713
|
#
|
|
@@ -719,8 +719,9 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
719
719
|
# @return [String]
|
|
720
720
|
#
|
|
721
721
|
# @!attribute [rw] value
|
|
722
|
-
#
|
|
723
|
-
#
|
|
722
|
+
# One part of a key-value pair that make up a tag. A value acts as a
|
|
723
|
+
# descriptor within a tag category (key). The value can be empty or
|
|
724
|
+
# null.
|
|
724
725
|
# @return [String]
|
|
725
726
|
#
|
|
726
727
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resourcegroupstaggingapi-2017-01-26/Tag AWS API Documentation
|
|
@@ -748,8 +749,9 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
748
749
|
# @return [String]
|
|
749
750
|
#
|
|
750
751
|
# @!attribute [rw] values
|
|
751
|
-
#
|
|
752
|
-
#
|
|
752
|
+
# One part of a key-value pair that make up a tag. A value acts as a
|
|
753
|
+
# descriptor within a tag category (key). The value can be empty or
|
|
754
|
+
# null.
|
|
753
755
|
# @return [Array<String>]
|
|
754
756
|
#
|
|
755
757
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resourcegroupstaggingapi-2017-01-26/TagFilter AWS API Documentation
|
|
@@ -772,9 +774,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
772
774
|
#
|
|
773
775
|
# @!attribute [rw] resource_arn_list
|
|
774
776
|
# 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)
|
|
777
|
+
# resource. For more information, see [Amazon Resource Names (ARNs)
|
|
778
778
|
# and AWS Service Namespaces][1] in the *AWS General Reference*.
|
|
779
779
|
#
|
|
780
780
|
#
|
|
@@ -832,9 +832,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
|
832
832
|
#
|
|
833
833
|
# @!attribute [rw] resource_arn_list
|
|
834
834
|
# 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)
|
|
835
|
+
# resource. For more information, see [Amazon Resource Names (ARNs)
|
|
838
836
|
# and AWS Service Namespaces][1] in the *AWS General Reference*.
|
|
839
837
|
#
|
|
840
838
|
#
|
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.25.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-05-
|
|
11
|
+
date: 2020-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|