aws-sdk-autoscaling 1.39.0 → 1.40.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21162b28994033fe0561bd454630f85ec3e09bfaf1d19030a2a600a2e9246b47
|
|
4
|
+
data.tar.gz: 20d545494b188d07ac04240ee6d7dffad9614b38d7a4c4f26de204d4d6762969
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d29d595273b5ab4103bdc7c01c128fe0f32b062b3e647303e9d4d1421d12d9ab5be3961295149216bbcd73ff97043c62250c21e1ce582abd2368ce7afbc9c218
|
|
7
|
+
data.tar.gz: 113b4092ff01627ad2e23a85869cca40bfe5bc2be421dc3055554b59b8a455b6843de3fc29ddb9d0b9a0a3eef983b31ff26702204d6535b6031b19631219c8a2
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
|
@@ -5199,7 +5199,7 @@ module Aws::AutoScaling
|
|
|
5199
5199
|
params: params,
|
|
5200
5200
|
config: config)
|
|
5201
5201
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
|
5202
|
-
context[:gem_version] = '1.
|
|
5202
|
+
context[:gem_version] = '1.40.0'
|
|
5203
5203
|
Seahorse::Client::Request.new(handlers, context)
|
|
5204
5204
|
end
|
|
5205
5205
|
|
|
@@ -20,6 +20,7 @@ module Aws::AutoScaling
|
|
|
20
20
|
#
|
|
21
21
|
class ActiveInstanceRefreshNotFoundFault < Struct.new(
|
|
22
22
|
:message)
|
|
23
|
+
SENSITIVE = []
|
|
23
24
|
include Aws::Structure
|
|
24
25
|
end
|
|
25
26
|
|
|
@@ -41,6 +42,7 @@ module Aws::AutoScaling
|
|
|
41
42
|
class ActivitiesType < Struct.new(
|
|
42
43
|
:activities,
|
|
43
44
|
:next_token)
|
|
45
|
+
SENSITIVE = []
|
|
44
46
|
include Aws::Structure
|
|
45
47
|
end
|
|
46
48
|
|
|
@@ -102,6 +104,7 @@ module Aws::AutoScaling
|
|
|
102
104
|
:status_message,
|
|
103
105
|
:progress,
|
|
104
106
|
:details)
|
|
107
|
+
SENSITIVE = []
|
|
105
108
|
include Aws::Structure
|
|
106
109
|
end
|
|
107
110
|
|
|
@@ -113,6 +116,7 @@ module Aws::AutoScaling
|
|
|
113
116
|
#
|
|
114
117
|
class ActivityType < Struct.new(
|
|
115
118
|
:activity)
|
|
119
|
+
SENSITIVE = []
|
|
116
120
|
include Aws::Structure
|
|
117
121
|
end
|
|
118
122
|
|
|
@@ -127,6 +131,7 @@ module Aws::AutoScaling
|
|
|
127
131
|
#
|
|
128
132
|
class AdjustmentType < Struct.new(
|
|
129
133
|
:adjustment_type)
|
|
134
|
+
SENSITIVE = []
|
|
130
135
|
include Aws::Structure
|
|
131
136
|
end
|
|
132
137
|
|
|
@@ -145,6 +150,7 @@ module Aws::AutoScaling
|
|
|
145
150
|
class Alarm < Struct.new(
|
|
146
151
|
:alarm_name,
|
|
147
152
|
:alarm_arn)
|
|
153
|
+
SENSITIVE = []
|
|
148
154
|
include Aws::Structure
|
|
149
155
|
end
|
|
150
156
|
|
|
@@ -158,6 +164,7 @@ module Aws::AutoScaling
|
|
|
158
164
|
#
|
|
159
165
|
class AlreadyExistsFault < Struct.new(
|
|
160
166
|
:message)
|
|
167
|
+
SENSITIVE = []
|
|
161
168
|
include Aws::Structure
|
|
162
169
|
end
|
|
163
170
|
|
|
@@ -182,6 +189,7 @@ module Aws::AutoScaling
|
|
|
182
189
|
class AttachInstancesQuery < Struct.new(
|
|
183
190
|
:instance_ids,
|
|
184
191
|
:auto_scaling_group_name)
|
|
192
|
+
SENSITIVE = []
|
|
185
193
|
include Aws::Structure
|
|
186
194
|
end
|
|
187
195
|
|
|
@@ -211,6 +219,7 @@ module Aws::AutoScaling
|
|
|
211
219
|
class AttachLoadBalancerTargetGroupsType < Struct.new(
|
|
212
220
|
:auto_scaling_group_name,
|
|
213
221
|
:target_group_arns)
|
|
222
|
+
SENSITIVE = []
|
|
214
223
|
include Aws::Structure
|
|
215
224
|
end
|
|
216
225
|
|
|
@@ -240,6 +249,7 @@ module Aws::AutoScaling
|
|
|
240
249
|
class AttachLoadBalancersType < Struct.new(
|
|
241
250
|
:auto_scaling_group_name,
|
|
242
251
|
:load_balancer_names)
|
|
252
|
+
SENSITIVE = []
|
|
243
253
|
include Aws::Structure
|
|
244
254
|
end
|
|
245
255
|
|
|
@@ -392,6 +402,7 @@ module Aws::AutoScaling
|
|
|
392
402
|
:new_instances_protected_from_scale_in,
|
|
393
403
|
:service_linked_role_arn,
|
|
394
404
|
:max_instance_lifetime)
|
|
405
|
+
SENSITIVE = []
|
|
395
406
|
include Aws::Structure
|
|
396
407
|
end
|
|
397
408
|
|
|
@@ -429,6 +440,7 @@ module Aws::AutoScaling
|
|
|
429
440
|
:auto_scaling_group_names,
|
|
430
441
|
:next_token,
|
|
431
442
|
:max_records)
|
|
443
|
+
SENSITIVE = []
|
|
432
444
|
include Aws::Structure
|
|
433
445
|
end
|
|
434
446
|
|
|
@@ -449,6 +461,7 @@ module Aws::AutoScaling
|
|
|
449
461
|
class AutoScalingGroupsType < Struct.new(
|
|
450
462
|
:auto_scaling_groups,
|
|
451
463
|
:next_token)
|
|
464
|
+
SENSITIVE = []
|
|
452
465
|
include Aws::Structure
|
|
453
466
|
end
|
|
454
467
|
|
|
@@ -516,6 +529,7 @@ module Aws::AutoScaling
|
|
|
516
529
|
:launch_template,
|
|
517
530
|
:protected_from_scale_in,
|
|
518
531
|
:weighted_capacity)
|
|
532
|
+
SENSITIVE = []
|
|
519
533
|
include Aws::Structure
|
|
520
534
|
end
|
|
521
535
|
|
|
@@ -536,6 +550,7 @@ module Aws::AutoScaling
|
|
|
536
550
|
class AutoScalingInstancesType < Struct.new(
|
|
537
551
|
:auto_scaling_instances,
|
|
538
552
|
:next_token)
|
|
553
|
+
SENSITIVE = []
|
|
539
554
|
include Aws::Structure
|
|
540
555
|
end
|
|
541
556
|
|
|
@@ -548,6 +563,7 @@ module Aws::AutoScaling
|
|
|
548
563
|
#
|
|
549
564
|
class BatchDeleteScheduledActionAnswer < Struct.new(
|
|
550
565
|
:failed_scheduled_actions)
|
|
566
|
+
SENSITIVE = []
|
|
551
567
|
include Aws::Structure
|
|
552
568
|
end
|
|
553
569
|
|
|
@@ -573,6 +589,7 @@ module Aws::AutoScaling
|
|
|
573
589
|
class BatchDeleteScheduledActionType < Struct.new(
|
|
574
590
|
:auto_scaling_group_name,
|
|
575
591
|
:scheduled_action_names)
|
|
592
|
+
SENSITIVE = []
|
|
576
593
|
include Aws::Structure
|
|
577
594
|
end
|
|
578
595
|
|
|
@@ -585,6 +602,7 @@ module Aws::AutoScaling
|
|
|
585
602
|
#
|
|
586
603
|
class BatchPutScheduledUpdateGroupActionAnswer < Struct.new(
|
|
587
604
|
:failed_scheduled_update_group_actions)
|
|
605
|
+
SENSITIVE = []
|
|
588
606
|
include Aws::Structure
|
|
589
607
|
end
|
|
590
608
|
|
|
@@ -619,6 +637,7 @@ module Aws::AutoScaling
|
|
|
619
637
|
class BatchPutScheduledUpdateGroupActionType < Struct.new(
|
|
620
638
|
:auto_scaling_group_name,
|
|
621
639
|
:scheduled_update_group_actions)
|
|
640
|
+
SENSITIVE = []
|
|
622
641
|
include Aws::Structure
|
|
623
642
|
end
|
|
624
643
|
|
|
@@ -682,6 +701,7 @@ module Aws::AutoScaling
|
|
|
682
701
|
:device_name,
|
|
683
702
|
:ebs,
|
|
684
703
|
:no_device)
|
|
704
|
+
SENSITIVE = []
|
|
685
705
|
include Aws::Structure
|
|
686
706
|
end
|
|
687
707
|
|
|
@@ -693,6 +713,7 @@ module Aws::AutoScaling
|
|
|
693
713
|
#
|
|
694
714
|
class CancelInstanceRefreshAnswer < Struct.new(
|
|
695
715
|
:instance_refresh_id)
|
|
716
|
+
SENSITIVE = []
|
|
696
717
|
include Aws::Structure
|
|
697
718
|
end
|
|
698
719
|
|
|
@@ -711,6 +732,7 @@ module Aws::AutoScaling
|
|
|
711
732
|
#
|
|
712
733
|
class CancelInstanceRefreshType < Struct.new(
|
|
713
734
|
:auto_scaling_group_name)
|
|
735
|
+
SENSITIVE = []
|
|
714
736
|
include Aws::Structure
|
|
715
737
|
end
|
|
716
738
|
|
|
@@ -761,6 +783,7 @@ module Aws::AutoScaling
|
|
|
761
783
|
:lifecycle_action_token,
|
|
762
784
|
:lifecycle_action_result,
|
|
763
785
|
:instance_id)
|
|
786
|
+
SENSITIVE = []
|
|
764
787
|
include Aws::Structure
|
|
765
788
|
end
|
|
766
789
|
|
|
@@ -1158,6 +1181,7 @@ module Aws::AutoScaling
|
|
|
1158
1181
|
:tags,
|
|
1159
1182
|
:service_linked_role_arn,
|
|
1160
1183
|
:max_instance_lifetime)
|
|
1184
|
+
SENSITIVE = []
|
|
1161
1185
|
include Aws::Structure
|
|
1162
1186
|
end
|
|
1163
1187
|
|
|
@@ -1475,6 +1499,7 @@ module Aws::AutoScaling
|
|
|
1475
1499
|
:ebs_optimized,
|
|
1476
1500
|
:associate_public_ip_address,
|
|
1477
1501
|
:placement_tenancy)
|
|
1502
|
+
SENSITIVE = []
|
|
1478
1503
|
include Aws::Structure
|
|
1479
1504
|
end
|
|
1480
1505
|
|
|
@@ -1501,6 +1526,7 @@ module Aws::AutoScaling
|
|
|
1501
1526
|
#
|
|
1502
1527
|
class CreateOrUpdateTagsType < Struct.new(
|
|
1503
1528
|
:tags)
|
|
1529
|
+
SENSITIVE = []
|
|
1504
1530
|
include Aws::Structure
|
|
1505
1531
|
end
|
|
1506
1532
|
|
|
@@ -1575,6 +1601,7 @@ module Aws::AutoScaling
|
|
|
1575
1601
|
:dimensions,
|
|
1576
1602
|
:statistic,
|
|
1577
1603
|
:unit)
|
|
1604
|
+
SENSITIVE = []
|
|
1578
1605
|
include Aws::Structure
|
|
1579
1606
|
end
|
|
1580
1607
|
|
|
@@ -1602,6 +1629,7 @@ module Aws::AutoScaling
|
|
|
1602
1629
|
class DeleteAutoScalingGroupType < Struct.new(
|
|
1603
1630
|
:auto_scaling_group_name,
|
|
1604
1631
|
:force_delete)
|
|
1632
|
+
SENSITIVE = []
|
|
1605
1633
|
include Aws::Structure
|
|
1606
1634
|
end
|
|
1607
1635
|
|
|
@@ -1630,6 +1658,7 @@ module Aws::AutoScaling
|
|
|
1630
1658
|
class DeleteLifecycleHookType < Struct.new(
|
|
1631
1659
|
:lifecycle_hook_name,
|
|
1632
1660
|
:auto_scaling_group_name)
|
|
1661
|
+
SENSITIVE = []
|
|
1633
1662
|
include Aws::Structure
|
|
1634
1663
|
end
|
|
1635
1664
|
|
|
@@ -1655,6 +1684,7 @@ module Aws::AutoScaling
|
|
|
1655
1684
|
class DeleteNotificationConfigurationType < Struct.new(
|
|
1656
1685
|
:auto_scaling_group_name,
|
|
1657
1686
|
:topic_arn)
|
|
1687
|
+
SENSITIVE = []
|
|
1658
1688
|
include Aws::Structure
|
|
1659
1689
|
end
|
|
1660
1690
|
|
|
@@ -1679,6 +1709,7 @@ module Aws::AutoScaling
|
|
|
1679
1709
|
class DeletePolicyType < Struct.new(
|
|
1680
1710
|
:auto_scaling_group_name,
|
|
1681
1711
|
:policy_name)
|
|
1712
|
+
SENSITIVE = []
|
|
1682
1713
|
include Aws::Structure
|
|
1683
1714
|
end
|
|
1684
1715
|
|
|
@@ -1703,6 +1734,7 @@ module Aws::AutoScaling
|
|
|
1703
1734
|
class DeleteScheduledActionType < Struct.new(
|
|
1704
1735
|
:auto_scaling_group_name,
|
|
1705
1736
|
:scheduled_action_name)
|
|
1737
|
+
SENSITIVE = []
|
|
1706
1738
|
include Aws::Structure
|
|
1707
1739
|
end
|
|
1708
1740
|
|
|
@@ -1729,6 +1761,7 @@ module Aws::AutoScaling
|
|
|
1729
1761
|
#
|
|
1730
1762
|
class DeleteTagsType < Struct.new(
|
|
1731
1763
|
:tags)
|
|
1764
|
+
SENSITIVE = []
|
|
1732
1765
|
include Aws::Structure
|
|
1733
1766
|
end
|
|
1734
1767
|
|
|
@@ -1757,6 +1790,7 @@ module Aws::AutoScaling
|
|
|
1757
1790
|
:max_number_of_launch_configurations,
|
|
1758
1791
|
:number_of_auto_scaling_groups,
|
|
1759
1792
|
:number_of_launch_configurations)
|
|
1793
|
+
SENSITIVE = []
|
|
1760
1794
|
include Aws::Structure
|
|
1761
1795
|
end
|
|
1762
1796
|
|
|
@@ -1768,6 +1802,7 @@ module Aws::AutoScaling
|
|
|
1768
1802
|
#
|
|
1769
1803
|
class DescribeAdjustmentTypesAnswer < Struct.new(
|
|
1770
1804
|
:adjustment_types)
|
|
1805
|
+
SENSITIVE = []
|
|
1771
1806
|
include Aws::Structure
|
|
1772
1807
|
end
|
|
1773
1808
|
|
|
@@ -1803,6 +1838,7 @@ module Aws::AutoScaling
|
|
|
1803
1838
|
:instance_ids,
|
|
1804
1839
|
:max_records,
|
|
1805
1840
|
:next_token)
|
|
1841
|
+
SENSITIVE = []
|
|
1806
1842
|
include Aws::Structure
|
|
1807
1843
|
end
|
|
1808
1844
|
|
|
@@ -1814,6 +1850,7 @@ module Aws::AutoScaling
|
|
|
1814
1850
|
#
|
|
1815
1851
|
class DescribeAutoScalingNotificationTypesAnswer < Struct.new(
|
|
1816
1852
|
:auto_scaling_notification_types)
|
|
1853
|
+
SENSITIVE = []
|
|
1817
1854
|
include Aws::Structure
|
|
1818
1855
|
end
|
|
1819
1856
|
|
|
@@ -1841,6 +1878,7 @@ module Aws::AutoScaling
|
|
|
1841
1878
|
class DescribeInstanceRefreshesAnswer < Struct.new(
|
|
1842
1879
|
:instance_refreshes,
|
|
1843
1880
|
:next_token)
|
|
1881
|
+
SENSITIVE = []
|
|
1844
1882
|
include Aws::Structure
|
|
1845
1883
|
end
|
|
1846
1884
|
|
|
@@ -1879,6 +1917,7 @@ module Aws::AutoScaling
|
|
|
1879
1917
|
:instance_refresh_ids,
|
|
1880
1918
|
:next_token,
|
|
1881
1919
|
:max_records)
|
|
1920
|
+
SENSITIVE = []
|
|
1882
1921
|
include Aws::Structure
|
|
1883
1922
|
end
|
|
1884
1923
|
|
|
@@ -1890,6 +1929,7 @@ module Aws::AutoScaling
|
|
|
1890
1929
|
#
|
|
1891
1930
|
class DescribeLifecycleHookTypesAnswer < Struct.new(
|
|
1892
1931
|
:lifecycle_hook_types)
|
|
1932
|
+
SENSITIVE = []
|
|
1893
1933
|
include Aws::Structure
|
|
1894
1934
|
end
|
|
1895
1935
|
|
|
@@ -1901,6 +1941,7 @@ module Aws::AutoScaling
|
|
|
1901
1941
|
#
|
|
1902
1942
|
class DescribeLifecycleHooksAnswer < Struct.new(
|
|
1903
1943
|
:lifecycle_hooks)
|
|
1944
|
+
SENSITIVE = []
|
|
1904
1945
|
include Aws::Structure
|
|
1905
1946
|
end
|
|
1906
1947
|
|
|
@@ -1926,6 +1967,7 @@ module Aws::AutoScaling
|
|
|
1926
1967
|
class DescribeLifecycleHooksType < Struct.new(
|
|
1927
1968
|
:auto_scaling_group_name,
|
|
1928
1969
|
:lifecycle_hook_names)
|
|
1970
|
+
SENSITIVE = []
|
|
1929
1971
|
include Aws::Structure
|
|
1930
1972
|
end
|
|
1931
1973
|
|
|
@@ -1958,6 +2000,7 @@ module Aws::AutoScaling
|
|
|
1958
2000
|
:auto_scaling_group_name,
|
|
1959
2001
|
:next_token,
|
|
1960
2002
|
:max_records)
|
|
2003
|
+
SENSITIVE = []
|
|
1961
2004
|
include Aws::Structure
|
|
1962
2005
|
end
|
|
1963
2006
|
|
|
@@ -1978,6 +2021,7 @@ module Aws::AutoScaling
|
|
|
1978
2021
|
class DescribeLoadBalancerTargetGroupsResponse < Struct.new(
|
|
1979
2022
|
:load_balancer_target_groups,
|
|
1980
2023
|
:next_token)
|
|
2024
|
+
SENSITIVE = []
|
|
1981
2025
|
include Aws::Structure
|
|
1982
2026
|
end
|
|
1983
2027
|
|
|
@@ -2010,6 +2054,7 @@ module Aws::AutoScaling
|
|
|
2010
2054
|
:auto_scaling_group_name,
|
|
2011
2055
|
:next_token,
|
|
2012
2056
|
:max_records)
|
|
2057
|
+
SENSITIVE = []
|
|
2013
2058
|
include Aws::Structure
|
|
2014
2059
|
end
|
|
2015
2060
|
|
|
@@ -2030,6 +2075,7 @@ module Aws::AutoScaling
|
|
|
2030
2075
|
class DescribeLoadBalancersResponse < Struct.new(
|
|
2031
2076
|
:load_balancers,
|
|
2032
2077
|
:next_token)
|
|
2078
|
+
SENSITIVE = []
|
|
2033
2079
|
include Aws::Structure
|
|
2034
2080
|
end
|
|
2035
2081
|
|
|
@@ -2046,6 +2092,7 @@ module Aws::AutoScaling
|
|
|
2046
2092
|
class DescribeMetricCollectionTypesAnswer < Struct.new(
|
|
2047
2093
|
:metrics,
|
|
2048
2094
|
:granularities)
|
|
2095
|
+
SENSITIVE = []
|
|
2049
2096
|
include Aws::Structure
|
|
2050
2097
|
end
|
|
2051
2098
|
|
|
@@ -2066,6 +2113,7 @@ module Aws::AutoScaling
|
|
|
2066
2113
|
class DescribeNotificationConfigurationsAnswer < Struct.new(
|
|
2067
2114
|
:notification_configurations,
|
|
2068
2115
|
:next_token)
|
|
2116
|
+
SENSITIVE = []
|
|
2069
2117
|
include Aws::Structure
|
|
2070
2118
|
end
|
|
2071
2119
|
|
|
@@ -2098,6 +2146,7 @@ module Aws::AutoScaling
|
|
|
2098
2146
|
:auto_scaling_group_names,
|
|
2099
2147
|
:next_token,
|
|
2100
2148
|
:max_records)
|
|
2149
|
+
SENSITIVE = []
|
|
2101
2150
|
include Aws::Structure
|
|
2102
2151
|
end
|
|
2103
2152
|
|
|
@@ -2146,6 +2195,7 @@ module Aws::AutoScaling
|
|
|
2146
2195
|
:policy_types,
|
|
2147
2196
|
:next_token,
|
|
2148
2197
|
:max_records)
|
|
2198
|
+
SENSITIVE = []
|
|
2149
2199
|
include Aws::Structure
|
|
2150
2200
|
end
|
|
2151
2201
|
|
|
@@ -2188,6 +2238,7 @@ module Aws::AutoScaling
|
|
|
2188
2238
|
:auto_scaling_group_name,
|
|
2189
2239
|
:max_records,
|
|
2190
2240
|
:next_token)
|
|
2241
|
+
SENSITIVE = []
|
|
2191
2242
|
include Aws::Structure
|
|
2192
2243
|
end
|
|
2193
2244
|
|
|
@@ -2243,6 +2294,7 @@ module Aws::AutoScaling
|
|
|
2243
2294
|
:end_time,
|
|
2244
2295
|
:next_token,
|
|
2245
2296
|
:max_records)
|
|
2297
|
+
SENSITIVE = []
|
|
2246
2298
|
include Aws::Structure
|
|
2247
2299
|
end
|
|
2248
2300
|
|
|
@@ -2282,6 +2334,7 @@ module Aws::AutoScaling
|
|
|
2282
2334
|
:filters,
|
|
2283
2335
|
:next_token,
|
|
2284
2336
|
:max_records)
|
|
2337
|
+
SENSITIVE = []
|
|
2285
2338
|
include Aws::Structure
|
|
2286
2339
|
end
|
|
2287
2340
|
|
|
@@ -2296,6 +2349,7 @@ module Aws::AutoScaling
|
|
|
2296
2349
|
#
|
|
2297
2350
|
class DescribeTerminationPolicyTypesAnswer < Struct.new(
|
|
2298
2351
|
:termination_policy_types)
|
|
2352
|
+
SENSITIVE = []
|
|
2299
2353
|
include Aws::Structure
|
|
2300
2354
|
end
|
|
2301
2355
|
|
|
@@ -2308,6 +2362,7 @@ module Aws::AutoScaling
|
|
|
2308
2362
|
#
|
|
2309
2363
|
class DetachInstancesAnswer < Struct.new(
|
|
2310
2364
|
:activities)
|
|
2365
|
+
SENSITIVE = []
|
|
2311
2366
|
include Aws::Structure
|
|
2312
2367
|
end
|
|
2313
2368
|
|
|
@@ -2339,6 +2394,7 @@ module Aws::AutoScaling
|
|
|
2339
2394
|
:instance_ids,
|
|
2340
2395
|
:auto_scaling_group_name,
|
|
2341
2396
|
:should_decrement_desired_capacity)
|
|
2397
|
+
SENSITIVE = []
|
|
2342
2398
|
include Aws::Structure
|
|
2343
2399
|
end
|
|
2344
2400
|
|
|
@@ -2368,6 +2424,7 @@ module Aws::AutoScaling
|
|
|
2368
2424
|
class DetachLoadBalancerTargetGroupsType < Struct.new(
|
|
2369
2425
|
:auto_scaling_group_name,
|
|
2370
2426
|
:target_group_arns)
|
|
2427
|
+
SENSITIVE = []
|
|
2371
2428
|
include Aws::Structure
|
|
2372
2429
|
end
|
|
2373
2430
|
|
|
@@ -2397,6 +2454,7 @@ module Aws::AutoScaling
|
|
|
2397
2454
|
class DetachLoadBalancersType < Struct.new(
|
|
2398
2455
|
:auto_scaling_group_name,
|
|
2399
2456
|
:load_balancer_names)
|
|
2457
|
+
SENSITIVE = []
|
|
2400
2458
|
include Aws::Structure
|
|
2401
2459
|
end
|
|
2402
2460
|
|
|
@@ -2449,6 +2507,7 @@ module Aws::AutoScaling
|
|
|
2449
2507
|
class DisableMetricsCollectionQuery < Struct.new(
|
|
2450
2508
|
:auto_scaling_group_name,
|
|
2451
2509
|
:metrics)
|
|
2510
|
+
SENSITIVE = []
|
|
2452
2511
|
include Aws::Structure
|
|
2453
2512
|
end
|
|
2454
2513
|
|
|
@@ -2570,6 +2629,7 @@ module Aws::AutoScaling
|
|
|
2570
2629
|
:delete_on_termination,
|
|
2571
2630
|
:iops,
|
|
2572
2631
|
:encrypted)
|
|
2632
|
+
SENSITIVE = []
|
|
2573
2633
|
include Aws::Structure
|
|
2574
2634
|
end
|
|
2575
2635
|
|
|
@@ -2633,6 +2693,7 @@ module Aws::AutoScaling
|
|
|
2633
2693
|
:auto_scaling_group_name,
|
|
2634
2694
|
:metrics,
|
|
2635
2695
|
:granularity)
|
|
2696
|
+
SENSITIVE = []
|
|
2636
2697
|
include Aws::Structure
|
|
2637
2698
|
end
|
|
2638
2699
|
|
|
@@ -2677,6 +2738,7 @@ module Aws::AutoScaling
|
|
|
2677
2738
|
class EnabledMetric < Struct.new(
|
|
2678
2739
|
:metric,
|
|
2679
2740
|
:granularity)
|
|
2741
|
+
SENSITIVE = []
|
|
2680
2742
|
include Aws::Structure
|
|
2681
2743
|
end
|
|
2682
2744
|
|
|
@@ -2688,6 +2750,7 @@ module Aws::AutoScaling
|
|
|
2688
2750
|
#
|
|
2689
2751
|
class EnterStandbyAnswer < Struct.new(
|
|
2690
2752
|
:activities)
|
|
2753
|
+
SENSITIVE = []
|
|
2691
2754
|
include Aws::Structure
|
|
2692
2755
|
end
|
|
2693
2756
|
|
|
@@ -2719,6 +2782,7 @@ module Aws::AutoScaling
|
|
|
2719
2782
|
:instance_ids,
|
|
2720
2783
|
:auto_scaling_group_name,
|
|
2721
2784
|
:should_decrement_desired_capacity)
|
|
2785
|
+
SENSITIVE = []
|
|
2722
2786
|
include Aws::Structure
|
|
2723
2787
|
end
|
|
2724
2788
|
|
|
@@ -2785,6 +2849,7 @@ module Aws::AutoScaling
|
|
|
2785
2849
|
:honor_cooldown,
|
|
2786
2850
|
:metric_value,
|
|
2787
2851
|
:breach_threshold)
|
|
2852
|
+
SENSITIVE = []
|
|
2788
2853
|
include Aws::Structure
|
|
2789
2854
|
end
|
|
2790
2855
|
|
|
@@ -2796,6 +2861,7 @@ module Aws::AutoScaling
|
|
|
2796
2861
|
#
|
|
2797
2862
|
class ExitStandbyAnswer < Struct.new(
|
|
2798
2863
|
:activities)
|
|
2864
|
+
SENSITIVE = []
|
|
2799
2865
|
include Aws::Structure
|
|
2800
2866
|
end
|
|
2801
2867
|
|
|
@@ -2820,6 +2886,7 @@ module Aws::AutoScaling
|
|
|
2820
2886
|
class ExitStandbyQuery < Struct.new(
|
|
2821
2887
|
:instance_ids,
|
|
2822
2888
|
:auto_scaling_group_name)
|
|
2889
|
+
SENSITIVE = []
|
|
2823
2890
|
include Aws::Structure
|
|
2824
2891
|
end
|
|
2825
2892
|
|
|
@@ -2844,6 +2911,7 @@ module Aws::AutoScaling
|
|
|
2844
2911
|
:scheduled_action_name,
|
|
2845
2912
|
:error_code,
|
|
2846
2913
|
:error_message)
|
|
2914
|
+
SENSITIVE = []
|
|
2847
2915
|
include Aws::Structure
|
|
2848
2916
|
end
|
|
2849
2917
|
|
|
@@ -2879,6 +2947,7 @@ module Aws::AutoScaling
|
|
|
2879
2947
|
class Filter < Struct.new(
|
|
2880
2948
|
:name,
|
|
2881
2949
|
:values)
|
|
2950
|
+
SENSITIVE = []
|
|
2882
2951
|
include Aws::Structure
|
|
2883
2952
|
end
|
|
2884
2953
|
|
|
@@ -2940,6 +3009,7 @@ module Aws::AutoScaling
|
|
|
2940
3009
|
:launch_template,
|
|
2941
3010
|
:protected_from_scale_in,
|
|
2942
3011
|
:weighted_capacity)
|
|
3012
|
+
SENSITIVE = []
|
|
2943
3013
|
include Aws::Structure
|
|
2944
3014
|
end
|
|
2945
3015
|
|
|
@@ -2962,6 +3032,7 @@ module Aws::AutoScaling
|
|
|
2962
3032
|
#
|
|
2963
3033
|
class InstanceMonitoring < Struct.new(
|
|
2964
3034
|
:enabled)
|
|
3035
|
+
SENSITIVE = []
|
|
2965
3036
|
include Aws::Structure
|
|
2966
3037
|
end
|
|
2967
3038
|
|
|
@@ -3033,6 +3104,7 @@ module Aws::AutoScaling
|
|
|
3033
3104
|
:end_time,
|
|
3034
3105
|
:percentage_complete,
|
|
3035
3106
|
:instances_to_update)
|
|
3107
|
+
SENSITIVE = []
|
|
3036
3108
|
include Aws::Structure
|
|
3037
3109
|
end
|
|
3038
3110
|
|
|
@@ -3046,6 +3118,7 @@ module Aws::AutoScaling
|
|
|
3046
3118
|
#
|
|
3047
3119
|
class InstanceRefreshInProgressFault < Struct.new(
|
|
3048
3120
|
:message)
|
|
3121
|
+
SENSITIVE = []
|
|
3049
3122
|
include Aws::Structure
|
|
3050
3123
|
end
|
|
3051
3124
|
|
|
@@ -3177,6 +3250,7 @@ module Aws::AutoScaling
|
|
|
3177
3250
|
:spot_allocation_strategy,
|
|
3178
3251
|
:spot_instance_pools,
|
|
3179
3252
|
:spot_max_price)
|
|
3253
|
+
SENSITIVE = []
|
|
3180
3254
|
include Aws::Structure
|
|
3181
3255
|
end
|
|
3182
3256
|
|
|
@@ -3189,6 +3263,7 @@ module Aws::AutoScaling
|
|
|
3189
3263
|
#
|
|
3190
3264
|
class InvalidNextToken < Struct.new(
|
|
3191
3265
|
:message)
|
|
3266
|
+
SENSITIVE = []
|
|
3192
3267
|
include Aws::Structure
|
|
3193
3268
|
end
|
|
3194
3269
|
|
|
@@ -3411,6 +3486,7 @@ module Aws::AutoScaling
|
|
|
3411
3486
|
:ebs_optimized,
|
|
3412
3487
|
:associate_public_ip_address,
|
|
3413
3488
|
:placement_tenancy)
|
|
3489
|
+
SENSITIVE = []
|
|
3414
3490
|
include Aws::Structure
|
|
3415
3491
|
end
|
|
3416
3492
|
|
|
@@ -3429,6 +3505,7 @@ module Aws::AutoScaling
|
|
|
3429
3505
|
#
|
|
3430
3506
|
class LaunchConfigurationNameType < Struct.new(
|
|
3431
3507
|
:launch_configuration_name)
|
|
3508
|
+
SENSITIVE = []
|
|
3432
3509
|
include Aws::Structure
|
|
3433
3510
|
end
|
|
3434
3511
|
|
|
@@ -3462,6 +3539,7 @@ module Aws::AutoScaling
|
|
|
3462
3539
|
:launch_configuration_names,
|
|
3463
3540
|
:next_token,
|
|
3464
3541
|
:max_records)
|
|
3542
|
+
SENSITIVE = []
|
|
3465
3543
|
include Aws::Structure
|
|
3466
3544
|
end
|
|
3467
3545
|
|
|
@@ -3482,6 +3560,7 @@ module Aws::AutoScaling
|
|
|
3482
3560
|
class LaunchConfigurationsType < Struct.new(
|
|
3483
3561
|
:launch_configurations,
|
|
3484
3562
|
:next_token)
|
|
3563
|
+
SENSITIVE = []
|
|
3485
3564
|
include Aws::Structure
|
|
3486
3565
|
end
|
|
3487
3566
|
|
|
@@ -3533,6 +3612,7 @@ module Aws::AutoScaling
|
|
|
3533
3612
|
class LaunchTemplate < Struct.new(
|
|
3534
3613
|
:launch_template_specification,
|
|
3535
3614
|
:overrides)
|
|
3615
|
+
SENSITIVE = []
|
|
3536
3616
|
include Aws::Structure
|
|
3537
3617
|
end
|
|
3538
3618
|
|
|
@@ -3585,6 +3665,7 @@ module Aws::AutoScaling
|
|
|
3585
3665
|
class LaunchTemplateOverrides < Struct.new(
|
|
3586
3666
|
:instance_type,
|
|
3587
3667
|
:weighted_capacity)
|
|
3668
|
+
SENSITIVE = []
|
|
3588
3669
|
include Aws::Structure
|
|
3589
3670
|
end
|
|
3590
3671
|
|
|
@@ -3662,6 +3743,7 @@ module Aws::AutoScaling
|
|
|
3662
3743
|
:launch_template_id,
|
|
3663
3744
|
:launch_template_name,
|
|
3664
3745
|
:version)
|
|
3746
|
+
SENSITIVE = []
|
|
3665
3747
|
include Aws::Structure
|
|
3666
3748
|
end
|
|
3667
3749
|
|
|
@@ -3735,6 +3817,7 @@ module Aws::AutoScaling
|
|
|
3735
3817
|
:heartbeat_timeout,
|
|
3736
3818
|
:global_timeout,
|
|
3737
3819
|
:default_result)
|
|
3820
|
+
SENSITIVE = []
|
|
3738
3821
|
include Aws::Structure
|
|
3739
3822
|
end
|
|
3740
3823
|
|
|
@@ -3844,6 +3927,7 @@ module Aws::AutoScaling
|
|
|
3844
3927
|
:default_result,
|
|
3845
3928
|
:notification_target_arn,
|
|
3846
3929
|
:role_arn)
|
|
3930
|
+
SENSITIVE = []
|
|
3847
3931
|
include Aws::Structure
|
|
3848
3932
|
end
|
|
3849
3933
|
|
|
@@ -3863,6 +3947,7 @@ module Aws::AutoScaling
|
|
|
3863
3947
|
#
|
|
3864
3948
|
class LimitExceededFault < Struct.new(
|
|
3865
3949
|
:message)
|
|
3950
|
+
SENSITIVE = []
|
|
3866
3951
|
include Aws::Structure
|
|
3867
3952
|
end
|
|
3868
3953
|
|
|
@@ -3909,6 +3994,7 @@ module Aws::AutoScaling
|
|
|
3909
3994
|
class LoadBalancerState < Struct.new(
|
|
3910
3995
|
:load_balancer_name,
|
|
3911
3996
|
:state)
|
|
3997
|
+
SENSITIVE = []
|
|
3912
3998
|
include Aws::Structure
|
|
3913
3999
|
end
|
|
3914
4000
|
|
|
@@ -3952,6 +4038,7 @@ module Aws::AutoScaling
|
|
|
3952
4038
|
class LoadBalancerTargetGroupState < Struct.new(
|
|
3953
4039
|
:load_balancer_target_group_arn,
|
|
3954
4040
|
:state)
|
|
4041
|
+
SENSITIVE = []
|
|
3955
4042
|
include Aws::Structure
|
|
3956
4043
|
end
|
|
3957
4044
|
|
|
@@ -3981,6 +4068,7 @@ module Aws::AutoScaling
|
|
|
3981
4068
|
#
|
|
3982
4069
|
class MetricCollectionType < Struct.new(
|
|
3983
4070
|
:metric)
|
|
4071
|
+
SENSITIVE = []
|
|
3984
4072
|
include Aws::Structure
|
|
3985
4073
|
end
|
|
3986
4074
|
|
|
@@ -4007,6 +4095,7 @@ module Aws::AutoScaling
|
|
|
4007
4095
|
class MetricDimension < Struct.new(
|
|
4008
4096
|
:name,
|
|
4009
4097
|
:value)
|
|
4098
|
+
SENSITIVE = []
|
|
4010
4099
|
include Aws::Structure
|
|
4011
4100
|
end
|
|
4012
4101
|
|
|
@@ -4020,6 +4109,7 @@ module Aws::AutoScaling
|
|
|
4020
4109
|
#
|
|
4021
4110
|
class MetricGranularityType < Struct.new(
|
|
4022
4111
|
:granularity)
|
|
4112
|
+
SENSITIVE = []
|
|
4023
4113
|
include Aws::Structure
|
|
4024
4114
|
end
|
|
4025
4115
|
|
|
@@ -4086,6 +4176,7 @@ module Aws::AutoScaling
|
|
|
4086
4176
|
class MixedInstancesPolicy < Struct.new(
|
|
4087
4177
|
:launch_template,
|
|
4088
4178
|
:instances_distribution)
|
|
4179
|
+
SENSITIVE = []
|
|
4089
4180
|
include Aws::Structure
|
|
4090
4181
|
end
|
|
4091
4182
|
|
|
@@ -4120,6 +4211,7 @@ module Aws::AutoScaling
|
|
|
4120
4211
|
:auto_scaling_group_name,
|
|
4121
4212
|
:topic_arn,
|
|
4122
4213
|
:notification_type)
|
|
4214
|
+
SENSITIVE = []
|
|
4123
4215
|
include Aws::Structure
|
|
4124
4216
|
end
|
|
4125
4217
|
|
|
@@ -4140,6 +4232,7 @@ module Aws::AutoScaling
|
|
|
4140
4232
|
class PoliciesType < Struct.new(
|
|
4141
4233
|
:scaling_policies,
|
|
4142
4234
|
:next_token)
|
|
4235
|
+
SENSITIVE = []
|
|
4143
4236
|
include Aws::Structure
|
|
4144
4237
|
end
|
|
4145
4238
|
|
|
@@ -4159,6 +4252,7 @@ module Aws::AutoScaling
|
|
|
4159
4252
|
class PolicyARNType < Struct.new(
|
|
4160
4253
|
:policy_arn,
|
|
4161
4254
|
:alarms)
|
|
4255
|
+
SENSITIVE = []
|
|
4162
4256
|
include Aws::Structure
|
|
4163
4257
|
end
|
|
4164
4258
|
|
|
@@ -4222,6 +4316,7 @@ module Aws::AutoScaling
|
|
|
4222
4316
|
class PredefinedMetricSpecification < Struct.new(
|
|
4223
4317
|
:predefined_metric_type,
|
|
4224
4318
|
:resource_label)
|
|
4319
|
+
SENSITIVE = []
|
|
4225
4320
|
include Aws::Structure
|
|
4226
4321
|
end
|
|
4227
4322
|
|
|
@@ -4260,6 +4355,7 @@ module Aws::AutoScaling
|
|
|
4260
4355
|
#
|
|
4261
4356
|
class ProcessType < Struct.new(
|
|
4262
4357
|
:process_name)
|
|
4358
|
+
SENSITIVE = []
|
|
4263
4359
|
include Aws::Structure
|
|
4264
4360
|
end
|
|
4265
4361
|
|
|
@@ -4271,6 +4367,7 @@ module Aws::AutoScaling
|
|
|
4271
4367
|
#
|
|
4272
4368
|
class ProcessesType < Struct.new(
|
|
4273
4369
|
:processes)
|
|
4370
|
+
SENSITIVE = []
|
|
4274
4371
|
include Aws::Structure
|
|
4275
4372
|
end
|
|
4276
4373
|
|
|
@@ -4373,6 +4470,7 @@ module Aws::AutoScaling
|
|
|
4373
4470
|
:notification_metadata,
|
|
4374
4471
|
:heartbeat_timeout,
|
|
4375
4472
|
:default_result)
|
|
4473
|
+
SENSITIVE = []
|
|
4376
4474
|
include Aws::Structure
|
|
4377
4475
|
end
|
|
4378
4476
|
|
|
@@ -4406,6 +4504,7 @@ module Aws::AutoScaling
|
|
|
4406
4504
|
:auto_scaling_group_name,
|
|
4407
4505
|
:topic_arn,
|
|
4408
4506
|
:notification_types)
|
|
4507
|
+
SENSITIVE = []
|
|
4409
4508
|
include Aws::Structure
|
|
4410
4509
|
end
|
|
4411
4510
|
|
|
@@ -4600,6 +4699,7 @@ module Aws::AutoScaling
|
|
|
4600
4699
|
:estimated_instance_warmup,
|
|
4601
4700
|
:target_tracking_configuration,
|
|
4602
4701
|
:enabled)
|
|
4702
|
+
SENSITIVE = []
|
|
4603
4703
|
include Aws::Structure
|
|
4604
4704
|
end
|
|
4605
4705
|
|
|
@@ -4691,6 +4791,7 @@ module Aws::AutoScaling
|
|
|
4691
4791
|
:min_size,
|
|
4692
4792
|
:max_size,
|
|
4693
4793
|
:desired_capacity)
|
|
4794
|
+
SENSITIVE = []
|
|
4694
4795
|
include Aws::Structure
|
|
4695
4796
|
end
|
|
4696
4797
|
|
|
@@ -4734,6 +4835,7 @@ module Aws::AutoScaling
|
|
|
4734
4835
|
:auto_scaling_group_name,
|
|
4735
4836
|
:lifecycle_action_token,
|
|
4736
4837
|
:instance_id)
|
|
4838
|
+
SENSITIVE = []
|
|
4737
4839
|
include Aws::Structure
|
|
4738
4840
|
end
|
|
4739
4841
|
|
|
@@ -4770,6 +4872,7 @@ module Aws::AutoScaling
|
|
|
4770
4872
|
class RefreshPreferences < Struct.new(
|
|
4771
4873
|
:min_healthy_percentage,
|
|
4772
4874
|
:instance_warmup)
|
|
4875
|
+
SENSITIVE = []
|
|
4773
4876
|
include Aws::Structure
|
|
4774
4877
|
end
|
|
4775
4878
|
|
|
@@ -4784,6 +4887,7 @@ module Aws::AutoScaling
|
|
|
4784
4887
|
#
|
|
4785
4888
|
class ResourceContentionFault < Struct.new(
|
|
4786
4889
|
:message)
|
|
4890
|
+
SENSITIVE = []
|
|
4787
4891
|
include Aws::Structure
|
|
4788
4892
|
end
|
|
4789
4893
|
|
|
@@ -4796,6 +4900,7 @@ module Aws::AutoScaling
|
|
|
4796
4900
|
#
|
|
4797
4901
|
class ResourceInUseFault < Struct.new(
|
|
4798
4902
|
:message)
|
|
4903
|
+
SENSITIVE = []
|
|
4799
4904
|
include Aws::Structure
|
|
4800
4905
|
end
|
|
4801
4906
|
|
|
@@ -4809,6 +4914,7 @@ module Aws::AutoScaling
|
|
|
4809
4914
|
#
|
|
4810
4915
|
class ScalingActivityInProgressFault < Struct.new(
|
|
4811
4916
|
:message)
|
|
4917
|
+
SENSITIVE = []
|
|
4812
4918
|
include Aws::Structure
|
|
4813
4919
|
end
|
|
4814
4920
|
|
|
@@ -4906,6 +5012,7 @@ module Aws::AutoScaling
|
|
|
4906
5012
|
:alarms,
|
|
4907
5013
|
:target_tracking_configuration,
|
|
4908
5014
|
:enabled)
|
|
5015
|
+
SENSITIVE = []
|
|
4909
5016
|
include Aws::Structure
|
|
4910
5017
|
end
|
|
4911
5018
|
|
|
@@ -4950,6 +5057,7 @@ module Aws::AutoScaling
|
|
|
4950
5057
|
class ScalingProcessQuery < Struct.new(
|
|
4951
5058
|
:auto_scaling_group_name,
|
|
4952
5059
|
:scaling_processes)
|
|
5060
|
+
SENSITIVE = []
|
|
4953
5061
|
include Aws::Structure
|
|
4954
5062
|
end
|
|
4955
5063
|
|
|
@@ -4970,6 +5078,7 @@ module Aws::AutoScaling
|
|
|
4970
5078
|
class ScheduledActionsType < Struct.new(
|
|
4971
5079
|
:scheduled_update_group_actions,
|
|
4972
5080
|
:next_token)
|
|
5081
|
+
SENSITIVE = []
|
|
4973
5082
|
include Aws::Structure
|
|
4974
5083
|
end
|
|
4975
5084
|
|
|
@@ -5035,6 +5144,7 @@ module Aws::AutoScaling
|
|
|
5035
5144
|
:min_size,
|
|
5036
5145
|
:max_size,
|
|
5037
5146
|
:desired_capacity)
|
|
5147
|
+
SENSITIVE = []
|
|
5038
5148
|
include Aws::Structure
|
|
5039
5149
|
end
|
|
5040
5150
|
|
|
@@ -5119,6 +5229,7 @@ module Aws::AutoScaling
|
|
|
5119
5229
|
:min_size,
|
|
5120
5230
|
:max_size,
|
|
5121
5231
|
:desired_capacity)
|
|
5232
|
+
SENSITIVE = []
|
|
5122
5233
|
include Aws::Structure
|
|
5123
5234
|
end
|
|
5124
5235
|
|
|
@@ -5131,6 +5242,7 @@ module Aws::AutoScaling
|
|
|
5131
5242
|
#
|
|
5132
5243
|
class ServiceLinkedRoleFailure < Struct.new(
|
|
5133
5244
|
:message)
|
|
5245
|
+
SENSITIVE = []
|
|
5134
5246
|
include Aws::Structure
|
|
5135
5247
|
end
|
|
5136
5248
|
|
|
@@ -5167,6 +5279,7 @@ module Aws::AutoScaling
|
|
|
5167
5279
|
:auto_scaling_group_name,
|
|
5168
5280
|
:desired_capacity,
|
|
5169
5281
|
:honor_cooldown)
|
|
5282
|
+
SENSITIVE = []
|
|
5170
5283
|
include Aws::Structure
|
|
5171
5284
|
end
|
|
5172
5285
|
|
|
@@ -5211,6 +5324,7 @@ module Aws::AutoScaling
|
|
|
5211
5324
|
:instance_id,
|
|
5212
5325
|
:health_status,
|
|
5213
5326
|
:should_respect_grace_period)
|
|
5327
|
+
SENSITIVE = []
|
|
5214
5328
|
include Aws::Structure
|
|
5215
5329
|
end
|
|
5216
5330
|
|
|
@@ -5246,6 +5360,7 @@ module Aws::AutoScaling
|
|
|
5246
5360
|
:instance_ids,
|
|
5247
5361
|
:auto_scaling_group_name,
|
|
5248
5362
|
:protected_from_scale_in)
|
|
5363
|
+
SENSITIVE = []
|
|
5249
5364
|
include Aws::Structure
|
|
5250
5365
|
end
|
|
5251
5366
|
|
|
@@ -5257,6 +5372,7 @@ module Aws::AutoScaling
|
|
|
5257
5372
|
#
|
|
5258
5373
|
class StartInstanceRefreshAnswer < Struct.new(
|
|
5259
5374
|
:instance_refresh_id)
|
|
5375
|
+
SENSITIVE = []
|
|
5260
5376
|
include Aws::Structure
|
|
5261
5377
|
end
|
|
5262
5378
|
|
|
@@ -5298,6 +5414,7 @@ module Aws::AutoScaling
|
|
|
5298
5414
|
:auto_scaling_group_name,
|
|
5299
5415
|
:strategy,
|
|
5300
5416
|
:preferences)
|
|
5417
|
+
SENSITIVE = []
|
|
5301
5418
|
include Aws::Structure
|
|
5302
5419
|
end
|
|
5303
5420
|
|
|
@@ -5378,6 +5495,7 @@ module Aws::AutoScaling
|
|
|
5378
5495
|
:metric_interval_lower_bound,
|
|
5379
5496
|
:metric_interval_upper_bound,
|
|
5380
5497
|
:scaling_adjustment)
|
|
5498
|
+
SENSITIVE = []
|
|
5381
5499
|
include Aws::Structure
|
|
5382
5500
|
end
|
|
5383
5501
|
|
|
@@ -5403,6 +5521,7 @@ module Aws::AutoScaling
|
|
|
5403
5521
|
class SuspendedProcess < Struct.new(
|
|
5404
5522
|
:process_name,
|
|
5405
5523
|
:suspension_reason)
|
|
5524
|
+
SENSITIVE = []
|
|
5406
5525
|
include Aws::Structure
|
|
5407
5526
|
end
|
|
5408
5527
|
|
|
@@ -5449,6 +5568,7 @@ module Aws::AutoScaling
|
|
|
5449
5568
|
:key,
|
|
5450
5569
|
:value,
|
|
5451
5570
|
:propagate_at_launch)
|
|
5571
|
+
SENSITIVE = []
|
|
5452
5572
|
include Aws::Structure
|
|
5453
5573
|
end
|
|
5454
5574
|
|
|
@@ -5484,6 +5604,7 @@ module Aws::AutoScaling
|
|
|
5484
5604
|
:key,
|
|
5485
5605
|
:value,
|
|
5486
5606
|
:propagate_at_launch)
|
|
5607
|
+
SENSITIVE = []
|
|
5487
5608
|
include Aws::Structure
|
|
5488
5609
|
end
|
|
5489
5610
|
|
|
@@ -5504,6 +5625,7 @@ module Aws::AutoScaling
|
|
|
5504
5625
|
class TagsType < Struct.new(
|
|
5505
5626
|
:tags,
|
|
5506
5627
|
:next_token)
|
|
5628
|
+
SENSITIVE = []
|
|
5507
5629
|
include Aws::Structure
|
|
5508
5630
|
end
|
|
5509
5631
|
|
|
@@ -5563,6 +5685,7 @@ module Aws::AutoScaling
|
|
|
5563
5685
|
:customized_metric_specification,
|
|
5564
5686
|
:target_value,
|
|
5565
5687
|
:disable_scale_in)
|
|
5688
|
+
SENSITIVE = []
|
|
5566
5689
|
include Aws::Structure
|
|
5567
5690
|
end
|
|
5568
5691
|
|
|
@@ -5588,6 +5711,7 @@ module Aws::AutoScaling
|
|
|
5588
5711
|
class TerminateInstanceInAutoScalingGroupType < Struct.new(
|
|
5589
5712
|
:instance_id,
|
|
5590
5713
|
:should_decrement_desired_capacity)
|
|
5714
|
+
SENSITIVE = []
|
|
5591
5715
|
include Aws::Structure
|
|
5592
5716
|
end
|
|
5593
5717
|
|
|
@@ -5848,6 +5972,7 @@ module Aws::AutoScaling
|
|
|
5848
5972
|
:new_instances_protected_from_scale_in,
|
|
5849
5973
|
:service_linked_role_arn,
|
|
5850
5974
|
:max_instance_lifetime)
|
|
5975
|
+
SENSITIVE = []
|
|
5851
5976
|
include Aws::Structure
|
|
5852
5977
|
end
|
|
5853
5978
|
|
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.40.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|