aws-sdk-autoscalingplans 1.42.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7c1c317d342e61f61da3ee9e3d2beeab23e7fc3b39412d6bf599e161aab64b9
4
- data.tar.gz: 6757de81bb6ab44ec21b732d3d9b8898a30df04fade882942b8299ebab846ce6
3
+ metadata.gz: dec211b3c5cd6ad1d0e37329182cfa99dd13972bf8342bd3902d682df5bc3fc9
4
+ data.tar.gz: 9e89c5a2e306bc7d68fa42949bd6d2d8517b59e1fe3508d792a9745162768b1a
5
5
  SHA512:
6
- metadata.gz: 325780e9c3425247eb28ba61290470b63c61a1f087a753c4314339e3c367f1b9328330a7cc3ed5f2211b312acef3e16676a24501598a7a487dda6f971c1888a2
7
- data.tar.gz: e2378c8a931b65ce3213e05c31053c9940fb9729908c71bddf13f4c1802bfe479608071122ebd81cde88d4f78be942b9f63fddc29aadb1fbd6b840bbc32a288d
6
+ metadata.gz: 40919f1aefcbc5482031fa71d0c225c4813a7e6f035836f04514c8ad4e55de2815f2145bb868340a655ba2451ead6a83a0663be784a1f487b08aacfe992fbc40
7
+ data.tar.gz: 74489435a21317368210e65546015557d592cf3573ea9bc95f2f6f6cdd2f93706b14141297566b1248820da7526eade9026da66e37590b6f660f79dd21da6043
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.43.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.42.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.44.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`\: The load metric forecast.
744
+ # * `LoadForecast`: The load metric forecast.
740
745
  #
741
- # * `CapacityForecast`\: The capacity forecast.
746
+ # * `CapacityForecast`: The capacity forecast.
742
747
  #
743
- # * `ScheduledActionMinCapacity`\: The minimum capacity for each
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`\: The maximum capacity for each
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.42.0'
933
+ context[:gem_version] = '1.44.0'
929
934
  Seahorse::Client::Request.new(handlers, context)
930
935
  end
931
936
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::AutoScalingPlans
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class CreateScalingPlan
@@ -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`\: The load metric forecast.
408
+ # * `LoadForecast`: The load metric forecast.
409
409
  #
410
- # * `CapacityForecast`\: The capacity forecast.
410
+ # * `CapacityForecast`: The capacity forecast.
411
411
  #
412
- # * `ScheduledActionMinCapacity`\: The minimum capacity for each
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`\: The maximum capacity for each
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.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-autoscalingplans/customizations'
52
52
  # @!group service
53
53
  module Aws::AutoScalingPlans
54
54
 
55
- GEM_VERSION = '1.42.0'
55
+ GEM_VERSION = '1.44.0'
56
56
 
57
57
  end
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.42.0
4
+ version: 1.44.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-01-18 00:00:00.000000000 Z
11
+ date: 2023-06-15 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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement