aws-sdk-internetmonitor 1.40.0 → 1.41.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: 6db8d643d9786751f0e82392b6c6875a65537210464f7f4ea30b059a20dccb35
4
- data.tar.gz: 104eb5d0353b01953b860cc76082c2895b3377978178c251f23b81553ae65a6c
3
+ metadata.gz: 429930a9302f118e0c2f3e346976655135ba8a30443fc8ba8b58967a1429911e
4
+ data.tar.gz: faa1124dbfd8297835c531096000388d96040eba9326aee20e36f69aec421bd3
5
5
  SHA512:
6
- metadata.gz: 3e50ca27883b4e931e34e471f818fc6d23223ffd2a6e4fe79704c8b299171544950360c7394370656024d33d884ae8370c11498130203041051da99974b8c0aa
7
- data.tar.gz: b0f28976bad57e9dc907001e38345d4fa1a24d73a70d721cf1502520115487428ec331fab7ed17a6c3f26596d5e954bbeb7f1e432f6fc00ad8ef0cd74d0af81d
6
+ metadata.gz: 0b4a54c1341f0f4d3b9877fcc5d8a8869dd1d813bae811420662a7deea8914a43d4e234111aa2403310566045dbd0086850f82c5d09d05716f488560216eda55
7
+ data.tar.gz: fb34d13112ba135e8eb5f23597a481013e7105dc907e7767fa6c5a9ab31fc476b983ab152aad5417af508c370dbdd925a3e3f372a92eac131a3f21915cc3d0eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.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.40.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -95,8 +95,8 @@ module Aws::InternetMonitor
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::InternetMonitor
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::InternetMonitor
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::InternetMonitor
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.
@@ -1675,7 +1672,7 @@ module Aws::InternetMonitor
1675
1672
  tracer: tracer
1676
1673
  )
1677
1674
  context[:gem_name] = 'aws-sdk-internetmonitor'
1678
- context[:gem_version] = '1.40.0'
1675
+ context[:gem_version] = '1.41.0'
1679
1676
  Seahorse::Client::Request.new(handlers, context)
1680
1677
  end
1681
1678
 
@@ -55,7 +55,7 @@ module Aws::InternetMonitor
55
55
  autoload :EndpointProvider, 'aws-sdk-internetmonitor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-internetmonitor/endpoints'
57
57
 
58
- GEM_VERSION = '1.40.0'
58
+ GEM_VERSION = '1.41.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-internetmonitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services