packages feed

amazonka-elasticbeanstalk 1.3.2 → 1.3.3

raw patch · 5 files changed

+10/−16 lines, 5 filesdep ~amazonka-coredep ~amazonka-elasticbeanstalkdep ~amazonka-test

Dependency ranges changed: amazonka-core, amazonka-elasticbeanstalk, amazonka-test

Files

LICENSE view
@@ -365,9 +365,3 @@ for such a notice.  You may add additional accurate notices of copyright ownership.--Exhibit B - "Incompatible With Secondary Licenses" Notice------------------------------------------------------------  This Source Code Form is "Incompatible With Secondary Licenses", as-  defined by the Mozilla Public License, v. 2.0.
README.md view
@@ -8,7 +8,7 @@  ## Version -`1.3.2`+`1.3.3`   ## Description
amazonka-elasticbeanstalk.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-elasticbeanstalk-version:               1.3.2+version:               1.3.3 synopsis:              Amazon Elastic Beanstalk SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -105,7 +105,7 @@         , Network.AWS.ElasticBeanstalk.Types.Sum      build-depends:-          amazonka-core == 1.3.2.*+          amazonka-core == 1.3.3.*         , base          >= 4.7     && < 5  test-suite amazonka-elasticbeanstalk-test@@ -125,9 +125,9 @@         , Test.AWS.ElasticBeanstalk.Internal      build-depends:-          amazonka-core == 1.3.2.*-        , amazonka-test == 1.3.2.*-        , amazonka-elasticbeanstalk == 1.3.2.*+          amazonka-core == 1.3.3.*+        , amazonka-test == 1.3.3.*+        , amazonka-elasticbeanstalk == 1.3.3.*         , base         , bytestring         , lens
gen/Network/AWS/ElasticBeanstalk/CreateEnvironment.hs view
@@ -175,9 +175,9 @@ ceTier :: Lens' CreateEnvironment (Maybe EnvironmentTier) ceTier = lens _ceTier (\ s a -> s{_ceTier = a}); --- | This is an alternative to specifying a configuration name. If specified,--- AWS Elastic Beanstalk sets the configuration values to the default--- values associated with the specified solution stack.+-- | This is an alternative to specifying a template name. If specified, AWS+-- Elastic Beanstalk sets the configuration values to the default values+-- associated with the specified solution stack. -- -- Condition: You must specify either this or a 'TemplateName', but not -- both. If you specify both, AWS Elastic Beanstalk returns an
gen/Network/AWS/ElasticBeanstalk/Types/Product.hs view
@@ -1894,7 +1894,7 @@  -- | Returns the health status of the specified instance. For more -- information, see--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html >.+-- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>. sihHealthStatus :: Lens' SingleInstanceHealth (Maybe Text) sihHealthStatus = lens _sihHealthStatus (\ s a -> s{_sihHealthStatus = a});