Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gets the description of an exclusion.
See: Stackdriver Logging API Reference for logging.folders.exclusions.get
.
Synopsis
- type FoldersExclusionsGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LogExclusion)))))))
- foldersExclusionsGet :: Text -> FoldersExclusionsGet
- data FoldersExclusionsGet
- fegXgafv :: Lens' FoldersExclusionsGet (Maybe Xgafv)
- fegUploadProtocol :: Lens' FoldersExclusionsGet (Maybe Text)
- fegAccessToken :: Lens' FoldersExclusionsGet (Maybe Text)
- fegUploadType :: Lens' FoldersExclusionsGet (Maybe Text)
- fegName :: Lens' FoldersExclusionsGet Text
- fegCallback :: Lens' FoldersExclusionsGet (Maybe Text)
REST Resource
type FoldersExclusionsGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LogExclusion))))))) Source #
A resource alias for logging.folders.exclusions.get
method which the
FoldersExclusionsGet
request conforms to.
Creating a Request
Creates a value of FoldersExclusionsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data FoldersExclusionsGet Source #
Gets the description of an exclusion.
See: foldersExclusionsGet
smart constructor.
Instances
Request Lenses
fegUploadProtocol :: Lens' FoldersExclusionsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
fegAccessToken :: Lens' FoldersExclusionsGet (Maybe Text) Source #
OAuth access token.
fegUploadType :: Lens' FoldersExclusionsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
fegName :: Lens' FoldersExclusionsGet Text Source #
Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id".
fegCallback :: Lens' FoldersExclusionsGet (Maybe Text) Source #
JSONP