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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling/client.rb +1 -3
- data/lib/aws-sdk-autoscaling/client_api.rb +1 -0
- data/lib/aws-sdk-autoscaling/types.rb +1 -0
- data/lib/aws-sdk-autoscaling.rb +26 -22
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cf12fbb932a652cf60fc621cda2b41621b8bc4998bb2b4ce54394fbc1b8bf47
|
4
|
+
data.tar.gz: bcaa69a442a918e010a4007a34715b15dff29336444782c302c2b5b1c8c1bbe4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
7225
|
+
context[:gem_version] = '1.121.0'
|
7228
7226
|
Seahorse::Client::Request.new(handlers, context)
|
7229
7227
|
end
|
7230
7228
|
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
@@ -11,27 +11,7 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
-
|
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.
|
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.
|
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-
|
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
|