aws-sdk-cloudwatchrum 1.44.0 → 1.45.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: 78e1aafe567ee3893f1d3da2c350799fc0bcc1b2b1a6878c383f558a2ec35076
4
- data.tar.gz: a424a58a1861feebe51ad61383815b08fa0cf5849d9c145b96f375ea7d881aa0
3
+ metadata.gz: e648cb1b78c676fdc3eadd544e1d9876432356c87433ad6185d2e09fbd45b995
4
+ data.tar.gz: 20d4db85b3e3fadb15ba6ef92e136ed5622c05e18df0b3152bace56de732ca73
5
5
  SHA512:
6
- metadata.gz: 564b12859e2749f73109fc3a3301763a4d53fcb9f53d0ab913bb2bf307aa50d5ed87b74bdcd415ad97976b8147a0958fee9af7a7fc2863a0cb4cb2ee3d30e6cb
7
- data.tar.gz: eafa9145433967500b955b2cb2acffa404ad473a6c968863209a5f4d1410dc5bf17bc169747f6555993e7a46e7b9181fab1c85a9a3091fd7edc8341f3f53e5ae
6
+ metadata.gz: 3c03cd8e9b61e33e36c58519f793c49b4e79bd99d4d95f431be10ccb237693d379340d2fd4abef1c83d0a25fabff653de20873c04c2367c1c9f18f3edf569464
7
+ data.tar.gz: df707dc83914ea8dfac7ac9e5fb40fd57cf41c0a894217d46fec6c7fb231eb47740f8974dda3ac98bb358aeff347693757e41fc2652be12764ab643046146f2e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.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.44.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -95,8 +95,8 @@ module Aws::CloudWatchRUM
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::CloudWatchRUM
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::CloudWatchRUM
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::CloudWatchRUM
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.
@@ -1741,7 +1738,7 @@ module Aws::CloudWatchRUM
1741
1738
  tracer: tracer
1742
1739
  )
1743
1740
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1744
- context[:gem_version] = '1.44.0'
1741
+ context[:gem_version] = '1.45.0'
1745
1742
  Seahorse::Client::Request.new(handlers, context)
1746
1743
  end
1747
1744
 
@@ -54,7 +54,7 @@ module Aws::CloudWatchRUM
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchrum/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchrum/endpoints'
56
56
 
57
- GEM_VERSION = '1.44.0'
57
+ GEM_VERSION = '1.45.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-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services