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.ElasticSearch
Contents
- Service Configuration
- Errors
- Waiters
- Operations
- AcceptInboundCrossClusterSearchConnection
- AddTags
- AssociatePackage
- AuthorizeVpcEndpointAccess
- CancelElasticsearchServiceSoftwareUpdate
- CreateElasticsearchDomain
- CreateOutboundCrossClusterSearchConnection
- CreatePackage
- CreateVpcEndpoint
- DeleteElasticsearchDomain
- DeleteElasticsearchServiceRole
- DeleteInboundCrossClusterSearchConnection
- DeleteOutboundCrossClusterSearchConnection
- DeletePackage
- DeleteVpcEndpoint
- DescribeDomainAutoTunes
- DescribeDomainChangeProgress
- DescribeElasticsearchDomain
- DescribeElasticsearchDomainConfig
- DescribeElasticsearchDomains
- DescribeElasticsearchInstanceTypeLimits
- DescribeInboundCrossClusterSearchConnections
- DescribeOutboundCrossClusterSearchConnections
- DescribePackages
- DescribeReservedElasticsearchInstanceOfferings (Paginated)
- DescribeReservedElasticsearchInstances (Paginated)
- DescribeVpcEndpoints
- DissociatePackage
- GetCompatibleElasticsearchVersions
- GetPackageVersionHistory
- GetUpgradeHistory (Paginated)
- GetUpgradeStatus
- ListDomainNames
- ListDomainsForPackage
- ListElasticsearchInstanceTypes (Paginated)
- ListElasticsearchVersions (Paginated)
- ListPackagesForDomain
- ListTags
- ListVpcEndpointAccess
- ListVpcEndpoints
- ListVpcEndpointsForDomain
- PurchaseReservedElasticsearchInstanceOffering
- RejectInboundCrossClusterSearchConnection
- RemoveTags
- RevokeVpcEndpointAccess
- StartElasticsearchServiceSoftwareUpdate
- UpdateElasticsearchDomainConfig
- UpdatePackage
- UpdateVpcEndpoint
- UpgradeElasticsearchDomain
- Types
- AutoTuneDesiredState
- AutoTuneState
- AutoTuneType
- DeploymentStatus
- DescribePackagesFilterName
- DomainPackageStatus
- ESPartitionInstanceType
- ESWarmPartitionInstanceType
- EngineType
- InboundCrossClusterSearchConnectionStatusCode
- LogType
- OptionState
- OutboundCrossClusterSearchConnectionStatusCode
- OverallChangeStatus
- PackageStatus
- PackageType
- PrincipalType
- ReservedElasticsearchInstancePaymentOption
- RollbackOnDisable
- ScheduledAutoTuneActionType
- ScheduledAutoTuneSeverityType
- TLSSecurityPolicy
- TimeUnit
- UpgradeStatus
- UpgradeStep
- VolumeType
- VpcEndpointErrorCode
- VpcEndpointStatus
- AccessPoliciesStatus
- AdditionalLimit
- AdvancedOptionsStatus
- AdvancedSecurityOptions
- AdvancedSecurityOptionsInput
- AdvancedSecurityOptionsStatus
- AuthorizedPrincipal
- AutoTune
- AutoTuneDetails
- AutoTuneMaintenanceSchedule
- AutoTuneOptions
- AutoTuneOptionsInput
- AutoTuneOptionsOutput
- AutoTuneOptionsStatus
- AutoTuneStatus
- ChangeProgressDetails
- ChangeProgressStage
- ChangeProgressStatusDetails
- CognitoOptions
- CognitoOptionsStatus
- ColdStorageOptions
- CompatibleVersionsMap
- DescribePackagesFilter
- DomainEndpointOptions
- DomainEndpointOptionsStatus
- DomainInfo
- DomainInformation
- DomainPackageDetails
- DryRunResults
- Duration
- EBSOptions
- EBSOptionsStatus
- ElasticsearchClusterConfig
- ElasticsearchClusterConfigStatus
- ElasticsearchDomainConfig
- ElasticsearchDomainStatus
- ElasticsearchVersionStatus
- EncryptionAtRestOptions
- EncryptionAtRestOptionsStatus
- ErrorDetails
- Filter
- InboundCrossClusterSearchConnection
- InboundCrossClusterSearchConnectionStatus
- InstanceCountLimits
- InstanceLimits
- Limits
- LogPublishingOption
- LogPublishingOptionsStatus
- MasterUserOptions
- NodeToNodeEncryptionOptions
- NodeToNodeEncryptionOptionsStatus
- OptionStatus
- OutboundCrossClusterSearchConnection
- OutboundCrossClusterSearchConnectionStatus
- PackageDetails
- PackageSource
- PackageVersionHistory
- RecurringCharge
- ReservedElasticsearchInstance
- ReservedElasticsearchInstanceOffering
- SAMLIdp
- SAMLOptionsInput
- SAMLOptionsOutput
- ScheduledAutoTuneDetails
- ServiceSoftwareOptions
- SnapshotOptions
- SnapshotOptionsStatus
- StorageType
- StorageTypeLimit
- Tag
- UpgradeHistory
- UpgradeStepItem
- VPCDerivedInfo
- VPCDerivedInfoStatus
- VPCOptions
- VpcEndpoint
- VpcEndpointError
- VpcEndpointSummary
- ZoneAwarenessConfig
Description
Derived from API version 2015-01-01
of the AWS service descriptions, licensed under Apache 2.0.
Amazon Elasticsearch Configuration Service
Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.
For sample code that uses the Configuration API, see the Amazon Elasticsearch Service Developer Guide. The guide also contains sample code for sending signed HTTP requests to the Elasticsearch APIs.
The endpoint for configuration service requests is region-specific: es.region.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.
Synopsis
- defaultService :: Service
- _AccessDeniedException :: AsError a => Fold a ServiceError
- _BaseException :: AsError a => Fold a ServiceError
- _ConflictException :: AsError a => Fold a ServiceError
- _DisabledOperationException :: AsError a => Fold a ServiceError
- _InternalException :: AsError a => Fold a ServiceError
- _InvalidPaginationTokenException :: AsError a => Fold a ServiceError
- _InvalidTypeException :: AsError a => Fold a ServiceError
- _LimitExceededException :: AsError a => Fold a ServiceError
- _ResourceAlreadyExistsException :: AsError a => Fold a ServiceError
- _ResourceNotFoundException :: AsError a => Fold a ServiceError
- _ValidationException :: AsError a => Fold a ServiceError
- data AcceptInboundCrossClusterSearchConnection = AcceptInboundCrossClusterSearchConnection' Text
- newAcceptInboundCrossClusterSearchConnection :: Text -> AcceptInboundCrossClusterSearchConnection
- data AcceptInboundCrossClusterSearchConnectionResponse = AcceptInboundCrossClusterSearchConnectionResponse' (Maybe InboundCrossClusterSearchConnection) Int
- newAcceptInboundCrossClusterSearchConnectionResponse :: Int -> AcceptInboundCrossClusterSearchConnectionResponse
- data AddTags = AddTags' Text [Tag]
- newAddTags :: Text -> AddTags
- data AddTagsResponse = AddTagsResponse' {
- newAddTagsResponse :: AddTagsResponse
- data AssociatePackage = AssociatePackage' Text Text
- newAssociatePackage :: Text -> Text -> AssociatePackage
- data AssociatePackageResponse = AssociatePackageResponse' (Maybe DomainPackageDetails) Int
- newAssociatePackageResponse :: Int -> AssociatePackageResponse
- data AuthorizeVpcEndpointAccess = AuthorizeVpcEndpointAccess' Text Text
- newAuthorizeVpcEndpointAccess :: Text -> Text -> AuthorizeVpcEndpointAccess
- data AuthorizeVpcEndpointAccessResponse = AuthorizeVpcEndpointAccessResponse' Int AuthorizedPrincipal
- newAuthorizeVpcEndpointAccessResponse :: Int -> AuthorizedPrincipal -> AuthorizeVpcEndpointAccessResponse
- data CancelElasticsearchServiceSoftwareUpdate = CancelElasticsearchServiceSoftwareUpdate' Text
- newCancelElasticsearchServiceSoftwareUpdate :: Text -> CancelElasticsearchServiceSoftwareUpdate
- data CancelElasticsearchServiceSoftwareUpdateResponse = CancelElasticsearchServiceSoftwareUpdateResponse' (Maybe ServiceSoftwareOptions) Int
- newCancelElasticsearchServiceSoftwareUpdateResponse :: Int -> CancelElasticsearchServiceSoftwareUpdateResponse
- data CreateElasticsearchDomain = CreateElasticsearchDomain' (Maybe Text) (Maybe (HashMap Text Text)) (Maybe AdvancedSecurityOptionsInput) (Maybe AutoTuneOptionsInput) (Maybe CognitoOptions) (Maybe DomainEndpointOptions) (Maybe EBSOptions) (Maybe ElasticsearchClusterConfig) (Maybe Text) (Maybe EncryptionAtRestOptions) (Maybe (HashMap LogType LogPublishingOption)) (Maybe NodeToNodeEncryptionOptions) (Maybe SnapshotOptions) (Maybe [Tag]) (Maybe VPCOptions) Text
- newCreateElasticsearchDomain :: Text -> CreateElasticsearchDomain
- data CreateElasticsearchDomainResponse = CreateElasticsearchDomainResponse' (Maybe ElasticsearchDomainStatus) Int
- newCreateElasticsearchDomainResponse :: Int -> CreateElasticsearchDomainResponse
- data CreateOutboundCrossClusterSearchConnection = CreateOutboundCrossClusterSearchConnection' DomainInformation DomainInformation Text
- newCreateOutboundCrossClusterSearchConnection :: DomainInformation -> DomainInformation -> Text -> CreateOutboundCrossClusterSearchConnection
- data CreateOutboundCrossClusterSearchConnectionResponse = CreateOutboundCrossClusterSearchConnectionResponse' (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatus) (Maybe Text) (Maybe DomainInformation) (Maybe DomainInformation) Int
- newCreateOutboundCrossClusterSearchConnectionResponse :: Int -> CreateOutboundCrossClusterSearchConnectionResponse
- data CreatePackage = CreatePackage' (Maybe Text) Text PackageType PackageSource
- newCreatePackage :: Text -> PackageType -> PackageSource -> CreatePackage
- data CreatePackageResponse = CreatePackageResponse' (Maybe PackageDetails) Int
- newCreatePackageResponse :: Int -> CreatePackageResponse
- data CreateVpcEndpoint = CreateVpcEndpoint' (Maybe Text) Text VPCOptions
- newCreateVpcEndpoint :: Text -> VPCOptions -> CreateVpcEndpoint
- data CreateVpcEndpointResponse = CreateVpcEndpointResponse' Int VpcEndpoint
- newCreateVpcEndpointResponse :: Int -> VpcEndpoint -> CreateVpcEndpointResponse
- data DeleteElasticsearchDomain = DeleteElasticsearchDomain' Text
- newDeleteElasticsearchDomain :: Text -> DeleteElasticsearchDomain
- data DeleteElasticsearchDomainResponse = DeleteElasticsearchDomainResponse' (Maybe ElasticsearchDomainStatus) Int
- newDeleteElasticsearchDomainResponse :: Int -> DeleteElasticsearchDomainResponse
- data DeleteElasticsearchServiceRole = DeleteElasticsearchServiceRole' {
- newDeleteElasticsearchServiceRole :: DeleteElasticsearchServiceRole
- data DeleteElasticsearchServiceRoleResponse = DeleteElasticsearchServiceRoleResponse' {
- newDeleteElasticsearchServiceRoleResponse :: DeleteElasticsearchServiceRoleResponse
- data DeleteInboundCrossClusterSearchConnection = DeleteInboundCrossClusterSearchConnection' Text
- newDeleteInboundCrossClusterSearchConnection :: Text -> DeleteInboundCrossClusterSearchConnection
- data DeleteInboundCrossClusterSearchConnectionResponse = DeleteInboundCrossClusterSearchConnectionResponse' (Maybe InboundCrossClusterSearchConnection) Int
- newDeleteInboundCrossClusterSearchConnectionResponse :: Int -> DeleteInboundCrossClusterSearchConnectionResponse
- data DeleteOutboundCrossClusterSearchConnection = DeleteOutboundCrossClusterSearchConnection' Text
- newDeleteOutboundCrossClusterSearchConnection :: Text -> DeleteOutboundCrossClusterSearchConnection
- data DeleteOutboundCrossClusterSearchConnectionResponse = DeleteOutboundCrossClusterSearchConnectionResponse' (Maybe OutboundCrossClusterSearchConnection) Int
- newDeleteOutboundCrossClusterSearchConnectionResponse :: Int -> DeleteOutboundCrossClusterSearchConnectionResponse
- data DeletePackage = DeletePackage' Text
- newDeletePackage :: Text -> DeletePackage
- data DeletePackageResponse = DeletePackageResponse' (Maybe PackageDetails) Int
- newDeletePackageResponse :: Int -> DeletePackageResponse
- data DeleteVpcEndpoint = DeleteVpcEndpoint' Text
- newDeleteVpcEndpoint :: Text -> DeleteVpcEndpoint
- data DeleteVpcEndpointResponse = DeleteVpcEndpointResponse' Int VpcEndpointSummary
- newDeleteVpcEndpointResponse :: Int -> VpcEndpointSummary -> DeleteVpcEndpointResponse
- data DescribeDomainAutoTunes = DescribeDomainAutoTunes' (Maybe Int) (Maybe Text) Text
- newDescribeDomainAutoTunes :: Text -> DescribeDomainAutoTunes
- data DescribeDomainAutoTunesResponse = DescribeDomainAutoTunesResponse' (Maybe [AutoTune]) (Maybe Text) Int
- newDescribeDomainAutoTunesResponse :: Int -> DescribeDomainAutoTunesResponse
- data DescribeDomainChangeProgress = DescribeDomainChangeProgress' (Maybe Text) Text
- newDescribeDomainChangeProgress :: Text -> DescribeDomainChangeProgress
- data DescribeDomainChangeProgressResponse = DescribeDomainChangeProgressResponse' (Maybe ChangeProgressStatusDetails) Int
- newDescribeDomainChangeProgressResponse :: Int -> DescribeDomainChangeProgressResponse
- data DescribeElasticsearchDomain = DescribeElasticsearchDomain' Text
- newDescribeElasticsearchDomain :: Text -> DescribeElasticsearchDomain
- data DescribeElasticsearchDomainResponse = DescribeElasticsearchDomainResponse' Int ElasticsearchDomainStatus
- newDescribeElasticsearchDomainResponse :: Int -> ElasticsearchDomainStatus -> DescribeElasticsearchDomainResponse
- data DescribeElasticsearchDomainConfig = DescribeElasticsearchDomainConfig' Text
- newDescribeElasticsearchDomainConfig :: Text -> DescribeElasticsearchDomainConfig
- data DescribeElasticsearchDomainConfigResponse = DescribeElasticsearchDomainConfigResponse' Int ElasticsearchDomainConfig
- newDescribeElasticsearchDomainConfigResponse :: Int -> ElasticsearchDomainConfig -> DescribeElasticsearchDomainConfigResponse
- data DescribeElasticsearchDomains = DescribeElasticsearchDomains' [Text]
- newDescribeElasticsearchDomains :: DescribeElasticsearchDomains
- data DescribeElasticsearchDomainsResponse = DescribeElasticsearchDomainsResponse' Int [ElasticsearchDomainStatus]
- newDescribeElasticsearchDomainsResponse :: Int -> DescribeElasticsearchDomainsResponse
- data DescribeElasticsearchInstanceTypeLimits = DescribeElasticsearchInstanceTypeLimits' (Maybe Text) ESPartitionInstanceType Text
- newDescribeElasticsearchInstanceTypeLimits :: ESPartitionInstanceType -> Text -> DescribeElasticsearchInstanceTypeLimits
- data DescribeElasticsearchInstanceTypeLimitsResponse = DescribeElasticsearchInstanceTypeLimitsResponse' (Maybe (HashMap Text Limits)) Int
- newDescribeElasticsearchInstanceTypeLimitsResponse :: Int -> DescribeElasticsearchInstanceTypeLimitsResponse
- data DescribeInboundCrossClusterSearchConnections = DescribeInboundCrossClusterSearchConnections' (Maybe [Filter]) (Maybe Int) (Maybe Text)
- newDescribeInboundCrossClusterSearchConnections :: DescribeInboundCrossClusterSearchConnections
- data DescribeInboundCrossClusterSearchConnectionsResponse = DescribeInboundCrossClusterSearchConnectionsResponse' (Maybe [InboundCrossClusterSearchConnection]) (Maybe Text) Int
- newDescribeInboundCrossClusterSearchConnectionsResponse :: Int -> DescribeInboundCrossClusterSearchConnectionsResponse
- data DescribeOutboundCrossClusterSearchConnections = DescribeOutboundCrossClusterSearchConnections' (Maybe [Filter]) (Maybe Int) (Maybe Text)
- newDescribeOutboundCrossClusterSearchConnections :: DescribeOutboundCrossClusterSearchConnections
- data DescribeOutboundCrossClusterSearchConnectionsResponse = DescribeOutboundCrossClusterSearchConnectionsResponse' (Maybe [OutboundCrossClusterSearchConnection]) (Maybe Text) Int
- newDescribeOutboundCrossClusterSearchConnectionsResponse :: Int -> DescribeOutboundCrossClusterSearchConnectionsResponse
- data DescribePackages = DescribePackages' (Maybe [DescribePackagesFilter]) (Maybe Int) (Maybe Text)
- newDescribePackages :: DescribePackages
- data DescribePackagesResponse = DescribePackagesResponse' (Maybe Text) (Maybe [PackageDetails]) Int
- newDescribePackagesResponse :: Int -> DescribePackagesResponse
- data DescribeReservedElasticsearchInstanceOfferings = DescribeReservedElasticsearchInstanceOfferings' (Maybe Int) (Maybe Text) (Maybe Text)
- newDescribeReservedElasticsearchInstanceOfferings :: DescribeReservedElasticsearchInstanceOfferings
- data DescribeReservedElasticsearchInstanceOfferingsResponse = DescribeReservedElasticsearchInstanceOfferingsResponse' (Maybe Text) (Maybe [ReservedElasticsearchInstanceOffering]) Int
- newDescribeReservedElasticsearchInstanceOfferingsResponse :: Int -> DescribeReservedElasticsearchInstanceOfferingsResponse
- data DescribeReservedElasticsearchInstances = DescribeReservedElasticsearchInstances' (Maybe Int) (Maybe Text) (Maybe Text)
- newDescribeReservedElasticsearchInstances :: DescribeReservedElasticsearchInstances
- data DescribeReservedElasticsearchInstancesResponse = DescribeReservedElasticsearchInstancesResponse' (Maybe Text) (Maybe [ReservedElasticsearchInstance]) Int
- newDescribeReservedElasticsearchInstancesResponse :: Int -> DescribeReservedElasticsearchInstancesResponse
- data DescribeVpcEndpoints = DescribeVpcEndpoints' [Text]
- newDescribeVpcEndpoints :: DescribeVpcEndpoints
- data DescribeVpcEndpointsResponse = DescribeVpcEndpointsResponse' Int [VpcEndpoint] [VpcEndpointError]
- newDescribeVpcEndpointsResponse :: Int -> DescribeVpcEndpointsResponse
- data DissociatePackage = DissociatePackage' Text Text
- newDissociatePackage :: Text -> Text -> DissociatePackage
- data DissociatePackageResponse = DissociatePackageResponse' (Maybe DomainPackageDetails) Int
- newDissociatePackageResponse :: Int -> DissociatePackageResponse
- data GetCompatibleElasticsearchVersions = GetCompatibleElasticsearchVersions' (Maybe Text)
- newGetCompatibleElasticsearchVersions :: GetCompatibleElasticsearchVersions
- data GetCompatibleElasticsearchVersionsResponse = GetCompatibleElasticsearchVersionsResponse' (Maybe [CompatibleVersionsMap]) Int
- newGetCompatibleElasticsearchVersionsResponse :: Int -> GetCompatibleElasticsearchVersionsResponse
- data GetPackageVersionHistory = GetPackageVersionHistory' (Maybe Int) (Maybe Text) Text
- newGetPackageVersionHistory :: Text -> GetPackageVersionHistory
- data GetPackageVersionHistoryResponse = GetPackageVersionHistoryResponse' (Maybe Text) (Maybe Text) (Maybe [PackageVersionHistory]) Int
- newGetPackageVersionHistoryResponse :: Int -> GetPackageVersionHistoryResponse
- data GetUpgradeHistory = GetUpgradeHistory' (Maybe Int) (Maybe Text) Text
- newGetUpgradeHistory :: Text -> GetUpgradeHistory
- data GetUpgradeHistoryResponse = GetUpgradeHistoryResponse' (Maybe Text) (Maybe [UpgradeHistory]) Int
- newGetUpgradeHistoryResponse :: Int -> GetUpgradeHistoryResponse
- data GetUpgradeStatus = GetUpgradeStatus' Text
- newGetUpgradeStatus :: Text -> GetUpgradeStatus
- data GetUpgradeStatusResponse = GetUpgradeStatusResponse' (Maybe UpgradeStatus) (Maybe Text) (Maybe UpgradeStep) Int
- newGetUpgradeStatusResponse :: Int -> GetUpgradeStatusResponse
- data ListDomainNames = ListDomainNames' (Maybe EngineType)
- newListDomainNames :: ListDomainNames
- data ListDomainNamesResponse = ListDomainNamesResponse' (Maybe [DomainInfo]) Int
- newListDomainNamesResponse :: Int -> ListDomainNamesResponse
- data ListDomainsForPackage = ListDomainsForPackage' (Maybe Int) (Maybe Text) Text
- newListDomainsForPackage :: Text -> ListDomainsForPackage
- data ListDomainsForPackageResponse = ListDomainsForPackageResponse' (Maybe [DomainPackageDetails]) (Maybe Text) Int
- newListDomainsForPackageResponse :: Int -> ListDomainsForPackageResponse
- data ListElasticsearchInstanceTypes = ListElasticsearchInstanceTypes' (Maybe Text) (Maybe Int) (Maybe Text) Text
- newListElasticsearchInstanceTypes :: Text -> ListElasticsearchInstanceTypes
- data ListElasticsearchInstanceTypesResponse = ListElasticsearchInstanceTypesResponse' (Maybe [ESPartitionInstanceType]) (Maybe Text) Int
- newListElasticsearchInstanceTypesResponse :: Int -> ListElasticsearchInstanceTypesResponse
- data ListElasticsearchVersions = ListElasticsearchVersions' (Maybe Int) (Maybe Text)
- newListElasticsearchVersions :: ListElasticsearchVersions
- data ListElasticsearchVersionsResponse = ListElasticsearchVersionsResponse' (Maybe [Text]) (Maybe Text) Int
- newListElasticsearchVersionsResponse :: Int -> ListElasticsearchVersionsResponse
- data ListPackagesForDomain = ListPackagesForDomain' (Maybe Int) (Maybe Text) Text
- newListPackagesForDomain :: Text -> ListPackagesForDomain
- data ListPackagesForDomainResponse = ListPackagesForDomainResponse' (Maybe [DomainPackageDetails]) (Maybe Text) Int
- newListPackagesForDomainResponse :: Int -> ListPackagesForDomainResponse
- data ListTags = ListTags' Text
- newListTags :: Text -> ListTags
- data ListTagsResponse = ListTagsResponse' (Maybe [Tag]) Int
- newListTagsResponse :: Int -> ListTagsResponse
- data ListVpcEndpointAccess = ListVpcEndpointAccess' (Maybe Text) Text
- newListVpcEndpointAccess :: Text -> ListVpcEndpointAccess
- data ListVpcEndpointAccessResponse = ListVpcEndpointAccessResponse' Int [AuthorizedPrincipal] Text
- newListVpcEndpointAccessResponse :: Int -> Text -> ListVpcEndpointAccessResponse
- data ListVpcEndpoints = ListVpcEndpoints' (Maybe Text)
- newListVpcEndpoints :: ListVpcEndpoints
- data ListVpcEndpointsResponse = ListVpcEndpointsResponse' Int [VpcEndpointSummary] Text
- newListVpcEndpointsResponse :: Int -> Text -> ListVpcEndpointsResponse
- data ListVpcEndpointsForDomain = ListVpcEndpointsForDomain' (Maybe Text) Text
- newListVpcEndpointsForDomain :: Text -> ListVpcEndpointsForDomain
- data ListVpcEndpointsForDomainResponse = ListVpcEndpointsForDomainResponse' Int [VpcEndpointSummary] Text
- newListVpcEndpointsForDomainResponse :: Int -> Text -> ListVpcEndpointsForDomainResponse
- data PurchaseReservedElasticsearchInstanceOffering = PurchaseReservedElasticsearchInstanceOffering' (Maybe Natural) Text Text
- newPurchaseReservedElasticsearchInstanceOffering :: Text -> Text -> PurchaseReservedElasticsearchInstanceOffering
- data PurchaseReservedElasticsearchInstanceOfferingResponse = PurchaseReservedElasticsearchInstanceOfferingResponse' (Maybe Text) (Maybe Text) Int
- newPurchaseReservedElasticsearchInstanceOfferingResponse :: Int -> PurchaseReservedElasticsearchInstanceOfferingResponse
- data RejectInboundCrossClusterSearchConnection = RejectInboundCrossClusterSearchConnection' Text
- newRejectInboundCrossClusterSearchConnection :: Text -> RejectInboundCrossClusterSearchConnection
- data RejectInboundCrossClusterSearchConnectionResponse = RejectInboundCrossClusterSearchConnectionResponse' (Maybe InboundCrossClusterSearchConnection) Int
- newRejectInboundCrossClusterSearchConnectionResponse :: Int -> RejectInboundCrossClusterSearchConnectionResponse
- data RemoveTags = RemoveTags' Text [Text]
- newRemoveTags :: Text -> RemoveTags
- data RemoveTagsResponse = RemoveTagsResponse' {
- newRemoveTagsResponse :: RemoveTagsResponse
- data RevokeVpcEndpointAccess = RevokeVpcEndpointAccess' Text Text
- newRevokeVpcEndpointAccess :: Text -> Text -> RevokeVpcEndpointAccess
- data RevokeVpcEndpointAccessResponse = RevokeVpcEndpointAccessResponse' Int
- newRevokeVpcEndpointAccessResponse :: Int -> RevokeVpcEndpointAccessResponse
- data StartElasticsearchServiceSoftwareUpdate = StartElasticsearchServiceSoftwareUpdate' Text
- newStartElasticsearchServiceSoftwareUpdate :: Text -> StartElasticsearchServiceSoftwareUpdate
- data StartElasticsearchServiceSoftwareUpdateResponse = StartElasticsearchServiceSoftwareUpdateResponse' (Maybe ServiceSoftwareOptions) Int
- newStartElasticsearchServiceSoftwareUpdateResponse :: Int -> StartElasticsearchServiceSoftwareUpdateResponse
- data UpdateElasticsearchDomainConfig = UpdateElasticsearchDomainConfig' (Maybe Text) (Maybe (HashMap Text Text)) (Maybe AdvancedSecurityOptionsInput) (Maybe AutoTuneOptions) (Maybe CognitoOptions) (Maybe DomainEndpointOptions) (Maybe Bool) (Maybe EBSOptions) (Maybe ElasticsearchClusterConfig) (Maybe EncryptionAtRestOptions) (Maybe (HashMap LogType LogPublishingOption)) (Maybe NodeToNodeEncryptionOptions) (Maybe SnapshotOptions) (Maybe VPCOptions) Text
- newUpdateElasticsearchDomainConfig :: Text -> UpdateElasticsearchDomainConfig
- data UpdateElasticsearchDomainConfigResponse = UpdateElasticsearchDomainConfigResponse' (Maybe DryRunResults) Int ElasticsearchDomainConfig
- newUpdateElasticsearchDomainConfigResponse :: Int -> ElasticsearchDomainConfig -> UpdateElasticsearchDomainConfigResponse
- data UpdatePackage = UpdatePackage' (Maybe Text) (Maybe Text) Text PackageSource
- newUpdatePackage :: Text -> PackageSource -> UpdatePackage
- data UpdatePackageResponse = UpdatePackageResponse' (Maybe PackageDetails) Int
- newUpdatePackageResponse :: Int -> UpdatePackageResponse
- data UpdateVpcEndpoint = UpdateVpcEndpoint' Text VPCOptions
- newUpdateVpcEndpoint :: Text -> VPCOptions -> UpdateVpcEndpoint
- data UpdateVpcEndpointResponse = UpdateVpcEndpointResponse' Int VpcEndpoint
- newUpdateVpcEndpointResponse :: Int -> VpcEndpoint -> UpdateVpcEndpointResponse
- data UpgradeElasticsearchDomain = UpgradeElasticsearchDomain' (Maybe Bool) Text Text
- newUpgradeElasticsearchDomain :: Text -> Text -> UpgradeElasticsearchDomain
- data UpgradeElasticsearchDomainResponse = UpgradeElasticsearchDomainResponse' (Maybe ChangeProgressDetails) (Maybe Text) (Maybe Bool) (Maybe Text) Int
- newUpgradeElasticsearchDomainResponse :: Int -> UpgradeElasticsearchDomainResponse
- newtype AutoTuneDesiredState where
- newtype AutoTuneState where
- AutoTuneState' { }
- pattern AutoTuneState_DISABLED :: AutoTuneState
- pattern AutoTuneState_DISABLED_AND_ROLLBACK_COMPLETE :: AutoTuneState
- pattern AutoTuneState_DISABLED_AND_ROLLBACK_ERROR :: AutoTuneState
- pattern AutoTuneState_DISABLED_AND_ROLLBACK_IN_PROGRESS :: AutoTuneState
- pattern AutoTuneState_DISABLED_AND_ROLLBACK_SCHEDULED :: AutoTuneState
- pattern AutoTuneState_DISABLE_IN_PROGRESS :: AutoTuneState
- pattern AutoTuneState_ENABLED :: AutoTuneState
- pattern AutoTuneState_ENABLE_IN_PROGRESS :: AutoTuneState
- pattern AutoTuneState_ERROR :: AutoTuneState
- newtype AutoTuneType where
- AutoTuneType' { }
- pattern AutoTuneType_SCHEDULED_ACTION :: AutoTuneType
- newtype DeploymentStatus where
- DeploymentStatus' { }
- pattern DeploymentStatus_COMPLETED :: DeploymentStatus
- pattern DeploymentStatus_ELIGIBLE :: DeploymentStatus
- pattern DeploymentStatus_IN_PROGRESS :: DeploymentStatus
- pattern DeploymentStatus_NOT_ELIGIBLE :: DeploymentStatus
- pattern DeploymentStatus_PENDING_UPDATE :: DeploymentStatus
- newtype DescribePackagesFilterName where
- newtype DomainPackageStatus where
- DomainPackageStatus' { }
- pattern DomainPackageStatus_ACTIVE :: DomainPackageStatus
- pattern DomainPackageStatus_ASSOCIATING :: DomainPackageStatus
- pattern DomainPackageStatus_ASSOCIATION_FAILED :: DomainPackageStatus
- pattern DomainPackageStatus_DISSOCIATING :: DomainPackageStatus
- pattern DomainPackageStatus_DISSOCIATION_FAILED :: DomainPackageStatus
- newtype ESPartitionInstanceType where
- ESPartitionInstanceType' { }
- pattern ESPartitionInstanceType_C4_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C4_4xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C4_8xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C4_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C4_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C5_18xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C5_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C5_4xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C5_9xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C5_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_C5_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_D2_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_D2_4xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_D2_8xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_D2_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_I2_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_I2_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_I3_16xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_I3_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_I3_4xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_I3_8xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_I3_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_I3_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M3_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M3_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M3_medium_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M3_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M4_10xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M4_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M4_4xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M4_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M4_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M5_12xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M5_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M5_4xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M5_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_M5_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R3_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R3_4xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R3_8xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R3_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R3_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R4_16xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R4_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R4_4xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R4_8xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R4_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R4_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R5_12xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R5_2xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R5_4xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R5_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_R5_xlarge_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_T2_medium_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_T2_micro_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_T2_small_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_Ultrawarm1_large_elasticsearch :: ESPartitionInstanceType
- pattern ESPartitionInstanceType_Ultrawarm1_medium_elasticsearch :: ESPartitionInstanceType
- newtype ESWarmPartitionInstanceType where
- newtype EngineType where
- EngineType' { }
- pattern EngineType_Elasticsearch :: EngineType
- pattern EngineType_OpenSearch :: EngineType
- newtype InboundCrossClusterSearchConnectionStatusCode where
- InboundCrossClusterSearchConnectionStatusCode' { }
- pattern InboundCrossClusterSearchConnectionStatusCode_APPROVED :: InboundCrossClusterSearchConnectionStatusCode
- pattern InboundCrossClusterSearchConnectionStatusCode_DELETED :: InboundCrossClusterSearchConnectionStatusCode
- pattern InboundCrossClusterSearchConnectionStatusCode_DELETING :: InboundCrossClusterSearchConnectionStatusCode
- pattern InboundCrossClusterSearchConnectionStatusCode_PENDING_ACCEPTANCE :: InboundCrossClusterSearchConnectionStatusCode
- pattern InboundCrossClusterSearchConnectionStatusCode_REJECTED :: InboundCrossClusterSearchConnectionStatusCode
- pattern InboundCrossClusterSearchConnectionStatusCode_REJECTING :: InboundCrossClusterSearchConnectionStatusCode
- newtype LogType where
- LogType' {
- fromLogType :: Text
- pattern LogType_AUDIT_LOGS :: LogType
- pattern LogType_ES_APPLICATION_LOGS :: LogType
- pattern LogType_INDEX_SLOW_LOGS :: LogType
- pattern LogType_SEARCH_SLOW_LOGS :: LogType
- LogType' {
- newtype OptionState where
- OptionState' { }
- pattern OptionState_Active :: OptionState
- pattern OptionState_Processing :: OptionState
- pattern OptionState_RequiresIndexDocuments :: OptionState
- newtype OutboundCrossClusterSearchConnectionStatusCode where
- OutboundCrossClusterSearchConnectionStatusCode' { }
- pattern OutboundCrossClusterSearchConnectionStatusCode_ACTIVE :: OutboundCrossClusterSearchConnectionStatusCode
- pattern OutboundCrossClusterSearchConnectionStatusCode_DELETED :: OutboundCrossClusterSearchConnectionStatusCode
- pattern OutboundCrossClusterSearchConnectionStatusCode_DELETING :: OutboundCrossClusterSearchConnectionStatusCode
- pattern OutboundCrossClusterSearchConnectionStatusCode_PENDING_ACCEPTANCE :: OutboundCrossClusterSearchConnectionStatusCode
- pattern OutboundCrossClusterSearchConnectionStatusCode_PROVISIONING :: OutboundCrossClusterSearchConnectionStatusCode
- pattern OutboundCrossClusterSearchConnectionStatusCode_REJECTED :: OutboundCrossClusterSearchConnectionStatusCode
- pattern OutboundCrossClusterSearchConnectionStatusCode_VALIDATING :: OutboundCrossClusterSearchConnectionStatusCode
- pattern OutboundCrossClusterSearchConnectionStatusCode_VALIDATION_FAILED :: OutboundCrossClusterSearchConnectionStatusCode
- newtype OverallChangeStatus where
- newtype PackageStatus where
- PackageStatus' { }
- pattern PackageStatus_AVAILABLE :: PackageStatus
- pattern PackageStatus_COPYING :: PackageStatus
- pattern PackageStatus_COPY_FAILED :: PackageStatus
- pattern PackageStatus_DELETED :: PackageStatus
- pattern PackageStatus_DELETE_FAILED :: PackageStatus
- pattern PackageStatus_DELETING :: PackageStatus
- pattern PackageStatus_VALIDATING :: PackageStatus
- pattern PackageStatus_VALIDATION_FAILED :: PackageStatus
- newtype PackageType where
- PackageType' { }
- pattern PackageType_TXT_DICTIONARY :: PackageType
- newtype PrincipalType where
- PrincipalType' { }
- pattern PrincipalType_AWS_ACCOUNT :: PrincipalType
- pattern PrincipalType_AWS_SERVICE :: PrincipalType
- newtype ReservedElasticsearchInstancePaymentOption where
- ReservedElasticsearchInstancePaymentOption' { }
- pattern ReservedElasticsearchInstancePaymentOption_ALL_UPFRONT :: ReservedElasticsearchInstancePaymentOption
- pattern ReservedElasticsearchInstancePaymentOption_NO_UPFRONT :: ReservedElasticsearchInstancePaymentOption
- pattern ReservedElasticsearchInstancePaymentOption_PARTIAL_UPFRONT :: ReservedElasticsearchInstancePaymentOption
- newtype RollbackOnDisable where
- newtype ScheduledAutoTuneActionType where
- newtype ScheduledAutoTuneSeverityType where
- newtype TLSSecurityPolicy where
- newtype TimeUnit where
- TimeUnit' {
- fromTimeUnit :: Text
- pattern TimeUnit_HOURS :: TimeUnit
- TimeUnit' {
- newtype UpgradeStatus where
- UpgradeStatus' { }
- pattern UpgradeStatus_FAILED :: UpgradeStatus
- pattern UpgradeStatus_IN_PROGRESS :: UpgradeStatus
- pattern UpgradeStatus_SUCCEEDED :: UpgradeStatus
- pattern UpgradeStatus_SUCCEEDED_WITH_ISSUES :: UpgradeStatus
- newtype UpgradeStep where
- UpgradeStep' { }
- pattern UpgradeStep_PRE_UPGRADE_CHECK :: UpgradeStep
- pattern UpgradeStep_SNAPSHOT :: UpgradeStep
- pattern UpgradeStep_UPGRADE :: UpgradeStep
- newtype VolumeType where
- VolumeType' { }
- pattern VolumeType_Gp2 :: VolumeType
- pattern VolumeType_Gp3 :: VolumeType
- pattern VolumeType_Io1 :: VolumeType
- pattern VolumeType_Standard :: VolumeType
- newtype VpcEndpointErrorCode where
- newtype VpcEndpointStatus where
- VpcEndpointStatus' { }
- pattern VpcEndpointStatus_ACTIVE :: VpcEndpointStatus
- pattern VpcEndpointStatus_CREATE_FAILED :: VpcEndpointStatus
- pattern VpcEndpointStatus_CREATING :: VpcEndpointStatus
- pattern VpcEndpointStatus_DELETE_FAILED :: VpcEndpointStatus
- pattern VpcEndpointStatus_DELETING :: VpcEndpointStatus
- pattern VpcEndpointStatus_UPDATE_FAILED :: VpcEndpointStatus
- pattern VpcEndpointStatus_UPDATING :: VpcEndpointStatus
- data AccessPoliciesStatus = AccessPoliciesStatus' Text OptionStatus
- newAccessPoliciesStatus :: Text -> OptionStatus -> AccessPoliciesStatus
- data AdditionalLimit = AdditionalLimit' (Maybe Text) (Maybe [Text])
- newAdditionalLimit :: AdditionalLimit
- data AdvancedOptionsStatus = AdvancedOptionsStatus' (HashMap Text Text) OptionStatus
- newAdvancedOptionsStatus :: OptionStatus -> AdvancedOptionsStatus
- data AdvancedSecurityOptions = AdvancedSecurityOptions' (Maybe POSIX) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe SAMLOptionsOutput)
- newAdvancedSecurityOptions :: AdvancedSecurityOptions
- data AdvancedSecurityOptionsInput = AdvancedSecurityOptionsInput' (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe MasterUserOptions) (Maybe SAMLOptionsInput)
- newAdvancedSecurityOptionsInput :: AdvancedSecurityOptionsInput
- data AdvancedSecurityOptionsStatus = AdvancedSecurityOptionsStatus' AdvancedSecurityOptions OptionStatus
- newAdvancedSecurityOptionsStatus :: AdvancedSecurityOptions -> OptionStatus -> AdvancedSecurityOptionsStatus
- data AuthorizedPrincipal = AuthorizedPrincipal' (Maybe Text) (Maybe PrincipalType)
- newAuthorizedPrincipal :: AuthorizedPrincipal
- data AutoTune = AutoTune' (Maybe AutoTuneDetails) (Maybe AutoTuneType)
- newAutoTune :: AutoTune
- data AutoTuneDetails = AutoTuneDetails' (Maybe ScheduledAutoTuneDetails)
- newAutoTuneDetails :: AutoTuneDetails
- data AutoTuneMaintenanceSchedule = AutoTuneMaintenanceSchedule' (Maybe Text) (Maybe Duration) (Maybe POSIX)
- newAutoTuneMaintenanceSchedule :: AutoTuneMaintenanceSchedule
- data AutoTuneOptions = AutoTuneOptions' (Maybe AutoTuneDesiredState) (Maybe [AutoTuneMaintenanceSchedule]) (Maybe RollbackOnDisable)
- newAutoTuneOptions :: AutoTuneOptions
- data AutoTuneOptionsInput = AutoTuneOptionsInput' (Maybe AutoTuneDesiredState) (Maybe [AutoTuneMaintenanceSchedule])
- newAutoTuneOptionsInput :: AutoTuneOptionsInput
- data AutoTuneOptionsOutput = AutoTuneOptionsOutput' (Maybe Text) (Maybe AutoTuneState)
- newAutoTuneOptionsOutput :: AutoTuneOptionsOutput
- data AutoTuneOptionsStatus = AutoTuneOptionsStatus' (Maybe AutoTuneOptions) (Maybe AutoTuneStatus)
- newAutoTuneOptionsStatus :: AutoTuneOptionsStatus
- data AutoTuneStatus = AutoTuneStatus' (Maybe Text) (Maybe Bool) (Maybe Natural) POSIX POSIX AutoTuneState
- newAutoTuneStatus :: UTCTime -> UTCTime -> AutoTuneState -> AutoTuneStatus
- data ChangeProgressDetails = ChangeProgressDetails' (Maybe Text) (Maybe Text)
- newChangeProgressDetails :: ChangeProgressDetails
- data ChangeProgressStage = ChangeProgressStage' (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text)
- newChangeProgressStage :: ChangeProgressStage
- data ChangeProgressStatusDetails = ChangeProgressStatusDetails' (Maybe Text) (Maybe [ChangeProgressStage]) (Maybe [Text]) (Maybe [Text]) (Maybe POSIX) (Maybe OverallChangeStatus) (Maybe Int)
- newChangeProgressStatusDetails :: ChangeProgressStatusDetails
- data CognitoOptions = CognitoOptions' (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text)
- newCognitoOptions :: CognitoOptions
- data CognitoOptionsStatus = CognitoOptionsStatus' CognitoOptions OptionStatus
- newCognitoOptionsStatus :: CognitoOptions -> OptionStatus -> CognitoOptionsStatus
- data ColdStorageOptions = ColdStorageOptions' Bool
- newColdStorageOptions :: Bool -> ColdStorageOptions
- data CompatibleVersionsMap = CompatibleVersionsMap' (Maybe Text) (Maybe [Text])
- newCompatibleVersionsMap :: CompatibleVersionsMap
- data DescribePackagesFilter = DescribePackagesFilter' (Maybe DescribePackagesFilterName) (Maybe [Text])
- newDescribePackagesFilter :: DescribePackagesFilter
- data DomainEndpointOptions = DomainEndpointOptions' (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe TLSSecurityPolicy)
- newDomainEndpointOptions :: DomainEndpointOptions
- data DomainEndpointOptionsStatus = DomainEndpointOptionsStatus' DomainEndpointOptions OptionStatus
- newDomainEndpointOptionsStatus :: DomainEndpointOptions -> OptionStatus -> DomainEndpointOptionsStatus
- data DomainInfo = DomainInfo' (Maybe Text) (Maybe EngineType)
- newDomainInfo :: DomainInfo
- data DomainInformation = DomainInformation' (Maybe Text) (Maybe Text) Text
- newDomainInformation :: Text -> DomainInformation
- data DomainPackageDetails = DomainPackageDetails' (Maybe Text) (Maybe DomainPackageStatus) (Maybe ErrorDetails) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe PackageType) (Maybe Text) (Maybe Text)
- newDomainPackageDetails :: DomainPackageDetails
- data DryRunResults = DryRunResults' (Maybe Text) (Maybe Text)
- newDryRunResults :: DryRunResults
- data Duration = Duration' (Maybe TimeUnit) (Maybe Natural)
- newDuration :: Duration
- data EBSOptions = EBSOptions' (Maybe Bool) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe VolumeType)
- newEBSOptions :: EBSOptions
- data EBSOptionsStatus = EBSOptionsStatus' EBSOptions OptionStatus
- newEBSOptionsStatus :: EBSOptions -> OptionStatus -> EBSOptionsStatus
- data ElasticsearchClusterConfig = ElasticsearchClusterConfig' (Maybe ColdStorageOptions) (Maybe Int) (Maybe Bool) (Maybe ESPartitionInstanceType) (Maybe Int) (Maybe ESPartitionInstanceType) (Maybe Int) (Maybe Bool) (Maybe ESWarmPartitionInstanceType) (Maybe ZoneAwarenessConfig) (Maybe Bool)
- newElasticsearchClusterConfig :: ElasticsearchClusterConfig
- data ElasticsearchClusterConfigStatus = ElasticsearchClusterConfigStatus' ElasticsearchClusterConfig OptionStatus
- newElasticsearchClusterConfigStatus :: ElasticsearchClusterConfig -> OptionStatus -> ElasticsearchClusterConfigStatus
- data ElasticsearchDomainConfig = ElasticsearchDomainConfig' (Maybe AccessPoliciesStatus) (Maybe AdvancedOptionsStatus) (Maybe AdvancedSecurityOptionsStatus) (Maybe AutoTuneOptionsStatus) (Maybe ChangeProgressDetails) (Maybe CognitoOptionsStatus) (Maybe DomainEndpointOptionsStatus) (Maybe EBSOptionsStatus) (Maybe ElasticsearchClusterConfigStatus) (Maybe ElasticsearchVersionStatus) (Maybe EncryptionAtRestOptionsStatus) (Maybe LogPublishingOptionsStatus) (Maybe NodeToNodeEncryptionOptionsStatus) (Maybe SnapshotOptionsStatus) (Maybe VPCDerivedInfoStatus)
- newElasticsearchDomainConfig :: ElasticsearchDomainConfig
- data ElasticsearchDomainStatus = ElasticsearchDomainStatus' (Maybe Text) (Maybe (HashMap Text Text)) (Maybe AdvancedSecurityOptions) (Maybe AutoTuneOptionsOutput) (Maybe ChangeProgressDetails) (Maybe CognitoOptions) (Maybe Bool) (Maybe Bool) (Maybe DomainEndpointOptions) (Maybe EBSOptions) (Maybe Text) (Maybe EncryptionAtRestOptions) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe (HashMap LogType LogPublishingOption)) (Maybe NodeToNodeEncryptionOptions) (Maybe Bool) (Maybe ServiceSoftwareOptions) (Maybe SnapshotOptions) (Maybe Bool) (Maybe VPCDerivedInfo) Text Text Text ElasticsearchClusterConfig
- newElasticsearchDomainStatus :: Text -> Text -> Text -> ElasticsearchClusterConfig -> ElasticsearchDomainStatus
- data ElasticsearchVersionStatus = ElasticsearchVersionStatus' Text OptionStatus
- newElasticsearchVersionStatus :: Text -> OptionStatus -> ElasticsearchVersionStatus
- data EncryptionAtRestOptions = EncryptionAtRestOptions' (Maybe Bool) (Maybe Text)
- newEncryptionAtRestOptions :: EncryptionAtRestOptions
- data EncryptionAtRestOptionsStatus = EncryptionAtRestOptionsStatus' EncryptionAtRestOptions OptionStatus
- newEncryptionAtRestOptionsStatus :: EncryptionAtRestOptions -> OptionStatus -> EncryptionAtRestOptionsStatus
- data ErrorDetails = ErrorDetails' (Maybe Text) (Maybe Text)
- newErrorDetails :: ErrorDetails
- data Filter = Filter' (Maybe Text) (Maybe (NonEmpty Text))
- newFilter :: Filter
- data InboundCrossClusterSearchConnection = InboundCrossClusterSearchConnection' (Maybe InboundCrossClusterSearchConnectionStatus) (Maybe Text) (Maybe DomainInformation) (Maybe DomainInformation)
- newInboundCrossClusterSearchConnection :: InboundCrossClusterSearchConnection
- data InboundCrossClusterSearchConnectionStatus = InboundCrossClusterSearchConnectionStatus' (Maybe Text) (Maybe InboundCrossClusterSearchConnectionStatusCode)
- newInboundCrossClusterSearchConnectionStatus :: InboundCrossClusterSearchConnectionStatus
- data InstanceCountLimits = InstanceCountLimits' (Maybe Int) (Maybe Int)
- newInstanceCountLimits :: InstanceCountLimits
- data InstanceLimits = InstanceLimits' (Maybe InstanceCountLimits)
- newInstanceLimits :: InstanceLimits
- data Limits = Limits' (Maybe [AdditionalLimit]) (Maybe InstanceLimits) (Maybe [StorageType])
- newLimits :: Limits
- data LogPublishingOption = LogPublishingOption' (Maybe Text) (Maybe Bool)
- newLogPublishingOption :: LogPublishingOption
- data LogPublishingOptionsStatus = LogPublishingOptionsStatus' (Maybe (HashMap LogType LogPublishingOption)) (Maybe OptionStatus)
- newLogPublishingOptionsStatus :: LogPublishingOptionsStatus
- data MasterUserOptions = MasterUserOptions' (Maybe Text) (Maybe (Sensitive Text)) (Maybe (Sensitive Text))
- newMasterUserOptions :: MasterUserOptions
- data NodeToNodeEncryptionOptions = NodeToNodeEncryptionOptions' (Maybe Bool)
- newNodeToNodeEncryptionOptions :: NodeToNodeEncryptionOptions
- data NodeToNodeEncryptionOptionsStatus = NodeToNodeEncryptionOptionsStatus' NodeToNodeEncryptionOptions OptionStatus
- newNodeToNodeEncryptionOptionsStatus :: NodeToNodeEncryptionOptions -> OptionStatus -> NodeToNodeEncryptionOptionsStatus
- data OptionStatus = OptionStatus' (Maybe Bool) (Maybe Natural) POSIX POSIX OptionState
- newOptionStatus :: UTCTime -> UTCTime -> OptionState -> OptionStatus
- data OutboundCrossClusterSearchConnection = OutboundCrossClusterSearchConnection' (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatus) (Maybe Text) (Maybe DomainInformation) (Maybe DomainInformation)
- newOutboundCrossClusterSearchConnection :: OutboundCrossClusterSearchConnection
- data OutboundCrossClusterSearchConnectionStatus = OutboundCrossClusterSearchConnectionStatus' (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatusCode)
- newOutboundCrossClusterSearchConnectionStatus :: OutboundCrossClusterSearchConnectionStatus
- data PackageDetails = PackageDetails' (Maybe Text) (Maybe POSIX) (Maybe ErrorDetails) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe PackageStatus) (Maybe PackageType)
- newPackageDetails :: PackageDetails
- data PackageSource = PackageSource' (Maybe Text) (Maybe Text)
- newPackageSource :: PackageSource
- data PackageVersionHistory = PackageVersionHistory' (Maybe Text) (Maybe POSIX) (Maybe Text)
- newPackageVersionHistory :: PackageVersionHistory
- data RecurringCharge = RecurringCharge' (Maybe Double) (Maybe Text)
- newRecurringCharge :: RecurringCharge
- data ReservedElasticsearchInstance = ReservedElasticsearchInstance' (Maybe Text) (Maybe Int) (Maybe Int) (Maybe ESPartitionInstanceType) (Maybe Double) (Maybe ReservedElasticsearchInstancePaymentOption) (Maybe [RecurringCharge]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Double)
- newReservedElasticsearchInstance :: ReservedElasticsearchInstance
- data ReservedElasticsearchInstanceOffering = ReservedElasticsearchInstanceOffering' (Maybe Text) (Maybe Int) (Maybe ESPartitionInstanceType) (Maybe Double) (Maybe ReservedElasticsearchInstancePaymentOption) (Maybe [RecurringCharge]) (Maybe Text) (Maybe Double)
- newReservedElasticsearchInstanceOffering :: ReservedElasticsearchInstanceOffering
- data SAMLIdp = SAMLIdp' Text Text
- newSAMLIdp :: Text -> Text -> SAMLIdp
- data SAMLOptionsInput = SAMLOptionsInput' (Maybe Bool) (Maybe SAMLIdp) (Maybe Text) (Maybe (Sensitive Text)) (Maybe Text) (Maybe Int) (Maybe Text)
- newSAMLOptionsInput :: SAMLOptionsInput
- data SAMLOptionsOutput = SAMLOptionsOutput' (Maybe Bool) (Maybe SAMLIdp) (Maybe Text) (Maybe Int) (Maybe Text)
- newSAMLOptionsOutput :: SAMLOptionsOutput
- data ScheduledAutoTuneDetails = ScheduledAutoTuneDetails' (Maybe Text) (Maybe ScheduledAutoTuneActionType) (Maybe POSIX) (Maybe ScheduledAutoTuneSeverityType)
- newScheduledAutoTuneDetails :: ScheduledAutoTuneDetails
- data ServiceSoftwareOptions = ServiceSoftwareOptions' (Maybe POSIX) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe DeploymentStatus)
- newServiceSoftwareOptions :: ServiceSoftwareOptions
- data SnapshotOptions = SnapshotOptions' (Maybe Int)
- newSnapshotOptions :: SnapshotOptions
- data SnapshotOptionsStatus = SnapshotOptionsStatus' SnapshotOptions OptionStatus
- newSnapshotOptionsStatus :: SnapshotOptions -> OptionStatus -> SnapshotOptionsStatus
- data StorageType = StorageType' (Maybe Text) (Maybe [StorageTypeLimit]) (Maybe Text)
- newStorageType :: StorageType
- data StorageTypeLimit = StorageTypeLimit' (Maybe Text) (Maybe [Text])
- newStorageTypeLimit :: StorageTypeLimit
- data Tag = Tag' Text Text
- newTag :: Text -> Text -> Tag
- data UpgradeHistory = UpgradeHistory' (Maybe POSIX) (Maybe [UpgradeStepItem]) (Maybe Text) (Maybe UpgradeStatus)
- newUpgradeHistory :: UpgradeHistory
- data UpgradeStepItem = UpgradeStepItem' (Maybe [Text]) (Maybe Double) (Maybe UpgradeStep) (Maybe UpgradeStatus)
- newUpgradeStepItem :: UpgradeStepItem
- data VPCDerivedInfo = VPCDerivedInfo' (Maybe [Text]) (Maybe [Text]) (Maybe [Text]) (Maybe Text)
- newVPCDerivedInfo :: VPCDerivedInfo
- data VPCDerivedInfoStatus = VPCDerivedInfoStatus' VPCDerivedInfo OptionStatus
- newVPCDerivedInfoStatus :: VPCDerivedInfo -> OptionStatus -> VPCDerivedInfoStatus
- data VPCOptions = VPCOptions' (Maybe [Text]) (Maybe [Text])
- newVPCOptions :: VPCOptions
- data VpcEndpoint = VpcEndpoint' (Maybe Text) (Maybe Text) (Maybe VpcEndpointStatus) (Maybe Text) (Maybe Text) (Maybe VPCDerivedInfo)
- newVpcEndpoint :: VpcEndpoint
- data VpcEndpointError = VpcEndpointError' (Maybe VpcEndpointErrorCode) (Maybe Text) (Maybe Text)
- newVpcEndpointError :: VpcEndpointError
- data VpcEndpointSummary = VpcEndpointSummary' (Maybe Text) (Maybe VpcEndpointStatus) (Maybe Text) (Maybe Text)
- newVpcEndpointSummary :: VpcEndpointSummary
- data ZoneAwarenessConfig = ZoneAwarenessConfig' (Maybe Int)
- newZoneAwarenessConfig :: ZoneAwarenessConfig
Service Configuration
defaultService :: Service Source #
API version 2015-01-01
of the Amazon Elasticsearch Service SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by ElasticSearch
.
AccessDeniedException
_AccessDeniedException :: AsError a => Fold a ServiceError Source #
An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.
BaseException
_BaseException :: AsError a => Fold a ServiceError Source #
An error occurred while processing the request.
ConflictException
_ConflictException :: AsError a => Fold a ServiceError Source #
An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.
DisabledOperationException
_DisabledOperationException :: AsError a => Fold a ServiceError Source #
An error occured because the client wanted to access a not supported operation. Gives http status code of 409.
InternalException
_InternalException :: AsError a => Fold a ServiceError Source #
The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.
InvalidPaginationTokenException
_InvalidPaginationTokenException :: AsError a => Fold a ServiceError Source #
The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.
InvalidTypeException
_InvalidTypeException :: AsError a => Fold a ServiceError Source #
An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.
LimitExceededException
_LimitExceededException :: AsError a => Fold a ServiceError Source #
An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.
ResourceAlreadyExistsException
_ResourceAlreadyExistsException :: AsError a => Fold a ServiceError Source #
An exception for creating a resource that already exists. Gives http status code of 400.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #
An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.
ValidationException
_ValidationException :: AsError a => Fold a ServiceError Source #
An exception for missing / invalid input fields. Gives http status code of 400.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
AcceptInboundCrossClusterSearchConnection
data AcceptInboundCrossClusterSearchConnection Source #
Container for the parameters to the
AcceptInboundCrossClusterSearchConnection
operation.
See: newAcceptInboundCrossClusterSearchConnection
smart constructor.
Constructors
AcceptInboundCrossClusterSearchConnection' Text |
Instances
newAcceptInboundCrossClusterSearchConnection Source #
Arguments
:: Text | |
-> AcceptInboundCrossClusterSearchConnection |
Create a value of AcceptInboundCrossClusterSearchConnection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
AcceptInboundCrossClusterSearchConnection
, acceptInboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- The id of the inbound connection that you want to accept.
data AcceptInboundCrossClusterSearchConnectionResponse Source #
The result of a AcceptInboundCrossClusterSearchConnection
operation.
Contains details of accepted inbound connection.
See: newAcceptInboundCrossClusterSearchConnectionResponse
smart constructor.
Constructors
AcceptInboundCrossClusterSearchConnectionResponse' (Maybe InboundCrossClusterSearchConnection) Int |
Instances
newAcceptInboundCrossClusterSearchConnectionResponse Source #
Arguments
:: Int |
|
-> AcceptInboundCrossClusterSearchConnectionResponse |
Create a value of AcceptInboundCrossClusterSearchConnectionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:crossClusterSearchConnection:AcceptInboundCrossClusterSearchConnectionResponse'
, acceptInboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection
- Specifies the InboundCrossClusterSearchConnection
of accepted inbound
connection.
$sel:httpStatus:AcceptInboundCrossClusterSearchConnectionResponse'
, acceptInboundCrossClusterSearchConnectionResponse_httpStatus
- The response's http status code.
AddTags
Container for the parameters to the AddTags
operation. Specify the
tags that you want to attach to the Elasticsearch domain.
See: newAddTags
smart constructor.
Instances
Create a value of AddTags
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
AddTags
, addTags_arn
- Specify the ARN
for which you want to add the tags.
$sel:tagList:AddTags'
, addTags_tagList
- List of Tag
that need to be added for the Elasticsearch domain.
data AddTagsResponse Source #
See: newAddTagsResponse
smart constructor.
Constructors
AddTagsResponse' | |
Instances
Generic AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags Associated Types type Rep AddTagsResponse :: Type -> Type # Methods from :: AddTagsResponse -> Rep AddTagsResponse x # to :: Rep AddTagsResponse x -> AddTagsResponse # | |
Read AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags Methods readsPrec :: Int -> ReadS AddTagsResponse # readList :: ReadS [AddTagsResponse] # | |
Show AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags Methods showsPrec :: Int -> AddTagsResponse -> ShowS # show :: AddTagsResponse -> String # showList :: [AddTagsResponse] -> ShowS # | |
NFData AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags Methods rnf :: AddTagsResponse -> () # | |
Eq AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags Methods (==) :: AddTagsResponse -> AddTagsResponse -> Bool # (/=) :: AddTagsResponse -> AddTagsResponse -> Bool # | |
type Rep AddTagsResponse Source # | |
newAddTagsResponse :: AddTagsResponse Source #
Create a value of AddTagsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
AssociatePackage
data AssociatePackage Source #
Container for request parameters to
AssociatePackage
operation.
See: newAssociatePackage
smart constructor.
Constructors
AssociatePackage' Text Text |
Instances
Arguments
:: Text | |
-> Text | |
-> AssociatePackage |
Create a value of AssociatePackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
AssociatePackage
, associatePackage_packageID
- Internal ID of the package that you want to associate with a domain. Use
DescribePackages
to find this value.
AssociatePackage
, associatePackage_domainName
- Name of the domain that you want to associate the package with.
data AssociatePackageResponse Source #
Container for response returned by
AssociatePackage
operation.
See: newAssociatePackageResponse
smart constructor.
Constructors
AssociatePackageResponse' (Maybe DomainPackageDetails) Int |
Instances
newAssociatePackageResponse Source #
Create a value of AssociatePackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainPackageDetails:AssociatePackageResponse'
, associatePackageResponse_domainPackageDetails
- DomainPackageDetails
$sel:httpStatus:AssociatePackageResponse'
, associatePackageResponse_httpStatus
- The response's http status code.
AuthorizeVpcEndpointAccess
data AuthorizeVpcEndpointAccess Source #
Container for request parameters to the AuthorizeVpcEndpointAccess
operation. Specifies the account to be permitted to manage VPC endpoints
against the domain.
See: newAuthorizeVpcEndpointAccess
smart constructor.
Constructors
AuthorizeVpcEndpointAccess' Text Text |
Instances
newAuthorizeVpcEndpointAccess Source #
Arguments
:: Text | |
-> Text | |
-> AuthorizeVpcEndpointAccess |
Create a value of AuthorizeVpcEndpointAccess
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
AuthorizeVpcEndpointAccess
, authorizeVpcEndpointAccess_domainName
- The name of the OpenSearch Service domain to provide access to.
$sel:account:AuthorizeVpcEndpointAccess'
, authorizeVpcEndpointAccess_account
- The account ID to grant access to.
data AuthorizeVpcEndpointAccessResponse Source #
Container for response parameters to the AuthorizeVpcEndpointAccess
operation. Contains the account ID and the type of the account being
authorized to access the VPC endpoint.
See: newAuthorizeVpcEndpointAccessResponse
smart constructor.
Instances
newAuthorizeVpcEndpointAccessResponse Source #
Arguments
:: Int | |
-> AuthorizedPrincipal |
|
-> AuthorizeVpcEndpointAccessResponse |
Create a value of AuthorizeVpcEndpointAccessResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:AuthorizeVpcEndpointAccessResponse'
, authorizeVpcEndpointAccessResponse_httpStatus
- The response's http status code.
$sel:authorizedPrincipal:AuthorizeVpcEndpointAccessResponse'
, authorizeVpcEndpointAccessResponse_authorizedPrincipal
- Information about the account or service that was provided access to the
domain.
CancelElasticsearchServiceSoftwareUpdate
data CancelElasticsearchServiceSoftwareUpdate Source #
Container for the parameters to the
CancelElasticsearchServiceSoftwareUpdate
operation. Specifies the name
of the Elasticsearch domain that you wish to cancel a service software
update on.
See: newCancelElasticsearchServiceSoftwareUpdate
smart constructor.
Constructors
CancelElasticsearchServiceSoftwareUpdate' Text |
Instances
newCancelElasticsearchServiceSoftwareUpdate Source #
Create a value of CancelElasticsearchServiceSoftwareUpdate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CancelElasticsearchServiceSoftwareUpdate
, cancelElasticsearchServiceSoftwareUpdate_domainName
- The name of the domain that you want to stop the latest service software
update on.
data CancelElasticsearchServiceSoftwareUpdateResponse Source #
The result of a CancelElasticsearchServiceSoftwareUpdate
operation.
Contains the status of the update.
See: newCancelElasticsearchServiceSoftwareUpdateResponse
smart constructor.
Instances
newCancelElasticsearchServiceSoftwareUpdateResponse Source #
Arguments
:: Int |
|
-> CancelElasticsearchServiceSoftwareUpdateResponse |
Create a value of CancelElasticsearchServiceSoftwareUpdateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CancelElasticsearchServiceSoftwareUpdateResponse
, cancelElasticsearchServiceSoftwareUpdateResponse_serviceSoftwareOptions
- The current status of the Elasticsearch service software update.
$sel:httpStatus:CancelElasticsearchServiceSoftwareUpdateResponse'
, cancelElasticsearchServiceSoftwareUpdateResponse_httpStatus
- The response's http status code.
CreateElasticsearchDomain
data CreateElasticsearchDomain Source #
See: newCreateElasticsearchDomain
smart constructor.
Constructors
Instances
newCreateElasticsearchDomain Source #
Arguments
:: Text | |
-> CreateElasticsearchDomain |
Create a value of CreateElasticsearchDomain
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateElasticsearchDomain
, createElasticsearchDomain_accessPolicies
- IAM access policy as a JSON-formatted string.
CreateElasticsearchDomain
, createElasticsearchDomain_advancedOptions
- Option to allow references to indices in an HTTP request body. Must be
false
when configuring access to individual sub-resources. By default,
the value is true
. See
Configuration Advanced Options
for more information.
CreateElasticsearchDomain
, createElasticsearchDomain_advancedSecurityOptions
- Specifies advanced security options.
CreateElasticsearchDomain
, createElasticsearchDomain_autoTuneOptions
- Specifies Auto-Tune options.
CreateElasticsearchDomain
, createElasticsearchDomain_cognitoOptions
- Options to specify the Cognito user and identity pools for Kibana
authentication. For more information, see
Amazon Cognito Authentication for Kibana.
CreateElasticsearchDomain
, createElasticsearchDomain_domainEndpointOptions
- Options to specify configuration that will be applied to the domain
endpoint.
CreateElasticsearchDomain
, createElasticsearchDomain_eBSOptions
- Options to enable, disable and specify the type and size of EBS storage
volumes.
CreateElasticsearchDomain
, createElasticsearchDomain_elasticsearchClusterConfig
- Configuration options for an Elasticsearch domain. Specifies the
instance type and number of instances in the domain cluster.
CreateElasticsearchDomain
, createElasticsearchDomain_elasticsearchVersion
- String of format X.Y to specify version for the Elasticsearch domain eg.
"1.5" or "2.3". For more information, see
Creating Elasticsearch Domains
in the Amazon Elasticsearch Service Developer Guide.
CreateElasticsearchDomain
, createElasticsearchDomain_encryptionAtRestOptions
- Specifies the Encryption At Rest Options.
CreateElasticsearchDomain
, createElasticsearchDomain_logPublishingOptions
- Map of LogType
and LogPublishingOption
, each containing options to
publish a given type of Elasticsearch log.
CreateElasticsearchDomain
, createElasticsearchDomain_nodeToNodeEncryptionOptions
- Specifies the NodeToNodeEncryptionOptions.
CreateElasticsearchDomain
, createElasticsearchDomain_snapshotOptions
- Option to set time, in UTC format, of the daily automated snapshot.
Default value is 0 hours.
$sel:tagList:CreateElasticsearchDomain'
, createElasticsearchDomain_tagList
- A list of Tag
added during domain creation.
CreateElasticsearchDomain
, createElasticsearchDomain_vPCOptions
- Options to specify the subnets and security groups for VPC endpoint. For
more information, see
Creating a VPC
in VPC Endpoints for Amazon Elasticsearch Service Domains
CreateElasticsearchDomain
, createElasticsearchDomain_domainName
- The name of the Elasticsearch domain that you are creating. Domain names
are unique across the domains owned by an account within an AWS region.
Domain names must start with a lowercase letter and can contain the
following characters: a-z (lowercase), 0-9, and - (hyphen).
data CreateElasticsearchDomainResponse Source #
The result of a CreateElasticsearchDomain
operation. Contains the
status of the newly created Elasticsearch domain.
See: newCreateElasticsearchDomainResponse
smart constructor.
Constructors
CreateElasticsearchDomainResponse' (Maybe ElasticsearchDomainStatus) Int |
Instances
newCreateElasticsearchDomainResponse Source #
Arguments
:: Int | |
-> CreateElasticsearchDomainResponse |
Create a value of CreateElasticsearchDomainResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainStatus:CreateElasticsearchDomainResponse'
, createElasticsearchDomainResponse_domainStatus
- The status of the newly created Elasticsearch domain.
$sel:httpStatus:CreateElasticsearchDomainResponse'
, createElasticsearchDomainResponse_httpStatus
- The response's http status code.
CreateOutboundCrossClusterSearchConnection
data CreateOutboundCrossClusterSearchConnection Source #
Container for the parameters to the
CreateOutboundCrossClusterSearchConnection
operation.
See: newCreateOutboundCrossClusterSearchConnection
smart constructor.
Instances
newCreateOutboundCrossClusterSearchConnection Source #
Arguments
:: DomainInformation | |
-> DomainInformation | |
-> Text | |
-> CreateOutboundCrossClusterSearchConnection |
Create a value of CreateOutboundCrossClusterSearchConnection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateOutboundCrossClusterSearchConnection
, createOutboundCrossClusterSearchConnection_sourceDomainInfo
- Specifies the DomainInformation
for the source Elasticsearch domain.
CreateOutboundCrossClusterSearchConnection
, createOutboundCrossClusterSearchConnection_destinationDomainInfo
- Specifies the DomainInformation
for the destination Elasticsearch
domain.
CreateOutboundCrossClusterSearchConnection
, createOutboundCrossClusterSearchConnection_connectionAlias
- Specifies the connection alias that will be used by the customer for
this connection.
data CreateOutboundCrossClusterSearchConnectionResponse Source #
The result of a CreateOutboundCrossClusterSearchConnection
request.
Contains the details of the newly created cross-cluster search
connection.
See: newCreateOutboundCrossClusterSearchConnectionResponse
smart constructor.
Constructors
CreateOutboundCrossClusterSearchConnectionResponse' (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatus) (Maybe Text) (Maybe DomainInformation) (Maybe DomainInformation) Int |
Instances
newCreateOutboundCrossClusterSearchConnectionResponse Source #
Arguments
:: Int |
|
-> CreateOutboundCrossClusterSearchConnectionResponse |
Create a value of CreateOutboundCrossClusterSearchConnectionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateOutboundCrossClusterSearchConnection
, createOutboundCrossClusterSearchConnectionResponse_connectionAlias
- Specifies the connection alias provided during the create connection
request.
CreateOutboundCrossClusterSearchConnectionResponse
, createOutboundCrossClusterSearchConnectionResponse_connectionStatus
- Specifies the OutboundCrossClusterSearchConnectionStatus
for the newly
created connection.
CreateOutboundCrossClusterSearchConnectionResponse
, createOutboundCrossClusterSearchConnectionResponse_crossClusterSearchConnectionId
- Unique id for the created outbound connection, which is used for
subsequent operations on connection.
CreateOutboundCrossClusterSearchConnection
, createOutboundCrossClusterSearchConnectionResponse_destinationDomainInfo
- Specifies the DomainInformation
for the destination Elasticsearch
domain.
CreateOutboundCrossClusterSearchConnection
, createOutboundCrossClusterSearchConnectionResponse_sourceDomainInfo
- Specifies the DomainInformation
for the source Elasticsearch domain.
$sel:httpStatus:CreateOutboundCrossClusterSearchConnectionResponse'
, createOutboundCrossClusterSearchConnectionResponse_httpStatus
- The response's http status code.
CreatePackage
data CreatePackage Source #
Container for request parameters to
CreatePackage
operation.
See: newCreatePackage
smart constructor.
Constructors
CreatePackage' (Maybe Text) Text PackageType PackageSource |
Instances
Arguments
:: Text | |
-> PackageType | |
-> PackageSource | |
-> CreatePackage |
Create a value of CreatePackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreatePackage
, createPackage_packageDescription
- Description of the package.
CreatePackage
, createPackage_packageName
- Unique identifier for the package.
CreatePackage
, createPackage_packageType
- Type of package. Currently supports only TXT-DICTIONARY.
$sel:packageSource:CreatePackage'
, createPackage_packageSource
- The customer S3 location PackageSource
for importing the package.
data CreatePackageResponse Source #
Container for response returned by
CreatePackage
operation.
See: newCreatePackageResponse
smart constructor.
Constructors
CreatePackageResponse' (Maybe PackageDetails) Int |
Instances
newCreatePackageResponse Source #
Create a value of CreatePackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageDetails:CreatePackageResponse'
, createPackageResponse_packageDetails
- Information about the package PackageDetails
.
$sel:httpStatus:CreatePackageResponse'
, createPackageResponse_httpStatus
- The response's http status code.
CreateVpcEndpoint
data CreateVpcEndpoint Source #
Container for the parameters to the CreateVpcEndpointRequest
operation.
See: newCreateVpcEndpoint
smart constructor.
Constructors
CreateVpcEndpoint' (Maybe Text) Text VPCOptions |
Instances
Arguments
:: Text | |
-> VPCOptions | |
-> CreateVpcEndpoint |
Create a value of CreateVpcEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clientToken:CreateVpcEndpoint'
, createVpcEndpoint_clientToken
- Unique, case-sensitive identifier to ensure idempotency of the request.
CreateVpcEndpoint
, createVpcEndpoint_domainArn
- The Amazon Resource Name (ARN) of the domain to grant access to.
CreateVpcEndpoint
, createVpcEndpoint_vpcOptions
- Options to specify the subnets and security groups for the endpoint.
data CreateVpcEndpointResponse Source #
Container for response parameters to the CreateVpcEndpoint
operation.
Contains the configuration and status of the VPC Endpoint being created.
See: newCreateVpcEndpointResponse
smart constructor.
Constructors
CreateVpcEndpointResponse' Int VpcEndpoint |
Instances
newCreateVpcEndpointResponse Source #
Arguments
:: Int | |
-> VpcEndpoint | |
-> CreateVpcEndpointResponse |
Create a value of CreateVpcEndpointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CreateVpcEndpointResponse'
, createVpcEndpointResponse_httpStatus
- The response's http status code.
$sel:vpcEndpoint:CreateVpcEndpointResponse'
, createVpcEndpointResponse_vpcEndpoint
- Information about the newly created VPC endpoint.
DeleteElasticsearchDomain
data DeleteElasticsearchDomain Source #
Container for the parameters to the DeleteElasticsearchDomain
operation. Specifies the name of the Elasticsearch domain that you want
to delete.
See: newDeleteElasticsearchDomain
smart constructor.
Constructors
DeleteElasticsearchDomain' Text |
Instances
newDeleteElasticsearchDomain Source #
Arguments
:: Text | |
-> DeleteElasticsearchDomain |
Create a value of DeleteElasticsearchDomain
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteElasticsearchDomain
, deleteElasticsearchDomain_domainName
- The name of the Elasticsearch domain that you want to permanently
delete.
data DeleteElasticsearchDomainResponse Source #
The result of a DeleteElasticsearchDomain
request. Contains the status
of the pending deletion, or no status if the domain and all of its
resources have been deleted.
See: newDeleteElasticsearchDomainResponse
smart constructor.
Constructors
DeleteElasticsearchDomainResponse' (Maybe ElasticsearchDomainStatus) Int |
Instances
newDeleteElasticsearchDomainResponse Source #
Arguments
:: Int | |
-> DeleteElasticsearchDomainResponse |
Create a value of DeleteElasticsearchDomainResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainStatus:DeleteElasticsearchDomainResponse'
, deleteElasticsearchDomainResponse_domainStatus
- The status of the Elasticsearch domain being deleted.
$sel:httpStatus:DeleteElasticsearchDomainResponse'
, deleteElasticsearchDomainResponse_httpStatus
- The response's http status code.
DeleteElasticsearchServiceRole
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.
data DeleteElasticsearchServiceRoleResponse Source #
See: newDeleteElasticsearchServiceRoleResponse
smart constructor.
Constructors
DeleteElasticsearchServiceRoleResponse' | |
Instances
Generic DeleteElasticsearchServiceRoleResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchServiceRole Associated Types type Rep DeleteElasticsearchServiceRoleResponse :: Type -> Type # | |
Read DeleteElasticsearchServiceRoleResponse Source # | |
Show DeleteElasticsearchServiceRoleResponse Source # | |
NFData DeleteElasticsearchServiceRoleResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchServiceRole Methods rnf :: DeleteElasticsearchServiceRoleResponse -> () # | |
Eq DeleteElasticsearchServiceRoleResponse Source # | |
type Rep DeleteElasticsearchServiceRoleResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchServiceRole type Rep DeleteElasticsearchServiceRoleResponse = D1 ('MetaData "DeleteElasticsearchServiceRoleResponse" "Amazonka.ElasticSearch.DeleteElasticsearchServiceRole" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" '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.
DeleteInboundCrossClusterSearchConnection
data DeleteInboundCrossClusterSearchConnection Source #
Container for the parameters to the
DeleteInboundCrossClusterSearchConnection
operation.
See: newDeleteInboundCrossClusterSearchConnection
smart constructor.
Constructors
DeleteInboundCrossClusterSearchConnection' Text |
Instances
newDeleteInboundCrossClusterSearchConnection Source #
Arguments
:: Text | |
-> DeleteInboundCrossClusterSearchConnection |
Create a value of DeleteInboundCrossClusterSearchConnection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteInboundCrossClusterSearchConnection
, deleteInboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- The id of the inbound connection that you want to permanently delete.
data DeleteInboundCrossClusterSearchConnectionResponse Source #
The result of a DeleteInboundCrossClusterSearchConnection
operation.
Contains details of deleted inbound connection.
See: newDeleteInboundCrossClusterSearchConnectionResponse
smart constructor.
Constructors
DeleteInboundCrossClusterSearchConnectionResponse' (Maybe InboundCrossClusterSearchConnection) Int |
Instances
newDeleteInboundCrossClusterSearchConnectionResponse Source #
Arguments
:: Int |
|
-> DeleteInboundCrossClusterSearchConnectionResponse |
Create a value of DeleteInboundCrossClusterSearchConnectionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:crossClusterSearchConnection:DeleteInboundCrossClusterSearchConnectionResponse'
, deleteInboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection
- Specifies the InboundCrossClusterSearchConnection
of deleted inbound
connection.
$sel:httpStatus:DeleteInboundCrossClusterSearchConnectionResponse'
, deleteInboundCrossClusterSearchConnectionResponse_httpStatus
- The response's http status code.
DeleteOutboundCrossClusterSearchConnection
data DeleteOutboundCrossClusterSearchConnection Source #
Container for the parameters to the
DeleteOutboundCrossClusterSearchConnection
operation.
See: newDeleteOutboundCrossClusterSearchConnection
smart constructor.
Constructors
DeleteOutboundCrossClusterSearchConnection' Text |
Instances
newDeleteOutboundCrossClusterSearchConnection Source #
Arguments
:: Text | |
-> DeleteOutboundCrossClusterSearchConnection |
Create a value of DeleteOutboundCrossClusterSearchConnection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteOutboundCrossClusterSearchConnection
, deleteOutboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- The id of the outbound connection that you want to permanently delete.
data DeleteOutboundCrossClusterSearchConnectionResponse Source #
The result of a DeleteOutboundCrossClusterSearchConnection
operation.
Contains details of deleted outbound connection.
See: newDeleteOutboundCrossClusterSearchConnectionResponse
smart constructor.
Constructors
DeleteOutboundCrossClusterSearchConnectionResponse' (Maybe OutboundCrossClusterSearchConnection) Int |
Instances
newDeleteOutboundCrossClusterSearchConnectionResponse Source #
Arguments
:: Int |
|
-> DeleteOutboundCrossClusterSearchConnectionResponse |
Create a value of DeleteOutboundCrossClusterSearchConnectionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:crossClusterSearchConnection:DeleteOutboundCrossClusterSearchConnectionResponse'
, deleteOutboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection
- Specifies the OutboundCrossClusterSearchConnection
of deleted outbound
connection.
$sel:httpStatus:DeleteOutboundCrossClusterSearchConnectionResponse'
, deleteOutboundCrossClusterSearchConnectionResponse_httpStatus
- The response's http status code.
DeletePackage
data DeletePackage Source #
Container for request parameters to
DeletePackage
operation.
See: newDeletePackage
smart constructor.
Constructors
DeletePackage' Text |
Instances
Arguments
:: Text | |
-> DeletePackage |
Create a value of DeletePackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeletePackage
, deletePackage_packageID
- Internal ID of the package that you want to delete. Use
DescribePackages
to find this value.
data DeletePackageResponse Source #
Container for response parameters to
DeletePackage
operation.
See: newDeletePackageResponse
smart constructor.
Constructors
DeletePackageResponse' (Maybe PackageDetails) Int |
Instances
newDeletePackageResponse Source #
Create a value of DeletePackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageDetails:DeletePackageResponse'
, deletePackageResponse_packageDetails
- PackageDetails
$sel:httpStatus:DeletePackageResponse'
, deletePackageResponse_httpStatus
- The response's http status code.
DeleteVpcEndpoint
data DeleteVpcEndpoint Source #
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
See: newDeleteVpcEndpoint
smart constructor.
Constructors
DeleteVpcEndpoint' Text |
Instances
Arguments
:: Text | |
-> DeleteVpcEndpoint |
Create a value of DeleteVpcEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteVpcEndpoint
, deleteVpcEndpoint_vpcEndpointId
- The unique identifier of the endpoint to be deleted.
data DeleteVpcEndpointResponse Source #
Container for response parameters to the DeleteVpcEndpoint
operation.
Contains the summarized detail of the VPC Endpoint being deleted.
See: newDeleteVpcEndpointResponse
smart constructor.
Constructors
DeleteVpcEndpointResponse' Int VpcEndpointSummary |
Instances
newDeleteVpcEndpointResponse Source #
Arguments
:: Int | |
-> VpcEndpointSummary | |
-> DeleteVpcEndpointResponse |
Create a value of DeleteVpcEndpointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteVpcEndpointResponse'
, deleteVpcEndpointResponse_httpStatus
- The response's http status code.
$sel:vpcEndpointSummary:DeleteVpcEndpointResponse'
, deleteVpcEndpointResponse_vpcEndpointSummary
- Information about the deleted endpoint, including its current status
(DELETING
or DELETE_FAILED
).
DescribeDomainAutoTunes
data DescribeDomainAutoTunes Source #
Container for the parameters to the DescribeDomainAutoTunes
operation.
See: newDescribeDomainAutoTunes
smart constructor.
Instances
newDescribeDomainAutoTunes Source #
Arguments
:: Text | |
-> DescribeDomainAutoTunes |
Create a value of DescribeDomainAutoTunes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:DescribeDomainAutoTunes'
, describeDomainAutoTunes_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
DescribeDomainAutoTunes
, describeDomainAutoTunes_nextToken
- NextToken is sent in case the earlier API call results contain the
NextToken. It is used for pagination.
DescribeDomainAutoTunes
, describeDomainAutoTunes_domainName
- Specifies the domain name for which you want Auto-Tune action details.
data DescribeDomainAutoTunesResponse Source #
The result of DescribeDomainAutoTunes
request. See the
Developer Guide
for more information.
See: newDescribeDomainAutoTunesResponse
smart constructor.
Instances
newDescribeDomainAutoTunesResponse Source #
Create a value of DescribeDomainAutoTunesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:autoTunes:DescribeDomainAutoTunesResponse'
, describeDomainAutoTunesResponse_autoTunes
- Specifies the list of setting adjustments that Auto-Tune has made to the
domain. See the
Developer Guide
for more information.
DescribeDomainAutoTunes
, describeDomainAutoTunesResponse_nextToken
- Specifies an identifier to allow retrieval of paginated results.
$sel:httpStatus:DescribeDomainAutoTunesResponse'
, describeDomainAutoTunesResponse_httpStatus
- The response's http status code.
DescribeDomainChangeProgress
data DescribeDomainChangeProgress Source #
Container for the parameters to the DescribeDomainChangeProgress
operation. Specifies the domain name and optional change specific
identity for which you want progress information.
See: newDescribeDomainChangeProgress
smart constructor.
Constructors
DescribeDomainChangeProgress' (Maybe Text) Text |
Instances
newDescribeDomainChangeProgress Source #
Arguments
:: Text | |
-> DescribeDomainChangeProgress |
Create a value of DescribeDomainChangeProgress
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeDomainChangeProgress
, describeDomainChangeProgress_changeId
- The specific change ID for which you want to get progress information.
This is an optional parameter. If omitted, the service returns
information about the most recent configuration change.
DescribeDomainChangeProgress
, describeDomainChangeProgress_domainName
- The domain you want to get the progress information about.
data DescribeDomainChangeProgressResponse Source #
The result of a DescribeDomainChangeProgress
request. Contains the
progress information of the requested domain change.
See: newDescribeDomainChangeProgressResponse
smart constructor.
Instances
newDescribeDomainChangeProgressResponse Source #
Arguments
:: Int | |
-> DescribeDomainChangeProgressResponse |
Create a value of DescribeDomainChangeProgressResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:changeProgressStatus:DescribeDomainChangeProgressResponse'
, describeDomainChangeProgressResponse_changeProgressStatus
- Progress information for the configuration change that is requested in
the DescribeDomainChangeProgress
request.
$sel:httpStatus:DescribeDomainChangeProgressResponse'
, describeDomainChangeProgressResponse_httpStatus
- The response's http status code.
DescribeElasticsearchDomain
data DescribeElasticsearchDomain Source #
Container for the parameters to the DescribeElasticsearchDomain
operation.
See: newDescribeElasticsearchDomain
smart constructor.
Constructors
DescribeElasticsearchDomain' Text |
Instances
newDescribeElasticsearchDomain Source #
Arguments
:: Text | |
-> DescribeElasticsearchDomain |
Create a value of DescribeElasticsearchDomain
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeElasticsearchDomain
, describeElasticsearchDomain_domainName
- The name of the Elasticsearch domain for which you want information.
data DescribeElasticsearchDomainResponse Source #
The result of a DescribeElasticsearchDomain
request. Contains the
status of the domain specified in the request.
See: newDescribeElasticsearchDomainResponse
smart constructor.
Instances
newDescribeElasticsearchDomainResponse Source #
Arguments
:: Int | |
-> ElasticsearchDomainStatus | |
-> DescribeElasticsearchDomainResponse |
Create a value of DescribeElasticsearchDomainResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DescribeElasticsearchDomainResponse'
, describeElasticsearchDomainResponse_httpStatus
- The response's http status code.
$sel:domainStatus:DescribeElasticsearchDomainResponse'
, describeElasticsearchDomainResponse_domainStatus
- The current status of the Elasticsearch domain.
DescribeElasticsearchDomainConfig
data DescribeElasticsearchDomainConfig Source #
Container for the parameters to the DescribeElasticsearchDomainConfig
operation. Specifies the domain name for which you want configuration
information.
See: newDescribeElasticsearchDomainConfig
smart constructor.
Constructors
DescribeElasticsearchDomainConfig' Text |
Instances
newDescribeElasticsearchDomainConfig Source #
Create a value of DescribeElasticsearchDomainConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeElasticsearchDomainConfig
, describeElasticsearchDomainConfig_domainName
- The Elasticsearch domain that you want to get information about.
data DescribeElasticsearchDomainConfigResponse Source #
The result of a DescribeElasticsearchDomainConfig
request. Contains
the configuration information of the requested domain.
See: newDescribeElasticsearchDomainConfigResponse
smart constructor.
Instances
newDescribeElasticsearchDomainConfigResponse Source #
Arguments
:: Int | |
-> ElasticsearchDomainConfig |
|
-> DescribeElasticsearchDomainConfigResponse |
Create a value of DescribeElasticsearchDomainConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DescribeElasticsearchDomainConfigResponse'
, describeElasticsearchDomainConfigResponse_httpStatus
- The response's http status code.
$sel:domainConfig:DescribeElasticsearchDomainConfigResponse'
, describeElasticsearchDomainConfigResponse_domainConfig
- The configuration information of the domain requested in the
DescribeElasticsearchDomainConfig
request.
DescribeElasticsearchDomains
data DescribeElasticsearchDomains Source #
Container for the parameters to the DescribeElasticsearchDomains
operation. By default, the API returns the status of all Elasticsearch
domains.
See: newDescribeElasticsearchDomains
smart constructor.
Constructors
DescribeElasticsearchDomains' [Text] |
Instances
newDescribeElasticsearchDomains :: DescribeElasticsearchDomains Source #
Create a value of DescribeElasticsearchDomains
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainNames:DescribeElasticsearchDomains'
, describeElasticsearchDomains_domainNames
- The Elasticsearch domains for which you want information.
data DescribeElasticsearchDomainsResponse Source #
The result of a DescribeElasticsearchDomains
request. Contains the
status of the specified domains or all domains owned by the account.
See: newDescribeElasticsearchDomainsResponse
smart constructor.
Instances
newDescribeElasticsearchDomainsResponse Source #
Arguments
:: Int | |
-> DescribeElasticsearchDomainsResponse |
Create a value of DescribeElasticsearchDomainsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DescribeElasticsearchDomainsResponse'
, describeElasticsearchDomainsResponse_httpStatus
- The response's http status code.
$sel:domainStatusList:DescribeElasticsearchDomainsResponse'
, describeElasticsearchDomainsResponse_domainStatusList
- The status of the domains requested in the
DescribeElasticsearchDomains
request.
DescribeElasticsearchInstanceTypeLimits
data DescribeElasticsearchInstanceTypeLimits Source #
Container for the parameters to
DescribeElasticsearchInstanceTypeLimits
operation.
See: newDescribeElasticsearchInstanceTypeLimits
smart constructor.
Instances
newDescribeElasticsearchInstanceTypeLimits Source #
Arguments
:: ESPartitionInstanceType | |
-> Text | |
-> DescribeElasticsearchInstanceTypeLimits |
Create a value of DescribeElasticsearchInstanceTypeLimits
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeElasticsearchInstanceTypeLimits
, describeElasticsearchInstanceTypeLimits_domainName
- DomainName represents the name of the Domain that we are trying to
modify. This should be present only if we are querying for Elasticsearch
Limits
for existing domain.
DescribeElasticsearchInstanceTypeLimits
, describeElasticsearchInstanceTypeLimits_instanceType
- The instance type for an Elasticsearch cluster for which Elasticsearch
Limits
are needed.
DescribeElasticsearchInstanceTypeLimits
, describeElasticsearchInstanceTypeLimits_elasticsearchVersion
- Version of Elasticsearch for which
Limits
are needed.
data DescribeElasticsearchInstanceTypeLimitsResponse Source #
Container for the parameters received from
DescribeElasticsearchInstanceTypeLimits
operation.
See: newDescribeElasticsearchInstanceTypeLimitsResponse
smart constructor.
Instances
newDescribeElasticsearchInstanceTypeLimitsResponse Source #
Arguments
:: Int |
|
-> DescribeElasticsearchInstanceTypeLimitsResponse |
Create a value of DescribeElasticsearchInstanceTypeLimitsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:limitsByRole:DescribeElasticsearchInstanceTypeLimitsResponse'
, describeElasticsearchInstanceTypeLimitsResponse_limitsByRole
- Undocumented member.
$sel:httpStatus:DescribeElasticsearchInstanceTypeLimitsResponse'
, describeElasticsearchInstanceTypeLimitsResponse_httpStatus
- The response's http status code.
DescribeInboundCrossClusterSearchConnections
data DescribeInboundCrossClusterSearchConnections Source #
Container for the parameters to the
DescribeInboundCrossClusterSearchConnections
operation.
See: newDescribeInboundCrossClusterSearchConnections
smart constructor.
Instances
newDescribeInboundCrossClusterSearchConnections :: DescribeInboundCrossClusterSearchConnections Source #
Create a value of DescribeInboundCrossClusterSearchConnections
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:DescribeInboundCrossClusterSearchConnections'
, describeInboundCrossClusterSearchConnections_filters
- A list of filters used to match properties for inbound cross-cluster
search connection. Available Filter
names for this operation are:
- cross-cluster-search-connection-id
- source-domain-info.domain-name
- source-domain-info.owner-id
- source-domain-info.region
- destination-domain-info.domain-name
$sel:maxResults:DescribeInboundCrossClusterSearchConnections'
, describeInboundCrossClusterSearchConnections_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
DescribeInboundCrossClusterSearchConnections
, describeInboundCrossClusterSearchConnections_nextToken
- NextToken is sent in case the earlier API call results contain the
NextToken. It is used for pagination.
data DescribeInboundCrossClusterSearchConnectionsResponse Source #
The result of a DescribeInboundCrossClusterSearchConnections
request.
Contains the list of connections matching the filter criteria.
See: newDescribeInboundCrossClusterSearchConnectionsResponse
smart constructor.
Constructors
DescribeInboundCrossClusterSearchConnectionsResponse' (Maybe [InboundCrossClusterSearchConnection]) (Maybe Text) Int |
Instances
newDescribeInboundCrossClusterSearchConnectionsResponse Source #
Arguments
:: Int |
|
-> DescribeInboundCrossClusterSearchConnectionsResponse |
Create a value of DescribeInboundCrossClusterSearchConnectionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:crossClusterSearchConnections:DescribeInboundCrossClusterSearchConnectionsResponse'
, describeInboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections
- Consists of list of InboundCrossClusterSearchConnection
matching the
specified filter criteria.
DescribeInboundCrossClusterSearchConnections
, describeInboundCrossClusterSearchConnectionsResponse_nextToken
- If more results are available and NextToken is present, make the next
request to the same API with the received NextToken to paginate the
remaining results.
$sel:httpStatus:DescribeInboundCrossClusterSearchConnectionsResponse'
, describeInboundCrossClusterSearchConnectionsResponse_httpStatus
- The response's http status code.
DescribeOutboundCrossClusterSearchConnections
data DescribeOutboundCrossClusterSearchConnections Source #
Container for the parameters to the
DescribeOutboundCrossClusterSearchConnections
operation.
See: newDescribeOutboundCrossClusterSearchConnections
smart constructor.
Constructors
DescribeOutboundCrossClusterSearchConnections' (Maybe [Filter]) (Maybe Int) (Maybe Text) |
Instances
newDescribeOutboundCrossClusterSearchConnections :: DescribeOutboundCrossClusterSearchConnections Source #
Create a value of DescribeOutboundCrossClusterSearchConnections
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:DescribeOutboundCrossClusterSearchConnections'
, describeOutboundCrossClusterSearchConnections_filters
- A list of filters used to match properties for outbound cross-cluster
search connection. Available Filter
names for this operation are:
- cross-cluster-search-connection-id
- destination-domain-info.domain-name
- destination-domain-info.owner-id
- destination-domain-info.region
- source-domain-info.domain-name
$sel:maxResults:DescribeOutboundCrossClusterSearchConnections'
, describeOutboundCrossClusterSearchConnections_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
DescribeOutboundCrossClusterSearchConnections
, describeOutboundCrossClusterSearchConnections_nextToken
- NextToken is sent in case the earlier API call results contain the
NextToken. It is used for pagination.
data DescribeOutboundCrossClusterSearchConnectionsResponse Source #
The result of a DescribeOutboundCrossClusterSearchConnections
request.
Contains the list of connections matching the filter criteria.
See: newDescribeOutboundCrossClusterSearchConnectionsResponse
smart constructor.
Constructors
DescribeOutboundCrossClusterSearchConnectionsResponse' (Maybe [OutboundCrossClusterSearchConnection]) (Maybe Text) Int |
Instances
newDescribeOutboundCrossClusterSearchConnectionsResponse Source #
Arguments
:: Int |
|
-> DescribeOutboundCrossClusterSearchConnectionsResponse |
Create a value of DescribeOutboundCrossClusterSearchConnectionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:crossClusterSearchConnections:DescribeOutboundCrossClusterSearchConnectionsResponse'
, describeOutboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections
- Consists of list of OutboundCrossClusterSearchConnection
matching the
specified filter criteria.
DescribeOutboundCrossClusterSearchConnections
, describeOutboundCrossClusterSearchConnectionsResponse_nextToken
- If more results are available and NextToken is present, make the next
request to the same API with the received NextToken to paginate the
remaining results.
$sel:httpStatus:DescribeOutboundCrossClusterSearchConnectionsResponse'
, describeOutboundCrossClusterSearchConnectionsResponse_httpStatus
- The response's http status code.
DescribePackages
data DescribePackages Source #
Container for request parameters to
DescribePackage
operation.
See: newDescribePackages
smart constructor.
Constructors
DescribePackages' (Maybe [DescribePackagesFilter]) (Maybe Int) (Maybe Text) |
Instances
newDescribePackages :: DescribePackages Source #
Create a value of DescribePackages
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:DescribePackages'
, describePackages_filters
- Only returns packages that match the DescribePackagesFilterList
values.
$sel:maxResults:DescribePackages'
, describePackages_maxResults
- Limits results to a maximum number of packages.
DescribePackages
, describePackages_nextToken
- Used for pagination. Only necessary if a previous API call includes a
non-null NextToken value. If provided, returns results for the next
page.
data DescribePackagesResponse Source #
Container for response returned by
DescribePackages
operation.
See: newDescribePackagesResponse
smart constructor.
Constructors
DescribePackagesResponse' (Maybe Text) (Maybe [PackageDetails]) Int |
Instances
newDescribePackagesResponse Source #
Create a value of DescribePackagesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribePackages
, describePackagesResponse_nextToken
- Undocumented member.
$sel:packageDetailsList:DescribePackagesResponse'
, describePackagesResponse_packageDetailsList
- List of PackageDetails
objects.
$sel:httpStatus:DescribePackagesResponse'
, describePackagesResponse_httpStatus
- The response's http status code.
DescribeReservedElasticsearchInstanceOfferings (Paginated)
data DescribeReservedElasticsearchInstanceOfferings Source #
Container for parameters to
DescribeReservedElasticsearchInstanceOfferings
See: newDescribeReservedElasticsearchInstanceOfferings
smart constructor.
Instances
newDescribeReservedElasticsearchInstanceOfferings :: DescribeReservedElasticsearchInstanceOfferings Source #
Create a value of DescribeReservedElasticsearchInstanceOfferings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:DescribeReservedElasticsearchInstanceOfferings'
, describeReservedElasticsearchInstanceOfferings_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
DescribeReservedElasticsearchInstanceOfferings
, describeReservedElasticsearchInstanceOfferings_nextToken
- NextToken should be sent in case if earlier API call produced result
containing NextToken. It is used for pagination.
DescribeReservedElasticsearchInstanceOfferings
, describeReservedElasticsearchInstanceOfferings_reservedElasticsearchInstanceOfferingId
- The offering identifier filter value. Use this parameter to show only
the available offering that matches the specified reservation
identifier.
data DescribeReservedElasticsearchInstanceOfferingsResponse Source #
Container for results from
DescribeReservedElasticsearchInstanceOfferings
See: newDescribeReservedElasticsearchInstanceOfferingsResponse
smart constructor.
Constructors
DescribeReservedElasticsearchInstanceOfferingsResponse' (Maybe Text) (Maybe [ReservedElasticsearchInstanceOffering]) Int |
Instances
newDescribeReservedElasticsearchInstanceOfferingsResponse Source #
Arguments
:: Int |
|
-> DescribeReservedElasticsearchInstanceOfferingsResponse |
Create a value of DescribeReservedElasticsearchInstanceOfferingsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeReservedElasticsearchInstanceOfferings
, describeReservedElasticsearchInstanceOfferingsResponse_nextToken
- Provides an identifier to allow retrieval of paginated results.
$sel:reservedElasticsearchInstanceOfferings:DescribeReservedElasticsearchInstanceOfferingsResponse'
, describeReservedElasticsearchInstanceOfferingsResponse_reservedElasticsearchInstanceOfferings
- List of reserved Elasticsearch instance offerings
$sel:httpStatus:DescribeReservedElasticsearchInstanceOfferingsResponse'
, describeReservedElasticsearchInstanceOfferingsResponse_httpStatus
- The response's http status code.
DescribeReservedElasticsearchInstances (Paginated)
data DescribeReservedElasticsearchInstances Source #
Container for parameters to DescribeReservedElasticsearchInstances
See: newDescribeReservedElasticsearchInstances
smart constructor.
Instances
newDescribeReservedElasticsearchInstances :: DescribeReservedElasticsearchInstances Source #
Create a value of DescribeReservedElasticsearchInstances
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:DescribeReservedElasticsearchInstances'
, describeReservedElasticsearchInstances_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
DescribeReservedElasticsearchInstances
, describeReservedElasticsearchInstances_nextToken
- NextToken should be sent in case if earlier API call produced result
containing NextToken. It is used for pagination.
DescribeReservedElasticsearchInstances
, describeReservedElasticsearchInstances_reservedElasticsearchInstanceId
- The reserved instance identifier filter value. Use this parameter to
show only the reservation that matches the specified reserved
Elasticsearch instance ID.
data DescribeReservedElasticsearchInstancesResponse Source #
Container for results from DescribeReservedElasticsearchInstances
See: newDescribeReservedElasticsearchInstancesResponse
smart constructor.
Constructors
DescribeReservedElasticsearchInstancesResponse' (Maybe Text) (Maybe [ReservedElasticsearchInstance]) Int |
Instances
newDescribeReservedElasticsearchInstancesResponse Source #
Arguments
:: Int |
|
-> DescribeReservedElasticsearchInstancesResponse |
Create a value of DescribeReservedElasticsearchInstancesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeReservedElasticsearchInstances
, describeReservedElasticsearchInstancesResponse_nextToken
- Provides an identifier to allow retrieval of paginated results.
$sel:reservedElasticsearchInstances:DescribeReservedElasticsearchInstancesResponse'
, describeReservedElasticsearchInstancesResponse_reservedElasticsearchInstances
- List of reserved Elasticsearch instances.
$sel:httpStatus:DescribeReservedElasticsearchInstancesResponse'
, describeReservedElasticsearchInstancesResponse_httpStatus
- The response's http status code.
DescribeVpcEndpoints
data DescribeVpcEndpoints Source #
Container for request parameters to the DescribeVpcEndpoints
operation. Specifies the list of VPC endpoints to be described.
See: newDescribeVpcEndpoints
smart constructor.
Constructors
DescribeVpcEndpoints' [Text] |
Instances
newDescribeVpcEndpoints :: DescribeVpcEndpoints Source #
Create a value of DescribeVpcEndpoints
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:vpcEndpointIds:DescribeVpcEndpoints'
, describeVpcEndpoints_vpcEndpointIds
- The unique identifiers of the endpoints to get information about.
data DescribeVpcEndpointsResponse Source #
Container for response parameters to the DescribeVpcEndpoints
operation. Returns a list containing configuration details and status of
the VPC Endpoints as well as a list containing error responses of the
endpoints that could not be described
See: newDescribeVpcEndpointsResponse
smart constructor.
Constructors
DescribeVpcEndpointsResponse' Int [VpcEndpoint] [VpcEndpointError] |
Instances
newDescribeVpcEndpointsResponse Source #
Create a value of DescribeVpcEndpointsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DescribeVpcEndpointsResponse'
, describeVpcEndpointsResponse_httpStatus
- The response's http status code.
$sel:vpcEndpoints:DescribeVpcEndpointsResponse'
, describeVpcEndpointsResponse_vpcEndpoints
- Information about each requested VPC endpoint.
$sel:vpcEndpointErrors:DescribeVpcEndpointsResponse'
, describeVpcEndpointsResponse_vpcEndpointErrors
- Any errors associated with the request.
DissociatePackage
data DissociatePackage Source #
Container for request parameters to
DissociatePackage
operation.
See: newDissociatePackage
smart constructor.
Constructors
DissociatePackage' Text Text |
Instances
Arguments
:: Text | |
-> Text | |
-> DissociatePackage |
Create a value of DissociatePackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DissociatePackage
, dissociatePackage_packageID
- Internal ID of the package that you want to associate with a domain. Use
DescribePackages
to find this value.
DissociatePackage
, dissociatePackage_domainName
- Name of the domain that you want to associate the package with.
data DissociatePackageResponse Source #
Container for response returned by
DissociatePackage
operation.
See: newDissociatePackageResponse
smart constructor.
Constructors
DissociatePackageResponse' (Maybe DomainPackageDetails) Int |
Instances
newDissociatePackageResponse Source #
Create a value of DissociatePackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainPackageDetails:DissociatePackageResponse'
, dissociatePackageResponse_domainPackageDetails
- DomainPackageDetails
$sel:httpStatus:DissociatePackageResponse'
, dissociatePackageResponse_httpStatus
- The response's http status code.
GetCompatibleElasticsearchVersions
data GetCompatibleElasticsearchVersions Source #
Container for request parameters to
GetCompatibleElasticsearchVersions
operation.
See: newGetCompatibleElasticsearchVersions
smart constructor.
Constructors
GetCompatibleElasticsearchVersions' (Maybe Text) |
Instances
newGetCompatibleElasticsearchVersions :: GetCompatibleElasticsearchVersions Source #
Create a value of GetCompatibleElasticsearchVersions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetCompatibleElasticsearchVersions
, getCompatibleElasticsearchVersions_domainName
- Undocumented member.
data GetCompatibleElasticsearchVersionsResponse Source #
Container for response returned by
GetCompatibleElasticsearchVersions
operation.
See: newGetCompatibleElasticsearchVersionsResponse
smart constructor.
Constructors
GetCompatibleElasticsearchVersionsResponse' (Maybe [CompatibleVersionsMap]) Int |
Instances
newGetCompatibleElasticsearchVersionsResponse Source #
Arguments
:: Int | |
-> GetCompatibleElasticsearchVersionsResponse |
Create a value of GetCompatibleElasticsearchVersionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:compatibleElasticsearchVersions:GetCompatibleElasticsearchVersionsResponse'
, getCompatibleElasticsearchVersionsResponse_compatibleElasticsearchVersions
- A map of compatible Elasticsearch versions returned as part of the
GetCompatibleElasticsearchVersions
operation.
$sel:httpStatus:GetCompatibleElasticsearchVersionsResponse'
, getCompatibleElasticsearchVersionsResponse_httpStatus
- The response's http status code.
GetPackageVersionHistory
data GetPackageVersionHistory Source #
Container for request parameters to
GetPackageVersionHistory
operation.
See: newGetPackageVersionHistory
smart constructor.
Instances
newGetPackageVersionHistory Source #
Arguments
:: Text | |
-> GetPackageVersionHistory |
Create a value of GetPackageVersionHistory
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:GetPackageVersionHistory'
, getPackageVersionHistory_maxResults
- Limits results to a maximum number of versions.
GetPackageVersionHistory
, getPackageVersionHistory_nextToken
- Used for pagination. Only necessary if a previous API call includes a
non-null NextToken value. If provided, returns results for the next
page.
GetPackageVersionHistory
, getPackageVersionHistory_packageID
- Returns an audit history of versions of the package.
data GetPackageVersionHistoryResponse Source #
Container for response returned by
GetPackageVersionHistory
operation.
See: newGetPackageVersionHistoryResponse
smart constructor.
Constructors
GetPackageVersionHistoryResponse' (Maybe Text) (Maybe Text) (Maybe [PackageVersionHistory]) Int |
Instances
newGetPackageVersionHistoryResponse Source #
Create a value of GetPackageVersionHistoryResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetPackageVersionHistory
, getPackageVersionHistoryResponse_nextToken
- Undocumented member.
GetPackageVersionHistory
, getPackageVersionHistoryResponse_packageID
- Undocumented member.
$sel:packageVersionHistoryList:GetPackageVersionHistoryResponse'
, getPackageVersionHistoryResponse_packageVersionHistoryList
- List of PackageVersionHistory
objects.
$sel:httpStatus:GetPackageVersionHistoryResponse'
, getPackageVersionHistoryResponse_httpStatus
- The response's http status code.
GetUpgradeHistory (Paginated)
data GetUpgradeHistory Source #
Container for request parameters to
GetUpgradeHistory
operation.
See: newGetUpgradeHistory
smart constructor.
Instances
Arguments
:: Text | |
-> GetUpgradeHistory |
Create a value of GetUpgradeHistory
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:GetUpgradeHistory'
, getUpgradeHistory_maxResults
- Undocumented member.
GetUpgradeHistory
, getUpgradeHistory_nextToken
- Undocumented member.
GetUpgradeHistory
, getUpgradeHistory_domainName
- Undocumented member.
data GetUpgradeHistoryResponse Source #
Container for response returned by
GetUpgradeHistory
operation.
See: newGetUpgradeHistoryResponse
smart constructor.
Constructors
GetUpgradeHistoryResponse' (Maybe Text) (Maybe [UpgradeHistory]) Int |
Instances
newGetUpgradeHistoryResponse Source #
Create a value of GetUpgradeHistoryResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetUpgradeHistory
, getUpgradeHistoryResponse_nextToken
- Pagination token that needs to be supplied to the next call to get the
next page of results
$sel:upgradeHistories:GetUpgradeHistoryResponse'
, getUpgradeHistoryResponse_upgradeHistories
- A list of
UpgradeHistory
objects corresponding to each Upgrade
or Upgrade Eligibility Check performed on a domain returned as part of
GetUpgradeHistoryResponse
object.
$sel:httpStatus:GetUpgradeHistoryResponse'
, getUpgradeHistoryResponse_httpStatus
- The response's http status code.
GetUpgradeStatus
data GetUpgradeStatus Source #
Container for request parameters to
GetUpgradeStatus
operation.
See: newGetUpgradeStatus
smart constructor.
Constructors
GetUpgradeStatus' Text |
Instances
Arguments
:: Text | |
-> GetUpgradeStatus |
Create a value of GetUpgradeStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetUpgradeStatus
, getUpgradeStatus_domainName
- Undocumented member.
data GetUpgradeStatusResponse Source #
Container for response returned by
GetUpgradeStatus
operation.
See: newGetUpgradeStatusResponse
smart constructor.
Constructors
GetUpgradeStatusResponse' (Maybe UpgradeStatus) (Maybe Text) (Maybe UpgradeStep) Int |
Instances
newGetUpgradeStatusResponse Source #
Create a value of GetUpgradeStatusResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stepStatus:GetUpgradeStatusResponse'
, getUpgradeStatusResponse_stepStatus
- One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the
following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
GetUpgradeStatusResponse
, getUpgradeStatusResponse_upgradeName
- A string that describes the update briefly
GetUpgradeStatusResponse
, getUpgradeStatusResponse_upgradeStep
- Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check
does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
$sel:httpStatus:GetUpgradeStatusResponse'
, getUpgradeStatusResponse_httpStatus
- The response's http status code.
ListDomainNames
data ListDomainNames Source #
Container for the parameters to the ListDomainNames
operation.
See: newListDomainNames
smart constructor.
Constructors
ListDomainNames' (Maybe EngineType) |
Instances
newListDomainNames :: ListDomainNames Source #
Create a value of ListDomainNames
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListDomainNames
, listDomainNames_engineType
- Optional parameter to filter the output by domain engine type.
Acceptable values are 'Elasticsearch' and 'OpenSearch'.
data ListDomainNamesResponse Source #
The result of a ListDomainNames
operation. Contains the names of all
domains owned by this account and their respective engine types.
See: newListDomainNamesResponse
smart constructor.
Constructors
ListDomainNamesResponse' (Maybe [DomainInfo]) Int |
Instances
newListDomainNamesResponse Source #
Create a value of ListDomainNamesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainNames:ListDomainNamesResponse'
, listDomainNamesResponse_domainNames
- List of domain names and respective engine types.
$sel:httpStatus:ListDomainNamesResponse'
, listDomainNamesResponse_httpStatus
- The response's http status code.
ListDomainsForPackage
data ListDomainsForPackage Source #
Container for request parameters to
ListDomainsForPackage
operation.
See: newListDomainsForPackage
smart constructor.
Instances
newListDomainsForPackage Source #
Arguments
:: Text | |
-> ListDomainsForPackage |
Create a value of ListDomainsForPackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListDomainsForPackage'
, listDomainsForPackage_maxResults
- Limits results to a maximum number of domains.
ListDomainsForPackage
, listDomainsForPackage_nextToken
- Used for pagination. Only necessary if a previous API call includes a
non-null NextToken value. If provided, returns results for the next
page.
ListDomainsForPackage
, listDomainsForPackage_packageID
- The package for which to list domains.
data ListDomainsForPackageResponse Source #
Container for response parameters to
ListDomainsForPackage
operation.
See: newListDomainsForPackageResponse
smart constructor.
Constructors
ListDomainsForPackageResponse' (Maybe [DomainPackageDetails]) (Maybe Text) Int |
Instances
newListDomainsForPackageResponse Source #
Create a value of ListDomainsForPackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainPackageDetailsList:ListDomainsForPackageResponse'
, listDomainsForPackageResponse_domainPackageDetailsList
- List of DomainPackageDetails
objects.
ListDomainsForPackage
, listDomainsForPackageResponse_nextToken
- Undocumented member.
$sel:httpStatus:ListDomainsForPackageResponse'
, listDomainsForPackageResponse_httpStatus
- The response's http status code.
ListElasticsearchInstanceTypes (Paginated)
data ListElasticsearchInstanceTypes Source #
Container for the parameters to the
ListElasticsearchInstanceTypes
operation.
See: newListElasticsearchInstanceTypes
smart constructor.
Instances
newListElasticsearchInstanceTypes Source #
Create a value of ListElasticsearchInstanceTypes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListElasticsearchInstanceTypes
, listElasticsearchInstanceTypes_domainName
- DomainName represents the name of the Domain that we are trying to
modify. This should be present only if we are querying for list of
available Elasticsearch instance types when modifying existing domain.
$sel:maxResults:ListElasticsearchInstanceTypes'
, listElasticsearchInstanceTypes_maxResults
- Set this value to limit the number of results returned. Value provided
must be greater than 30 else it wont be honored.
ListElasticsearchInstanceTypes
, listElasticsearchInstanceTypes_nextToken
- NextToken should be sent in case if earlier API call produced result
containing NextToken. It is used for pagination.
ListElasticsearchInstanceTypes
, listElasticsearchInstanceTypes_elasticsearchVersion
- Version of Elasticsearch for which list of supported elasticsearch
instance types are needed.
data ListElasticsearchInstanceTypesResponse Source #
Container for the parameters returned by
ListElasticsearchInstanceTypes
operation.
See: newListElasticsearchInstanceTypesResponse
smart constructor.
Constructors
ListElasticsearchInstanceTypesResponse' (Maybe [ESPartitionInstanceType]) (Maybe Text) Int |
Instances
newListElasticsearchInstanceTypesResponse Source #
Arguments
:: Int | |
-> ListElasticsearchInstanceTypesResponse |
Create a value of ListElasticsearchInstanceTypesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:elasticsearchInstanceTypes:ListElasticsearchInstanceTypesResponse'
, listElasticsearchInstanceTypesResponse_elasticsearchInstanceTypes
- List of instance types supported by Amazon Elasticsearch service for
given
ElasticsearchVersion
ListElasticsearchInstanceTypes
, listElasticsearchInstanceTypesResponse_nextToken
- In case if there are more results available NextToken would be present,
make further request to the same API with received NextToken to paginate
remaining results.
$sel:httpStatus:ListElasticsearchInstanceTypesResponse'
, listElasticsearchInstanceTypesResponse_httpStatus
- The response's http status code.
ListElasticsearchVersions (Paginated)
data ListElasticsearchVersions Source #
Container for the parameters to the
ListElasticsearchVersions
operation.
Use
MaxResults
to control the maximum number of results to
retrieve in a single call.
Use
NextToken
in response to retrieve more results. If the
received response does not contain a NextToken, then there are no more
results to retrieve.
See: newListElasticsearchVersions
smart constructor.
Constructors
ListElasticsearchVersions' (Maybe Int) (Maybe Text) |
Instances
newListElasticsearchVersions :: ListElasticsearchVersions Source #
Create a value of ListElasticsearchVersions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListElasticsearchVersions'
, listElasticsearchVersions_maxResults
- Set this value to limit the number of results returned. Value provided
must be greater than 10 else it wont be honored.
ListElasticsearchVersions
, listElasticsearchVersions_nextToken
- Undocumented member.
data ListElasticsearchVersionsResponse Source #
Container for the parameters for response received from
ListElasticsearchVersions
operation.
See: newListElasticsearchVersionsResponse
smart constructor.
Instances
newListElasticsearchVersionsResponse Source #
Arguments
:: Int | |
-> ListElasticsearchVersionsResponse |
Create a value of ListElasticsearchVersionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:elasticsearchVersions:ListElasticsearchVersionsResponse'
, listElasticsearchVersionsResponse_elasticsearchVersions
- Undocumented member.
ListElasticsearchVersions
, listElasticsearchVersionsResponse_nextToken
- Undocumented member.
$sel:httpStatus:ListElasticsearchVersionsResponse'
, listElasticsearchVersionsResponse_httpStatus
- The response's http status code.
ListPackagesForDomain
data ListPackagesForDomain Source #
Container for request parameters to
ListPackagesForDomain
operation.
See: newListPackagesForDomain
smart constructor.
Instances
newListPackagesForDomain Source #
Arguments
:: Text | |
-> ListPackagesForDomain |
Create a value of ListPackagesForDomain
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListPackagesForDomain'
, listPackagesForDomain_maxResults
- Limits results to a maximum number of packages.
ListPackagesForDomain
, listPackagesForDomain_nextToken
- Used for pagination. Only necessary if a previous API call includes a
non-null NextToken value. If provided, returns results for the next
page.
ListPackagesForDomain
, listPackagesForDomain_domainName
- The name of the domain for which you want to list associated packages.
data ListPackagesForDomainResponse Source #
Container for response parameters to
ListPackagesForDomain
operation.
See: newListPackagesForDomainResponse
smart constructor.
Constructors
ListPackagesForDomainResponse' (Maybe [DomainPackageDetails]) (Maybe Text) Int |
Instances
newListPackagesForDomainResponse Source #
Create a value of ListPackagesForDomainResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainPackageDetailsList:ListPackagesForDomainResponse'
, listPackagesForDomainResponse_domainPackageDetailsList
- List of DomainPackageDetails
objects.
ListPackagesForDomain
, listPackagesForDomainResponse_nextToken
- Pagination token that needs to be supplied to the next call to get the
next page of results.
$sel:httpStatus:ListPackagesForDomainResponse'
, listPackagesForDomainResponse_httpStatus
- The response's http status code.
ListTags
Container for the parameters to the ListTags
operation. Specify the
ARN
for the Elasticsearch domain to which the tags are attached that
you want to view are attached.
See: newListTags
smart constructor.
Instances
Create a value of ListTags
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListTags
, listTags_arn
- Specify the ARN
for the Elasticsearch domain to which the tags are
attached that you want to view.
data ListTagsResponse Source #
The result of a ListTags
operation. Contains tags for all requested
Elasticsearch domains.
See: newListTagsResponse
smart constructor.
Constructors
ListTagsResponse' (Maybe [Tag]) Int |
Instances
Arguments
:: Int | |
-> ListTagsResponse |
Create a value of ListTagsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tagList:ListTagsResponse'
, listTagsResponse_tagList
- List of Tag
for the requested Elasticsearch domain.
$sel:httpStatus:ListTagsResponse'
, listTagsResponse_httpStatus
- The response's http status code.
ListVpcEndpointAccess
data ListVpcEndpointAccess Source #
Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint
See: newListVpcEndpointAccess
smart constructor.
Constructors
ListVpcEndpointAccess' (Maybe Text) Text |
Instances
newListVpcEndpointAccess Source #
Arguments
:: Text | |
-> ListVpcEndpointAccess |
Create a value of ListVpcEndpointAccess
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListVpcEndpointAccess
, listVpcEndpointAccess_nextToken
- Provides an identifier to allow retrieval of paginated results.
ListVpcEndpointAccess
, listVpcEndpointAccess_domainName
- The name of the OpenSearch Service domain to retrieve access information
for.
data ListVpcEndpointAccessResponse Source #
Container for response parameters to the ListVpcEndpointAccess
operation. Returns a list of accounts id and account type authorized to
manage VPC endpoints.
See: newListVpcEndpointAccessResponse
smart constructor.
Constructors
ListVpcEndpointAccessResponse' Int [AuthorizedPrincipal] Text |
Instances
newListVpcEndpointAccessResponse Source #
Arguments
:: Int | |
-> Text | |
-> ListVpcEndpointAccessResponse |
Create a value of ListVpcEndpointAccessResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ListVpcEndpointAccessResponse'
, listVpcEndpointAccessResponse_httpStatus
- The response's http status code.
$sel:authorizedPrincipalList:ListVpcEndpointAccessResponse'
, listVpcEndpointAccessResponse_authorizedPrincipalList
- List of AuthorizedPrincipal
describing the details of the permissions
to manage VPC endpoints against the specified domain.
ListVpcEndpointAccess
, listVpcEndpointAccessResponse_nextToken
- Provides an identifier to allow retrieval of paginated results.
ListVpcEndpoints
data ListVpcEndpoints Source #
Container for request parameters to the ListVpcEndpoints
operation.
See: newListVpcEndpoints
smart constructor.
Constructors
ListVpcEndpoints' (Maybe Text) |
Instances
newListVpcEndpoints :: ListVpcEndpoints Source #
Create a value of ListVpcEndpoints
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListVpcEndpoints
, listVpcEndpoints_nextToken
- Identifier to allow retrieval of paginated results.
data ListVpcEndpointsResponse Source #
Container for response parameters to the ListVpcEndpoints
operation.
Returns a list containing summarized details of the VPC endpoints.
See: newListVpcEndpointsResponse
smart constructor.
Constructors
ListVpcEndpointsResponse' Int [VpcEndpointSummary] Text |
Instances
newListVpcEndpointsResponse Source #
Arguments
:: Int | |
-> Text | |
-> ListVpcEndpointsResponse |
Create a value of ListVpcEndpointsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ListVpcEndpointsResponse'
, listVpcEndpointsResponse_httpStatus
- The response's http status code.
$sel:vpcEndpointSummaryList:ListVpcEndpointsResponse'
, listVpcEndpointsResponse_vpcEndpointSummaryList
- Information about each endpoint.
ListVpcEndpoints
, listVpcEndpointsResponse_nextToken
- Provides an identifier to allow retrieval of paginated results.
ListVpcEndpointsForDomain
data ListVpcEndpointsForDomain Source #
Container for request parameters to the ListVpcEndpointsForDomain
operation. Specifies the domain whose VPC endpoints will be listed.
See: newListVpcEndpointsForDomain
smart constructor.
Constructors
ListVpcEndpointsForDomain' (Maybe Text) Text |
Instances
newListVpcEndpointsForDomain Source #
Arguments
:: Text | |
-> ListVpcEndpointsForDomain |
Create a value of ListVpcEndpointsForDomain
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListVpcEndpointsForDomain
, listVpcEndpointsForDomain_nextToken
- Provides an identifier to allow retrieval of paginated results.
ListVpcEndpointsForDomain
, listVpcEndpointsForDomain_domainName
- Name of the ElasticSearch domain whose VPC endpoints are to be listed.
data ListVpcEndpointsForDomainResponse Source #
Container for response parameters to the ListVpcEndpointsForDomain
operation. Returns a list containing summarized details of the VPC
endpoints.
See: newListVpcEndpointsForDomainResponse
smart constructor.
Constructors
ListVpcEndpointsForDomainResponse' Int [VpcEndpointSummary] Text |
Instances
newListVpcEndpointsForDomainResponse Source #
Arguments
:: Int | |
-> Text | |
-> ListVpcEndpointsForDomainResponse |
Create a value of ListVpcEndpointsForDomainResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:ListVpcEndpointsForDomainResponse'
, listVpcEndpointsForDomainResponse_httpStatus
- The response's http status code.
$sel:vpcEndpointSummaryList:ListVpcEndpointsForDomainResponse'
, listVpcEndpointsForDomainResponse_vpcEndpointSummaryList
- Provides list of VpcEndpointSummary
summarizing details of the VPC
endpoints.
ListVpcEndpointsForDomain
, listVpcEndpointsForDomainResponse_nextToken
- Information about each endpoint associated with the domain.
PurchaseReservedElasticsearchInstanceOffering
data PurchaseReservedElasticsearchInstanceOffering Source #
Container for parameters to
PurchaseReservedElasticsearchInstanceOffering
See: newPurchaseReservedElasticsearchInstanceOffering
smart constructor.
Constructors
PurchaseReservedElasticsearchInstanceOffering' (Maybe Natural) Text Text |
Instances
newPurchaseReservedElasticsearchInstanceOffering Source #
Arguments
:: Text | |
-> Text | |
-> PurchaseReservedElasticsearchInstanceOffering |
Create a value of PurchaseReservedElasticsearchInstanceOffering
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
PurchaseReservedElasticsearchInstanceOffering
, purchaseReservedElasticsearchInstanceOffering_instanceCount
- The number of Elasticsearch instances to reserve.
PurchaseReservedElasticsearchInstanceOffering
, purchaseReservedElasticsearchInstanceOffering_reservedElasticsearchInstanceOfferingId
- The ID of the reserved Elasticsearch instance offering to purchase.
PurchaseReservedElasticsearchInstanceOffering
, purchaseReservedElasticsearchInstanceOffering_reservationName
- A customer-specified identifier to track this reservation.
data PurchaseReservedElasticsearchInstanceOfferingResponse Source #
Represents the output of a
PurchaseReservedElasticsearchInstanceOffering
operation.
See: newPurchaseReservedElasticsearchInstanceOfferingResponse
smart constructor.
Instances
newPurchaseReservedElasticsearchInstanceOfferingResponse Source #
Arguments
:: Int |
|
-> PurchaseReservedElasticsearchInstanceOfferingResponse |
Create a value of PurchaseReservedElasticsearchInstanceOfferingResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
PurchaseReservedElasticsearchInstanceOffering
, purchaseReservedElasticsearchInstanceOfferingResponse_reservationName
- The customer-specified identifier used to track this reservation.
PurchaseReservedElasticsearchInstanceOfferingResponse
, purchaseReservedElasticsearchInstanceOfferingResponse_reservedElasticsearchInstanceId
- Details of the reserved Elasticsearch instance which was purchased.
$sel:httpStatus:PurchaseReservedElasticsearchInstanceOfferingResponse'
, purchaseReservedElasticsearchInstanceOfferingResponse_httpStatus
- The response's http status code.
RejectInboundCrossClusterSearchConnection
data RejectInboundCrossClusterSearchConnection Source #
Container for the parameters to the
RejectInboundCrossClusterSearchConnection
operation.
See: newRejectInboundCrossClusterSearchConnection
smart constructor.
Constructors
RejectInboundCrossClusterSearchConnection' Text |
Instances
newRejectInboundCrossClusterSearchConnection Source #
Arguments
:: Text | |
-> RejectInboundCrossClusterSearchConnection |
Create a value of RejectInboundCrossClusterSearchConnection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
RejectInboundCrossClusterSearchConnection
, rejectInboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- The id of the inbound connection that you want to reject.
data RejectInboundCrossClusterSearchConnectionResponse Source #
The result of a RejectInboundCrossClusterSearchConnection
operation.
Contains details of rejected inbound connection.
See: newRejectInboundCrossClusterSearchConnectionResponse
smart constructor.
Constructors
RejectInboundCrossClusterSearchConnectionResponse' (Maybe InboundCrossClusterSearchConnection) Int |
Instances
newRejectInboundCrossClusterSearchConnectionResponse Source #
Arguments
:: Int |
|
-> RejectInboundCrossClusterSearchConnectionResponse |
Create a value of RejectInboundCrossClusterSearchConnectionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:crossClusterSearchConnection:RejectInboundCrossClusterSearchConnectionResponse'
, rejectInboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection
- Specifies the InboundCrossClusterSearchConnection
of rejected inbound
connection.
$sel:httpStatus:RejectInboundCrossClusterSearchConnectionResponse'
, rejectInboundCrossClusterSearchConnectionResponse_httpStatus
- The response's http status code.
RemoveTags
data RemoveTags Source #
Container for the parameters to the RemoveTags
operation. Specify the
ARN
for the Elasticsearch domain from which you want to remove the
specified TagKey
.
See: newRemoveTags
smart constructor.
Constructors
RemoveTags' Text [Text] |
Instances
Arguments
:: Text | |
-> RemoveTags |
Create a value of RemoveTags
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
RemoveTags
, removeTags_arn
- Specifies the ARN
for the Elasticsearch domain from which you want to
delete the specified tags.
$sel:tagKeys:RemoveTags'
, removeTags_tagKeys
- Specifies the TagKey
list which you want to remove from the
Elasticsearch domain.
data RemoveTagsResponse Source #
See: newRemoveTagsResponse
smart constructor.
Constructors
RemoveTagsResponse' | |
Instances
newRemoveTagsResponse :: RemoveTagsResponse Source #
Create a value of RemoveTagsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
RevokeVpcEndpointAccess
data RevokeVpcEndpointAccess Source #
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
See: newRevokeVpcEndpointAccess
smart constructor.
Constructors
RevokeVpcEndpointAccess' Text Text |
Instances
newRevokeVpcEndpointAccess Source #
Arguments
:: Text | |
-> Text | |
-> RevokeVpcEndpointAccess |
Create a value of RevokeVpcEndpointAccess
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
RevokeVpcEndpointAccess
, revokeVpcEndpointAccess_domainName
- The name of the OpenSearch Service domain.
$sel:account:RevokeVpcEndpointAccess'
, revokeVpcEndpointAccess_account
- The account ID to revoke access from.
data RevokeVpcEndpointAccessResponse Source #
Container for response parameters to the RevokeVpcEndpointAccess
operation. The response body for this operation is empty.
See: newRevokeVpcEndpointAccessResponse
smart constructor.
Constructors
RevokeVpcEndpointAccessResponse' Int |
Instances
newRevokeVpcEndpointAccessResponse Source #
Create a value of RevokeVpcEndpointAccessResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:RevokeVpcEndpointAccessResponse'
, revokeVpcEndpointAccessResponse_httpStatus
- The response's http status code.
StartElasticsearchServiceSoftwareUpdate
data StartElasticsearchServiceSoftwareUpdate Source #
Container for the parameters to the
StartElasticsearchServiceSoftwareUpdate
operation. Specifies the name
of the Elasticsearch domain that you wish to schedule a service software
update on.
See: newStartElasticsearchServiceSoftwareUpdate
smart constructor.
Constructors
StartElasticsearchServiceSoftwareUpdate' Text |
Instances
newStartElasticsearchServiceSoftwareUpdate Source #
Create a value of StartElasticsearchServiceSoftwareUpdate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
StartElasticsearchServiceSoftwareUpdate
, startElasticsearchServiceSoftwareUpdate_domainName
- The name of the domain that you want to update to the latest service
software.
data StartElasticsearchServiceSoftwareUpdateResponse Source #
The result of a StartElasticsearchServiceSoftwareUpdate
operation.
Contains the status of the update.
See: newStartElasticsearchServiceSoftwareUpdateResponse
smart constructor.
Instances
newStartElasticsearchServiceSoftwareUpdateResponse Source #
Arguments
:: Int |
|
-> StartElasticsearchServiceSoftwareUpdateResponse |
Create a value of StartElasticsearchServiceSoftwareUpdateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
StartElasticsearchServiceSoftwareUpdateResponse
, startElasticsearchServiceSoftwareUpdateResponse_serviceSoftwareOptions
- The current status of the Elasticsearch service software update.
$sel:httpStatus:StartElasticsearchServiceSoftwareUpdateResponse'
, startElasticsearchServiceSoftwareUpdateResponse_httpStatus
- The response's http status code.
UpdateElasticsearchDomainConfig
data UpdateElasticsearchDomainConfig Source #
Container for the parameters to the UpdateElasticsearchDomain
operation. Specifies the type and number of instances in the domain
cluster.
See: newUpdateElasticsearchDomainConfig
smart constructor.
Constructors
Instances
newUpdateElasticsearchDomainConfig Source #
Create a value of UpdateElasticsearchDomainConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_accessPolicies
- IAM access policy as a JSON-formatted string.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_advancedOptions
- Modifies the advanced option to allow references to indices in an HTTP
request body. Must be false
when configuring access to individual
sub-resources. By default, the value is true
. See
Configuration Advanced Options
for more information.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_advancedSecurityOptions
- Specifies advanced security options.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_autoTuneOptions
- Specifies Auto-Tune options.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_cognitoOptions
- Options to specify the Cognito user and identity pools for Kibana
authentication. For more information, see
Amazon Cognito Authentication for Kibana.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_domainEndpointOptions
- Options to specify configuration that will be applied to the domain
endpoint.
$sel:dryRun:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_dryRun
- This flag, when set to True, specifies whether the
UpdateElasticsearchDomain
request should return the results of
validation checks without actually applying the change. This flag, when
set to True, specifies the deployment mechanism through which the update
shall be applied on the domain. This will not actually perform the
Update.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_eBSOptions
- Specify the type and size of the EBS volume that you want to use.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_elasticsearchClusterConfig
- The type and number of instances to instantiate for the domain cluster.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_encryptionAtRestOptions
- Specifies the Encryption At Rest Options.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_logPublishingOptions
- Map of LogType
and LogPublishingOption
, each containing options to
publish a given type of Elasticsearch log.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_nodeToNodeEncryptionOptions
- Specifies the NodeToNodeEncryptionOptions.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_snapshotOptions
- Option to set the time, in UTC format, for the daily automated snapshot.
Default value is 0
hours.
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_vPCOptions
- Options to specify the subnets and security groups for VPC endpoint. For
more information, see
Creating a VPC
in VPC Endpoints for Amazon Elasticsearch Service Domains
UpdateElasticsearchDomainConfig
, updateElasticsearchDomainConfig_domainName
- The name of the Elasticsearch domain that you are updating.
data UpdateElasticsearchDomainConfigResponse Source #
The result of an UpdateElasticsearchDomain
request. Contains the
status of the Elasticsearch domain being updated.
See: newUpdateElasticsearchDomainConfigResponse
smart constructor.
Constructors
UpdateElasticsearchDomainConfigResponse' (Maybe DryRunResults) Int ElasticsearchDomainConfig |
Instances
newUpdateElasticsearchDomainConfigResponse Source #
Arguments
:: Int | |
-> ElasticsearchDomainConfig | |
-> UpdateElasticsearchDomainConfigResponse |
Create a value of UpdateElasticsearchDomainConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dryRunResults:UpdateElasticsearchDomainConfigResponse'
, updateElasticsearchDomainConfigResponse_dryRunResults
- Contains result of DryRun.
$sel:httpStatus:UpdateElasticsearchDomainConfigResponse'
, updateElasticsearchDomainConfigResponse_httpStatus
- The response's http status code.
$sel:domainConfig:UpdateElasticsearchDomainConfigResponse'
, updateElasticsearchDomainConfigResponse_domainConfig
- The status of the updated Elasticsearch domain.
UpdatePackage
data UpdatePackage Source #
Container for request parameters to
UpdatePackage
operation.
See: newUpdatePackage
smart constructor.
Constructors
UpdatePackage' (Maybe Text) (Maybe Text) Text PackageSource |
Instances
Create a value of UpdatePackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdatePackage
, updatePackage_commitMessage
- An info message for the new version which will be shown as part of
GetPackageVersionHistoryResponse
.
UpdatePackage
, updatePackage_packageDescription
- New description of the package.
UpdatePackage
, updatePackage_packageID
- Unique identifier for the package.
$sel:packageSource:UpdatePackage'
, updatePackage_packageSource
- Undocumented member.
data UpdatePackageResponse Source #
Container for response returned by
UpdatePackage
operation.
See: newUpdatePackageResponse
smart constructor.
Constructors
UpdatePackageResponse' (Maybe PackageDetails) Int |
Instances
newUpdatePackageResponse Source #
Create a value of UpdatePackageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageDetails:UpdatePackageResponse'
, updatePackageResponse_packageDetails
- Information about the package PackageDetails
.
$sel:httpStatus:UpdatePackageResponse'
, updatePackageResponse_httpStatus
- The response's http status code.
UpdateVpcEndpoint
data UpdateVpcEndpoint Source #
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
See: newUpdateVpcEndpoint
smart constructor.
Constructors
UpdateVpcEndpoint' Text VPCOptions |
Instances
Arguments
:: Text | |
-> VPCOptions | |
-> UpdateVpcEndpoint |
Create a value of UpdateVpcEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateVpcEndpoint
, updateVpcEndpoint_vpcEndpointId
- Unique identifier of the VPC endpoint to be updated.
UpdateVpcEndpoint
, updateVpcEndpoint_vpcOptions
- The security groups and/or subnets to add, remove, or modify.
data UpdateVpcEndpointResponse Source #
Contains the configuration and status of the VPC endpoint being updated.
See: newUpdateVpcEndpointResponse
smart constructor.
Constructors
UpdateVpcEndpointResponse' Int VpcEndpoint |
Instances
newUpdateVpcEndpointResponse Source #
Arguments
:: Int | |
-> VpcEndpoint | |
-> UpdateVpcEndpointResponse |
Create a value of UpdateVpcEndpointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UpdateVpcEndpointResponse'
, updateVpcEndpointResponse_httpStatus
- The response's http status code.
$sel:vpcEndpoint:UpdateVpcEndpointResponse'
, updateVpcEndpointResponse_vpcEndpoint
- The endpoint to be updated.
UpgradeElasticsearchDomain
data UpgradeElasticsearchDomain Source #
Container for request parameters to
UpgradeElasticsearchDomain
operation.
See: newUpgradeElasticsearchDomain
smart constructor.
Constructors
UpgradeElasticsearchDomain' (Maybe Bool) Text Text |
Instances
newUpgradeElasticsearchDomain Source #
Arguments
:: Text | |
-> Text | |
-> UpgradeElasticsearchDomain |
Create a value of UpgradeElasticsearchDomain
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpgradeElasticsearchDomain
, upgradeElasticsearchDomain_performCheckOnly
- This flag, when set to True, indicates that an Upgrade Eligibility Check
needs to be performed. This will not actually perform the Upgrade.
UpgradeElasticsearchDomain
, upgradeElasticsearchDomain_domainName
- Undocumented member.
UpgradeElasticsearchDomain
, upgradeElasticsearchDomain_targetVersion
- The version of Elasticsearch that you intend to upgrade the domain to.
data UpgradeElasticsearchDomainResponse Source #
Container for response returned by
UpgradeElasticsearchDomain
operation.
See: newUpgradeElasticsearchDomainResponse
smart constructor.
Constructors
UpgradeElasticsearchDomainResponse' (Maybe ChangeProgressDetails) (Maybe Text) (Maybe Bool) (Maybe Text) Int |
Instances
newUpgradeElasticsearchDomainResponse Source #
Arguments
:: Int | |
-> UpgradeElasticsearchDomainResponse |
Create a value of UpgradeElasticsearchDomainResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpgradeElasticsearchDomainResponse
, upgradeElasticsearchDomainResponse_changeProgressDetails
- Undocumented member.
UpgradeElasticsearchDomain
, upgradeElasticsearchDomainResponse_domainName
- Undocumented member.
UpgradeElasticsearchDomain
, upgradeElasticsearchDomainResponse_performCheckOnly
- This flag, when set to True, indicates that an Upgrade Eligibility Check
needs to be performed. This will not actually perform the Upgrade.
UpgradeElasticsearchDomain
, upgradeElasticsearchDomainResponse_targetVersion
- The version of Elasticsearch that you intend to upgrade the domain to.
$sel:httpStatus:UpgradeElasticsearchDomainResponse'
, upgradeElasticsearchDomainResponse_httpStatus
- The response's http status code.
Types
AutoTuneDesiredState
newtype AutoTuneDesiredState Source #
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
Constructors
AutoTuneDesiredState' | |
Fields |
Bundled Patterns
pattern AutoTuneDesiredState_DISABLED :: AutoTuneDesiredState | |
pattern AutoTuneDesiredState_ENABLED :: AutoTuneDesiredState |
Instances
AutoTuneState
newtype AutoTuneState Source #
Specifies the Auto-Tune state for the Elasticsearch domain. For valid states see the Developer Guide.
Constructors
AutoTuneState' | |
Fields |
Bundled Patterns
pattern AutoTuneState_DISABLED :: AutoTuneState | |
pattern AutoTuneState_DISABLED_AND_ROLLBACK_COMPLETE :: AutoTuneState | |
pattern AutoTuneState_DISABLED_AND_ROLLBACK_ERROR :: AutoTuneState | |
pattern AutoTuneState_DISABLED_AND_ROLLBACK_IN_PROGRESS :: AutoTuneState | |
pattern AutoTuneState_DISABLED_AND_ROLLBACK_SCHEDULED :: AutoTuneState | |
pattern AutoTuneState_DISABLE_IN_PROGRESS :: AutoTuneState | |
pattern AutoTuneState_ENABLED :: AutoTuneState | |
pattern AutoTuneState_ENABLE_IN_PROGRESS :: AutoTuneState | |
pattern AutoTuneState_ERROR :: AutoTuneState |
Instances
AutoTuneType
newtype AutoTuneType Source #
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
Constructors
AutoTuneType' | |
Fields |
Bundled Patterns
pattern AutoTuneType_SCHEDULED_ACTION :: AutoTuneType |
Instances
DeploymentStatus
newtype DeploymentStatus Source #
Constructors
DeploymentStatus' | |
Fields |
Bundled Patterns
pattern DeploymentStatus_COMPLETED :: DeploymentStatus | |
pattern DeploymentStatus_ELIGIBLE :: DeploymentStatus | |
pattern DeploymentStatus_IN_PROGRESS :: DeploymentStatus | |
pattern DeploymentStatus_NOT_ELIGIBLE :: DeploymentStatus | |
pattern DeploymentStatus_PENDING_UPDATE :: DeploymentStatus |
Instances
DescribePackagesFilterName
newtype DescribePackagesFilterName Source #
Constructors
DescribePackagesFilterName' | |
Fields |
Bundled Patterns
Instances
DomainPackageStatus
newtype DomainPackageStatus Source #
Constructors
DomainPackageStatus' | |
Fields |
Bundled Patterns
Instances
ESPartitionInstanceType
newtype ESPartitionInstanceType Source #
Constructors
ESPartitionInstanceType' | |
Fields |
Bundled Patterns
Instances
ESWarmPartitionInstanceType
newtype ESWarmPartitionInstanceType Source #
Constructors
ESWarmPartitionInstanceType' | |
Fields |
Bundled Patterns
pattern ESWarmPartitionInstanceType_Ultrawarm1_large_elasticsearch :: ESWarmPartitionInstanceType | |
pattern ESWarmPartitionInstanceType_Ultrawarm1_medium_elasticsearch :: ESWarmPartitionInstanceType |
Instances
EngineType
newtype EngineType Source #
Constructors
EngineType' | |
Fields |
Bundled Patterns
pattern EngineType_Elasticsearch :: EngineType | |
pattern EngineType_OpenSearch :: EngineType |
Instances
InboundCrossClusterSearchConnectionStatusCode
newtype InboundCrossClusterSearchConnectionStatusCode Source #
Constructors
InboundCrossClusterSearchConnectionStatusCode' | |
Bundled Patterns
Instances
LogType
Type of Log File, it can be one of the following:
- INDEX_SLOW_LOGS: Index slow logs contain insert requests that took more time than configured index query log threshold to execute.
- SEARCH_SLOW_LOGS: Search slow logs contain search queries that took more time than configured search query log threshold to execute.
- ES_APPLICATION_LOGS: Elasticsearch application logs contain information about errors and warnings raised during the operation of the service and can be useful for troubleshooting.
- AUDIT_LOGS: Audit logs contain records of user requests for access from the domain.
Constructors
LogType' | |
Fields
|
Bundled Patterns
pattern LogType_AUDIT_LOGS :: LogType | |
pattern LogType_ES_APPLICATION_LOGS :: LogType | |
pattern LogType_INDEX_SLOW_LOGS :: LogType | |
pattern LogType_SEARCH_SLOW_LOGS :: LogType |
Instances
OptionState
newtype OptionState Source #
The state of a requested change. One of the following:
- Processing: The request change is still in-process.
- Active: The request change is processed and deployed to the Elasticsearch domain.
Constructors
OptionState' | |
Fields |
Bundled Patterns
pattern OptionState_Active :: OptionState | |
pattern OptionState_Processing :: OptionState | |
pattern OptionState_RequiresIndexDocuments :: OptionState |
Instances
OutboundCrossClusterSearchConnectionStatusCode
newtype OutboundCrossClusterSearchConnectionStatusCode Source #
Constructors
OutboundCrossClusterSearchConnectionStatusCode' | |
Bundled Patterns
Instances
OverallChangeStatus
newtype OverallChangeStatus Source #
The overall status value of the domain configuration change.
Constructors
OverallChangeStatus' | |
Fields |
Bundled Patterns
pattern OverallChangeStatus_COMPLETED :: OverallChangeStatus | |
pattern OverallChangeStatus_FAILED :: OverallChangeStatus | |
pattern OverallChangeStatus_PENDING :: OverallChangeStatus | |
pattern OverallChangeStatus_PROCESSING :: OverallChangeStatus |
Instances
PackageStatus
newtype PackageStatus Source #
Constructors
PackageStatus' | |
Fields |
Bundled Patterns
pattern PackageStatus_AVAILABLE :: PackageStatus | |
pattern PackageStatus_COPYING :: PackageStatus | |
pattern PackageStatus_COPY_FAILED :: PackageStatus | |
pattern PackageStatus_DELETED :: PackageStatus | |
pattern PackageStatus_DELETE_FAILED :: PackageStatus | |
pattern PackageStatus_DELETING :: PackageStatus | |
pattern PackageStatus_VALIDATING :: PackageStatus | |
pattern PackageStatus_VALIDATION_FAILED :: PackageStatus |
Instances
PackageType
newtype PackageType Source #
Constructors
PackageType' | |
Fields |
Bundled Patterns
pattern PackageType_TXT_DICTIONARY :: PackageType |
Instances
PrincipalType
newtype PrincipalType Source #
Specifies the type of AWS account permitted to manage VPC endpoints.:
- AWS_ACCOUNT: Indicates that the account is owned by an AWS user.
- AWS_SERVICE: Indicates the the account is owned by an AWS service.
Constructors
PrincipalType' | |
Fields |
Bundled Patterns
pattern PrincipalType_AWS_ACCOUNT :: PrincipalType | |
pattern PrincipalType_AWS_SERVICE :: PrincipalType |
Instances
ReservedElasticsearchInstancePaymentOption
newtype ReservedElasticsearchInstancePaymentOption Source #
Constructors
ReservedElasticsearchInstancePaymentOption' | |
Bundled Patterns
Instances
RollbackOnDisable
newtype RollbackOnDisable Source #
Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
Constructors
RollbackOnDisable' | |
Fields |
Bundled Patterns
pattern RollbackOnDisable_DEFAULT_ROLLBACK :: RollbackOnDisable | |
pattern RollbackOnDisable_NO_ROLLBACK :: RollbackOnDisable |
Instances
ScheduledAutoTuneActionType
newtype ScheduledAutoTuneActionType Source #
Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.
Constructors
ScheduledAutoTuneActionType' | |
Fields |
Bundled Patterns
pattern ScheduledAutoTuneActionType_JVM_HEAP_SIZE_TUNING :: ScheduledAutoTuneActionType | |
pattern ScheduledAutoTuneActionType_JVM_YOUNG_GEN_TUNING :: ScheduledAutoTuneActionType |
Instances
ScheduledAutoTuneSeverityType
newtype ScheduledAutoTuneSeverityType Source #
Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.
Constructors
ScheduledAutoTuneSeverityType' | |
Fields |
Bundled Patterns
Instances
TLSSecurityPolicy
newtype TLSSecurityPolicy Source #
Constructors
TLSSecurityPolicy' | |
Fields |
Bundled Patterns
pattern TLSSecurityPolicy_Policy_Min_TLS_1_0_2019_07 :: TLSSecurityPolicy | |
pattern TLSSecurityPolicy_Policy_Min_TLS_1_2_2019_07 :: TLSSecurityPolicy |
Instances
TimeUnit
Specifies the unit of a maintenance schedule duration. Valid value is HOUR. See the Developer Guide for more information.
Constructors
TimeUnit' | |
Fields
|
Bundled Patterns
pattern TimeUnit_HOURS :: TimeUnit |
Instances
UpgradeStatus
newtype UpgradeStatus Source #
Constructors
UpgradeStatus' | |
Fields |
Bundled Patterns
pattern UpgradeStatus_FAILED :: UpgradeStatus | |
pattern UpgradeStatus_IN_PROGRESS :: UpgradeStatus | |
pattern UpgradeStatus_SUCCEEDED :: UpgradeStatus | |
pattern UpgradeStatus_SUCCEEDED_WITH_ISSUES :: UpgradeStatus |
Instances
UpgradeStep
newtype UpgradeStep Source #
Constructors
UpgradeStep' | |
Fields |
Bundled Patterns
pattern UpgradeStep_PRE_UPGRADE_CHECK :: UpgradeStep | |
pattern UpgradeStep_SNAPSHOT :: UpgradeStep | |
pattern UpgradeStep_UPGRADE :: UpgradeStep |
Instances
VolumeType
newtype VolumeType Source #
The type of EBS volume, standard, gp2, gp3 or io1. See Configuring EBS-based Storagefor more information.
Constructors
VolumeType' | |
Fields |
Bundled Patterns
pattern VolumeType_Gp2 :: VolumeType | |
pattern VolumeType_Gp3 :: VolumeType | |
pattern VolumeType_Io1 :: VolumeType | |
pattern VolumeType_Standard :: VolumeType |
Instances
VpcEndpointErrorCode
newtype VpcEndpointErrorCode Source #
Specifies the error code of the failure encountered while describing the VPC endpoint:
- ENDPOINT_NOT_FOUND: Indicates that the requested VPC endpoint does not exist.
- SERVER_ERROR: Indicates the describe endpoint operation failed due to an internal server error.
Constructors
VpcEndpointErrorCode' | |
Fields |
Bundled Patterns
pattern VpcEndpointErrorCode_ENDPOINT_NOT_FOUND :: VpcEndpointErrorCode | |
pattern VpcEndpointErrorCode_SERVER_ERROR :: VpcEndpointErrorCode |
Instances
VpcEndpointStatus
newtype VpcEndpointStatus Source #
Specifies the current status of the VPC endpoint:
- CREATING: Indicates that the VPC endpoint is currently being created.
- CREATE_FAILED: Indicates that the VPC endpoint creation failed.
- ACTIVE: Indicates that the VPC endpoint is currently active.
- UPDATING: Indicates that the VPC endpoint is currently being updated.
- UPDATE_FAILED: Indicates that the VPC endpoint update failed.
- DELETING: Indicates that the VPC endpoint is currently being deleted.
- DELETE_FAILED: Indicates that the VPC endpoint deletion failed.
Constructors
VpcEndpointStatus' | |
Fields |
Bundled Patterns
pattern VpcEndpointStatus_ACTIVE :: VpcEndpointStatus | |
pattern VpcEndpointStatus_CREATE_FAILED :: VpcEndpointStatus | |
pattern VpcEndpointStatus_CREATING :: VpcEndpointStatus | |
pattern VpcEndpointStatus_DELETE_FAILED :: VpcEndpointStatus | |
pattern VpcEndpointStatus_DELETING :: VpcEndpointStatus | |
pattern VpcEndpointStatus_UPDATE_FAILED :: VpcEndpointStatus | |
pattern VpcEndpointStatus_UPDATING :: VpcEndpointStatus |
Instances
AccessPoliciesStatus
data AccessPoliciesStatus Source #
The configured access rules for the domain's document and search endpoints, and the current status of those rules.
See: newAccessPoliciesStatus
smart constructor.
Constructors
AccessPoliciesStatus' Text OptionStatus |
Instances
newAccessPoliciesStatus Source #
Arguments
:: Text | |
-> OptionStatus | |
-> AccessPoliciesStatus |
Create a value of AccessPoliciesStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:AccessPoliciesStatus'
, accessPoliciesStatus_options
- The access policy configured for the Elasticsearch domain. Access
policies may be resource-based, IP-based, or IAM-based. See
Configuring Access Policiesfor
more information.
$sel:status:AccessPoliciesStatus'
, accessPoliciesStatus_status
- The status of the access policy for the Elasticsearch domain. See
OptionStatus
for the status information that's included.
AdditionalLimit
data AdditionalLimit Source #
List of limits that are specific to a given InstanceType and for each of
it's
InstanceRole
.
See: newAdditionalLimit
smart constructor.
Constructors
AdditionalLimit' (Maybe Text) (Maybe [Text]) |
Instances
newAdditionalLimit :: AdditionalLimit Source #
Create a value of AdditionalLimit
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:limitName:AdditionalLimit'
, additionalLimit_limitName
- Name of Additional Limit is specific to a given InstanceType and for
each of it's
InstanceRole
etc.
Attributes and their details:
- MaximumNumberOfDataNodesSupported
- MaximumNumberOfDataNodesWithoutMasterNode
$sel:limitValues:AdditionalLimit'
, additionalLimit_limitValues
- Value for given
AdditionalLimit$LimitName
.
AdvancedOptionsStatus
data AdvancedOptionsStatus Source #
Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:
- Option to allow references to indices in an HTTP request body. Must
be
false
when configuring access to individual sub-resources. By default, the value istrue
. See Configuration Advanced Options for more information. - Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.
For more information, see Configuring Advanced Options.
See: newAdvancedOptionsStatus
smart constructor.
Constructors
AdvancedOptionsStatus' (HashMap Text Text) OptionStatus |
Instances
newAdvancedOptionsStatus Source #
Create a value of AdvancedOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:AdvancedOptionsStatus'
, advancedOptionsStatus_options
- Specifies the status of advanced options for the specified Elasticsearch
domain.
$sel:status:AdvancedOptionsStatus'
, advancedOptionsStatus_status
- Specifies the status of OptionStatus
for advanced options for the
specified Elasticsearch domain.
AdvancedSecurityOptions
data AdvancedSecurityOptions Source #
Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.
See: newAdvancedSecurityOptions
smart constructor.
Constructors
AdvancedSecurityOptions' (Maybe POSIX) (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe SAMLOptionsOutput) |
Instances
newAdvancedSecurityOptions :: AdvancedSecurityOptions Source #
Create a value of AdvancedSecurityOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:anonymousAuthDisableDate:AdvancedSecurityOptions'
, advancedSecurityOptions_anonymousAuthDisableDate
- Specifies the Anonymous Auth Disable Date when Anonymous Auth is
enabled.
$sel:anonymousAuthEnabled:AdvancedSecurityOptions'
, advancedSecurityOptions_anonymousAuthEnabled
- True if Anonymous auth is enabled. Anonymous auth can be enabled only
when AdvancedSecurity is enabled on existing domains.
AdvancedSecurityOptions
, advancedSecurityOptions_enabled
- True if advanced security is enabled.
$sel:internalUserDatabaseEnabled:AdvancedSecurityOptions'
, advancedSecurityOptions_internalUserDatabaseEnabled
- True if the internal user database is enabled.
$sel:sAMLOptions:AdvancedSecurityOptions'
, advancedSecurityOptions_sAMLOptions
- Describes the SAML application configured for a domain.
AdvancedSecurityOptionsInput
data AdvancedSecurityOptionsInput Source #
Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).
See: newAdvancedSecurityOptionsInput
smart constructor.
Constructors
AdvancedSecurityOptionsInput' (Maybe Bool) (Maybe Bool) (Maybe Bool) (Maybe MasterUserOptions) (Maybe SAMLOptionsInput) |
Instances
newAdvancedSecurityOptionsInput :: AdvancedSecurityOptionsInput Source #
Create a value of AdvancedSecurityOptionsInput
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:anonymousAuthEnabled:AdvancedSecurityOptionsInput'
, advancedSecurityOptionsInput_anonymousAuthEnabled
- True if Anonymous auth is enabled. Anonymous auth can be enabled only
when AdvancedSecurity is enabled on existing domains.
AdvancedSecurityOptionsInput
, advancedSecurityOptionsInput_enabled
- True if advanced security is enabled.
$sel:internalUserDatabaseEnabled:AdvancedSecurityOptionsInput'
, advancedSecurityOptionsInput_internalUserDatabaseEnabled
- True if the internal user database is enabled.
$sel:masterUserOptions:AdvancedSecurityOptionsInput'
, advancedSecurityOptionsInput_masterUserOptions
- Credentials for the master user: username and password, ARN, or both.
$sel:sAMLOptions:AdvancedSecurityOptionsInput'
, advancedSecurityOptionsInput_sAMLOptions
- Specifies the SAML application configuration for the domain.
AdvancedSecurityOptionsStatus
data AdvancedSecurityOptionsStatus Source #
Specifies the status of advanced security options for the specified Elasticsearch domain.
See: newAdvancedSecurityOptionsStatus
smart constructor.
Instances
newAdvancedSecurityOptionsStatus Source #
Arguments
:: AdvancedSecurityOptions | |
-> OptionStatus | |
-> AdvancedSecurityOptionsStatus |
Create a value of AdvancedSecurityOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:AdvancedSecurityOptionsStatus'
, advancedSecurityOptionsStatus_options
- Specifies advanced security options for the specified Elasticsearch
domain.
$sel:status:AdvancedSecurityOptionsStatus'
, advancedSecurityOptionsStatus_status
- Status of the advanced security options for the specified Elasticsearch
domain.
AuthorizedPrincipal
data AuthorizedPrincipal Source #
Information about an account or service that has access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
See: newAuthorizedPrincipal
smart constructor.
Constructors
AuthorizedPrincipal' (Maybe Text) (Maybe PrincipalType) |
Instances
newAuthorizedPrincipal :: AuthorizedPrincipal Source #
Create a value of AuthorizedPrincipal
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:principal:AuthorizedPrincipal'
, authorizedPrincipal_principal
- The IAM principal that is allowed access to the domain.
$sel:principalType:AuthorizedPrincipal'
, authorizedPrincipal_principalType
- The type of principal.
AutoTune
Specifies Auto-Tune type and Auto-Tune action details.
See: newAutoTune
smart constructor.
Constructors
AutoTune' (Maybe AutoTuneDetails) (Maybe AutoTuneType) |
Instances
FromJSON AutoTune Source # | |
Generic AutoTune Source # | |
Read AutoTune Source # | |
Show AutoTune Source # | |
NFData AutoTune Source # | |
Defined in Amazonka.ElasticSearch.Types.AutoTune | |
Eq AutoTune Source # | |
Hashable AutoTune Source # | |
Defined in Amazonka.ElasticSearch.Types.AutoTune | |
type Rep AutoTune Source # | |
Defined in Amazonka.ElasticSearch.Types.AutoTune type Rep AutoTune = D1 ('MetaData "AutoTune" "Amazonka.ElasticSearch.Types.AutoTune" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "AutoTune'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoTuneDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneDetails)) :*: S1 ('MetaSel ('Just "autoTuneType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneType)))) |
newAutoTune :: AutoTune Source #
Create a value of AutoTune
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:autoTuneDetails:AutoTune'
, autoTune_autoTuneDetails
- Specifies details of the Auto-Tune action. See the
Developer Guide
for more information.
$sel:autoTuneType:AutoTune'
, autoTune_autoTuneType
- Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
AutoTuneDetails
data AutoTuneDetails Source #
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
See: newAutoTuneDetails
smart constructor.
Constructors
AutoTuneDetails' (Maybe ScheduledAutoTuneDetails) |
Instances
newAutoTuneDetails :: AutoTuneDetails Source #
Create a value of AutoTuneDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:scheduledAutoTuneDetails:AutoTuneDetails'
, autoTuneDetails_scheduledAutoTuneDetails
- Undocumented member.
AutoTuneMaintenanceSchedule
data AutoTuneMaintenanceSchedule Source #
Specifies Auto-Tune maitenance schedule. See the Developer Guide for more information.
See: newAutoTuneMaintenanceSchedule
smart constructor.
Instances
newAutoTuneMaintenanceSchedule :: AutoTuneMaintenanceSchedule Source #
Create a value of AutoTuneMaintenanceSchedule
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cronExpressionForRecurrence:AutoTuneMaintenanceSchedule'
, autoTuneMaintenanceSchedule_cronExpressionForRecurrence
- Specifies cron expression for a recurring maintenance schedule. See the
Developer Guide
for more information.
$sel:duration:AutoTuneMaintenanceSchedule'
, autoTuneMaintenanceSchedule_duration
- Specifies maintenance schedule duration: duration value and duration
unit. See the
Developer Guide
for more information.
$sel:startAt:AutoTuneMaintenanceSchedule'
, autoTuneMaintenanceSchedule_startAt
- Specifies timestamp at which Auto-Tune maintenance schedule start.
AutoTuneOptions
data AutoTuneOptions Source #
Specifies the Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.
See: newAutoTuneOptions
smart constructor.
Constructors
AutoTuneOptions' (Maybe AutoTuneDesiredState) (Maybe [AutoTuneMaintenanceSchedule]) (Maybe RollbackOnDisable) |
Instances
newAutoTuneOptions :: AutoTuneOptions Source #
Create a value of AutoTuneOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:desiredState:AutoTuneOptions'
, autoTuneOptions_desiredState
- Specifies the Auto-Tune desired state. Valid values are ENABLED,
DISABLED.
$sel:maintenanceSchedules:AutoTuneOptions'
, autoTuneOptions_maintenanceSchedules
- Specifies list of maitenance schedules. See the
Developer Guide
for more information.
$sel:rollbackOnDisable:AutoTuneOptions'
, autoTuneOptions_rollbackOnDisable
- Specifies the rollback state while disabling Auto-Tune for the domain.
Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
AutoTuneOptionsInput
data AutoTuneOptionsInput Source #
Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.
See: newAutoTuneOptionsInput
smart constructor.
Constructors
AutoTuneOptionsInput' (Maybe AutoTuneDesiredState) (Maybe [AutoTuneMaintenanceSchedule]) |
Instances
newAutoTuneOptionsInput :: AutoTuneOptionsInput Source #
Create a value of AutoTuneOptionsInput
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:desiredState:AutoTuneOptionsInput'
, autoTuneOptionsInput_desiredState
- Specifies the Auto-Tune desired state. Valid values are ENABLED,
DISABLED.
$sel:maintenanceSchedules:AutoTuneOptionsInput'
, autoTuneOptionsInput_maintenanceSchedules
- Specifies list of maitenance schedules. See the
Developer Guide
for more information.
AutoTuneOptionsOutput
data AutoTuneOptionsOutput Source #
Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.
See: newAutoTuneOptionsOutput
smart constructor.
Constructors
AutoTuneOptionsOutput' (Maybe Text) (Maybe AutoTuneState) |
Instances
newAutoTuneOptionsOutput :: AutoTuneOptionsOutput Source #
Create a value of AutoTuneOptionsOutput
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorMessage:AutoTuneOptionsOutput'
, autoTuneOptionsOutput_errorMessage
- Specifies the error message while enabling or disabling the Auto-Tune.
$sel:state:AutoTuneOptionsOutput'
, autoTuneOptionsOutput_state
- Specifies the AutoTuneState
for the Elasticsearch domain.
AutoTuneOptionsStatus
data AutoTuneOptionsStatus Source #
Specifies the status of Auto-Tune options for the specified Elasticsearch domain.
See: newAutoTuneOptionsStatus
smart constructor.
Constructors
AutoTuneOptionsStatus' (Maybe AutoTuneOptions) (Maybe AutoTuneStatus) |
Instances
newAutoTuneOptionsStatus :: AutoTuneOptionsStatus Source #
Create a value of AutoTuneOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:AutoTuneOptionsStatus'
, autoTuneOptionsStatus_options
- Specifies Auto-Tune options for the specified Elasticsearch domain.
$sel:status:AutoTuneOptionsStatus'
, autoTuneOptionsStatus_status
- Specifies Status of the Auto-Tune options for the specified
Elasticsearch domain.
AutoTuneStatus
data AutoTuneStatus Source #
Provides the current status of the Auto-Tune options.
See: newAutoTuneStatus
smart constructor.
Constructors
AutoTuneStatus' (Maybe Text) (Maybe Bool) (Maybe Natural) POSIX POSIX AutoTuneState |
Instances
Arguments
:: UTCTime | |
-> UTCTime | |
-> AutoTuneState | |
-> AutoTuneStatus |
Create a value of AutoTuneStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorMessage:AutoTuneStatus'
, autoTuneStatus_errorMessage
- Specifies the error message while enabling or disabling the Auto-Tune
options.
$sel:pendingDeletion:AutoTuneStatus'
, autoTuneStatus_pendingDeletion
- Indicates whether the Elasticsearch domain is being deleted.
$sel:updateVersion:AutoTuneStatus'
, autoTuneStatus_updateVersion
- Specifies the Auto-Tune options latest version.
$sel:creationDate:AutoTuneStatus'
, autoTuneStatus_creationDate
- Timestamp which tells Auto-Tune options creation date .
$sel:updateDate:AutoTuneStatus'
, autoTuneStatus_updateDate
- Timestamp which tells Auto-Tune options last updated time.
$sel:state:AutoTuneStatus'
, autoTuneStatus_state
- Specifies the AutoTuneState
for the Elasticsearch domain.
ChangeProgressDetails
data ChangeProgressDetails Source #
Specifies change details of the domain configuration change.
See: newChangeProgressDetails
smart constructor.
Constructors
ChangeProgressDetails' (Maybe Text) (Maybe Text) |
Instances
newChangeProgressDetails :: ChangeProgressDetails Source #
Create a value of ChangeProgressDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:changeId:ChangeProgressDetails'
, changeProgressDetails_changeId
- The unique change identifier associated with a specific domain
configuration change.
$sel:message:ChangeProgressDetails'
, changeProgressDetails_message
- Contains an optional message associated with the domain configuration
change.
ChangeProgressStage
data ChangeProgressStage Source #
A progress stage details of a specific domain configuration change.
See: newChangeProgressStage
smart constructor.
Instances
newChangeProgressStage :: ChangeProgressStage Source #
Create a value of ChangeProgressStage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:ChangeProgressStage'
, changeProgressStage_description
- The description of the progress stage.
$sel:lastUpdated:ChangeProgressStage'
, changeProgressStage_lastUpdated
- The last updated timestamp of the progress stage.
$sel:name:ChangeProgressStage'
, changeProgressStage_name
- The name of the specific progress stage.
$sel:status:ChangeProgressStage'
, changeProgressStage_status
- The overall status of a specific progress stage.
ChangeProgressStatusDetails
data ChangeProgressStatusDetails Source #
The progress details of a specific domain configuration change.
See: newChangeProgressStatusDetails
smart constructor.
Constructors
ChangeProgressStatusDetails' (Maybe Text) (Maybe [ChangeProgressStage]) (Maybe [Text]) (Maybe [Text]) (Maybe POSIX) (Maybe OverallChangeStatus) (Maybe Int) |
Instances
newChangeProgressStatusDetails :: ChangeProgressStatusDetails Source #
Create a value of ChangeProgressStatusDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:changeId:ChangeProgressStatusDetails'
, changeProgressStatusDetails_changeId
- The unique change identifier associated with a specific domain
configuration change.
$sel:changeProgressStages:ChangeProgressStatusDetails'
, changeProgressStatusDetails_changeProgressStages
- The specific stages that the domain is going through to perform the
configuration change.
$sel:completedProperties:ChangeProgressStatusDetails'
, changeProgressStatusDetails_completedProperties
- The list of properties involved in the domain configuration change that
are completed.
$sel:pendingProperties:ChangeProgressStatusDetails'
, changeProgressStatusDetails_pendingProperties
- The list of properties involved in the domain configuration change that
are still in pending.
$sel:startTime:ChangeProgressStatusDetails'
, changeProgressStatusDetails_startTime
- The time at which the configuration change is made on the domain.
ChangeProgressStatusDetails
, changeProgressStatusDetails_status
- The overall status of the domain configuration change. This field can
take the following values: PENDING
, PROCESSING
, COMPLETED
and
FAILED
$sel:totalNumberOfStages:ChangeProgressStatusDetails'
, changeProgressStatusDetails_totalNumberOfStages
- The total number of stages required for the configuration change.
CognitoOptions
data CognitoOptions Source #
Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.
See: newCognitoOptions
smart constructor.
Instances
newCognitoOptions :: CognitoOptions Source #
Create a value of CognitoOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:CognitoOptions'
, cognitoOptions_enabled
- Specifies the option to enable Cognito for Kibana authentication.
$sel:identityPoolId:CognitoOptions'
, cognitoOptions_identityPoolId
- Specifies the Cognito identity pool ID for Kibana authentication.
$sel:roleArn:CognitoOptions'
, cognitoOptions_roleArn
- Specifies the role ARN that provides Elasticsearch permissions for
accessing Cognito resources.
$sel:userPoolId:CognitoOptions'
, cognitoOptions_userPoolId
- Specifies the Cognito user pool ID for Kibana authentication.
CognitoOptionsStatus
data CognitoOptionsStatus Source #
Status of the Cognito options for the specified Elasticsearch domain.
See: newCognitoOptionsStatus
smart constructor.
Constructors
CognitoOptionsStatus' CognitoOptions OptionStatus |
Instances
newCognitoOptionsStatus Source #
Arguments
:: CognitoOptions | |
-> OptionStatus | |
-> CognitoOptionsStatus |
Create a value of CognitoOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:CognitoOptionsStatus'
, cognitoOptionsStatus_options
- Specifies the Cognito options for the specified Elasticsearch domain.
$sel:status:CognitoOptionsStatus'
, cognitoOptionsStatus_status
- Specifies the status of the Cognito options for the specified
Elasticsearch domain.
ColdStorageOptions
data ColdStorageOptions Source #
Specifies the configuration for cold storage options such as enabled
See: newColdStorageOptions
smart constructor.
Constructors
ColdStorageOptions' Bool |
Instances
newColdStorageOptions Source #
Arguments
:: Bool | |
-> ColdStorageOptions |
Create a value of ColdStorageOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:ColdStorageOptions'
, coldStorageOptions_enabled
- Enable cold storage option. Accepted values true or false
CompatibleVersionsMap
data CompatibleVersionsMap Source #
A map from an
ElasticsearchVersion
to a list of compatible
ElasticsearchVersion
s to which the domain can be upgraded.
See: newCompatibleVersionsMap
smart constructor.
Constructors
CompatibleVersionsMap' (Maybe Text) (Maybe [Text]) |
Instances
newCompatibleVersionsMap :: CompatibleVersionsMap Source #
Create a value of CompatibleVersionsMap
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sourceVersion:CompatibleVersionsMap'
, compatibleVersionsMap_sourceVersion
- The current version of Elasticsearch on which a domain is.
$sel:targetVersions:CompatibleVersionsMap'
, compatibleVersionsMap_targetVersions
- Undocumented member.
DescribePackagesFilter
data DescribePackagesFilter Source #
Filter to apply in DescribePackage
response.
See: newDescribePackagesFilter
smart constructor.
Constructors
DescribePackagesFilter' (Maybe DescribePackagesFilterName) (Maybe [Text]) |
Instances
newDescribePackagesFilter :: DescribePackagesFilter Source #
Create a value of DescribePackagesFilter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:DescribePackagesFilter'
, describePackagesFilter_name
- Any field from PackageDetails
.
$sel:value:DescribePackagesFilter'
, describePackagesFilter_value
- A list of values for the specified field.
DomainEndpointOptions
data DomainEndpointOptions Source #
Options to configure endpoint for the Elasticsearch domain.
See: newDomainEndpointOptions
smart constructor.
Constructors
DomainEndpointOptions' (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe TLSSecurityPolicy) |
Instances
newDomainEndpointOptions :: DomainEndpointOptions Source #
Create a value of DomainEndpointOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:customEndpoint:DomainEndpointOptions'
, domainEndpointOptions_customEndpoint
- Specify the fully qualified domain for your custom endpoint.
$sel:customEndpointCertificateArn:DomainEndpointOptions'
, domainEndpointOptions_customEndpointCertificateArn
- Specify ACM certificate ARN for your custom endpoint.
$sel:customEndpointEnabled:DomainEndpointOptions'
, domainEndpointOptions_customEndpointEnabled
- Specify if custom endpoint should be enabled for the Elasticsearch
domain.
$sel:enforceHTTPS:DomainEndpointOptions'
, domainEndpointOptions_enforceHTTPS
- Specify if only HTTPS endpoint should be enabled for the Elasticsearch
domain.
$sel:tLSSecurityPolicy:DomainEndpointOptions'
, domainEndpointOptions_tLSSecurityPolicy
- Specify the TLS security policy that needs to be applied to the HTTPS
endpoint of Elasticsearch domain.
It can be one of the following values:
- Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLSv1.0 and higher.
- Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLSv1.2
DomainEndpointOptionsStatus
data DomainEndpointOptionsStatus Source #
The configured endpoint options for the domain and their current status.
See: newDomainEndpointOptionsStatus
smart constructor.
Instances
newDomainEndpointOptionsStatus Source #
Arguments
:: DomainEndpointOptions | |
-> OptionStatus | |
-> DomainEndpointOptionsStatus |
Create a value of DomainEndpointOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:DomainEndpointOptionsStatus'
, domainEndpointOptionsStatus_options
- Options to configure endpoint for the Elasticsearch domain.
$sel:status:DomainEndpointOptionsStatus'
, domainEndpointOptionsStatus_status
- The status of the endpoint options for the Elasticsearch domain. See
OptionStatus
for the status information that's included.
DomainInfo
data DomainInfo Source #
See: newDomainInfo
smart constructor.
Constructors
DomainInfo' (Maybe Text) (Maybe EngineType) |
Instances
newDomainInfo :: DomainInfo Source #
Create a value of DomainInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainName:DomainInfo'
, domainInfo_domainName
- Specifies the DomainName
.
$sel:engineType:DomainInfo'
, domainInfo_engineType
- Specifies the EngineType
of the domain.
DomainInformation
data DomainInformation Source #
See: newDomainInformation
smart constructor.
Instances
Arguments
:: Text | |
-> DomainInformation |
Create a value of DomainInformation
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ownerId:DomainInformation'
, domainInformation_ownerId
- Undocumented member.
$sel:region:DomainInformation'
, domainInformation_region
- Undocumented member.
$sel:domainName:DomainInformation'
, domainInformation_domainName
- Undocumented member.
DomainPackageDetails
data DomainPackageDetails Source #
Information on a package that is associated with a domain.
See: newDomainPackageDetails
smart constructor.
Constructors
DomainPackageDetails' (Maybe Text) (Maybe DomainPackageStatus) (Maybe ErrorDetails) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe PackageType) (Maybe Text) (Maybe Text) |
Instances
newDomainPackageDetails :: DomainPackageDetails Source #
Create a value of DomainPackageDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainName:DomainPackageDetails'
, domainPackageDetails_domainName
- Name of the domain you've associated a package with.
$sel:domainPackageStatus:DomainPackageDetails'
, domainPackageDetails_domainPackageStatus
- State of the association. Values are
ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.
$sel:errorDetails:DomainPackageDetails'
, domainPackageDetails_errorDetails
- Additional information if the package is in an error state. Null
otherwise.
$sel:lastUpdated:DomainPackageDetails'
, domainPackageDetails_lastUpdated
- Timestamp of the most-recent update to the association status.
$sel:packageID:DomainPackageDetails'
, domainPackageDetails_packageID
- Internal ID of the package.
$sel:packageName:DomainPackageDetails'
, domainPackageDetails_packageName
- User specified name of the package.
$sel:packageType:DomainPackageDetails'
, domainPackageDetails_packageType
- Currently supports only TXT-DICTIONARY.
$sel:packageVersion:DomainPackageDetails'
, domainPackageDetails_packageVersion
- Undocumented member.
$sel:referencePath:DomainPackageDetails'
, domainPackageDetails_referencePath
- The relative path on Amazon ES nodes, which can be used as synonym_path
when the package is synonym file.
DryRunResults
data DryRunResults Source #
See: newDryRunResults
smart constructor.
Constructors
DryRunResults' (Maybe Text) (Maybe Text) |
Instances
newDryRunResults :: DryRunResults Source #
Create a value of DryRunResults
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deploymentType:DryRunResults'
, dryRunResults_deploymentType
- Specifies the deployment mechanism through which the update shall be
applied on the domain. Possible responses are Blue/Green
(The update
will require a blue/green deployment.) DynamicUpdate
(The update can
be applied in-place without a Blue/Green deployment required.)
Undetermined
(The domain is undergoing an update which needs to
complete before the deployment type can be predicted.) None
(The
configuration change matches the current configuration and will not
result in any update.)
$sel:message:DryRunResults'
, dryRunResults_message
- Contains an optional message associated with the DryRunResults.
Duration
Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
See: newDuration
smart constructor.
Instances
FromJSON Duration Source # | |
ToJSON Duration Source # | |
Defined in Amazonka.ElasticSearch.Types.Duration | |
Generic Duration Source # | |
Read Duration Source # | |
Show Duration Source # | |
NFData Duration Source # | |
Defined in Amazonka.ElasticSearch.Types.Duration | |
Eq Duration Source # | |
Hashable Duration Source # | |
Defined in Amazonka.ElasticSearch.Types.Duration | |
type Rep Duration Source # | |
Defined in Amazonka.ElasticSearch.Types.Duration type Rep Duration = D1 ('MetaData "Duration" "Amazonka.ElasticSearch.Types.Duration" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "Duration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeUnit)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) |
newDuration :: Duration Source #
Create a value of Duration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:unit:Duration'
, duration_unit
- Specifies the unit of a maintenance schedule duration. Valid value is
HOURS. See the
Developer Guide
for more information.
$sel:value:Duration'
, duration_value
- Integer to specify the value of a maintenance schedule duration. See the
Developer Guide
for more information.
EBSOptions
data EBSOptions Source #
Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.
See: newEBSOptions
smart constructor.
Instances
newEBSOptions :: EBSOptions Source #
Create a value of EBSOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:eBSEnabled:EBSOptions'
, eBSOptions_eBSEnabled
- Specifies whether EBS-based storage is enabled.
$sel:iops:EBSOptions'
, eBSOptions_iops
- Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
$sel:throughput:EBSOptions'
, eBSOptions_throughput
- Specifies the Throughput for GP3 EBS volume (SSD).
$sel:volumeSize:EBSOptions'
, eBSOptions_volumeSize
- Integer to specify the size of an EBS volume.
$sel:volumeType:EBSOptions'
, eBSOptions_volumeType
- Specifies the volume type for EBS-based storage.
EBSOptionsStatus
data EBSOptionsStatus Source #
Status of the EBS options for the specified Elasticsearch domain.
See: newEBSOptionsStatus
smart constructor.
Constructors
EBSOptionsStatus' EBSOptions OptionStatus |
Instances
Arguments
:: EBSOptions | |
-> OptionStatus | |
-> EBSOptionsStatus |
Create a value of EBSOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:EBSOptionsStatus'
, eBSOptionsStatus_options
- Specifies the EBS options for the specified Elasticsearch domain.
$sel:status:EBSOptionsStatus'
, eBSOptionsStatus_status
- Specifies the status of the EBS options for the specified Elasticsearch
domain.
ElasticsearchClusterConfig
data ElasticsearchClusterConfig Source #
Specifies the configuration for the domain cluster, such as the type and number of instances.
See: newElasticsearchClusterConfig
smart constructor.
Constructors
Instances
newElasticsearchClusterConfig :: ElasticsearchClusterConfig Source #
Create a value of ElasticsearchClusterConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:coldStorageOptions:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_coldStorageOptions
- Specifies the ColdStorageOptions
config for Elasticsearch Domain
$sel:dedicatedMasterCount:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_dedicatedMasterCount
- Total number of dedicated master nodes, active and on standby, for the
cluster.
$sel:dedicatedMasterEnabled:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_dedicatedMasterEnabled
- A boolean value to indicate whether a dedicated master node is enabled.
See
About Dedicated Master Nodes
for more information.
$sel:dedicatedMasterType:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_dedicatedMasterType
- The instance type for a dedicated master node.
$sel:instanceCount:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_instanceCount
- The number of instances in the specified domain cluster.
$sel:instanceType:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_instanceType
- The instance type for an Elasticsearch cluster. UltraWarm instance types
are not supported for data instances.
$sel:warmCount:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_warmCount
- The number of warm nodes in the cluster.
$sel:warmEnabled:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_warmEnabled
- True to enable warm storage.
$sel:warmType:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_warmType
- The instance type for the Elasticsearch cluster's warm nodes.
$sel:zoneAwarenessConfig:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_zoneAwarenessConfig
- Specifies the zone awareness configuration for a domain when zone
awareness is enabled.
$sel:zoneAwarenessEnabled:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_zoneAwarenessEnabled
- A boolean value to indicate whether zone awareness is enabled. See
About Zone Awareness
for more information.
ElasticsearchClusterConfigStatus
data ElasticsearchClusterConfigStatus Source #
Specifies the configuration status for the specified Elasticsearch domain.
See: newElasticsearchClusterConfigStatus
smart constructor.
Instances
newElasticsearchClusterConfigStatus Source #
Arguments
:: ElasticsearchClusterConfig | |
-> OptionStatus | |
-> ElasticsearchClusterConfigStatus |
Create a value of ElasticsearchClusterConfigStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:ElasticsearchClusterConfigStatus'
, elasticsearchClusterConfigStatus_options
- Specifies the cluster configuration for the specified Elasticsearch
domain.
$sel:status:ElasticsearchClusterConfigStatus'
, elasticsearchClusterConfigStatus_status
- Specifies the status of the configuration for the specified
Elasticsearch domain.
ElasticsearchDomainConfig
data ElasticsearchDomainConfig Source #
The configuration of an Elasticsearch domain.
See: newElasticsearchDomainConfig
smart constructor.
Constructors
Instances
newElasticsearchDomainConfig :: ElasticsearchDomainConfig Source #
Create a value of ElasticsearchDomainConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accessPolicies:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_accessPolicies
- IAM access policy as a JSON-formatted string.
$sel:advancedOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_advancedOptions
- Specifies the AdvancedOptions
for the domain. See
Configuring Advanced Options
for more information.
$sel:advancedSecurityOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_advancedSecurityOptions
- Specifies AdvancedSecurityOptions
for the domain.
$sel:autoTuneOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_autoTuneOptions
- Specifies AutoTuneOptions
for the domain.
$sel:changeProgressDetails:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_changeProgressDetails
- Specifies change details of the domain configuration change.
$sel:cognitoOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_cognitoOptions
- The CognitoOptions
for the specified domain. For more information, see
Amazon Cognito Authentication for Kibana.
$sel:domainEndpointOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_domainEndpointOptions
- Specifies the DomainEndpointOptions
for the Elasticsearch domain.
$sel:eBSOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_eBSOptions
- Specifies the EBSOptions
for the Elasticsearch domain.
$sel:elasticsearchClusterConfig:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_elasticsearchClusterConfig
- Specifies the ElasticsearchClusterConfig
for the Elasticsearch domain.
$sel:elasticsearchVersion:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_elasticsearchVersion
- String of format X.Y to specify version for the Elasticsearch domain.
$sel:encryptionAtRestOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_encryptionAtRestOptions
- Specifies the EncryptionAtRestOptions
for the Elasticsearch domain.
$sel:logPublishingOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_logPublishingOptions
- Log publishing options for the given domain.
$sel:nodeToNodeEncryptionOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_nodeToNodeEncryptionOptions
- Specifies the NodeToNodeEncryptionOptions
for the Elasticsearch
domain.
$sel:snapshotOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_snapshotOptions
- Specifies the SnapshotOptions
for the Elasticsearch domain.
$sel:vPCOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_vPCOptions
- The VPCOptions
for the specified domain. For more information, see
VPC Endpoints for Amazon Elasticsearch Service Domains.
ElasticsearchDomainStatus
data ElasticsearchDomainStatus Source #
The current status of an Elasticsearch domain.
See: newElasticsearchDomainStatus
smart constructor.
Constructors
Instances
newElasticsearchDomainStatus Source #
Arguments
:: Text | |
-> Text | |
-> Text | |
-> ElasticsearchClusterConfig | |
-> ElasticsearchDomainStatus |
Create a value of ElasticsearchDomainStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accessPolicies:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_accessPolicies
- IAM access policy as a JSON-formatted string.
$sel:advancedOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_advancedOptions
- Specifies the status of the AdvancedOptions
$sel:advancedSecurityOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_advancedSecurityOptions
- The current status of the Elasticsearch domain's advanced security
options.
$sel:autoTuneOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_autoTuneOptions
- The current status of the Elasticsearch domain's Auto-Tune options.
$sel:changeProgressDetails:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_changeProgressDetails
- Specifies change details of the domain configuration change.
$sel:cognitoOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_cognitoOptions
- The CognitoOptions
for the specified domain. For more information, see
Amazon Cognito Authentication for Kibana.
$sel:created:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_created
- The domain creation status. True
if the creation of an Elasticsearch
domain is complete. False
if domain creation is still in progress.
$sel:deleted:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_deleted
- The domain deletion status. True
if a delete request has been received
for the domain but resource cleanup is still in progress. False
if the
domain has not been deleted. Once domain deletion is complete, the
status of the domain is no longer returned.
$sel:domainEndpointOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_domainEndpointOptions
- The current status of the Elasticsearch domain's endpoint options.
$sel:eBSOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_eBSOptions
- The EBSOptions
for the specified domain. See
Configuring EBS-based Storage
for more information.
$sel:elasticsearchVersion:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_elasticsearchVersion
- Undocumented member.
$sel:encryptionAtRestOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_encryptionAtRestOptions
- Specifies the status of the EncryptionAtRestOptions
.
$sel:endpoint:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_endpoint
- The Elasticsearch domain endpoint that you use to submit index and
search requests.
$sel:endpoints:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_endpoints
- Map containing the Elasticsearch domain endpoints used to submit index
and search requests. Example key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.
$sel:logPublishingOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_logPublishingOptions
- Log publishing options for the given domain.
$sel:nodeToNodeEncryptionOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_nodeToNodeEncryptionOptions
- Specifies the status of the NodeToNodeEncryptionOptions
.
$sel:processing:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_processing
- The status of the Elasticsearch domain configuration. True
if Amazon
Elasticsearch Service is processing configuration changes. False
if
the configuration is active.
$sel:serviceSoftwareOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_serviceSoftwareOptions
- The current status of the Elasticsearch domain's service software.
$sel:snapshotOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_snapshotOptions
- Specifies the status of the SnapshotOptions
$sel:upgradeProcessing:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_upgradeProcessing
- The status of an Elasticsearch domain version upgrade. True
if Amazon
Elasticsearch Service is undergoing a version upgrade. False
if the
configuration is active.
$sel:vPCOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_vPCOptions
- The VPCOptions
for the specified domain. For more information, see
VPC Endpoints for Amazon Elasticsearch Service Domains.
$sel:domainId:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_domainId
- The unique identifier for the specified Elasticsearch domain.
$sel:domainName:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_domainName
- The name of an Elasticsearch domain. Domain names are unique across the
domains owned by an account within an AWS region. Domain names start
with a letter or number and can contain the following characters: a-z
(lowercase), 0-9, and - (hyphen).
$sel:arn:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_arn
- The Amazon resource name (ARN) of an Elasticsearch domain. See
Identifiers for IAM Entities
in Using AWS Identity and Access Management for more information.
$sel:elasticsearchClusterConfig:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_elasticsearchClusterConfig
- The type and number of instances in the domain cluster.
ElasticsearchVersionStatus
data ElasticsearchVersionStatus Source #
Status of the Elasticsearch version options for the specified Elasticsearch domain.
See: newElasticsearchVersionStatus
smart constructor.
Constructors
ElasticsearchVersionStatus' Text OptionStatus |
Instances
newElasticsearchVersionStatus Source #
Arguments
:: Text | |
-> OptionStatus | |
-> ElasticsearchVersionStatus |
Create a value of ElasticsearchVersionStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:ElasticsearchVersionStatus'
, elasticsearchVersionStatus_options
- Specifies the Elasticsearch version for the specified Elasticsearch
domain.
$sel:status:ElasticsearchVersionStatus'
, elasticsearchVersionStatus_status
- Specifies the status of the Elasticsearch version options for the
specified Elasticsearch domain.
EncryptionAtRestOptions
data EncryptionAtRestOptions Source #
Specifies the Encryption At Rest Options.
See: newEncryptionAtRestOptions
smart constructor.
Constructors
EncryptionAtRestOptions' (Maybe Bool) (Maybe Text) |
Instances
newEncryptionAtRestOptions :: EncryptionAtRestOptions Source #
Create a value of EncryptionAtRestOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:EncryptionAtRestOptions'
, encryptionAtRestOptions_enabled
- Specifies the option to enable Encryption At Rest.
$sel:kmsKeyId:EncryptionAtRestOptions'
, encryptionAtRestOptions_kmsKeyId
- Specifies the KMS Key ID for Encryption At Rest options.
EncryptionAtRestOptionsStatus
data EncryptionAtRestOptionsStatus Source #
Status of the Encryption At Rest options for the specified Elasticsearch domain.
See: newEncryptionAtRestOptionsStatus
smart constructor.
Instances
newEncryptionAtRestOptionsStatus Source #
Arguments
:: EncryptionAtRestOptions | |
-> OptionStatus | |
-> EncryptionAtRestOptionsStatus |
Create a value of EncryptionAtRestOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:EncryptionAtRestOptionsStatus'
, encryptionAtRestOptionsStatus_options
- Specifies the Encryption At Rest options for the specified Elasticsearch
domain.
$sel:status:EncryptionAtRestOptionsStatus'
, encryptionAtRestOptionsStatus_status
- Specifies the status of the Encryption At Rest options for the specified
Elasticsearch domain.
ErrorDetails
data ErrorDetails Source #
See: newErrorDetails
smart constructor.
Constructors
ErrorDetails' (Maybe Text) (Maybe Text) |
Instances
newErrorDetails :: ErrorDetails Source #
Create a value of ErrorDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorMessage:ErrorDetails'
, errorDetails_errorMessage
- Undocumented member.
$sel:errorType:ErrorDetails'
, errorDetails_errorType
- Undocumented member.
Filter
A filter used to limit results when describing inbound or outbound cross-cluster search connections. Multiple values can be specified per filter. A cross-cluster search connection must match at least one of the specified values for it to be returned from an operation.
See: newFilter
smart constructor.
Instances
ToJSON Filter Source # | |
Defined in Amazonka.ElasticSearch.Types.Filter | |
Generic Filter Source # | |
Read Filter Source # | |
Show Filter Source # | |
NFData Filter Source # | |
Defined in Amazonka.ElasticSearch.Types.Filter | |
Eq Filter Source # | |
Hashable Filter Source # | |
Defined in Amazonka.ElasticSearch.Types.Filter | |
type Rep Filter Source # | |
Defined in Amazonka.ElasticSearch.Types.Filter type Rep Filter = D1 ('MetaData "Filter" "Amazonka.ElasticSearch.Types.Filter" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))) |
Create a value of Filter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:Filter'
, filter_name
- Specifies the name of the filter.
$sel:values:Filter'
, filter_values
- Contains one or more values for the filter.
InboundCrossClusterSearchConnection
data InboundCrossClusterSearchConnection Source #
Specifies details of an inbound connection.
See: newInboundCrossClusterSearchConnection
smart constructor.
Constructors
InboundCrossClusterSearchConnection' (Maybe InboundCrossClusterSearchConnectionStatus) (Maybe Text) (Maybe DomainInformation) (Maybe DomainInformation) |
Instances
newInboundCrossClusterSearchConnection :: InboundCrossClusterSearchConnection Source #
Create a value of InboundCrossClusterSearchConnection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectionStatus:InboundCrossClusterSearchConnection'
, inboundCrossClusterSearchConnection_connectionStatus
- Specifies the InboundCrossClusterSearchConnectionStatus
for the
outbound connection.
$sel:crossClusterSearchConnectionId:InboundCrossClusterSearchConnection'
, inboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- Specifies the connection id for the inbound cross-cluster search
connection.
$sel:destinationDomainInfo:InboundCrossClusterSearchConnection'
, inboundCrossClusterSearchConnection_destinationDomainInfo
- Specifies the DomainInformation
for the destination Elasticsearch
domain.
$sel:sourceDomainInfo:InboundCrossClusterSearchConnection'
, inboundCrossClusterSearchConnection_sourceDomainInfo
- Specifies the DomainInformation
for the source Elasticsearch domain.
InboundCrossClusterSearchConnectionStatus
data InboundCrossClusterSearchConnectionStatus Source #
Specifies the coonection status of an inbound cross-cluster search connection.
See: newInboundCrossClusterSearchConnectionStatus
smart constructor.
Constructors
InboundCrossClusterSearchConnectionStatus' (Maybe Text) (Maybe InboundCrossClusterSearchConnectionStatusCode) |
Instances
newInboundCrossClusterSearchConnectionStatus :: InboundCrossClusterSearchConnectionStatus Source #
Create a value of InboundCrossClusterSearchConnectionStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:message:InboundCrossClusterSearchConnectionStatus'
, inboundCrossClusterSearchConnectionStatus_message
- Specifies verbose information for the inbound connection status.
$sel:statusCode:InboundCrossClusterSearchConnectionStatus'
, inboundCrossClusterSearchConnectionStatus_statusCode
- The state code for inbound connection. This can be one of the following:
- PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
- APPROVED: Inbound connection is pending acceptance by destination domain owner.
- REJECTING: Inbound connection rejection is in process.
- REJECTED: Inbound connection is rejected.
- DELETING: Inbound connection deletion is in progress.
- DELETED: Inbound connection is deleted and cannot be used further.
InstanceCountLimits
data InstanceCountLimits Source #
InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.
See: newInstanceCountLimits
smart constructor.
Constructors
InstanceCountLimits' (Maybe Int) (Maybe Int) |
Instances
newInstanceCountLimits :: InstanceCountLimits Source #
Create a value of InstanceCountLimits
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maximumInstanceCount:InstanceCountLimits'
, instanceCountLimits_maximumInstanceCount
- Undocumented member.
$sel:minimumInstanceCount:InstanceCountLimits'
, instanceCountLimits_minimumInstanceCount
- Undocumented member.
InstanceLimits
data InstanceLimits Source #
InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
See: newInstanceLimits
smart constructor.
Constructors
InstanceLimits' (Maybe InstanceCountLimits) |
Instances
newInstanceLimits :: InstanceLimits Source #
Create a value of InstanceLimits
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:instanceCountLimits:InstanceLimits'
, instanceLimits_instanceCountLimits
- Undocumented member.
Limits
Limits for given InstanceType and for each of it's role.
Limits contains following
StorageTypes,
InstanceLimits
and
AdditionalLimits
See: newLimits
smart constructor.
Constructors
Limits' (Maybe [AdditionalLimit]) (Maybe InstanceLimits) (Maybe [StorageType]) |
Instances
FromJSON Limits Source # | |
Generic Limits Source # | |
Read Limits Source # | |
Show Limits Source # | |
NFData Limits Source # | |
Defined in Amazonka.ElasticSearch.Types.Limits | |
Eq Limits Source # | |
Hashable Limits Source # | |
Defined in Amazonka.ElasticSearch.Types.Limits | |
type Rep Limits Source # | |
Defined in Amazonka.ElasticSearch.Types.Limits type Rep Limits = D1 ('MetaData "Limits" "Amazonka.ElasticSearch.Types.Limits" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "Limits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "additionalLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdditionalLimit])) :*: (S1 ('MetaSel ('Just "instanceLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceLimits)) :*: S1 ('MetaSel ('Just "storageTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageType]))))) |
Create a value of Limits
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:additionalLimits:Limits'
, limits_additionalLimits
- List of additional limits that are specific to a given InstanceType and
for each of it's
InstanceRole
.
$sel:instanceLimits:Limits'
, limits_instanceLimits
- Undocumented member.
$sel:storageTypes:Limits'
, limits_storageTypes
- StorageType represents the list of storage related types and attributes
that are available for given InstanceType.
LogPublishingOption
data LogPublishingOption Source #
Log Publishing option that is set for given domain. Attributes and their details:
- CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published.
- Enabled: Whether the log publishing for given log type is enabled or not
See: newLogPublishingOption
smart constructor.
Constructors
LogPublishingOption' (Maybe Text) (Maybe Bool) |
Instances
newLogPublishingOption :: LogPublishingOption Source #
Create a value of LogPublishingOption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cloudWatchLogsLogGroupArn:LogPublishingOption'
, logPublishingOption_cloudWatchLogsLogGroupArn
- Undocumented member.
$sel:enabled:LogPublishingOption'
, logPublishingOption_enabled
- Specifies whether given log publishing option is enabled or not.
LogPublishingOptionsStatus
data LogPublishingOptionsStatus Source #
The configured log publishing options for the domain and their current status.
See: newLogPublishingOptionsStatus
smart constructor.
Constructors
LogPublishingOptionsStatus' (Maybe (HashMap LogType LogPublishingOption)) (Maybe OptionStatus) |
Instances
newLogPublishingOptionsStatus :: LogPublishingOptionsStatus Source #
Create a value of LogPublishingOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:LogPublishingOptionsStatus'
, logPublishingOptionsStatus_options
- The log publishing options configured for the Elasticsearch domain.
$sel:status:LogPublishingOptionsStatus'
, logPublishingOptionsStatus_status
- The status of the log publishing options for the Elasticsearch domain.
See OptionStatus
for the status information that's included.
MasterUserOptions
data MasterUserOptions Source #
Credentials for the master user: username and password, ARN, or both.
See: newMasterUserOptions
smart constructor.
Instances
newMasterUserOptions :: MasterUserOptions Source #
Create a value of MasterUserOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:masterUserARN:MasterUserOptions'
, masterUserOptions_masterUserARN
- ARN for the master user (if IAM is enabled).
$sel:masterUserName:MasterUserOptions'
, masterUserOptions_masterUserName
- The master user's username, which is stored in the Amazon Elasticsearch
Service domain's internal database.
$sel:masterUserPassword:MasterUserOptions'
, masterUserOptions_masterUserPassword
- The master user's password, which is stored in the Amazon Elasticsearch
Service domain's internal database.
NodeToNodeEncryptionOptions
data NodeToNodeEncryptionOptions Source #
Specifies the node-to-node encryption options.
See: newNodeToNodeEncryptionOptions
smart constructor.
Constructors
NodeToNodeEncryptionOptions' (Maybe Bool) |
Instances
newNodeToNodeEncryptionOptions :: NodeToNodeEncryptionOptions Source #
Create a value of NodeToNodeEncryptionOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:NodeToNodeEncryptionOptions'
, nodeToNodeEncryptionOptions_enabled
- Specify true to enable node-to-node encryption.
NodeToNodeEncryptionOptionsStatus
data NodeToNodeEncryptionOptionsStatus Source #
Status of the node-to-node encryption options for the specified Elasticsearch domain.
See: newNodeToNodeEncryptionOptionsStatus
smart constructor.
Instances
newNodeToNodeEncryptionOptionsStatus Source #
Arguments
:: NodeToNodeEncryptionOptions | |
-> OptionStatus | |
-> NodeToNodeEncryptionOptionsStatus |
Create a value of NodeToNodeEncryptionOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:NodeToNodeEncryptionOptionsStatus'
, nodeToNodeEncryptionOptionsStatus_options
- Specifies the node-to-node encryption options for the specified
Elasticsearch domain.
$sel:status:NodeToNodeEncryptionOptionsStatus'
, nodeToNodeEncryptionOptionsStatus_status
- Specifies the status of the node-to-node encryption options for the
specified Elasticsearch domain.
OptionStatus
data OptionStatus Source #
Provides the current status of the entity.
See: newOptionStatus
smart constructor.
Constructors
OptionStatus' (Maybe Bool) (Maybe Natural) POSIX POSIX OptionState |
Instances
Arguments
:: UTCTime | |
-> UTCTime | |
-> OptionState | |
-> OptionStatus |
Create a value of OptionStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:pendingDeletion:OptionStatus'
, optionStatus_pendingDeletion
- Indicates whether the Elasticsearch domain is being deleted.
$sel:updateVersion:OptionStatus'
, optionStatus_updateVersion
- Specifies the latest version for the entity.
$sel:creationDate:OptionStatus'
, optionStatus_creationDate
- Timestamp which tells the creation date for the entity.
$sel:updateDate:OptionStatus'
, optionStatus_updateDate
- Timestamp which tells the last updated time for the entity.
$sel:state:OptionStatus'
, optionStatus_state
- Provides the OptionState
for the Elasticsearch domain.
OutboundCrossClusterSearchConnection
data OutboundCrossClusterSearchConnection Source #
Specifies details of an outbound connection.
See: newOutboundCrossClusterSearchConnection
smart constructor.
Constructors
OutboundCrossClusterSearchConnection' (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatus) (Maybe Text) (Maybe DomainInformation) (Maybe DomainInformation) |
Instances
newOutboundCrossClusterSearchConnection :: OutboundCrossClusterSearchConnection Source #
Create a value of OutboundCrossClusterSearchConnection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectionAlias:OutboundCrossClusterSearchConnection'
, outboundCrossClusterSearchConnection_connectionAlias
- Specifies the connection alias for the outbound cross-cluster search
connection.
$sel:connectionStatus:OutboundCrossClusterSearchConnection'
, outboundCrossClusterSearchConnection_connectionStatus
- Specifies the OutboundCrossClusterSearchConnectionStatus
for the
outbound connection.
$sel:crossClusterSearchConnectionId:OutboundCrossClusterSearchConnection'
, outboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- Specifies the connection id for the outbound cross-cluster search
connection.
$sel:destinationDomainInfo:OutboundCrossClusterSearchConnection'
, outboundCrossClusterSearchConnection_destinationDomainInfo
- Specifies the DomainInformation
for the destination Elasticsearch
domain.
$sel:sourceDomainInfo:OutboundCrossClusterSearchConnection'
, outboundCrossClusterSearchConnection_sourceDomainInfo
- Specifies the DomainInformation
for the source Elasticsearch domain.
OutboundCrossClusterSearchConnectionStatus
data OutboundCrossClusterSearchConnectionStatus Source #
Specifies the connection status of an outbound cross-cluster search connection.
See: newOutboundCrossClusterSearchConnectionStatus
smart constructor.
Constructors
OutboundCrossClusterSearchConnectionStatus' (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatusCode) |
Instances
newOutboundCrossClusterSearchConnectionStatus :: OutboundCrossClusterSearchConnectionStatus Source #
Create a value of OutboundCrossClusterSearchConnectionStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:message:OutboundCrossClusterSearchConnectionStatus'
, outboundCrossClusterSearchConnectionStatus_message
- Specifies verbose information for the outbound connection status.
$sel:statusCode:OutboundCrossClusterSearchConnectionStatus'
, outboundCrossClusterSearchConnectionStatus_statusCode
- The state code for outbound connection. This can be one of the
following:
- VALIDATING: The outbound connection request is being validated.
- VALIDATION_FAILED: Validation failed for the connection request.
- PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by destination domain owner.
- PROVISIONING: Outbound connection request is in process.
- ACTIVE: Outbound connection is active and ready to use.
- REJECTED: Outbound connection request is rejected by destination domain owner.
- DELETING: Outbound connection deletion is in progress.
- DELETED: Outbound connection is deleted and cannot be used further.
PackageDetails
data PackageDetails Source #
Basic information about a package.
See: newPackageDetails
smart constructor.
Constructors
PackageDetails' (Maybe Text) (Maybe POSIX) (Maybe ErrorDetails) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe PackageStatus) (Maybe PackageType) |
Instances
newPackageDetails :: PackageDetails Source #
Create a value of PackageDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:availablePackageVersion:PackageDetails'
, packageDetails_availablePackageVersion
- Undocumented member.
$sel:createdAt:PackageDetails'
, packageDetails_createdAt
- Timestamp which tells creation date of the package.
$sel:errorDetails:PackageDetails'
, packageDetails_errorDetails
- Additional information if the package is in an error state. Null
otherwise.
$sel:lastUpdatedAt:PackageDetails'
, packageDetails_lastUpdatedAt
- Undocumented member.
$sel:packageDescription:PackageDetails'
, packageDetails_packageDescription
- User-specified description of the package.
$sel:packageID:PackageDetails'
, packageDetails_packageID
- Internal ID of the package.
$sel:packageName:PackageDetails'
, packageDetails_packageName
- User specified name of the package.
$sel:packageStatus:PackageDetails'
, packageDetails_packageStatus
- Current state of the package. Values are
COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED
$sel:packageType:PackageDetails'
, packageDetails_packageType
- Currently supports only TXT-DICTIONARY.
PackageSource
data PackageSource Source #
The S3 location for importing the package specified as S3BucketName
and S3Key
See: newPackageSource
smart constructor.
Constructors
PackageSource' (Maybe Text) (Maybe Text) |
Instances
newPackageSource :: PackageSource Source #
Create a value of PackageSource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3BucketName:PackageSource'
, packageSource_s3BucketName
- Name of the bucket containing the package.
$sel:s3Key:PackageSource'
, packageSource_s3Key
- Key (file name) of the package.
PackageVersionHistory
data PackageVersionHistory Source #
Details of a package version.
See: newPackageVersionHistory
smart constructor.
Instances
newPackageVersionHistory :: PackageVersionHistory Source #
Create a value of PackageVersionHistory
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:commitMessage:PackageVersionHistory'
, packageVersionHistory_commitMessage
- A message associated with the version.
$sel:createdAt:PackageVersionHistory'
, packageVersionHistory_createdAt
- Timestamp which tells creation time of the package version.
$sel:packageVersion:PackageVersionHistory'
, packageVersionHistory_packageVersion
- Version of the package.
RecurringCharge
data RecurringCharge Source #
Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.
See: newRecurringCharge
smart constructor.
Constructors
RecurringCharge' (Maybe Double) (Maybe Text) |
Instances
newRecurringCharge :: RecurringCharge Source #
Create a value of RecurringCharge
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:recurringChargeAmount:RecurringCharge'
, recurringCharge_recurringChargeAmount
- The monetary amount of the recurring charge.
$sel:recurringChargeFrequency:RecurringCharge'
, recurringCharge_recurringChargeFrequency
- The frequency of the recurring charge.
ReservedElasticsearchInstance
data ReservedElasticsearchInstance Source #
Details of a reserved Elasticsearch instance.
See: newReservedElasticsearchInstance
smart constructor.
Constructors
Instances
newReservedElasticsearchInstance :: ReservedElasticsearchInstance Source #
Create a value of ReservedElasticsearchInstance
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:currencyCode:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_currencyCode
- The currency code for the reserved Elasticsearch instance offering.
$sel:duration:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_duration
- The duration, in seconds, for which the Elasticsearch instance is
reserved.
$sel:elasticsearchInstanceCount:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_elasticsearchInstanceCount
- The number of Elasticsearch instances that have been reserved.
$sel:elasticsearchInstanceType:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_elasticsearchInstanceType
- The Elasticsearch instance type offered by the reserved instance
offering.
$sel:fixedPrice:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_fixedPrice
- The upfront fixed charge you will paid to purchase the specific reserved
Elasticsearch instance offering.
$sel:paymentOption:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_paymentOption
- The payment option as defined in the reserved Elasticsearch instance
offering.
$sel:recurringCharges:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_recurringCharges
- The charge to your account regardless of whether you are creating any
domains using the instance offering.
$sel:reservationName:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_reservationName
- The customer-specified identifier to track this reservation.
$sel:reservedElasticsearchInstanceId:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_reservedElasticsearchInstanceId
- The unique identifier for the reservation.
$sel:reservedElasticsearchInstanceOfferingId:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_reservedElasticsearchInstanceOfferingId
- The offering identifier.
$sel:startTime:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_startTime
- The time the reservation started.
$sel:state:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_state
- The state of the reserved Elasticsearch instance.
$sel:usagePrice:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_usagePrice
- The rate you are charged for each hour for the domain that is using this
reserved instance.
ReservedElasticsearchInstanceOffering
data ReservedElasticsearchInstanceOffering Source #
Details of a reserved Elasticsearch instance offering.
See: newReservedElasticsearchInstanceOffering
smart constructor.
Constructors
Instances
newReservedElasticsearchInstanceOffering :: ReservedElasticsearchInstanceOffering Source #
Create a value of ReservedElasticsearchInstanceOffering
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:currencyCode:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_currencyCode
- The currency code for the reserved Elasticsearch instance offering.
$sel:duration:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_duration
- The duration, in seconds, for which the offering will reserve the
Elasticsearch instance.
$sel:elasticsearchInstanceType:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_elasticsearchInstanceType
- The Elasticsearch instance type offered by the reserved instance
offering.
$sel:fixedPrice:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_fixedPrice
- The upfront fixed charge you will pay to purchase the specific reserved
Elasticsearch instance offering.
$sel:paymentOption:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_paymentOption
- Payment option for the reserved Elasticsearch instance offering
$sel:recurringCharges:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_recurringCharges
- The charge to your account regardless of whether you are creating any
domains using the instance offering.
$sel:reservedElasticsearchInstanceOfferingId:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_reservedElasticsearchInstanceOfferingId
- The Elasticsearch reserved instance offering identifier.
$sel:usagePrice:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_usagePrice
- The rate you are charged for each hour the domain that is using the
offering is running.
SAMLIdp
Specifies the SAML Identity Provider's information.
See: newSAMLIdp
smart constructor.
Instances
FromJSON SAMLIdp Source # | |
ToJSON SAMLIdp Source # | |
Defined in Amazonka.ElasticSearch.Types.SAMLIdp | |
Generic SAMLIdp Source # | |
Read SAMLIdp Source # | |
Show SAMLIdp Source # | |
NFData SAMLIdp Source # | |
Defined in Amazonka.ElasticSearch.Types.SAMLIdp | |
Eq SAMLIdp Source # | |
Hashable SAMLIdp Source # | |
Defined in Amazonka.ElasticSearch.Types.SAMLIdp | |
type Rep SAMLIdp Source # | |
Defined in Amazonka.ElasticSearch.Types.SAMLIdp type Rep SAMLIdp = D1 ('MetaData "SAMLIdp" "Amazonka.ElasticSearch.Types.SAMLIdp" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "SAMLIdp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metadataContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of SAMLIdp
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:metadataContent:SAMLIdp'
, sAMLIdp_metadataContent
- The Metadata of the SAML application in xml format.
$sel:entityId:SAMLIdp'
, sAMLIdp_entityId
- The unique Entity ID of the application in SAML Identity Provider.
SAMLOptionsInput
data SAMLOptionsInput Source #
Specifies the SAML application configuration for the domain.
See: newSAMLOptionsInput
smart constructor.
Constructors
SAMLOptionsInput' (Maybe Bool) (Maybe SAMLIdp) (Maybe Text) (Maybe (Sensitive Text)) (Maybe Text) (Maybe Int) (Maybe Text) |
Instances
newSAMLOptionsInput :: SAMLOptionsInput Source #
Create a value of SAMLOptionsInput
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:SAMLOptionsInput'
, sAMLOptionsInput_enabled
- True if SAML is enabled.
$sel:idp:SAMLOptionsInput'
, sAMLOptionsInput_idp
- Specifies the SAML Identity Provider's information.
$sel:masterBackendRole:SAMLOptionsInput'
, sAMLOptionsInput_masterBackendRole
- The backend role to which the SAML master user is mapped to.
$sel:masterUserName:SAMLOptionsInput'
, sAMLOptionsInput_masterUserName
- The SAML master username, which is stored in the Amazon Elasticsearch
Service domain's internal database.
$sel:rolesKey:SAMLOptionsInput'
, sAMLOptionsInput_rolesKey
- The key to use for matching the SAML Roles attribute.
$sel:sessionTimeoutMinutes:SAMLOptionsInput'
, sAMLOptionsInput_sessionTimeoutMinutes
- The duration, in minutes, after which a user session becomes inactive.
Acceptable values are between 1 and 1440, and the default value is 60.
$sel:subjectKey:SAMLOptionsInput'
, sAMLOptionsInput_subjectKey
- The key to use for matching the SAML Subject attribute.
SAMLOptionsOutput
data SAMLOptionsOutput Source #
Describes the SAML application configured for the domain.
See: newSAMLOptionsOutput
smart constructor.
Instances
newSAMLOptionsOutput :: SAMLOptionsOutput Source #
Create a value of SAMLOptionsOutput
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:SAMLOptionsOutput'
, sAMLOptionsOutput_enabled
- True if SAML is enabled.
$sel:idp:SAMLOptionsOutput'
, sAMLOptionsOutput_idp
- Describes the SAML Identity Provider's information.
$sel:rolesKey:SAMLOptionsOutput'
, sAMLOptionsOutput_rolesKey
- The key used for matching the SAML Roles attribute.
$sel:sessionTimeoutMinutes:SAMLOptionsOutput'
, sAMLOptionsOutput_sessionTimeoutMinutes
- The duration, in minutes, after which a user session becomes inactive.
$sel:subjectKey:SAMLOptionsOutput'
, sAMLOptionsOutput_subjectKey
- The key used for matching the SAML Subject attribute.
ScheduledAutoTuneDetails
data ScheduledAutoTuneDetails Source #
Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.
See: newScheduledAutoTuneDetails
smart constructor.
Constructors
ScheduledAutoTuneDetails' (Maybe Text) (Maybe ScheduledAutoTuneActionType) (Maybe POSIX) (Maybe ScheduledAutoTuneSeverityType) |
Instances
newScheduledAutoTuneDetails :: ScheduledAutoTuneDetails Source #
Create a value of ScheduledAutoTuneDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:action:ScheduledAutoTuneDetails'
, scheduledAutoTuneDetails_action
- Specifies Auto-Tune action description.
$sel:actionType:ScheduledAutoTuneDetails'
, scheduledAutoTuneDetails_actionType
- Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING
and JVM_YOUNG_GEN_TUNING.
$sel:date:ScheduledAutoTuneDetails'
, scheduledAutoTuneDetails_date
- Specifies timestamp for the Auto-Tune action scheduled for the domain.
$sel:severity:ScheduledAutoTuneDetails'
, scheduledAutoTuneDetails_severity
- Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and
HIGH.
ServiceSoftwareOptions
data ServiceSoftwareOptions Source #
The current options of an Elasticsearch domain service software options.
See: newServiceSoftwareOptions
smart constructor.
Constructors
ServiceSoftwareOptions' (Maybe POSIX) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Bool) (Maybe DeploymentStatus) |
Instances
newServiceSoftwareOptions :: ServiceSoftwareOptions Source #
Create a value of ServiceSoftwareOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:automatedUpdateDate:ServiceSoftwareOptions'
, serviceSoftwareOptions_automatedUpdateDate
- Timestamp, in Epoch time, until which you can manually request a service
software update. After this date, we automatically update your service
software.
$sel:cancellable:ServiceSoftwareOptions'
, serviceSoftwareOptions_cancellable
- True
if you are able to cancel your service software version update.
False
if you are not able to cancel your service software version.
$sel:currentVersion:ServiceSoftwareOptions'
, serviceSoftwareOptions_currentVersion
- The current service software version that is present on the domain.
$sel:description:ServiceSoftwareOptions'
, serviceSoftwareOptions_description
- The description of the UpdateStatus
.
$sel:newVersion':ServiceSoftwareOptions'
, serviceSoftwareOptions_newVersion
- The new service software version if one is available.
$sel:optionalDeployment:ServiceSoftwareOptions'
, serviceSoftwareOptions_optionalDeployment
- True
if a service software is never automatically updated. False
if
a service software is automatically updated after AutomatedUpdateDate
.
$sel:updateAvailable:ServiceSoftwareOptions'
, serviceSoftwareOptions_updateAvailable
- True
if you are able to update you service software version. False
if you are not able to update your service software version.
$sel:updateStatus:ServiceSoftwareOptions'
, serviceSoftwareOptions_updateStatus
- The status of your service software update. This field can take the
following values: ELIGIBLE
, PENDING_UPDATE
, IN_PROGRESS
,
COMPLETED
, and NOT_ELIGIBLE
.
SnapshotOptions
data SnapshotOptions Source #
Specifies the time, in UTC format, when the service takes a daily
automated snapshot of the specified Elasticsearch domain. Default value
is 0
hours.
See: newSnapshotOptions
smart constructor.
Constructors
SnapshotOptions' (Maybe Int) |
Instances
newSnapshotOptions :: SnapshotOptions Source #
Create a value of SnapshotOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:automatedSnapshotStartHour:SnapshotOptions'
, snapshotOptions_automatedSnapshotStartHour
- Specifies the time, in UTC format, when the service takes a daily
automated snapshot of the specified Elasticsearch domain. Default value
is 0
hours.
SnapshotOptionsStatus
data SnapshotOptionsStatus Source #
Status of a daily automated snapshot.
See: newSnapshotOptionsStatus
smart constructor.
Constructors
SnapshotOptionsStatus' SnapshotOptions OptionStatus |
Instances
newSnapshotOptionsStatus Source #
Arguments
:: SnapshotOptions | |
-> OptionStatus | |
-> SnapshotOptionsStatus |
Create a value of SnapshotOptionsStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:SnapshotOptionsStatus'
, snapshotOptionsStatus_options
- Specifies the daily snapshot options specified for the Elasticsearch
domain.
$sel:status:SnapshotOptionsStatus'
, snapshotOptionsStatus_status
- Specifies the status of a daily automated snapshot.
StorageType
data StorageType Source #
StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.
See: newStorageType
smart constructor.
Constructors
StorageType' (Maybe Text) (Maybe [StorageTypeLimit]) (Maybe Text) |
Instances
newStorageType :: StorageType Source #
Create a value of StorageType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:storageSubTypeName:StorageType'
, storageType_storageSubTypeName
- Undocumented member.
$sel:storageTypeLimits:StorageType'
, storageType_storageTypeLimits
- List of limits that are applicable for given storage type.
$sel:storageTypeName:StorageType'
, storageType_storageTypeName
- Undocumented member.
StorageTypeLimit
data StorageTypeLimit Source #
Limits that are applicable for given storage type.
See: newStorageTypeLimit
smart constructor.
Constructors
StorageTypeLimit' (Maybe Text) (Maybe [Text]) |
Instances
newStorageTypeLimit :: StorageTypeLimit Source #
Create a value of StorageTypeLimit
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:limitName:StorageTypeLimit'
, storageTypeLimit_limitName
- Name of storage limits that are applicable for given storage type. If
StorageType
is ebs, following storage options are applicable
- MinimumVolumeSize
- MaximumVolumeSize
- MaximumIops
- MinimumIops
- MaximumThroughput
- MinimumThroughput
$sel:limitValues:StorageTypeLimit'
, storageTypeLimit_limitValues
- Values for the
StorageTypeLimit$LimitName
.
Tag
Specifies a key value pair for a resource tag.
See: newTag
smart constructor.
Instances
FromJSON Tag Source # | |
ToJSON Tag Source # | |
Defined in Amazonka.ElasticSearch.Types.Tag | |
Generic Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.ElasticSearch.Types.Tag | |
Eq Tag Source # | |
Hashable Tag Source # | |
Defined in Amazonka.ElasticSearch.Types.Tag | |
type Rep Tag Source # | |
Defined in Amazonka.ElasticSearch.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ElasticSearch.Types.Tag" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Tag
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:key:Tag'
, tag_key
- Specifies the TagKey
, the name of the tag. Tag keys must be unique for
the Elasticsearch domain to which they are attached.
$sel:value:Tag'
, tag_value
- Specifies the TagValue
, the value assigned to the corresponding tag
key. Tag values can be null and do not have to be unique in a tag set.
For example, you can have a key value pair in a tag set of
project : Trinity
and cost-center : Trinity
UpgradeHistory
data UpgradeHistory Source #
History of the last 10 Upgrades and Upgrade Eligibility Checks.
See: newUpgradeHistory
smart constructor.
Constructors
UpgradeHistory' (Maybe POSIX) (Maybe [UpgradeStepItem]) (Maybe Text) (Maybe UpgradeStatus) |
Instances
newUpgradeHistory :: UpgradeHistory Source #
Create a value of UpgradeHistory
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:startTimestamp:UpgradeHistory'
, upgradeHistory_startTimestamp
- UTC Timestamp at which the Upgrade API call was made in
"yyyy-MM-ddTHH:mm:ssZ" format.
$sel:stepsList:UpgradeHistory'
, upgradeHistory_stepsList
- A list of
UpgradeStepItem
s representing information about each
step performed as pard of a specific Upgrade or Upgrade Eligibility
Check.
$sel:upgradeName:UpgradeHistory'
, upgradeHistory_upgradeName
- A string that describes the update briefly
$sel:upgradeStatus:UpgradeHistory'
, upgradeHistory_upgradeStatus
- The overall status of the update. The status can take one of the
following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
UpgradeStepItem
data UpgradeStepItem Source #
Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.
See: newUpgradeStepItem
smart constructor.
Constructors
UpgradeStepItem' (Maybe [Text]) (Maybe Double) (Maybe UpgradeStep) (Maybe UpgradeStatus) |
Instances
newUpgradeStepItem :: UpgradeStepItem Source #
Create a value of UpgradeStepItem
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:issues:UpgradeStepItem'
, upgradeStepItem_issues
- A list of strings containing detailed information about the errors
encountered in a particular step.
$sel:progressPercent:UpgradeStepItem'
, upgradeStepItem_progressPercent
- The Floating point value representing progress percentage of a
particular step.
$sel:upgradeStep:UpgradeStepItem'
, upgradeStepItem_upgradeStep
- Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check
does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
$sel:upgradeStepStatus:UpgradeStepItem'
, upgradeStepItem_upgradeStepStatus
- The status of a particular step during an upgrade. The status can take
one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
VPCDerivedInfo
data VPCDerivedInfo Source #
Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.
See: newVPCDerivedInfo
smart constructor.
Instances
newVPCDerivedInfo :: VPCDerivedInfo Source #
Create a value of VPCDerivedInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:availabilityZones:VPCDerivedInfo'
, vPCDerivedInfo_availabilityZones
- The availability zones for the Elasticsearch domain. Exists only if the
domain was created with VPCOptions.
$sel:securityGroupIds:VPCDerivedInfo'
, vPCDerivedInfo_securityGroupIds
- Specifies the security groups for VPC endpoint.
$sel:subnetIds:VPCDerivedInfo'
, vPCDerivedInfo_subnetIds
- Specifies the subnets for VPC endpoint.
$sel:vPCId:VPCDerivedInfo'
, vPCDerivedInfo_vPCId
- The VPC Id for the Elasticsearch domain. Exists only if the domain was
created with VPCOptions.
VPCDerivedInfoStatus
data VPCDerivedInfoStatus Source #
Status of the VPC options for the specified Elasticsearch domain.
See: newVPCDerivedInfoStatus
smart constructor.
Constructors
VPCDerivedInfoStatus' VPCDerivedInfo OptionStatus |
Instances
newVPCDerivedInfoStatus Source #
Arguments
:: VPCDerivedInfo | |
-> OptionStatus | |
-> VPCDerivedInfoStatus |
Create a value of VPCDerivedInfoStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:VPCDerivedInfoStatus'
, vPCDerivedInfoStatus_options
- Specifies the VPC options for the specified Elasticsearch domain.
$sel:status:VPCDerivedInfoStatus'
, vPCDerivedInfoStatus_status
- Specifies the status of the VPC options for the specified Elasticsearch
domain.
VPCOptions
data VPCOptions Source #
Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.
See: newVPCOptions
smart constructor.
Constructors
VPCOptions' (Maybe [Text]) (Maybe [Text]) |
Instances
newVPCOptions :: VPCOptions Source #
Create a value of VPCOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityGroupIds:VPCOptions'
, vPCOptions_securityGroupIds
- Specifies the security groups for VPC endpoint.
$sel:subnetIds:VPCOptions'
, vPCOptions_subnetIds
- Specifies the subnets for VPC endpoint.
VpcEndpoint
data VpcEndpoint Source #
The connection endpoint for connecting to an Amazon OpenSearch Service domain through a proxy.
See: newVpcEndpoint
smart constructor.
Constructors
VpcEndpoint' (Maybe Text) (Maybe Text) (Maybe VpcEndpointStatus) (Maybe Text) (Maybe Text) (Maybe VPCDerivedInfo) |
Instances
newVpcEndpoint :: VpcEndpoint Source #
Create a value of VpcEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainArn:VpcEndpoint'
, vpcEndpoint_domainArn
- The Amazon Resource Name (ARN) of the domain associated with the
endpoint.
$sel:endpoint:VpcEndpoint'
, vpcEndpoint_endpoint
- The connection endpoint ID for connecting to the domain.
$sel:status:VpcEndpoint'
, vpcEndpoint_status
- The current status of the endpoint.
$sel:vpcEndpointId:VpcEndpoint'
, vpcEndpoint_vpcEndpointId
- The unique identifier of the endpoint.
$sel:vpcEndpointOwner:VpcEndpoint'
, vpcEndpoint_vpcEndpointOwner
- The creator of the endpoint.
$sel:vpcOptions:VpcEndpoint'
, vpcEndpoint_vpcOptions
- Options to specify the subnets and security groups for an Amazon
OpenSearch Service VPC endpoint.
VpcEndpointError
data VpcEndpointError Source #
Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.
See: newVpcEndpointError
smart constructor.
Constructors
VpcEndpointError' (Maybe VpcEndpointErrorCode) (Maybe Text) (Maybe Text) |
Instances
newVpcEndpointError :: VpcEndpointError Source #
Create a value of VpcEndpointError
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorCode:VpcEndpointError'
, vpcEndpointError_errorCode
- The code associated with the error.
$sel:errorMessage:VpcEndpointError'
, vpcEndpointError_errorMessage
- A message describing the error.
$sel:vpcEndpointId:VpcEndpointError'
, vpcEndpointError_vpcEndpointId
- The unique identifier of the endpoint.
VpcEndpointSummary
data VpcEndpointSummary Source #
Summary information for an Amazon OpenSearch Service-managed VPC endpoint.
See: newVpcEndpointSummary
smart constructor.
Constructors
VpcEndpointSummary' (Maybe Text) (Maybe VpcEndpointStatus) (Maybe Text) (Maybe Text) |
Instances
newVpcEndpointSummary :: VpcEndpointSummary Source #
Create a value of VpcEndpointSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainArn:VpcEndpointSummary'
, vpcEndpointSummary_domainArn
- The Amazon Resource Name (ARN) of the domain associated with the
endpoint.
$sel:status:VpcEndpointSummary'
, vpcEndpointSummary_status
- The current status of the endpoint.
$sel:vpcEndpointId:VpcEndpointSummary'
, vpcEndpointSummary_vpcEndpointId
- The unique identifier of the endpoint.
$sel:vpcEndpointOwner:VpcEndpointSummary'
, vpcEndpointSummary_vpcEndpointOwner
- The creator of the endpoint.
ZoneAwarenessConfig
data ZoneAwarenessConfig Source #
Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.
See: newZoneAwarenessConfig
smart constructor.
Constructors
ZoneAwarenessConfig' (Maybe Int) |
Instances
newZoneAwarenessConfig :: ZoneAwarenessConfig Source #
Create a value of ZoneAwarenessConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:availabilityZoneCount:ZoneAwarenessConfig'
, zoneAwarenessConfig_availabilityZoneCount
- An integer value to indicate the number of availability zones for a
domain when zone awareness is enabled. This should be equal to number of
subnets if VPC endpoints is enabled