amazonka-elastic-inference (empty) → 2.0
raw patch · 38 files changed
+3096/−0 lines, 38 filesdep +amazonka-coredep +amazonka-elastic-inferencedep +amazonka-test
Dependencies added: amazonka-core, amazonka-elastic-inference, amazonka-test, base, bytestring, case-insensitive, tasty, tasty-hunit, text, time, unordered-containers
Files
- LICENSE +367/−0
- README.md +44/−0
- amazonka-elastic-inference.cabal +97/−0
- fixture/DescribeAcceleratorOfferings.yaml +10/−0
- fixture/DescribeAcceleratorOfferingsResponse.proto +0/−0
- fixture/DescribeAcceleratorTypes.yaml +10/−0
- fixture/DescribeAcceleratorTypesResponse.proto +0/−0
- fixture/DescribeAccelerators.yaml +10/−0
- fixture/DescribeAcceleratorsResponse.proto +0/−0
- fixture/ListTagsForResource.yaml +10/−0
- fixture/ListTagsForResourceResponse.proto +0/−0
- fixture/TagResource.yaml +10/−0
- fixture/TagResourceResponse.proto +0/−0
- fixture/UntagResource.yaml +10/−0
- fixture/UntagResourceResponse.proto +0/−0
- gen/Amazonka/ElasticInference.hs +143/−0
- gen/Amazonka/ElasticInference/DescribeAcceleratorOfferings.hs +210/−0
- gen/Amazonka/ElasticInference/DescribeAcceleratorTypes.hs +149/−0
- gen/Amazonka/ElasticInference/DescribeAccelerators.hs +275/−0
- gen/Amazonka/ElasticInference/Lens.hs +98/−0
- gen/Amazonka/ElasticInference/ListTagsForResource.hs +159/−0
- gen/Amazonka/ElasticInference/TagResource.hs +163/−0
- gen/Amazonka/ElasticInference/Types.hs +180/−0
- gen/Amazonka/ElasticInference/Types/AcceleratorType.hs +102/−0
- gen/Amazonka/ElasticInference/Types/AcceleratorTypeOffering.hs +116/−0
- gen/Amazonka/ElasticInference/Types/ElasticInferenceAccelerator.hs +128/−0
- gen/Amazonka/ElasticInference/Types/ElasticInferenceAcceleratorHealth.hs +83/−0
- gen/Amazonka/ElasticInference/Types/Filter.hs +91/−0
- gen/Amazonka/ElasticInference/Types/KeyValuePair.hs +92/−0
- gen/Amazonka/ElasticInference/Types/LocationType.hs +76/−0
- gen/Amazonka/ElasticInference/Types/MemoryInfo.hs +67/−0
- gen/Amazonka/ElasticInference/UntagResource.hs +163/−0
- gen/Amazonka/ElasticInference/Waiters.hs +24/−0
- src/.gitkeep +0/−0
- test/Main.hs +23/−0
- test/Test/Amazonka/ElasticInference.hs +20/−0
- test/Test/Amazonka/ElasticInference/Internal.hs +8/−0
- test/Test/Amazonka/Gen/ElasticInference.hs +158/−0
+ LICENSE view
@@ -0,0 +1,367 @@+Mozilla Public License Version 2.0+==================================++1. Definitions+--------------++1.1. "Contributor"+ means each individual or legal entity that creates, contributes to+ the creation of, or owns Covered Software.++1.2. "Contributor Version"+ means the combination of the Contributions of others (if any) used+ by a Contributor and that particular Contributor's Contribution.++1.3. "Contribution"+ means Covered Software of a particular Contributor.++1.4. "Covered Software"+ means Source Code Form to which the initial Contributor has attached+ the notice in Exhibit A, the Executable Form of such Source Code+ Form, and Modifications of such Source Code Form, in each case+ including portions thereof.++1.5. "Incompatible With Secondary Licenses"+ means++ (a) that the initial Contributor has attached the notice described+ in Exhibit B to the Covered Software; or++ (b) that the Covered Software was made available under the terms of+ version 1.1 or earlier of the License, but not also under the+ terms of a Secondary License.++1.6. "Executable Form"+ means any form of the work other than Source Code Form.++1.7. "Larger Work"+ means a work that combines Covered Software with other material, in+ a separate file or files, that is not Covered Software.++1.8. "License"+ means this document.++1.9. "Licensable"+ means having the right to grant, to the maximum extent possible,+ whether at the time of the initial grant or subsequently, any and+ all of the rights conveyed by this License.++1.10. "Modifications"+ means any of the following:++ (a) any file in Source Code Form that results from an addition to,+ deletion from, or modification of the contents of Covered+ Software; or++ (b) any new file in Source Code Form that contains any Covered+ Software.++1.11. "Patent Claims" of a Contributor+ means any patent claim(s), including without limitation, method,+ process, and apparatus claims, in any patent Licensable by such+ Contributor that would be infringed, but for the grant of the+ License, by the making, using, selling, offering for sale, having+ made, import, or transfer of either its Contributions or its+ Contributor Version.++1.12. "Secondary License"+ means either the GNU General Public License, Version 2.0, the GNU+ Lesser General Public License, Version 2.1, the GNU Affero General+ Public License, Version 3.0, or any later versions of those+ licenses.++1.13. "Source Code Form"+ means the form of the work preferred for making modifications.++1.14. "You" (or "Your")+ means an individual or a legal entity exercising rights under this+ License. For legal entities, "You" includes any entity that+ controls, is controlled by, or is under common control with You. For+ purposes of this definition, "control" means (a) the power, direct+ or indirect, to cause the direction or management of such entity,+ whether by contract or otherwise, or (b) ownership of more than+ fifty percent (50%) of the outstanding shares or beneficial+ ownership of such entity.++2. License Grants and Conditions+--------------------------------++2.1. Grants++Each Contributor hereby grants You a world-wide, royalty-free,+non-exclusive license:++(a) under intellectual property rights (other than patent or trademark)+ Licensable by such Contributor to use, reproduce, make available,+ modify, display, perform, distribute, and otherwise exploit its+ Contributions, either on an unmodified basis, with Modifications, or+ as part of a Larger Work; and++(b) under Patent Claims of such Contributor to make, use, sell, offer+ for sale, have made, import, and otherwise transfer either its+ Contributions or its Contributor Version.++2.2. Effective Date++The licenses granted in Section 2.1 with respect to any Contribution+become effective for each Contribution on the date the Contributor first+distributes such Contribution.++2.3. Limitations on Grant Scope++The licenses granted in this Section 2 are the only rights granted under+this License. No additional rights or licenses will be implied from the+distribution or licensing of Covered Software under this License.+Notwithstanding Section 2.1(b) above, no patent license is granted by a+Contributor:++(a) for any code that a Contributor has removed from Covered Software;+ or++(b) for infringements caused by: (i) Your and any other third party's+ modifications of Covered Software, or (ii) the combination of its+ Contributions with other software (except as part of its Contributor+ Version); or++(c) under Patent Claims infringed by Covered Software in the absence of+ its Contributions.++This License does not grant any rights in the trademarks, service marks,+or logos of any Contributor (except as may be necessary to comply with+the notice requirements in Section 3.4).++2.4. Subsequent Licenses++No Contributor makes additional grants as a result of Your choice to+distribute the Covered Software under a subsequent version of this+License (see Section 10.2) or under the terms of a Secondary License (if+permitted under the terms of Section 3.3).++2.5. Representation++Each Contributor represents that the Contributor believes its+Contributions are its original creation(s) or it has sufficient rights+to grant the rights to its Contributions conveyed by this License.++2.6. Fair Use++This License is not intended to limit any rights You have under+applicable copyright doctrines of fair use, fair dealing, or other+equivalents.++2.7. Conditions++Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted+in Section 2.1.++3. Responsibilities+-------------------++3.1. Distribution of Source Form++All distribution of Covered Software in Source Code Form, including any+Modifications that You create or to which You contribute, must be under+the terms of this License. You must inform recipients that the Source+Code Form of the Covered Software is governed by the terms of this+License, and how they can obtain a copy of this License. You may not+attempt to alter or restrict the recipients' rights in the Source Code+Form.++3.2. Distribution of Executable Form++If You distribute Covered Software in Executable Form then:++(a) such Covered Software must also be made available in Source Code+ Form, as described in Section 3.1, and You must inform recipients of+ the Executable Form how they can obtain a copy of such Source Code+ Form by reasonable means in a timely manner, at a charge no more+ than the cost of distribution to the recipient; and++(b) You may distribute such Executable Form under the terms of this+ License, or sublicense it under different terms, provided that the+ license for the Executable Form does not attempt to limit or alter+ the recipients' rights in the Source Code Form under this License.++3.3. Distribution of a Larger Work++You may create and distribute a Larger Work under terms of Your choice,+provided that You also comply with the requirements of this License for+the Covered Software. If the Larger Work is a combination of Covered+Software with a work governed by one or more Secondary Licenses, and the+Covered Software is not Incompatible With Secondary Licenses, this+License permits You to additionally distribute such Covered Software+under the terms of such Secondary License(s), so that the recipient of+the Larger Work may, at their option, further distribute the Covered+Software under the terms of either this License or such Secondary+License(s).++3.4. Notices++You may not remove or alter the substance of any license notices+(including copyright notices, patent notices, disclaimers of warranty,+or limitations of liability) contained within the Source Code Form of+the Covered Software, except that You may alter any license notices to+the extent required to remedy known factual inaccuracies.++3.5. Application of Additional Terms++You may choose to offer, and to charge a fee for, warranty, support,+indemnity or liability obligations to one or more recipients of Covered+Software. However, You may do so only on Your own behalf, and not on+behalf of any Contributor. You must make it absolutely clear that any+such warranty, support, indemnity, or liability obligation is offered by+You alone, and You hereby agree to indemnify every Contributor for any+liability incurred by such Contributor as a result of warranty, support,+indemnity or liability terms You offer. You may include additional+disclaimers of warranty and limitations of liability specific to any+jurisdiction.++4. Inability to Comply Due to Statute or Regulation+---------------------------------------------------++If it is impossible for You to comply with any of the terms of this+License with respect to some or all of the Covered Software due to+statute, judicial order, or regulation then You must: (a) comply with+the terms of this License to the maximum extent possible; and (b)+describe the limitations and the code they affect. Such description must+be placed in a text file included with all distributions of the Covered+Software under this License. Except to the extent prohibited by statute+or regulation, such description must be sufficiently detailed for a+recipient of ordinary skill to be able to understand it.++5. Termination+--------------++5.1. The rights granted under this License will terminate automatically+if You fail to comply with any of its terms. However, if You become+compliant, then the rights granted under this License from a particular+Contributor are reinstated (a) provisionally, unless and until such+Contributor explicitly and finally terminates Your grants, and (b) on an+ongoing basis, if such Contributor fails to notify You of the+non-compliance by some reasonable means prior to 60 days after You have+come back into compliance. Moreover, Your grants from a particular+Contributor are reinstated on an ongoing basis if such Contributor+notifies You of the non-compliance by some reasonable means, this is the+first time You have received notice of non-compliance with this License+from such Contributor, and You become compliant prior to 30 days after+Your receipt of the notice.++5.2. If You initiate litigation against any entity by asserting a patent+infringement claim (excluding declaratory judgment actions,+counter-claims, and cross-claims) alleging that a Contributor Version+directly or indirectly infringes any patent, then the rights granted to+You by any and all Contributors for the Covered Software under Section+2.1 of this License shall terminate.++5.3. In the event of termination under Sections 5.1 or 5.2 above, all+end user license agreements (excluding distributors and resellers) which+have been validly granted by You or Your distributors under this License+prior to termination shall survive termination.++************************************************************************+* *+* 6. Disclaimer of Warranty *+* ------------------------- *+* *+* Covered Software is provided under this License on an "as is" *+* basis, without warranty of any kind, either expressed, implied, or *+* statutory, including, without limitation, warranties that the *+* Covered Software is free of defects, merchantable, fit for a *+* particular purpose or non-infringing. The entire risk as to the *+* quality and performance of the Covered Software is with You. *+* Should any Covered Software prove defective in any respect, You *+* (not any Contributor) assume the cost of any necessary servicing, *+* repair, or correction. This disclaimer of warranty constitutes an *+* essential part of this License. No use of any Covered Software is *+* authorized under this License except under this disclaimer. *+* *+************************************************************************++************************************************************************+* *+* 7. Limitation of Liability *+* -------------------------- *+* *+* Under no circumstances and under no legal theory, whether tort *+* (including negligence), contract, or otherwise, shall any *+* Contributor, or anyone who distributes Covered Software as *+* permitted above, be liable to You for any direct, indirect, *+* special, incidental, or consequential damages of any character *+* including, without limitation, damages for lost profits, loss of *+* goodwill, work stoppage, computer failure or malfunction, or any *+* and all other commercial damages or losses, even if such party *+* shall have been informed of the possibility of such damages. This *+* limitation of liability shall not apply to liability for death or *+* personal injury resulting from such party's negligence to the *+* extent applicable law prohibits such limitation. Some *+* jurisdictions do not allow the exclusion or limitation of *+* incidental or consequential damages, so this exclusion and *+* limitation may not apply to You. *+* *+************************************************************************++8. Litigation+-------------++Any litigation relating to this License may be brought only in the+courts of a jurisdiction where the defendant maintains its principal+place of business and such litigation shall be governed by laws of that+jurisdiction, without reference to its conflict-of-law provisions.+Nothing in this Section shall prevent a party's ability to bring+cross-claims or counter-claims.++9. Miscellaneous+----------------++This License represents the complete agreement concerning the subject+matter hereof. If any provision of this License is held to be+unenforceable, such provision shall be reformed only to the extent+necessary to make it enforceable. Any law or regulation which provides+that the language of a contract shall be construed against the drafter+shall not be used to construe this License against a Contributor.++10. Versions of the License+---------------------------++10.1. New Versions++Mozilla Foundation is the license steward. Except as provided in Section+10.3, no one other than the license steward has the right to modify or+publish new versions of this License. Each version will be given a+distinguishing version number.++10.2. Effect of New Versions++You may distribute the Covered Software under the terms of the version+of the License under which You originally received the Covered Software,+or under the terms of any subsequent version published by the license+steward.++10.3. Modified Versions++If you create software not governed by this License, and you want to+create a new license for such software, you may create and use a+modified version of this License if you rename the license and remove+any references to the name of the license steward (except to note that+such modified license differs from this License).++10.4. Distributing Source Code Form that is Incompatible With Secondary+Licenses++If You choose to distribute Source Code Form that is Incompatible With+Secondary Licenses under the terms of this version of the License, the+notice described in Exhibit B of this License must be attached.++Exhibit A - Source Code Form License Notice+-------------------------------------------++ This Source Code Form is subject to the terms of the Mozilla Public+ License, v. 2.0. If a copy of the MPL was not distributed with this+ file, You can obtain one at http://mozilla.org/MPL/2.0/.++If it is not possible or desirable to put the notice in a particular+file, then You may include the notice in a location (such as a LICENSE+file in a relevant directory) where a recipient would be likely to look+for such a notice.++You may add additional accurate notices of copyright ownership.
+ README.md view
@@ -0,0 +1,44 @@+# Amazon Elastic Inference SDK++* [Version](#version)+* [Description](#description)+* [Contribute](#contribute)+* [Licence](#licence)+++## Version+ +`2.0` - Derived from API version @2017-07-25@ of the AWS service descriptions, licensed under Apache 2.0.++## Description++Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-elastic-inference)+and the [AWS API Reference](https://aws.amazon.com/documentation/).++The types from this library are intended to be used with [amazonka](http://hackage.haskell.org/package/amazonka),+which provides mechanisms for specifying AuthN/AuthZ information, sending requests,+and receiving responses.++Lenses are used for constructing and manipulating types,+due to the depth of nesting of AWS types and transparency regarding+de/serialisation into more palatable Haskell values.+The provided lenses should be compatible with any of the major lens libraries+[lens](http://hackage.haskell.org/package/lens) or [lens-family-core](http://hackage.haskell.org/package/lens-family-core).++See [Amazonka.ElasticInference](http://hackage.haskell.org/package/amazonka-elastic-inference/docs/Amazonka-ElasticInference.html)+or [the AWS documentation](https://aws.amazon.com/documentation/) to get started.+++## Contribute++For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/brendanhay/amazonka/issues).++> _Note:_ this library is an auto-generated Haskell package. Please see `amazonka-gen` for more information.+++## Licence++`amazonka-elastic-inference` 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.+Source files subject to this contain an additional licensing clause in their header.
+ amazonka-elastic-inference.cabal view
@@ -0,0 +1,97 @@+cabal-version: 2.2+name: amazonka-elastic-inference+version: 2.0+synopsis: Amazon Elastic Inference SDK.+homepage: https://github.com/brendanhay/amazonka+bug-reports: https://github.com/brendanhay/amazonka/issues+license: MPL-2.0+license-file: LICENSE+author: Brendan Hay+maintainer:+ Brendan Hay <brendan.g.hay+amazonka@gmail.com>, Jack Kelly <jack@jackkelly.name>++copyright: Copyright (c) 2013-2023 Brendan Hay+category: AWS+build-type: Simple+extra-source-files:+ fixture/*.proto+ fixture/*.yaml+ README.md+ src/.gitkeep++description:+ Derived from API version @2017-07-25@ of the AWS service descriptions, licensed under Apache 2.0.+ .+ The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>,+ which provides mechanisms for specifying AuthN/AuthZ information, sending requests, and receiving responses.+ .+ It is recommended to use generic lenses or optics from packages such as <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify optional fields and deconstruct responses.+ .+ Generated lenses can be found in "Amazonka.ElasticInference.Lens" and are+ suitable for use with a lens package such as <http://hackage.haskell.org/package/lens lens> or <http://hackage.haskell.org/package/lens-family-core lens-family-core>.+ .+ See "Amazonka.ElasticInference" and the <https://aws.amazon.com/documentation/ AWS documentation> to get started.++source-repository head+ type: git+ location: git://github.com/brendanhay/amazonka.git+ subdir: amazonka-elastic-inference++library+ default-language: Haskell2010+ hs-source-dirs: src gen+ ghc-options:+ -Wall -fwarn-incomplete-uni-patterns+ -fwarn-incomplete-record-updates -funbox-strict-fields++ exposed-modules:+ Amazonka.ElasticInference+ Amazonka.ElasticInference.DescribeAcceleratorOfferings+ Amazonka.ElasticInference.DescribeAccelerators+ Amazonka.ElasticInference.DescribeAcceleratorTypes+ Amazonka.ElasticInference.Lens+ Amazonka.ElasticInference.ListTagsForResource+ Amazonka.ElasticInference.TagResource+ Amazonka.ElasticInference.Types+ Amazonka.ElasticInference.Types.AcceleratorType+ Amazonka.ElasticInference.Types.AcceleratorTypeOffering+ Amazonka.ElasticInference.Types.ElasticInferenceAccelerator+ Amazonka.ElasticInference.Types.ElasticInferenceAcceleratorHealth+ Amazonka.ElasticInference.Types.Filter+ Amazonka.ElasticInference.Types.KeyValuePair+ Amazonka.ElasticInference.Types.LocationType+ Amazonka.ElasticInference.Types.MemoryInfo+ Amazonka.ElasticInference.UntagResource+ Amazonka.ElasticInference.Waiters++ build-depends:+ , amazonka-core >=2.0 && <2.1+ , base >=4.12 && <5++test-suite amazonka-elastic-inference-test+ type: exitcode-stdio-1.0+ default-language: Haskell2010+ hs-source-dirs: test+ main-is: Main.hs+ ghc-options: -Wall -threaded++ -- This section is encoded by the template and any modules added by+ -- hand outside these namespaces will not correctly be added to the+ -- distribution package.+ other-modules:+ Test.Amazonka.ElasticInference+ Test.Amazonka.ElasticInference.Internal+ Test.Amazonka.Gen.ElasticInference++ build-depends:+ , amazonka-core >=2.0 && <2.1+ , amazonka-elastic-inference+ , amazonka-test >=2.0 && <2.1+ , base+ , bytestring+ , case-insensitive+ , tasty+ , tasty-hunit+ , text+ , time+ , unordered-containers
+ fixture/DescribeAcceleratorOfferings.yaml view
@@ -0,0 +1,10 @@+---+method: POST+headers:+ Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/api.elastic-inference/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=?+ Host: api.elastic-inference.us-east-1.amazonaws.com+ Content-Type: application/x-www-form-urlencoded; charset=utf-8+ X-Amz-Content-SHA256: abcdef+ X-Amz-Date: 20091028T223200Z+body:+ ''
+ fixture/DescribeAcceleratorOfferingsResponse.proto view
+ fixture/DescribeAcceleratorTypes.yaml view
@@ -0,0 +1,10 @@+---+method: GET+headers:+ Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/api.elastic-inference/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=?+ Host: api.elastic-inference.us-east-1.amazonaws.com+ Content-Type: application/x-www-form-urlencoded; charset=utf-8+ X-Amz-Content-SHA256: abcdef+ X-Amz-Date: 20091028T223200Z+body:+ ''
+ fixture/DescribeAcceleratorTypesResponse.proto view
+ fixture/DescribeAccelerators.yaml view
@@ -0,0 +1,10 @@+---+method: POST+headers:+ Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/api.elastic-inference/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=?+ Host: api.elastic-inference.us-east-1.amazonaws.com+ Content-Type: application/x-www-form-urlencoded; charset=utf-8+ X-Amz-Content-SHA256: abcdef+ X-Amz-Date: 20091028T223200Z+body:+ ''
+ fixture/DescribeAcceleratorsResponse.proto view
+ fixture/ListTagsForResource.yaml view
@@ -0,0 +1,10 @@+---+method: GET+headers:+ Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/api.elastic-inference/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=?+ Host: api.elastic-inference.us-east-1.amazonaws.com+ Content-Type: application/x-www-form-urlencoded; charset=utf-8+ X-Amz-Content-SHA256: abcdef+ X-Amz-Date: 20091028T223200Z+body:+ ''
+ fixture/ListTagsForResourceResponse.proto view
+ fixture/TagResource.yaml view
@@ -0,0 +1,10 @@+---+method: POST+headers:+ Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/api.elastic-inference/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=?+ Host: api.elastic-inference.us-east-1.amazonaws.com+ Content-Type: application/x-www-form-urlencoded; charset=utf-8+ X-Amz-Content-SHA256: abcdef+ X-Amz-Date: 20091028T223200Z+body:+ ''
+ fixture/TagResourceResponse.proto view
+ fixture/UntagResource.yaml view
@@ -0,0 +1,10 @@+---+method: DELETE+headers:+ Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/api.elastic-inference/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=?+ Host: api.elastic-inference.us-east-1.amazonaws.com+ Content-Type: application/x-www-form-urlencoded; charset=utf-8+ X-Amz-Content-SHA256: abcdef+ X-Amz-Date: 20091028T223200Z+body:+ ''
+ fixture/UntagResourceResponse.proto view
+ gen/Amazonka/ElasticInference.hs view
@@ -0,0 +1,143 @@+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}++-- |+-- Module : Amazonka.ElasticInference+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Derived from API version @2017-07-25@ of the AWS service descriptions, licensed under Apache 2.0.+--+-- Elastic Inference public APIs.+module Amazonka.ElasticInference+ ( -- * Service Configuration+ defaultService,++ -- * Errors+ -- $errors++ -- ** BadRequestException+ _BadRequestException,++ -- ** InternalServerException+ _InternalServerException,++ -- ** ResourceNotFoundException+ _ResourceNotFoundException,++ -- * Waiters+ -- $waiters++ -- * Operations+ -- $operations++ -- ** DescribeAcceleratorOfferings+ DescribeAcceleratorOfferings (DescribeAcceleratorOfferings'),+ newDescribeAcceleratorOfferings,+ DescribeAcceleratorOfferingsResponse (DescribeAcceleratorOfferingsResponse'),+ newDescribeAcceleratorOfferingsResponse,++ -- ** DescribeAcceleratorTypes+ DescribeAcceleratorTypes (DescribeAcceleratorTypes'),+ newDescribeAcceleratorTypes,+ DescribeAcceleratorTypesResponse (DescribeAcceleratorTypesResponse'),+ newDescribeAcceleratorTypesResponse,++ -- ** DescribeAccelerators (Paginated)+ DescribeAccelerators (DescribeAccelerators'),+ newDescribeAccelerators,+ DescribeAcceleratorsResponse (DescribeAcceleratorsResponse'),+ newDescribeAcceleratorsResponse,++ -- ** ListTagsForResource+ ListTagsForResource (ListTagsForResource'),+ newListTagsForResource,+ ListTagsForResourceResponse (ListTagsForResourceResponse'),+ newListTagsForResourceResponse,++ -- ** TagResource+ TagResource (TagResource'),+ newTagResource,+ TagResourceResponse (TagResourceResponse'),+ newTagResourceResponse,++ -- ** UntagResource+ UntagResource (UntagResource'),+ newUntagResource,+ UntagResourceResponse (UntagResourceResponse'),+ newUntagResourceResponse,++ -- * Types++ -- ** LocationType+ LocationType (..),++ -- ** AcceleratorType+ AcceleratorType (AcceleratorType'),+ newAcceleratorType,++ -- ** AcceleratorTypeOffering+ AcceleratorTypeOffering (AcceleratorTypeOffering'),+ newAcceleratorTypeOffering,++ -- ** ElasticInferenceAccelerator+ ElasticInferenceAccelerator (ElasticInferenceAccelerator'),+ newElasticInferenceAccelerator,++ -- ** ElasticInferenceAcceleratorHealth+ ElasticInferenceAcceleratorHealth (ElasticInferenceAcceleratorHealth'),+ newElasticInferenceAcceleratorHealth,++ -- ** Filter+ Filter (Filter'),+ newFilter,++ -- ** KeyValuePair+ KeyValuePair (KeyValuePair'),+ newKeyValuePair,++ -- ** MemoryInfo+ MemoryInfo (MemoryInfo'),+ newMemoryInfo,+ )+where++import Amazonka.ElasticInference.DescribeAcceleratorOfferings+import Amazonka.ElasticInference.DescribeAcceleratorTypes+import Amazonka.ElasticInference.DescribeAccelerators+import Amazonka.ElasticInference.Lens+import Amazonka.ElasticInference.ListTagsForResource+import Amazonka.ElasticInference.TagResource+import Amazonka.ElasticInference.Types+import Amazonka.ElasticInference.UntagResource+import Amazonka.ElasticInference.Waiters++-- $errors+-- Error matchers are designed for use with the functions provided by+-- <http://hackage.haskell.org/package/lens/docs/Control-Exception-Lens.html Control.Exception.Lens>.+-- This allows catching (and rethrowing) service specific errors returned+-- by 'ElasticInference'.++-- $operations+-- Some AWS operations return results that are incomplete and require subsequent+-- requests in order to obtain the entire result set. The process of sending+-- subsequent requests to continue where a previous request left off is called+-- pagination. For example, the 'ListObjects' operation of Amazon S3 returns up to+-- 1000 objects at a time, and you must send subsequent requests with the+-- appropriate Marker in order to retrieve the next page of results.+--+-- Operations that have an 'AWSPager' instance can transparently perform subsequent+-- requests, correctly setting Markers and other request facets to iterate through+-- the entire result set of a truncated API operation. Operations which support+-- this have an additional note in the documentation.+--+-- Many operations have the ability to filter results on the server side. See the+-- individual operation parameters for details.++-- $waiters+-- Waiters poll by repeatedly sending a request until some remote success condition+-- configured by the 'Wait' specification is fulfilled. The 'Wait' specification+-- determines how many attempts should be made, in addition to delay and retry strategies.
+ gen/Amazonka/ElasticInference/DescribeAcceleratorOfferings.hs view
@@ -0,0 +1,210 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.DescribeAcceleratorOfferings+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Describes the locations in which a given accelerator type or set of+-- types is present in a given region.+module Amazonka.ElasticInference.DescribeAcceleratorOfferings+ ( -- * Creating a Request+ DescribeAcceleratorOfferings (..),+ newDescribeAcceleratorOfferings,++ -- * Request Lenses+ describeAcceleratorOfferings_acceleratorTypes,+ describeAcceleratorOfferings_locationType,++ -- * Destructuring the Response+ DescribeAcceleratorOfferingsResponse (..),+ newDescribeAcceleratorOfferingsResponse,++ -- * Response Lenses+ describeAcceleratorOfferingsResponse_acceleratorTypeOfferings,+ describeAcceleratorOfferingsResponse_httpStatus,+ )+where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Types+import qualified Amazonka.Prelude as Prelude+import qualified Amazonka.Request as Request+import qualified Amazonka.Response as Response++-- | /See:/ 'newDescribeAcceleratorOfferings' smart constructor.+data DescribeAcceleratorOfferings = DescribeAcceleratorOfferings'+ { -- | The list of accelerator types to describe.+ acceleratorTypes :: Prelude.Maybe [Prelude.Text],+ -- | The location type that you want to describe accelerator type offerings+ -- for. It can assume the following values: region: will return the+ -- accelerator type offering at the regional level. availability-zone: will+ -- return the accelerator type offering at the availability zone level.+ -- availability-zone-id: will return the accelerator type offering at the+ -- availability zone level returning the availability zone id.+ locationType :: LocationType+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'DescribeAcceleratorOfferings' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'acceleratorTypes', 'describeAcceleratorOfferings_acceleratorTypes' - The list of accelerator types to describe.+--+-- 'locationType', 'describeAcceleratorOfferings_locationType' - The location type that you want to describe accelerator type offerings+-- for. It can assume the following values: region: will return the+-- accelerator type offering at the regional level. availability-zone: will+-- return the accelerator type offering at the availability zone level.+-- availability-zone-id: will return the accelerator type offering at the+-- availability zone level returning the availability zone id.+newDescribeAcceleratorOfferings ::+ -- | 'locationType'+ LocationType ->+ DescribeAcceleratorOfferings+newDescribeAcceleratorOfferings pLocationType_ =+ DescribeAcceleratorOfferings'+ { acceleratorTypes =+ Prelude.Nothing,+ locationType = pLocationType_+ }++-- | The list of accelerator types to describe.+describeAcceleratorOfferings_acceleratorTypes :: Lens.Lens' DescribeAcceleratorOfferings (Prelude.Maybe [Prelude.Text])+describeAcceleratorOfferings_acceleratorTypes = Lens.lens (\DescribeAcceleratorOfferings' {acceleratorTypes} -> acceleratorTypes) (\s@DescribeAcceleratorOfferings' {} a -> s {acceleratorTypes = a} :: DescribeAcceleratorOfferings) Prelude.. Lens.mapping Lens.coerced++-- | The location type that you want to describe accelerator type offerings+-- for. It can assume the following values: region: will return the+-- accelerator type offering at the regional level. availability-zone: will+-- return the accelerator type offering at the availability zone level.+-- availability-zone-id: will return the accelerator type offering at the+-- availability zone level returning the availability zone id.+describeAcceleratorOfferings_locationType :: Lens.Lens' DescribeAcceleratorOfferings LocationType+describeAcceleratorOfferings_locationType = Lens.lens (\DescribeAcceleratorOfferings' {locationType} -> locationType) (\s@DescribeAcceleratorOfferings' {} a -> s {locationType = a} :: DescribeAcceleratorOfferings)++instance Core.AWSRequest DescribeAcceleratorOfferings where+ type+ AWSResponse DescribeAcceleratorOfferings =+ DescribeAcceleratorOfferingsResponse+ request overrides =+ Request.postJSON (overrides defaultService)+ response =+ Response.receiveJSON+ ( \s h x ->+ DescribeAcceleratorOfferingsResponse'+ Prelude.<$> ( x+ Data..?> "acceleratorTypeOfferings"+ Core..!@ Prelude.mempty+ )+ Prelude.<*> (Prelude.pure (Prelude.fromEnum s))+ )++instance+ Prelude.Hashable+ DescribeAcceleratorOfferings+ where+ hashWithSalt _salt DescribeAcceleratorOfferings' {..} =+ _salt+ `Prelude.hashWithSalt` acceleratorTypes+ `Prelude.hashWithSalt` locationType++instance Prelude.NFData DescribeAcceleratorOfferings where+ rnf DescribeAcceleratorOfferings' {..} =+ Prelude.rnf acceleratorTypes+ `Prelude.seq` Prelude.rnf locationType++instance Data.ToHeaders DescribeAcceleratorOfferings where+ toHeaders =+ Prelude.const+ ( Prelude.mconcat+ [ "Content-Type"+ Data.=# ( "application/x-amz-json-1.1" ::+ Prelude.ByteString+ )+ ]+ )++instance Data.ToJSON DescribeAcceleratorOfferings where+ toJSON DescribeAcceleratorOfferings' {..} =+ Data.object+ ( Prelude.catMaybes+ [ ("acceleratorTypes" Data..=)+ Prelude.<$> acceleratorTypes,+ Prelude.Just ("locationType" Data..= locationType)+ ]+ )++instance Data.ToPath DescribeAcceleratorOfferings where+ toPath =+ Prelude.const "/describe-accelerator-offerings"++instance Data.ToQuery DescribeAcceleratorOfferings where+ toQuery = Prelude.const Prelude.mempty++-- | /See:/ 'newDescribeAcceleratorOfferingsResponse' smart constructor.+data DescribeAcceleratorOfferingsResponse = DescribeAcceleratorOfferingsResponse'+ { -- | The list of accelerator type offerings for a specific location.+ acceleratorTypeOfferings :: Prelude.Maybe [AcceleratorTypeOffering],+ -- | The response's http status code.+ httpStatus :: Prelude.Int+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'DescribeAcceleratorOfferingsResponse' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'acceleratorTypeOfferings', 'describeAcceleratorOfferingsResponse_acceleratorTypeOfferings' - The list of accelerator type offerings for a specific location.+--+-- 'httpStatus', 'describeAcceleratorOfferingsResponse_httpStatus' - The response's http status code.+newDescribeAcceleratorOfferingsResponse ::+ -- | 'httpStatus'+ Prelude.Int ->+ DescribeAcceleratorOfferingsResponse+newDescribeAcceleratorOfferingsResponse pHttpStatus_ =+ DescribeAcceleratorOfferingsResponse'+ { acceleratorTypeOfferings =+ Prelude.Nothing,+ httpStatus = pHttpStatus_+ }++-- | The list of accelerator type offerings for a specific location.+describeAcceleratorOfferingsResponse_acceleratorTypeOfferings :: Lens.Lens' DescribeAcceleratorOfferingsResponse (Prelude.Maybe [AcceleratorTypeOffering])+describeAcceleratorOfferingsResponse_acceleratorTypeOfferings = Lens.lens (\DescribeAcceleratorOfferingsResponse' {acceleratorTypeOfferings} -> acceleratorTypeOfferings) (\s@DescribeAcceleratorOfferingsResponse' {} a -> s {acceleratorTypeOfferings = a} :: DescribeAcceleratorOfferingsResponse) Prelude.. Lens.mapping Lens.coerced++-- | The response's http status code.+describeAcceleratorOfferingsResponse_httpStatus :: Lens.Lens' DescribeAcceleratorOfferingsResponse Prelude.Int+describeAcceleratorOfferingsResponse_httpStatus = Lens.lens (\DescribeAcceleratorOfferingsResponse' {httpStatus} -> httpStatus) (\s@DescribeAcceleratorOfferingsResponse' {} a -> s {httpStatus = a} :: DescribeAcceleratorOfferingsResponse)++instance+ Prelude.NFData+ DescribeAcceleratorOfferingsResponse+ where+ rnf DescribeAcceleratorOfferingsResponse' {..} =+ Prelude.rnf acceleratorTypeOfferings+ `Prelude.seq` Prelude.rnf httpStatus
+ gen/Amazonka/ElasticInference/DescribeAcceleratorTypes.hs view
@@ -0,0 +1,149 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.DescribeAcceleratorTypes+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Describes the accelerator types available in a given region, as well as+-- their characteristics, such as memory and throughput.+module Amazonka.ElasticInference.DescribeAcceleratorTypes+ ( -- * Creating a Request+ DescribeAcceleratorTypes (..),+ newDescribeAcceleratorTypes,++ -- * Destructuring the Response+ DescribeAcceleratorTypesResponse (..),+ newDescribeAcceleratorTypesResponse,++ -- * Response Lenses+ describeAcceleratorTypesResponse_acceleratorTypes,+ describeAcceleratorTypesResponse_httpStatus,+ )+where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Types+import qualified Amazonka.Prelude as Prelude+import qualified Amazonka.Request as Request+import qualified Amazonka.Response as Response++-- | /See:/ 'newDescribeAcceleratorTypes' smart constructor.+data DescribeAcceleratorTypes = DescribeAcceleratorTypes'+ {+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'DescribeAcceleratorTypes' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+newDescribeAcceleratorTypes ::+ DescribeAcceleratorTypes+newDescribeAcceleratorTypes =+ DescribeAcceleratorTypes'++instance Core.AWSRequest DescribeAcceleratorTypes where+ type+ AWSResponse DescribeAcceleratorTypes =+ DescribeAcceleratorTypesResponse+ request overrides =+ Request.get (overrides defaultService)+ response =+ Response.receiveJSON+ ( \s h x ->+ DescribeAcceleratorTypesResponse'+ Prelude.<$> ( x+ Data..?> "acceleratorTypes"+ Core..!@ Prelude.mempty+ )+ Prelude.<*> (Prelude.pure (Prelude.fromEnum s))+ )++instance Prelude.Hashable DescribeAcceleratorTypes where+ hashWithSalt _salt _ =+ _salt `Prelude.hashWithSalt` ()++instance Prelude.NFData DescribeAcceleratorTypes where+ rnf _ = ()++instance Data.ToHeaders DescribeAcceleratorTypes where+ toHeaders =+ Prelude.const+ ( Prelude.mconcat+ [ "Content-Type"+ Data.=# ( "application/x-amz-json-1.1" ::+ Prelude.ByteString+ )+ ]+ )++instance Data.ToPath DescribeAcceleratorTypes where+ toPath = Prelude.const "/describe-accelerator-types"++instance Data.ToQuery DescribeAcceleratorTypes where+ toQuery = Prelude.const Prelude.mempty++-- | /See:/ 'newDescribeAcceleratorTypesResponse' smart constructor.+data DescribeAcceleratorTypesResponse = DescribeAcceleratorTypesResponse'+ { -- | The available accelerator types.+ acceleratorTypes :: Prelude.Maybe [AcceleratorType],+ -- | The response's http status code.+ httpStatus :: Prelude.Int+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'DescribeAcceleratorTypesResponse' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'acceleratorTypes', 'describeAcceleratorTypesResponse_acceleratorTypes' - The available accelerator types.+--+-- 'httpStatus', 'describeAcceleratorTypesResponse_httpStatus' - The response's http status code.+newDescribeAcceleratorTypesResponse ::+ -- | 'httpStatus'+ Prelude.Int ->+ DescribeAcceleratorTypesResponse+newDescribeAcceleratorTypesResponse pHttpStatus_ =+ DescribeAcceleratorTypesResponse'+ { acceleratorTypes =+ Prelude.Nothing,+ httpStatus = pHttpStatus_+ }++-- | The available accelerator types.+describeAcceleratorTypesResponse_acceleratorTypes :: Lens.Lens' DescribeAcceleratorTypesResponse (Prelude.Maybe [AcceleratorType])+describeAcceleratorTypesResponse_acceleratorTypes = Lens.lens (\DescribeAcceleratorTypesResponse' {acceleratorTypes} -> acceleratorTypes) (\s@DescribeAcceleratorTypesResponse' {} a -> s {acceleratorTypes = a} :: DescribeAcceleratorTypesResponse) Prelude.. Lens.mapping Lens.coerced++-- | The response's http status code.+describeAcceleratorTypesResponse_httpStatus :: Lens.Lens' DescribeAcceleratorTypesResponse Prelude.Int+describeAcceleratorTypesResponse_httpStatus = Lens.lens (\DescribeAcceleratorTypesResponse' {httpStatus} -> httpStatus) (\s@DescribeAcceleratorTypesResponse' {} a -> s {httpStatus = a} :: DescribeAcceleratorTypesResponse)++instance+ Prelude.NFData+ DescribeAcceleratorTypesResponse+ where+ rnf DescribeAcceleratorTypesResponse' {..} =+ Prelude.rnf acceleratorTypes+ `Prelude.seq` Prelude.rnf httpStatus
+ gen/Amazonka/ElasticInference/DescribeAccelerators.hs view
@@ -0,0 +1,275 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.DescribeAccelerators+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Describes information over a provided set of accelerators belonging to+-- an account.+--+-- This operation returns paginated results.+module Amazonka.ElasticInference.DescribeAccelerators+ ( -- * Creating a Request+ DescribeAccelerators (..),+ newDescribeAccelerators,++ -- * Request Lenses+ describeAccelerators_acceleratorIds,+ describeAccelerators_filters,+ describeAccelerators_maxResults,+ describeAccelerators_nextToken,++ -- * Destructuring the Response+ DescribeAcceleratorsResponse (..),+ newDescribeAcceleratorsResponse,++ -- * Response Lenses+ describeAcceleratorsResponse_acceleratorSet,+ describeAcceleratorsResponse_nextToken,+ describeAcceleratorsResponse_httpStatus,+ )+where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Types+import qualified Amazonka.Prelude as Prelude+import qualified Amazonka.Request as Request+import qualified Amazonka.Response as Response++-- | /See:/ 'newDescribeAccelerators' smart constructor.+data DescribeAccelerators = DescribeAccelerators'+ { -- | The IDs of the accelerators to describe.+ acceleratorIds :: Prelude.Maybe [Prelude.Text],+ -- | One or more filters. Filter names and values are case-sensitive. Valid+ -- filter names are: accelerator-types: can provide a list of accelerator+ -- type names to filter for. instance-id: can provide a list of EC2+ -- instance ids to filter for.+ filters :: Prelude.Maybe [Filter],+ -- | The total number of items to return in the command\'s output. If the+ -- total number of items available is more than the value specified, a+ -- NextToken is provided in the command\'s output. To resume pagination,+ -- provide the NextToken value in the starting-token argument of a+ -- subsequent command. Do not use the NextToken response element directly+ -- outside of the AWS CLI.+ maxResults :: Prelude.Maybe Prelude.Natural,+ -- | A token to specify where to start paginating. This is the NextToken from+ -- a previously truncated response.+ nextToken :: Prelude.Maybe Prelude.Text+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'DescribeAccelerators' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'acceleratorIds', 'describeAccelerators_acceleratorIds' - The IDs of the accelerators to describe.+--+-- 'filters', 'describeAccelerators_filters' - One or more filters. Filter names and values are case-sensitive. Valid+-- filter names are: accelerator-types: can provide a list of accelerator+-- type names to filter for. instance-id: can provide a list of EC2+-- instance ids to filter for.+--+-- 'maxResults', 'describeAccelerators_maxResults' - The total number of items to return in the command\'s output. If the+-- total number of items available is more than the value specified, a+-- NextToken is provided in the command\'s output. To resume pagination,+-- provide the NextToken value in the starting-token argument of a+-- subsequent command. Do not use the NextToken response element directly+-- outside of the AWS CLI.+--+-- 'nextToken', 'describeAccelerators_nextToken' - A token to specify where to start paginating. This is the NextToken from+-- a previously truncated response.+newDescribeAccelerators ::+ DescribeAccelerators+newDescribeAccelerators =+ DescribeAccelerators'+ { acceleratorIds =+ Prelude.Nothing,+ filters = Prelude.Nothing,+ maxResults = Prelude.Nothing,+ nextToken = Prelude.Nothing+ }++-- | The IDs of the accelerators to describe.+describeAccelerators_acceleratorIds :: Lens.Lens' DescribeAccelerators (Prelude.Maybe [Prelude.Text])+describeAccelerators_acceleratorIds = Lens.lens (\DescribeAccelerators' {acceleratorIds} -> acceleratorIds) (\s@DescribeAccelerators' {} a -> s {acceleratorIds = a} :: DescribeAccelerators) Prelude.. Lens.mapping Lens.coerced++-- | One or more filters. Filter names and values are case-sensitive. Valid+-- filter names are: accelerator-types: can provide a list of accelerator+-- type names to filter for. instance-id: can provide a list of EC2+-- instance ids to filter for.+describeAccelerators_filters :: Lens.Lens' DescribeAccelerators (Prelude.Maybe [Filter])+describeAccelerators_filters = Lens.lens (\DescribeAccelerators' {filters} -> filters) (\s@DescribeAccelerators' {} a -> s {filters = a} :: DescribeAccelerators) Prelude.. Lens.mapping Lens.coerced++-- | The total number of items to return in the command\'s output. If the+-- total number of items available is more than the value specified, a+-- NextToken is provided in the command\'s output. To resume pagination,+-- provide the NextToken value in the starting-token argument of a+-- subsequent command. Do not use the NextToken response element directly+-- outside of the AWS CLI.+describeAccelerators_maxResults :: Lens.Lens' DescribeAccelerators (Prelude.Maybe Prelude.Natural)+describeAccelerators_maxResults = Lens.lens (\DescribeAccelerators' {maxResults} -> maxResults) (\s@DescribeAccelerators' {} a -> s {maxResults = a} :: DescribeAccelerators)++-- | A token to specify where to start paginating. This is the NextToken from+-- a previously truncated response.+describeAccelerators_nextToken :: Lens.Lens' DescribeAccelerators (Prelude.Maybe Prelude.Text)+describeAccelerators_nextToken = Lens.lens (\DescribeAccelerators' {nextToken} -> nextToken) (\s@DescribeAccelerators' {} a -> s {nextToken = a} :: DescribeAccelerators)++instance Core.AWSPager DescribeAccelerators where+ page rq rs+ | Core.stop+ ( rs+ Lens.^? describeAcceleratorsResponse_nextToken+ Prelude.. Lens._Just+ ) =+ Prelude.Nothing+ | Core.stop+ ( rs+ Lens.^? describeAcceleratorsResponse_acceleratorSet+ Prelude.. Lens._Just+ ) =+ Prelude.Nothing+ | Prelude.otherwise =+ Prelude.Just+ Prelude.$ rq+ Prelude.& describeAccelerators_nextToken+ Lens..~ rs+ Lens.^? describeAcceleratorsResponse_nextToken+ Prelude.. Lens._Just++instance Core.AWSRequest DescribeAccelerators where+ type+ AWSResponse DescribeAccelerators =+ DescribeAcceleratorsResponse+ request overrides =+ Request.postJSON (overrides defaultService)+ response =+ Response.receiveJSON+ ( \s h x ->+ DescribeAcceleratorsResponse'+ Prelude.<$> (x Data..?> "acceleratorSet" Core..!@ Prelude.mempty)+ Prelude.<*> (x Data..?> "nextToken")+ Prelude.<*> (Prelude.pure (Prelude.fromEnum s))+ )++instance Prelude.Hashable DescribeAccelerators where+ hashWithSalt _salt DescribeAccelerators' {..} =+ _salt+ `Prelude.hashWithSalt` acceleratorIds+ `Prelude.hashWithSalt` filters+ `Prelude.hashWithSalt` maxResults+ `Prelude.hashWithSalt` nextToken++instance Prelude.NFData DescribeAccelerators where+ rnf DescribeAccelerators' {..} =+ Prelude.rnf acceleratorIds+ `Prelude.seq` Prelude.rnf filters+ `Prelude.seq` Prelude.rnf maxResults+ `Prelude.seq` Prelude.rnf nextToken++instance Data.ToHeaders DescribeAccelerators where+ toHeaders =+ Prelude.const+ ( Prelude.mconcat+ [ "Content-Type"+ Data.=# ( "application/x-amz-json-1.1" ::+ Prelude.ByteString+ )+ ]+ )++instance Data.ToJSON DescribeAccelerators where+ toJSON DescribeAccelerators' {..} =+ Data.object+ ( Prelude.catMaybes+ [ ("acceleratorIds" Data..=)+ Prelude.<$> acceleratorIds,+ ("filters" Data..=) Prelude.<$> filters,+ ("maxResults" Data..=) Prelude.<$> maxResults,+ ("nextToken" Data..=) Prelude.<$> nextToken+ ]+ )++instance Data.ToPath DescribeAccelerators where+ toPath = Prelude.const "/describe-accelerators"++instance Data.ToQuery DescribeAccelerators where+ toQuery = Prelude.const Prelude.mempty++-- | /See:/ 'newDescribeAcceleratorsResponse' smart constructor.+data DescribeAcceleratorsResponse = DescribeAcceleratorsResponse'+ { -- | The details of the Elastic Inference Accelerators.+ acceleratorSet :: Prelude.Maybe [ElasticInferenceAccelerator],+ -- | A token to specify where to start paginating. This is the NextToken from+ -- a previously truncated response.+ nextToken :: Prelude.Maybe Prelude.Text,+ -- | The response's http status code.+ httpStatus :: Prelude.Int+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'DescribeAcceleratorsResponse' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'acceleratorSet', 'describeAcceleratorsResponse_acceleratorSet' - The details of the Elastic Inference Accelerators.+--+-- 'nextToken', 'describeAcceleratorsResponse_nextToken' - A token to specify where to start paginating. This is the NextToken from+-- a previously truncated response.+--+-- 'httpStatus', 'describeAcceleratorsResponse_httpStatus' - The response's http status code.+newDescribeAcceleratorsResponse ::+ -- | 'httpStatus'+ Prelude.Int ->+ DescribeAcceleratorsResponse+newDescribeAcceleratorsResponse pHttpStatus_ =+ DescribeAcceleratorsResponse'+ { acceleratorSet =+ Prelude.Nothing,+ nextToken = Prelude.Nothing,+ httpStatus = pHttpStatus_+ }++-- | The details of the Elastic Inference Accelerators.+describeAcceleratorsResponse_acceleratorSet :: Lens.Lens' DescribeAcceleratorsResponse (Prelude.Maybe [ElasticInferenceAccelerator])+describeAcceleratorsResponse_acceleratorSet = Lens.lens (\DescribeAcceleratorsResponse' {acceleratorSet} -> acceleratorSet) (\s@DescribeAcceleratorsResponse' {} a -> s {acceleratorSet = a} :: DescribeAcceleratorsResponse) Prelude.. Lens.mapping Lens.coerced++-- | A token to specify where to start paginating. This is the NextToken from+-- a previously truncated response.+describeAcceleratorsResponse_nextToken :: Lens.Lens' DescribeAcceleratorsResponse (Prelude.Maybe Prelude.Text)+describeAcceleratorsResponse_nextToken = Lens.lens (\DescribeAcceleratorsResponse' {nextToken} -> nextToken) (\s@DescribeAcceleratorsResponse' {} a -> s {nextToken = a} :: DescribeAcceleratorsResponse)++-- | The response's http status code.+describeAcceleratorsResponse_httpStatus :: Lens.Lens' DescribeAcceleratorsResponse Prelude.Int+describeAcceleratorsResponse_httpStatus = Lens.lens (\DescribeAcceleratorsResponse' {httpStatus} -> httpStatus) (\s@DescribeAcceleratorsResponse' {} a -> s {httpStatus = a} :: DescribeAcceleratorsResponse)++instance Prelude.NFData DescribeAcceleratorsResponse where+ rnf DescribeAcceleratorsResponse' {..} =+ Prelude.rnf acceleratorSet+ `Prelude.seq` Prelude.rnf nextToken+ `Prelude.seq` Prelude.rnf httpStatus
+ gen/Amazonka/ElasticInference/Lens.hs view
@@ -0,0 +1,98 @@+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Lens+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Lens+ ( -- * Operations++ -- ** DescribeAcceleratorOfferings+ describeAcceleratorOfferings_acceleratorTypes,+ describeAcceleratorOfferings_locationType,+ describeAcceleratorOfferingsResponse_acceleratorTypeOfferings,+ describeAcceleratorOfferingsResponse_httpStatus,++ -- ** DescribeAcceleratorTypes+ describeAcceleratorTypesResponse_acceleratorTypes,+ describeAcceleratorTypesResponse_httpStatus,++ -- ** DescribeAccelerators+ describeAccelerators_acceleratorIds,+ describeAccelerators_filters,+ describeAccelerators_maxResults,+ describeAccelerators_nextToken,+ describeAcceleratorsResponse_acceleratorSet,+ describeAcceleratorsResponse_nextToken,+ describeAcceleratorsResponse_httpStatus,++ -- ** ListTagsForResource+ listTagsForResource_resourceArn,+ listTagsForResourceResponse_tags,+ listTagsForResourceResponse_httpStatus,++ -- ** TagResource+ tagResource_resourceArn,+ tagResource_tags,+ tagResourceResponse_httpStatus,++ -- ** UntagResource+ untagResource_resourceArn,+ untagResource_tagKeys,+ untagResourceResponse_httpStatus,++ -- * Types++ -- ** AcceleratorType+ acceleratorType_acceleratorTypeName,+ acceleratorType_memoryInfo,+ acceleratorType_throughputInfo,++ -- ** AcceleratorTypeOffering+ acceleratorTypeOffering_acceleratorType,+ acceleratorTypeOffering_location,+ acceleratorTypeOffering_locationType,++ -- ** ElasticInferenceAccelerator+ elasticInferenceAccelerator_acceleratorHealth,+ elasticInferenceAccelerator_acceleratorId,+ elasticInferenceAccelerator_acceleratorType,+ elasticInferenceAccelerator_attachedResource,+ elasticInferenceAccelerator_availabilityZone,++ -- ** ElasticInferenceAcceleratorHealth+ elasticInferenceAcceleratorHealth_status,++ -- ** Filter+ filter_name,+ filter_values,++ -- ** KeyValuePair+ keyValuePair_key,+ keyValuePair_value,++ -- ** MemoryInfo+ memoryInfo_sizeInMiB,+ )+where++import Amazonka.ElasticInference.DescribeAcceleratorOfferings+import Amazonka.ElasticInference.DescribeAcceleratorTypes+import Amazonka.ElasticInference.DescribeAccelerators+import Amazonka.ElasticInference.ListTagsForResource+import Amazonka.ElasticInference.TagResource+import Amazonka.ElasticInference.Types.AcceleratorType+import Amazonka.ElasticInference.Types.AcceleratorTypeOffering+import Amazonka.ElasticInference.Types.ElasticInferenceAccelerator+import Amazonka.ElasticInference.Types.ElasticInferenceAcceleratorHealth+import Amazonka.ElasticInference.Types.Filter+import Amazonka.ElasticInference.Types.KeyValuePair+import Amazonka.ElasticInference.Types.MemoryInfo+import Amazonka.ElasticInference.UntagResource
+ gen/Amazonka/ElasticInference/ListTagsForResource.hs view
@@ -0,0 +1,159 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.ListTagsForResource+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns all tags of an Elastic Inference Accelerator.+module Amazonka.ElasticInference.ListTagsForResource+ ( -- * Creating a Request+ ListTagsForResource (..),+ newListTagsForResource,++ -- * Request Lenses+ listTagsForResource_resourceArn,++ -- * Destructuring the Response+ ListTagsForResourceResponse (..),+ newListTagsForResourceResponse,++ -- * Response Lenses+ listTagsForResourceResponse_tags,+ listTagsForResourceResponse_httpStatus,+ )+where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Types+import qualified Amazonka.Prelude as Prelude+import qualified Amazonka.Request as Request+import qualified Amazonka.Response as Response++-- | /See:/ 'newListTagsForResource' smart constructor.+data ListTagsForResource = ListTagsForResource'+ { -- | The ARN of the Elastic Inference Accelerator to list the tags for.+ resourceArn :: Prelude.Text+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'ListTagsForResource' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'resourceArn', 'listTagsForResource_resourceArn' - The ARN of the Elastic Inference Accelerator to list the tags for.+newListTagsForResource ::+ -- | 'resourceArn'+ Prelude.Text ->+ ListTagsForResource+newListTagsForResource pResourceArn_ =+ ListTagsForResource' {resourceArn = pResourceArn_}++-- | The ARN of the Elastic Inference Accelerator to list the tags for.+listTagsForResource_resourceArn :: Lens.Lens' ListTagsForResource Prelude.Text+listTagsForResource_resourceArn = Lens.lens (\ListTagsForResource' {resourceArn} -> resourceArn) (\s@ListTagsForResource' {} a -> s {resourceArn = a} :: ListTagsForResource)++instance Core.AWSRequest ListTagsForResource where+ type+ AWSResponse ListTagsForResource =+ ListTagsForResourceResponse+ request overrides =+ Request.get (overrides defaultService)+ response =+ Response.receiveJSON+ ( \s h x ->+ ListTagsForResourceResponse'+ Prelude.<$> (x Data..?> "tags" Core..!@ Prelude.mempty)+ Prelude.<*> (Prelude.pure (Prelude.fromEnum s))+ )++instance Prelude.Hashable ListTagsForResource where+ hashWithSalt _salt ListTagsForResource' {..} =+ _salt `Prelude.hashWithSalt` resourceArn++instance Prelude.NFData ListTagsForResource where+ rnf ListTagsForResource' {..} =+ Prelude.rnf resourceArn++instance Data.ToHeaders ListTagsForResource where+ toHeaders =+ Prelude.const+ ( Prelude.mconcat+ [ "Content-Type"+ Data.=# ( "application/x-amz-json-1.1" ::+ Prelude.ByteString+ )+ ]+ )++instance Data.ToPath ListTagsForResource where+ toPath ListTagsForResource' {..} =+ Prelude.mconcat ["/tags/", Data.toBS resourceArn]++instance Data.ToQuery ListTagsForResource where+ toQuery = Prelude.const Prelude.mempty++-- | /See:/ 'newListTagsForResourceResponse' smart constructor.+data ListTagsForResourceResponse = ListTagsForResourceResponse'+ { -- | The tags of the Elastic Inference Accelerator.+ tags :: Prelude.Maybe (Prelude.HashMap Prelude.Text Prelude.Text),+ -- | The response's http status code.+ httpStatus :: Prelude.Int+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'ListTagsForResourceResponse' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'tags', 'listTagsForResourceResponse_tags' - The tags of the Elastic Inference Accelerator.+--+-- 'httpStatus', 'listTagsForResourceResponse_httpStatus' - The response's http status code.+newListTagsForResourceResponse ::+ -- | 'httpStatus'+ Prelude.Int ->+ ListTagsForResourceResponse+newListTagsForResourceResponse pHttpStatus_ =+ ListTagsForResourceResponse'+ { tags =+ Prelude.Nothing,+ httpStatus = pHttpStatus_+ }++-- | The tags of the Elastic Inference Accelerator.+listTagsForResourceResponse_tags :: Lens.Lens' ListTagsForResourceResponse (Prelude.Maybe (Prelude.HashMap Prelude.Text Prelude.Text))+listTagsForResourceResponse_tags = Lens.lens (\ListTagsForResourceResponse' {tags} -> tags) (\s@ListTagsForResourceResponse' {} a -> s {tags = a} :: ListTagsForResourceResponse) Prelude.. Lens.mapping Lens.coerced++-- | The response's http status code.+listTagsForResourceResponse_httpStatus :: Lens.Lens' ListTagsForResourceResponse Prelude.Int+listTagsForResourceResponse_httpStatus = Lens.lens (\ListTagsForResourceResponse' {httpStatus} -> httpStatus) (\s@ListTagsForResourceResponse' {} a -> s {httpStatus = a} :: ListTagsForResourceResponse)++instance Prelude.NFData ListTagsForResourceResponse where+ rnf ListTagsForResourceResponse' {..} =+ Prelude.rnf tags+ `Prelude.seq` Prelude.rnf httpStatus
+ gen/Amazonka/ElasticInference/TagResource.hs view
@@ -0,0 +1,163 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.TagResource+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Adds the specified tags to an Elastic Inference Accelerator.+module Amazonka.ElasticInference.TagResource+ ( -- * Creating a Request+ TagResource (..),+ newTagResource,++ -- * Request Lenses+ tagResource_resourceArn,+ tagResource_tags,++ -- * Destructuring the Response+ TagResourceResponse (..),+ newTagResourceResponse,++ -- * Response Lenses+ tagResourceResponse_httpStatus,+ )+where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Types+import qualified Amazonka.Prelude as Prelude+import qualified Amazonka.Request as Request+import qualified Amazonka.Response as Response++-- | /See:/ 'newTagResource' smart constructor.+data TagResource = TagResource'+ { -- | The ARN of the Elastic Inference Accelerator to tag.+ resourceArn :: Prelude.Text,+ -- | The tags to add to the Elastic Inference Accelerator.+ tags :: Prelude.HashMap Prelude.Text Prelude.Text+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'TagResource' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'resourceArn', 'tagResource_resourceArn' - The ARN of the Elastic Inference Accelerator to tag.+--+-- 'tags', 'tagResource_tags' - The tags to add to the Elastic Inference Accelerator.+newTagResource ::+ -- | 'resourceArn'+ Prelude.Text ->+ TagResource+newTagResource pResourceArn_ =+ TagResource'+ { resourceArn = pResourceArn_,+ tags = Prelude.mempty+ }++-- | The ARN of the Elastic Inference Accelerator to tag.+tagResource_resourceArn :: Lens.Lens' TagResource Prelude.Text+tagResource_resourceArn = Lens.lens (\TagResource' {resourceArn} -> resourceArn) (\s@TagResource' {} a -> s {resourceArn = a} :: TagResource)++-- | The tags to add to the Elastic Inference Accelerator.+tagResource_tags :: Lens.Lens' TagResource (Prelude.HashMap Prelude.Text Prelude.Text)+tagResource_tags = Lens.lens (\TagResource' {tags} -> tags) (\s@TagResource' {} a -> s {tags = a} :: TagResource) Prelude.. Lens.coerced++instance Core.AWSRequest TagResource where+ type AWSResponse TagResource = TagResourceResponse+ request overrides =+ Request.postJSON (overrides defaultService)+ response =+ Response.receiveEmpty+ ( \s h x ->+ TagResourceResponse'+ Prelude.<$> (Prelude.pure (Prelude.fromEnum s))+ )++instance Prelude.Hashable TagResource where+ hashWithSalt _salt TagResource' {..} =+ _salt+ `Prelude.hashWithSalt` resourceArn+ `Prelude.hashWithSalt` tags++instance Prelude.NFData TagResource where+ rnf TagResource' {..} =+ Prelude.rnf resourceArn+ `Prelude.seq` Prelude.rnf tags++instance Data.ToHeaders TagResource where+ toHeaders =+ Prelude.const+ ( Prelude.mconcat+ [ "Content-Type"+ Data.=# ( "application/x-amz-json-1.1" ::+ Prelude.ByteString+ )+ ]+ )++instance Data.ToJSON TagResource where+ toJSON TagResource' {..} =+ Data.object+ ( Prelude.catMaybes+ [Prelude.Just ("tags" Data..= tags)]+ )++instance Data.ToPath TagResource where+ toPath TagResource' {..} =+ Prelude.mconcat ["/tags/", Data.toBS resourceArn]++instance Data.ToQuery TagResource where+ toQuery = Prelude.const Prelude.mempty++-- | /See:/ 'newTagResourceResponse' smart constructor.+data TagResourceResponse = TagResourceResponse'+ { -- | The response's http status code.+ httpStatus :: Prelude.Int+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'TagResourceResponse' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'httpStatus', 'tagResourceResponse_httpStatus' - The response's http status code.+newTagResourceResponse ::+ -- | 'httpStatus'+ Prelude.Int ->+ TagResourceResponse+newTagResourceResponse pHttpStatus_ =+ TagResourceResponse' {httpStatus = pHttpStatus_}++-- | The response's http status code.+tagResourceResponse_httpStatus :: Lens.Lens' TagResourceResponse Prelude.Int+tagResourceResponse_httpStatus = Lens.lens (\TagResourceResponse' {httpStatus} -> httpStatus) (\s@TagResourceResponse' {} a -> s {httpStatus = a} :: TagResourceResponse)++instance Prelude.NFData TagResourceResponse where+ rnf TagResourceResponse' {..} = Prelude.rnf httpStatus
+ gen/Amazonka/ElasticInference/Types.hs view
@@ -0,0 +1,180 @@+{-# LANGUAGE DisambiguateRecordFields #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Types+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Types+ ( -- * Service Configuration+ defaultService,++ -- * Errors+ _BadRequestException,+ _InternalServerException,+ _ResourceNotFoundException,++ -- * LocationType+ LocationType (..),++ -- * AcceleratorType+ AcceleratorType (..),+ newAcceleratorType,+ acceleratorType_acceleratorTypeName,+ acceleratorType_memoryInfo,+ acceleratorType_throughputInfo,++ -- * AcceleratorTypeOffering+ AcceleratorTypeOffering (..),+ newAcceleratorTypeOffering,+ acceleratorTypeOffering_acceleratorType,+ acceleratorTypeOffering_location,+ acceleratorTypeOffering_locationType,++ -- * ElasticInferenceAccelerator+ ElasticInferenceAccelerator (..),+ newElasticInferenceAccelerator,+ elasticInferenceAccelerator_acceleratorHealth,+ elasticInferenceAccelerator_acceleratorId,+ elasticInferenceAccelerator_acceleratorType,+ elasticInferenceAccelerator_attachedResource,+ elasticInferenceAccelerator_availabilityZone,++ -- * ElasticInferenceAcceleratorHealth+ ElasticInferenceAcceleratorHealth (..),+ newElasticInferenceAcceleratorHealth,+ elasticInferenceAcceleratorHealth_status,++ -- * Filter+ Filter (..),+ newFilter,+ filter_name,+ filter_values,++ -- * KeyValuePair+ KeyValuePair (..),+ newKeyValuePair,+ keyValuePair_key,+ keyValuePair_value,++ -- * MemoryInfo+ MemoryInfo (..),+ newMemoryInfo,+ memoryInfo_sizeInMiB,+ )+where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import Amazonka.ElasticInference.Types.AcceleratorType+import Amazonka.ElasticInference.Types.AcceleratorTypeOffering+import Amazonka.ElasticInference.Types.ElasticInferenceAccelerator+import Amazonka.ElasticInference.Types.ElasticInferenceAcceleratorHealth+import Amazonka.ElasticInference.Types.Filter+import Amazonka.ElasticInference.Types.KeyValuePair+import Amazonka.ElasticInference.Types.LocationType+import Amazonka.ElasticInference.Types.MemoryInfo+import qualified Amazonka.Prelude as Prelude+import qualified Amazonka.Sign.V4 as Sign++-- | API version @2017-07-25@ of the Amazon Elastic Inference SDK configuration.+defaultService :: Core.Service+defaultService =+ Core.Service+ { Core.abbrev = "ElasticInference",+ Core.signer = Sign.v4,+ Core.endpointPrefix = "api.elastic-inference",+ Core.signingName = "elastic-inference",+ Core.version = "2017-07-25",+ Core.s3AddressingStyle = Core.S3AddressingStyleAuto,+ Core.endpoint = Core.defaultEndpoint defaultService,+ Core.timeout = Prelude.Just 70,+ Core.check = Core.statusSuccess,+ Core.error = Core.parseJSONError "ElasticInference",+ Core.retry = retry+ }+ where+ retry =+ Core.Exponential+ { Core.base = 5.0e-2,+ Core.growth = 2,+ Core.attempts = 5,+ Core.check = check+ }+ check e+ | Lens.has (Core.hasStatus 502) e =+ Prelude.Just "bad_gateway"+ | Lens.has (Core.hasStatus 504) e =+ Prelude.Just "gateway_timeout"+ | Lens.has (Core.hasStatus 500) e =+ Prelude.Just "general_server_error"+ | Lens.has (Core.hasStatus 509) e =+ Prelude.Just "limit_exceeded"+ | Lens.has+ ( Core.hasCode "RequestThrottledException"+ Prelude.. Core.hasStatus 400+ )+ e =+ Prelude.Just "request_throttled_exception"+ | Lens.has (Core.hasStatus 503) e =+ Prelude.Just "service_unavailable"+ | Lens.has+ ( Core.hasCode "ThrottledException"+ Prelude.. Core.hasStatus 400+ )+ e =+ Prelude.Just "throttled_exception"+ | Lens.has+ ( Core.hasCode "Throttling"+ Prelude.. Core.hasStatus 400+ )+ e =+ Prelude.Just "throttling"+ | Lens.has+ ( Core.hasCode "ThrottlingException"+ Prelude.. Core.hasStatus 400+ )+ e =+ Prelude.Just "throttling_exception"+ | Lens.has+ ( Core.hasCode+ "ProvisionedThroughputExceededException"+ Prelude.. Core.hasStatus 400+ )+ e =+ Prelude.Just "throughput_exceeded"+ | Lens.has (Core.hasStatus 429) e =+ Prelude.Just "too_many_requests"+ | Prelude.otherwise = Prelude.Nothing++-- | Raised when a malformed input has been provided to the API.+_BadRequestException :: (Core.AsError a) => Lens.Fold a Core.ServiceError+_BadRequestException =+ Core._MatchServiceError+ defaultService+ "BadRequestException"+ Prelude.. Core.hasStatus 400++-- | Raised when an unexpected error occurred during request processing.+_InternalServerException :: (Core.AsError a) => Lens.Fold a Core.ServiceError+_InternalServerException =+ Core._MatchServiceError+ defaultService+ "InternalServerException"+ Prelude.. Core.hasStatus 500++-- | Raised when the requested resource cannot be found.+_ResourceNotFoundException :: (Core.AsError a) => Lens.Fold a Core.ServiceError+_ResourceNotFoundException =+ Core._MatchServiceError+ defaultService+ "ResourceNotFoundException"+ Prelude.. Core.hasStatus 404
+ gen/Amazonka/ElasticInference/Types/AcceleratorType.hs view
@@ -0,0 +1,102 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Types.AcceleratorType+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Types.AcceleratorType where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Types.KeyValuePair+import Amazonka.ElasticInference.Types.MemoryInfo+import qualified Amazonka.Prelude as Prelude++-- | The details of an Elastic Inference Accelerator type.+--+-- /See:/ 'newAcceleratorType' smart constructor.+data AcceleratorType = AcceleratorType'+ { -- | The name of the Elastic Inference Accelerator type.+ acceleratorTypeName :: Prelude.Maybe Prelude.Text,+ -- | The memory information of the Elastic Inference Accelerator type.+ memoryInfo :: Prelude.Maybe MemoryInfo,+ -- | The throughput information of the Elastic Inference Accelerator type.+ throughputInfo :: Prelude.Maybe [KeyValuePair]+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'AcceleratorType' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'acceleratorTypeName', 'acceleratorType_acceleratorTypeName' - The name of the Elastic Inference Accelerator type.+--+-- 'memoryInfo', 'acceleratorType_memoryInfo' - The memory information of the Elastic Inference Accelerator type.+--+-- 'throughputInfo', 'acceleratorType_throughputInfo' - The throughput information of the Elastic Inference Accelerator type.+newAcceleratorType ::+ AcceleratorType+newAcceleratorType =+ AcceleratorType'+ { acceleratorTypeName =+ Prelude.Nothing,+ memoryInfo = Prelude.Nothing,+ throughputInfo = Prelude.Nothing+ }++-- | The name of the Elastic Inference Accelerator type.+acceleratorType_acceleratorTypeName :: Lens.Lens' AcceleratorType (Prelude.Maybe Prelude.Text)+acceleratorType_acceleratorTypeName = Lens.lens (\AcceleratorType' {acceleratorTypeName} -> acceleratorTypeName) (\s@AcceleratorType' {} a -> s {acceleratorTypeName = a} :: AcceleratorType)++-- | The memory information of the Elastic Inference Accelerator type.+acceleratorType_memoryInfo :: Lens.Lens' AcceleratorType (Prelude.Maybe MemoryInfo)+acceleratorType_memoryInfo = Lens.lens (\AcceleratorType' {memoryInfo} -> memoryInfo) (\s@AcceleratorType' {} a -> s {memoryInfo = a} :: AcceleratorType)++-- | The throughput information of the Elastic Inference Accelerator type.+acceleratorType_throughputInfo :: Lens.Lens' AcceleratorType (Prelude.Maybe [KeyValuePair])+acceleratorType_throughputInfo = Lens.lens (\AcceleratorType' {throughputInfo} -> throughputInfo) (\s@AcceleratorType' {} a -> s {throughputInfo = a} :: AcceleratorType) Prelude.. Lens.mapping Lens.coerced++instance Data.FromJSON AcceleratorType where+ parseJSON =+ Data.withObject+ "AcceleratorType"+ ( \x ->+ AcceleratorType'+ Prelude.<$> (x Data..:? "acceleratorTypeName")+ Prelude.<*> (x Data..:? "memoryInfo")+ Prelude.<*> ( x+ Data..:? "throughputInfo"+ Data..!= Prelude.mempty+ )+ )++instance Prelude.Hashable AcceleratorType where+ hashWithSalt _salt AcceleratorType' {..} =+ _salt+ `Prelude.hashWithSalt` acceleratorTypeName+ `Prelude.hashWithSalt` memoryInfo+ `Prelude.hashWithSalt` throughputInfo++instance Prelude.NFData AcceleratorType where+ rnf AcceleratorType' {..} =+ Prelude.rnf acceleratorTypeName+ `Prelude.seq` Prelude.rnf memoryInfo+ `Prelude.seq` Prelude.rnf throughputInfo
+ gen/Amazonka/ElasticInference/Types/AcceleratorTypeOffering.hs view
@@ -0,0 +1,116 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Types.AcceleratorTypeOffering+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Types.AcceleratorTypeOffering where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Types.LocationType+import qualified Amazonka.Prelude as Prelude++-- | The offering for an Elastic Inference Accelerator type.+--+-- /See:/ 'newAcceleratorTypeOffering' smart constructor.+data AcceleratorTypeOffering = AcceleratorTypeOffering'+ { -- | The name of the Elastic Inference Accelerator type.+ acceleratorType :: Prelude.Maybe Prelude.Text,+ -- | The location for the offering. It will return either the region,+ -- availability zone or availability zone id for the offering depending on+ -- the locationType value.+ location :: Prelude.Maybe Prelude.Text,+ -- | The location type for the offering. It can assume the following values:+ -- region: defines that the offering is at the regional level.+ -- availability-zone: defines that the offering is at the availability zone+ -- level. availability-zone-id: defines that the offering is at the+ -- availability zone level, defined by the availability zone id.+ locationType :: Prelude.Maybe LocationType+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'AcceleratorTypeOffering' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'acceleratorType', 'acceleratorTypeOffering_acceleratorType' - The name of the Elastic Inference Accelerator type.+--+-- 'location', 'acceleratorTypeOffering_location' - The location for the offering. It will return either the region,+-- availability zone or availability zone id for the offering depending on+-- the locationType value.+--+-- 'locationType', 'acceleratorTypeOffering_locationType' - The location type for the offering. It can assume the following values:+-- region: defines that the offering is at the regional level.+-- availability-zone: defines that the offering is at the availability zone+-- level. availability-zone-id: defines that the offering is at the+-- availability zone level, defined by the availability zone id.+newAcceleratorTypeOffering ::+ AcceleratorTypeOffering+newAcceleratorTypeOffering =+ AcceleratorTypeOffering'+ { acceleratorType =+ Prelude.Nothing,+ location = Prelude.Nothing,+ locationType = Prelude.Nothing+ }++-- | The name of the Elastic Inference Accelerator type.+acceleratorTypeOffering_acceleratorType :: Lens.Lens' AcceleratorTypeOffering (Prelude.Maybe Prelude.Text)+acceleratorTypeOffering_acceleratorType = Lens.lens (\AcceleratorTypeOffering' {acceleratorType} -> acceleratorType) (\s@AcceleratorTypeOffering' {} a -> s {acceleratorType = a} :: AcceleratorTypeOffering)++-- | The location for the offering. It will return either the region,+-- availability zone or availability zone id for the offering depending on+-- the locationType value.+acceleratorTypeOffering_location :: Lens.Lens' AcceleratorTypeOffering (Prelude.Maybe Prelude.Text)+acceleratorTypeOffering_location = Lens.lens (\AcceleratorTypeOffering' {location} -> location) (\s@AcceleratorTypeOffering' {} a -> s {location = a} :: AcceleratorTypeOffering)++-- | The location type for the offering. It can assume the following values:+-- region: defines that the offering is at the regional level.+-- availability-zone: defines that the offering is at the availability zone+-- level. availability-zone-id: defines that the offering is at the+-- availability zone level, defined by the availability zone id.+acceleratorTypeOffering_locationType :: Lens.Lens' AcceleratorTypeOffering (Prelude.Maybe LocationType)+acceleratorTypeOffering_locationType = Lens.lens (\AcceleratorTypeOffering' {locationType} -> locationType) (\s@AcceleratorTypeOffering' {} a -> s {locationType = a} :: AcceleratorTypeOffering)++instance Data.FromJSON AcceleratorTypeOffering where+ parseJSON =+ Data.withObject+ "AcceleratorTypeOffering"+ ( \x ->+ AcceleratorTypeOffering'+ Prelude.<$> (x Data..:? "acceleratorType")+ Prelude.<*> (x Data..:? "location")+ Prelude.<*> (x Data..:? "locationType")+ )++instance Prelude.Hashable AcceleratorTypeOffering where+ hashWithSalt _salt AcceleratorTypeOffering' {..} =+ _salt+ `Prelude.hashWithSalt` acceleratorType+ `Prelude.hashWithSalt` location+ `Prelude.hashWithSalt` locationType++instance Prelude.NFData AcceleratorTypeOffering where+ rnf AcceleratorTypeOffering' {..} =+ Prelude.rnf acceleratorType+ `Prelude.seq` Prelude.rnf location+ `Prelude.seq` Prelude.rnf locationType
+ gen/Amazonka/ElasticInference/Types/ElasticInferenceAccelerator.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Types.ElasticInferenceAccelerator+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Types.ElasticInferenceAccelerator where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Types.ElasticInferenceAcceleratorHealth+import qualified Amazonka.Prelude as Prelude++-- | The details of an Elastic Inference Accelerator.+--+-- /See:/ 'newElasticInferenceAccelerator' smart constructor.+data ElasticInferenceAccelerator = ElasticInferenceAccelerator'+ { -- | The health of the Elastic Inference Accelerator.+ acceleratorHealth :: Prelude.Maybe ElasticInferenceAcceleratorHealth,+ -- | The ID of the Elastic Inference Accelerator.+ acceleratorId :: Prelude.Maybe Prelude.Text,+ -- | The type of the Elastic Inference Accelerator.+ acceleratorType :: Prelude.Maybe Prelude.Text,+ -- | The ARN of the resource that the Elastic Inference Accelerator is+ -- attached to.+ attachedResource :: Prelude.Maybe Prelude.Text,+ -- | The availability zone where the Elastic Inference Accelerator is+ -- present.+ availabilityZone :: Prelude.Maybe Prelude.Text+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'ElasticInferenceAccelerator' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'acceleratorHealth', 'elasticInferenceAccelerator_acceleratorHealth' - The health of the Elastic Inference Accelerator.+--+-- 'acceleratorId', 'elasticInferenceAccelerator_acceleratorId' - The ID of the Elastic Inference Accelerator.+--+-- 'acceleratorType', 'elasticInferenceAccelerator_acceleratorType' - The type of the Elastic Inference Accelerator.+--+-- 'attachedResource', 'elasticInferenceAccelerator_attachedResource' - The ARN of the resource that the Elastic Inference Accelerator is+-- attached to.+--+-- 'availabilityZone', 'elasticInferenceAccelerator_availabilityZone' - The availability zone where the Elastic Inference Accelerator is+-- present.+newElasticInferenceAccelerator ::+ ElasticInferenceAccelerator+newElasticInferenceAccelerator =+ ElasticInferenceAccelerator'+ { acceleratorHealth =+ Prelude.Nothing,+ acceleratorId = Prelude.Nothing,+ acceleratorType = Prelude.Nothing,+ attachedResource = Prelude.Nothing,+ availabilityZone = Prelude.Nothing+ }++-- | The health of the Elastic Inference Accelerator.+elasticInferenceAccelerator_acceleratorHealth :: Lens.Lens' ElasticInferenceAccelerator (Prelude.Maybe ElasticInferenceAcceleratorHealth)+elasticInferenceAccelerator_acceleratorHealth = Lens.lens (\ElasticInferenceAccelerator' {acceleratorHealth} -> acceleratorHealth) (\s@ElasticInferenceAccelerator' {} a -> s {acceleratorHealth = a} :: ElasticInferenceAccelerator)++-- | The ID of the Elastic Inference Accelerator.+elasticInferenceAccelerator_acceleratorId :: Lens.Lens' ElasticInferenceAccelerator (Prelude.Maybe Prelude.Text)+elasticInferenceAccelerator_acceleratorId = Lens.lens (\ElasticInferenceAccelerator' {acceleratorId} -> acceleratorId) (\s@ElasticInferenceAccelerator' {} a -> s {acceleratorId = a} :: ElasticInferenceAccelerator)++-- | The type of the Elastic Inference Accelerator.+elasticInferenceAccelerator_acceleratorType :: Lens.Lens' ElasticInferenceAccelerator (Prelude.Maybe Prelude.Text)+elasticInferenceAccelerator_acceleratorType = Lens.lens (\ElasticInferenceAccelerator' {acceleratorType} -> acceleratorType) (\s@ElasticInferenceAccelerator' {} a -> s {acceleratorType = a} :: ElasticInferenceAccelerator)++-- | The ARN of the resource that the Elastic Inference Accelerator is+-- attached to.+elasticInferenceAccelerator_attachedResource :: Lens.Lens' ElasticInferenceAccelerator (Prelude.Maybe Prelude.Text)+elasticInferenceAccelerator_attachedResource = Lens.lens (\ElasticInferenceAccelerator' {attachedResource} -> attachedResource) (\s@ElasticInferenceAccelerator' {} a -> s {attachedResource = a} :: ElasticInferenceAccelerator)++-- | The availability zone where the Elastic Inference Accelerator is+-- present.+elasticInferenceAccelerator_availabilityZone :: Lens.Lens' ElasticInferenceAccelerator (Prelude.Maybe Prelude.Text)+elasticInferenceAccelerator_availabilityZone = Lens.lens (\ElasticInferenceAccelerator' {availabilityZone} -> availabilityZone) (\s@ElasticInferenceAccelerator' {} a -> s {availabilityZone = a} :: ElasticInferenceAccelerator)++instance Data.FromJSON ElasticInferenceAccelerator where+ parseJSON =+ Data.withObject+ "ElasticInferenceAccelerator"+ ( \x ->+ ElasticInferenceAccelerator'+ Prelude.<$> (x Data..:? "acceleratorHealth")+ Prelude.<*> (x Data..:? "acceleratorId")+ Prelude.<*> (x Data..:? "acceleratorType")+ Prelude.<*> (x Data..:? "attachedResource")+ Prelude.<*> (x Data..:? "availabilityZone")+ )++instance Prelude.Hashable ElasticInferenceAccelerator where+ hashWithSalt _salt ElasticInferenceAccelerator' {..} =+ _salt+ `Prelude.hashWithSalt` acceleratorHealth+ `Prelude.hashWithSalt` acceleratorId+ `Prelude.hashWithSalt` acceleratorType+ `Prelude.hashWithSalt` attachedResource+ `Prelude.hashWithSalt` availabilityZone++instance Prelude.NFData ElasticInferenceAccelerator where+ rnf ElasticInferenceAccelerator' {..} =+ Prelude.rnf acceleratorHealth+ `Prelude.seq` Prelude.rnf acceleratorId+ `Prelude.seq` Prelude.rnf acceleratorType+ `Prelude.seq` Prelude.rnf attachedResource+ `Prelude.seq` Prelude.rnf availabilityZone
+ gen/Amazonka/ElasticInference/Types/ElasticInferenceAcceleratorHealth.hs view
@@ -0,0 +1,83 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Types.ElasticInferenceAcceleratorHealth+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Types.ElasticInferenceAcceleratorHealth where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import qualified Amazonka.Prelude as Prelude++-- | The health details of an Elastic Inference Accelerator.+--+-- /See:/ 'newElasticInferenceAcceleratorHealth' smart constructor.+data ElasticInferenceAcceleratorHealth = ElasticInferenceAcceleratorHealth'+ { -- | The health status of the Elastic Inference Accelerator.+ status :: Prelude.Maybe Prelude.Text+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'ElasticInferenceAcceleratorHealth' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'status', 'elasticInferenceAcceleratorHealth_status' - The health status of the Elastic Inference Accelerator.+newElasticInferenceAcceleratorHealth ::+ ElasticInferenceAcceleratorHealth+newElasticInferenceAcceleratorHealth =+ ElasticInferenceAcceleratorHealth'+ { status =+ Prelude.Nothing+ }++-- | The health status of the Elastic Inference Accelerator.+elasticInferenceAcceleratorHealth_status :: Lens.Lens' ElasticInferenceAcceleratorHealth (Prelude.Maybe Prelude.Text)+elasticInferenceAcceleratorHealth_status = Lens.lens (\ElasticInferenceAcceleratorHealth' {status} -> status) (\s@ElasticInferenceAcceleratorHealth' {} a -> s {status = a} :: ElasticInferenceAcceleratorHealth)++instance+ Data.FromJSON+ ElasticInferenceAcceleratorHealth+ where+ parseJSON =+ Data.withObject+ "ElasticInferenceAcceleratorHealth"+ ( \x ->+ ElasticInferenceAcceleratorHealth'+ Prelude.<$> (x Data..:? "status")+ )++instance+ Prelude.Hashable+ ElasticInferenceAcceleratorHealth+ where+ hashWithSalt+ _salt+ ElasticInferenceAcceleratorHealth' {..} =+ _salt `Prelude.hashWithSalt` status++instance+ Prelude.NFData+ ElasticInferenceAcceleratorHealth+ where+ rnf ElasticInferenceAcceleratorHealth' {..} =+ Prelude.rnf status
+ gen/Amazonka/ElasticInference/Types/Filter.hs view
@@ -0,0 +1,91 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Types.Filter+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Types.Filter where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import qualified Amazonka.Prelude as Prelude++-- | A filter expression for the Elastic Inference Accelerator list.+--+-- /See:/ 'newFilter' smart constructor.+data Filter = Filter'+ { -- | The filter name for the Elastic Inference Accelerator list. It can+ -- assume the following values: accelerator-type: the type of Elastic+ -- Inference Accelerator to filter for. instance-id: an EC2 instance id to+ -- filter for.+ name :: Prelude.Maybe Prelude.Text,+ -- | The values for the filter of the Elastic Inference Accelerator list.+ values :: Prelude.Maybe [Prelude.Text]+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'Filter' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'name', 'filter_name' - The filter name for the Elastic Inference Accelerator list. It can+-- assume the following values: accelerator-type: the type of Elastic+-- Inference Accelerator to filter for. instance-id: an EC2 instance id to+-- filter for.+--+-- 'values', 'filter_values' - The values for the filter of the Elastic Inference Accelerator list.+newFilter ::+ Filter+newFilter =+ Filter'+ { name = Prelude.Nothing,+ values = Prelude.Nothing+ }++-- | The filter name for the Elastic Inference Accelerator list. It can+-- assume the following values: accelerator-type: the type of Elastic+-- Inference Accelerator to filter for. instance-id: an EC2 instance id to+-- filter for.+filter_name :: Lens.Lens' Filter (Prelude.Maybe Prelude.Text)+filter_name = Lens.lens (\Filter' {name} -> name) (\s@Filter' {} a -> s {name = a} :: Filter)++-- | The values for the filter of the Elastic Inference Accelerator list.+filter_values :: Lens.Lens' Filter (Prelude.Maybe [Prelude.Text])+filter_values = Lens.lens (\Filter' {values} -> values) (\s@Filter' {} a -> s {values = a} :: Filter) Prelude.. Lens.mapping Lens.coerced++instance Prelude.Hashable Filter where+ hashWithSalt _salt Filter' {..} =+ _salt+ `Prelude.hashWithSalt` name+ `Prelude.hashWithSalt` values++instance Prelude.NFData Filter where+ rnf Filter' {..} =+ Prelude.rnf name `Prelude.seq` Prelude.rnf values++instance Data.ToJSON Filter where+ toJSON Filter' {..} =+ Data.object+ ( Prelude.catMaybes+ [ ("name" Data..=) Prelude.<$> name,+ ("values" Data..=) Prelude.<$> values+ ]+ )
+ gen/Amazonka/ElasticInference/Types/KeyValuePair.hs view
@@ -0,0 +1,92 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Types.KeyValuePair+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Types.KeyValuePair where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import qualified Amazonka.Prelude as Prelude++-- | A throughput entry for an Elastic Inference Accelerator type.+--+-- /See:/ 'newKeyValuePair' smart constructor.+data KeyValuePair = KeyValuePair'+ { -- | The throughput value of the Elastic Inference Accelerator type. It can+ -- assume the following values: TFLOPS16bit: the throughput expressed in+ -- 16bit TeraFLOPS. TFLOPS32bit: the throughput expressed in 32bit+ -- TeraFLOPS.+ key :: Prelude.Maybe Prelude.Text,+ -- | The throughput value of the Elastic Inference Accelerator type.+ value :: Prelude.Maybe Prelude.Int+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'KeyValuePair' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'key', 'keyValuePair_key' - The throughput value of the Elastic Inference Accelerator type. It can+-- assume the following values: TFLOPS16bit: the throughput expressed in+-- 16bit TeraFLOPS. TFLOPS32bit: the throughput expressed in 32bit+-- TeraFLOPS.+--+-- 'value', 'keyValuePair_value' - The throughput value of the Elastic Inference Accelerator type.+newKeyValuePair ::+ KeyValuePair+newKeyValuePair =+ KeyValuePair'+ { key = Prelude.Nothing,+ value = Prelude.Nothing+ }++-- | The throughput value of the Elastic Inference Accelerator type. It can+-- assume the following values: TFLOPS16bit: the throughput expressed in+-- 16bit TeraFLOPS. TFLOPS32bit: the throughput expressed in 32bit+-- TeraFLOPS.+keyValuePair_key :: Lens.Lens' KeyValuePair (Prelude.Maybe Prelude.Text)+keyValuePair_key = Lens.lens (\KeyValuePair' {key} -> key) (\s@KeyValuePair' {} a -> s {key = a} :: KeyValuePair)++-- | The throughput value of the Elastic Inference Accelerator type.+keyValuePair_value :: Lens.Lens' KeyValuePair (Prelude.Maybe Prelude.Int)+keyValuePair_value = Lens.lens (\KeyValuePair' {value} -> value) (\s@KeyValuePair' {} a -> s {value = a} :: KeyValuePair)++instance Data.FromJSON KeyValuePair where+ parseJSON =+ Data.withObject+ "KeyValuePair"+ ( \x ->+ KeyValuePair'+ Prelude.<$> (x Data..:? "key")+ Prelude.<*> (x Data..:? "value")+ )++instance Prelude.Hashable KeyValuePair where+ hashWithSalt _salt KeyValuePair' {..} =+ _salt+ `Prelude.hashWithSalt` key+ `Prelude.hashWithSalt` value++instance Prelude.NFData KeyValuePair where+ rnf KeyValuePair' {..} =+ Prelude.rnf key `Prelude.seq` Prelude.rnf value
+ gen/Amazonka/ElasticInference/Types/LocationType.hs view
@@ -0,0 +1,76 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE GeneralizedNewtypeDeriving #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Types.LocationType+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Types.LocationType+ ( LocationType+ ( ..,+ LocationType_Availability_zone,+ LocationType_Availability_zone_id,+ LocationType_Region+ ),+ )+where++import qualified Amazonka.Core as Core+import qualified Amazonka.Data as Data+import qualified Amazonka.Prelude as Prelude++newtype LocationType = LocationType'+ { fromLocationType ::+ Data.Text+ }+ deriving stock+ ( Prelude.Show,+ Prelude.Read,+ Prelude.Eq,+ Prelude.Ord,+ Prelude.Generic+ )+ deriving newtype+ ( Prelude.Hashable,+ Prelude.NFData,+ Data.FromText,+ Data.ToText,+ Data.ToByteString,+ Data.ToLog,+ Data.ToHeader,+ Data.ToQuery,+ Data.FromJSON,+ Data.FromJSONKey,+ Data.ToJSON,+ Data.ToJSONKey,+ Data.FromXML,+ Data.ToXML+ )++pattern LocationType_Availability_zone :: LocationType+pattern LocationType_Availability_zone = LocationType' "availability-zone"++pattern LocationType_Availability_zone_id :: LocationType+pattern LocationType_Availability_zone_id = LocationType' "availability-zone-id"++pattern LocationType_Region :: LocationType+pattern LocationType_Region = LocationType' "region"++{-# COMPLETE+ LocationType_Availability_zone,+ LocationType_Availability_zone_id,+ LocationType_Region,+ LocationType'+ #-}
+ gen/Amazonka/ElasticInference/Types/MemoryInfo.hs view
@@ -0,0 +1,67 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Types.MemoryInfo+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Types.MemoryInfo where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import qualified Amazonka.Prelude as Prelude++-- | The memory information of an Elastic Inference Accelerator type.+--+-- /See:/ 'newMemoryInfo' smart constructor.+data MemoryInfo = MemoryInfo'+ { -- | The size in mebibytes of the Elastic Inference Accelerator type.+ sizeInMiB :: Prelude.Maybe Prelude.Int+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'MemoryInfo' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'sizeInMiB', 'memoryInfo_sizeInMiB' - The size in mebibytes of the Elastic Inference Accelerator type.+newMemoryInfo ::+ MemoryInfo+newMemoryInfo =+ MemoryInfo' {sizeInMiB = Prelude.Nothing}++-- | The size in mebibytes of the Elastic Inference Accelerator type.+memoryInfo_sizeInMiB :: Lens.Lens' MemoryInfo (Prelude.Maybe Prelude.Int)+memoryInfo_sizeInMiB = Lens.lens (\MemoryInfo' {sizeInMiB} -> sizeInMiB) (\s@MemoryInfo' {} a -> s {sizeInMiB = a} :: MemoryInfo)++instance Data.FromJSON MemoryInfo where+ parseJSON =+ Data.withObject+ "MemoryInfo"+ ( \x ->+ MemoryInfo' Prelude.<$> (x Data..:? "sizeInMiB")+ )++instance Prelude.Hashable MemoryInfo where+ hashWithSalt _salt MemoryInfo' {..} =+ _salt `Prelude.hashWithSalt` sizeInMiB++instance Prelude.NFData MemoryInfo where+ rnf MemoryInfo' {..} = Prelude.rnf sizeInMiB
+ gen/Amazonka/ElasticInference/UntagResource.hs view
@@ -0,0 +1,163 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE NamedFieldPuns #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.UntagResource+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Removes the specified tags from an Elastic Inference Accelerator.+module Amazonka.ElasticInference.UntagResource+ ( -- * Creating a Request+ UntagResource (..),+ newUntagResource,++ -- * Request Lenses+ untagResource_resourceArn,+ untagResource_tagKeys,++ -- * Destructuring the Response+ UntagResourceResponse (..),+ newUntagResourceResponse,++ -- * Response Lenses+ untagResourceResponse_httpStatus,+ )+where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Types+import qualified Amazonka.Prelude as Prelude+import qualified Amazonka.Request as Request+import qualified Amazonka.Response as Response++-- | /See:/ 'newUntagResource' smart constructor.+data UntagResource = UntagResource'+ { -- | The ARN of the Elastic Inference Accelerator to untag.+ resourceArn :: Prelude.Text,+ -- | The list of tags to remove from the Elastic Inference Accelerator.+ tagKeys :: Prelude.NonEmpty Prelude.Text+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'UntagResource' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'resourceArn', 'untagResource_resourceArn' - The ARN of the Elastic Inference Accelerator to untag.+--+-- 'tagKeys', 'untagResource_tagKeys' - The list of tags to remove from the Elastic Inference Accelerator.+newUntagResource ::+ -- | 'resourceArn'+ Prelude.Text ->+ -- | 'tagKeys'+ Prelude.NonEmpty Prelude.Text ->+ UntagResource+newUntagResource pResourceArn_ pTagKeys_ =+ UntagResource'+ { resourceArn = pResourceArn_,+ tagKeys = Lens.coerced Lens.# pTagKeys_+ }++-- | The ARN of the Elastic Inference Accelerator to untag.+untagResource_resourceArn :: Lens.Lens' UntagResource Prelude.Text+untagResource_resourceArn = Lens.lens (\UntagResource' {resourceArn} -> resourceArn) (\s@UntagResource' {} a -> s {resourceArn = a} :: UntagResource)++-- | The list of tags to remove from the Elastic Inference Accelerator.+untagResource_tagKeys :: Lens.Lens' UntagResource (Prelude.NonEmpty Prelude.Text)+untagResource_tagKeys = Lens.lens (\UntagResource' {tagKeys} -> tagKeys) (\s@UntagResource' {} a -> s {tagKeys = a} :: UntagResource) Prelude.. Lens.coerced++instance Core.AWSRequest UntagResource where+ type+ AWSResponse UntagResource =+ UntagResourceResponse+ request overrides =+ Request.delete (overrides defaultService)+ response =+ Response.receiveEmpty+ ( \s h x ->+ UntagResourceResponse'+ Prelude.<$> (Prelude.pure (Prelude.fromEnum s))+ )++instance Prelude.Hashable UntagResource where+ hashWithSalt _salt UntagResource' {..} =+ _salt+ `Prelude.hashWithSalt` resourceArn+ `Prelude.hashWithSalt` tagKeys++instance Prelude.NFData UntagResource where+ rnf UntagResource' {..} =+ Prelude.rnf resourceArn+ `Prelude.seq` Prelude.rnf tagKeys++instance Data.ToHeaders UntagResource where+ toHeaders =+ Prelude.const+ ( Prelude.mconcat+ [ "Content-Type"+ Data.=# ( "application/x-amz-json-1.1" ::+ Prelude.ByteString+ )+ ]+ )++instance Data.ToPath UntagResource where+ toPath UntagResource' {..} =+ Prelude.mconcat ["/tags/", Data.toBS resourceArn]++instance Data.ToQuery UntagResource where+ toQuery UntagResource' {..} =+ Prelude.mconcat+ ["tagKeys" Data.=: Data.toQueryList "member" tagKeys]++-- | /See:/ 'newUntagResourceResponse' smart constructor.+data UntagResourceResponse = UntagResourceResponse'+ { -- | The response's http status code.+ httpStatus :: Prelude.Int+ }+ deriving (Prelude.Eq, Prelude.Read, Prelude.Show, Prelude.Generic)++-- |+-- Create a value of 'UntagResourceResponse' with all optional fields omitted.+--+-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.+--+-- The following record fields are available, with the corresponding lenses provided+-- for backwards compatibility:+--+-- 'httpStatus', 'untagResourceResponse_httpStatus' - The response's http status code.+newUntagResourceResponse ::+ -- | 'httpStatus'+ Prelude.Int ->+ UntagResourceResponse+newUntagResourceResponse pHttpStatus_ =+ UntagResourceResponse' {httpStatus = pHttpStatus_}++-- | The response's http status code.+untagResourceResponse_httpStatus :: Lens.Lens' UntagResourceResponse Prelude.Int+untagResourceResponse_httpStatus = Lens.lens (\UntagResourceResponse' {httpStatus} -> httpStatus) (\s@UntagResourceResponse' {} a -> s {httpStatus = a} :: UntagResourceResponse)++instance Prelude.NFData UntagResourceResponse where+ rnf UntagResourceResponse' {..} =+ Prelude.rnf httpStatus
+ gen/Amazonka/ElasticInference/Waiters.hs view
@@ -0,0 +1,24 @@+{-# LANGUAGE DisambiguateRecordFields #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Amazonka.ElasticInference.Waiters+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Amazonka.ElasticInference.Waiters where++import qualified Amazonka.Core as Core+import qualified Amazonka.Core.Lens.Internal as Lens+import qualified Amazonka.Data as Data+import Amazonka.ElasticInference.Lens+import Amazonka.ElasticInference.Types+import qualified Amazonka.Prelude as Prelude
+ src/.gitkeep view
+ test/Main.hs view
@@ -0,0 +1,23 @@+{-# OPTIONS_GHC -fno-warn-unused-imports #-}++-- |+-- Module : Main+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Main (main) where++import Test.Amazonka.ElasticInference+import Test.Amazonka.ElasticInference.Internal+import Test.Tasty++main :: IO ()+main =+ defaultMain $+ testGroup+ "ElasticInference"+ [ testGroup "tests" tests,+ testGroup "fixtures" fixtures+ ]
+ test/Test/Amazonka/ElasticInference.hs view
@@ -0,0 +1,20 @@+-- |+-- Module : Test.Amazonka.ElasticInference+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Test.Amazonka.ElasticInference+ ( tests,+ fixtures,+ )+where++import Test.Tasty (TestTree)++tests :: [TestTree]+tests = []++fixtures :: [TestTree]+fixtures = []
+ test/Test/Amazonka/ElasticInference/Internal.hs view
@@ -0,0 +1,8 @@+-- |+-- Module : Test.Amazonka.ElasticInference.Internal+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Test.Amazonka.ElasticInference.Internal where
+ test/Test/Amazonka/Gen/ElasticInference.hs view
@@ -0,0 +1,158 @@+{-# OPTIONS_GHC -fno-warn-orphans #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}++-- Derived from AWS service descriptions, licensed under Apache 2.0.++-- |+-- Module : Test.Amazonka.Gen.ElasticInference+-- Copyright : (c) 2013-2023 Brendan Hay+-- License : Mozilla Public License, v. 2.0.+-- Maintainer : Brendan Hay+-- Stability : auto-generated+-- Portability : non-portable (GHC extensions)+module Test.Amazonka.Gen.ElasticInference where++import Amazonka.ElasticInference+import qualified Data.Proxy as Proxy+import Test.Amazonka.ElasticInference.Internal+import Test.Amazonka.Fixture+import Test.Amazonka.Prelude+import Test.Tasty++-- Auto-generated: the actual test selection needs to be manually placed into+-- the top-level so that real test data can be incrementally added.+--+-- This commented snippet is what the entire set should look like:++-- fixtures :: TestTree+-- fixtures =+-- [ testGroup "request"+-- [ requestDescribeAcceleratorOfferings $+-- newDescribeAcceleratorOfferings+--+-- , requestDescribeAcceleratorTypes $+-- newDescribeAcceleratorTypes+--+-- , requestDescribeAccelerators $+-- newDescribeAccelerators+--+-- , requestListTagsForResource $+-- newListTagsForResource+--+-- , requestTagResource $+-- newTagResource+--+-- , requestUntagResource $+-- newUntagResource+--+-- ]++-- , testGroup "response"+-- [ responseDescribeAcceleratorOfferings $+-- newDescribeAcceleratorOfferingsResponse+--+-- , responseDescribeAcceleratorTypes $+-- newDescribeAcceleratorTypesResponse+--+-- , responseDescribeAccelerators $+-- newDescribeAcceleratorsResponse+--+-- , responseListTagsForResource $+-- newListTagsForResourceResponse+--+-- , responseTagResource $+-- newTagResourceResponse+--+-- , responseUntagResource $+-- newUntagResourceResponse+--+-- ]+-- ]++-- Requests++requestDescribeAcceleratorOfferings :: DescribeAcceleratorOfferings -> TestTree+requestDescribeAcceleratorOfferings =+ req+ "DescribeAcceleratorOfferings"+ "fixture/DescribeAcceleratorOfferings.yaml"++requestDescribeAcceleratorTypes :: DescribeAcceleratorTypes -> TestTree+requestDescribeAcceleratorTypes =+ req+ "DescribeAcceleratorTypes"+ "fixture/DescribeAcceleratorTypes.yaml"++requestDescribeAccelerators :: DescribeAccelerators -> TestTree+requestDescribeAccelerators =+ req+ "DescribeAccelerators"+ "fixture/DescribeAccelerators.yaml"++requestListTagsForResource :: ListTagsForResource -> TestTree+requestListTagsForResource =+ req+ "ListTagsForResource"+ "fixture/ListTagsForResource.yaml"++requestTagResource :: TagResource -> TestTree+requestTagResource =+ req+ "TagResource"+ "fixture/TagResource.yaml"++requestUntagResource :: UntagResource -> TestTree+requestUntagResource =+ req+ "UntagResource"+ "fixture/UntagResource.yaml"++-- Responses++responseDescribeAcceleratorOfferings :: DescribeAcceleratorOfferingsResponse -> TestTree+responseDescribeAcceleratorOfferings =+ res+ "DescribeAcceleratorOfferingsResponse"+ "fixture/DescribeAcceleratorOfferingsResponse.proto"+ defaultService+ (Proxy.Proxy :: Proxy.Proxy DescribeAcceleratorOfferings)++responseDescribeAcceleratorTypes :: DescribeAcceleratorTypesResponse -> TestTree+responseDescribeAcceleratorTypes =+ res+ "DescribeAcceleratorTypesResponse"+ "fixture/DescribeAcceleratorTypesResponse.proto"+ defaultService+ (Proxy.Proxy :: Proxy.Proxy DescribeAcceleratorTypes)++responseDescribeAccelerators :: DescribeAcceleratorsResponse -> TestTree+responseDescribeAccelerators =+ res+ "DescribeAcceleratorsResponse"+ "fixture/DescribeAcceleratorsResponse.proto"+ defaultService+ (Proxy.Proxy :: Proxy.Proxy DescribeAccelerators)++responseListTagsForResource :: ListTagsForResourceResponse -> TestTree+responseListTagsForResource =+ res+ "ListTagsForResourceResponse"+ "fixture/ListTagsForResourceResponse.proto"+ defaultService+ (Proxy.Proxy :: Proxy.Proxy ListTagsForResource)++responseTagResource :: TagResourceResponse -> TestTree+responseTagResource =+ res+ "TagResourceResponse"+ "fixture/TagResourceResponse.proto"+ defaultService+ (Proxy.Proxy :: Proxy.Proxy TagResource)++responseUntagResource :: UntagResourceResponse -> TestTree+responseUntagResource =+ res+ "UntagResourceResponse"+ "fixture/UntagResourceResponse.proto"+ defaultService+ (Proxy.Proxy :: Proxy.Proxy UntagResource)