module Stratosphere.AppSync.DataSource.AwsIamConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AwsIamConfigProperty :: Prelude.Type instance ToResourceProperties AwsIamConfigProperty instance Prelude.Eq AwsIamConfigProperty instance Prelude.Show AwsIamConfigProperty instance JSON.ToJSON AwsIamConfigProperty