@aws-amplify/graphql-transformer-interfaces
Advanced tools
Comparing version 4.2.0 to 4.2.1
12
API.md
@@ -24,2 +24,3 @@ ## API Report File for "@aws-amplify/graphql-transformer-interfaces" | ||
import { FieldDefinitionNode } from 'graphql'; | ||
import { FieldLogLevel } from 'aws-cdk-lib/aws-appsync'; | ||
import { FieldNode } from 'graphql'; | ||
@@ -47,2 +48,3 @@ import { Grant } from 'aws-cdk-lib/aws-iam'; | ||
import { ObjectTypeExtensionNode } from 'graphql'; | ||
import { RetentionDays } from 'aws-cdk-lib/aws-logs'; | ||
import { Runtime } from 'aws-cdk-lib/aws-lambda'; | ||
@@ -263,2 +265,12 @@ import { ScalarTypeDefinitionNode } from 'graphql'; | ||
// @public (undocumented) | ||
export interface LogConfig { | ||
// (undocumented) | ||
excludeVerboseContent?: boolean; | ||
// (undocumented) | ||
fieldLogLevel?: FieldLogLevel; | ||
// (undocumented) | ||
retention?: RetentionDays; | ||
} | ||
// @public (undocumented) | ||
export type MappingTemplateProvider = InlineMappingTemplateProvider | S3MappingTemplateProvider; | ||
@@ -265,0 +277,0 @@ |
@@ -6,2 +6,6 @@ # Change Log | ||
## [4.2.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@4.2.0...@aws-amplify/graphql-transformer-interfaces@4.2.1) (2024-12-17) | ||
**Note:** Version bump only for package @aws-amplify/graphql-transformer-interfaces | ||
# [4.2.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@4.1.2...@aws-amplify/graphql-transformer-interfaces@4.2.0) (2024-11-08) | ||
@@ -8,0 +12,0 @@ |
@@ -12,2 +12,3 @@ export { DataSourceProvider, TransformerDataSourceManagerProvider, AppSyncDataSourceType, DataSourceInstance, } from './transformer-datasource-provider'; | ||
export { TransformParameterProvider } from './transform-parameter-provider'; | ||
export { LogConfig } from './logConfig'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@aws-amplify/graphql-transformer-interfaces", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Amplify GraphQL transformer interface definitions", | ||
@@ -34,39 +34,6 @@ "repository": { | ||
"peerDependencies": { | ||
"aws-cdk-lib": "^2.158.0", | ||
"aws-cdk-lib": "^2.168.0", | ||
"constructs": "^10.3.0" | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testEnvironmentOptions": { | ||
"url": "http://localhost" | ||
}, | ||
"testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
], | ||
"collectCoverage": true, | ||
"coverageProvider": "v8", | ||
"coverageReporters": [ | ||
"clover", | ||
"text" | ||
], | ||
"collectCoverageFrom": [ | ||
"src/**/*.ts" | ||
], | ||
"coveragePathIgnorePatterns": [ | ||
"/__tests__/" | ||
], | ||
"snapshotFormat": { | ||
"escapeString": true, | ||
"printBasicPrototype": true | ||
} | ||
}, | ||
"gitHead": "a6ab93200105e655183d8e8bab387797e7a5553d" | ||
"gitHead": "9c5ee69a82e52f094f57da66bc7940758c0b2263" | ||
} |
@@ -32,1 +32,2 @@ export { | ||
export { TransformParameterProvider } from './transform-parameter-provider'; | ||
export { LogConfig } from './logConfig'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
636581
126
2180