Socket
Socket
Sign inDemoInstall

@aws-amplify/graphql-transformer-interfaces

Package Overview
Dependencies
Maintainers
10
Versions
314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/graphql-transformer-interfaces - npm Package Compare versions

Comparing version 3.2.0-rds-2.0 to 3.2.0

17

API.md

@@ -315,8 +315,2 @@ ## API Report File for "@aws-amplify/graphql-transformer-interfaces"

// @public (undocumented)
export type SubnetAvailabilityZone = {
SubnetId: string;
AvailabilityZone: string;
};
// @public (undocumented)
export enum SubscriptionFieldType {

@@ -411,4 +405,2 @@ // (undocumented)

// (undocumented)
customQueries: Map<string, string>;
// (undocumented)
dataSources: TransformerDataSourceManagerProvider;

@@ -442,3 +434,3 @@ // (undocumented)

// (undocumented)
readonly sqlLambdaVpcConfig?: VpcSubnetConfig;
readonly sqlLambdaVpcConfig?: VpcConfig;
// (undocumented)

@@ -746,2 +738,3 @@ stackManager: StackManagerProvider;

export type TransformParameters = {
enableTransformerCfnOutputs: boolean;
shouldDeepMergeDirectiveConfigDefaults: boolean;

@@ -772,8 +765,2 @@ disableResolverDeduping: boolean;

// @public (undocumented)
export type VpcSubnetConfig = {
vpcConfig: VpcConfig;
subnetAvailabilityZoneConfig: SubnetAvailabilityZone[];
};
// Warnings were encountered during analysis:

@@ -780,0 +767,0 @@ //

5

CHANGELOG.md

@@ -6,8 +6,7 @@ # Change Log

# [3.2.0-rds-2.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.1.2...@aws-amplify/graphql-transformer-interfaces@3.2.0-rds-2.0) (2023-09-07)
# [3.2.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.1.2...@aws-amplify/graphql-transformer-interfaces@3.2.0) (2023-09-20)
### Features
- **api:** add vpc endpoints for ssm ([5a4ffc4](https://github.com/aws-amplify/amplify-category-api/commit/5a4ffc4c1889536c8e1fdd1f31fe28ca4326100f))
- **api:** custom queries support using sql directive ([5214037](https://github.com/aws-amplify/amplify-category-api/commit/52140374ca974956c5d5eac09fec91a51cfc9027))
- disable amplify cfn outputs for cdk apps ([0c72d18](https://github.com/aws-amplify/amplify-category-api/commit/0c72d1822f8e5ccb3e04a0a49049a459b5fb49e6))

@@ -14,0 +13,0 @@ ## [3.1.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@3.1.1...@aws-amplify/graphql-transformer-interfaces@3.1.2) (2023-08-30)

@@ -54,10 +54,2 @@ import { CfnResource, IAsset } from 'aws-cdk-lib';

};
export type SubnetAvailabilityZone = {
SubnetId: string;
AvailabilityZone: string;
};
export type VpcSubnetConfig = {
vpcConfig: VpcConfig;
subnetAvailabilityZoneConfig: SubnetAvailabilityZone[];
};
export type RDSLayerMapping = {

@@ -64,0 +56,0 @@ [key: string]: {

export * from './transformer-context';
export { TransformerPluginProvider, TransformerPluginType } from './transformer-plugin-provider';
export { MutationFieldType, QueryFieldType, SubscriptionFieldType, TransformerModelProvider, TransformerModelEnhancementProvider, TransformerAuthProvider, } from './transformer-model-provider';
export { GraphQLAPIProvider, AppSyncFunctionConfigurationProvider, DataSourceOptions, MappingTemplateProvider, S3MappingTemplateProvider, S3MappingFunctionCodeProvider, InlineMappingTemplateProvider, APIIAMResourceProvider, TemplateType as MappingTemplateType, AppSyncAuthConfiguration, AppSyncAuthConfigurationAPIKeyEntry, AppSyncAuthConfigurationEntry, AppSyncAuthConfigurationIAMEntry, ApiKeyConfig, AppSyncAuthConfigurationOIDCEntry, AppSyncAuthConfigurationUserPoolEntry, AppSyncAuthMode, UserPoolConfig, VpcConfig, VpcSubnetConfig, SubnetAvailabilityZone, SearchableDataSourceOptions, RDSLayerMapping, } from './graphql-api-provider';
export { GraphQLAPIProvider, AppSyncFunctionConfigurationProvider, DataSourceOptions, MappingTemplateProvider, S3MappingTemplateProvider, S3MappingFunctionCodeProvider, InlineMappingTemplateProvider, APIIAMResourceProvider, TemplateType as MappingTemplateType, AppSyncAuthConfiguration, AppSyncAuthConfigurationAPIKeyEntry, AppSyncAuthConfigurationEntry, AppSyncAuthConfigurationIAMEntry, ApiKeyConfig, AppSyncAuthConfigurationOIDCEntry, AppSyncAuthConfigurationUserPoolEntry, AppSyncAuthMode, UserPoolConfig, VpcConfig, SearchableDataSourceOptions, RDSLayerMapping, } from './graphql-api-provider';
export { TransformHostProvider, DynamoDbDataSourceOptions } from './transform-host-provider';

@@ -6,0 +6,0 @@ export { TransformerLog, TransformerLogLevel } from './transformer-log';

export type TransformParameters = {
enableTransformerCfnOutputs: boolean;
shouldDeepMergeDirectiveConfigDefaults: boolean;

@@ -3,0 +4,0 @@ disableResolverDeduping: boolean;

import { DocumentNode } from 'graphql';
import { AppSyncAuthConfiguration, GraphQLAPIProvider, RDSLayerMapping, VpcSubnetConfig } from '../graphql-api-provider';
import { AppSyncAuthConfiguration, GraphQLAPIProvider, RDSLayerMapping, VpcConfig } from '../graphql-api-provider';
import { TransformerDataSourceManagerProvider, DatasourceType } from './transformer-datasource-provider';

@@ -34,6 +34,5 @@ import { TransformerProviderRegistry } from './transformer-provider-registry';

synthParameters: SynthParameters;
customQueries: Map<string, string>;
isProjectUsingDataStore(): boolean;
getResolverConfig<ResolverConfig>(): ResolverConfig | undefined;
readonly sqlLambdaVpcConfig?: VpcSubnetConfig;
readonly sqlLambdaVpcConfig?: VpcConfig;
readonly rdsLayerMapping?: RDSLayerMapping;

@@ -40,0 +39,0 @@ }

{
"name": "@aws-amplify/graphql-transformer-interfaces",
"version": "3.2.0-rds-2.0",
"version": "3.2.0",
"description": "Amplify GraphQL transformer interface definitions",

@@ -52,3 +52,3 @@ "repository": {

},
"gitHead": "b0257bd87b199069cb66625d6554377dc65c4c8a"
"gitHead": "eb5bbc33f0b0dde93b3bc0a527c7fa0a11a602d2"
}

@@ -72,12 +72,2 @@ import { CfnResource, IAsset } from 'aws-cdk-lib';

export type SubnetAvailabilityZone = {
SubnetId: string;
AvailabilityZone: string;
};
export type VpcSubnetConfig = {
vpcConfig: VpcConfig;
subnetAvailabilityZoneConfig: SubnetAvailabilityZone[];
};
export type RDSLayerMapping = {

@@ -84,0 +74,0 @@ [key: string]: {

@@ -31,4 +31,2 @@ export * from './transformer-context';

VpcConfig,
VpcSubnetConfig,
SubnetAvailabilityZone,
SearchableDataSourceOptions,

@@ -35,0 +33,0 @@ RDSLayerMapping,

@@ -8,3 +8,6 @@ /**

export type TransformParameters = {
// General Model Params
// General Params
enableTransformerCfnOutputs: boolean;
// Model Params
shouldDeepMergeDirectiveConfigDefaults: boolean;

@@ -11,0 +14,0 @@ disableResolverDeduping: boolean;

import { DocumentNode } from 'graphql';
import { AppSyncAuthConfiguration, GraphQLAPIProvider, RDSLayerMapping, VpcSubnetConfig } from '../graphql-api-provider';
import { AppSyncAuthConfiguration, GraphQLAPIProvider, RDSLayerMapping, VpcConfig } from '../graphql-api-provider';
import { TransformerDataSourceManagerProvider, DatasourceType } from './transformer-datasource-provider';

@@ -36,7 +36,6 @@ import { TransformerProviderRegistry } from './transformer-provider-registry';

synthParameters: SynthParameters;
customQueries: Map<string, string>;
isProjectUsingDataStore(): boolean;
getResolverConfig<ResolverConfig>(): ResolverConfig | undefined;
readonly sqlLambdaVpcConfig?: VpcSubnetConfig;
readonly sqlLambdaVpcConfig?: VpcConfig;
readonly rdsLayerMapping?: RDSLayerMapping;

@@ -43,0 +42,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc