aws-sdk-resourcegroupstaggingapi 1.24.0 → 1.25.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: c8d697924be954a09c6b7fbd943b7fb4cfa36cb7e1e9ce66950240875e8964cb
4
- data.tar.gz: d745e6bc0c5d1556bbe48fd62883d45b839055ff80b462e3820a20167534cb32
3
+ metadata.gz: 7239eeb2f813b8b33ab78e6c3c2c06e6aa2c05efabac90ba2184f04a8f1cef2b
4
+ data.tar.gz: b35d18efd27198b7e3cd7f5e0285a517a553679d392a6c1f3005b30e33c44809
5
5
  SHA512:
6
- metadata.gz: 7f6f98e6412d65750901c19b18fc113a4ebf547974f3ed367b1d6952dfb824a2e10aa3901bb5e609cddb8c70f7af9ede833fb64d899195161dde9f699f2450ff
7
- data.tar.gz: 7af3f04fb80041c40191d9c827a65cd42784a5749c1a21a5e5d1fb9a5ac71cae890a8e4fc6e2a3ba364b8bd569220df35ab2a1b59bad6beb0b65b218c58aa339
6
+ metadata.gz: 255c6f715e7dee3b92c743bd16dc1cac4d68d5bad3d1be25b3ba7ccc695d849931e7c921dc8fe54153499b9a371d635738bb546a2d2b7e6e4c8fe92a97090d0b
7
+ data.tar.gz: 2599c4b9e2da4d9b091187e92920c0620a30e15ec589b4f1e7ef165348f80372163234eee7045ef64b5c289eb42c4cad9bd4cf51a4d680f95236818a1a5e49b8
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-resourcegroupstaggingapi/customizations'
45
45
  # @service
46
46
  module Aws::ResourceGroupsTaggingAPI
47
47
 
48
- GEM_VERSION = '1.24.0'
48
+ GEM_VERSION = '1.25.0'
49
49
 
50
50
  end
@@ -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. You can specify a minimum of 1 and a maximum of 20 ARNs
784
- # (resources) to tag. An ARN can be set to a maximum of 1600 characters.
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. You can specify a minimum of 1 and a maximum of 20 ARNs
844
- # (resources) to untag. An ARN can be set to a maximum of 1600
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.24.0'
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 an optional value,
709
- # both of which you define. For more information, see [Tagging AWS
710
- # Resources][1] in the *AWS General Reference*.
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
- # The optional part of a key-value pair that make up a tag. A value
723
- # acts as a descriptor within a tag category (key).
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
- # The optional part of a key-value pair that make up a tag. A value
752
- # acts as a descriptor within a tag category (key).
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. You can specify a minimum of 1 and a maximum of 20 ARNs
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. You can specify a minimum of 1 and a maximum of 20 ARNs
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.24.0
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-07 00:00:00.000000000 Z
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