amazonka-emr 0.0.4 → 0.0.5
raw patch · 21 files changed
+42/−2 lines, 21 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-emr.cabal +2/−2
- gen/Network/AWS/EMR.hs +2/−0
- gen/Network/AWS/EMR/AddInstanceGroups.hs +2/−0
- gen/Network/AWS/EMR/AddJobFlowSteps.hs +2/−0
- gen/Network/AWS/EMR/AddTags.hs +2/−0
- gen/Network/AWS/EMR/DescribeCluster.hs +2/−0
- gen/Network/AWS/EMR/DescribeJobFlows.hs +2/−0
- gen/Network/AWS/EMR/DescribeStep.hs +2/−0
- gen/Network/AWS/EMR/ListBootstrapActions.hs +2/−0
- gen/Network/AWS/EMR/ListClusters.hs +2/−0
- gen/Network/AWS/EMR/ListInstanceGroups.hs +2/−0
- gen/Network/AWS/EMR/ListInstances.hs +2/−0
- gen/Network/AWS/EMR/ListSteps.hs +2/−0
- gen/Network/AWS/EMR/ModifyInstanceGroups.hs +2/−0
- gen/Network/AWS/EMR/RemoveTags.hs +2/−0
- gen/Network/AWS/EMR/RunJobFlow.hs +2/−0
- gen/Network/AWS/EMR/SetTerminationProtection.hs +2/−0
- gen/Network/AWS/EMR/SetVisibleToAllUsers.hs +2/−0
- gen/Network/AWS/EMR/TerminateJobFlows.hs +2/−0
- gen/Network/AWS/EMR/Types.hs +2/−0
README.md view
@@ -28,3 +28,5 @@ ## Licence `amazonka-emr` 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-emr.cabal view
@@ -1,5 +1,5 @@ name: amazonka-emr-version: 0.0.4+version: 0.0.5 synopsis: Amazon Elastic MapReduce SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -59,5 +59,5 @@ other-modules: build-depends:- amazonka-core == 0.0.4.*+ amazonka-core == 0.0.5.* , base >= 4.7 && < 5
gen/Network/AWS/EMR.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. -- | Amazon Elastic MapReduce (Amazon EMR) is a web service that makes it easy to -- process large amounts of data efficiently. Amazon EMR uses Hadoop processing
gen/Network/AWS/EMR/AddInstanceGroups.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. -- | AddInstanceGroups adds an instance group to a running cluster. --
gen/Network/AWS/EMR/AddJobFlowSteps.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. -- | AddJobFlowSteps adds new steps to a running job flow. A maximum of 256 steps -- are allowed in each job flow.
gen/Network/AWS/EMR/AddTags.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. -- | Adds tags to an Amazon EMR resource. Tags make it easier to associate -- clusters in various ways, such as grouping clusters to track your Amazon EMR
gen/Network/AWS/EMR/DescribeCluster.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. -- | Provides cluster-level details including status, hardware and software -- configuration, VPC settings, and so on. For information about the cluster
gen/Network/AWS/EMR/DescribeJobFlows.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. -- | This API is deprecated and will eventually be removed. We recommend you use 'ListClusters', 'DescribeCluster', 'ListSteps', 'ListInstanceGroups' and 'ListBootstrapActions' -- instead.
gen/Network/AWS/EMR/DescribeStep.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. -- | Provides more detail about the cluster step. --
gen/Network/AWS/EMR/ListBootstrapActions.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. -- | Provides information about the bootstrap actions associated with a cluster. --
gen/Network/AWS/EMR/ListClusters.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. -- | Provides the status of all clusters visible to this AWS account. Allows you -- to filter the list of clusters based on certain criteria; for example,
gen/Network/AWS/EMR/ListInstanceGroups.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. -- | Provides all available details about the instance groups in a cluster. --
gen/Network/AWS/EMR/ListInstances.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. -- | Provides information about the cluster instances that Amazon EMR provisions -- on behalf of a user when it creates the cluster. For example, this operation
gen/Network/AWS/EMR/ListSteps.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. -- | Provides a list of steps for the cluster. --
gen/Network/AWS/EMR/ModifyInstanceGroups.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. -- | ModifyInstanceGroups modifies the number of nodes and configuration settings -- of an instance group. The input parameters include the new target instance
gen/Network/AWS/EMR/RemoveTags.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. -- | Removes tags from an Amazon EMR resource. Tags make it easier to associate -- clusters in various ways, such as grouping clusters to track your Amazon EMR
gen/Network/AWS/EMR/RunJobFlow.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. -- | RunJobFlow creates and starts running a new job flow. The job flow will run -- the steps specified. Once the job flow completes, the cluster is stopped and
gen/Network/AWS/EMR/SetTerminationProtection.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. -- | SetTerminationProtection locks a job flow so the Amazon EC2 instances in the -- cluster cannot be terminated by user intervention, an API call, or in the
gen/Network/AWS/EMR/SetVisibleToAllUsers.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. -- | Sets whether all AWS Identity and Access Management (IAM) users under your -- account can access the specified job flows. This action works on running job
gen/Network/AWS/EMR/TerminateJobFlows.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. -- | TerminateJobFlows shuts a list of job flows down. When a job flow is shut -- down, any step not yet completed is canceled and the EC2 instances on which
gen/Network/AWS/EMR/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.EMR.Types (