aws-sdk-autoscaling 1.119.0 → 1.121.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: '096bf052a653e1201ca5326fc84251713b1063449a317f643792c09a68782ac6'
4
- data.tar.gz: e7efc840059fc2d0876a78a2a484039f9ff0bce3de0904bd903ee324fbf6dd49
3
+ metadata.gz: 5cf12fbb932a652cf60fc621cda2b41621b8bc4998bb2b4ce54394fbc1b8bf47
4
+ data.tar.gz: bcaa69a442a918e010a4007a34715b15dff29336444782c302c2b5b1c8c1bbe4
5
5
  SHA512:
6
- metadata.gz: ccff7f84032242a86027f10dcde6308c961c9f67188a27b8bd9d6ac1951aa4b79d3847c65d909eec53323587c048a2444791e32f4c6e929041b0b85d81c46a72
7
- data.tar.gz: 5ec091a005b63bfe884d80f9ccb4da9bde4ee93d66fc24f46dae4a0ad3fa757a191369cbda6d396c0b68630463961458d0382e40e519a561c25f06fb90a77585
6
+ metadata.gz: ad7325aecbfabb7e3856b32eb0349b396863f5249615ad3dafd39b7e9a1fe561eb74dcf6239b97b3748450a4f0836f95c7310de9d4ce5f75cf9178c514f4f221
7
+ data.tar.gz: ca51032f42680672b179e53277e58d61720a950ad031bf722e9bec69702fa12c05e29197cddc2ba60f06c6a411605af37d2dfa690ed5f7a0f6b4f74eeaee81f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.121.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.120.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.119.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.119.0
1
+ 1.121.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/query.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:autoscaling)
40
-
41
39
  module Aws::AutoScaling
42
40
  # An API client for AutoScaling. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -7224,7 +7222,7 @@ module Aws::AutoScaling
7224
7222
  tracer: tracer
7225
7223
  )
7226
7224
  context[:gem_name] = 'aws-sdk-autoscaling'
7227
- context[:gem_version] = '1.119.0'
7225
+ context[:gem_version] = '1.121.0'
7228
7226
  Seahorse::Client::Request.new(handlers, context)
7229
7227
  end
7230
7228
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::AutoScaling
11
12
  # @api private
12
13
  module ClientApi
@@ -7924,3 +7924,4 @@ module Aws::AutoScaling
7924
7924
 
7925
7925
  end
7926
7926
  end
7927
+
@@ -11,27 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-autoscaling/types'
15
- require_relative 'aws-sdk-autoscaling/client_api'
16
- require_relative 'aws-sdk-autoscaling/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-autoscaling/client'
18
- require_relative 'aws-sdk-autoscaling/errors'
19
- require_relative 'aws-sdk-autoscaling/waiters'
20
- require_relative 'aws-sdk-autoscaling/resource'
21
- require_relative 'aws-sdk-autoscaling/endpoint_parameters'
22
- require_relative 'aws-sdk-autoscaling/endpoint_provider'
23
- require_relative 'aws-sdk-autoscaling/endpoints'
24
- require_relative 'aws-sdk-autoscaling/activity'
25
- require_relative 'aws-sdk-autoscaling/auto_scaling_group'
26
- require_relative 'aws-sdk-autoscaling/instance'
27
- require_relative 'aws-sdk-autoscaling/launch_configuration'
28
- require_relative 'aws-sdk-autoscaling/lifecycle_hook'
29
- require_relative 'aws-sdk-autoscaling/load_balancer'
30
- require_relative 'aws-sdk-autoscaling/notification_configuration'
31
- require_relative 'aws-sdk-autoscaling/scaling_policy'
32
- require_relative 'aws-sdk-autoscaling/scheduled_action'
33
- require_relative 'aws-sdk-autoscaling/tag'
34
- require_relative 'aws-sdk-autoscaling/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:autoscaling)
35
15
 
36
16
  # This module provides support for Auto Scaling. This module is available in the
37
17
  # `aws-sdk-autoscaling` gem.
@@ -62,7 +42,31 @@ require_relative 'aws-sdk-autoscaling/customizations'
62
42
  #
63
43
  # @!group service
64
44
  module Aws::AutoScaling
45
+ autoload :Types, 'aws-sdk-autoscaling/types'
46
+ autoload :ClientApi, 'aws-sdk-autoscaling/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-autoscaling/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-autoscaling/client'
51
+ autoload :Errors, 'aws-sdk-autoscaling/errors'
52
+ autoload :Waiters, 'aws-sdk-autoscaling/waiters'
53
+ autoload :Resource, 'aws-sdk-autoscaling/resource'
54
+ autoload :EndpointParameters, 'aws-sdk-autoscaling/endpoint_parameters'
55
+ autoload :EndpointProvider, 'aws-sdk-autoscaling/endpoint_provider'
56
+ autoload :Endpoints, 'aws-sdk-autoscaling/endpoints'
57
+ autoload :Activity, 'aws-sdk-autoscaling/activity'
58
+ autoload :AutoScalingGroup, 'aws-sdk-autoscaling/auto_scaling_group'
59
+ autoload :Instance, 'aws-sdk-autoscaling/instance'
60
+ autoload :LaunchConfiguration, 'aws-sdk-autoscaling/launch_configuration'
61
+ autoload :LifecycleHook, 'aws-sdk-autoscaling/lifecycle_hook'
62
+ autoload :LoadBalancer, 'aws-sdk-autoscaling/load_balancer'
63
+ autoload :NotificationConfiguration, 'aws-sdk-autoscaling/notification_configuration'
64
+ autoload :ScalingPolicy, 'aws-sdk-autoscaling/scaling_policy'
65
+ autoload :ScheduledAction, 'aws-sdk-autoscaling/scheduled_action'
66
+ autoload :Tag, 'aws-sdk-autoscaling/tag'
65
67
 
66
- GEM_VERSION = '1.119.0'
68
+ GEM_VERSION = '1.121.0'
67
69
 
68
70
  end
71
+
72
+ require_relative 'aws-sdk-autoscaling/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.119.0
4
+ version: 1.121.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-20 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