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.38.0 to 1.39.0

24

lib/kinesisanalytics.generated.d.ts

@@ -43,2 +43,10 @@ import * as cdk from '@aws-cdk/core';

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnApplication;
/**
* `AWS::KinesisAnalytics::Application.Inputs`

@@ -350,2 +358,10 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-application.html#cfn-kinesisanalytics-application-inputs

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnApplicationOutput;
/**
* `AWS::KinesisAnalytics::ApplicationOutput.ApplicationName`

@@ -516,2 +532,10 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationoutput.html#cfn-kinesisanalytics-applicationoutput-applicationname

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnApplicationReferenceDataSource;
/**
* `AWS::KinesisAnalytics::ApplicationReferenceDataSource.ApplicationName`

@@ -518,0 +542,0 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalytics-applicationreferencedatasource.html#cfn-kinesisanalytics-applicationreferencedatasource-applicationname

@@ -53,2 +53,10 @@ import * as cdk from '@aws-cdk/core';

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnApplicationV2;
/**
* `AWS::KinesisAnalyticsV2::Application.RuntimeEnvironment`

@@ -611,2 +619,10 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-application.html#cfn-kinesisanalyticsv2-application-runtimeenvironment

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnApplicationCloudWatchLoggingOptionV2;
/**
* `AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption.ApplicationName`

@@ -690,2 +706,10 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html#cfn-kinesisanalyticsv2-applicationcloudwatchloggingoption-applicationname

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnApplicationOutputV2;
/**
* `AWS::KinesisAnalyticsV2::ApplicationOutput.ApplicationName`

@@ -841,2 +865,10 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationoutput.html#cfn-kinesisanalyticsv2-applicationoutput-applicationname

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnApplicationReferenceDataSourceV2;
/**
* `AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.ApplicationName`

@@ -843,0 +875,0 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationreferencedatasource.html#cfn-kinesisanalyticsv2-applicationreferencedatasource-applicationname

36

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

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

"AWS::KinesisAnalyticsV2"
]
],
"jest": true
},

@@ -67,28 +68,11 @@ "keywords": [

},
"jest": {
"moduleFileExtensions": [
"js"
],
"coverageThreshold": {
"global": {
"branches": 60,
"statements": 80
}
},
"collectCoverage": true,
"coverageReporters": [
"lcov",
"html",
"text-summary"
]
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.38.0",
"cdk-build-tools": "1.38.0",
"cfn2ts": "1.38.0",
"pkglint": "1.38.0"
"@aws-cdk/assert": "1.39.0",
"cdk-build-tools": "1.39.0",
"cfn2ts": "1.39.0",
"pkglint": "1.39.0"
},
"dependencies": {
"@aws-cdk/core": "1.38.0",
"@aws-cdk/core": "1.39.0",
"constructs": "^3.0.2"

@@ -98,7 +82,7 @@ },

"peerDependencies": {
"@aws-cdk/core": "1.38.0",
"@aws-cdk/core": "1.39.0",
"constructs": "^3.0.2"
},
"engines": {
"node": ">= 10.13.0"
"node": ">= 10.13.0 <13 || >=13.7.0"
},

@@ -105,0 +89,0 @@ "stability": "experimental",

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