Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data SetLoggingServiceRequest

    gogol-container Gogol.Container

    SetLoggingServiceRequest sets the logging service of a cluster. See: newSetLoggingServiceRequest smart constructor.

  2. SetLoggingServiceRequest :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> SetLoggingServiceRequest

    gogol-container Gogol.Container

    No documentation available.

  3. data SetMaintenancePolicyRequest

    gogol-container Gogol.Container

    SetMaintenancePolicyRequest sets the maintenance policy for a cluster. See: newSetMaintenancePolicyRequest smart constructor.

  4. SetMaintenancePolicyRequest :: Maybe Text -> Maybe MaintenancePolicy -> Maybe Text -> Maybe Text -> Maybe Text -> SetMaintenancePolicyRequest

    gogol-container Gogol.Container

    No documentation available.

  5. data SetMasterAuthRequest

    gogol-container Gogol.Container

    SetMasterAuthRequest updates the admin password of a cluster. See: newSetMasterAuthRequest smart constructor.

  6. SetMasterAuthRequest :: Maybe SetMasterAuthRequest_Action -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe MasterAuth -> Maybe Text -> SetMasterAuthRequest

    gogol-container Gogol.Container

    No documentation available.

  7. newtype SetMasterAuthRequest_Action

    gogol-container Gogol.Container

    Required. The exact form of action to be taken on the master auth.

  8. SetMasterAuthRequest_Action :: Text -> SetMasterAuthRequest_Action

    gogol-container Gogol.Container

    No documentation available.

  9. pattern SetMasterAuthRequest_Action_GENERATEPASSWORD :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container

    Generate a new password and set it to that.

  10. pattern SetMasterAuthRequest_Action_SETPASSWORD :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container

    Set the password to a user generated value.

Page 113 of many | Previous | Next