|
90 | 90 | {"shape":"LimitExceededFault"},
|
91 | 91 | {"shape":"ResourceContentionFault"}
|
92 | 92 | ],
|
93 |
| - "documentation":"<p>Creates or updates one or more scheduled scaling actions for an Auto Scaling group. If you leave a parameter unspecified when updating a scheduled scaling action, the corresponding value remains unchanged.</p>" |
| 93 | + "documentation":"<p>Creates or updates one or more scheduled scaling actions for an Auto Scaling group.</p>" |
94 | 94 | },
|
95 | 95 | "CancelInstanceRefresh":{
|
96 | 96 | "name":"CancelInstanceRefresh",
|
|
748 | 748 | {"shape":"LimitExceededFault"},
|
749 | 749 | {"shape":"ResourceContentionFault"}
|
750 | 750 | ],
|
751 |
| - "documentation":"<p>Creates or updates a scheduled scaling action for an Auto Scaling group. If you leave a parameter unspecified when updating a scheduled scaling action, the corresponding value remains unchanged.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/schedule_time.html\">Scheduled scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>" |
| 751 | + "documentation":"<p>Creates or updates a scheduled scaling action for an Auto Scaling group.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/schedule_time.html\">Scheduled scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>" |
752 | 752 | },
|
753 | 753 | "RecordLifecycleActionHeartbeat":{
|
754 | 754 | "name":"RecordLifecycleActionHeartbeat",
|
|
3430 | 3430 | },
|
3431 | 3431 | "EndTime":{
|
3432 | 3432 | "shape":"TimestampType",
|
3433 |
| - "documentation":"<p>The date and time for the recurring schedule to end. Amazon EC2 Auto Scaling does not perform the action after this time.</p>" |
| 3433 | + "documentation":"<p>The date and time for the recurring schedule to end, in UTC.</p>" |
3434 | 3434 | },
|
3435 | 3435 | "Recurrence":{
|
3436 | 3436 | "shape":"XmlStringMaxLen255",
|
3437 |
| - "documentation":"<p>The recurring schedule for this action, in Unix cron syntax format. This format consists of five fields separated by white spaces: [Minute] [Hour] [Day_of_Month] [Month_of_Year] [Day_of_Week]. The value must be in quotes (for example, <code>\"30 0 1 1,6,12 *\"</code>). For more information about this format, see <a href=\"http://crontab.org\">Crontab</a>.</p> <p>When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring action starts and stops.</p>" |
| 3437 | + "documentation":"<p>The recurring schedule for this action. This format consists of five fields separated by white spaces: [Minute] [Hour] [Day_of_Month] [Month_of_Year] [Day_of_Week]. The value must be in quotes (for example, <code>\"30 0 1 1,6,12 *\"</code>). For more information about this format, see <a href=\"http://crontab.org\">Crontab</a>.</p> <p>When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring action starts and stops.</p> <p>Cron expressions use Universal Coordinated Time (UTC) by default.</p>" |
3438 | 3438 | },
|
3439 | 3439 | "MinSize":{
|
3440 | 3440 | "shape":"AutoScalingGroupMinSize",
|
|
3447 | 3447 | "DesiredCapacity":{
|
3448 | 3448 | "shape":"AutoScalingGroupDesiredCapacity",
|
3449 | 3449 | "documentation":"<p>The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain. It can scale beyond this capacity if you add more scaling conditions. </p>"
|
| 3450 | + }, |
| 3451 | + "TimeZone":{ |
| 3452 | + "shape":"XmlStringMaxLen255", |
| 3453 | + "documentation":"<p>Specifies the time zone for a cron expression. If a time zone is not provided, UTC is used by default. </p> <p>Valid values are the canonical names of the IANA time zones, derived from the IANA Time Zone Database (such as <code>Etc/GMT+9</code> or <code>Pacific/Tahiti</code>). For more information, see <a href=\"https://en.wikipedia.org/wiki/List_of_tz_database_time_zones\">https://en.wikipedia.org/wiki/List_of_tz_database_time_zones</a>.</p>" |
3450 | 3454 | }
|
3451 | 3455 | }
|
3452 | 3456 | },
|
|
3717 | 3721 | "DesiredCapacity":{
|
3718 | 3722 | "shape":"AutoScalingGroupDesiredCapacity",
|
3719 | 3723 | "documentation":"<p>The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.</p>"
|
| 3724 | + }, |
| 3725 | + "TimeZone":{ |
| 3726 | + "shape":"XmlStringMaxLen255", |
| 3727 | + "documentation":"<p>The time zone for the cron expression.</p>" |
3720 | 3728 | }
|
3721 | 3729 | },
|
3722 | 3730 | "documentation":"<p>Describes a scheduled scaling action.</p>"
|
|
3735 | 3743 | },
|
3736 | 3744 | "EndTime":{
|
3737 | 3745 | "shape":"TimestampType",
|
3738 |
| - "documentation":"<p>The date and time for the recurring schedule to end. Amazon EC2 Auto Scaling does not perform the action after this time.</p>" |
| 3746 | + "documentation":"<p>The date and time for the recurring schedule to end, in UTC.</p>" |
3739 | 3747 | },
|
3740 | 3748 | "Recurrence":{
|
3741 | 3749 | "shape":"XmlStringMaxLen255",
|
3742 |
| - "documentation":"<p>The recurring schedule for the action, in Unix cron syntax format. This format consists of five fields separated by white spaces: [Minute] [Hour] [Day_of_Month] [Month_of_Year] [Day_of_Week]. The value must be in quotes (for example, <code>\"30 0 1 1,6,12 *\"</code>). For more information about this format, see <a href=\"http://crontab.org\">Crontab</a>.</p> <p>When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring action starts and stops.</p>" |
| 3750 | + "documentation":"<p>The recurring schedule for the action, in Unix cron syntax format. This format consists of five fields separated by white spaces: [Minute] [Hour] [Day_of_Month] [Month_of_Year] [Day_of_Week]. The value must be in quotes (for example, <code>\"30 0 1 1,6,12 *\"</code>). For more information about this format, see <a href=\"http://crontab.org\">Crontab</a>.</p> <p>When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring action starts and stops.</p> <p>Cron expressions use Universal Coordinated Time (UTC) by default.</p>" |
3743 | 3751 | },
|
3744 | 3752 | "MinSize":{
|
3745 | 3753 | "shape":"AutoScalingGroupMinSize",
|
|
3752 | 3760 | "DesiredCapacity":{
|
3753 | 3761 | "shape":"AutoScalingGroupDesiredCapacity",
|
3754 | 3762 | "documentation":"<p>The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.</p>"
|
| 3763 | + }, |
| 3764 | + "TimeZone":{ |
| 3765 | + "shape":"XmlStringMaxLen255", |
| 3766 | + "documentation":"<p>Specifies the time zone for a cron expression. If a time zone is not provided, UTC is used by default. </p> <p>Valid values are the canonical names of the IANA time zones, derived from the IANA Time Zone Database (such as <code>Etc/GMT+9</code> or <code>Pacific/Tahiti</code>). For more information, see <a href=\"https://en.wikipedia.org/wiki/List_of_tz_database_time_zones\">https://en.wikipedia.org/wiki/List_of_tz_database_time_zones</a>.</p>" |
3755 | 3767 | }
|
3756 | 3768 | },
|
3757 |
| - "documentation":"<p>Describes information used for one or more scheduled scaling action updates in a <a>BatchPutScheduledUpdateGroupAction</a> operation.</p> <p>When updating a scheduled scaling action, all optional parameters are left unchanged if not specified.</p>" |
| 3769 | + "documentation":"<p>Describes information used for one or more scheduled scaling action updates in a <a>BatchPutScheduledUpdateGroupAction</a> operation.</p>" |
3758 | 3770 | },
|
3759 | 3771 | "ScheduledUpdateGroupActionRequests":{
|
3760 | 3772 | "type":"list",
|
|
0 commit comments