New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-ses

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

Comparing version 0.10.0 to 0.11.0

134

lib/ses.generated.d.ts

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

*/
configurationSetName?: string | cdk.CloudFormationToken;
configurationSetName?: string | cdk.Token;
}

@@ -21,3 +21,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SES::ConfigurationSet";
readonly configurationSetName: string;

@@ -47,3 +47,3 @@ /**

*/
configurationSetName: string | cdk.CloudFormationToken;
configurationSetName: string | cdk.Token;
/**

@@ -53,3 +53,3 @@ * ``AWS::SES::ConfigurationSetEventDestination.EventDestination``

*/
eventDestination: ConfigurationSetEventDestinationResource.EventDestinationProperty | cdk.CloudFormationToken;
eventDestination: ConfigurationSetEventDestinationResource.EventDestinationProperty | cdk.Token;
}

@@ -63,3 +63,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SES::ConfigurationSetEventDestination";
/**

@@ -87,3 +87,3 @@ * Creates a new ``AWS::SES::ConfigurationSetEventDestination``.

*/
dimensionConfigurations?: Array<DimensionConfigurationProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
dimensionConfigurations?: Array<DimensionConfigurationProperty | cdk.Token> | cdk.Token;
}

@@ -100,3 +100,3 @@ }

*/
defaultDimensionValue: string | cdk.CloudFormationToken;
defaultDimensionValue: string | cdk.Token;
/**

@@ -106,3 +106,3 @@ * ``ConfigurationSetEventDestinationResource.DimensionConfigurationProperty.DimensionName``

*/
dimensionName: string | cdk.CloudFormationToken;
dimensionName: string | cdk.Token;
/**

@@ -112,3 +112,3 @@ * ``ConfigurationSetEventDestinationResource.DimensionConfigurationProperty.DimensionValueSource``

*/
dimensionValueSource: string | cdk.CloudFormationToken;
dimensionValueSource: string | cdk.Token;
}

@@ -125,3 +125,3 @@ }

*/
cloudWatchDestination?: CloudWatchDestinationProperty | cdk.CloudFormationToken;
cloudWatchDestination?: CloudWatchDestinationProperty | cdk.Token;
/**

@@ -131,3 +131,3 @@ * ``ConfigurationSetEventDestinationResource.EventDestinationProperty.Enabled``

*/
enabled?: boolean | cdk.CloudFormationToken;
enabled?: boolean | cdk.Token;
/**

@@ -137,3 +137,3 @@ * ``ConfigurationSetEventDestinationResource.EventDestinationProperty.KinesisFirehoseDestination``

*/
kinesisFirehoseDestination?: KinesisFirehoseDestinationProperty | cdk.CloudFormationToken;
kinesisFirehoseDestination?: KinesisFirehoseDestinationProperty | cdk.Token;
/**

@@ -143,3 +143,3 @@ * ``ConfigurationSetEventDestinationResource.EventDestinationProperty.MatchingEventTypes``

*/
matchingEventTypes: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
matchingEventTypes: Array<string | cdk.Token> | cdk.Token;
/**

@@ -149,3 +149,3 @@ * ``ConfigurationSetEventDestinationResource.EventDestinationProperty.Name``

*/
name?: string | cdk.CloudFormationToken;
name?: string | cdk.Token;
}

@@ -162,3 +162,3 @@ }

*/
deliveryStreamArn: string | cdk.CloudFormationToken;
deliveryStreamArn: string | cdk.Token;
/**

@@ -168,3 +168,3 @@ * ``ConfigurationSetEventDestinationResource.KinesisFirehoseDestinationProperty.IAMRoleARN``

*/
iamRoleArn: string | cdk.CloudFormationToken;
iamRoleArn: string | cdk.Token;
}

@@ -182,3 +182,3 @@ }

*/
filter: ReceiptFilterResource.FilterProperty | cdk.CloudFormationToken;
filter: ReceiptFilterResource.FilterProperty | cdk.Token;
}

@@ -192,3 +192,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SES::ReceiptFilter";
readonly receiptFilterName: string;

@@ -217,3 +217,3 @@ /**

*/
ipFilter: IpFilterProperty | cdk.CloudFormationToken;
ipFilter: IpFilterProperty | cdk.Token;
/**

@@ -223,3 +223,3 @@ * ``ReceiptFilterResource.FilterProperty.Name``

*/
name?: string | cdk.CloudFormationToken;
name?: string | cdk.Token;
}

@@ -236,3 +236,3 @@ }

*/
cidr: string | cdk.CloudFormationToken;
cidr: string | cdk.Token;
/**

@@ -242,3 +242,3 @@ * ``ReceiptFilterResource.IpFilterProperty.Policy``

*/
policy: string | cdk.CloudFormationToken;
policy: string | cdk.Token;
}

@@ -256,3 +256,3 @@ }

*/
rule: ReceiptRuleResource.RuleProperty | cdk.CloudFormationToken;
rule: ReceiptRuleResource.RuleProperty | cdk.Token;
/**

@@ -262,3 +262,3 @@ * ``AWS::SES::ReceiptRule.RuleSetName``

*/
ruleSetName: string | cdk.CloudFormationToken;
ruleSetName: string | cdk.Token;
/**

@@ -268,3 +268,3 @@ * ``AWS::SES::ReceiptRule.After``

*/
after?: string | cdk.CloudFormationToken;
after?: string | cdk.Token;
}

@@ -278,3 +278,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SES::ReceiptRule";
readonly receiptRuleName: string;

@@ -303,3 +303,3 @@ /**

*/
addHeaderAction?: AddHeaderActionProperty | cdk.CloudFormationToken;
addHeaderAction?: AddHeaderActionProperty | cdk.Token;
/**

@@ -309,3 +309,3 @@ * ``ReceiptRuleResource.ActionProperty.BounceAction``

*/
bounceAction?: BounceActionProperty | cdk.CloudFormationToken;
bounceAction?: BounceActionProperty | cdk.Token;
/**

@@ -315,3 +315,3 @@ * ``ReceiptRuleResource.ActionProperty.LambdaAction``

*/
lambdaAction?: LambdaActionProperty | cdk.CloudFormationToken;
lambdaAction?: LambdaActionProperty | cdk.Token;
/**

@@ -321,3 +321,3 @@ * ``ReceiptRuleResource.ActionProperty.S3Action``

*/
s3Action?: S3ActionProperty | cdk.CloudFormationToken;
s3Action?: S3ActionProperty | cdk.Token;
/**

@@ -327,3 +327,3 @@ * ``ReceiptRuleResource.ActionProperty.SNSAction``

*/
snsAction?: SNSActionProperty | cdk.CloudFormationToken;
snsAction?: SNSActionProperty | cdk.Token;
/**

@@ -333,3 +333,3 @@ * ``ReceiptRuleResource.ActionProperty.StopAction``

*/
stopAction?: StopActionProperty | cdk.CloudFormationToken;
stopAction?: StopActionProperty | cdk.Token;
/**

@@ -339,3 +339,3 @@ * ``ReceiptRuleResource.ActionProperty.WorkmailAction``

*/
workmailAction?: WorkmailActionProperty | cdk.CloudFormationToken;
workmailAction?: WorkmailActionProperty | cdk.Token;
}

@@ -352,3 +352,3 @@ }

*/
headerName: string | cdk.CloudFormationToken;
headerName: string | cdk.Token;
/**

@@ -358,3 +358,3 @@ * ``ReceiptRuleResource.AddHeaderActionProperty.HeaderValue``

*/
headerValue: string | cdk.CloudFormationToken;
headerValue: string | cdk.Token;
}

@@ -371,3 +371,3 @@ }

*/
message: string | cdk.CloudFormationToken;
message: string | cdk.Token;
/**

@@ -377,3 +377,3 @@ * ``ReceiptRuleResource.BounceActionProperty.Sender``

*/
sender: string | cdk.CloudFormationToken;
sender: string | cdk.Token;
/**

@@ -383,3 +383,3 @@ * ``ReceiptRuleResource.BounceActionProperty.SmtpReplyCode``

*/
smtpReplyCode: string | cdk.CloudFormationToken;
smtpReplyCode: string | cdk.Token;
/**

@@ -389,3 +389,3 @@ * ``ReceiptRuleResource.BounceActionProperty.StatusCode``

*/
statusCode?: string | cdk.CloudFormationToken;
statusCode?: string | cdk.Token;
/**

@@ -395,3 +395,3 @@ * ``ReceiptRuleResource.BounceActionProperty.TopicArn``

*/
topicArn?: string | cdk.CloudFormationToken;
topicArn?: string | cdk.Token;
}

@@ -408,3 +408,3 @@ }

*/
functionArn: string | cdk.CloudFormationToken;
functionArn: string | cdk.Token;
/**

@@ -414,3 +414,3 @@ * ``ReceiptRuleResource.LambdaActionProperty.InvocationType``

*/
invocationType?: string | cdk.CloudFormationToken;
invocationType?: string | cdk.Token;
/**

@@ -420,3 +420,3 @@ * ``ReceiptRuleResource.LambdaActionProperty.TopicArn``

*/
topicArn?: string | cdk.CloudFormationToken;
topicArn?: string | cdk.Token;
}

@@ -433,3 +433,3 @@ }

*/
actions?: Array<ActionProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
actions?: Array<ActionProperty | cdk.Token> | cdk.Token;
/**

@@ -439,3 +439,3 @@ * ``ReceiptRuleResource.RuleProperty.Enabled``

*/
enabled?: boolean | cdk.CloudFormationToken;
enabled?: boolean | cdk.Token;
/**

@@ -445,3 +445,3 @@ * ``ReceiptRuleResource.RuleProperty.Name``

*/
name?: string | cdk.CloudFormationToken;
name?: string | cdk.Token;
/**

@@ -451,3 +451,3 @@ * ``ReceiptRuleResource.RuleProperty.Recipients``

*/
recipients?: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken;
recipients?: Array<string | cdk.Token> | cdk.Token;
/**

@@ -457,3 +457,3 @@ * ``ReceiptRuleResource.RuleProperty.ScanEnabled``

*/
scanEnabled?: boolean | cdk.CloudFormationToken;
scanEnabled?: boolean | cdk.Token;
/**

@@ -463,3 +463,3 @@ * ``ReceiptRuleResource.RuleProperty.TlsPolicy``

*/
tlsPolicy?: string | cdk.CloudFormationToken;
tlsPolicy?: string | cdk.Token;
}

@@ -476,3 +476,3 @@ }

*/
bucketName: string | cdk.CloudFormationToken;
bucketName: string | cdk.Token;
/**

@@ -482,3 +482,3 @@ * ``ReceiptRuleResource.S3ActionProperty.KmsKeyArn``

*/
kmsKeyArn?: string | cdk.CloudFormationToken;
kmsKeyArn?: string | cdk.Token;
/**

@@ -488,3 +488,3 @@ * ``ReceiptRuleResource.S3ActionProperty.ObjectKeyPrefix``

*/
objectKeyPrefix?: string | cdk.CloudFormationToken;
objectKeyPrefix?: string | cdk.Token;
/**

@@ -494,3 +494,3 @@ * ``ReceiptRuleResource.S3ActionProperty.TopicArn``

*/
topicArn?: string | cdk.CloudFormationToken;
topicArn?: string | cdk.Token;
}

@@ -507,3 +507,3 @@ }

*/
encoding?: string | cdk.CloudFormationToken;
encoding?: string | cdk.Token;
/**

@@ -513,3 +513,3 @@ * ``ReceiptRuleResource.SNSActionProperty.TopicArn``

*/
topicArn?: string | cdk.CloudFormationToken;
topicArn?: string | cdk.Token;
}

@@ -526,3 +526,3 @@ }

*/
scope: string | cdk.CloudFormationToken;
scope: string | cdk.Token;
/**

@@ -532,3 +532,3 @@ * ``ReceiptRuleResource.StopActionProperty.TopicArn``

*/
topicArn?: string | cdk.CloudFormationToken;
topicArn?: string | cdk.Token;
}

@@ -545,3 +545,3 @@ }

*/
organizationArn: string | cdk.CloudFormationToken;
organizationArn: string | cdk.Token;
/**

@@ -551,3 +551,3 @@ * ``ReceiptRuleResource.WorkmailActionProperty.TopicArn``

*/
topicArn?: string | cdk.CloudFormationToken;
topicArn?: string | cdk.Token;
}

@@ -565,3 +565,3 @@ }

*/
ruleSetName?: string | cdk.CloudFormationToken;
ruleSetName?: string | cdk.Token;
}

@@ -575,3 +575,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SES::ReceiptRuleSet";
readonly receiptRuleSetName: string;

@@ -601,3 +601,3 @@ /**

*/
template?: TemplateResource.TemplateProperty | cdk.CloudFormationToken;
template?: TemplateResource.TemplateProperty | cdk.Token;
}

@@ -611,3 +611,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::SES::Template";
readonly templateId: string;

@@ -636,3 +636,3 @@ /**

*/
htmlPart?: string | cdk.CloudFormationToken;
htmlPart?: string | cdk.Token;
/**

@@ -642,3 +642,3 @@ * ``TemplateResource.TemplateProperty.SubjectPart``

*/
subjectPart?: string | cdk.CloudFormationToken;
subjectPart?: string | cdk.Token;
/**

@@ -648,3 +648,3 @@ * ``TemplateResource.TemplateProperty.TemplateName``

*/
templateName?: string | cdk.CloudFormationToken;
templateName?: string | cdk.Token;
/**

@@ -654,5 +654,5 @@ * ``TemplateResource.TemplateProperty.TextPart``

*/
textPart?: string | cdk.CloudFormationToken;
textPart?: string | cdk.Token;
}
}
}
{
"name": "@aws-cdk/aws-ses",
"version": "0.10.0",
"version": "0.11.0",
"description": "The CDK Construct Library for AWS::SES",

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

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

@@ -9,4 +9,2 @@ {

"inlineSources": true,
"jsx": "react",
"jsxFactory": "jsx.create",
"lib": [

@@ -13,0 +11,0 @@ "es2016",

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