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

@aws-cdk/aws-cognito

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

Comparing version 0.9.1 to 0.9.2

65

lib/cognito.generated.d.ts

@@ -69,4 +69,4 @@ import cdk = require('@aws-cdk/cdk');

*/
readonly identityPoolName: IdentityPoolName;
readonly ref: IdentityPoolId;
readonly identityPoolName: string;
readonly identityPoolId: string;
/**

@@ -146,8 +146,2 @@ * Creates a new ``AWS::Cognito::IdentityPool``.

}
export declare class IdentityPoolName extends cdk.CloudFormationToken {
private readonly thisIsAIdentityPoolName;
}
export declare class IdentityPoolId extends cdk.CloudFormationToken {
private readonly thisIsAIdentityPoolId;
}
export declare namespace cloudformation {

@@ -184,3 +178,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: IdentityPoolRoleAttachmentId;
readonly identityPoolRoleAttachmentId: string;
/**

@@ -260,5 +254,2 @@ * Creates a new ``AWS::Cognito::IdentityPoolRoleAttachment``.

}
export declare class IdentityPoolRoleAttachmentId extends cdk.CloudFormationToken {
private readonly thisIsAIdentityPoolRoleAttachmentId;
}
export declare namespace cloudformation {

@@ -366,12 +357,12 @@ /**

*/
readonly userPoolArn: UserPoolArn;
readonly userPoolArn: string;
/**
* @cloudformation_attribute ProviderName
*/
readonly userPoolProviderName: UserPoolProviderName;
readonly userPoolProviderName: string;
/**
* @cloudformation_attribute ProviderURL
*/
readonly userPoolProviderUrl: UserPoolProviderUrl;
readonly ref: UserPoolId;
readonly userPoolProviderUrl: string;
readonly userPoolId: string;
/**

@@ -652,14 +643,2 @@ * Creates a new ``AWS::Cognito::UserPool``.

}
export declare class UserPoolArn extends cdk.Arn {
private readonly thisIsAUserPoolArn;
}
export declare class UserPoolProviderName extends cdk.CloudFormationToken {
private readonly thisIsAUserPoolProviderName;
}
export declare class UserPoolProviderUrl extends cdk.CloudFormationToken {
private readonly thisIsAUserPoolProviderUrl;
}
export declare class UserPoolId extends cdk.CloudFormationToken {
private readonly thisIsAUserPoolId;
}
export declare namespace cloudformation {

@@ -717,8 +696,8 @@ /**

*/
readonly userPoolClientClientSecret: UserPoolClientClientSecret;
readonly userPoolClientClientSecret: string;
/**
* @cloudformation_attribute Name
*/
readonly userPoolClientName: UserPoolClientName;
readonly ref: UserPoolClientId;
readonly userPoolClientName: string;
readonly userPoolClientId: string;
/**

@@ -737,11 +716,2 @@ * Creates a new ``AWS::Cognito::UserPoolClient``.

}
export declare class UserPoolClientClientSecret extends cdk.CloudFormationToken {
private readonly thisIsAUserPoolClientClientSecret;
}
export declare class UserPoolClientName extends cdk.CloudFormationToken {
private readonly thisIsAUserPoolClientName;
}
export declare class UserPoolClientId extends cdk.CloudFormationToken {
private readonly thisIsAUserPoolClientId;
}
export declare namespace cloudformation {

@@ -786,3 +756,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: UserPoolGroupName;
readonly userPoolGroupName: string;
/**

@@ -801,5 +771,2 @@ * Creates a new ``AWS::Cognito::UserPoolGroup``.

}
export declare class UserPoolGroupName extends cdk.CloudFormationToken {
private readonly thisIsAUserPoolGroupName;
}
export declare namespace cloudformation {

@@ -854,3 +821,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: UserPoolUserName;
readonly userPoolUserName: string;
/**

@@ -886,5 +853,2 @@ * Creates a new ``AWS::Cognito::UserPoolUser``.

}
export declare class UserPoolUserName extends cdk.CloudFormationToken {
private readonly thisIsAUserPoolUserName;
}
export declare namespace cloudformation {

@@ -919,3 +883,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: UserPoolUserToGroupAttachmentId;
readonly userPoolUserToGroupAttachmentId: string;
/**

@@ -934,4 +898,1 @@ * Creates a new ``AWS::Cognito::UserPoolUserToGroupAttachment``.

}
export declare class UserPoolUserToGroupAttachmentId extends cdk.CloudFormationToken {
private readonly thisIsAUserPoolUserToGroupAttachmentId;
}

12

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

@@ -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