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

@aws-cdk/aws-kinesisanalytics

Package Overview
Dependencies
Maintainers
5
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 1.15.0 to 1.16.0

30

lib/kinesisanalytics.generated.d.ts

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

*/
export declare class CfnApplication extends cdk.CfnResource {
export declare class CfnApplication extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -71,2 +71,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnApplicationProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -337,3 +345,3 @@ [key: string]: any;

*/
export declare class CfnApplicationOutput extends cdk.CfnResource {
export declare class CfnApplicationOutput extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -361,2 +369,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnApplicationOutputProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -496,3 +512,3 @@ [key: string]: any;

*/
export declare class CfnApplicationReferenceDataSource extends cdk.CfnResource {
export declare class CfnApplicationReferenceDataSource extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -520,2 +536,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnApplicationReferenceDataSourceProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -522,0 +546,0 @@ [key: string]: any;

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

*/
export declare class CfnApplicationV2 extends cdk.CfnResource {
export declare class CfnApplicationV2 extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -81,2 +81,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnApplicationV2Props);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -588,3 +596,3 @@ [key: string]: any;

*/
export declare class CfnApplicationCloudWatchLoggingOptionV2 extends cdk.CfnResource {
export declare class CfnApplicationCloudWatchLoggingOptionV2 extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -612,2 +620,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnApplicationCloudWatchLoggingOptionV2Props);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -660,3 +676,3 @@ [key: string]: any;

*/
export declare class CfnApplicationOutputV2 extends cdk.CfnResource {
export declare class CfnApplicationOutputV2 extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -684,2 +700,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnApplicationOutputV2Props);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -804,3 +828,3 @@ [key: string]: any;

*/
export declare class CfnApplicationReferenceDataSourceV2 extends cdk.CfnResource {
export declare class CfnApplicationReferenceDataSourceV2 extends cdk.CfnResource implements cdk.IInspectable {
/**

@@ -828,2 +852,10 @@ * The CloudFormation resource type name for this resource class.

constructor(scope: cdk.Construct, id: string, props: CfnApplicationReferenceDataSourceV2Props);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {

@@ -830,0 +862,0 @@ [key: string]: any;

19

package.json
{
"name": "@aws-cdk/aws-kinesisanalytics",
"version": "1.15.0",
"version": "1.16.0",
"description": "The CDK Construct Library for AWS::KinesisAnalytics",

@@ -48,3 +48,4 @@ "main": "lib/index.js",

"build+test+package": "npm run build+test && npm run package",
"build+test": "npm run build && npm test"
"build+test": "npm run build && npm test",
"compat": "cdk-compat"
},

@@ -70,13 +71,13 @@ "cdk-build": {

"devDependencies": {
"@aws-cdk/assert": "1.15.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
"@aws-cdk/assert": "1.16.0",
"cdk-build-tools": "1.16.0",
"cfn2ts": "1.16.0",
"pkglint": "1.16.0"
},
"dependencies": {
"@aws-cdk/core": "1.15.0"
"@aws-cdk/core": "1.16.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.15.0"
"@aws-cdk/core": "1.16.0"
},

@@ -87,2 +88,2 @@ "engines": {

"stability": "experimental"
}
}

@@ -45,2 +45,5 @@ {

{
"path": "../../../tools/cfn2ts"
},
{
"path": "../../../tools/pkglint"

@@ -47,0 +50,0 @@ }

Sorry, the diff of this file is not supported yet

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

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