aws-sdk 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +3 -3
- data/lib/aws/api_config/OpsWorks-2013-02-18.yml +55 -0
- data/lib/aws/api_config/SNS-2010-03-31.yml +0 -3
- data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +30 -0
- data/lib/aws/auto_scaling/client.rb +0 -530
- data/lib/aws/cloud_formation/client.rb +0 -356
- data/lib/aws/cloud_front/client.rb +0 -1567
- data/lib/aws/cloud_search/client.rb +0 -578
- data/lib/aws/cloud_watch/client.rb +0 -445
- data/lib/aws/data_pipeline/client.rb +0 -396
- data/lib/aws/direct_connect/client.rb +0 -248
- data/lib/aws/dynamo_db.rb +0 -1
- data/lib/aws/dynamo_db/client.rb +70 -1
- data/lib/aws/dynamo_db/client_v2.rb +1 -1
- data/lib/aws/ec2/client.rb +0 -3942
- data/lib/aws/ec2/reserved_instances_offering_collection.rb +9 -3
- data/lib/aws/ec2/tag_collection.rb +1 -1
- data/lib/aws/elastic_beanstalk/client.rb +0 -898
- data/lib/aws/elastic_transcoder/client.rb +0 -1755
- data/lib/aws/elasticache/client.rb +0 -947
- data/lib/aws/elb/client.rb +0 -509
- data/lib/aws/emr/client.rb +0 -314
- data/lib/aws/glacier/client.rb +0 -278
- data/lib/aws/iam/client.rb +0 -1155
- data/lib/aws/import_export/client.rb +0 -96
- data/lib/aws/ops_works/client.rb +0 -1255
- data/lib/aws/rds/client.rb +0 -2367
- data/lib/aws/redshift/client.rb +0 -1458
- data/lib/aws/route_53/client.rb +0 -420
- data/lib/aws/simple_db/client.rb +2 -250
- data/lib/aws/simple_email_service/client.rb +0 -282
- data/lib/aws/simple_workflow/client.rb +0 -1248
- data/lib/aws/sns/client.rb +0 -283
- data/lib/aws/sns/message.rb +1 -1
- data/lib/aws/sqs/client.rb +0 -255
- data/lib/aws/storage_gateway/client.rb +0 -582
- data/lib/aws/sts/client.rb +0 -183
- data/lib/aws/support/client.rb +0 -232
- data/lib/aws/version.rb +1 -1
- metadata +2 -3
- data/lib/aws/dynamo_db/client_base.rb +0 -92
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a5bcbab894e2c7a5917e3556da76ff83027d6f1
|
4
|
+
data.tar.gz: 5c6652011879ec5a0e70e0a216ff32b3972fdb4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d142655824a621d2d7c9d8461f531ddec7dde3b288eebec926b630a4a768a133c47dd84b75c1c380e6fb6ae25b4de983a3f4a433a652e9f95522221dd81a1e1e
|
7
|
+
data.tar.gz: 774204486d144d659c0a8607c4f704d5f50746706547118d12831ff6ab902e13296933ad00e71216dba04833ad30865de1a73dc1e651c2d98e237cd6f90267cf
|
data/.yardopts
CHANGED
@@ -55,6 +55,12 @@
|
|
55
55
|
- :string
|
56
56
|
CustomJson:
|
57
57
|
- :string
|
58
|
+
ConfigurationManager:
|
59
|
+
- :structure:
|
60
|
+
Name:
|
61
|
+
- :string
|
62
|
+
Version:
|
63
|
+
- :string
|
58
64
|
UseCustomCookbooks:
|
59
65
|
- :boolean
|
60
66
|
CustomCookbooksSource:
|
@@ -190,6 +196,8 @@
|
|
190
196
|
- :string
|
191
197
|
Os:
|
192
198
|
- :string
|
199
|
+
AmiId:
|
200
|
+
- :string
|
193
201
|
SshKeyName:
|
194
202
|
- :string
|
195
203
|
AvailabilityZone:
|
@@ -198,6 +206,8 @@
|
|
198
206
|
- :string
|
199
207
|
RootDeviceType:
|
200
208
|
- :string
|
209
|
+
InstallUpdatesOnBoot:
|
210
|
+
- :boolean
|
201
211
|
:outputs:
|
202
212
|
InstanceId:
|
203
213
|
:sym: :instance_id
|
@@ -266,6 +276,8 @@
|
|
266
276
|
Shutdown:
|
267
277
|
- :list:
|
268
278
|
- :string
|
279
|
+
InstallUpdatesOnBoot:
|
280
|
+
- :boolean
|
269
281
|
:outputs:
|
270
282
|
LayerId:
|
271
283
|
:sym: :layer_id
|
@@ -299,6 +311,12 @@
|
|
299
311
|
- :string
|
300
312
|
CustomJson:
|
301
313
|
- :string
|
314
|
+
ConfigurationManager:
|
315
|
+
- :structure:
|
316
|
+
Name:
|
317
|
+
- :string
|
318
|
+
Version:
|
319
|
+
- :string
|
302
320
|
UseCustomCookbooks:
|
303
321
|
- :boolean
|
304
322
|
CustomCookbooksSource:
|
@@ -582,6 +600,9 @@
|
|
582
600
|
Name:
|
583
601
|
:sym: :name
|
584
602
|
:type: :string
|
603
|
+
Domain:
|
604
|
+
:sym: :domain
|
605
|
+
:type: :string
|
585
606
|
Region:
|
586
607
|
:sym: :region
|
587
608
|
:type: :string
|
@@ -613,6 +634,9 @@
|
|
613
634
|
LayerId:
|
614
635
|
:sym: :layer_id
|
615
636
|
:type: :string
|
637
|
+
VpcId:
|
638
|
+
:sym: :vpc_id
|
639
|
+
:type: :string
|
616
640
|
AvailabilityZones:
|
617
641
|
:sym: :availability_zones
|
618
642
|
:type: :string
|
@@ -664,6 +688,9 @@
|
|
664
688
|
Os:
|
665
689
|
:sym: :os
|
666
690
|
:type: :string
|
691
|
+
AmiId:
|
692
|
+
:sym: :ami_id
|
693
|
+
:type: :string
|
667
694
|
AvailabilityZone:
|
668
695
|
:sym: :availability_zone
|
669
696
|
:type: :string
|
@@ -709,6 +736,9 @@
|
|
709
736
|
RootDeviceVolumeId:
|
710
737
|
:sym: :root_device_volume_id
|
711
738
|
:type: :string
|
739
|
+
InstallUpdatesOnBoot:
|
740
|
+
:sym: :install_updates_on_boot
|
741
|
+
:type: :boolean
|
712
742
|
- :name: DescribeLayers
|
713
743
|
:method: :describe_layers
|
714
744
|
:inputs:
|
@@ -819,6 +849,9 @@
|
|
819
849
|
CreatedAt:
|
820
850
|
:sym: :created_at
|
821
851
|
:type: :string
|
852
|
+
InstallUpdatesOnBoot:
|
853
|
+
:sym: :install_updates_on_boot
|
854
|
+
:type: :boolean
|
822
855
|
- :name: DescribeLoadBasedAutoScaling
|
823
856
|
:method: :describe_load_based_auto_scaling
|
824
857
|
:inputs:
|
@@ -1027,6 +1060,16 @@
|
|
1027
1060
|
CustomJson:
|
1028
1061
|
:sym: :custom_json
|
1029
1062
|
:type: :string
|
1063
|
+
ConfigurationManager:
|
1064
|
+
:sym: :configuration_manager
|
1065
|
+
:type: :hash
|
1066
|
+
:members:
|
1067
|
+
Name:
|
1068
|
+
:sym: :name
|
1069
|
+
:type: :string
|
1070
|
+
Version:
|
1071
|
+
:sym: :version
|
1072
|
+
:type: :string
|
1030
1073
|
UseCustomCookbooks:
|
1031
1074
|
:sym: :use_custom_cookbooks
|
1032
1075
|
:type: :boolean
|
@@ -1419,10 +1462,14 @@
|
|
1419
1462
|
- :string
|
1420
1463
|
Os:
|
1421
1464
|
- :string
|
1465
|
+
AmiId:
|
1466
|
+
- :string
|
1422
1467
|
SshKeyName:
|
1423
1468
|
- :string
|
1424
1469
|
Architecture:
|
1425
1470
|
- :string
|
1471
|
+
InstallUpdatesOnBoot:
|
1472
|
+
- :boolean
|
1426
1473
|
:outputs: {}
|
1427
1474
|
- :name: UpdateLayer
|
1428
1475
|
:method: :update_layer
|
@@ -1483,6 +1530,8 @@
|
|
1483
1530
|
Shutdown:
|
1484
1531
|
- :list:
|
1485
1532
|
- :string
|
1533
|
+
InstallUpdatesOnBoot:
|
1534
|
+
- :boolean
|
1486
1535
|
:outputs: {}
|
1487
1536
|
- :name: UpdateStack
|
1488
1537
|
:method: :update_stack
|
@@ -1510,6 +1559,12 @@
|
|
1510
1559
|
- :string
|
1511
1560
|
CustomJson:
|
1512
1561
|
- :string
|
1562
|
+
ConfigurationManager:
|
1563
|
+
- :structure:
|
1564
|
+
Name:
|
1565
|
+
- :string
|
1566
|
+
Version:
|
1567
|
+
- :string
|
1513
1568
|
UseCustomCookbooks:
|
1514
1569
|
- :boolean
|
1515
1570
|
CustomCookbooksSource:
|
@@ -200,7 +200,6 @@
|
|
200
200
|
- :required
|
201
201
|
AttributeValue:
|
202
202
|
- :string
|
203
|
-
- :required
|
204
203
|
:outputs:
|
205
204
|
:children:
|
206
205
|
SetSubscriptionAttributesResult:
|
@@ -216,7 +215,6 @@
|
|
216
215
|
- :required
|
217
216
|
AttributeValue:
|
218
217
|
- :string
|
219
|
-
- :required
|
220
218
|
:outputs:
|
221
219
|
:children:
|
222
220
|
SetTopicAttributesResult:
|
@@ -232,7 +230,6 @@
|
|
232
230
|
- :required
|
233
231
|
Endpoint:
|
234
232
|
- :string
|
235
|
-
- :required
|
236
233
|
:outputs:
|
237
234
|
:children:
|
238
235
|
SubscribeResult:
|
@@ -697,6 +697,15 @@
|
|
697
697
|
:type: :string
|
698
698
|
decisionTaskCompletedEventId:
|
699
699
|
:type: :integer
|
700
|
+
recordMarkerFailedEventAttributes:
|
701
|
+
:type: :hash
|
702
|
+
:members:
|
703
|
+
markerName:
|
704
|
+
:type: :string
|
705
|
+
cause:
|
706
|
+
:type: :string
|
707
|
+
decisionTaskCompletedEventId:
|
708
|
+
:type: :integer
|
700
709
|
timerStartedEventAttributes:
|
701
710
|
:type: :hash
|
702
711
|
:members:
|
@@ -929,6 +938,8 @@
|
|
929
938
|
:type: :integer
|
930
939
|
decisionTaskCompletedEventId:
|
931
940
|
:type: :integer
|
941
|
+
control:
|
942
|
+
:type: :string
|
932
943
|
externalWorkflowExecutionCancelRequestedEventAttributes:
|
933
944
|
:type: :hash
|
934
945
|
:members:
|
@@ -965,6 +976,8 @@
|
|
965
976
|
:type: :integer
|
966
977
|
decisionTaskCompletedEventId:
|
967
978
|
:type: :integer
|
979
|
+
control:
|
980
|
+
:type: :string
|
968
981
|
scheduleActivityTaskFailedEventAttributes:
|
969
982
|
:type: :hash
|
970
983
|
:members:
|
@@ -1026,6 +1039,8 @@
|
|
1026
1039
|
:type: :integer
|
1027
1040
|
decisionTaskCompletedEventId:
|
1028
1041
|
:type: :integer
|
1042
|
+
control:
|
1043
|
+
:type: :string
|
1029
1044
|
nextPageToken:
|
1030
1045
|
:type: :string
|
1031
1046
|
- :name: ListActivityTypes
|
@@ -1671,6 +1686,15 @@
|
|
1671
1686
|
:type: :string
|
1672
1687
|
decisionTaskCompletedEventId:
|
1673
1688
|
:type: :integer
|
1689
|
+
recordMarkerFailedEventAttributes:
|
1690
|
+
:type: :hash
|
1691
|
+
:members:
|
1692
|
+
markerName:
|
1693
|
+
:type: :string
|
1694
|
+
cause:
|
1695
|
+
:type: :string
|
1696
|
+
decisionTaskCompletedEventId:
|
1697
|
+
:type: :integer
|
1674
1698
|
timerStartedEventAttributes:
|
1675
1699
|
:type: :hash
|
1676
1700
|
:members:
|
@@ -1903,6 +1927,8 @@
|
|
1903
1927
|
:type: :integer
|
1904
1928
|
decisionTaskCompletedEventId:
|
1905
1929
|
:type: :integer
|
1930
|
+
control:
|
1931
|
+
:type: :string
|
1906
1932
|
externalWorkflowExecutionCancelRequestedEventAttributes:
|
1907
1933
|
:type: :hash
|
1908
1934
|
:members:
|
@@ -1939,6 +1965,8 @@
|
|
1939
1965
|
:type: :integer
|
1940
1966
|
decisionTaskCompletedEventId:
|
1941
1967
|
:type: :integer
|
1968
|
+
control:
|
1969
|
+
:type: :string
|
1942
1970
|
scheduleActivityTaskFailedEventAttributes:
|
1943
1971
|
:type: :hash
|
1944
1972
|
:members:
|
@@ -2000,6 +2028,8 @@
|
|
2000
2028
|
:type: :integer
|
2001
2029
|
decisionTaskCompletedEventId:
|
2002
2030
|
:type: :integer
|
2031
|
+
control:
|
2032
|
+
:type: :string
|
2003
2033
|
nextPageToken:
|
2004
2034
|
:type: :string
|
2005
2035
|
previousStartedEventId:
|
@@ -39,536 +39,6 @@ module AWS
|
|
39
39
|
|
40
40
|
class Client::V20110101 < Client
|
41
41
|
|
42
|
-
# client methods #
|
43
|
-
|
44
|
-
# @!method create_auto_scaling_group(options = {})
|
45
|
-
# Calls the CreateAutoScalingGroup API operation.
|
46
|
-
# @param [Hash] options
|
47
|
-
#
|
48
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
49
|
-
# * `:launch_configuration_name` - *required* - (String)
|
50
|
-
# * `:min_size` - *required* - (Integer)
|
51
|
-
# * `:max_size` - *required* - (Integer)
|
52
|
-
# * `:desired_capacity` - (Integer)
|
53
|
-
# * `:default_cooldown` - (Integer)
|
54
|
-
# * `:availability_zones` - (Array<String>)
|
55
|
-
# * `:load_balancer_names` - (Array<String>)
|
56
|
-
# * `:health_check_type` - (String)
|
57
|
-
# * `:health_check_grace_period` - (Integer)
|
58
|
-
# * `:placement_group` - (String)
|
59
|
-
# * `:vpc_zone_identifier` - (String)
|
60
|
-
# * `:termination_policies` - (Array<String>)
|
61
|
-
# * `:tags` - (Array<Hash>)
|
62
|
-
# * `:resource_id` - (String)
|
63
|
-
# * `:resource_type` - (String)
|
64
|
-
# * `:key` - *required* - (String)
|
65
|
-
# * `:value` - (String)
|
66
|
-
# * `:propagate_at_launch` - (Boolean)
|
67
|
-
# @return [Core::Response]
|
68
|
-
|
69
|
-
# @!method create_launch_configuration(options = {})
|
70
|
-
# Calls the CreateLaunchConfiguration API operation.
|
71
|
-
# @param [Hash] options
|
72
|
-
#
|
73
|
-
# * `:launch_configuration_name` - *required* - (String)
|
74
|
-
# * `:image_id` - *required* - (String)
|
75
|
-
# * `:key_name` - (String)
|
76
|
-
# * `:security_groups` - (Array<String>)
|
77
|
-
# * `:user_data` - (String)
|
78
|
-
# * `:instance_type` - *required* - (String)
|
79
|
-
# * `:kernel_id` - (String)
|
80
|
-
# * `:ramdisk_id` - (String)
|
81
|
-
# * `:block_device_mappings` - (Array<Hash>)
|
82
|
-
# * `:virtual_name` - (String)
|
83
|
-
# * `:device_name` - *required* - (String)
|
84
|
-
# * `:ebs` - (Hash)
|
85
|
-
# * `:snapshot_id` - (String)
|
86
|
-
# * `:volume_size` - (Integer)
|
87
|
-
# * `:instance_monitoring` - (Hash)
|
88
|
-
# * `:enabled` - (Boolean)
|
89
|
-
# * `:spot_price` - (String)
|
90
|
-
# * `:iam_instance_profile` - (String)
|
91
|
-
# * `:ebs_optimized` - (Boolean)
|
92
|
-
# @return [Core::Response]
|
93
|
-
|
94
|
-
# @!method create_or_update_tags(options = {})
|
95
|
-
# Calls the CreateOrUpdateTags API operation.
|
96
|
-
# @param [Hash] options
|
97
|
-
#
|
98
|
-
# * `:tags` - *required* - (Array<Hash>)
|
99
|
-
# * `:resource_id` - (String)
|
100
|
-
# * `:resource_type` - (String)
|
101
|
-
# * `:key` - *required* - (String)
|
102
|
-
# * `:value` - (String)
|
103
|
-
# * `:propagate_at_launch` - (Boolean)
|
104
|
-
# @return [Core::Response]
|
105
|
-
|
106
|
-
# @!method delete_auto_scaling_group(options = {})
|
107
|
-
# Calls the DeleteAutoScalingGroup API operation.
|
108
|
-
# @param [Hash] options
|
109
|
-
#
|
110
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
111
|
-
# * `:force_delete` - (Boolean)
|
112
|
-
# @return [Core::Response]
|
113
|
-
|
114
|
-
# @!method delete_launch_configuration(options = {})
|
115
|
-
# Calls the DeleteLaunchConfiguration API operation.
|
116
|
-
# @param [Hash] options
|
117
|
-
#
|
118
|
-
# * `:launch_configuration_name` - *required* - (String)
|
119
|
-
# @return [Core::Response]
|
120
|
-
|
121
|
-
# @!method delete_notification_configuration(options = {})
|
122
|
-
# Calls the DeleteNotificationConfiguration API operation.
|
123
|
-
# @param [Hash] options
|
124
|
-
#
|
125
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
126
|
-
# * `:topic_arn` - *required* - (String)
|
127
|
-
# @return [Core::Response]
|
128
|
-
|
129
|
-
# @!method delete_policy(options = {})
|
130
|
-
# Calls the DeletePolicy API operation.
|
131
|
-
# @param [Hash] options
|
132
|
-
#
|
133
|
-
# * `:auto_scaling_group_name` - (String)
|
134
|
-
# * `:policy_name` - *required* - (String)
|
135
|
-
# @return [Core::Response]
|
136
|
-
|
137
|
-
# @!method delete_scheduled_action(options = {})
|
138
|
-
# Calls the DeleteScheduledAction API operation.
|
139
|
-
# @param [Hash] options
|
140
|
-
#
|
141
|
-
# * `:auto_scaling_group_name` - (String)
|
142
|
-
# * `:scheduled_action_name` - *required* - (String)
|
143
|
-
# @return [Core::Response]
|
144
|
-
|
145
|
-
# @!method delete_tags(options = {})
|
146
|
-
# Calls the DeleteTags API operation.
|
147
|
-
# @param [Hash] options
|
148
|
-
#
|
149
|
-
# * `:tags` - *required* - (Array<Hash>)
|
150
|
-
# * `:resource_id` - (String)
|
151
|
-
# * `:resource_type` - (String)
|
152
|
-
# * `:key` - *required* - (String)
|
153
|
-
# * `:value` - (String)
|
154
|
-
# * `:propagate_at_launch` - (Boolean)
|
155
|
-
# @return [Core::Response]
|
156
|
-
|
157
|
-
# @!method describe_adjustment_types(options = {})
|
158
|
-
# Calls the DescribeAdjustmentTypes API operation.
|
159
|
-
# @param [Hash] options
|
160
|
-
#
|
161
|
-
# @return [Core::Response]
|
162
|
-
# The #data method of the response object returns
|
163
|
-
# a hash with the following structure:
|
164
|
-
#
|
165
|
-
# * `:adjustment_types` - (Array<Hash>)
|
166
|
-
# * `:adjustment_type` - (String)
|
167
|
-
|
168
|
-
# @!method describe_auto_scaling_groups(options = {})
|
169
|
-
# Calls the DescribeAutoScalingGroups API operation.
|
170
|
-
# @param [Hash] options
|
171
|
-
#
|
172
|
-
# * `:auto_scaling_group_names` - (Array<String>)
|
173
|
-
# * `:next_token` - (String)
|
174
|
-
# * `:max_records` - (Integer)
|
175
|
-
# @return [Core::Response]
|
176
|
-
# The #data method of the response object returns
|
177
|
-
# a hash with the following structure:
|
178
|
-
#
|
179
|
-
# * `:auto_scaling_groups` - (Array<Hash>)
|
180
|
-
# * `:auto_scaling_group_name` - (String)
|
181
|
-
# * `:auto_scaling_group_arn` - (String)
|
182
|
-
# * `:launch_configuration_name` - (String)
|
183
|
-
# * `:min_size` - (Integer)
|
184
|
-
# * `:max_size` - (Integer)
|
185
|
-
# * `:desired_capacity` - (Integer)
|
186
|
-
# * `:default_cooldown` - (Integer)
|
187
|
-
# * `:availability_zones` - (Array<String>)
|
188
|
-
# * `:load_balancer_names` - (Array<String>)
|
189
|
-
# * `:health_check_type` - (String)
|
190
|
-
# * `:health_check_grace_period` - (Integer)
|
191
|
-
# * `:instances` - (Array<Hash>)
|
192
|
-
# * `:instance_id` - (String)
|
193
|
-
# * `:availability_zone` - (String)
|
194
|
-
# * `:lifecycle_state` - (String)
|
195
|
-
# * `:health_status` - (String)
|
196
|
-
# * `:launch_configuration_name` - (String)
|
197
|
-
# * `:created_time` - (Time)
|
198
|
-
# * `:suspended_processes` - (Array<Hash>)
|
199
|
-
# * `:process_name` - (String)
|
200
|
-
# * `:suspension_reason` - (String)
|
201
|
-
# * `:placement_group` - (String)
|
202
|
-
# * `:vpc_zone_identifier` - (String)
|
203
|
-
# * `:enabled_metrics` - (Array<Hash>)
|
204
|
-
# * `:metric` - (String)
|
205
|
-
# * `:granularity` - (String)
|
206
|
-
# * `:status` - (String)
|
207
|
-
# * `:tags` - (Array<Hash>)
|
208
|
-
# * `:resource_id` - (String)
|
209
|
-
# * `:resource_type` - (String)
|
210
|
-
# * `:key` - (String)
|
211
|
-
# * `:value` - (String)
|
212
|
-
# * `:propagate_at_launch` - (Boolean)
|
213
|
-
# * `:termination_policies` - (Array<String>)
|
214
|
-
# * `:next_token` - (String)
|
215
|
-
|
216
|
-
# @!method describe_auto_scaling_instances(options = {})
|
217
|
-
# Calls the DescribeAutoScalingInstances API operation.
|
218
|
-
# @param [Hash] options
|
219
|
-
#
|
220
|
-
# * `:instance_ids` - (Array<String>)
|
221
|
-
# * `:max_records` - (Integer)
|
222
|
-
# * `:next_token` - (String)
|
223
|
-
# @return [Core::Response]
|
224
|
-
# The #data method of the response object returns
|
225
|
-
# a hash with the following structure:
|
226
|
-
#
|
227
|
-
# * `:auto_scaling_instances` - (Array<Hash>)
|
228
|
-
# * `:instance_id` - (String)
|
229
|
-
# * `:auto_scaling_group_name` - (String)
|
230
|
-
# * `:availability_zone` - (String)
|
231
|
-
# * `:lifecycle_state` - (String)
|
232
|
-
# * `:health_status` - (String)
|
233
|
-
# * `:launch_configuration_name` - (String)
|
234
|
-
# * `:next_token` - (String)
|
235
|
-
|
236
|
-
# @!method describe_auto_scaling_notification_types(options = {})
|
237
|
-
# Calls the DescribeAutoScalingNotificationTypes API operation.
|
238
|
-
# @param [Hash] options
|
239
|
-
#
|
240
|
-
# @return [Core::Response]
|
241
|
-
# The #data method of the response object returns
|
242
|
-
# a hash with the following structure:
|
243
|
-
#
|
244
|
-
# * `:auto_scaling_notification_types` - (Array<String>)
|
245
|
-
|
246
|
-
# @!method describe_launch_configurations(options = {})
|
247
|
-
# Calls the DescribeLaunchConfigurations API operation.
|
248
|
-
# @param [Hash] options
|
249
|
-
#
|
250
|
-
# * `:launch_configuration_names` - (Array<String>)
|
251
|
-
# * `:next_token` - (String)
|
252
|
-
# * `:max_records` - (Integer)
|
253
|
-
# @return [Core::Response]
|
254
|
-
# The #data method of the response object returns
|
255
|
-
# a hash with the following structure:
|
256
|
-
#
|
257
|
-
# * `:launch_configurations` - (Array<Hash>)
|
258
|
-
# * `:launch_configuration_name` - (String)
|
259
|
-
# * `:launch_configuration_arn` - (String)
|
260
|
-
# * `:image_id` - (String)
|
261
|
-
# * `:key_name` - (String)
|
262
|
-
# * `:security_groups` - (Array<String>)
|
263
|
-
# * `:user_data` - (String)
|
264
|
-
# * `:instance_type` - (String)
|
265
|
-
# * `:kernel_id` - (String)
|
266
|
-
# * `:ramdisk_id` - (String)
|
267
|
-
# * `:block_device_mappings` - (Array<Hash>)
|
268
|
-
# * `:virtual_name` - (String)
|
269
|
-
# * `:device_name` - (String)
|
270
|
-
# * `:ebs` - (Hash)
|
271
|
-
# * `:snapshot_id` - (String)
|
272
|
-
# * `:volume_size` - (Integer)
|
273
|
-
# * `:instance_monitoring` - (Hash)
|
274
|
-
# * `:enabled` - (Boolean)
|
275
|
-
# * `:spot_price` - (String)
|
276
|
-
# * `:iam_instance_profile` - (String)
|
277
|
-
# * `:created_time` - (Time)
|
278
|
-
# * `:ebs_optimized` - (Boolean)
|
279
|
-
# * `:next_token` - (String)
|
280
|
-
|
281
|
-
# @!method describe_metric_collection_types(options = {})
|
282
|
-
# Calls the DescribeMetricCollectionTypes API operation.
|
283
|
-
# @param [Hash] options
|
284
|
-
#
|
285
|
-
# @return [Core::Response]
|
286
|
-
# The #data method of the response object returns
|
287
|
-
# a hash with the following structure:
|
288
|
-
#
|
289
|
-
# * `:metrics` - (Array<Hash>)
|
290
|
-
# * `:metric` - (String)
|
291
|
-
# * `:granularities` - (Array<Hash>)
|
292
|
-
# * `:granularity` - (String)
|
293
|
-
|
294
|
-
# @!method describe_notification_configurations(options = {})
|
295
|
-
# Calls the DescribeNotificationConfigurations API operation.
|
296
|
-
# @param [Hash] options
|
297
|
-
#
|
298
|
-
# * `:auto_scaling_group_names` - (Array<String>)
|
299
|
-
# * `:next_token` - (String)
|
300
|
-
# * `:max_records` - (Integer)
|
301
|
-
# @return [Core::Response]
|
302
|
-
# The #data method of the response object returns
|
303
|
-
# a hash with the following structure:
|
304
|
-
#
|
305
|
-
# * `:notification_configurations` - (Array<Hash>)
|
306
|
-
# * `:auto_scaling_group_name` - (String)
|
307
|
-
# * `:topic_arn` - (String)
|
308
|
-
# * `:notification_type` - (String)
|
309
|
-
# * `:next_token` - (String)
|
310
|
-
|
311
|
-
# @!method describe_policies(options = {})
|
312
|
-
# Calls the DescribePolicies API operation.
|
313
|
-
# @param [Hash] options
|
314
|
-
#
|
315
|
-
# * `:auto_scaling_group_name` - (String)
|
316
|
-
# * `:policy_names` - (Array<String>)
|
317
|
-
# * `:next_token` - (String)
|
318
|
-
# * `:max_records` - (Integer)
|
319
|
-
# @return [Core::Response]
|
320
|
-
# The #data method of the response object returns
|
321
|
-
# a hash with the following structure:
|
322
|
-
#
|
323
|
-
# * `:scaling_policies` - (Array<Hash>)
|
324
|
-
# * `:auto_scaling_group_name` - (String)
|
325
|
-
# * `:policy_name` - (String)
|
326
|
-
# * `:scaling_adjustment` - (Integer)
|
327
|
-
# * `:adjustment_type` - (String)
|
328
|
-
# * `:cooldown` - (Integer)
|
329
|
-
# * `:policy_arn` - (String)
|
330
|
-
# * `:alarms` - (Array<Hash>)
|
331
|
-
# * `:alarm_name` - (String)
|
332
|
-
# * `:alarm_arn` - (String)
|
333
|
-
# * `:min_adjustment_step` - (Integer)
|
334
|
-
# * `:next_token` - (String)
|
335
|
-
|
336
|
-
# @!method describe_scaling_activities(options = {})
|
337
|
-
# Calls the DescribeScalingActivities API operation.
|
338
|
-
# @param [Hash] options
|
339
|
-
#
|
340
|
-
# * `:activity_ids` - (Array<String>)
|
341
|
-
# * `:auto_scaling_group_name` - (String)
|
342
|
-
# * `:max_records` - (Integer)
|
343
|
-
# * `:next_token` - (String)
|
344
|
-
# @return [Core::Response]
|
345
|
-
# The #data method of the response object returns
|
346
|
-
# a hash with the following structure:
|
347
|
-
#
|
348
|
-
# * `:activities` - (Array<Hash>)
|
349
|
-
# * `:activity_id` - (String)
|
350
|
-
# * `:auto_scaling_group_name` - (String)
|
351
|
-
# * `:description` - (String)
|
352
|
-
# * `:cause` - (String)
|
353
|
-
# * `:start_time` - (Time)
|
354
|
-
# * `:end_time` - (Time)
|
355
|
-
# * `:status_code` - (String)
|
356
|
-
# * `:status_message` - (String)
|
357
|
-
# * `:progress` - (Integer)
|
358
|
-
# * `:details` - (String)
|
359
|
-
# * `:next_token` - (String)
|
360
|
-
|
361
|
-
# @!method describe_scaling_process_types(options = {})
|
362
|
-
# Calls the DescribeScalingProcessTypes API operation.
|
363
|
-
# @param [Hash] options
|
364
|
-
#
|
365
|
-
# @return [Core::Response]
|
366
|
-
# The #data method of the response object returns
|
367
|
-
# a hash with the following structure:
|
368
|
-
#
|
369
|
-
# * `:processes` - (Array<Hash>)
|
370
|
-
# * `:process_name` - (String)
|
371
|
-
|
372
|
-
# @!method describe_scheduled_actions(options = {})
|
373
|
-
# Calls the DescribeScheduledActions API operation.
|
374
|
-
# @param [Hash] options
|
375
|
-
#
|
376
|
-
# * `:auto_scaling_group_name` - (String)
|
377
|
-
# * `:scheduled_action_names` - (Array<String>)
|
378
|
-
# * `:start_time` - (String<ISO8601 datetime>)
|
379
|
-
# * `:end_time` - (String<ISO8601 datetime>)
|
380
|
-
# * `:next_token` - (String)
|
381
|
-
# * `:max_records` - (Integer)
|
382
|
-
# @return [Core::Response]
|
383
|
-
# The #data method of the response object returns
|
384
|
-
# a hash with the following structure:
|
385
|
-
#
|
386
|
-
# * `:scheduled_update_group_actions` - (Array<Hash>)
|
387
|
-
# * `:auto_scaling_group_name` - (String)
|
388
|
-
# * `:scheduled_action_name` - (String)
|
389
|
-
# * `:scheduled_action_arn` - (String)
|
390
|
-
# * `:time` - (Time)
|
391
|
-
# * `:start_time` - (Time)
|
392
|
-
# * `:end_time` - (Time)
|
393
|
-
# * `:recurrence` - (String)
|
394
|
-
# * `:min_size` - (Integer)
|
395
|
-
# * `:max_size` - (Integer)
|
396
|
-
# * `:desired_capacity` - (Integer)
|
397
|
-
# * `:next_token` - (String)
|
398
|
-
|
399
|
-
# @!method describe_tags(options = {})
|
400
|
-
# Calls the DescribeTags API operation.
|
401
|
-
# @param [Hash] options
|
402
|
-
#
|
403
|
-
# * `:filters` - (Array<Hash>)
|
404
|
-
# * `:name` - (String)
|
405
|
-
# * `:values` - (Array<String>)
|
406
|
-
# * `:next_token` - (String)
|
407
|
-
# * `:max_records` - (Integer)
|
408
|
-
# @return [Core::Response]
|
409
|
-
# The #data method of the response object returns
|
410
|
-
# a hash with the following structure:
|
411
|
-
#
|
412
|
-
# * `:tags` - (Array<Hash>)
|
413
|
-
# * `:resource_id` - (String)
|
414
|
-
# * `:resource_type` - (String)
|
415
|
-
# * `:key` - (String)
|
416
|
-
# * `:value` - (String)
|
417
|
-
# * `:propagate_at_launch` - (Boolean)
|
418
|
-
# * `:next_token` - (String)
|
419
|
-
|
420
|
-
# @!method describe_termination_policy_types(options = {})
|
421
|
-
# Calls the DescribeTerminationPolicyTypes API operation.
|
422
|
-
# @param [Hash] options
|
423
|
-
#
|
424
|
-
# @return [Core::Response]
|
425
|
-
# The #data method of the response object returns
|
426
|
-
# a hash with the following structure:
|
427
|
-
#
|
428
|
-
# * `:termination_policy_types` - (Array<String>)
|
429
|
-
|
430
|
-
# @!method disable_metrics_collection(options = {})
|
431
|
-
# Calls the DisableMetricsCollection API operation.
|
432
|
-
# @param [Hash] options
|
433
|
-
#
|
434
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
435
|
-
# * `:metrics` - (Array<String>)
|
436
|
-
# @return [Core::Response]
|
437
|
-
|
438
|
-
# @!method enable_metrics_collection(options = {})
|
439
|
-
# Calls the EnableMetricsCollection API operation.
|
440
|
-
# @param [Hash] options
|
441
|
-
#
|
442
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
443
|
-
# * `:metrics` - (Array<String>)
|
444
|
-
# * `:granularity` - *required* - (String)
|
445
|
-
# @return [Core::Response]
|
446
|
-
|
447
|
-
# @!method execute_policy(options = {})
|
448
|
-
# Calls the ExecutePolicy API operation.
|
449
|
-
# @param [Hash] options
|
450
|
-
#
|
451
|
-
# * `:auto_scaling_group_name` - (String)
|
452
|
-
# * `:policy_name` - *required* - (String)
|
453
|
-
# * `:honor_cooldown` - (Boolean)
|
454
|
-
# @return [Core::Response]
|
455
|
-
|
456
|
-
# @!method put_notification_configuration(options = {})
|
457
|
-
# Calls the PutNotificationConfiguration API operation.
|
458
|
-
# @param [Hash] options
|
459
|
-
#
|
460
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
461
|
-
# * `:topic_arn` - *required* - (String)
|
462
|
-
# * `:notification_types` - *required* - (Array<String>)
|
463
|
-
# @return [Core::Response]
|
464
|
-
|
465
|
-
# @!method put_scaling_policy(options = {})
|
466
|
-
# Calls the PutScalingPolicy API operation.
|
467
|
-
# @param [Hash] options
|
468
|
-
#
|
469
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
470
|
-
# * `:policy_name` - *required* - (String)
|
471
|
-
# * `:scaling_adjustment` - *required* - (Integer)
|
472
|
-
# * `:adjustment_type` - *required* - (String)
|
473
|
-
# * `:cooldown` - (Integer)
|
474
|
-
# * `:min_adjustment_step` - (Integer)
|
475
|
-
# @return [Core::Response]
|
476
|
-
# The #data method of the response object returns
|
477
|
-
# a hash with the following structure:
|
478
|
-
#
|
479
|
-
# * `:policy_arn` - (String)
|
480
|
-
|
481
|
-
# @!method put_scheduled_update_group_action(options = {})
|
482
|
-
# Calls the PutScheduledUpdateGroupAction API operation.
|
483
|
-
# @param [Hash] options
|
484
|
-
#
|
485
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
486
|
-
# * `:scheduled_action_name` - *required* - (String)
|
487
|
-
# * `:time` - (String<ISO8601 datetime>)
|
488
|
-
# * `:start_time` - (String<ISO8601 datetime>)
|
489
|
-
# * `:end_time` - (String<ISO8601 datetime>)
|
490
|
-
# * `:recurrence` - (String)
|
491
|
-
# * `:min_size` - (Integer)
|
492
|
-
# * `:max_size` - (Integer)
|
493
|
-
# * `:desired_capacity` - (Integer)
|
494
|
-
# @return [Core::Response]
|
495
|
-
|
496
|
-
# @!method resume_processes(options = {})
|
497
|
-
# Calls the ResumeProcesses API operation.
|
498
|
-
# @param [Hash] options
|
499
|
-
#
|
500
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
501
|
-
# * `:scaling_processes` - (Array<String>)
|
502
|
-
# @return [Core::Response]
|
503
|
-
|
504
|
-
# @!method set_desired_capacity(options = {})
|
505
|
-
# Calls the SetDesiredCapacity API operation.
|
506
|
-
# @param [Hash] options
|
507
|
-
#
|
508
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
509
|
-
# * `:desired_capacity` - *required* - (Integer)
|
510
|
-
# * `:honor_cooldown` - (Boolean)
|
511
|
-
# @return [Core::Response]
|
512
|
-
|
513
|
-
# @!method set_instance_health(options = {})
|
514
|
-
# Calls the SetInstanceHealth API operation.
|
515
|
-
# @param [Hash] options
|
516
|
-
#
|
517
|
-
# * `:instance_id` - *required* - (String)
|
518
|
-
# * `:health_status` - *required* - (String)
|
519
|
-
# * `:should_respect_grace_period` - (Boolean)
|
520
|
-
# @return [Core::Response]
|
521
|
-
|
522
|
-
# @!method suspend_processes(options = {})
|
523
|
-
# Calls the SuspendProcesses API operation.
|
524
|
-
# @param [Hash] options
|
525
|
-
#
|
526
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
527
|
-
# * `:scaling_processes` - (Array<String>)
|
528
|
-
# @return [Core::Response]
|
529
|
-
|
530
|
-
# @!method terminate_instance_in_auto_scaling_group(options = {})
|
531
|
-
# Calls the TerminateInstanceInAutoScalingGroup API operation.
|
532
|
-
# @param [Hash] options
|
533
|
-
#
|
534
|
-
# * `:instance_id` - *required* - (String)
|
535
|
-
# * `:should_decrement_desired_capacity` - *required* - (Boolean)
|
536
|
-
# @return [Core::Response]
|
537
|
-
# The #data method of the response object returns
|
538
|
-
# a hash with the following structure:
|
539
|
-
#
|
540
|
-
# * `:activity` - (Hash)
|
541
|
-
# * `:activity_id` - (String)
|
542
|
-
# * `:auto_scaling_group_name` - (String)
|
543
|
-
# * `:description` - (String)
|
544
|
-
# * `:cause` - (String)
|
545
|
-
# * `:start_time` - (Time)
|
546
|
-
# * `:end_time` - (Time)
|
547
|
-
# * `:status_code` - (String)
|
548
|
-
# * `:status_message` - (String)
|
549
|
-
# * `:progress` - (Integer)
|
550
|
-
# * `:details` - (String)
|
551
|
-
|
552
|
-
# @!method update_auto_scaling_group(options = {})
|
553
|
-
# Calls the UpdateAutoScalingGroup API operation.
|
554
|
-
# @param [Hash] options
|
555
|
-
#
|
556
|
-
# * `:auto_scaling_group_name` - *required* - (String)
|
557
|
-
# * `:launch_configuration_name` - (String)
|
558
|
-
# * `:min_size` - (Integer)
|
559
|
-
# * `:max_size` - (Integer)
|
560
|
-
# * `:desired_capacity` - (Integer)
|
561
|
-
# * `:default_cooldown` - (Integer)
|
562
|
-
# * `:availability_zones` - (Array<String>)
|
563
|
-
# * `:health_check_type` - (String)
|
564
|
-
# * `:health_check_grace_period` - (Integer)
|
565
|
-
# * `:placement_group` - (String)
|
566
|
-
# * `:vpc_zone_identifier` - (String)
|
567
|
-
# * `:termination_policies` - (Array<String>)
|
568
|
-
# @return [Core::Response]
|
569
|
-
|
570
|
-
# end client methods #
|
571
|
-
|
572
42
|
define_client_methods('2011-01-01')
|
573
43
|
|
574
44
|
end
|