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

@aws-cdk/aws-kinesisanalytics

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-kinesisanalytics - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

key.snk

2

lib/index.js

@@ -8,2 +8,2 @@ "use strict";

__export(require("./kinesisanalytics.generated"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGtEQUFrRDtBQUNsRCxrREFBNkMifQ==
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGtEQUFrRDtBQUNsRCxrREFBNkMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBV1M6OktpbmVzaXNBbmFseXRpY3MgQ2xvdWRGb3JtYXRpb24gUmVzb3VyY2VzOlxuZXhwb3J0ICogZnJvbSAnLi9raW5lc2lzYW5hbHl0aWNzLmdlbmVyYXRlZCc7XG4iXX0=

@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk');

*/
inputs: Array<ApplicationResource.InputProperty | cdk.Token> | cdk.Token;
inputs: Array<ApplicationResource.InputProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -17,3 +17,3 @@ * ``AWS::KinesisAnalytics::Application.ApplicationCode``

*/
applicationCode?: string | cdk.Token;
applicationCode?: string | cdk.CloudFormationToken;
/**

@@ -23,3 +23,3 @@ * ``AWS::KinesisAnalytics::Application.ApplicationDescription``

*/
applicationDescription?: string | cdk.Token;
applicationDescription?: string | cdk.CloudFormationToken;
/**

@@ -29,3 +29,3 @@ * ``AWS::KinesisAnalytics::Application.ApplicationName``

*/
applicationName?: string | cdk.Token;
applicationName?: string | cdk.CloudFormationToken;
}

@@ -40,2 +40,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: ApplicationId;
/**

@@ -62,3 +63,3 @@ * Creates a new ``AWS::KinesisAnalytics::Application``.

*/
recordColumnDelimiter: string | cdk.Token;
recordColumnDelimiter: string | cdk.CloudFormationToken;
/**

@@ -68,3 +69,3 @@ * ``ApplicationResource.CSVMappingParametersProperty.RecordRowDelimiter``

*/
recordRowDelimiter: string | cdk.Token;
recordRowDelimiter: string | cdk.CloudFormationToken;
}

@@ -81,3 +82,3 @@ }

*/
inputParallelism?: InputParallelismProperty | cdk.Token;
inputParallelism?: InputParallelismProperty | cdk.CloudFormationToken;
/**

@@ -87,3 +88,3 @@ * ``ApplicationResource.InputProperty.InputProcessingConfiguration``

*/
inputProcessingConfiguration?: InputProcessingConfigurationProperty | cdk.Token;
inputProcessingConfiguration?: InputProcessingConfigurationProperty | cdk.CloudFormationToken;
/**

@@ -93,3 +94,3 @@ * ``ApplicationResource.InputProperty.InputSchema``

*/
inputSchema: InputSchemaProperty | cdk.Token;
inputSchema: InputSchemaProperty | cdk.CloudFormationToken;
/**

@@ -99,3 +100,3 @@ * ``ApplicationResource.InputProperty.KinesisFirehoseInput``

*/
kinesisFirehoseInput?: KinesisFirehoseInputProperty | cdk.Token;
kinesisFirehoseInput?: KinesisFirehoseInputProperty | cdk.CloudFormationToken;
/**

@@ -105,3 +106,3 @@ * ``ApplicationResource.InputProperty.KinesisStreamsInput``

*/
kinesisStreamsInput?: KinesisStreamsInputProperty | cdk.Token;
kinesisStreamsInput?: KinesisStreamsInputProperty | cdk.CloudFormationToken;
/**

@@ -111,3 +112,3 @@ * ``ApplicationResource.InputProperty.NamePrefix``

*/
namePrefix: string | cdk.Token;
namePrefix: string | cdk.CloudFormationToken;
}

@@ -124,3 +125,3 @@ }

*/
resourceArn: string | cdk.Token;
resourceArn: string | cdk.CloudFormationToken;
/**

@@ -130,3 +131,3 @@ * ``ApplicationResource.InputLambdaProcessorProperty.RoleARN``

*/
roleArn: string | cdk.Token;
roleArn: string | cdk.CloudFormationToken;
}

@@ -143,3 +144,3 @@ }

*/
count?: number | cdk.Token;
count?: number | cdk.CloudFormationToken;
}

@@ -156,3 +157,3 @@ }

*/
inputLambdaProcessor?: InputLambdaProcessorProperty | cdk.Token;
inputLambdaProcessor?: InputLambdaProcessorProperty | cdk.CloudFormationToken;
}

@@ -169,3 +170,3 @@ }

*/
recordColumns: Array<RecordColumnProperty | cdk.Token> | cdk.Token;
recordColumns: Array<RecordColumnProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -175,3 +176,3 @@ * ``ApplicationResource.InputSchemaProperty.RecordEncoding``

*/
recordEncoding?: string | cdk.Token;
recordEncoding?: string | cdk.CloudFormationToken;
/**

@@ -181,3 +182,3 @@ * ``ApplicationResource.InputSchemaProperty.RecordFormat``

*/
recordFormat: RecordFormatProperty | cdk.Token;
recordFormat: RecordFormatProperty | cdk.CloudFormationToken;
}

@@ -194,3 +195,3 @@ }

*/
recordRowPath: string | cdk.Token;
recordRowPath: string | cdk.CloudFormationToken;
}

@@ -207,3 +208,3 @@ }

*/
resourceArn: string | cdk.Token;
resourceArn: string | cdk.CloudFormationToken;
/**

@@ -213,3 +214,3 @@ * ``ApplicationResource.KinesisFirehoseInputProperty.RoleARN``

*/
roleArn: string | cdk.Token;
roleArn: string | cdk.CloudFormationToken;
}

@@ -226,3 +227,3 @@ }

*/
resourceArn: string | cdk.Token;
resourceArn: string | cdk.CloudFormationToken;
/**

@@ -232,3 +233,3 @@ * ``ApplicationResource.KinesisStreamsInputProperty.RoleARN``

*/
roleArn: string | cdk.Token;
roleArn: string | cdk.CloudFormationToken;
}

@@ -245,3 +246,3 @@ }

*/
csvMappingParameters?: CSVMappingParametersProperty | cdk.Token;
csvMappingParameters?: CSVMappingParametersProperty | cdk.CloudFormationToken;
/**

@@ -251,3 +252,3 @@ * ``ApplicationResource.MappingParametersProperty.JSONMappingParameters``

*/
jsonMappingParameters?: JSONMappingParametersProperty | cdk.Token;
jsonMappingParameters?: JSONMappingParametersProperty | cdk.CloudFormationToken;
}

@@ -264,3 +265,3 @@ }

*/
mapping?: string | cdk.Token;
mapping?: string | cdk.CloudFormationToken;
/**

@@ -270,3 +271,3 @@ * ``ApplicationResource.RecordColumnProperty.Name``

*/
name: string | cdk.Token;
name: string | cdk.CloudFormationToken;
/**

@@ -276,3 +277,3 @@ * ``ApplicationResource.RecordColumnProperty.SqlType``

*/
sqlType: string | cdk.Token;
sqlType: string | cdk.CloudFormationToken;
}

@@ -289,3 +290,3 @@ }

*/
mappingParameters?: MappingParametersProperty | cdk.Token;
mappingParameters?: MappingParametersProperty | cdk.CloudFormationToken;
/**

@@ -295,6 +296,9 @@ * ``ApplicationResource.RecordFormatProperty.RecordFormatType``

*/
recordFormatType: string | cdk.Token;
recordFormatType: string | cdk.CloudFormationToken;
}
}
}
export declare class ApplicationId extends cdk.CloudFormationToken {
private readonly thisIsAApplicationId;
}
export declare namespace cloudformation {

@@ -309,3 +313,3 @@ /**

*/
applicationName: string | cdk.Token;
applicationName: string | cdk.CloudFormationToken;
/**

@@ -315,3 +319,3 @@ * ``AWS::KinesisAnalytics::ApplicationOutput.Output``

*/
output: ApplicationOutputResource.OutputProperty | cdk.Token;
output: ApplicationOutputResource.OutputProperty | cdk.CloudFormationToken;
}

@@ -326,2 +330,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: ApplicationOutputId;
/**

@@ -348,3 +353,3 @@ * Creates a new ``AWS::KinesisAnalytics::ApplicationOutput``.

*/
recordFormatType?: string | cdk.Token;
recordFormatType?: string | cdk.CloudFormationToken;
}

@@ -361,3 +366,3 @@ }

*/
resourceArn: string | cdk.Token;
resourceArn: string | cdk.CloudFormationToken;
/**

@@ -367,3 +372,3 @@ * ``ApplicationOutputResource.KinesisFirehoseOutputProperty.RoleARN``

*/
roleArn: string | cdk.Token;
roleArn: string | cdk.CloudFormationToken;
}

@@ -380,3 +385,3 @@ }

*/
resourceArn: string | cdk.Token;
resourceArn: string | cdk.CloudFormationToken;
/**

@@ -386,3 +391,3 @@ * ``ApplicationOutputResource.KinesisStreamsOutputProperty.RoleARN``

*/
roleArn: string | cdk.Token;
roleArn: string | cdk.CloudFormationToken;
}

@@ -399,3 +404,3 @@ }

*/
resourceArn: string | cdk.Token;
resourceArn: string | cdk.CloudFormationToken;
/**

@@ -405,3 +410,3 @@ * ``ApplicationOutputResource.LambdaOutputProperty.RoleARN``

*/
roleArn: string | cdk.Token;
roleArn: string | cdk.CloudFormationToken;
}

@@ -418,3 +423,3 @@ }

*/
destinationSchema: DestinationSchemaProperty | cdk.Token;
destinationSchema: DestinationSchemaProperty | cdk.CloudFormationToken;
/**

@@ -424,3 +429,3 @@ * ``ApplicationOutputResource.OutputProperty.KinesisFirehoseOutput``

*/
kinesisFirehoseOutput?: KinesisFirehoseOutputProperty | cdk.Token;
kinesisFirehoseOutput?: KinesisFirehoseOutputProperty | cdk.CloudFormationToken;
/**

@@ -430,3 +435,3 @@ * ``ApplicationOutputResource.OutputProperty.KinesisStreamsOutput``

*/
kinesisStreamsOutput?: KinesisStreamsOutputProperty | cdk.Token;
kinesisStreamsOutput?: KinesisStreamsOutputProperty | cdk.CloudFormationToken;
/**

@@ -436,3 +441,3 @@ * ``ApplicationOutputResource.OutputProperty.LambdaOutput``

*/
lambdaOutput?: LambdaOutputProperty | cdk.Token;
lambdaOutput?: LambdaOutputProperty | cdk.CloudFormationToken;
/**

@@ -442,6 +447,9 @@ * ``ApplicationOutputResource.OutputProperty.Name``

*/
name?: string | cdk.Token;
name?: string | cdk.CloudFormationToken;
}
}
}
export declare class ApplicationOutputId extends cdk.CloudFormationToken {
private readonly thisIsAApplicationOutputId;
}
export declare namespace cloudformation {

@@ -456,3 +464,3 @@ /**

*/
applicationName: string | cdk.Token;
applicationName: string | cdk.CloudFormationToken;
/**

@@ -462,3 +470,3 @@ * ``AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceDataSource``

*/
referenceDataSource: ApplicationReferenceDataSourceResource.ReferenceDataSourceProperty | cdk.Token;
referenceDataSource: ApplicationReferenceDataSourceResource.ReferenceDataSourceProperty | cdk.CloudFormationToken;
}

@@ -473,2 +481,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: ApplicationReferenceDataSourceId;
/**

@@ -495,3 +504,3 @@ * Creates a new ``AWS::KinesisAnalytics::ApplicationReferenceDataSource``.

*/
recordColumnDelimiter: string | cdk.Token;
recordColumnDelimiter: string | cdk.CloudFormationToken;
/**

@@ -501,3 +510,3 @@ * ``ApplicationReferenceDataSourceResource.CSVMappingParametersProperty.RecordRowDelimiter``

*/
recordRowDelimiter: string | cdk.Token;
recordRowDelimiter: string | cdk.CloudFormationToken;
}

@@ -514,3 +523,3 @@ }

*/
recordRowPath: string | cdk.Token;
recordRowPath: string | cdk.CloudFormationToken;
}

@@ -527,3 +536,3 @@ }

*/
csvMappingParameters?: CSVMappingParametersProperty | cdk.Token;
csvMappingParameters?: CSVMappingParametersProperty | cdk.CloudFormationToken;
/**

@@ -533,3 +542,3 @@ * ``ApplicationReferenceDataSourceResource.MappingParametersProperty.JSONMappingParameters``

*/
jsonMappingParameters?: JSONMappingParametersProperty | cdk.Token;
jsonMappingParameters?: JSONMappingParametersProperty | cdk.CloudFormationToken;
}

@@ -546,3 +555,3 @@ }

*/
mapping?: string | cdk.Token;
mapping?: string | cdk.CloudFormationToken;
/**

@@ -552,3 +561,3 @@ * ``ApplicationReferenceDataSourceResource.RecordColumnProperty.Name``

*/
name: string | cdk.Token;
name: string | cdk.CloudFormationToken;
/**

@@ -558,3 +567,3 @@ * ``ApplicationReferenceDataSourceResource.RecordColumnProperty.SqlType``

*/
sqlType: string | cdk.Token;
sqlType: string | cdk.CloudFormationToken;
}

@@ -571,3 +580,3 @@ }

*/
mappingParameters?: MappingParametersProperty | cdk.Token;
mappingParameters?: MappingParametersProperty | cdk.CloudFormationToken;
/**

@@ -577,3 +586,3 @@ * ``ApplicationReferenceDataSourceResource.RecordFormatProperty.RecordFormatType``

*/
recordFormatType: string | cdk.Token;
recordFormatType: string | cdk.CloudFormationToken;
}

@@ -590,3 +599,3 @@ }

*/
referenceSchema: ReferenceSchemaProperty | cdk.Token;
referenceSchema: ReferenceSchemaProperty | cdk.CloudFormationToken;
/**

@@ -596,3 +605,3 @@ * ``ApplicationReferenceDataSourceResource.ReferenceDataSourceProperty.S3ReferenceDataSource``

*/
s3ReferenceDataSource?: S3ReferenceDataSourceProperty | cdk.Token;
s3ReferenceDataSource?: S3ReferenceDataSourceProperty | cdk.CloudFormationToken;
/**

@@ -602,3 +611,3 @@ * ``ApplicationReferenceDataSourceResource.ReferenceDataSourceProperty.TableName``

*/
tableName?: string | cdk.Token;
tableName?: string | cdk.CloudFormationToken;
}

@@ -615,3 +624,3 @@ }

*/
recordColumns: Array<RecordColumnProperty | cdk.Token> | cdk.Token;
recordColumns: Array<RecordColumnProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
/**

@@ -621,3 +630,3 @@ * ``ApplicationReferenceDataSourceResource.ReferenceSchemaProperty.RecordEncoding``

*/
recordEncoding?: string | cdk.Token;
recordEncoding?: string | cdk.CloudFormationToken;
/**

@@ -627,3 +636,3 @@ * ``ApplicationReferenceDataSourceResource.ReferenceSchemaProperty.RecordFormat``

*/
recordFormat: RecordFormatProperty | cdk.Token;
recordFormat: RecordFormatProperty | cdk.CloudFormationToken;
}

@@ -640,3 +649,3 @@ }

*/
bucketArn: string | cdk.Token;
bucketArn: string | cdk.CloudFormationToken;
/**

@@ -646,3 +655,3 @@ * ``ApplicationReferenceDataSourceResource.S3ReferenceDataSourceProperty.FileKey``

*/
fileKey: string | cdk.Token;
fileKey: string | cdk.CloudFormationToken;
/**

@@ -652,5 +661,8 @@ * ``ApplicationReferenceDataSourceResource.S3ReferenceDataSourceProperty.ReferenceRoleARN``

*/
referenceRoleArn: string | cdk.Token;
referenceRoleArn: string | cdk.CloudFormationToken;
}
}
}
export declare class ApplicationReferenceDataSourceId extends cdk.CloudFormationToken {
private readonly thisIsAApplicationReferenceDataSourceId;
}
{
"name": "@aws-cdk/aws-kinesisanalytics",
"version": "0.8.2",
"version": "0.9.0",
"description": "The CDK Construct Library for AWS::KinesisAnalytics",

@@ -17,2 +17,8 @@ "main": "lib/index.js",

},
"dotnet": {
"namespace": "Amazon.CDK.AWS.KinesisAnalytics",
"packageId": "Amazon.CDK.AWS.KinesisAnalytics",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}

@@ -50,11 +56,11 @@ }

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

@@ -10,2 +10,2 @@ "use strict";

});
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5raW5lc2lzYW5hbHl0aWNzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsidGVzdC5raW5lc2lzYW5hbHl0aWNzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsdUNBQTBDO0FBRTFDLE9BQU8sR0FBRyxtQkFBUSxDQUFDO0lBQ2YsU0FBUyxDQUFDLElBQVU7UUFDaEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsMENBQTBDLENBQUMsQ0FBQztRQUMxRCxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDaEIsQ0FBQztDQUNKLENBQUMsQ0FBQyJ9
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5raW5lc2lzYW5hbHl0aWNzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsidGVzdC5raW5lc2lzYW5hbHl0aWNzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsdUNBQTBDO0FBRTFDLE9BQU8sR0FBRyxtQkFBUSxDQUFDO0lBQ2YsU0FBUyxDQUFDLElBQVU7UUFDaEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsMENBQTBDLENBQUMsQ0FBQztRQUMxRCxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDaEIsQ0FBQztDQUNKLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFRlc3QsIHRlc3RDYXNlIH0gZnJvbSAnbm9kZXVuaXQnO1xuXG5leHBvcnRzID0gdGVzdENhc2Uoe1xuICAgIG5vdFRlc3RlZCh0ZXN0OiBUZXN0KSB7XG4gICAgICAgIHRlc3Qub2sodHJ1ZSwgJ05vIHRlc3RzIGFyZSBzcGVjaWZpZWQgZm9yIHRoaXMgcGFja2FnZS4nKTtcbiAgICAgICAgdGVzdC5kb25lKCk7XG4gICAgfVxufSk7XG4iXX0=
{
"compilerOptions": {
"target": "es2018",
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"module": "commonjs",
"declaration": true,
"strict": true,
"strictPropertyInitialization": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"inlineSourceMap": true,
"experimentalDecorators": true,
"jsx": "react",
"jsxFactory": "jsx.create"
},
"_generated_by_jsii_": "generated by jsii - you can delete, and ideally add to your .gitignore"
"compilerOptions": {
"alwaysStrict": true,
"charset": "utf8",
"declaration": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"inlineSources": true,
"jsx": "react",
"jsxFactory": "jsx.create",
"lib": [
"es2016",
"es2017.object",
"es2017.string"
],
"module": "CommonJS",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"target": "ES2018"
},
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore"
}

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