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

@aws-cdk/alexa-ask

Package Overview
Dependencies
Maintainers
4
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/alexa-ask - npm Package Compare versions

Comparing version 0.21.0 to 0.22.0

135

lib/ask.generated.d.ts

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

*/
vendorId: string | cdk.Token;
vendorId: string;
}

@@ -35,7 +35,7 @@ /**

*
* @param parent the ``cdk.Construct`` this ``CfnSkill`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``CfnSkill``
* @param scope scope in which this resource is defined
* @param id scoped id of the resource
* @param props resource properties
*/
constructor(parent: cdk.Construct, name: string, properties: CfnSkillProps);
constructor(scope: cdk.Construct, id: string, props: CfnSkillProps);
readonly propertyOverrides: CfnSkillProps;

@@ -55,3 +55,3 @@ protected renderProperties(properties: any): {

*/
clientId: string | cdk.Token;
clientId: string;
/**

@@ -61,3 +61,3 @@ * ``CfnSkill.AuthenticationConfigurationProperty.ClientSecret``

*/
clientSecret: string | cdk.Token;
clientSecret: string;
/**

@@ -67,3 +67,3 @@ * ``CfnSkill.AuthenticationConfigurationProperty.RefreshToken``

*/
refreshToken: string | cdk.Token;
refreshToken: string;
}

@@ -97,3 +97,3 @@ }

*/
s3Bucket: string | cdk.Token;
s3Bucket: string;
/**

@@ -103,3 +103,3 @@ * ``CfnSkill.SkillPackageProperty.S3BucketRole``

*/
s3BucketRole?: string | cdk.Token;
s3BucketRole?: string;
/**

@@ -109,3 +109,3 @@ * ``CfnSkill.SkillPackageProperty.S3Key``

*/
s3Key: string | cdk.Token;
s3Key: string;
/**

@@ -115,115 +115,4 @@ * ``CfnSkill.SkillPackageProperty.S3ObjectVersion``

*/
s3ObjectVersion?: string | cdk.Token;
s3ObjectVersion?: string;
}
}
export declare namespace cloudformation {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html
*/
interface SkillResourceProps {
/**
* ``Alexa::ASK::Skill.AuthenticationConfiguration``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-authenticationconfiguration
*/
authenticationConfiguration: SkillResource.AuthenticationConfigurationProperty | cdk.Token;
/**
* ``Alexa::ASK::Skill.SkillPackage``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-skillpackage
*/
skillPackage: SkillResource.SkillPackageProperty | cdk.Token;
/**
* ``Alexa::ASK::Skill.VendorId``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html#cfn-ask-skill-vendorid
*/
vendorId: string | cdk.Token;
}
/**
* @deprecated "cloudformation.SkillResource" will be deprecated in a future release in favor of "CfnSkill" (see https://github.com/awslabs/aws-cdk/issues/878)
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html
*/
class SkillResource extends cdk.Resource {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly resourceTypeName = "Alexa::ASK::Skill";
readonly skillId: string;
/**
* Creates a new ``Alexa::ASK::Skill``.
*
* @param parent the ``cdk.Construct`` this ``SkillResource`` is a part of
* @param name the name of the resource in the ``cdk.Construct`` tree
* @param properties the properties of this ``SkillResource``
*/
constructor(parent: cdk.Construct, name: string, properties: SkillResourceProps);
readonly propertyOverrides: SkillResourceProps;
protected renderProperties(properties: any): {
[key: string]: any;
};
}
namespace SkillResource {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html
*/
interface AuthenticationConfigurationProperty {
/**
* ``SkillResource.AuthenticationConfigurationProperty.ClientId``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientid
*/
clientId: string | cdk.Token;
/**
* ``SkillResource.AuthenticationConfigurationProperty.ClientSecret``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-clientsecret
*/
clientSecret: string | cdk.Token;
/**
* ``SkillResource.AuthenticationConfigurationProperty.RefreshToken``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-authenticationconfiguration.html#cfn-ask-skill-authenticationconfiguration-refreshtoken
*/
refreshToken: string | cdk.Token;
}
}
namespace SkillResource {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html
*/
interface OverridesProperty {
/**
* ``SkillResource.OverridesProperty.Manifest``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest
*/
manifest?: object | cdk.Token;
}
}
namespace SkillResource {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html
*/
interface SkillPackageProperty {
/**
* ``SkillResource.SkillPackageProperty.Overrides``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-overrides
*/
overrides?: SkillResource.OverridesProperty | cdk.Token;
/**
* ``SkillResource.SkillPackageProperty.S3Bucket``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucket
*/
s3Bucket: string | cdk.Token;
/**
* ``SkillResource.SkillPackageProperty.S3BucketRole``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3bucketrole
*/
s3BucketRole?: string | cdk.Token;
/**
* ``SkillResource.SkillPackageProperty.S3Key``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3key
*/
s3Key: string | cdk.Token;
/**
* ``SkillResource.SkillPackageProperty.S3ObjectVersion``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-skillpackage.html#cfn-ask-skill-skillpackage-s3objectversion
*/
s3ObjectVersion?: string | cdk.Token;
}
}
}

18

package.json
{
"name": "@aws-cdk/alexa-ask",
"version": "0.21.0",
"version": "0.22.0",
"description": "The CDK Construct Library for Alexa::ASK",

@@ -38,3 +38,5 @@ "main": "lib/index.js",

"test": "cdk-test",
"watch": "cdk-watch"
"watch": "cdk-watch",
"awslint": "cdk-awslint",
"cfn2ts": "cfn2ts"
},

@@ -57,12 +59,12 @@ "cdk-build": {

"devDependencies": {
"@aws-cdk/assert": "^0.21.0",
"cdk-build-tools": "^0.21.0",
"cfn2ts": "^0.21.0",
"pkglint": "^0.21.0"
"@aws-cdk/assert": "^0.22.0",
"cdk-build-tools": "^0.22.0",
"cfn2ts": "^0.22.0",
"pkglint": "^0.22.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.21.0"
"@aws-cdk/cdk": "^0.22.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.21.0"
"@aws-cdk/cdk": "^0.22.0"
},

@@ -69,0 +71,0 @@ "engines": {

@@ -25,5 +25,20 @@ {

"strictNullChecks": true,
"target": "ES2018"
"target": "ES2018",
"composite": true
},
"include": [
"**/*.ts"
],
"exclude": [
"node_modules"
],
"references": [
{
"path": "../cdk"
},
{
"path": "../assert"
}
],
"_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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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