aws-sdk-mailmanager 1.30.0 → 1.31.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: b8bddbdf8583072ca9fe4d6b8e79231cc45d26d7738eba8ea1846148d2de5c6b
4
- data.tar.gz: 5ea478a8794ee51564e21ed19221eccb1aba6c97ca5295e75c57f2da1cf12cf1
3
+ metadata.gz: 8137ea052a6ebff34138e99cdca0c80098b929ad6e6bdce551af4a0c1d0789bc
4
+ data.tar.gz: 4beca1e251e5332f393ca3f1491cfe95a558c33e4aba461198aeddd98637fdaf
5
5
  SHA512:
6
- metadata.gz: '088e1760873f1cd0d8d39fc73aaf7b1f1cc99513ea300a129b1051f5631fe1e01f866681a175c4dfba7b22930c07e8538f74a27f60527f05a5ddbc5b554e68c5'
7
- data.tar.gz: d3cb69c9fe23a0b1f59759235100c3d799c912ef7fc48c2044f4184a06919599ab47e0503c9608101ab187a7482aee542164c2da85db70007b2da895ebaf9a72
6
+ metadata.gz: ca95c2451b4bf83941af2e2d5b1ea30b5da7030afd3c3b3344e5ccd8b8b3d685f265b3e5be76095ed629778860627ab2c9c07cc2e2603d4fcfc9ce4e9d2cdb28
7
+ data.tar.gz: 6961a6e59e57574a1ead3eecb66965e1a880e239b05f7f78210ee5e1b3d61202efaf0efb24bda8c9a435f330b1ab1c02c501683918d432225deda96bb358fdc6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -95,8 +95,8 @@ module Aws::MailManager
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::MailManager
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::MailManager
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
@@ -384,8 +381,8 @@ module Aws::MailManager
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -3960,7 +3957,7 @@ module Aws::MailManager
3960
3957
  tracer: tracer
3961
3958
  )
3962
3959
  context[:gem_name] = 'aws-sdk-mailmanager'
3963
- context[:gem_version] = '1.30.0'
3960
+ context[:gem_version] = '1.31.0'
3964
3961
  Seahorse::Client::Request.new(handlers, context)
3965
3962
  end
3966
3963
 
@@ -55,7 +55,7 @@ module Aws::MailManager
55
55
  autoload :EndpointProvider, 'aws-sdk-mailmanager/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mailmanager/endpoints'
57
57
 
58
- GEM_VERSION = '1.30.0'
58
+ GEM_VERSION = '1.31.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mailmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services