aws-sdk-chimesdkmessaging 1.51.0 → 1.52.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: 583d9286e5d2ffc24528c89cd35d37c0b180a5f7f91782d91ac355f111f117e7
4
- data.tar.gz: 87511b151c421f7fca7329c14ea5d7230b2d4cf4306c763fa521e77e17939e7d
3
+ metadata.gz: 0e39b9f14d87370174a185dadf0a7c4161505cc0fc160b188d77cbb8a35fa64c
4
+ data.tar.gz: a6ced8e9a46b4198264d2139210af7698eeb875df6cb3c1d88723ef7a4f7e5e4
5
5
  SHA512:
6
- metadata.gz: 68e166155f02dce961a5b2021d4efb3d0a22d7d9519dd1a693c60c0791e287d3282f7281a8b0d6d0f44825e9f9dc3f2061a3b3761727907f278b316d90e312cb
7
- data.tar.gz: 11e5f64ed33ebeaeb7dc651499847610ba11eaadf02f832016ceab0a738c379360ecbb4c91ca93ec11fe3236036bcc0076b8407bfe7cf05cdda45d1e98876b78
6
+ metadata.gz: bfeecdef87355acc7297863f5cfa882521e1ed28e3aa4bd54cb1f4074cfd63e559c1d434668045b6dfce80a2eb7b54f9ad80da756f50517f5fd612495d11bc8a
7
+ data.tar.gz: 05333e72900da4506c452907c8601541c455ce10a6183bba76cb5aab16108dd15e89408eaff42e2fe8eaf595c2ffda1c891eb0dda6a56a45e798229e59cb978c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -95,8 +95,8 @@ module Aws::ChimeSDKMessaging
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::ChimeSDKMessaging
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::ChimeSDKMessaging
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::ChimeSDKMessaging
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.
@@ -3315,7 +3312,7 @@ module Aws::ChimeSDKMessaging
3315
3312
  tracer: tracer
3316
3313
  )
3317
3314
  context[:gem_name] = 'aws-sdk-chimesdkmessaging'
3318
- context[:gem_version] = '1.51.0'
3315
+ context[:gem_version] = '1.52.0'
3319
3316
  Seahorse::Client::Request.new(handlers, context)
3320
3317
  end
3321
3318
 
@@ -54,7 +54,7 @@ module Aws::ChimeSDKMessaging
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkmessaging/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkmessaging/endpoints'
56
56
 
57
- GEM_VERSION = '1.51.0'
57
+ GEM_VERSION = '1.52.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkmessaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services