aws-sdk-sns 1.29.0 → 1.30.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: 287a854cd0d72e977abcc32963f8d40ec6ba5c4b95124e884d33cb2a4c758101
4
- data.tar.gz: c9d602b5b3a121c052bf358a4922288e802ba6ce97ddc95982fe4dbf4b67c168
3
+ metadata.gz: 7e668714dc4d73930de81431ca74a1450d96645a4c28d9c1c597f6266e4dc484
4
+ data.tar.gz: 468f0a09f42d130fb172a3a012898322eb3e18cd3bf516c843d9866ab7da8f2b
5
5
  SHA512:
6
- metadata.gz: 5e69d5d4b49a28e50237f2ffac3c8aaa419682cd004bb21f82669538561ea8d9798bf5d3326b49cca40cce74d35ff7c96c8c966a59c22b679405e99baf117357
7
- data.tar.gz: 85036ba044a0eaf7a0bb4ff42e73f899d4f1f577541fe09589399462057ca1ac16a089091cbf963d8ab5e246d211106e18866045184775a928ab9b2caa5113dc
6
+ metadata.gz: d4864308e82b91bbe2df517c69b327cafc56671c7437f34071e4c60e109a8e945e8df601ca5619596c839a44ee4856b0b30f8faa502643a295a1e10a1a042717
7
+ data.tar.gz: f11d25301facbaf4836fedd3d3b022cac89232389875fc466dbc078cde1c1ad7ff95c1a7dcdf56b670f29551716ed704cd6d0dd8a69902aa6755f74cf36ab158
@@ -48,9 +48,9 @@ require_relative 'aws-sdk-sns/customizations'
48
48
  #
49
49
  # See {Errors} for more information.
50
50
  #
51
- # @service
51
+ # @!group service
52
52
  module Aws::SNS
53
53
 
54
- GEM_VERSION = '1.29.0'
54
+ GEM_VERSION = '1.30.0'
55
55
 
56
56
  end
@@ -85,13 +85,28 @@ module Aws::SNS
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::SNS
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
@@ -2056,7 +2071,7 @@ module Aws::SNS
2056
2071
  params: params,
2057
2072
  config: config)
2058
2073
  context[:gem_name] = 'aws-sdk-sns'
2059
- context[:gem_version] = '1.29.0'
2074
+ context[:gem_version] = '1.30.0'
2060
2075
  Seahorse::Client::Request.new(handlers, context)
2061
2076
  end
2062
2077
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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-08-05 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core