1
+ package com .bizo .awsstubs .services .autoscaling ;
2
+
3
+ import com .amazonaws .AmazonWebServiceRequest ;
4
+ import com .amazonaws .ResponseMetadata ;
5
+ import com .amazonaws .regions .Region ;
6
+ import com .amazonaws .services .autoscaling .AmazonAutoScaling ;
7
+ import com .amazonaws .services .autoscaling .model .*;
8
+
9
+ public class AmazonAutoScalingStub implements AmazonAutoScaling {
10
+ @ Override
11
+ public void shutdown () {
12
+ throw new UnsupportedOperationException ();
13
+ }
14
+
15
+ @ Override
16
+ public void setEndpoint (final String arg0 ) {
17
+ throw new UnsupportedOperationException ();
18
+ }
19
+
20
+ @ Override
21
+ public void setRegion (final Region arg0 ) {
22
+ throw new UnsupportedOperationException ();
23
+ }
24
+
25
+ @ Override
26
+ public DescribeAutoScalingGroupsResult describeAutoScalingGroups (final DescribeAutoScalingGroupsRequest arg0 ) {
27
+ throw new UnsupportedOperationException ();
28
+ }
29
+
30
+ @ Override
31
+ public DescribeAutoScalingGroupsResult describeAutoScalingGroups () {
32
+ throw new UnsupportedOperationException ();
33
+ }
34
+
35
+ @ Override
36
+ public void enableMetricsCollection (final EnableMetricsCollectionRequest arg0 ) {
37
+ throw new UnsupportedOperationException ();
38
+ }
39
+
40
+ @ Override
41
+ public void resumeProcesses (final ResumeProcessesRequest arg0 ) {
42
+ throw new UnsupportedOperationException ();
43
+ }
44
+
45
+ @ Override
46
+ public void deleteLaunchConfiguration (final DeleteLaunchConfigurationRequest arg0 ) {
47
+ throw new UnsupportedOperationException ();
48
+ }
49
+
50
+ @ Override
51
+ public DescribePoliciesResult describePolicies (final DescribePoliciesRequest arg0 ) {
52
+ throw new UnsupportedOperationException ();
53
+ }
54
+
55
+ @ Override
56
+ public DescribePoliciesResult describePolicies () {
57
+ throw new UnsupportedOperationException ();
58
+ }
59
+
60
+ @ Override
61
+ public DescribeScalingProcessTypesResult describeScalingProcessTypes () {
62
+ throw new UnsupportedOperationException ();
63
+ }
64
+
65
+ @ Override
66
+ public DescribeScalingProcessTypesResult describeScalingProcessTypes (final DescribeScalingProcessTypesRequest arg0 ) {
67
+ throw new UnsupportedOperationException ();
68
+ }
69
+
70
+ @ Override
71
+ public void createAutoScalingGroup (final CreateAutoScalingGroupRequest arg0 ) {
72
+ throw new UnsupportedOperationException ();
73
+ }
74
+
75
+ @ Override
76
+ public DescribeScalingActivitiesResult describeScalingActivities (final DescribeScalingActivitiesRequest arg0 ) {
77
+ throw new UnsupportedOperationException ();
78
+ }
79
+
80
+ @ Override
81
+ public DescribeScalingActivitiesResult describeScalingActivities () {
82
+ throw new UnsupportedOperationException ();
83
+ }
84
+
85
+ @ Override
86
+ public DescribeNotificationConfigurationsResult describeNotificationConfigurations () {
87
+ throw new UnsupportedOperationException ();
88
+ }
89
+
90
+ @ Override
91
+ public DescribeNotificationConfigurationsResult describeNotificationConfigurations (
92
+ final DescribeNotificationConfigurationsRequest arg0 ) {
93
+ throw new UnsupportedOperationException ();
94
+ }
95
+
96
+ @ Override
97
+ public DescribeTerminationPolicyTypesResult describeTerminationPolicyTypes (
98
+ final DescribeTerminationPolicyTypesRequest arg0 ) {
99
+ throw new UnsupportedOperationException ();
100
+ }
101
+
102
+ @ Override
103
+ public DescribeTerminationPolicyTypesResult describeTerminationPolicyTypes () {
104
+ throw new UnsupportedOperationException ();
105
+ }
106
+
107
+ @ Override
108
+ public DescribeTagsResult describeTags (final DescribeTagsRequest arg0 ) {
109
+ throw new UnsupportedOperationException ();
110
+ }
111
+
112
+ @ Override
113
+ public DescribeTagsResult describeTags () {
114
+ throw new UnsupportedOperationException ();
115
+ }
116
+
117
+ @ Override
118
+ public void executePolicy (final ExecutePolicyRequest arg0 ) {
119
+ throw new UnsupportedOperationException ();
120
+ }
121
+
122
+ @ Override
123
+ public void deleteTags (final DeleteTagsRequest arg0 ) {
124
+ throw new UnsupportedOperationException ();
125
+ }
126
+
127
+ @ Override
128
+ public PutScalingPolicyResult putScalingPolicy (final PutScalingPolicyRequest arg0 ) {
129
+ throw new UnsupportedOperationException ();
130
+ }
131
+
132
+ @ Override
133
+ public void putNotificationConfiguration (final PutNotificationConfigurationRequest arg0 ) {
134
+ throw new UnsupportedOperationException ();
135
+ }
136
+
137
+ @ Override
138
+ public void deletePolicy (final DeletePolicyRequest arg0 ) {
139
+ throw new UnsupportedOperationException ();
140
+ }
141
+
142
+ @ Override
143
+ public void deleteNotificationConfiguration (final DeleteNotificationConfigurationRequest arg0 ) {
144
+ throw new UnsupportedOperationException ();
145
+ }
146
+
147
+ @ Override
148
+ public void deleteScheduledAction (final DeleteScheduledActionRequest arg0 ) {
149
+ throw new UnsupportedOperationException ();
150
+ }
151
+
152
+ @ Override
153
+ public void setInstanceHealth (final SetInstanceHealthRequest arg0 ) {
154
+ throw new UnsupportedOperationException ();
155
+ }
156
+
157
+ @ Override
158
+ public DescribeAutoScalingNotificationTypesResult describeAutoScalingNotificationTypes () {
159
+ throw new UnsupportedOperationException ();
160
+ }
161
+
162
+ @ Override
163
+ public DescribeAutoScalingNotificationTypesResult describeAutoScalingNotificationTypes (
164
+ final DescribeAutoScalingNotificationTypesRequest arg0 ) {
165
+ throw new UnsupportedOperationException ();
166
+ }
167
+
168
+ @ Override
169
+ public void createOrUpdateTags (final CreateOrUpdateTagsRequest arg0 ) {
170
+ throw new UnsupportedOperationException ();
171
+ }
172
+
173
+ @ Override
174
+ public void suspendProcesses (final SuspendProcessesRequest arg0 ) {
175
+ throw new UnsupportedOperationException ();
176
+ }
177
+
178
+ @ Override
179
+ public DescribeAutoScalingInstancesResult describeAutoScalingInstances () {
180
+ throw new UnsupportedOperationException ();
181
+ }
182
+
183
+ @ Override
184
+ public DescribeAutoScalingInstancesResult describeAutoScalingInstances (final DescribeAutoScalingInstancesRequest arg0 ) {
185
+ throw new UnsupportedOperationException ();
186
+ }
187
+
188
+ @ Override
189
+ public void createLaunchConfiguration (final CreateLaunchConfigurationRequest arg0 ) {
190
+ throw new UnsupportedOperationException ();
191
+ }
192
+
193
+ @ Override
194
+ public void deleteAutoScalingGroup (final DeleteAutoScalingGroupRequest arg0 ) {
195
+ throw new UnsupportedOperationException ();
196
+ }
197
+
198
+ @ Override
199
+ public void disableMetricsCollection (final DisableMetricsCollectionRequest arg0 ) {
200
+ throw new UnsupportedOperationException ();
201
+ }
202
+
203
+ @ Override
204
+ public void updateAutoScalingGroup (final UpdateAutoScalingGroupRequest arg0 ) {
205
+ throw new UnsupportedOperationException ();
206
+ }
207
+
208
+ @ Override
209
+ public DescribeLaunchConfigurationsResult describeLaunchConfigurations (final DescribeLaunchConfigurationsRequest arg0 ) {
210
+ throw new UnsupportedOperationException ();
211
+ }
212
+
213
+ @ Override
214
+ public DescribeLaunchConfigurationsResult describeLaunchConfigurations () {
215
+ throw new UnsupportedOperationException ();
216
+ }
217
+
218
+ @ Override
219
+ public DescribeAdjustmentTypesResult describeAdjustmentTypes (final DescribeAdjustmentTypesRequest arg0 ) {
220
+ throw new UnsupportedOperationException ();
221
+ }
222
+
223
+ @ Override
224
+ public DescribeAdjustmentTypesResult describeAdjustmentTypes () {
225
+ throw new UnsupportedOperationException ();
226
+ }
227
+
228
+ @ Override
229
+ public DescribeScheduledActionsResult describeScheduledActions (final DescribeScheduledActionsRequest arg0 ) {
230
+ throw new UnsupportedOperationException ();
231
+ }
232
+
233
+ @ Override
234
+ public DescribeScheduledActionsResult describeScheduledActions () {
235
+ throw new UnsupportedOperationException ();
236
+ }
237
+
238
+ @ Override
239
+ public void putScheduledUpdateGroupAction (final PutScheduledUpdateGroupActionRequest arg0 ) {
240
+ throw new UnsupportedOperationException ();
241
+ }
242
+
243
+ @ Override
244
+ public DescribeMetricCollectionTypesResult describeMetricCollectionTypes () {
245
+ throw new UnsupportedOperationException ();
246
+ }
247
+
248
+ @ Override
249
+ public DescribeMetricCollectionTypesResult describeMetricCollectionTypes (
250
+ final DescribeMetricCollectionTypesRequest arg0 ) {
251
+ throw new UnsupportedOperationException ();
252
+ }
253
+
254
+ @ Override
255
+ public void setDesiredCapacity (final SetDesiredCapacityRequest arg0 ) {
256
+ throw new UnsupportedOperationException ();
257
+ }
258
+
259
+ @ Override
260
+ public TerminateInstanceInAutoScalingGroupResult terminateInstanceInAutoScalingGroup (
261
+ final TerminateInstanceInAutoScalingGroupRequest arg0 ) {
262
+ throw new UnsupportedOperationException ();
263
+ }
264
+
265
+ @ Override
266
+ public ResponseMetadata getCachedResponseMetadata (final AmazonWebServiceRequest arg0 ) {
267
+ throw new UnsupportedOperationException ();
268
+ }
269
+ }
0 commit comments