Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.ElasticSearch.DeleteElasticsearchServiceRole
Description
Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See Deleting Elasticsearch Service Role in VPC Endpoints for Amazon Elasticsearch Service Domains.
Synopsis
- data DeleteElasticsearchServiceRole = DeleteElasticsearchServiceRole' {
- newDeleteElasticsearchServiceRole :: DeleteElasticsearchServiceRole
- data DeleteElasticsearchServiceRoleResponse = DeleteElasticsearchServiceRoleResponse' {
- newDeleteElasticsearchServiceRoleResponse :: DeleteElasticsearchServiceRoleResponse
Creating a Request
data DeleteElasticsearchServiceRole Source #
See: newDeleteElasticsearchServiceRole
smart constructor.
Constructors
DeleteElasticsearchServiceRole' | |
Instances
newDeleteElasticsearchServiceRole :: DeleteElasticsearchServiceRole Source #
Create a value of DeleteElasticsearchServiceRole
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DeleteElasticsearchServiceRoleResponse Source #
See: newDeleteElasticsearchServiceRoleResponse
smart constructor.
Constructors
DeleteElasticsearchServiceRoleResponse' | |
Instances
Eq DeleteElasticsearchServiceRoleResponse Source # | |
Read DeleteElasticsearchServiceRoleResponse Source # | |
Show DeleteElasticsearchServiceRoleResponse Source # | |
Generic DeleteElasticsearchServiceRoleResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchServiceRole Associated Types type Rep DeleteElasticsearchServiceRoleResponse :: Type -> Type # | |
NFData DeleteElasticsearchServiceRoleResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchServiceRole Methods rnf :: DeleteElasticsearchServiceRoleResponse -> () # | |
type Rep DeleteElasticsearchServiceRoleResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchServiceRole type Rep DeleteElasticsearchServiceRoleResponse = D1 ('MetaData "DeleteElasticsearchServiceRoleResponse" "Amazonka.ElasticSearch.DeleteElasticsearchServiceRole" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteElasticsearchServiceRoleResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteElasticsearchServiceRoleResponse :: DeleteElasticsearchServiceRoleResponse Source #
Create a value of DeleteElasticsearchServiceRoleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.