| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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.
Creating a Request
data DisassociateDefaultView Source #
See: newDisassociateDefaultView smart constructor.
Constructors
| DisassociateDefaultView' | |
Instances
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.
Constructors
| DisassociateDefaultViewResponse' | |
Instances
| Generic DisassociateDefaultViewResponse Source # | |
Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView Associated Types type Rep DisassociateDefaultViewResponse :: Type -> Type # | |
| Read DisassociateDefaultViewResponse Source # | |
| Show DisassociateDefaultViewResponse Source # | |
Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView Methods showsPrec :: Int -> DisassociateDefaultViewResponse -> ShowS # | |
| NFData DisassociateDefaultViewResponse Source # | |
Defined in Amazonka.ResourceExplorer2.DisassociateDefaultView Methods rnf :: DisassociateDefaultViewResponse -> () # | |
| Eq DisassociateDefaultViewResponse Source # | |
| type Rep DisassociateDefaultViewResponse Source # | |
newDisassociateDefaultViewResponse :: DisassociateDefaultViewResponse Source #
Create a value of DisassociateDefaultViewResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.