amazonka-resource-explorer-v2-2.0: Amazon Resource Explorer SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ResourceExplorer2.DisassociateDefaultView

Description

After you call this operation, the affected Amazon Web Services Region no longer has a default view. All Search operations in that Region must explicitly specify a view or the operation fails. You can configure a new default by calling the AssociateDefaultView operation.

If an Amazon Web Services Region doesn't have a default view configured, then users must explicitly specify a view with every Search operation performed in that Region.

Synopsis

Creating a Request

data DisassociateDefaultView Source #

See: newDisassociateDefaultView smart constructor.

Instances

Instances details
ToJSON DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

ToHeaders DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

ToPath DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

ToQuery DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

AWSRequest DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

Generic DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

Associated Types

type Rep DisassociateDefaultView :: Type -> Type #

Read DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

Show DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

NFData DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

Methods

rnf :: DisassociateDefaultView -> () #

Eq DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

Hashable DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

type AWSResponse DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

type Rep DisassociateDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

type Rep DisassociateDefaultView = D1 ('MetaData "DisassociateDefaultView" "Amazonka.ResourceExplorer2.DisassociateDefaultView" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'False) (C1 ('MetaCons "DisassociateDefaultView'" 'PrefixI 'False) (U1 :: Type -> Type))

newDisassociateDefaultView :: DisassociateDefaultView Source #

Create a value of DisassociateDefaultView with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data DisassociateDefaultViewResponse Source #

See: newDisassociateDefaultViewResponse smart constructor.

Instances

Instances details
Generic DisassociateDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

Associated Types

type Rep DisassociateDefaultViewResponse :: Type -> Type #

Read DisassociateDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

Show DisassociateDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

NFData DisassociateDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

Eq DisassociateDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

type Rep DisassociateDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView

type Rep DisassociateDefaultViewResponse = D1 ('MetaData "DisassociateDefaultViewResponse" "Amazonka.ResourceExplorer2.DisassociateDefaultView" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'False) (C1 ('MetaCons "DisassociateDefaultViewResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDisassociateDefaultViewResponse :: DisassociateDefaultViewResponse Source #

Create a value of DisassociateDefaultViewResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.