amazonka-opsworks 0.0.4 → 0.0.5
raw patch · 64 files changed
+128/−2 lines, 64 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +2/−0
- amazonka-opsworks.cabal +2/−2
- gen/Network/AWS/OpsWorks.hs +2/−0
- gen/Network/AWS/OpsWorks/AssignVolume.hs +2/−0
- gen/Network/AWS/OpsWorks/AssociateElasticIp.hs +2/−0
- gen/Network/AWS/OpsWorks/AttachElasticLoadBalancer.hs +2/−0
- gen/Network/AWS/OpsWorks/CloneStack.hs +2/−0
- gen/Network/AWS/OpsWorks/CreateApp.hs +2/−0
- gen/Network/AWS/OpsWorks/CreateDeployment.hs +2/−0
- gen/Network/AWS/OpsWorks/CreateInstance.hs +2/−0
- gen/Network/AWS/OpsWorks/CreateLayer.hs +2/−0
- gen/Network/AWS/OpsWorks/CreateStack.hs +2/−0
- gen/Network/AWS/OpsWorks/CreateUserProfile.hs +2/−0
- gen/Network/AWS/OpsWorks/DeleteApp.hs +2/−0
- gen/Network/AWS/OpsWorks/DeleteInstance.hs +2/−0
- gen/Network/AWS/OpsWorks/DeleteLayer.hs +2/−0
- gen/Network/AWS/OpsWorks/DeleteStack.hs +2/−0
- gen/Network/AWS/OpsWorks/DeleteUserProfile.hs +2/−0
- gen/Network/AWS/OpsWorks/DeregisterElasticIp.hs +2/−0
- gen/Network/AWS/OpsWorks/DeregisterRdsDbInstance.hs +2/−0
- gen/Network/AWS/OpsWorks/DeregisterVolume.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeApps.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeCommands.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeDeployments.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeElasticIps.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeElasticLoadBalancers.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeInstances.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeLayers.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeLoadBasedAutoScaling.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeMyUserProfile.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribePermissions.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeRaidArrays.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeRdsDbInstances.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeServiceErrors.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeStackSummary.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeStacks.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeTimeBasedAutoScaling.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeUserProfiles.hs +2/−0
- gen/Network/AWS/OpsWorks/DescribeVolumes.hs +2/−0
- gen/Network/AWS/OpsWorks/DetachElasticLoadBalancer.hs +2/−0
- gen/Network/AWS/OpsWorks/DisassociateElasticIp.hs +2/−0
- gen/Network/AWS/OpsWorks/GetHostnameSuggestion.hs +2/−0
- gen/Network/AWS/OpsWorks/RebootInstance.hs +2/−0
- gen/Network/AWS/OpsWorks/RegisterElasticIp.hs +2/−0
- gen/Network/AWS/OpsWorks/RegisterRdsDbInstance.hs +2/−0
- gen/Network/AWS/OpsWorks/RegisterVolume.hs +2/−0
- gen/Network/AWS/OpsWorks/SetLoadBasedAutoScaling.hs +2/−0
- gen/Network/AWS/OpsWorks/SetPermission.hs +2/−0
- gen/Network/AWS/OpsWorks/SetTimeBasedAutoScaling.hs +2/−0
- gen/Network/AWS/OpsWorks/StartInstance.hs +2/−0
- gen/Network/AWS/OpsWorks/StartStack.hs +2/−0
- gen/Network/AWS/OpsWorks/StopInstance.hs +2/−0
- gen/Network/AWS/OpsWorks/StopStack.hs +2/−0
- gen/Network/AWS/OpsWorks/Types.hs +2/−0
- gen/Network/AWS/OpsWorks/UnassignVolume.hs +2/−0
- gen/Network/AWS/OpsWorks/UpdateApp.hs +2/−0
- gen/Network/AWS/OpsWorks/UpdateElasticIp.hs +2/−0
- gen/Network/AWS/OpsWorks/UpdateInstance.hs +2/−0
- gen/Network/AWS/OpsWorks/UpdateLayer.hs +2/−0
- gen/Network/AWS/OpsWorks/UpdateMyUserProfile.hs +2/−0
- gen/Network/AWS/OpsWorks/UpdateRdsDbInstance.hs +2/−0
- gen/Network/AWS/OpsWorks/UpdateStack.hs +2/−0
- gen/Network/AWS/OpsWorks/UpdateUserProfile.hs +2/−0
- gen/Network/AWS/OpsWorks/UpdateVolume.hs +2/−0
README.md view
@@ -27,3 +27,5 @@ ## Licence `amazonka-opsworks` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).++Parts of the code are derived from AWS service descriptions, licensed under Apache 2.0.
amazonka-opsworks.cabal view
@@ -1,5 +1,5 @@ name: amazonka-opsworks-version: 0.0.4+version: 0.0.5 synopsis: Amazon OpsWorks SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -101,5 +101,5 @@ other-modules: build-depends:- amazonka-core == 0.0.4.*+ amazonka-core == 0.0.5.* , base >= 4.7 && < 5
gen/Network/AWS/OpsWorks.hs view
@@ -7,6 +7,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | AWS OpsWorks provides a simple and flexible way to create and manage stacks -- and applications. With AWS OpsWorks, you can provision AWS resources, manage
gen/Network/AWS/OpsWorks/AssignVolume.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Assigns one of the stack's registered Amazon EBS volumes to a specified -- instance. The volume must first be registered with the stack by calling 'RegisterVolume'. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html Resource Management>.
gen/Network/AWS/OpsWorks/AssociateElasticIp.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Associates one of the stack's registered Elastic IP addresses with a -- specified instance. The address must first be registered with the stack by
gen/Network/AWS/OpsWorks/AttachElasticLoadBalancer.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Attaches an Elastic Load Balancing load balancer to a specified layer. For -- more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/load-balancer-elb.html Elastic Load Balancing>.
gen/Network/AWS/OpsWorks/CloneStack.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Creates a clone of a specified stack. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-cloning.html Clone a Stack>. --
gen/Network/AWS/OpsWorks/CreateApp.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Creates an app for a specified stack. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html Creating Apps>. --
gen/Network/AWS/OpsWorks/CreateDeployment.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deploys a stack or app. --
gen/Network/AWS/OpsWorks/CreateInstance.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Creates an instance in a specified stack. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html Adding anInstance to a Layer>. --
gen/Network/AWS/OpsWorks/CreateLayer.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Creates a layer. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-create.html How to Create a Layer>. --
gen/Network/AWS/OpsWorks/CreateStack.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Creates a new stack. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-edit.html Create a New Stack>. --
gen/Network/AWS/OpsWorks/CreateUserProfile.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Creates a new user profile. --
gen/Network/AWS/OpsWorks/DeleteApp.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deletes a specified app. --
gen/Network/AWS/OpsWorks/DeleteInstance.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deletes a specified instance. You must stop an instance before you can delete -- it. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-delete.html Deleting Instances>.
gen/Network/AWS/OpsWorks/DeleteLayer.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deletes a specified layer. You must first stop and then delete all associated -- instances. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-delete.html How to Delete a Layer>.
gen/Network/AWS/OpsWorks/DeleteStack.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deletes a specified stack. You must first delete all instances, layers, and -- apps. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-shutting.html Shut Down a Stack>.
gen/Network/AWS/OpsWorks/DeleteUserProfile.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deletes a user profile. --
gen/Network/AWS/OpsWorks/DeregisterElasticIp.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deregisters a specified Elastic IP address. The address can then be -- registered by another stack. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html Resource Management>.
gen/Network/AWS/OpsWorks/DeregisterRdsDbInstance.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deregisters an Amazon RDS instance. --
gen/Network/AWS/OpsWorks/DeregisterVolume.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deregisters an Amazon EBS volume. The volume can then be registered by -- another stack. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html Resource Management>.
gen/Network/AWS/OpsWorks/DescribeApps.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Requests a description of a specified set of apps. --
gen/Network/AWS/OpsWorks/DescribeCommands.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes the results of specified commands. --
gen/Network/AWS/OpsWorks/DescribeDeployments.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Requests a description of a specified set of deployments. --
gen/Network/AWS/OpsWorks/DescribeElasticIps.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html Elastic IP addresses>. --
gen/Network/AWS/OpsWorks/DescribeElasticLoadBalancers.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes a stack's Elastic Load Balancing instances. --
gen/Network/AWS/OpsWorks/DescribeInstances.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Requests a description of a set of instances. --
gen/Network/AWS/OpsWorks/DescribeLayers.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Requests a description of one or more layers in a specified stack. --
gen/Network/AWS/OpsWorks/DescribeLoadBasedAutoScaling.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes load-based auto scaling configurations for specified layers. --
gen/Network/AWS/OpsWorks/DescribeMyUserProfile.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes a user's SSH information. --
gen/Network/AWS/OpsWorks/DescribePermissions.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes the permissions for a specified stack. --
gen/Network/AWS/OpsWorks/DescribeRaidArrays.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describe an instance's RAID arrays. --
gen/Network/AWS/OpsWorks/DescribeRdsDbInstances.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes Amazon RDS instances. --
gen/Network/AWS/OpsWorks/DescribeServiceErrors.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes AWS OpsWorks service errors. --
gen/Network/AWS/OpsWorks/DescribeStackSummary.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes the number of layers and apps in a specified stack, and the number -- of instances in each state, such as 'running_setup' or 'online'.
gen/Network/AWS/OpsWorks/DescribeStacks.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Requests a description of one or more stacks. --
gen/Network/AWS/OpsWorks/DescribeTimeBasedAutoScaling.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes time-based auto scaling configurations for specified instances. --
gen/Network/AWS/OpsWorks/DescribeUserProfiles.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describe specified users. --
gen/Network/AWS/OpsWorks/DescribeVolumes.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Describes an instance's Amazon EBS volumes. --
gen/Network/AWS/OpsWorks/DetachElasticLoadBalancer.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Detaches a specified Elastic Load Balancing instance from its layer. --
gen/Network/AWS/OpsWorks/DisassociateElasticIp.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Disassociates an Elastic IP address from its instance. The address remains -- registered with the stack. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html Resource Management>.
gen/Network/AWS/OpsWorks/GetHostnameSuggestion.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Gets a generated host name for the specified layer, based on the current host -- name theme.
gen/Network/AWS/OpsWorks/RebootInstance.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Reboots a specified instance. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-starting.html Starting, Stopping,and Rebooting Instances>. --
gen/Network/AWS/OpsWorks/RegisterElasticIp.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Registers an Elastic IP address with a specified stack. An address can be -- registered with only one stack at a time. If the address is already
gen/Network/AWS/OpsWorks/RegisterRdsDbInstance.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Registers an Amazon RDS instance with a stack. --
gen/Network/AWS/OpsWorks/RegisterVolume.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Registers an Amazon EBS volume with a specified stack. A volume can be -- registered with only one stack at a time. If the volume is already
gen/Network/AWS/OpsWorks/SetLoadBasedAutoScaling.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Specify the load-based auto scaling configuration for a specified layer. For -- more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-autoscaling.html Managing Load with Time-based and Load-based Instances>.
gen/Network/AWS/OpsWorks/SetPermission.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Specifies a user's permissions. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workingsecurity.html Security andPermissions>. --
gen/Network/AWS/OpsWorks/SetTimeBasedAutoScaling.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Specify the time-based auto scaling configuration for a specified instance. -- For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-autoscaling.html Managing Load with Time-based and Load-basedInstances>.
gen/Network/AWS/OpsWorks/StartInstance.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Starts a specified instance. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-starting.html Starting, Stopping,and Rebooting Instances>. --
gen/Network/AWS/OpsWorks/StartStack.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Starts a stack's instances. --
gen/Network/AWS/OpsWorks/StopInstance.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Stops a specified instance. When you stop a standard instance, the data -- disappears and must be reinstalled when you restart the instance. You can
gen/Network/AWS/OpsWorks/StopStack.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Stops a specified stack. --
gen/Network/AWS/OpsWorks/Types.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. module Network.AWS.OpsWorks.Types (
gen/Network/AWS/OpsWorks/UnassignVolume.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Unassigns an assigned Amazon EBS volume. The volume remains registered with -- the stack. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html Resource Management>.
gen/Network/AWS/OpsWorks/UpdateApp.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Updates a specified app. --
gen/Network/AWS/OpsWorks/UpdateElasticIp.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Updates a registered Elastic IP address's name. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html Resource Management>. --
gen/Network/AWS/OpsWorks/UpdateInstance.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Updates a specified instance. --
gen/Network/AWS/OpsWorks/UpdateLayer.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Updates a specified layer. --
gen/Network/AWS/OpsWorks/UpdateMyUserProfile.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Updates a user's SSH public key. --
gen/Network/AWS/OpsWorks/UpdateRdsDbInstance.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Updates an Amazon RDS instance. --
gen/Network/AWS/OpsWorks/UpdateStack.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Updates a specified stack. --
gen/Network/AWS/OpsWorks/UpdateUserProfile.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Updates a specified user profile. --
gen/Network/AWS/OpsWorks/UpdateVolume.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Updates an Amazon EBS volume's name or mount point. For more information, see <http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html Resource Management>. --