aws-sdk-resourcegroupstaggingapi 1.27.1 → 1.32.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: e5279084ede3ec80d2d71f23cbf3d4d215dd4cc318ed7e481858a8a0a22de413
4
- data.tar.gz: 04a3dcd37b6be024be018a8fe47490ec5ecead3a048e7224df59dfea8545b65f
3
+ metadata.gz: 15b03c33e33fdbb65453cf7c8fb6165226cb1f23d3a80feab46d9235cea586ee
4
+ data.tar.gz: 97f5454402a0884e3213fdc58a0d7246ab3b122ea79fb49767ef49f9c500d1c7
5
5
  SHA512:
6
- metadata.gz: 00723214f9a5a4aecc48c0af661083cd6b404d4ca60fe689c65d7c49c943e5a1317112ab93934ec9c58e39d6e11536436c5820d316390e0449beacb69f2a691c
7
- data.tar.gz: a52e2e587d3c731d2b1a2e4b8fdfe34dbfaaa514447bc42b37cc67e8ffd5783fb822aa27f077e67e3671737a8296f7d648f17bb0716bdb663441b9552b31e14a
6
+ metadata.gz: 4037677ffa19c22af75caad7c507ee53e542a8fe0e3312e83628075a300ad8562abebfb9ef850619d99eec051620e77e014bb4af1550440d48022ae54370f9f8
7
+ data.tar.gz: b97df3a1e663128037625688aa6a81b96c2b8d3a5266fe05207fb657fc5be088c01614d172657516e3fb32bcc28175eac8b5f223676de63170d2da298b146eb8
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-resourcegroupstaggingapi/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::ResourceGroupsTaggingAPI
47
50
 
48
- GEM_VERSION = '1.27.1'
51
+ GEM_VERSION = '1.32.0'
49
52
 
50
53
  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:
@@ -83,13 +85,28 @@ module Aws::ResourceGroupsTaggingAPI
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::ResourceGroupsTaggingAPI
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -775,6 +792,11 @@ module Aws::ResourceGroupsTaggingAPI
775
792
  # the service that the resource belongs to as well as permissions for
776
793
  # adding tags. For more information, see [this list][1].
777
794
  #
795
+ # Do not store personally identifiable information (PII) or other
796
+ # confidential or sensitive information in tags. We use tags to provide
797
+ # you with billing and administration services. Tags are not intended to
798
+ # be used for private or sensitive data.
799
+ #
778
800
  #
779
801
  #
780
802
  # [1]: http://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/Welcome.html
@@ -891,7 +913,7 @@ module Aws::ResourceGroupsTaggingAPI
891
913
  params: params,
892
914
  config: config)
893
915
  context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
894
- context[:gem_version] = '1.27.1'
916
+ context[:gem_version] = '1.32.0'
895
917
  Seahorse::Client::Request.new(handlers, context)
896
918
  end
897
919
 
@@ -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:
@@ -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:
@@ -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:
@@ -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,6 +721,7 @@ 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
 
@@ -729,6 +750,7 @@ module Aws::ResourceGroupsTaggingAPI
729
750
  class Tag < Struct.new(
730
751
  :key,
731
752
  :value)
753
+ SENSITIVE = []
732
754
  include Aws::Structure
733
755
  end
734
756
 
@@ -759,6 +781,7 @@ module Aws::ResourceGroupsTaggingAPI
759
781
  class TagFilter < Struct.new(
760
782
  :key,
761
783
  :values)
784
+ SENSITIVE = []
762
785
  include Aws::Structure
763
786
  end
764
787
 
@@ -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
 
@@ -850,6 +876,7 @@ module Aws::ResourceGroupsTaggingAPI
850
876
  class UntagResourcesInput < Struct.new(
851
877
  :resource_arn_list,
852
878
  :tag_keys)
879
+ SENSITIVE = []
853
880
  include Aws::Structure
854
881
  end
855
882
 
@@ -862,6 +889,7 @@ module Aws::ResourceGroupsTaggingAPI
862
889
  #
863
890
  class UntagResourcesOutput < Struct.new(
864
891
  :failed_resources_map)
892
+ SENSITIVE = []
865
893
  include Aws::Structure
866
894
  end
867
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.27.1
4
+ version: 1.32.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-06-11 00:00:00.000000000 Z
11
+ date: 2020-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core