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.2 to 0.10.0

49

lib/cognito.generated.d.ts

@@ -74,8 +74,9 @@ import cdk = require('@aws-cdk/cdk');

*
* @param parent the ``cdk.Construct`` this ``IdentityPoolResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param parent the ``cdk.Construct`` this ``IdentityPoolResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``IdentityPoolResource``
*/
constructor(parent: cdk.Construct, name: string, properties: IdentityPoolResourceProps);
protected renderProperties(): {
readonly propertyOverrides: IdentityPoolResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;

@@ -181,8 +182,9 @@ };

*
* @param parent the ``cdk.Construct`` this ``IdentityPoolRoleAttachmentResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param parent the ``cdk.Construct`` this ``IdentityPoolRoleAttachmentResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``IdentityPoolRoleAttachmentResource``
*/
constructor(parent: cdk.Construct, name: string, properties: IdentityPoolRoleAttachmentResourceProps);
protected renderProperties(): {
readonly propertyOverrides: IdentityPoolRoleAttachmentResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;

@@ -368,8 +370,9 @@ };

*
* @param parent the ``cdk.Construct`` this ``UserPoolResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param parent the ``cdk.Construct`` this ``UserPoolResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``UserPoolResource``
*/
constructor(parent: cdk.Construct, name: string, properties?: UserPoolResourceProps);
protected renderProperties(): {
readonly propertyOverrides: UserPoolResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;

@@ -702,8 +705,9 @@ };

*
* @param parent the ``cdk.Construct`` this ``UserPoolClientResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param parent the ``cdk.Construct`` this ``UserPoolClientResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``UserPoolClientResource``
*/
constructor(parent: cdk.Construct, name: string, properties: UserPoolClientResourceProps);
protected renderProperties(): {
readonly propertyOverrides: UserPoolClientResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;

@@ -756,8 +760,9 @@ };

*
* @param parent the ``cdk.Construct`` this ``UserPoolGroupResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param parent the ``cdk.Construct`` this ``UserPoolGroupResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``UserPoolGroupResource``
*/
constructor(parent: cdk.Construct, name: string, properties: UserPoolGroupResourceProps);
protected renderProperties(): {
readonly propertyOverrides: UserPoolGroupResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;

@@ -820,8 +825,9 @@ };

*
* @param parent the ``cdk.Construct`` this ``UserPoolUserResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param parent the ``cdk.Construct`` this ``UserPoolUserResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``UserPoolUserResource``
*/
constructor(parent: cdk.Construct, name: string, properties: UserPoolUserResourceProps);
protected renderProperties(): {
readonly propertyOverrides: UserPoolUserResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;

@@ -881,8 +887,9 @@ };

*
* @param parent the ``cdk.Construct`` this ``UserPoolUserToGroupAttachmentResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param parent the ``cdk.Construct`` this ``UserPoolUserToGroupAttachmentResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``UserPoolUserToGroupAttachmentResource``
*/
constructor(parent: cdk.Construct, name: string, properties: UserPoolUserToGroupAttachmentResourceProps);
protected renderProperties(): {
readonly propertyOverrides: UserPoolUserToGroupAttachmentResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;

@@ -889,0 +896,0 @@ };

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

@@ -55,11 +55,11 @@ "main": "lib/index.js",

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

@@ -1,1 +0,2 @@

export {};
declare const _default: void;
export = _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const nodeunit_1 = require("nodeunit");
exports = nodeunit_1.testCase({
module.exports = nodeunit_1.testCase({
notTested(test) {

@@ -10,2 +9,2 @@ test.ok(true, 'No tests are specified for this package.');

});
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5jb2duaXRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsidGVzdC5jb2duaXRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsdUNBQTBDO0FBRTFDLE9BQU8sR0FBRyxtQkFBUSxDQUFDO0lBQ2YsU0FBUyxDQUFDLElBQVU7UUFDaEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxJQUFJLEVBQUUsMENBQTBDLENBQUMsQ0FBQztRQUMxRCxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDaEIsQ0FBQztDQUNKLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFRlc3QsIHRlc3RDYXNlIH0gZnJvbSAnbm9kZXVuaXQnO1xuXG5leHBvcnRzID0gdGVzdENhc2Uoe1xuICAgIG5vdFRlc3RlZCh0ZXN0OiBUZXN0KSB7XG4gICAgICAgIHRlc3Qub2sodHJ1ZSwgJ05vIHRlc3RzIGFyZSBzcGVjaWZpZWQgZm9yIHRoaXMgcGFja2FnZS4nKTtcbiAgICAgICAgdGVzdC5kb25lKCk7XG4gICAgfVxufSk7XG4iXX0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5jb2duaXRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsidGVzdC5jb2duaXRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx1Q0FBMEM7QUFFMUMsaUJBQVMsbUJBQVEsQ0FBQztJQUNoQixTQUFTLENBQUMsSUFBVTtRQUNsQixJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksRUFBRSwwQ0FBMEMsQ0FBQyxDQUFDO1FBQzFELElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNkLENBQUM7Q0FDRixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBUZXN0LCB0ZXN0Q2FzZSB9IGZyb20gJ25vZGV1bml0JztcblxuZXhwb3J0ID0gdGVzdENhc2Uoe1xuICBub3RUZXN0ZWQodGVzdDogVGVzdCkge1xuICAgIHRlc3Qub2sodHJ1ZSwgJ05vIHRlc3RzIGFyZSBzcGVjaWZpZWQgZm9yIHRoaXMgcGFja2FnZS4nKTtcbiAgICB0ZXN0LmRvbmUoKTtcbiAgfVxufSk7XG4iXX0=

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