aws-sdk-autoscalingplans 1.74.0 → 1.75.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: 24d37ffb1a65997b6e892ad79447b50d6d4f2c1bf4fb891bbbbe5a9183a288ab
4
- data.tar.gz: 0dd4be492301fd5c4ca0bf1d7967296882d688b82066089b102a05b264934b31
3
+ metadata.gz: 6fefa46ad2489b8d42b41e7641e193d3ec2f0a3bbe6a18ab1f8bf50a0af368dc
4
+ data.tar.gz: f8a3acd824d2fc70128fbb005f9ea0330d9c7f19e61686b949903b6def25b938
5
5
  SHA512:
6
- metadata.gz: ee0d763ec2a2b38887ec8f7e029a80269523380ba1fad155d2e6e0872fd49181fa885d03d55bae9434d7d9205f8cddeca59a229baefe42de0e2e8db0acc5cd65
7
- data.tar.gz: 28c9c4a69461398088e282fcebfe74936bde9de98fa90dcaebb9f5c6df5c70c6f9243c725dd566615291dd39da9af31b8a277dfbf788feb9578cf4066a9088d2
6
+ metadata.gz: 55a211502394d4a70500a0adc3d9f70db4aa91a263b8763550f38625720230cc4c3943d3da3b3ec412f726d3b8e04fd912b4a2f53f86b59297c2c21b4306da63
7
+ data.tar.gz: 10ee2c5d62bee9b16b037ba4d4488f01749082f1d75f739946ed037d33b089ac103c6506ed552ee3157f07d395d10cdc1737a4d7a8c783fcf4cf49cbe2862d53
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -95,8 +95,8 @@ module Aws::AutoScalingPlans
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::AutoScalingPlans
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::AutoScalingPlans
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::AutoScalingPlans
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.
@@ -1038,7 +1035,7 @@ module Aws::AutoScalingPlans
1038
1035
  tracer: tracer
1039
1036
  )
1040
1037
  context[:gem_name] = 'aws-sdk-autoscalingplans'
1041
- context[:gem_version] = '1.74.0'
1038
+ context[:gem_version] = '1.75.0'
1042
1039
  Seahorse::Client::Request.new(handlers, context)
1043
1040
  end
1044
1041
 
@@ -54,7 +54,7 @@ module Aws::AutoScalingPlans
54
54
  autoload :EndpointProvider, 'aws-sdk-autoscalingplans/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-autoscalingplans/endpoints'
56
56
 
57
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.75.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-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services