aws-sdk-autoscalingplans 1.64.0 → 1.65.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: 2d90e366659e2bc3a43e9610155b5564e3fcf323758344bdd1a4dfcbb3e7d7d7
4
- data.tar.gz: fe8ea80f47b4c8458f730f82c6f1733460da1332229d5a22bbdfac4ac2473167
3
+ metadata.gz: 3d486b53c0af7dafde27a382ecd6f044cab069c0dff5603d106aab2e2b6df03c
4
+ data.tar.gz: 30f3f40bd2c116cf44248b9a964fb07dbdd4894ecd45963a7f34d378ef9faa4d
5
5
  SHA512:
6
- metadata.gz: 10365f8b11ecdb0b0fa5bf4d50e5278756e0978d75ded82afdda50a7ee3f4f4c15a1b1ed75f0cda6aedf5387cfb47d6ba0f91903bc260f7a1f38199e3a20edac
7
- data.tar.gz: 6884f60ff82e90e39e82ce456d3764eb10731a5193329b585bf1781114bd874e87f8d3be40c7a15c88083b307bee512a41ae1b588b04e9e15c9d052633ea61f5
6
+ metadata.gz: 315232e2939ca0a6950189a3de95db8a0917a73bd37e2cc4cd03196e5bec3b98b366e188d677a749dbd3baeac4f0dcac40ec7e4276ba256c015b9b5a9250c5af
7
+ data.tar.gz: 846946189277988167ebd37c9d63cb54f4ae2f5f9e32d8ea435acefe6700e8d7a77e0de78dbb20535882cdfecfc98d5c408f5cc84924192293258fa4549ce410
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.64.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:autoscalingplans)
40
-
41
39
  module Aws::AutoScalingPlans
42
40
  # An API client for AutoScalingPlans. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1008,7 +1006,7 @@ module Aws::AutoScalingPlans
1008
1006
  tracer: tracer
1009
1007
  )
1010
1008
  context[:gem_name] = 'aws-sdk-autoscalingplans'
1011
- context[:gem_version] = '1.64.0'
1009
+ context[:gem_version] = '1.65.0'
1012
1010
  Seahorse::Client::Request.new(handlers, context)
1013
1011
  end
1014
1012
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:autoscalingplans)
15
+
14
16
  # This module provides support for AWS Auto Scaling Plans. This module is available in the
15
17
  # `aws-sdk-autoscalingplans` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::AutoScalingPlans
52
54
  autoload :EndpointProvider, 'aws-sdk-autoscalingplans/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-autoscalingplans/endpoints'
54
56
 
55
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.0'
56
58
 
57
59
  end
58
60
 
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.64.0
4
+ version: 1.65.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core