Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- Waiters
- Operations
- CreateOutboundCrossClusterSearchConnection
- DescribeInboundCrossClusterSearchConnections
- CreateElasticsearchDomain
- RemoveTags
- GetCompatibleElasticsearchVersions
- DescribeElasticsearchDomains
- ListDomainsForPackage
- ListPackagesForDomain
- StartElasticsearchServiceSoftwareUpdate
- DescribeDomainAutoTunes
- ListElasticsearchInstanceTypes (Paginated)
- DeleteElasticsearchServiceRole
- DescribeElasticsearchDomain
- ListDomainNames
- AssociatePackage
- DeleteOutboundCrossClusterSearchConnection
- DescribeElasticsearchInstanceTypeLimits
- GetPackageVersionHistory
- GetUpgradeHistory (Paginated)
- DescribePackages
- DescribeElasticsearchDomainConfig
- GetUpgradeStatus
- DeleteElasticsearchDomain
- DissociatePackage
- PurchaseReservedElasticsearchInstanceOffering
- DescribeReservedElasticsearchInstances (Paginated)
- UpdateElasticsearchDomainConfig
- ListElasticsearchVersions (Paginated)
- AddTags
- DeleteInboundCrossClusterSearchConnection
- DescribeReservedElasticsearchInstanceOfferings (Paginated)
- UpgradeElasticsearchDomain
- ListTags
- DeletePackage
- UpdatePackage
- CancelElasticsearchServiceSoftwareUpdate
- CreatePackage
- RejectInboundCrossClusterSearchConnection
- DescribeOutboundCrossClusterSearchConnections
- AcceptInboundCrossClusterSearchConnection
- Types
- AutoTuneDesiredState
- AutoTuneState
- AutoTuneType
- DeploymentStatus
- DescribePackagesFilterName
- DomainPackageStatus
- ESPartitionInstanceType
- ESWarmPartitionInstanceType
- EngineType
- InboundCrossClusterSearchConnectionStatusCode
- LogType
- OptionState
- OutboundCrossClusterSearchConnectionStatusCode
- PackageStatus
- PackageType
- ReservedElasticsearchInstancePaymentOption
- RollbackOnDisable
- ScheduledAutoTuneActionType
- ScheduledAutoTuneSeverityType
- TLSSecurityPolicy
- TimeUnit
- UpgradeStatus
- UpgradeStep
- VolumeType
- AccessPoliciesStatus
- AdditionalLimit
- AdvancedOptionsStatus
- AdvancedSecurityOptions
- AdvancedSecurityOptionsInput
- AdvancedSecurityOptionsStatus
- AutoTune
- AutoTuneDetails
- AutoTuneMaintenanceSchedule
- AutoTuneOptions
- AutoTuneOptionsInput
- AutoTuneOptionsOutput
- AutoTuneOptionsStatus
- AutoTuneStatus
- CognitoOptions
- CognitoOptionsStatus
- ColdStorageOptions
- CompatibleVersionsMap
- DescribePackagesFilter
- DomainEndpointOptions
- DomainEndpointOptionsStatus
- DomainInfo
- DomainInformation
- DomainPackageDetails
- 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
- ZoneAwarenessConfig
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
- _ValidationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConflictException :: AsError a => Getting (First ServiceError) a ServiceError
- _BaseException :: AsError a => Getting (First ServiceError) a ServiceError
- _DisabledOperationException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidTypeException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidPaginationTokenException :: AsError a => Getting (First ServiceError) a ServiceError
- _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- data CreateOutboundCrossClusterSearchConnection = CreateOutboundCrossClusterSearchConnection' DomainInformation DomainInformation Text
- newCreateOutboundCrossClusterSearchConnection :: DomainInformation -> DomainInformation -> Text -> CreateOutboundCrossClusterSearchConnection
- data CreateOutboundCrossClusterSearchConnectionResponse = CreateOutboundCrossClusterSearchConnectionResponse' (Maybe DomainInformation) (Maybe Text) (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatus) (Maybe DomainInformation) Int
- newCreateOutboundCrossClusterSearchConnectionResponse :: Int -> CreateOutboundCrossClusterSearchConnectionResponse
- data DescribeInboundCrossClusterSearchConnections = DescribeInboundCrossClusterSearchConnections' (Maybe [Filter]) (Maybe Text) (Maybe Int)
- newDescribeInboundCrossClusterSearchConnections :: DescribeInboundCrossClusterSearchConnections
- data DescribeInboundCrossClusterSearchConnectionsResponse = DescribeInboundCrossClusterSearchConnectionsResponse' (Maybe [InboundCrossClusterSearchConnection]) (Maybe Text) Int
- newDescribeInboundCrossClusterSearchConnectionsResponse :: Int -> DescribeInboundCrossClusterSearchConnectionsResponse
- data CreateElasticsearchDomain = CreateElasticsearchDomain' (Maybe EBSOptions) (Maybe NodeToNodeEncryptionOptions) (Maybe Text) (Maybe AutoTuneOptionsInput) (Maybe (HashMap LogType LogPublishingOption)) (Maybe AdvancedSecurityOptionsInput) (Maybe [Tag]) (Maybe ElasticsearchClusterConfig) (Maybe SnapshotOptions) (Maybe CognitoOptions) (Maybe EncryptionAtRestOptions) (Maybe VPCOptions) (Maybe DomainEndpointOptions) (Maybe (HashMap Text Text)) (Maybe Text) Text
- newCreateElasticsearchDomain :: Text -> CreateElasticsearchDomain
- data CreateElasticsearchDomainResponse = CreateElasticsearchDomainResponse' (Maybe ElasticsearchDomainStatus) Int
- newCreateElasticsearchDomainResponse :: Int -> CreateElasticsearchDomainResponse
- data RemoveTags = RemoveTags' Text [Text]
- newRemoveTags :: Text -> RemoveTags
- data RemoveTagsResponse = RemoveTagsResponse' {
- newRemoveTagsResponse :: RemoveTagsResponse
- data GetCompatibleElasticsearchVersions = GetCompatibleElasticsearchVersions' (Maybe Text)
- newGetCompatibleElasticsearchVersions :: GetCompatibleElasticsearchVersions
- data GetCompatibleElasticsearchVersionsResponse = GetCompatibleElasticsearchVersionsResponse' (Maybe [CompatibleVersionsMap]) Int
- newGetCompatibleElasticsearchVersionsResponse :: Int -> GetCompatibleElasticsearchVersionsResponse
- data DescribeElasticsearchDomains = DescribeElasticsearchDomains' [Text]
- newDescribeElasticsearchDomains :: DescribeElasticsearchDomains
- data DescribeElasticsearchDomainsResponse = DescribeElasticsearchDomainsResponse' Int [ElasticsearchDomainStatus]
- newDescribeElasticsearchDomainsResponse :: Int -> DescribeElasticsearchDomainsResponse
- data ListDomainsForPackage = ListDomainsForPackage' (Maybe Text) (Maybe Int) Text
- newListDomainsForPackage :: Text -> ListDomainsForPackage
- data ListDomainsForPackageResponse = ListDomainsForPackageResponse' (Maybe [DomainPackageDetails]) (Maybe Text) Int
- newListDomainsForPackageResponse :: Int -> ListDomainsForPackageResponse
- data ListPackagesForDomain = ListPackagesForDomain' (Maybe Text) (Maybe Int) Text
- newListPackagesForDomain :: Text -> ListPackagesForDomain
- data ListPackagesForDomainResponse = ListPackagesForDomainResponse' (Maybe [DomainPackageDetails]) (Maybe Text) Int
- newListPackagesForDomainResponse :: Int -> ListPackagesForDomainResponse
- data StartElasticsearchServiceSoftwareUpdate = StartElasticsearchServiceSoftwareUpdate' Text
- newStartElasticsearchServiceSoftwareUpdate :: Text -> StartElasticsearchServiceSoftwareUpdate
- data StartElasticsearchServiceSoftwareUpdateResponse = StartElasticsearchServiceSoftwareUpdateResponse' (Maybe ServiceSoftwareOptions) Int
- newStartElasticsearchServiceSoftwareUpdateResponse :: Int -> StartElasticsearchServiceSoftwareUpdateResponse
- data DescribeDomainAutoTunes = DescribeDomainAutoTunes' (Maybe Text) (Maybe Int) Text
- newDescribeDomainAutoTunes :: Text -> DescribeDomainAutoTunes
- data DescribeDomainAutoTunesResponse = DescribeDomainAutoTunesResponse' (Maybe Text) (Maybe [AutoTune]) Int
- newDescribeDomainAutoTunesResponse :: Int -> DescribeDomainAutoTunesResponse
- data ListElasticsearchInstanceTypes = ListElasticsearchInstanceTypes' (Maybe Text) (Maybe Text) (Maybe Int) Text
- newListElasticsearchInstanceTypes :: Text -> ListElasticsearchInstanceTypes
- data ListElasticsearchInstanceTypesResponse = ListElasticsearchInstanceTypesResponse' (Maybe [ESPartitionInstanceType]) (Maybe Text) Int
- newListElasticsearchInstanceTypesResponse :: Int -> ListElasticsearchInstanceTypesResponse
- data DeleteElasticsearchServiceRole = DeleteElasticsearchServiceRole' {
- newDeleteElasticsearchServiceRole :: DeleteElasticsearchServiceRole
- data DeleteElasticsearchServiceRoleResponse = DeleteElasticsearchServiceRoleResponse' {
- newDeleteElasticsearchServiceRoleResponse :: DeleteElasticsearchServiceRoleResponse
- data DescribeElasticsearchDomain = DescribeElasticsearchDomain' Text
- newDescribeElasticsearchDomain :: Text -> DescribeElasticsearchDomain
- data DescribeElasticsearchDomainResponse = DescribeElasticsearchDomainResponse' Int ElasticsearchDomainStatus
- newDescribeElasticsearchDomainResponse :: Int -> ElasticsearchDomainStatus -> DescribeElasticsearchDomainResponse
- data ListDomainNames = ListDomainNames' (Maybe EngineType)
- newListDomainNames :: ListDomainNames
- data ListDomainNamesResponse = ListDomainNamesResponse' (Maybe [DomainInfo]) Int
- newListDomainNamesResponse :: Int -> ListDomainNamesResponse
- data AssociatePackage = AssociatePackage' Text Text
- newAssociatePackage :: Text -> Text -> AssociatePackage
- data AssociatePackageResponse = AssociatePackageResponse' (Maybe DomainPackageDetails) Int
- newAssociatePackageResponse :: Int -> AssociatePackageResponse
- data DeleteOutboundCrossClusterSearchConnection = DeleteOutboundCrossClusterSearchConnection' Text
- newDeleteOutboundCrossClusterSearchConnection :: Text -> DeleteOutboundCrossClusterSearchConnection
- data DeleteOutboundCrossClusterSearchConnectionResponse = DeleteOutboundCrossClusterSearchConnectionResponse' (Maybe OutboundCrossClusterSearchConnection) Int
- newDeleteOutboundCrossClusterSearchConnectionResponse :: Int -> DeleteOutboundCrossClusterSearchConnectionResponse
- data DescribeElasticsearchInstanceTypeLimits = DescribeElasticsearchInstanceTypeLimits' (Maybe Text) ESPartitionInstanceType Text
- newDescribeElasticsearchInstanceTypeLimits :: ESPartitionInstanceType -> Text -> DescribeElasticsearchInstanceTypeLimits
- data DescribeElasticsearchInstanceTypeLimitsResponse = DescribeElasticsearchInstanceTypeLimitsResponse' (Maybe (HashMap Text Limits)) Int
- newDescribeElasticsearchInstanceTypeLimitsResponse :: Int -> DescribeElasticsearchInstanceTypeLimitsResponse
- data GetPackageVersionHistory = GetPackageVersionHistory' (Maybe Text) (Maybe Int) Text
- newGetPackageVersionHistory :: Text -> GetPackageVersionHistory
- data GetPackageVersionHistoryResponse = GetPackageVersionHistoryResponse' (Maybe Text) (Maybe [PackageVersionHistory]) (Maybe Text) Int
- newGetPackageVersionHistoryResponse :: Int -> GetPackageVersionHistoryResponse
- data GetUpgradeHistory = GetUpgradeHistory' (Maybe Text) (Maybe Int) Text
- newGetUpgradeHistory :: Text -> GetUpgradeHistory
- data GetUpgradeHistoryResponse = GetUpgradeHistoryResponse' (Maybe Text) (Maybe [UpgradeHistory]) Int
- newGetUpgradeHistoryResponse :: Int -> GetUpgradeHistoryResponse
- data DescribePackages = DescribePackages' (Maybe [DescribePackagesFilter]) (Maybe Text) (Maybe Int)
- newDescribePackages :: DescribePackages
- data DescribePackagesResponse = DescribePackagesResponse' (Maybe [PackageDetails]) (Maybe Text) Int
- newDescribePackagesResponse :: Int -> DescribePackagesResponse
- data DescribeElasticsearchDomainConfig = DescribeElasticsearchDomainConfig' Text
- newDescribeElasticsearchDomainConfig :: Text -> DescribeElasticsearchDomainConfig
- data DescribeElasticsearchDomainConfigResponse = DescribeElasticsearchDomainConfigResponse' Int ElasticsearchDomainConfig
- newDescribeElasticsearchDomainConfigResponse :: Int -> ElasticsearchDomainConfig -> DescribeElasticsearchDomainConfigResponse
- data GetUpgradeStatus = GetUpgradeStatus' Text
- newGetUpgradeStatus :: Text -> GetUpgradeStatus
- data GetUpgradeStatusResponse = GetUpgradeStatusResponse' (Maybe UpgradeStatus) (Maybe Text) (Maybe UpgradeStep) Int
- newGetUpgradeStatusResponse :: Int -> GetUpgradeStatusResponse
- data DeleteElasticsearchDomain = DeleteElasticsearchDomain' Text
- newDeleteElasticsearchDomain :: Text -> DeleteElasticsearchDomain
- data DeleteElasticsearchDomainResponse = DeleteElasticsearchDomainResponse' (Maybe ElasticsearchDomainStatus) Int
- newDeleteElasticsearchDomainResponse :: Int -> DeleteElasticsearchDomainResponse
- data DissociatePackage = DissociatePackage' Text Text
- newDissociatePackage :: Text -> Text -> DissociatePackage
- data DissociatePackageResponse = DissociatePackageResponse' (Maybe DomainPackageDetails) Int
- newDissociatePackageResponse :: Int -> DissociatePackageResponse
- data PurchaseReservedElasticsearchInstanceOffering = PurchaseReservedElasticsearchInstanceOffering' (Maybe Natural) Text Text
- newPurchaseReservedElasticsearchInstanceOffering :: Text -> Text -> PurchaseReservedElasticsearchInstanceOffering
- data PurchaseReservedElasticsearchInstanceOfferingResponse = PurchaseReservedElasticsearchInstanceOfferingResponse' (Maybe Text) (Maybe Text) Int
- newPurchaseReservedElasticsearchInstanceOfferingResponse :: Int -> PurchaseReservedElasticsearchInstanceOfferingResponse
- data DescribeReservedElasticsearchInstances = DescribeReservedElasticsearchInstances' (Maybe Text) (Maybe Text) (Maybe Int)
- newDescribeReservedElasticsearchInstances :: DescribeReservedElasticsearchInstances
- data DescribeReservedElasticsearchInstancesResponse = DescribeReservedElasticsearchInstancesResponse' (Maybe [ReservedElasticsearchInstance]) (Maybe Text) Int
- newDescribeReservedElasticsearchInstancesResponse :: Int -> DescribeReservedElasticsearchInstancesResponse
- data UpdateElasticsearchDomainConfig = UpdateElasticsearchDomainConfig' (Maybe EBSOptions) (Maybe NodeToNodeEncryptionOptions) (Maybe Text) (Maybe AutoTuneOptions) (Maybe (HashMap LogType LogPublishingOption)) (Maybe AdvancedSecurityOptionsInput) (Maybe ElasticsearchClusterConfig) (Maybe SnapshotOptions) (Maybe CognitoOptions) (Maybe EncryptionAtRestOptions) (Maybe VPCOptions) (Maybe DomainEndpointOptions) (Maybe (HashMap Text Text)) Text
- newUpdateElasticsearchDomainConfig :: Text -> UpdateElasticsearchDomainConfig
- data UpdateElasticsearchDomainConfigResponse = UpdateElasticsearchDomainConfigResponse' Int ElasticsearchDomainConfig
- newUpdateElasticsearchDomainConfigResponse :: Int -> ElasticsearchDomainConfig -> UpdateElasticsearchDomainConfigResponse
- data ListElasticsearchVersions = ListElasticsearchVersions' (Maybe Text) (Maybe Int)
- newListElasticsearchVersions :: ListElasticsearchVersions
- data ListElasticsearchVersionsResponse = ListElasticsearchVersionsResponse' (Maybe Text) (Maybe [Text]) Int
- newListElasticsearchVersionsResponse :: Int -> ListElasticsearchVersionsResponse
- data AddTags = AddTags' Text [Tag]
- newAddTags :: Text -> AddTags
- data AddTagsResponse = AddTagsResponse' {
- newAddTagsResponse :: AddTagsResponse
- data DeleteInboundCrossClusterSearchConnection = DeleteInboundCrossClusterSearchConnection' Text
- newDeleteInboundCrossClusterSearchConnection :: Text -> DeleteInboundCrossClusterSearchConnection
- data DeleteInboundCrossClusterSearchConnectionResponse = DeleteInboundCrossClusterSearchConnectionResponse' (Maybe InboundCrossClusterSearchConnection) Int
- newDeleteInboundCrossClusterSearchConnectionResponse :: Int -> DeleteInboundCrossClusterSearchConnectionResponse
- data DescribeReservedElasticsearchInstanceOfferings = DescribeReservedElasticsearchInstanceOfferings' (Maybe Text) (Maybe Text) (Maybe Int)
- newDescribeReservedElasticsearchInstanceOfferings :: DescribeReservedElasticsearchInstanceOfferings
- data DescribeReservedElasticsearchInstanceOfferingsResponse = DescribeReservedElasticsearchInstanceOfferingsResponse' (Maybe [ReservedElasticsearchInstanceOffering]) (Maybe Text) Int
- newDescribeReservedElasticsearchInstanceOfferingsResponse :: Int -> DescribeReservedElasticsearchInstanceOfferingsResponse
- data UpgradeElasticsearchDomain = UpgradeElasticsearchDomain' (Maybe Bool) Text Text
- newUpgradeElasticsearchDomain :: Text -> Text -> UpgradeElasticsearchDomain
- data UpgradeElasticsearchDomainResponse = UpgradeElasticsearchDomainResponse' (Maybe Text) (Maybe Bool) (Maybe Text) Int
- newUpgradeElasticsearchDomainResponse :: Int -> UpgradeElasticsearchDomainResponse
- data ListTags = ListTags' Text
- newListTags :: Text -> ListTags
- data ListTagsResponse = ListTagsResponse' (Maybe [Tag]) Int
- newListTagsResponse :: Int -> ListTagsResponse
- data DeletePackage = DeletePackage' Text
- newDeletePackage :: Text -> DeletePackage
- data DeletePackageResponse = DeletePackageResponse' (Maybe PackageDetails) Int
- newDeletePackageResponse :: Int -> DeletePackageResponse
- data UpdatePackage = UpdatePackage' (Maybe Text) (Maybe Text) Text PackageSource
- newUpdatePackage :: Text -> PackageSource -> UpdatePackage
- data UpdatePackageResponse = UpdatePackageResponse' (Maybe PackageDetails) Int
- newUpdatePackageResponse :: Int -> UpdatePackageResponse
- data CancelElasticsearchServiceSoftwareUpdate = CancelElasticsearchServiceSoftwareUpdate' Text
- newCancelElasticsearchServiceSoftwareUpdate :: Text -> CancelElasticsearchServiceSoftwareUpdate
- data CancelElasticsearchServiceSoftwareUpdateResponse = CancelElasticsearchServiceSoftwareUpdateResponse' (Maybe ServiceSoftwareOptions) Int
- newCancelElasticsearchServiceSoftwareUpdateResponse :: Int -> CancelElasticsearchServiceSoftwareUpdateResponse
- data CreatePackage = CreatePackage' (Maybe Text) Text PackageType PackageSource
- newCreatePackage :: Text -> PackageType -> PackageSource -> CreatePackage
- data CreatePackageResponse = CreatePackageResponse' (Maybe PackageDetails) Int
- newCreatePackageResponse :: Int -> CreatePackageResponse
- data RejectInboundCrossClusterSearchConnection = RejectInboundCrossClusterSearchConnection' Text
- newRejectInboundCrossClusterSearchConnection :: Text -> RejectInboundCrossClusterSearchConnection
- data RejectInboundCrossClusterSearchConnectionResponse = RejectInboundCrossClusterSearchConnectionResponse' (Maybe InboundCrossClusterSearchConnection) Int
- newRejectInboundCrossClusterSearchConnectionResponse :: Int -> RejectInboundCrossClusterSearchConnectionResponse
- data DescribeOutboundCrossClusterSearchConnections = DescribeOutboundCrossClusterSearchConnections' (Maybe [Filter]) (Maybe Text) (Maybe Int)
- newDescribeOutboundCrossClusterSearchConnections :: DescribeOutboundCrossClusterSearchConnections
- data DescribeOutboundCrossClusterSearchConnectionsResponse = DescribeOutboundCrossClusterSearchConnectionsResponse' (Maybe [OutboundCrossClusterSearchConnection]) (Maybe Text) Int
- newDescribeOutboundCrossClusterSearchConnectionsResponse :: Int -> DescribeOutboundCrossClusterSearchConnectionsResponse
- data AcceptInboundCrossClusterSearchConnection = AcceptInboundCrossClusterSearchConnection' Text
- newAcceptInboundCrossClusterSearchConnection :: Text -> AcceptInboundCrossClusterSearchConnection
- data AcceptInboundCrossClusterSearchConnectionResponse = AcceptInboundCrossClusterSearchConnectionResponse' (Maybe InboundCrossClusterSearchConnection) Int
- newAcceptInboundCrossClusterSearchConnectionResponse :: Int -> AcceptInboundCrossClusterSearchConnectionResponse
- 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 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 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_Io1 :: VolumeType
- pattern VolumeType_Standard :: VolumeType
- 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 Bool) (Maybe Bool) (Maybe SAMLOptionsOutput)
- newAdvancedSecurityOptions :: AdvancedSecurityOptions
- data AdvancedSecurityOptionsInput = AdvancedSecurityOptionsInput' (Maybe Bool) (Maybe Bool) (Maybe MasterUserOptions) (Maybe SAMLOptionsInput)
- newAdvancedSecurityOptionsInput :: AdvancedSecurityOptionsInput
- data AdvancedSecurityOptionsStatus = AdvancedSecurityOptionsStatus' AdvancedSecurityOptions OptionStatus
- newAdvancedSecurityOptionsStatus :: AdvancedSecurityOptions -> OptionStatus -> AdvancedSecurityOptionsStatus
- data AutoTune = AutoTune' (Maybe AutoTuneDetails) (Maybe AutoTuneType)
- newAutoTune :: AutoTune
- data AutoTuneDetails = AutoTuneDetails' (Maybe ScheduledAutoTuneDetails)
- newAutoTuneDetails :: AutoTuneDetails
- data AutoTuneMaintenanceSchedule = AutoTuneMaintenanceSchedule' (Maybe POSIX) (Maybe Text) (Maybe Duration)
- newAutoTuneMaintenanceSchedule :: AutoTuneMaintenanceSchedule
- data AutoTuneOptions = AutoTuneOptions' (Maybe AutoTuneDesiredState) (Maybe RollbackOnDisable) (Maybe [AutoTuneMaintenanceSchedule])
- newAutoTuneOptions :: AutoTuneOptions
- data AutoTuneOptionsInput = AutoTuneOptionsInput' (Maybe AutoTuneDesiredState) (Maybe [AutoTuneMaintenanceSchedule])
- newAutoTuneOptionsInput :: AutoTuneOptionsInput
- data AutoTuneOptionsOutput = AutoTuneOptionsOutput' (Maybe AutoTuneState) (Maybe Text)
- newAutoTuneOptionsOutput :: AutoTuneOptionsOutput
- data AutoTuneOptionsStatus = AutoTuneOptionsStatus' (Maybe AutoTuneStatus) (Maybe AutoTuneOptions)
- newAutoTuneOptionsStatus :: AutoTuneOptionsStatus
- data AutoTuneStatus = AutoTuneStatus' (Maybe Bool) (Maybe Text) (Maybe Natural) POSIX POSIX AutoTuneState
- newAutoTuneStatus :: UTCTime -> UTCTime -> AutoTuneState -> AutoTuneStatus
- data CognitoOptions = CognitoOptions' (Maybe Text) (Maybe Bool) (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 [Text]) (Maybe DescribePackagesFilterName)
- newDescribePackagesFilter :: DescribePackagesFilter
- data DomainEndpointOptions = DomainEndpointOptions' (Maybe Bool) (Maybe TLSSecurityPolicy) (Maybe Bool) (Maybe Text) (Maybe Text)
- 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 POSIX) (Maybe Text) (Maybe PackageType) (Maybe Text) (Maybe Text) (Maybe DomainPackageStatus) (Maybe Text) (Maybe ErrorDetails) (Maybe Text)
- newDomainPackageDetails :: DomainPackageDetails
- data Duration = Duration' (Maybe Natural) (Maybe TimeUnit)
- newDuration :: Duration
- data EBSOptions = EBSOptions' (Maybe Int) (Maybe Int) (Maybe VolumeType) (Maybe Bool)
- newEBSOptions :: EBSOptions
- data EBSOptionsStatus = EBSOptionsStatus' EBSOptions OptionStatus
- newEBSOptionsStatus :: EBSOptions -> OptionStatus -> EBSOptionsStatus
- data ElasticsearchClusterConfig = ElasticsearchClusterConfig' (Maybe Int) (Maybe ESPartitionInstanceType) (Maybe Bool) (Maybe Int) (Maybe ColdStorageOptions) (Maybe Bool) (Maybe ESPartitionInstanceType) (Maybe Bool) (Maybe ZoneAwarenessConfig) (Maybe Int) (Maybe ESWarmPartitionInstanceType)
- newElasticsearchClusterConfig :: ElasticsearchClusterConfig
- data ElasticsearchClusterConfigStatus = ElasticsearchClusterConfigStatus' ElasticsearchClusterConfig OptionStatus
- newElasticsearchClusterConfigStatus :: ElasticsearchClusterConfig -> OptionStatus -> ElasticsearchClusterConfigStatus
- data ElasticsearchDomainConfig = ElasticsearchDomainConfig' (Maybe EBSOptionsStatus) (Maybe NodeToNodeEncryptionOptionsStatus) (Maybe AccessPoliciesStatus) (Maybe AutoTuneOptionsStatus) (Maybe LogPublishingOptionsStatus) (Maybe AdvancedSecurityOptionsStatus) (Maybe ElasticsearchClusterConfigStatus) (Maybe SnapshotOptionsStatus) (Maybe CognitoOptionsStatus) (Maybe EncryptionAtRestOptionsStatus) (Maybe VPCDerivedInfoStatus) (Maybe DomainEndpointOptionsStatus) (Maybe AdvancedOptionsStatus) (Maybe ElasticsearchVersionStatus)
- newElasticsearchDomainConfig :: ElasticsearchDomainConfig
- data ElasticsearchDomainStatus = ElasticsearchDomainStatus' (Maybe EBSOptions) (Maybe NodeToNodeEncryptionOptions) (Maybe Text) (Maybe ServiceSoftwareOptions) (Maybe AutoTuneOptionsOutput) (Maybe (HashMap LogType LogPublishingOption)) (Maybe AdvancedSecurityOptions) (Maybe Bool) (Maybe SnapshotOptions) (Maybe CognitoOptions) (Maybe EncryptionAtRestOptions) (Maybe Bool) (Maybe VPCDerivedInfo) (Maybe (HashMap Text Text)) (Maybe DomainEndpointOptions) (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe (HashMap Text Text)) (Maybe Text) 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 (NonEmpty Text)) (Maybe Text)
- newFilter :: Filter
- data InboundCrossClusterSearchConnection = InboundCrossClusterSearchConnection' (Maybe DomainInformation) (Maybe Text) (Maybe InboundCrossClusterSearchConnectionStatus) (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 InstanceLimits) (Maybe [AdditionalLimit]) (Maybe [StorageType])
- newLimits :: Limits
- data LogPublishingOption = LogPublishingOption' (Maybe Bool) (Maybe Text)
- newLogPublishingOption :: LogPublishingOption
- data LogPublishingOptionsStatus = LogPublishingOptionsStatus' (Maybe OptionStatus) (Maybe (HashMap LogType LogPublishingOption))
- newLogPublishingOptionsStatus :: LogPublishingOptionsStatus
- data MasterUserOptions = MasterUserOptions' (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe 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 DomainInformation) (Maybe Text) (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatus) (Maybe DomainInformation)
- newOutboundCrossClusterSearchConnection :: OutboundCrossClusterSearchConnection
- data OutboundCrossClusterSearchConnectionStatus = OutboundCrossClusterSearchConnectionStatus' (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatusCode)
- newOutboundCrossClusterSearchConnectionStatus :: OutboundCrossClusterSearchConnectionStatus
- data PackageDetails = PackageDetails' (Maybe Text) (Maybe PackageType) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe PackageStatus) (Maybe Text) (Maybe ErrorDetails) (Maybe Text)
- newPackageDetails :: PackageDetails
- data PackageSource = PackageSource' (Maybe Text) (Maybe Text)
- newPackageSource :: PackageSource
- data PackageVersionHistory = PackageVersionHistory' (Maybe POSIX) (Maybe Text) (Maybe Text)
- newPackageVersionHistory :: PackageVersionHistory
- data RecurringCharge = RecurringCharge' (Maybe Text) (Maybe Double)
- newRecurringCharge :: RecurringCharge
- data ReservedElasticsearchInstance = ReservedElasticsearchInstance' (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe Int) (Maybe Text) (Maybe ESPartitionInstanceType) (Maybe [RecurringCharge]) (Maybe Double) (Maybe Double) (Maybe Int) (Maybe ReservedElasticsearchInstancePaymentOption)
- newReservedElasticsearchInstance :: ReservedElasticsearchInstance
- data ReservedElasticsearchInstanceOffering = ReservedElasticsearchInstanceOffering' (Maybe Text) (Maybe Text) (Maybe ESPartitionInstanceType) (Maybe [RecurringCharge]) (Maybe Double) (Maybe Double) (Maybe Int) (Maybe ReservedElasticsearchInstancePaymentOption)
- newReservedElasticsearchInstanceOffering :: ReservedElasticsearchInstanceOffering
- data SAMLIdp = SAMLIdp' Text Text
- newSAMLIdp :: Text -> Text -> SAMLIdp
- data SAMLOptionsInput = SAMLOptionsInput' (Maybe (Sensitive Text)) (Maybe Bool) (Maybe SAMLIdp) (Maybe 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 ScheduledAutoTuneSeverityType) (Maybe Text) (Maybe POSIX) (Maybe ScheduledAutoTuneActionType)
- newScheduledAutoTuneDetails :: ScheduledAutoTuneDetails
- data ServiceSoftwareOptions = ServiceSoftwareOptions' (Maybe POSIX) (Maybe Text) (Maybe Bool) (Maybe DeploymentStatus) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe Text)
- newServiceSoftwareOptions :: ServiceSoftwareOptions
- data SnapshotOptions = SnapshotOptions' (Maybe Int)
- newSnapshotOptions :: SnapshotOptions
- data SnapshotOptionsStatus = SnapshotOptionsStatus' SnapshotOptions OptionStatus
- newSnapshotOptionsStatus :: SnapshotOptions -> OptionStatus -> SnapshotOptionsStatus
- data StorageType = StorageType' (Maybe [StorageTypeLimit]) (Maybe Text) (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 UpgradeStatus) (Maybe [UpgradeStepItem]) (Maybe Text) (Maybe POSIX)
- newUpgradeHistory :: UpgradeHistory
- data UpgradeStepItem = UpgradeStepItem' (Maybe UpgradeStatus) (Maybe Double) (Maybe [Text]) (Maybe UpgradeStep)
- 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 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
.
ValidationException
_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An exception for missing / invalid input fields. Gives http status code of 400.
AccessDeniedException
_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.
ResourceAlreadyExistsException
_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An exception for creating a resource that already exists. Gives http status code of 400.
ConflictException
_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.
BaseException
_BaseException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An error occurred while processing the request.
DisabledOperationException
_DisabledOperationException :: AsError a => Getting (First ServiceError) 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 => Getting (First ServiceError) 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.
InvalidTypeException
_InvalidTypeException :: AsError a => Getting (First ServiceError) 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.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.
InvalidPaginationTokenException
_InvalidPaginationTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.
LimitExceededException
_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.
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.
CreateOutboundCrossClusterSearchConnection
data CreateOutboundCrossClusterSearchConnection Source #
Container for the parameters to the
CreateOutboundCrossClusterSearchConnection
operation.
See: newCreateOutboundCrossClusterSearchConnection
smart constructor.
Instances
newCreateOutboundCrossClusterSearchConnection Source #
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:
$sel:sourceDomainInfo:CreateOutboundCrossClusterSearchConnection'
, createOutboundCrossClusterSearchConnection_sourceDomainInfo
- Specifies the DomainInformation
for the source Elasticsearch domain.
$sel:destinationDomainInfo:CreateOutboundCrossClusterSearchConnection'
, createOutboundCrossClusterSearchConnection_destinationDomainInfo
- Specifies the DomainInformation
for the destination Elasticsearch
domain.
$sel:connectionAlias: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.
CreateOutboundCrossClusterSearchConnectionResponse' (Maybe DomainInformation) (Maybe Text) (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatus) (Maybe DomainInformation) Int |
Instances
newCreateOutboundCrossClusterSearchConnectionResponse Source #
:: 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:
$sel:destinationDomainInfo:CreateOutboundCrossClusterSearchConnection'
, createOutboundCrossClusterSearchConnectionResponse_destinationDomainInfo
- Specifies the DomainInformation
for the destination Elasticsearch
domain.
$sel:connectionAlias:CreateOutboundCrossClusterSearchConnection'
, createOutboundCrossClusterSearchConnectionResponse_connectionAlias
- Specifies the connection alias provided during the create connection
request.
$sel:crossClusterSearchConnectionId:CreateOutboundCrossClusterSearchConnectionResponse'
, createOutboundCrossClusterSearchConnectionResponse_crossClusterSearchConnectionId
- Unique id for the created outbound connection, which is used for
subsequent operations on connection.
$sel:connectionStatus:CreateOutboundCrossClusterSearchConnectionResponse'
, createOutboundCrossClusterSearchConnectionResponse_connectionStatus
- Specifies the OutboundCrossClusterSearchConnectionStatus
for the newly
created connection.
$sel:sourceDomainInfo:CreateOutboundCrossClusterSearchConnection'
, createOutboundCrossClusterSearchConnectionResponse_sourceDomainInfo
- Specifies the DomainInformation
for the source Elasticsearch domain.
$sel:httpStatus:CreateOutboundCrossClusterSearchConnectionResponse'
, createOutboundCrossClusterSearchConnectionResponse_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:nextToken:DescribeInboundCrossClusterSearchConnections'
, describeInboundCrossClusterSearchConnections_nextToken
- NextToken is sent in case the earlier API call results contain the
NextToken. It is used for pagination.
$sel:maxResults:DescribeInboundCrossClusterSearchConnections'
, describeInboundCrossClusterSearchConnections_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
data DescribeInboundCrossClusterSearchConnectionsResponse Source #
The result of a DescribeInboundCrossClusterSearchConnections
request.
Contains the list of connections matching the filter criteria.
See: newDescribeInboundCrossClusterSearchConnectionsResponse
smart constructor.
DescribeInboundCrossClusterSearchConnectionsResponse' (Maybe [InboundCrossClusterSearchConnection]) (Maybe Text) Int |
Instances
newDescribeInboundCrossClusterSearchConnectionsResponse Source #
:: 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.
$sel:nextToken: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.
CreateElasticsearchDomain
data CreateElasticsearchDomain Source #
See: newCreateElasticsearchDomain
smart constructor.
Instances
newCreateElasticsearchDomain Source #
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:
$sel:eBSOptions:CreateElasticsearchDomain'
, createElasticsearchDomain_eBSOptions
- Options to enable, disable and specify the type and size of EBS storage
volumes.
$sel:nodeToNodeEncryptionOptions:CreateElasticsearchDomain'
, createElasticsearchDomain_nodeToNodeEncryptionOptions
- Specifies the NodeToNodeEncryptionOptions.
$sel:accessPolicies:CreateElasticsearchDomain'
, createElasticsearchDomain_accessPolicies
- IAM access policy as a JSON-formatted string.
$sel:autoTuneOptions:CreateElasticsearchDomain'
, createElasticsearchDomain_autoTuneOptions
- Specifies Auto-Tune options.
$sel:logPublishingOptions:CreateElasticsearchDomain'
, createElasticsearchDomain_logPublishingOptions
- Map of LogType
and LogPublishingOption
, each containing options to
publish a given type of Elasticsearch log.
$sel:advancedSecurityOptions:CreateElasticsearchDomain'
, createElasticsearchDomain_advancedSecurityOptions
- Specifies advanced security options.
$sel:tagList:CreateElasticsearchDomain'
, createElasticsearchDomain_tagList
- A list of Tag
added during domain creation.
$sel:elasticsearchClusterConfig:CreateElasticsearchDomain'
, createElasticsearchDomain_elasticsearchClusterConfig
- Configuration options for an Elasticsearch domain. Specifies the
instance type and number of instances in the domain cluster.
$sel:snapshotOptions:CreateElasticsearchDomain'
, createElasticsearchDomain_snapshotOptions
- Option to set time, in UTC format, of the daily automated snapshot.
Default value is 0 hours.
$sel:cognitoOptions:CreateElasticsearchDomain'
, createElasticsearchDomain_cognitoOptions
- Options to specify the Cognito user and identity pools for Kibana
authentication. For more information, see
Amazon Cognito Authentication for Kibana.
$sel:encryptionAtRestOptions:CreateElasticsearchDomain'
, createElasticsearchDomain_encryptionAtRestOptions
- Specifies the Encryption At Rest Options.
$sel:vPCOptions: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
$sel:domainEndpointOptions:CreateElasticsearchDomain'
, createElasticsearchDomain_domainEndpointOptions
- Options to specify configuration that will be applied to the domain
endpoint.
$sel:advancedOptions: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.
$sel:elasticsearchVersion: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.
$sel:domainName: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.
Instances
Eq CreateElasticsearchDomainResponse Source # | |
Read CreateElasticsearchDomainResponse Source # | |
Show CreateElasticsearchDomainResponse Source # | |
Generic CreateElasticsearchDomainResponse Source # | |
NFData CreateElasticsearchDomainResponse Source # | |
Defined in Amazonka.ElasticSearch.CreateElasticsearchDomain rnf :: CreateElasticsearchDomainResponse -> () # | |
type Rep CreateElasticsearchDomainResponse Source # | |
Defined in Amazonka.ElasticSearch.CreateElasticsearchDomain type Rep CreateElasticsearchDomainResponse = D1 ('MetaData "CreateElasticsearchDomainResponse" "Amazonka.ElasticSearch.CreateElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "CreateElasticsearchDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchDomainStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newCreateElasticsearchDomainResponse Source #
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.
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.
Instances
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:
$sel:arn: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.
Instances
Eq RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags (==) :: RemoveTagsResponse -> RemoveTagsResponse -> Bool # (/=) :: RemoveTagsResponse -> RemoveTagsResponse -> Bool # | |
Read RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags | |
Show RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags showsPrec :: Int -> RemoveTagsResponse -> ShowS # show :: RemoveTagsResponse -> String # showList :: [RemoveTagsResponse] -> ShowS # | |
Generic RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags type Rep RemoveTagsResponse :: Type -> Type # from :: RemoveTagsResponse -> Rep RemoveTagsResponse x # to :: Rep RemoveTagsResponse x -> RemoveTagsResponse # | |
NFData RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags rnf :: RemoveTagsResponse -> () # | |
type Rep RemoveTagsResponse Source # | |
newRemoveTagsResponse :: RemoveTagsResponse Source #
Create a value of RemoveTagsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
GetCompatibleElasticsearchVersions
data GetCompatibleElasticsearchVersions Source #
Container for request parameters to
GetCompatibleElasticsearchVersions
operation.
See: newGetCompatibleElasticsearchVersions
smart constructor.
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:
$sel:domainName:GetCompatibleElasticsearchVersions'
, getCompatibleElasticsearchVersions_domainName
- Undocumented member.
data GetCompatibleElasticsearchVersionsResponse Source #
Container for response returned by
GetCompatibleElasticsearchVersions
operation.
See: newGetCompatibleElasticsearchVersionsResponse
smart constructor.
Instances
newGetCompatibleElasticsearchVersionsResponse Source #
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.
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.
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 #
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.
ListDomainsForPackage
data ListDomainsForPackage Source #
Container for request parameters to ListDomainsForPackage
operation.
See: newListDomainsForPackage
smart constructor.
Instances
newListDomainsForPackage Source #
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:nextToken: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.
$sel:maxResults:ListDomainsForPackage'
, listDomainsForPackage_maxResults
- Limits results to a maximum number of domains.
$sel:packageID:ListDomainsForPackage'
, listDomainsForPackage_packageID
- The package for which to list domains.
data ListDomainsForPackageResponse Source #
Container for response parameters to ListDomainsForPackage
operation.
See: newListDomainsForPackageResponse
smart constructor.
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.
$sel:nextToken:ListDomainsForPackage'
, listDomainsForPackageResponse_nextToken
- Undocumented member.
$sel:httpStatus:ListDomainsForPackageResponse'
, listDomainsForPackageResponse_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 #
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:nextToken: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.
$sel:maxResults:ListPackagesForDomain'
, listPackagesForDomain_maxResults
- Limits results to a maximum number of packages.
$sel:domainName: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.
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.
$sel:nextToken: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.
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.
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:
$sel:domainName: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 #
:: 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:
$sel:serviceSoftwareOptions:StartElasticsearchServiceSoftwareUpdateResponse'
, startElasticsearchServiceSoftwareUpdateResponse_serviceSoftwareOptions
- The current status of the Elasticsearch service software update.
$sel:httpStatus:StartElasticsearchServiceSoftwareUpdateResponse'
, startElasticsearchServiceSoftwareUpdateResponse_httpStatus
- The response's http status code.
DescribeDomainAutoTunes
data DescribeDomainAutoTunes Source #
Container for the parameters to the DescribeDomainAutoTunes
operation.
See: newDescribeDomainAutoTunes
smart constructor.
Instances
newDescribeDomainAutoTunes Source #
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:nextToken:DescribeDomainAutoTunes'
, describeDomainAutoTunes_nextToken
- NextToken is sent in case the earlier API call results contain the
NextToken. It is used for pagination.
$sel:maxResults:DescribeDomainAutoTunes'
, describeDomainAutoTunes_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
$sel:domainName: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:nextToken:DescribeDomainAutoTunes'
, describeDomainAutoTunesResponse_nextToken
- Specifies an identifier to allow retrieval of paginated results.
$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.
$sel:httpStatus:DescribeDomainAutoTunesResponse'
, describeDomainAutoTunesResponse_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:
$sel:nextToken:ListElasticsearchInstanceTypes'
, listElasticsearchInstanceTypes_nextToken
- NextToken should be sent in case if earlier API call produced result
containing NextToken. It is used for pagination.
$sel:domainName: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.
$sel:elasticsearchVersion: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.
Instances
newListElasticsearchInstanceTypesResponse Source #
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
$sel:nextToken: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.
DeleteElasticsearchServiceRole
data DeleteElasticsearchServiceRole Source #
See: newDeleteElasticsearchServiceRole
smart constructor.
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.
Instances
Eq DeleteElasticsearchServiceRoleResponse Source # | |
Read DeleteElasticsearchServiceRoleResponse Source # | |
Show DeleteElasticsearchServiceRoleResponse Source # | |
Generic DeleteElasticsearchServiceRoleResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchServiceRole type Rep DeleteElasticsearchServiceRoleResponse :: Type -> Type # | |
NFData DeleteElasticsearchServiceRoleResponse Source # | |
type Rep DeleteElasticsearchServiceRoleResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchServiceRole type Rep DeleteElasticsearchServiceRoleResponse = D1 ('MetaData "DeleteElasticsearchServiceRoleResponse" "Amazonka.ElasticSearch.DeleteElasticsearchServiceRole" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteElasticsearchServiceRoleResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteElasticsearchServiceRoleResponse :: DeleteElasticsearchServiceRoleResponse Source #
Create a value of DeleteElasticsearchServiceRoleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DescribeElasticsearchDomain
data DescribeElasticsearchDomain Source #
Container for the parameters to the DescribeElasticsearchDomain
operation.
See: newDescribeElasticsearchDomain
smart constructor.
Instances
newDescribeElasticsearchDomain Source #
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:
$sel:domainName: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 #
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.
ListDomainNames
data ListDomainNames Source #
Container for the parameters to the ListDomainNames
operation.
See: newListDomainNames
smart constructor.
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:
$sel:engineType: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.
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.
AssociatePackage
data AssociatePackage Source #
Container for request parameters to AssociatePackage
operation.
See: newAssociatePackage
smart constructor.
Instances
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:
$sel:packageID:AssociatePackage'
, associatePackage_packageID
- Internal ID of the package that you want to associate with a domain. Use
DescribePackages
to find this value.
$sel:domainName: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.
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.
DeleteOutboundCrossClusterSearchConnection
data DeleteOutboundCrossClusterSearchConnection Source #
Container for the parameters to the
DeleteOutboundCrossClusterSearchConnection
operation.
See: newDeleteOutboundCrossClusterSearchConnection
smart constructor.
Instances
newDeleteOutboundCrossClusterSearchConnection Source #
:: 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:
$sel:crossClusterSearchConnectionId: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.
DeleteOutboundCrossClusterSearchConnectionResponse' (Maybe OutboundCrossClusterSearchConnection) Int |
Instances
newDeleteOutboundCrossClusterSearchConnectionResponse Source #
:: 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.
DescribeElasticsearchInstanceTypeLimits
data DescribeElasticsearchInstanceTypeLimits Source #
Container for the parameters to
DescribeElasticsearchInstanceTypeLimits
operation.
See: newDescribeElasticsearchInstanceTypeLimits
smart constructor.
Instances
newDescribeElasticsearchInstanceTypeLimits Source #
:: 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:
$sel:domainName: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.
$sel:instanceType:DescribeElasticsearchInstanceTypeLimits'
, describeElasticsearchInstanceTypeLimits_instanceType
- The instance type for an Elasticsearch cluster for which Elasticsearch
Limits
are needed.
$sel:elasticsearchVersion: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 #
:: 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.
GetPackageVersionHistory
data GetPackageVersionHistory Source #
Container for request parameters to GetPackageVersionHistory
operation.
See: newGetPackageVersionHistory
smart constructor.
Instances
newGetPackageVersionHistory Source #
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:nextToken: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.
$sel:maxResults:GetPackageVersionHistory'
, getPackageVersionHistory_maxResults
- Limits results to a maximum number of versions.
$sel:packageID: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.
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:
$sel:packageID:GetPackageVersionHistory'
, getPackageVersionHistoryResponse_packageID
- Undocumented member.
$sel:packageVersionHistoryList:GetPackageVersionHistoryResponse'
, getPackageVersionHistoryResponse_packageVersionHistoryList
- List of PackageVersionHistory
objects.
$sel:nextToken:GetPackageVersionHistory'
, getPackageVersionHistoryResponse_nextToken
- Undocumented member.
$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
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:nextToken:GetUpgradeHistory'
, getUpgradeHistory_nextToken
- Undocumented member.
$sel:maxResults:GetUpgradeHistory'
, getUpgradeHistory_maxResults
- Undocumented member.
$sel:domainName:GetUpgradeHistory'
, getUpgradeHistory_domainName
- Undocumented member.
data GetUpgradeHistoryResponse Source #
Container for response returned by GetUpgradeHistory
operation.
See: newGetUpgradeHistoryResponse
smart constructor.
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:
$sel:nextToken: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.
DescribePackages
data DescribePackages Source #
Container for request parameters to DescribePackage
operation.
See: newDescribePackages
smart constructor.
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:nextToken: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.
$sel:maxResults:DescribePackages'
, describePackages_maxResults
- Limits results to a maximum number of packages.
data DescribePackagesResponse Source #
Container for response returned by DescribePackages
operation.
See: newDescribePackagesResponse
smart constructor.
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:
$sel:packageDetailsList:DescribePackagesResponse'
, describePackagesResponse_packageDetailsList
- List of PackageDetails
objects.
$sel:nextToken:DescribePackages'
, describePackagesResponse_nextToken
- Undocumented member.
$sel:httpStatus:DescribePackagesResponse'
, describePackagesResponse_httpStatus
- The response's http status code.
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.
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:
$sel:domainName: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
Eq DescribeElasticsearchDomainConfigResponse Source # | |
Read DescribeElasticsearchDomainConfigResponse Source # | |
Show DescribeElasticsearchDomainConfigResponse Source # | |
Generic DescribeElasticsearchDomainConfigResponse Source # | |
NFData DescribeElasticsearchDomainConfigResponse Source # | |
type Rep DescribeElasticsearchDomainConfigResponse Source # | |
Defined in Amazonka.ElasticSearch.DescribeElasticsearchDomainConfig type Rep DescribeElasticsearchDomainConfigResponse = D1 ('MetaData "DescribeElasticsearchDomainConfigResponse" "Amazonka.ElasticSearch.DescribeElasticsearchDomainConfig" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DescribeElasticsearchDomainConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domainConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ElasticsearchDomainConfig))) |
newDescribeElasticsearchDomainConfigResponse Source #
:: 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.
GetUpgradeStatus
data GetUpgradeStatus Source #
Container for request parameters to GetUpgradeStatus
operation.
See: newGetUpgradeStatus
smart constructor.
Instances
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:
$sel:domainName:GetUpgradeStatus'
, getUpgradeStatus_domainName
- Undocumented member.
data GetUpgradeStatusResponse Source #
Container for response returned by GetUpgradeStatus
operation.
See: newGetUpgradeStatusResponse
smart constructor.
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
$sel:upgradeName:GetUpgradeStatusResponse'
, getUpgradeStatusResponse_upgradeName
- A string that describes the update briefly
$sel:upgradeStep: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.
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.
Instances
newDeleteElasticsearchDomain Source #
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:
$sel:domainName: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.
Instances
Eq DeleteElasticsearchDomainResponse Source # | |
Read DeleteElasticsearchDomainResponse Source # | |
Show DeleteElasticsearchDomainResponse Source # | |
Generic DeleteElasticsearchDomainResponse Source # | |
NFData DeleteElasticsearchDomainResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchDomain rnf :: DeleteElasticsearchDomainResponse -> () # | |
type Rep DeleteElasticsearchDomainResponse Source # | |
Defined in Amazonka.ElasticSearch.DeleteElasticsearchDomain type Rep DeleteElasticsearchDomainResponse = D1 ('MetaData "DeleteElasticsearchDomainResponse" "Amazonka.ElasticSearch.DeleteElasticsearchDomain" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "DeleteElasticsearchDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchDomainStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteElasticsearchDomainResponse Source #
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.
DissociatePackage
data DissociatePackage Source #
Container for request parameters to DissociatePackage
operation.
See: newDissociatePackage
smart constructor.
Instances
:: 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:
$sel:packageID:DissociatePackage'
, dissociatePackage_packageID
- Internal ID of the package that you want to associate with a domain. Use
DescribePackages
to find this value.
$sel:domainName: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.
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.
PurchaseReservedElasticsearchInstanceOffering
data PurchaseReservedElasticsearchInstanceOffering Source #
Container for parameters to
PurchaseReservedElasticsearchInstanceOffering
See: newPurchaseReservedElasticsearchInstanceOffering
smart constructor.
Instances
newPurchaseReservedElasticsearchInstanceOffering Source #
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:
$sel:instanceCount:PurchaseReservedElasticsearchInstanceOffering'
, purchaseReservedElasticsearchInstanceOffering_instanceCount
- The number of Elasticsearch instances to reserve.
$sel:reservedElasticsearchInstanceOfferingId:PurchaseReservedElasticsearchInstanceOffering'
, purchaseReservedElasticsearchInstanceOffering_reservedElasticsearchInstanceOfferingId
- The ID of the reserved Elasticsearch instance offering to purchase.
$sel:reservationName: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 #
:: 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:
$sel:reservedElasticsearchInstanceId:PurchaseReservedElasticsearchInstanceOfferingResponse'
, purchaseReservedElasticsearchInstanceOfferingResponse_reservedElasticsearchInstanceId
- Details of the reserved Elasticsearch instance which was purchased.
$sel:reservationName:PurchaseReservedElasticsearchInstanceOffering'
, purchaseReservedElasticsearchInstanceOfferingResponse_reservationName
- The customer-specified identifier used to track this reservation.
$sel:httpStatus:PurchaseReservedElasticsearchInstanceOfferingResponse'
, purchaseReservedElasticsearchInstanceOfferingResponse_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:reservedElasticsearchInstanceId: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.
$sel:nextToken:DescribeReservedElasticsearchInstances'
, describeReservedElasticsearchInstances_nextToken
- NextToken should be sent in case if earlier API call produced result
containing NextToken. It is used for pagination.
$sel:maxResults:DescribeReservedElasticsearchInstances'
, describeReservedElasticsearchInstances_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
data DescribeReservedElasticsearchInstancesResponse Source #
Container for results from DescribeReservedElasticsearchInstances
See: newDescribeReservedElasticsearchInstancesResponse
smart constructor.
DescribeReservedElasticsearchInstancesResponse' (Maybe [ReservedElasticsearchInstance]) (Maybe Text) Int |
Instances
newDescribeReservedElasticsearchInstancesResponse Source #
:: 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:
$sel:reservedElasticsearchInstances:DescribeReservedElasticsearchInstancesResponse'
, describeReservedElasticsearchInstancesResponse_reservedElasticsearchInstances
- List of reserved Elasticsearch instances.
$sel:nextToken:DescribeReservedElasticsearchInstances'
, describeReservedElasticsearchInstancesResponse_nextToken
- Provides an identifier to allow retrieval of paginated results.
$sel:httpStatus:DescribeReservedElasticsearchInstancesResponse'
, describeReservedElasticsearchInstancesResponse_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.
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:
$sel:eBSOptions:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_eBSOptions
- Specify the type and size of the EBS volume that you want to use.
$sel:nodeToNodeEncryptionOptions:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_nodeToNodeEncryptionOptions
- Specifies the NodeToNodeEncryptionOptions.
$sel:accessPolicies:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_accessPolicies
- IAM access policy as a JSON-formatted string.
$sel:autoTuneOptions:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_autoTuneOptions
- Specifies Auto-Tune options.
$sel:logPublishingOptions:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_logPublishingOptions
- Map of LogType
and LogPublishingOption
, each containing options to
publish a given type of Elasticsearch log.
$sel:advancedSecurityOptions:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_advancedSecurityOptions
- Specifies advanced security options.
$sel:elasticsearchClusterConfig:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_elasticsearchClusterConfig
- The type and number of instances to instantiate for the domain cluster.
$sel:snapshotOptions:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_snapshotOptions
- Option to set the time, in UTC format, for the daily automated snapshot.
Default value is 0
hours.
$sel:cognitoOptions:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_cognitoOptions
- Options to specify the Cognito user and identity pools for Kibana
authentication. For more information, see
Amazon Cognito Authentication for Kibana.
$sel:encryptionAtRestOptions:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_encryptionAtRestOptions
- Specifies the Encryption At Rest Options.
$sel:vPCOptions: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
$sel:domainEndpointOptions:UpdateElasticsearchDomainConfig'
, updateElasticsearchDomainConfig_domainEndpointOptions
- Options to specify configuration that will be applied to the domain
endpoint.
$sel:advancedOptions: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.
$sel:domainName: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.
Instances
newUpdateElasticsearchDomainConfigResponse Source #
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:httpStatus:UpdateElasticsearchDomainConfigResponse'
, updateElasticsearchDomainConfigResponse_httpStatus
- The response's http status code.
$sel:domainConfig:UpdateElasticsearchDomainConfigResponse'
, updateElasticsearchDomainConfigResponse_domainConfig
- The status of the updated Elasticsearch domain.
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.
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:nextToken:ListElasticsearchVersions'
, listElasticsearchVersions_nextToken
- Undocumented member.
$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.
data ListElasticsearchVersionsResponse Source #
Container for the parameters for response received from
ListElasticsearchVersions
operation.
See: newListElasticsearchVersionsResponse
smart constructor.
Instances
newListElasticsearchVersionsResponse Source #
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:nextToken:ListElasticsearchVersions'
, listElasticsearchVersionsResponse_nextToken
- Undocumented member.
$sel:elasticsearchVersions:ListElasticsearchVersionsResponse'
, listElasticsearchVersionsResponse_elasticsearchVersions
- Undocumented member.
$sel:httpStatus:ListElasticsearchVersionsResponse'
, listElasticsearchVersionsResponse_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:
$sel:arn: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.
Instances
Eq AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags (==) :: AddTagsResponse -> AddTagsResponse -> Bool # (/=) :: AddTagsResponse -> AddTagsResponse -> Bool # | |
Read AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags | |
Show AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags showsPrec :: Int -> AddTagsResponse -> ShowS # show :: AddTagsResponse -> String # showList :: [AddTagsResponse] -> ShowS # | |
Generic AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags type Rep AddTagsResponse :: Type -> Type # from :: AddTagsResponse -> Rep AddTagsResponse x # to :: Rep AddTagsResponse x -> AddTagsResponse # | |
NFData AddTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.AddTags rnf :: AddTagsResponse -> () # | |
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.
DeleteInboundCrossClusterSearchConnection
data DeleteInboundCrossClusterSearchConnection Source #
Container for the parameters to the
DeleteInboundCrossClusterSearchConnection
operation.
See: newDeleteInboundCrossClusterSearchConnection
smart constructor.
Instances
newDeleteInboundCrossClusterSearchConnection Source #
:: 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:
$sel:crossClusterSearchConnectionId: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.
Instances
newDeleteInboundCrossClusterSearchConnectionResponse Source #
:: 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.
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:reservedElasticsearchInstanceOfferingId:DescribeReservedElasticsearchInstanceOfferings'
, describeReservedElasticsearchInstanceOfferings_reservedElasticsearchInstanceOfferingId
- The offering identifier filter value. Use this parameter to show only
the available offering that matches the specified reservation
identifier.
$sel:nextToken:DescribeReservedElasticsearchInstanceOfferings'
, describeReservedElasticsearchInstanceOfferings_nextToken
- NextToken should be sent in case if earlier API call produced result
containing NextToken. It is used for pagination.
$sel:maxResults:DescribeReservedElasticsearchInstanceOfferings'
, describeReservedElasticsearchInstanceOfferings_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
data DescribeReservedElasticsearchInstanceOfferingsResponse Source #
Container for results from
DescribeReservedElasticsearchInstanceOfferings
See: newDescribeReservedElasticsearchInstanceOfferingsResponse
smart constructor.
DescribeReservedElasticsearchInstanceOfferingsResponse' (Maybe [ReservedElasticsearchInstanceOffering]) (Maybe Text) Int |
Instances
newDescribeReservedElasticsearchInstanceOfferingsResponse Source #
:: 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:
$sel:reservedElasticsearchInstanceOfferings:DescribeReservedElasticsearchInstanceOfferingsResponse'
, describeReservedElasticsearchInstanceOfferingsResponse_reservedElasticsearchInstanceOfferings
- List of reserved Elasticsearch instance offerings
$sel:nextToken:DescribeReservedElasticsearchInstanceOfferings'
, describeReservedElasticsearchInstanceOfferingsResponse_nextToken
- Provides an identifier to allow retrieval of paginated results.
$sel:httpStatus:DescribeReservedElasticsearchInstanceOfferingsResponse'
, describeReservedElasticsearchInstanceOfferingsResponse_httpStatus
- The response's http status code.
UpgradeElasticsearchDomain
data UpgradeElasticsearchDomain Source #
Container for request parameters to UpgradeElasticsearchDomain
operation.
See: newUpgradeElasticsearchDomain
smart constructor.
Instances
newUpgradeElasticsearchDomain Source #
:: 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:
$sel:performCheckOnly: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.
$sel:domainName:UpgradeElasticsearchDomain'
, upgradeElasticsearchDomain_domainName
- Undocumented member.
$sel:targetVersion: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.
Instances
newUpgradeElasticsearchDomainResponse Source #
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:
$sel:domainName:UpgradeElasticsearchDomain'
, upgradeElasticsearchDomainResponse_domainName
- Undocumented member.
$sel:performCheckOnly: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.
$sel:targetVersion: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.
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
Eq ListTags Source # | |
Read ListTags Source # | |
Show ListTags Source # | |
Generic ListTags Source # | |
NFData ListTags Source # | |
Defined in Amazonka.ElasticSearch.ListTags | |
Hashable ListTags Source # | |
Defined in Amazonka.ElasticSearch.ListTags | |
AWSRequest ListTags Source # | |
Defined in Amazonka.ElasticSearch.ListTags type AWSResponse ListTags # request :: ListTags -> Request ListTags # response :: MonadResource m => Logger -> Service -> Proxy ListTags -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse ListTags))) # | |
ToHeaders ListTags Source # | |
Defined in Amazonka.ElasticSearch.ListTags | |
ToPath ListTags Source # | |
Defined in Amazonka.ElasticSearch.ListTags toPath :: ListTags -> ByteString # | |
ToQuery ListTags Source # | |
Defined in Amazonka.ElasticSearch.ListTags toQuery :: ListTags -> QueryString # | |
type Rep ListTags Source # | |
Defined in Amazonka.ElasticSearch.ListTags | |
type AWSResponse ListTags Source # | |
Defined in Amazonka.ElasticSearch.ListTags |
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:
$sel:arn: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.
ListTagsResponse' (Maybe [Tag]) Int |
Instances
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.
DeletePackage
data DeletePackage Source #
Container for request parameters to DeletePackage
operation.
See: newDeletePackage
smart constructor.
Instances
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:
$sel:packageID: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.
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.
UpdatePackage
data UpdatePackage Source #
Container for request parameters to UpdatePackage
operation.
See: newUpdatePackage
smart constructor.
Instances
:: Text | |
-> PackageSource | |
-> UpdatePackage |
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:
$sel:packageDescription:UpdatePackage'
, updatePackage_packageDescription
- New description of the package.
$sel:commitMessage:UpdatePackage'
, updatePackage_commitMessage
- An info message for the new version which will be shown as part of
GetPackageVersionHistoryResponse
.
$sel:packageID: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.
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.
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.
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:
$sel:domainName: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 #
:: 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:
$sel:serviceSoftwareOptions:CancelElasticsearchServiceSoftwareUpdateResponse'
, cancelElasticsearchServiceSoftwareUpdateResponse_serviceSoftwareOptions
- The current status of the Elasticsearch service software update.
$sel:httpStatus:CancelElasticsearchServiceSoftwareUpdateResponse'
, cancelElasticsearchServiceSoftwareUpdateResponse_httpStatus
- The response's http status code.
CreatePackage
data CreatePackage Source #
Container for request parameters to CreatePackage
operation.
See: newCreatePackage
smart constructor.
Instances
:: 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:
$sel:packageDescription:CreatePackage'
, createPackage_packageDescription
- Description of the package.
$sel:packageName:CreatePackage'
, createPackage_packageName
- Unique identifier for the package.
$sel:packageType: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.
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.
RejectInboundCrossClusterSearchConnection
data RejectInboundCrossClusterSearchConnection Source #
Container for the parameters to the
RejectInboundCrossClusterSearchConnection
operation.
See: newRejectInboundCrossClusterSearchConnection
smart constructor.
Instances
newRejectInboundCrossClusterSearchConnection Source #
:: 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:
$sel:crossClusterSearchConnectionId: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.
Instances
newRejectInboundCrossClusterSearchConnectionResponse Source #
:: 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.
DescribeOutboundCrossClusterSearchConnections
data DescribeOutboundCrossClusterSearchConnections Source #
Container for the parameters to the
DescribeOutboundCrossClusterSearchConnections
operation.
See: newDescribeOutboundCrossClusterSearchConnections
smart constructor.
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:nextToken:DescribeOutboundCrossClusterSearchConnections'
, describeOutboundCrossClusterSearchConnections_nextToken
- NextToken is sent in case the earlier API call results contain the
NextToken. It is used for pagination.
$sel:maxResults:DescribeOutboundCrossClusterSearchConnections'
, describeOutboundCrossClusterSearchConnections_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
data DescribeOutboundCrossClusterSearchConnectionsResponse Source #
The result of a DescribeOutboundCrossClusterSearchConnections
request.
Contains the list of connections matching the filter criteria.
See: newDescribeOutboundCrossClusterSearchConnectionsResponse
smart constructor.
DescribeOutboundCrossClusterSearchConnectionsResponse' (Maybe [OutboundCrossClusterSearchConnection]) (Maybe Text) Int |
Instances
newDescribeOutboundCrossClusterSearchConnectionsResponse Source #
:: 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.
$sel:nextToken: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.
AcceptInboundCrossClusterSearchConnection
data AcceptInboundCrossClusterSearchConnection Source #
Container for the parameters to the
AcceptInboundCrossClusterSearchConnection
operation.
See: newAcceptInboundCrossClusterSearchConnection
smart constructor.
Instances
newAcceptInboundCrossClusterSearchConnection Source #
:: 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:
$sel:crossClusterSearchConnectionId: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.
Instances
newAcceptInboundCrossClusterSearchConnectionResponse Source #
:: 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.
Types
AutoTuneDesiredState
newtype AutoTuneDesiredState Source #
Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
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.
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.
pattern AutoTuneType_SCHEDULED_ACTION :: AutoTuneType |
Instances
DeploymentStatus
newtype DeploymentStatus Source #
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 #
Instances
DomainPackageStatus
newtype DomainPackageStatus Source #
Instances
ESPartitionInstanceType
newtype ESPartitionInstanceType Source #
Instances
ESWarmPartitionInstanceType
newtype ESWarmPartitionInstanceType Source #
pattern ESWarmPartitionInstanceType_Ultrawarm1_large_elasticsearch :: ESWarmPartitionInstanceType | |
pattern ESWarmPartitionInstanceType_Ultrawarm1_medium_elasticsearch :: ESWarmPartitionInstanceType |
Instances
EngineType
newtype EngineType Source #
pattern EngineType_Elasticsearch :: EngineType | |
pattern EngineType_OpenSearch :: EngineType |
Instances
InboundCrossClusterSearchConnectionStatusCode
newtype InboundCrossClusterSearchConnectionStatusCode Source #
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.
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.
pattern OptionState_Active :: OptionState | |
pattern OptionState_Processing :: OptionState | |
pattern OptionState_RequiresIndexDocuments :: OptionState |
Instances
OutboundCrossClusterSearchConnectionStatusCode
newtype OutboundCrossClusterSearchConnectionStatusCode Source #
Instances
PackageStatus
newtype PackageStatus Source #
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 #
pattern PackageType_TXT_DICTIONARY :: PackageType |
Instances
ReservedElasticsearchInstancePaymentOption
newtype ReservedElasticsearchInstancePaymentOption Source #
Instances
RollbackOnDisable
newtype RollbackOnDisable Source #
Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
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.
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.
Instances
TLSSecurityPolicy
newtype TLSSecurityPolicy Source #
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.
pattern TimeUnit_HOURS :: TimeUnit |
Instances
UpgradeStatus
newtype UpgradeStatus Source #
pattern UpgradeStatus_FAILED :: UpgradeStatus | |
pattern UpgradeStatus_IN_PROGRESS :: UpgradeStatus | |
pattern UpgradeStatus_SUCCEEDED :: UpgradeStatus | |
pattern UpgradeStatus_SUCCEEDED_WITH_ISSUES :: UpgradeStatus |
Instances
UpgradeStep
newtype UpgradeStep Source #
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, or io1. See Configuring EBS-based Storagefor more information.
pattern VolumeType_Gp2 :: VolumeType | |
pattern VolumeType_Io1 :: VolumeType | |
pattern VolumeType_Standard :: VolumeType |
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.
Instances
newAccessPoliciesStatus Source #
:: 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.
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.
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.
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:enabled: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.
AdvancedSecurityOptionsInput' (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:enabled: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 #
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.
AutoTune
Specifies Auto-Tune type and Auto-Tune action details.
See: newAutoTune
smart constructor.
Instances
Eq AutoTune Source # | |
Read AutoTune Source # | |
Show AutoTune Source # | |
Generic AutoTune Source # | |
NFData AutoTune Source # | |
Defined in Amazonka.ElasticSearch.Types.AutoTune | |
Hashable AutoTune Source # | |
Defined in Amazonka.ElasticSearch.Types.AutoTune | |
FromJSON AutoTune Source # | |
type Rep AutoTune Source # | |
Defined in Amazonka.ElasticSearch.Types.AutoTune type Rep AutoTune = D1 ('MetaData "AutoTune" "Amazonka.ElasticSearch.Types.AutoTune" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" '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.
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:startAt:AutoTuneMaintenanceSchedule'
, autoTuneMaintenanceSchedule_startAt
- Specifies timestamp at which Auto-Tune maintenance schedule start.
$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.
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.
AutoTuneOptions' (Maybe AutoTuneDesiredState) (Maybe RollbackOnDisable) (Maybe [AutoTuneMaintenanceSchedule]) |
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:rollbackOnDisable:AutoTuneOptions'
, autoTuneOptions_rollbackOnDisable
- Specifies the rollback state while disabling Auto-Tune for the domain.
Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
$sel:maintenanceSchedules:AutoTuneOptions'
, autoTuneOptions_maintenanceSchedules
- Specifies list of maitenance schedules. See the
Developer Guide
for more information.
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.
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.
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:state:AutoTuneOptionsOutput'
, autoTuneOptionsOutput_state
- Specifies the AutoTuneState
for the Elasticsearch domain.
$sel:errorMessage:AutoTuneOptionsOutput'
, autoTuneOptionsOutput_errorMessage
- Specifies the error message while enabling or disabling the Auto-Tune.
AutoTuneOptionsStatus
data AutoTuneOptionsStatus Source #
Specifies the status of Auto-Tune options for the specified Elasticsearch domain.
See: newAutoTuneOptionsStatus
smart constructor.
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:status:AutoTuneOptionsStatus'
, autoTuneOptionsStatus_status
- Specifies Status of the Auto-Tune options for the specified
Elasticsearch domain.
$sel:options:AutoTuneOptionsStatus'
, autoTuneOptionsStatus_options
- Specifies 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.
Instances
:: 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:pendingDeletion:AutoTuneStatus'
, autoTuneStatus_pendingDeletion
- Indicates whether the Elasticsearch domain is being deleted.
$sel:errorMessage:AutoTuneStatus'
, autoTuneStatus_errorMessage
- Specifies the error message while enabling or disabling the Auto-Tune
options.
$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.
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:identityPoolId:CognitoOptions'
, cognitoOptions_identityPoolId
- Specifies the Cognito identity pool ID for Kibana authentication.
$sel:enabled:CognitoOptions'
, cognitoOptions_enabled
- Specifies the option to enable Cognito for Kibana authentication.
$sel:userPoolId:CognitoOptions'
, cognitoOptions_userPoolId
- Specifies the Cognito user pool ID for Kibana authentication.
$sel:roleArn:CognitoOptions'
, cognitoOptions_roleArn
- Specifies the role ARN that provides Elasticsearch permissions for
accessing Cognito resources.
CognitoOptionsStatus
data CognitoOptionsStatus Source #
Status of the Cognito options for the specified Elasticsearch domain.
See: newCognitoOptionsStatus
smart constructor.
Instances
newCognitoOptionsStatus Source #
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.
Instances
newColdStorageOptions Source #
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.
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.
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:value:DescribePackagesFilter'
, describePackagesFilter_value
- A list of values for the specified field.
$sel:name:DescribePackagesFilter'
, describePackagesFilter_name
- Any field from PackageDetails
.
DomainEndpointOptions
data DomainEndpointOptions Source #
Options to configure endpoint for the Elasticsearch domain.
See: newDomainEndpointOptions
smart constructor.
DomainEndpointOptions' (Maybe Bool) (Maybe TLSSecurityPolicy) (Maybe Bool) (Maybe Text) (Maybe Text) |
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: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
$sel:customEndpointEnabled:DomainEndpointOptions'
, domainEndpointOptions_customEndpointEnabled
- Specify if custom endpoint should be enabled for the Elasticsearch
domain.
$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.
DomainEndpointOptionsStatus
data DomainEndpointOptionsStatus Source #
The configured endpoint options for the domain and their current status.
See: newDomainEndpointOptionsStatus
smart constructor.
Instances
newDomainEndpointOptionsStatus Source #
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.
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
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.
DomainPackageDetails' (Maybe POSIX) (Maybe Text) (Maybe PackageType) (Maybe Text) (Maybe Text) (Maybe DomainPackageStatus) (Maybe Text) (Maybe ErrorDetails) (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: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:packageType:DomainPackageDetails'
, domainPackageDetails_packageType
- Currently supports only TXT-DICTIONARY.
$sel:packageName:DomainPackageDetails'
, domainPackageDetails_packageName
- User specified name of the package.
$sel:packageVersion:DomainPackageDetails'
, domainPackageDetails_packageVersion
- Undocumented member.
$sel:domainPackageStatus:DomainPackageDetails'
, domainPackageDetails_domainPackageStatus
- State of the association. Values are
ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.
$sel:domainName:DomainPackageDetails'
, domainPackageDetails_domainName
- Name of the domain you've associated a package with.
$sel:errorDetails:DomainPackageDetails'
, domainPackageDetails_errorDetails
- Additional information if the package is in an error state. Null
otherwise.
$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.
Duration
Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
See: newDuration
smart constructor.
Instances
Eq Duration Source # | |
Read Duration Source # | |
Show Duration Source # | |
Generic Duration Source # | |
NFData Duration Source # | |
Defined in Amazonka.ElasticSearch.Types.Duration | |
Hashable Duration Source # | |
Defined in Amazonka.ElasticSearch.Types.Duration | |
ToJSON Duration Source # | |
Defined in Amazonka.ElasticSearch.Types.Duration | |
FromJSON Duration Source # | |
type Rep Duration Source # | |
Defined in Amazonka.ElasticSearch.Types.Duration type Rep Duration = D1 ('MetaData "Duration" "Amazonka.ElasticSearch.Types.Duration" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "Duration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeUnit)))) |
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:value:Duration'
, duration_value
- Integer to specify the value of a maintenance schedule duration. See the
Developer Guide
for more information.
$sel:unit:Duration'
, duration_unit
- Specifies the unit of a maintenance schedule duration. Valid value is
HOURS. 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.
EBSOptions' (Maybe Int) (Maybe Int) (Maybe VolumeType) (Maybe Bool) |
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:volumeSize:EBSOptions'
, eBSOptions_volumeSize
- Integer to specify the size of an EBS volume.
$sel:iops:EBSOptions'
, eBSOptions_iops
- Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).
$sel:volumeType:EBSOptions'
, eBSOptions_volumeType
- Specifies the volume type for EBS-based storage.
$sel:eBSEnabled:EBSOptions'
, eBSOptions_eBSEnabled
- Specifies whether EBS-based storage is enabled.
EBSOptionsStatus
data EBSOptionsStatus Source #
Status of the EBS options for the specified Elasticsearch domain.
See: newEBSOptionsStatus
smart constructor.
Instances
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.
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:dedicatedMasterCount:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_dedicatedMasterCount
- Total number of dedicated master nodes, active and on standby, for the
cluster.
$sel:dedicatedMasterType:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_dedicatedMasterType
- The instance type for a dedicated master node.
$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:instanceCount:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_instanceCount
- The number of instances in the specified domain cluster.
$sel:coldStorageOptions:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_coldStorageOptions
- Specifies the ColdStorageOptions
config for Elasticsearch Domain
$sel:zoneAwarenessEnabled:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_zoneAwarenessEnabled
- A boolean value to indicate whether zone awareness is enabled. See
About Zone Awareness
for more information.
$sel:instanceType:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_instanceType
- The instance type for an Elasticsearch cluster. UltraWarm instance types
are not supported for data instances.
$sel:warmEnabled:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_warmEnabled
- True to enable warm storage.
$sel:zoneAwarenessConfig:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_zoneAwarenessConfig
- Specifies the zone awareness configuration for a domain when zone
awareness is enabled.
$sel:warmCount:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_warmCount
- The number of warm nodes in the cluster.
$sel:warmType:ElasticsearchClusterConfig'
, elasticsearchClusterConfig_warmType
- The instance type for the Elasticsearch cluster's warm nodes.
ElasticsearchClusterConfigStatus
data ElasticsearchClusterConfigStatus Source #
Specifies the configuration status for the specified Elasticsearch domain.
See: newElasticsearchClusterConfigStatus
smart constructor.
Instances
Eq ElasticsearchClusterConfigStatus Source # | |
Read ElasticsearchClusterConfigStatus Source # | |
Show ElasticsearchClusterConfigStatus Source # | |
Generic ElasticsearchClusterConfigStatus Source # | |
NFData ElasticsearchClusterConfigStatus Source # | |
Hashable ElasticsearchClusterConfigStatus Source # | |
FromJSON ElasticsearchClusterConfigStatus Source # | |
type Rep ElasticsearchClusterConfigStatus Source # | |
Defined in Amazonka.ElasticSearch.Types.ElasticsearchClusterConfigStatus type Rep ElasticsearchClusterConfigStatus = D1 ('MetaData "ElasticsearchClusterConfigStatus" "Amazonka.ElasticSearch.Types.ElasticsearchClusterConfigStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "ElasticsearchClusterConfigStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ElasticsearchClusterConfig) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus))) |
newElasticsearchClusterConfigStatus Source #
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.
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:eBSOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_eBSOptions
- Specifies the EBSOptions
for the Elasticsearch domain.
$sel:nodeToNodeEncryptionOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_nodeToNodeEncryptionOptions
- Specifies the NodeToNodeEncryptionOptions
for the Elasticsearch
domain.
$sel:accessPolicies:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_accessPolicies
- IAM access policy as a JSON-formatted string.
$sel:autoTuneOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_autoTuneOptions
- Specifies AutoTuneOptions
for the domain.
$sel:logPublishingOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_logPublishingOptions
- Log publishing options for the given domain.
$sel:advancedSecurityOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_advancedSecurityOptions
- Specifies AdvancedSecurityOptions
for the domain.
$sel:elasticsearchClusterConfig:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_elasticsearchClusterConfig
- Specifies the ElasticsearchClusterConfig
for the Elasticsearch domain.
$sel:snapshotOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_snapshotOptions
- Specifies the SnapshotOptions
for the Elasticsearch domain.
$sel:cognitoOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_cognitoOptions
- The CognitoOptions
for the specified domain. For more information, see
Amazon Cognito Authentication for Kibana.
$sel:encryptionAtRestOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_encryptionAtRestOptions
- Specifies the EncryptionAtRestOptions
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.
$sel:domainEndpointOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_domainEndpointOptions
- Specifies the DomainEndpointOptions
for the Elasticsearch domain.
$sel:advancedOptions:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_advancedOptions
- Specifies the AdvancedOptions
for the domain. See
Configuring Advanced Options
for more information.
$sel:elasticsearchVersion:ElasticsearchDomainConfig'
, elasticsearchDomainConfig_elasticsearchVersion
- String of format X.Y to specify version for the Elasticsearch domain.
ElasticsearchDomainStatus
data ElasticsearchDomainStatus Source #
The current status of an Elasticsearch domain.
See: newElasticsearchDomainStatus
smart constructor.
Instances
newElasticsearchDomainStatus Source #
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:eBSOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_eBSOptions
- The EBSOptions
for the specified domain. See
Configuring EBS-based Storage
for more information.
$sel:nodeToNodeEncryptionOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_nodeToNodeEncryptionOptions
- Specifies the status of the NodeToNodeEncryptionOptions
.
$sel:accessPolicies:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_accessPolicies
- IAM access policy as a JSON-formatted string.
$sel:serviceSoftwareOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_serviceSoftwareOptions
- The current status of the Elasticsearch domain's service software.
$sel:autoTuneOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_autoTuneOptions
- The current status of the Elasticsearch domain's Auto-Tune options.
$sel:logPublishingOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_logPublishingOptions
- Log publishing options for the given domain.
$sel:advancedSecurityOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_advancedSecurityOptions
- The current status of the Elasticsearch domain's advanced security
options.
$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:snapshotOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_snapshotOptions
- Specifies the status of the SnapshotOptions
$sel:cognitoOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_cognitoOptions
- The CognitoOptions
for the specified domain. For more information, see
Amazon Cognito Authentication for Kibana.
$sel:encryptionAtRestOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_encryptionAtRestOptions
- Specifies the status of the EncryptionAtRestOptions
.
$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:vPCOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_vPCOptions
- The VPCOptions
for the specified domain. For more information, see
VPC Endpoints for Amazon Elasticsearch Service Domains.
$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:domainEndpointOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_domainEndpointOptions
- The current status of the Elasticsearch domain's endpoint options.
$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:endpoint:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_endpoint
- The Elasticsearch domain endpoint that you use to submit index and
search requests.
$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:advancedOptions:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_advancedOptions
- Specifies the status of the AdvancedOptions
$sel:elasticsearchVersion:ElasticsearchDomainStatus'
, elasticsearchDomainStatus_elasticsearchVersion
- Undocumented member.
$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.
Instances
newElasticsearchVersionStatus Source #
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.
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 #
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.
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:errorType:ErrorDetails'
, errorDetails_errorType
- Undocumented member.
$sel:errorMessage:ErrorDetails'
, errorDetails_errorMessage
- 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
Eq Filter Source # | |
Read Filter Source # | |
Show Filter Source # | |
Generic Filter Source # | |
NFData Filter Source # | |
Defined in Amazonka.ElasticSearch.Types.Filter | |
Hashable Filter Source # | |
Defined in Amazonka.ElasticSearch.Types.Filter | |
ToJSON 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" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:values:Filter'
, filter_values
- Contains one or more values for the filter.
$sel:name:Filter'
, filter_name
- Specifies the name of the filter.
InboundCrossClusterSearchConnection
data InboundCrossClusterSearchConnection Source #
Specifies details of an inbound connection.
See: newInboundCrossClusterSearchConnection
smart constructor.
InboundCrossClusterSearchConnection' (Maybe DomainInformation) (Maybe Text) (Maybe InboundCrossClusterSearchConnectionStatus) (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:destinationDomainInfo:InboundCrossClusterSearchConnection'
, inboundCrossClusterSearchConnection_destinationDomainInfo
- Specifies the DomainInformation
for the destination Elasticsearch
domain.
$sel:crossClusterSearchConnectionId:InboundCrossClusterSearchConnection'
, inboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- Specifies the connection id for the inbound cross-cluster search
connection.
$sel:connectionStatus:InboundCrossClusterSearchConnection'
, inboundCrossClusterSearchConnection_connectionStatus
- Specifies the InboundCrossClusterSearchConnectionStatus
for the
outbound connection.
$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.
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.
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.
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.
Limits' (Maybe InstanceLimits) (Maybe [AdditionalLimit]) (Maybe [StorageType]) |
Instances
Eq Limits Source # | |
Read Limits Source # | |
Show Limits Source # | |
Generic Limits Source # | |
NFData Limits Source # | |
Defined in Amazonka.ElasticSearch.Types.Limits | |
Hashable Limits Source # | |
Defined in Amazonka.ElasticSearch.Types.Limits | |
FromJSON Limits Source # | |
type Rep Limits Source # | |
Defined in Amazonka.ElasticSearch.Types.Limits type Rep Limits = D1 ('MetaData "Limits" "Amazonka.ElasticSearch.Types.Limits" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "Limits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceLimits)) :*: (S1 ('MetaSel ('Just "additionalLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdditionalLimit])) :*: 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:instanceLimits:Limits'
, limits_instanceLimits
- Undocumented member.
$sel:additionalLimits:Limits'
, limits_additionalLimits
- List of additional limits that are specific to a given InstanceType and
for each of it's InstanceRole
.
$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.
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:enabled:LogPublishingOption'
, logPublishingOption_enabled
- Specifies whether given log publishing option is enabled or not.
$sel:cloudWatchLogsLogGroupArn:LogPublishingOption'
, logPublishingOption_cloudWatchLogsLogGroupArn
- Undocumented member.
LogPublishingOptionsStatus
data LogPublishingOptionsStatus Source #
The configured log publishing options for the domain and their current status.
See: newLogPublishingOptionsStatus
smart constructor.
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:status:LogPublishingOptionsStatus'
, logPublishingOptionsStatus_status
- The status of the log publishing options for the Elasticsearch domain.
See OptionStatus
for the status information that's included.
$sel:options:LogPublishingOptionsStatus'
, logPublishingOptionsStatus_options
- The log publishing options configured for the Elasticsearch domain.
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:masterUserPassword:MasterUserOptions'
, masterUserOptions_masterUserPassword
- The master user's password, which is stored in the Amazon Elasticsearch
Service domain's internal database.
$sel:masterUserName:MasterUserOptions'
, masterUserOptions_masterUserName
- The master user's username, which is stored in the Amazon Elasticsearch
Service domain's internal database.
$sel:masterUserARN:MasterUserOptions'
, masterUserOptions_masterUserARN
- ARN for the master user (if IAM is enabled).
NodeToNodeEncryptionOptions
data NodeToNodeEncryptionOptions Source #
Specifies the node-to-node encryption options.
See: newNodeToNodeEncryptionOptions
smart constructor.
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 #
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.
Instances
:: 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.
OutboundCrossClusterSearchConnection' (Maybe DomainInformation) (Maybe Text) (Maybe Text) (Maybe OutboundCrossClusterSearchConnectionStatus) (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:destinationDomainInfo:OutboundCrossClusterSearchConnection'
, outboundCrossClusterSearchConnection_destinationDomainInfo
- Specifies the DomainInformation
for the destination Elasticsearch
domain.
$sel:connectionAlias:OutboundCrossClusterSearchConnection'
, outboundCrossClusterSearchConnection_connectionAlias
- Specifies the connection alias for the outbound cross-cluster search
connection.
$sel:crossClusterSearchConnectionId:OutboundCrossClusterSearchConnection'
, outboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- Specifies the connection id for the outbound cross-cluster search
connection.
$sel:connectionStatus:OutboundCrossClusterSearchConnection'
, outboundCrossClusterSearchConnection_connectionStatus
- Specifies the OutboundCrossClusterSearchConnectionStatus
for the
outbound connection.
$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.
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.
PackageDetails' (Maybe Text) (Maybe PackageType) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe PackageStatus) (Maybe Text) (Maybe ErrorDetails) (Maybe Text) |
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:packageID:PackageDetails'
, packageDetails_packageID
- Internal ID of the package.
$sel:packageType:PackageDetails'
, packageDetails_packageType
- Currently supports only TXT-DICTIONARY.
$sel:lastUpdatedAt:PackageDetails'
, packageDetails_lastUpdatedAt
- Undocumented member.
$sel:createdAt:PackageDetails'
, packageDetails_createdAt
- Timestamp which tells creation date 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:packageDescription:PackageDetails'
, packageDetails_packageDescription
- User-specified description of the package.
$sel:errorDetails:PackageDetails'
, packageDetails_errorDetails
- Additional information if the package is in an error state. Null
otherwise.
$sel:availablePackageVersion:PackageDetails'
, packageDetails_availablePackageVersion
- Undocumented member.
PackageSource
data PackageSource Source #
The S3 location for importing the package specified as S3BucketName
and S3Key
See: newPackageSource
smart constructor.
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:s3Key:PackageSource'
, packageSource_s3Key
- Key (file name) of the package.
$sel:s3BucketName:PackageSource'
, packageSource_s3BucketName
- Name of the bucket containing 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:createdAt:PackageVersionHistory'
, packageVersionHistory_createdAt
- Timestamp which tells creation time of the package version.
$sel:packageVersion:PackageVersionHistory'
, packageVersionHistory_packageVersion
- Version of the package.
$sel:commitMessage:PackageVersionHistory'
, packageVersionHistory_commitMessage
- A message associated with the version.
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.
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:recurringChargeFrequency:RecurringCharge'
, recurringCharge_recurringChargeFrequency
- The frequency of the recurring charge.
$sel:recurringChargeAmount:RecurringCharge'
, recurringCharge_recurringChargeAmount
- The monetary amount of the recurring charge.
ReservedElasticsearchInstance
data ReservedElasticsearchInstance Source #
Details of a reserved Elasticsearch instance.
See: newReservedElasticsearchInstance
smart constructor.
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:state:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_state
- The state of the reserved Elasticsearch instance.
$sel:currencyCode:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_currencyCode
- The currency code for the reserved Elasticsearch instance offering.
$sel:startTime:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_startTime
- The time the reservation started.
$sel:reservedElasticsearchInstanceOfferingId:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_reservedElasticsearchInstanceOfferingId
- The offering identifier.
$sel:reservedElasticsearchInstanceId:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_reservedElasticsearchInstanceId
- The unique identifier for the reservation.
$sel:elasticsearchInstanceCount:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_elasticsearchInstanceCount
- The number of Elasticsearch instances that have been reserved.
$sel:reservationName:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_reservationName
- The customer-specified identifier to track this reservation.
$sel:elasticsearchInstanceType:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_elasticsearchInstanceType
- The Elasticsearch instance type offered by the reserved 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:usagePrice:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_usagePrice
- The rate you are charged for each hour for the domain that is using this
reserved instance.
$sel:fixedPrice:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_fixedPrice
- The upfront fixed charge you will paid to purchase the specific reserved
Elasticsearch instance offering.
$sel:duration:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_duration
- The duration, in seconds, for which the Elasticsearch instance is
reserved.
$sel:paymentOption:ReservedElasticsearchInstance'
, reservedElasticsearchInstance_paymentOption
- The payment option as defined in the reserved Elasticsearch instance
offering.
ReservedElasticsearchInstanceOffering
data ReservedElasticsearchInstanceOffering Source #
Details of a reserved Elasticsearch instance offering.
See: newReservedElasticsearchInstanceOffering
smart constructor.
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:reservedElasticsearchInstanceOfferingId:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_reservedElasticsearchInstanceOfferingId
- The Elasticsearch reserved instance offering identifier.
$sel:elasticsearchInstanceType:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_elasticsearchInstanceType
- The Elasticsearch instance type offered by the reserved 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:usagePrice:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_usagePrice
- The rate you are charged for each hour the domain that is using the
offering is running.
$sel:fixedPrice:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_fixedPrice
- The upfront fixed charge you will pay to purchase the specific reserved
Elasticsearch instance offering.
$sel:duration:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_duration
- The duration, in seconds, for which the offering will reserve the
Elasticsearch instance.
$sel:paymentOption:ReservedElasticsearchInstanceOffering'
, reservedElasticsearchInstanceOffering_paymentOption
- Payment option for the reserved Elasticsearch instance offering
SAMLIdp
Specifies the SAML Identity Provider's information.
See: newSAMLIdp
smart constructor.
Instances
Eq SAMLIdp Source # | |
Read SAMLIdp Source # | |
Show SAMLIdp Source # | |
Generic SAMLIdp Source # | |
NFData SAMLIdp Source # | |
Defined in Amazonka.ElasticSearch.Types.SAMLIdp | |
Hashable SAMLIdp Source # | |
Defined in Amazonka.ElasticSearch.Types.SAMLIdp | |
ToJSON SAMLIdp Source # | |
Defined in Amazonka.ElasticSearch.Types.SAMLIdp | |
FromJSON SAMLIdp Source # | |
type Rep SAMLIdp Source # | |
Defined in Amazonka.ElasticSearch.Types.SAMLIdp type Rep SAMLIdp = D1 ('MetaData "SAMLIdp" "Amazonka.ElasticSearch.Types.SAMLIdp" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" '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.
SAMLOptionsInput' (Maybe (Sensitive Text)) (Maybe Bool) (Maybe SAMLIdp) (Maybe 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:masterUserName:SAMLOptionsInput'
, sAMLOptionsInput_masterUserName
- The SAML master username, which is stored in the Amazon Elasticsearch
Service domain's internal database.
$sel:enabled:SAMLOptionsInput'
, sAMLOptionsInput_enabled
- True if SAML is enabled.
$sel:idp:SAMLOptionsInput'
, sAMLOptionsInput_idp
- Specifies the SAML Identity Provider's information.
$sel:rolesKey:SAMLOptionsInput'
, sAMLOptionsInput_rolesKey
- The key to use for matching the SAML Roles attribute.
$sel:masterBackendRole:SAMLOptionsInput'
, sAMLOptionsInput_masterBackendRole
- The backend role to which the SAML master user is mapped to.
$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.
ScheduledAutoTuneDetails' (Maybe ScheduledAutoTuneSeverityType) (Maybe Text) (Maybe POSIX) (Maybe ScheduledAutoTuneActionType) |
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:severity:ScheduledAutoTuneDetails'
, scheduledAutoTuneDetails_severity
- Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and
HIGH.
$sel:action:ScheduledAutoTuneDetails'
, scheduledAutoTuneDetails_action
- Specifies Auto-Tune action description.
$sel:date:ScheduledAutoTuneDetails'
, scheduledAutoTuneDetails_date
- Specifies timestamp for the Auto-Tune action scheduled for the domain.
$sel:actionType:ScheduledAutoTuneDetails'
, scheduledAutoTuneDetails_actionType
- Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING
and JVM_YOUNG_GEN_TUNING.
ServiceSoftwareOptions
data ServiceSoftwareOptions Source #
The current options of an Elasticsearch domain service software options.
See: newServiceSoftwareOptions
smart constructor.
ServiceSoftwareOptions' (Maybe POSIX) (Maybe Text) (Maybe Bool) (Maybe DeploymentStatus) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe Text) |
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:currentVersion:ServiceSoftwareOptions'
, serviceSoftwareOptions_currentVersion
- The current service software version that is present on the domain.
$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: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
.
$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: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:description:ServiceSoftwareOptions'
, serviceSoftwareOptions_description
- The description of the UpdateStatus
.
$sel:newVersion':ServiceSoftwareOptions'
, serviceSoftwareOptions_newVersion
- The new service software version if one is available.
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.
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.
Instances
newSnapshotOptionsStatus Source #
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.
StorageType' (Maybe [StorageTypeLimit]) (Maybe Text) (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:storageTypeLimits:StorageType'
, storageType_storageTypeLimits
- List of limits that are applicable for given storage type.
$sel:storageSubTypeName:StorageType'
, storageType_storageSubTypeName
- Undocumented member.
$sel:storageTypeName:StorageType'
, storageType_storageTypeName
- Undocumented member.
StorageTypeLimit
data StorageTypeLimit Source #
Limits that are applicable for given storage type.
See: newStorageTypeLimit
smart constructor.
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
$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
Eq Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
Generic Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.ElasticSearch.Types.Tag | |
Hashable Tag Source # | |
Defined in Amazonka.ElasticSearch.Types.Tag | |
ToJSON Tag Source # | |
Defined in Amazonka.ElasticSearch.Types.Tag | |
FromJSON Tag Source # | |
type Rep Tag Source # | |
Defined in Amazonka.ElasticSearch.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ElasticSearch.Types.Tag" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" '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.
UpgradeHistory' (Maybe UpgradeStatus) (Maybe [UpgradeStepItem]) (Maybe Text) (Maybe POSIX) |
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: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
$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:startTimestamp:UpgradeHistory'
, upgradeHistory_startTimestamp
- UTC Timestamp at which the Upgrade API call was made in
"yyyy-MM-ddTHH:mm:ssZ" format.
UpgradeStepItem
data UpgradeStepItem Source #
Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.
See: newUpgradeStepItem
smart constructor.
UpgradeStepItem' (Maybe UpgradeStatus) (Maybe Double) (Maybe [Text]) (Maybe UpgradeStep) |
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: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
$sel:progressPercent:UpgradeStepItem'
, upgradeStepItem_progressPercent
- The Floating point value representing progress percentage of a
particular step.
$sel:issues:UpgradeStepItem'
, upgradeStepItem_issues
- A list of strings containing detailed information about the errors
encountered in 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
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: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.
$sel:availabilityZones:VPCDerivedInfo'
, vPCDerivedInfo_availabilityZones
- The availability zones 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.
Instances
newVPCDerivedInfoStatus Source #
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.
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.
ZoneAwarenessConfig
data ZoneAwarenessConfig Source #
Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.
See: newZoneAwarenessConfig
smart constructor.
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