Skip to content

Commit 1dfaec8

Browse files
awsmobilesdkdesokroshan
authored andcommitted
[aws-android-sdk-autoscaling] Update models to latest (#1133)
1 parent 32090a4 commit 1dfaec8

18 files changed

+2317
-1151
lines changed

aws-android-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AmazonAutoScaling.java

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
* Scaling</fullname>
2525
* <p>
2626
* Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2
27-
* instances based on user-defined policies, schedules, and health checks. Use
28-
* this service with AWS Auto Scaling, Amazon CloudWatch, and Elastic Load
29-
* Balancing.
27+
* instances based on user-defined scaling policies, scheduled actions, and
28+
* health checks. Use this service with AWS Auto Scaling, Amazon CloudWatch, and
29+
* Elastic Load Balancing.
3030
* </p>
3131
* <p>
3232
* For more information, including information about granting IAM users required
@@ -1301,8 +1301,7 @@ ExitStandbyResult exitStandby(ExitStandbyRequest exitStandbyRequest)
13011301
* <li>
13021302
* <p>
13031303
* If you need more time, record the lifecycle action heartbeat to keep the
1304-
* instance in a pending state using using
1305-
* <a>RecordLifecycleActionHeartbeat</a>.
1304+
* instance in a pending state using <a>RecordLifecycleActionHeartbeat</a>.
13061305
* </p>
13071306
* </li>
13081307
* <li>
@@ -1378,10 +1377,16 @@ void putNotificationConfiguration(
13781377

13791378
/**
13801379
* <p>
1381-
* Creates or updates a policy for an Auto Scaling group. To update an
1382-
* existing policy, use the existing policy name and set the parameters to
1383-
* change. Any existing parameter not changed in an update to an existing
1384-
* policy is not changed in this update request.
1380+
* Creates or updates a scaling policy for an Auto Scaling group. To update
1381+
* an existing scaling policy, use the existing policy name and set the
1382+
* parameters to change. Any existing parameter not changed in an update to
1383+
* an existing policy is not changed in this update request.
1384+
* </p>
1385+
* <p>
1386+
* For more information about using scaling policies to scale your Auto
1387+
* Scaling group automatically, see <a href=
1388+
* "https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html"
1389+
* >Dynamic Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.
13851390
* </p>
13861391
*
13871392
* @param putScalingPolicyRequest
@@ -1677,8 +1682,8 @@ TerminateInstanceInAutoScalingGroupResult terminateInstanceInAutoScalingGroup(
16771682
* </p>
16781683
* <p>
16791684
* If you associate a new launch configuration or template with an Auto
1680-
* Scaling group, all new instances will get the updated configuration, but
1681-
* existing instances continue to run with the configuration that they were
1685+
* Scaling group, all new instances will get the updated configuration.
1686+
* Existing instances continue to run with the configuration that they were
16821687
* originally launched with. When you update a group to specify a mixed
16831688
* instances policy instead of a launch configuration or template, existing
16841689
* instances may be replaced to match the new purchasing options that you

aws-android-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AmazonAutoScalingAsync.java

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
* EC2 Auto Scaling</fullname>
2828
* <p>
2929
* Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2
30-
* instances based on user-defined policies, schedules, and health checks. Use
31-
* this service with AWS Auto Scaling, Amazon CloudWatch, and Elastic Load
32-
* Balancing.
30+
* instances based on user-defined scaling policies, scheduled actions, and
31+
* health checks. Use this service with AWS Auto Scaling, Amazon CloudWatch, and
32+
* Elastic Load Balancing.
3333
* </p>
3434
* <p>
3535
* For more information, including information about granting IAM users required
@@ -2717,8 +2717,7 @@ Future<ExitStandbyResult> exitStandbyAsync(ExitStandbyRequest exitStandbyRequest
27172717
* <li>
27182718
* <p>
27192719
* If you need more time, record the lifecycle action heartbeat to keep the
2720-
* instance in a pending state using using
2721-
* <a>RecordLifecycleActionHeartbeat</a>.
2720+
* instance in a pending state using <a>RecordLifecycleActionHeartbeat</a>.
27222721
* </p>
27232722
* </li>
27242723
* <li>
@@ -2799,8 +2798,7 @@ Future<PutLifecycleHookResult> putLifecycleHookAsync(
27992798
* <li>
28002799
* <p>
28012800
* If you need more time, record the lifecycle action heartbeat to keep the
2802-
* instance in a pending state using using
2803-
* <a>RecordLifecycleActionHeartbeat</a>.
2801+
* instance in a pending state using <a>RecordLifecycleActionHeartbeat</a>.
28042802
* </p>
28052803
* </li>
28062804
* <li>
@@ -2926,10 +2924,16 @@ Future<Void> putNotificationConfigurationAsync(
29262924

29272925
/**
29282926
* <p>
2929-
* Creates or updates a policy for an Auto Scaling group. To update an
2930-
* existing policy, use the existing policy name and set the parameters to
2931-
* change. Any existing parameter not changed in an update to an existing
2932-
* policy is not changed in this update request.
2927+
* Creates or updates a scaling policy for an Auto Scaling group. To update
2928+
* an existing scaling policy, use the existing policy name and set the
2929+
* parameters to change. Any existing parameter not changed in an update to
2930+
* an existing policy is not changed in this update request.
2931+
* </p>
2932+
* <p>
2933+
* For more information about using scaling policies to scale your Auto
2934+
* Scaling group automatically, see <a href=
2935+
* "https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html"
2936+
* >Dynamic Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.
29332937
* </p>
29342938
*
29352939
* @param putScalingPolicyRequest
@@ -2953,10 +2957,16 @@ Future<PutScalingPolicyResult> putScalingPolicyAsync(
29532957

29542958
/**
29552959
* <p>
2956-
* Creates or updates a policy for an Auto Scaling group. To update an
2957-
* existing policy, use the existing policy name and set the parameters to
2958-
* change. Any existing parameter not changed in an update to an existing
2959-
* policy is not changed in this update request.
2960+
* Creates or updates a scaling policy for an Auto Scaling group. To update
2961+
* an existing scaling policy, use the existing policy name and set the
2962+
* parameters to change. Any existing parameter not changed in an update to
2963+
* an existing policy is not changed in this update request.
2964+
* </p>
2965+
* <p>
2966+
* For more information about using scaling policies to scale your Auto
2967+
* Scaling group automatically, see <a href=
2968+
* "https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html"
2969+
* >Dynamic Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.
29602970
* </p>
29612971
*
29622972
* @param putScalingPolicyRequest
@@ -3592,8 +3602,8 @@ Future<TerminateInstanceInAutoScalingGroupResult> terminateInstanceInAutoScaling
35923602
* </p>
35933603
* <p>
35943604
* If you associate a new launch configuration or template with an Auto
3595-
* Scaling group, all new instances will get the updated configuration, but
3596-
* existing instances continue to run with the configuration that they were
3605+
* Scaling group, all new instances will get the updated configuration.
3606+
* Existing instances continue to run with the configuration that they were
35973607
* originally launched with. When you update a group to specify a mixed
35983608
* instances policy instead of a launch configuration or template, existing
35993609
* instances may be replaced to match the new purchasing options that you
@@ -3674,8 +3684,8 @@ Future<Void> updateAutoScalingGroupAsync(
36743684
* </p>
36753685
* <p>
36763686
* If you associate a new launch configuration or template with an Auto
3677-
* Scaling group, all new instances will get the updated configuration, but
3678-
* existing instances continue to run with the configuration that they were
3687+
* Scaling group, all new instances will get the updated configuration.
3688+
* Existing instances continue to run with the configuration that they were
36793689
* originally launched with. When you update a group to specify a mixed
36803690
* instances policy instead of a launch configuration or template, existing
36813691
* instances may be replaced to match the new purchasing options that you

aws-android-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AmazonAutoScalingAsyncClient.java

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
* EC2 Auto Scaling</fullname>
3636
* <p>
3737
* Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2
38-
* instances based on user-defined policies, schedules, and health checks. Use
39-
* this service with AWS Auto Scaling, Amazon CloudWatch, and Elastic Load
40-
* Balancing.
38+
* instances based on user-defined scaling policies, scheduled actions, and
39+
* health checks. Use this service with AWS Auto Scaling, Amazon CloudWatch, and
40+
* Elastic Load Balancing.
4141
* </p>
4242
* <p>
4343
* For more information, including information about granting IAM users required
@@ -3637,8 +3637,7 @@ public ExitStandbyResult call() throws Exception {
36373637
* <li>
36383638
* <p>
36393639
* If you need more time, record the lifecycle action heartbeat to keep the
3640-
* instance in a pending state using using
3641-
* <a>RecordLifecycleActionHeartbeat</a>.
3640+
* instance in a pending state using <a>RecordLifecycleActionHeartbeat</a>.
36423641
* </p>
36433642
* </li>
36443643
* <li>
@@ -3725,8 +3724,7 @@ public PutLifecycleHookResult call() throws Exception {
37253724
* <li>
37263725
* <p>
37273726
* If you need more time, record the lifecycle action heartbeat to keep the
3728-
* instance in a pending state using using
3729-
* <a>RecordLifecycleActionHeartbeat</a>.
3727+
* instance in a pending state using <a>RecordLifecycleActionHeartbeat</a>.
37303728
* </p>
37313729
* </li>
37323730
* <li>
@@ -3879,10 +3877,16 @@ public Void call() throws Exception {
38793877

38803878
/**
38813879
* <p>
3882-
* Creates or updates a policy for an Auto Scaling group. To update an
3883-
* existing policy, use the existing policy name and set the parameters to
3884-
* change. Any existing parameter not changed in an update to an existing
3885-
* policy is not changed in this update request.
3880+
* Creates or updates a scaling policy for an Auto Scaling group. To update
3881+
* an existing scaling policy, use the existing policy name and set the
3882+
* parameters to change. Any existing parameter not changed in an update to
3883+
* an existing policy is not changed in this update request.
3884+
* </p>
3885+
* <p>
3886+
* For more information about using scaling policies to scale your Auto
3887+
* Scaling group automatically, see <a href=
3888+
* "https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html"
3889+
* >Dynamic Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.
38863890
* </p>
38873891
*
38883892
* @param putScalingPolicyRequest
@@ -3912,10 +3916,16 @@ public PutScalingPolicyResult call() throws Exception {
39123916

39133917
/**
39143918
* <p>
3915-
* Creates or updates a policy for an Auto Scaling group. To update an
3916-
* existing policy, use the existing policy name and set the parameters to
3917-
* change. Any existing parameter not changed in an update to an existing
3918-
* policy is not changed in this update request.
3919+
* Creates or updates a scaling policy for an Auto Scaling group. To update
3920+
* an existing scaling policy, use the existing policy name and set the
3921+
* parameters to change. Any existing parameter not changed in an update to
3922+
* an existing policy is not changed in this update request.
3923+
* </p>
3924+
* <p>
3925+
* For more information about using scaling policies to scale your Auto
3926+
* Scaling group automatically, see <a href=
3927+
* "https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html"
3928+
* >Dynamic Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.
39193929
* </p>
39203930
*
39213931
* @param putScalingPolicyRequest
@@ -4699,8 +4709,8 @@ public TerminateInstanceInAutoScalingGroupResult call() throws Exception {
46994709
* </p>
47004710
* <p>
47014711
* If you associate a new launch configuration or template with an Auto
4702-
* Scaling group, all new instances will get the updated configuration, but
4703-
* existing instances continue to run with the configuration that they were
4712+
* Scaling group, all new instances will get the updated configuration.
4713+
* Existing instances continue to run with the configuration that they were
47044714
* originally launched with. When you update a group to specify a mixed
47054715
* instances policy instead of a launch configuration or template, existing
47064716
* instances may be replaced to match the new purchasing options that you
@@ -4788,8 +4798,8 @@ public Void call() throws Exception {
47884798
* </p>
47894799
* <p>
47904800
* If you associate a new launch configuration or template with an Auto
4791-
* Scaling group, all new instances will get the updated configuration, but
4792-
* existing instances continue to run with the configuration that they were
4801+
* Scaling group, all new instances will get the updated configuration.
4802+
* Existing instances continue to run with the configuration that they were
47934803
* originally launched with. When you update a group to specify a mixed
47944804
* instances policy instead of a launch configuration or template, existing
47954805
* instances may be replaced to match the new purchasing options that you

aws-android-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AmazonAutoScalingClient.java

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
* <fullname>Amazon EC2 Auto Scaling</fullname>
4040
* <p>
4141
* Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2
42-
* instances based on user-defined policies, schedules, and health checks. Use
43-
* this service with AWS Auto Scaling, Amazon CloudWatch, and Elastic Load
44-
* Balancing.
42+
* instances based on user-defined scaling policies, scheduled actions, and
43+
* health checks. Use this service with AWS Auto Scaling, Amazon CloudWatch, and
44+
* Elastic Load Balancing.
4545
* </p>
4646
* <p>
4747
* For more information, including information about granting IAM users required
@@ -2291,8 +2291,7 @@ public ExitStandbyResult exitStandby(ExitStandbyRequest exitStandbyRequest)
22912291
* <li>
22922292
* <p>
22932293
* If you need more time, record the lifecycle action heartbeat to keep the
2294-
* instance in a pending state using using
2295-
* <a>RecordLifecycleActionHeartbeat</a>.
2294+
* instance in a pending state using <a>RecordLifecycleActionHeartbeat</a>.
22962295
* </p>
22972296
* </li>
22982297
* <li>
@@ -2401,10 +2400,16 @@ public void putNotificationConfiguration(
24012400

24022401
/**
24032402
* <p>
2404-
* Creates or updates a policy for an Auto Scaling group. To update an
2405-
* existing policy, use the existing policy name and set the parameters to
2406-
* change. Any existing parameter not changed in an update to an existing
2407-
* policy is not changed in this update request.
2403+
* Creates or updates a scaling policy for an Auto Scaling group. To update
2404+
* an existing scaling policy, use the existing policy name and set the
2405+
* parameters to change. Any existing parameter not changed in an update to
2406+
* an existing policy is not changed in this update request.
2407+
* </p>
2408+
* <p>
2409+
* For more information about using scaling policies to scale your Auto
2410+
* Scaling group automatically, see <a href=
2411+
* "https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html"
2412+
* >Dynamic Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.
24082413
* </p>
24092414
*
24102415
* @param putScalingPolicyRequest
@@ -2848,8 +2853,8 @@ public TerminateInstanceInAutoScalingGroupResult terminateInstanceInAutoScalingG
28482853
* </p>
28492854
* <p>
28502855
* If you associate a new launch configuration or template with an Auto
2851-
* Scaling group, all new instances will get the updated configuration, but
2852-
* existing instances continue to run with the configuration that they were
2856+
* Scaling group, all new instances will get the updated configuration.
2857+
* Existing instances continue to run with the configuration that they were
28532858
* originally launched with. When you update a group to specify a mixed
28542859
* instances policy instead of a launch configuration or template, existing
28552860
* instances may be replaced to match the new purchasing options that you

0 commit comments

Comments
 (0)