@aws-cdk/aws-appsync
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -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; | ||
} |
{ | ||
"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
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
217634
1110
Updated@aws-cdk/cdk@^0.9.2