aws-sdk-autoscalingplans 1.42.0 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscalingplans/client.rb +10 -5
- data/lib/aws-sdk-autoscalingplans/types.rb +4 -4
- data/lib/aws-sdk-autoscalingplans.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f30d8a9e99c72f635da515f069d10ed4e6f147ed91f30363250fab9ebb01b0e6
|
4
|
+
data.tar.gz: 1c08b5bbce6d2f2938f2c324647a6ef124198138731c0b5300605bc9e07f32f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9ca11e68b567f8f5b7e37d962933375d70f04f1c9b775c9a2ba741753626607b3324ed5e6be5086939ac4a192d126e6bc7b34f8ddf02710bb64f29b15bb6cda
|
7
|
+
data.tar.gz: 16d99715a59f9a85a17b6f19e5d0385990e20daf26c1ddbf7c5beebc2dbcc42cb71d77c4466432e844cfe5e32d193112dd3feae57038c09f0ad8f48b075fd01e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.43.0
|
@@ -275,6 +275,11 @@ module Aws::AutoScalingPlans
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -736,16 +741,16 @@ module Aws::AutoScalingPlans
|
|
736
741
|
# @option params [required, String] :forecast_data_type
|
737
742
|
# The type of forecast data to get.
|
738
743
|
#
|
739
|
-
# * `LoadForecast
|
744
|
+
# * `LoadForecast`: The load metric forecast.
|
740
745
|
#
|
741
|
-
# * `CapacityForecast
|
746
|
+
# * `CapacityForecast`: The capacity forecast.
|
742
747
|
#
|
743
|
-
# * `ScheduledActionMinCapacity
|
748
|
+
# * `ScheduledActionMinCapacity`: The minimum capacity for each
|
744
749
|
# scheduled scaling action. This data is calculated as the larger of
|
745
750
|
# two values: the capacity forecast or the minimum capacity in the
|
746
751
|
# scaling instruction.
|
747
752
|
#
|
748
|
-
# * `ScheduledActionMaxCapacity
|
753
|
+
# * `ScheduledActionMaxCapacity`: The maximum capacity for each
|
749
754
|
# scheduled scaling action. The calculation used is determined by the
|
750
755
|
# predictive scaling maximum capacity behavior setting in the scaling
|
751
756
|
# instruction.
|
@@ -925,7 +930,7 @@ module Aws::AutoScalingPlans
|
|
925
930
|
params: params,
|
926
931
|
config: config)
|
927
932
|
context[:gem_name] = 'aws-sdk-autoscalingplans'
|
928
|
-
context[:gem_version] = '1.
|
933
|
+
context[:gem_version] = '1.43.0'
|
929
934
|
Seahorse::Client::Request.new(handlers, context)
|
930
935
|
end
|
931
936
|
|
@@ -405,16 +405,16 @@ module Aws::AutoScalingPlans
|
|
405
405
|
# @!attribute [rw] forecast_data_type
|
406
406
|
# The type of forecast data to get.
|
407
407
|
#
|
408
|
-
# * `LoadForecast
|
408
|
+
# * `LoadForecast`: The load metric forecast.
|
409
409
|
#
|
410
|
-
# * `CapacityForecast
|
410
|
+
# * `CapacityForecast`: The capacity forecast.
|
411
411
|
#
|
412
|
-
# * `ScheduledActionMinCapacity
|
412
|
+
# * `ScheduledActionMinCapacity`: The minimum capacity for each
|
413
413
|
# scheduled scaling action. This data is calculated as the larger of
|
414
414
|
# two values: the capacity forecast or the minimum capacity in the
|
415
415
|
# scaling instruction.
|
416
416
|
#
|
417
|
-
# * `ScheduledActionMaxCapacity
|
417
|
+
# * `ScheduledActionMaxCapacity`: The maximum capacity for each
|
418
418
|
# scheduled scaling action. The calculation used is determined by
|
419
419
|
# the predictive scaling maximum capacity behavior setting in the
|
420
420
|
# scaling instruction.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-autoscalingplans
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.43.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|