aws-sdk-sns 1.103.0 → 1.104.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: e7ba8bcd6011b3e5563415fb1e38a1c9d12b680b54d89aa8bf7e00914e8d1c3a
4
- data.tar.gz: 0b560364c0ff7003f7d4f8d878817ada468dac13c99a225ecc0bd258b67fab5b
3
+ metadata.gz: 6968f3ed01d024dde585626f5f6f34f6e57309136f05370e28178f489a88a5a9
4
+ data.tar.gz: 747784ca9df23a74d0c0a8621c852f1f61065c4033d59b198130a9bbe623cf3d
5
5
  SHA512:
6
- metadata.gz: 69d1eb8ec7c720257d02c7b4317730dfc77b80487f40da122611b3fb5a89d4de4ae3ef892348dd192775885b46af61165de65ccbbe0576083eca542fb70106c4
7
- data.tar.gz: ec530020ad9b6962aa3c6bb130f73838a9e9d12932f8fffc1510e448dce3ce52f40d58d0b0d5bf9d683a36ade21848e6b0e546317ddd55a29033b1f07e45c2ee
6
+ metadata.gz: 4cd5895cd2d11961baa4eefff795a1d4ff134cc1308a1d1296cda792c9e96982d7286bd160909f016d82b80655910001f47bb86ce5ffcff140431c5e77358bd7
7
+ data.tar.gz: 8a79eac73604fbf19720d1614ec8604d47b806beb2aac989af0645dc8f3f6536c0e2a3d01fc2bbe33f60e54c1321e1876b714b708d2842be2cbba70a2aa416b1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.103.0 (2025-08-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.104.0
@@ -95,8 +95,8 @@ module Aws::SNS
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::SNS
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::SNS
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::SNS
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -3174,7 +3171,7 @@ module Aws::SNS
3174
3171
  tracer: tracer
3175
3172
  )
3176
3173
  context[:gem_name] = 'aws-sdk-sns'
3177
- context[:gem_version] = '1.103.0'
3174
+ context[:gem_version] = '1.104.0'
3178
3175
  Seahorse::Client::Request.new(handlers, context)
3179
3176
  end
3180
3177
 
data/lib/aws-sdk-sns.rb CHANGED
@@ -58,7 +58,7 @@ module Aws::SNS
58
58
  autoload :Subscription, 'aws-sdk-sns/subscription'
59
59
  autoload :Topic, 'aws-sdk-sns/topic'
60
60
 
61
- GEM_VERSION = '1.103.0'
61
+ GEM_VERSION = '1.104.0'
62
62
 
63
63
  end
64
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services