forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerating all services with updated license formatting
- Loading branch information
1 parent
a0a4be8
commit 9bea994
Showing
1,591 changed files
with
6,364 additions
and
9,498 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Auto Scaling | ||
-- | ||
-- Auto Scaling is designed to automatically launch or terminate EC2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.AttachInstances | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Attaches one or more EC2 instances to the specified Auto Scaling group. | ||
-- | ||
-- For more information, see | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.AttachLoadBalancers | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Attaches one or more load balancers to the specified Auto Scaling group. | ||
-- | ||
-- To describe the load balancers for an Auto Scaling group, use | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.CompleteLifecycleAction | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Completes the lifecycle action for the associated token initiated under | ||
-- the given lifecycle hook with the specified result. | ||
-- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.CreateAutoScalingGroup | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Creates an Auto Scaling group with the specified name and attributes. | ||
-- | ||
-- If you exceed your maximum limit of Auto Scaling groups, which by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.CreateLaunchConfiguration | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Creates a launch configuration. | ||
-- | ||
-- If you exceed your maximum limit of launch configurations, which by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.CreateOrUpdateTags | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Creates or updates tags for the specified Auto Scaling group. | ||
-- | ||
-- A tag is defined by its resource ID, resource type, key, value, and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DeleteAutoScalingGroup | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Deletes the specified Auto Scaling group. | ||
-- | ||
-- The group must have no instances and no scaling activities in progress. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DeleteLaunchConfiguration | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Deletes the specified launch configuration. | ||
-- | ||
-- The launch configuration must not be attached to an Auto Scaling group. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DeleteLifecycleHook | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Deletes the specified lifecycle hook. | ||
-- | ||
-- If there are any outstanding lifecycle actions, they are completed first | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DeleteNotificationConfiguration | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Deletes the specified notification. | ||
-- | ||
-- <http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DeleteNotificationConfiguration.html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DeletePolicy | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Deletes the specified Auto Scaling policy. | ||
-- | ||
-- <http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DeletePolicy.html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DeleteScheduledAction | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Deletes the specified scheduled action. | ||
-- | ||
-- <http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DeleteScheduledAction.html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DeleteTags | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Deletes the specified tags. | ||
-- | ||
-- <http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DeleteTags.html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DescribeAccountLimits | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Describes the current Auto Scaling resource limits for your AWS account. | ||
-- | ||
-- For information about requesting an increase in these limits, see | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DescribeAdjustmentTypes | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Describes the policy adjustment types for use with PutScalingPolicy. | ||
-- | ||
-- <http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DescribeAdjustmentTypes.html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,16 @@ | |
{-# LANGUAGE RecordWildCards #-} | ||
{-# LANGUAGE TypeFamilies #-} | ||
|
||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | | ||
-- Module : Network.AWS.AutoScaling.DescribeAutoScalingGroups | ||
-- Copyright : (c) 2013-2015 Brendan Hay | ||
-- License : This Source Code Form is subject to the terms of | ||
-- the Mozilla Public License, v. 2.0. | ||
-- A copy of the MPL can be found in the LICENSE file or | ||
-- you can obtain it at http://mozilla.org/MPL/2.0/. | ||
-- License : Mozilla Public License, v. 2.0. | ||
-- Maintainer : Brendan Hay <[email protected]> | ||
-- Stability : experimental | ||
-- Portability : non-portable (GHC extensions) | ||
-- | ||
-- Derived from AWS service descriptions, licensed under Apache 2.0. | ||
|
||
-- | Describes one or more Auto Scaling groups. If a list of names is not | ||
-- provided, the call describes all Auto Scaling groups. | ||
-- | ||
|
Oops, something went wrong.