packages feed

stratosphere-bedrockagentcore-1.0.0: stratosphere-bedrockagentcore.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.38.2.
--
-- see: https://github.com/sol/hpack

name:           stratosphere-bedrockagentcore
version:        1.0.0
synopsis:       Stratosphere integration for AWS BedrockAgentCore.
description:    Integration into stratosphere to generate resources and properties for AWS BedrockAgentCore
category:       AWS, Cloud, BedrockAgentCore
stability:      experimental
homepage:       https://github.com/mbj/stratosphere#readme
bug-reports:    https://github.com/mbj/stratosphere/issues
maintainer:     Markus Schirp
license:        MIT
license-file:   LICENSE.md
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/mbj/stratosphere

flag development
  description: Run GHC with development flags
  manual: True
  default: False

library
  exposed-modules:
      Stratosphere.BedrockAgentCore.BrowserCustom
      Stratosphere.BedrockAgentCore.BrowserCustom.BrowserNetworkConfigurationProperty
      Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty
      Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty
      Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty
      Stratosphere.BedrockAgentCore.CodeInterpreterCustom
      Stratosphere.BedrockAgentCore.CodeInterpreterCustom.CodeInterpreterNetworkConfigurationProperty
      Stratosphere.BedrockAgentCore.CodeInterpreterCustom.VpcConfigProperty
      Stratosphere.BedrockAgentCore.Gateway
      Stratosphere.BedrockAgentCore.Gateway.AuthorizerConfigurationProperty
      Stratosphere.BedrockAgentCore.Gateway.CustomJWTAuthorizerConfigurationProperty
      Stratosphere.BedrockAgentCore.Gateway.GatewayProtocolConfigurationProperty
      Stratosphere.BedrockAgentCore.Gateway.MCPGatewayConfigurationProperty
      Stratosphere.BedrockAgentCore.Gateway.WorkloadIdentityDetailsProperty
      Stratosphere.BedrockAgentCore.GatewayTarget
      Stratosphere.BedrockAgentCore.GatewayTarget.ApiKeyCredentialProviderProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.ApiSchemaConfigurationProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.CredentialProviderConfigurationProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.CredentialProviderProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.McpLambdaTargetConfigurationProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.McpTargetConfigurationProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.OAuthCredentialProviderProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.S3ConfigurationProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.SchemaDefinitionProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.TargetConfigurationProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.ToolDefinitionProperty
      Stratosphere.BedrockAgentCore.GatewayTarget.ToolSchemaProperty
      Stratosphere.BedrockAgentCore.Memory
      Stratosphere.BedrockAgentCore.Memory.CustomConfigurationInputProperty
      Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty
      Stratosphere.BedrockAgentCore.Memory.InvocationConfigurationInputProperty
      Stratosphere.BedrockAgentCore.Memory.MemoryStrategyProperty
      Stratosphere.BedrockAgentCore.Memory.MessageBasedTriggerInputProperty
      Stratosphere.BedrockAgentCore.Memory.SelfManagedConfigurationProperty
      Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty
      Stratosphere.BedrockAgentCore.Memory.SemanticOverrideConsolidationConfigurationInputProperty
      Stratosphere.BedrockAgentCore.Memory.SemanticOverrideExtractionConfigurationInputProperty
      Stratosphere.BedrockAgentCore.Memory.SemanticOverrideProperty
      Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty
      Stratosphere.BedrockAgentCore.Memory.SummaryOverrideConsolidationConfigurationInputProperty
      Stratosphere.BedrockAgentCore.Memory.SummaryOverrideProperty
      Stratosphere.BedrockAgentCore.Memory.TimeBasedTriggerInputProperty
      Stratosphere.BedrockAgentCore.Memory.TokenBasedTriggerInputProperty
      Stratosphere.BedrockAgentCore.Memory.TriggerConditionInputProperty
      Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty
      Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideConsolidationConfigurationInputProperty
      Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideExtractionConfigurationInputProperty
      Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideProperty
      Stratosphere.BedrockAgentCore.Runtime
      Stratosphere.BedrockAgentCore.Runtime.AgentRuntimeArtifactProperty
      Stratosphere.BedrockAgentCore.Runtime.AuthorizerConfigurationProperty
      Stratosphere.BedrockAgentCore.Runtime.ContainerConfigurationProperty
      Stratosphere.BedrockAgentCore.Runtime.CustomJWTAuthorizerConfigurationProperty
      Stratosphere.BedrockAgentCore.Runtime.NetworkConfigurationProperty
      Stratosphere.BedrockAgentCore.Runtime.VpcConfigProperty
      Stratosphere.BedrockAgentCore.Runtime.WorkloadIdentityDetailsProperty
      Stratosphere.BedrockAgentCore.RuntimeEndpoint
  other-modules:
      Paths_stratosphere_bedrockagentcore
  hs-source-dirs:
      gen
  default-extensions:
      DataKinds
      DeriveGeneric
      DerivingStrategies
      DerivingVia
      DuplicateRecordFields
      FlexibleContexts
      FlexibleInstances
      GADTs
      GeneralizedNewtypeDeriving
      InstanceSigs
      LambdaCase
      MultiParamTypeClasses
      NoFieldSelectors
      NoImplicitPrelude
      NumericUnderscores
      OverloadedLists
      OverloadedRecordDot
      OverloadedStrings
      PolyKinds
      RecordWildCards
      ScopedTypeVariables
      StandaloneDeriving
      Strict
      TemplateHaskell
      TupleSections
      TypeApplications
      TypeFamilies
  ghc-options: -Wall -Wcompat -Widentities -Wimplicit-prelude -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-local-signatures -Wmissing-signatures -Wmonomorphism-restriction -Wredundant-constraints -fhide-source-paths -funbox-strict-fields -optP-Wno-nonportable-include-path -Wno-unused-imports
  build-depends:
      aeson ==2.*
    , base >=4.8 && <4.22
    , stratosphere ==1.0.0
  default-language: Haskell2010
  if flag(development)
    ghc-options: -Werror
  else
    ghc-options: -Wwarn