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 |
Attempts to undelete a previously deleted tenant project. The project must be in a DELETED state. There are no guarantees that an undeleted project will be in a fully restored and functional state. Call the `ApplyTenantProjectConfig` method to update its configuration and then validate all managed service resources. Operation.
See: Service Consumer Management API Reference for serviceconsumermanagement.services.tenancyUnits.undeleteProject
.
Synopsis
- type ServicesTenancyUnitsUndeleteProjectResource = "v1" :> (CaptureMode "name" "undeleteProject" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] UndeleteTenantProjectRequest :> Post '[JSON] Operation))))))))
- servicesTenancyUnitsUndeleteProject :: UndeleteTenantProjectRequest -> Text -> ServicesTenancyUnitsUndeleteProject
- data ServicesTenancyUnitsUndeleteProject
- stuupXgafv :: Lens' ServicesTenancyUnitsUndeleteProject (Maybe Xgafv)
- stuupUploadProtocol :: Lens' ServicesTenancyUnitsUndeleteProject (Maybe Text)
- stuupAccessToken :: Lens' ServicesTenancyUnitsUndeleteProject (Maybe Text)
- stuupUploadType :: Lens' ServicesTenancyUnitsUndeleteProject (Maybe Text)
- stuupPayload :: Lens' ServicesTenancyUnitsUndeleteProject UndeleteTenantProjectRequest
- stuupName :: Lens' ServicesTenancyUnitsUndeleteProject Text
- stuupCallback :: Lens' ServicesTenancyUnitsUndeleteProject (Maybe Text)
REST Resource
type ServicesTenancyUnitsUndeleteProjectResource = "v1" :> (CaptureMode "name" "undeleteProject" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] UndeleteTenantProjectRequest :> Post '[JSON] Operation)))))))) Source #
A resource alias for serviceconsumermanagement.services.tenancyUnits.undeleteProject
method which the
ServicesTenancyUnitsUndeleteProject
request conforms to.
Creating a Request
servicesTenancyUnitsUndeleteProject Source #
Creates a value of ServicesTenancyUnitsUndeleteProject
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ServicesTenancyUnitsUndeleteProject Source #
Attempts to undelete a previously deleted tenant project. The project must be in a DELETED state. There are no guarantees that an undeleted project will be in a fully restored and functional state. Call the `ApplyTenantProjectConfig` method to update its configuration and then validate all managed service resources. Operation.
See: servicesTenancyUnitsUndeleteProject
smart constructor.
Instances
Request Lenses
stuupXgafv :: Lens' ServicesTenancyUnitsUndeleteProject (Maybe Xgafv) Source #
V1 error format.
stuupUploadProtocol :: Lens' ServicesTenancyUnitsUndeleteProject (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
stuupAccessToken :: Lens' ServicesTenancyUnitsUndeleteProject (Maybe Text) Source #
OAuth access token.
stuupUploadType :: Lens' ServicesTenancyUnitsUndeleteProject (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
stuupPayload :: Lens' ServicesTenancyUnitsUndeleteProject UndeleteTenantProjectRequest Source #
Multipart request metadata.