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. SetLoggingServiceRequest :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> SetLoggingServiceRequest

    gogol-container Gogol.Container.Types

    No documentation available.

  2. data SetMaintenancePolicyRequest

    gogol-container Gogol.Container.Types

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

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

    gogol-container Gogol.Container.Types

    No documentation available.

  4. data SetMasterAuthRequest

    gogol-container Gogol.Container.Types

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

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

    gogol-container Gogol.Container.Types

    No documentation available.

  6. newtype SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

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

  7. SetMasterAuthRequest_Action :: Text -> SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    No documentation available.

  8. pattern SetMasterAuthRequest_Action_GENERATEPASSWORD :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    Generate a new password and set it to that.

  9. pattern SetMasterAuthRequest_Action_SETPASSWORD :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    Set the password to a user generated value.

  10. pattern SetMasterAuthRequest_Action_SETUSERNAME :: SetMasterAuthRequest_Action

    gogol-container Gogol.Container.Types

    Set the username. If an empty username is provided, basic authentication is disabled for the cluster. If a non-empty username is provided, basic authentication is enabled, with either a provided password or a generated one.

Page 118 of many | Previous | Next