Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-appsync

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-appsync - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

59

lib/appsync.generated.d.ts

@@ -34,8 +34,7 @@ import cdk = require('@aws-cdk/cdk');

*/
readonly apiKey: ApiKey;
readonly apiKey: string;
/**
* @cloudformation_attribute Arn
*/
readonly apiKeyArn: ApiKeyArn;
readonly ref: ApiKeyArn;
readonly apiKeyArn: string;
/**

@@ -54,8 +53,2 @@ * Creates a new ``AWS::AppSync::ApiKey``.

}
export declare class ApiKey extends cdk.CloudFormationToken {
private readonly thisIsAApiKey;
}
export declare class ApiKeyArn extends cdk.Arn {
private readonly thisIsAApiKeyArn;
}
export declare namespace cloudformation {

@@ -123,8 +116,7 @@ /**

*/
readonly dataSourceArn: DataSourceArn;
readonly dataSourceArn: string;
/**
* @cloudformation_attribute Name
*/
readonly dataSourceName: DataSourceName;
readonly ref: DataSourceArn;
readonly dataSourceName: string;
/**

@@ -206,8 +198,2 @@ * Creates a new ``AWS::AppSync::DataSource``.

}
export declare class DataSourceArn extends cdk.Arn {
private readonly thisIsADataSourceArn;
}
export declare class DataSourceName extends cdk.CloudFormationToken {
private readonly thisIsADataSourceName;
}
export declare namespace cloudformation {

@@ -255,12 +241,11 @@ /**

*/
readonly graphQlApiApiId: GraphQLApiApiId;
readonly graphQlApiApiId: string;
/**
* @cloudformation_attribute Arn
*/
readonly graphQlApiArn: GraphQLApiArn;
readonly graphQlApiArn: string;
/**
* @cloudformation_attribute GraphQLUrl
*/
readonly graphQlApiGraphQlUrl: GraphQLApiGraphQlUrl;
readonly ref: GraphQLApiArn;
readonly graphQlApiGraphQlUrl: string;
/**

@@ -350,11 +335,2 @@ * Creates a new ``AWS::AppSync::GraphQLApi``.

}
export declare class GraphQLApiApiId extends cdk.CloudFormationToken {
private readonly thisIsAGraphQLApiApiId;
}
export declare class GraphQLApiArn extends cdk.Arn {
private readonly thisIsAGraphQLApiArn;
}
export declare class GraphQLApiGraphQlUrl extends cdk.CloudFormationToken {
private readonly thisIsAGraphQLApiGraphQlUrl;
}
export declare namespace cloudformation {

@@ -389,3 +365,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: GraphQLSchemaId;
readonly graphQlSchemaId: string;
/**

@@ -404,5 +380,2 @@ * Creates a new ``AWS::AppSync::GraphQLSchema``.

}
export declare class GraphQLSchemaId extends cdk.CloudFormationToken {
private readonly thisIsAGraphQLSchemaId;
}
export declare namespace cloudformation {

@@ -465,12 +438,11 @@ /**

*/
readonly resolverFieldName: ResolverFieldName;
readonly resolverFieldName: string;
/**
* @cloudformation_attribute ResolverArn
*/
readonly resolverArn: ResolverArn;
readonly resolverArn: string;
/**
* @cloudformation_attribute TypeName
*/
readonly resolverTypeName: ResolverTypeName;
readonly ref: ResolverArn;
readonly resolverTypeName: string;
/**

@@ -489,10 +461,1 @@ * Creates a new ``AWS::AppSync::Resolver``.

}
export declare class ResolverFieldName extends cdk.CloudFormationToken {
private readonly thisIsAResolverFieldName;
}
export declare class ResolverArn extends cdk.Arn {
private readonly thisIsAResolverArn;
}
export declare class ResolverTypeName extends cdk.CloudFormationToken {
private readonly thisIsAResolverTypeName;
}

12

package.json
{
"name": "@aws-cdk/aws-appsync",
"version": "0.9.1",
"version": "0.9.2",
"description": "The CDK Construct Library for AWS::AppSync",

@@ -55,11 +55,11 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.9.1",
"cdk-build-tools": "^0.9.1",
"cfn2ts": "^0.9.1",
"pkglint": "^0.9.1"
"@aws-cdk/assert": "^0.9.2",
"cdk-build-tools": "^0.9.2",
"cfn2ts": "^0.9.2",
"pkglint": "^0.9.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.9.1"
"@aws-cdk/cdk": "^0.9.2"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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