aws-sdk-resourcegroupstaggingapi 1.28.0 → 1.33.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: 901ea169ee25df5fec0b7035023863852c8db7b9d65c45775ec61314adb5896e
4
- data.tar.gz: 50d0824da2a91c235369d7a5fcd331c9bc227884e9a5b053199b7ee65ae02fca
3
+ metadata.gz: 942a7fca4ba7fff1b04f511be0889b716f99623d41c2ebf955a6a7a6f7d2f53f
4
+ data.tar.gz: b9157b67e8a9ece9ff6f6fe10b58ccbdb1c2c9b9a1ff467fca7cc23c0c952fbe
5
5
  SHA512:
6
- metadata.gz: 3b8dea9ff41a27514311f3362ed20f05896cc6b3046e70d5ac62d3abfe24c086e6e755629de5f7dab936d6992df081e4b0a94b35deef6e93831537caa06a9958
7
- data.tar.gz: 9be6a5b02fe3862fa82fde61e2fcc2226fbd3393967df1769d6d1e7b6c6f16a54993cf4760070b877a53919c6c773dc9cb7c35cf2d197da66f29cf556b53c12f
6
+ metadata.gz: 36ceb1187f4984546a89f2a671968740707204fc54719baf64531ee7ea08f60d32f9971e16d5774cf317fc45cea87567c4e6c4200b90c9a1fdf9b214fa0455b0
7
+ data.tar.gz: e033843b90aad23d9f9d9fa5e22662ac90e9dc61d77af23c6f1c0228e02b549aebe98b9773da8213cbc3ab7854bf1d198e792732b07be451d91e89466c630e70
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-resourcegroupstaggingapi/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::ResourceGroupsTaggingAPI
49
50
 
50
- GEM_VERSION = '1.28.0'
51
+ GEM_VERSION = '1.33.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::ResourceGroupsTaggingAPI
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
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
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::ResourceGroupsTaggingAPI
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # 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.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -777,6 +792,11 @@ module Aws::ResourceGroupsTaggingAPI
777
792
  # the service that the resource belongs to as well as permissions for
778
793
  # adding tags. For more information, see [this list][1].
779
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
+ #
780
800
  #
781
801
  #
782
802
  # [1]: http://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/Welcome.html
@@ -893,7 +913,7 @@ module Aws::ResourceGroupsTaggingAPI
893
913
  params: params,
894
914
  config: config)
895
915
  context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
896
- context[:gem_version] = '1.28.0'
916
+ context[:gem_version] = '1.33.0'
897
917
  Seahorse::Client::Request.new(handlers, context)
898
918
  end
899
919
 
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.28.0
4
+ version: 1.33.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-23 00:00:00.000000000 Z
11
+ date: 2020-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core