@aws-cdk/aws-ses
Advanced tools
Comparing version 0.21.0 to 0.22.0
@@ -10,3 +10,3 @@ import cdk = require('@aws-cdk/cdk'); | ||
*/ | ||
name?: string | cdk.Token; | ||
name?: string; | ||
} | ||
@@ -25,7 +25,7 @@ /** | ||
* | ||
* @param parent the ``cdk.Construct`` this ``CfnConfigurationSet`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``CfnConfigurationSet`` | ||
* @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?: CfnConfigurationSetProps); | ||
constructor(scope: cdk.Construct, id: string, props?: CfnConfigurationSetProps); | ||
readonly propertyOverrides: CfnConfigurationSetProps; | ||
@@ -36,37 +36,2 @@ protected renderProperties(properties: any): { | ||
} | ||
export declare namespace cloudformation { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html | ||
*/ | ||
interface ConfigurationSetResourceProps { | ||
/** | ||
* ``AWS::SES::ConfigurationSet.Name`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-name | ||
*/ | ||
name?: string | cdk.Token; | ||
} | ||
/** | ||
* @deprecated "cloudformation.ConfigurationSetResource" will be deprecated in a future release in favor of "CfnConfigurationSet" (see https://github.com/awslabs/aws-cdk/issues/878) | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html | ||
*/ | ||
class ConfigurationSetResource extends cdk.Resource { | ||
/** | ||
* The CloudFormation resource type name for this resource class. | ||
*/ | ||
static readonly resourceTypeName = "AWS::SES::ConfigurationSet"; | ||
readonly configurationSetName: string; | ||
/** | ||
* Creates a new ``AWS::SES::ConfigurationSet``. | ||
* | ||
* @param parent the ``cdk.Construct`` this ``ConfigurationSetResource`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``ConfigurationSetResource`` | ||
*/ | ||
constructor(parent: cdk.Construct, name: string, properties?: ConfigurationSetResourceProps); | ||
readonly propertyOverrides: ConfigurationSetResourceProps; | ||
protected renderProperties(properties: any): { | ||
[key: string]: any; | ||
}; | ||
} | ||
} | ||
/** | ||
@@ -80,3 +45,3 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html | ||
*/ | ||
configurationSetName: string | cdk.Token; | ||
configurationSetName: string; | ||
/** | ||
@@ -99,7 +64,7 @@ * ``AWS::SES::ConfigurationSetEventDestination.EventDestination`` | ||
* | ||
* @param parent the ``cdk.Construct`` this ``CfnConfigurationSetEventDestination`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``CfnConfigurationSetEventDestination`` | ||
* @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: CfnConfigurationSetEventDestinationProps); | ||
constructor(scope: cdk.Construct, id: string, props: CfnConfigurationSetEventDestinationProps); | ||
readonly propertyOverrides: CfnConfigurationSetEventDestinationProps; | ||
@@ -131,3 +96,3 @@ protected renderProperties(properties: any): { | ||
*/ | ||
defaultDimensionValue: string | cdk.Token; | ||
defaultDimensionValue: string; | ||
/** | ||
@@ -137,3 +102,3 @@ * ``CfnConfigurationSetEventDestination.DimensionConfigurationProperty.DimensionName`` | ||
*/ | ||
dimensionName: string | cdk.Token; | ||
dimensionName: string; | ||
/** | ||
@@ -143,3 +108,3 @@ * ``CfnConfigurationSetEventDestination.DimensionConfigurationProperty.DimensionValueSource`` | ||
*/ | ||
dimensionValueSource: string | cdk.Token; | ||
dimensionValueSource: string; | ||
} | ||
@@ -176,3 +141,3 @@ } | ||
*/ | ||
name?: string | cdk.Token; | ||
name?: string; | ||
} | ||
@@ -189,3 +154,3 @@ } | ||
*/ | ||
deliveryStreamArn: string | cdk.Token; | ||
deliveryStreamArn: string; | ||
/** | ||
@@ -195,127 +160,5 @@ * ``CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.IAMRoleARN`` | ||
*/ | ||
iamRoleArn: string | cdk.Token; | ||
iamRoleArn: string; | ||
} | ||
} | ||
export declare namespace cloudformation { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html | ||
*/ | ||
interface ConfigurationSetEventDestinationResourceProps { | ||
/** | ||
* ``AWS::SES::ConfigurationSetEventDestination.ConfigurationSetName`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-configurationsetname | ||
*/ | ||
configurationSetName: string | cdk.Token; | ||
/** | ||
* ``AWS::SES::ConfigurationSetEventDestination.EventDestination`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html#cfn-ses-configurationseteventdestination-eventdestination | ||
*/ | ||
eventDestination: ConfigurationSetEventDestinationResource.EventDestinationProperty | cdk.Token; | ||
} | ||
/** | ||
* @deprecated "cloudformation.ConfigurationSetEventDestinationResource" will be deprecated in a future release in favor of "CfnConfigurationSetEventDestination" (see https://github.com/awslabs/aws-cdk/issues/878) | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationseteventdestination.html | ||
*/ | ||
class ConfigurationSetEventDestinationResource extends cdk.Resource { | ||
/** | ||
* The CloudFormation resource type name for this resource class. | ||
*/ | ||
static readonly resourceTypeName = "AWS::SES::ConfigurationSetEventDestination"; | ||
/** | ||
* Creates a new ``AWS::SES::ConfigurationSetEventDestination``. | ||
* | ||
* @param parent the ``cdk.Construct`` this ``ConfigurationSetEventDestinationResource`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``ConfigurationSetEventDestinationResource`` | ||
*/ | ||
constructor(parent: cdk.Construct, name: string, properties: ConfigurationSetEventDestinationResourceProps); | ||
readonly propertyOverrides: ConfigurationSetEventDestinationResourceProps; | ||
protected renderProperties(properties: any): { | ||
[key: string]: any; | ||
}; | ||
} | ||
namespace ConfigurationSetEventDestinationResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-cloudwatchdestination.html | ||
*/ | ||
interface CloudWatchDestinationProperty { | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.CloudWatchDestinationProperty.DimensionConfigurations`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-cloudwatchdestination.html#cfn-ses-configurationseteventdestination-cloudwatchdestination-dimensionconfigurations | ||
*/ | ||
dimensionConfigurations?: Array<ConfigurationSetEventDestinationResource.DimensionConfigurationProperty | cdk.Token> | cdk.Token; | ||
} | ||
} | ||
namespace ConfigurationSetEventDestinationResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-dimensionconfiguration.html | ||
*/ | ||
interface DimensionConfigurationProperty { | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.DimensionConfigurationProperty.DefaultDimensionValue`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-dimensionconfiguration.html#cfn-ses-configurationseteventdestination-dimensionconfiguration-defaultdimensionvalue | ||
*/ | ||
defaultDimensionValue: string | cdk.Token; | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.DimensionConfigurationProperty.DimensionName`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-dimensionconfiguration.html#cfn-ses-configurationseteventdestination-dimensionconfiguration-dimensionname | ||
*/ | ||
dimensionName: string | cdk.Token; | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.DimensionConfigurationProperty.DimensionValueSource`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-dimensionconfiguration.html#cfn-ses-configurationseteventdestination-dimensionconfiguration-dimensionvaluesource | ||
*/ | ||
dimensionValueSource: string | cdk.Token; | ||
} | ||
} | ||
namespace ConfigurationSetEventDestinationResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html | ||
*/ | ||
interface EventDestinationProperty { | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.EventDestinationProperty.CloudWatchDestination`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-cloudwatchdestination | ||
*/ | ||
cloudWatchDestination?: ConfigurationSetEventDestinationResource.CloudWatchDestinationProperty | cdk.Token; | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.EventDestinationProperty.Enabled`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-enabled | ||
*/ | ||
enabled?: boolean | cdk.Token; | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.EventDestinationProperty.KinesisFirehoseDestination`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-kinesisfirehosedestination | ||
*/ | ||
kinesisFirehoseDestination?: ConfigurationSetEventDestinationResource.KinesisFirehoseDestinationProperty | cdk.Token; | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.EventDestinationProperty.MatchingEventTypes`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-matchingeventtypes | ||
*/ | ||
matchingEventTypes: Array<string | cdk.Token> | cdk.Token; | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.EventDestinationProperty.Name`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html#cfn-ses-configurationseteventdestination-eventdestination-name | ||
*/ | ||
name?: string | cdk.Token; | ||
} | ||
} | ||
namespace ConfigurationSetEventDestinationResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html | ||
*/ | ||
interface KinesisFirehoseDestinationProperty { | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.KinesisFirehoseDestinationProperty.DeliveryStreamARN`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-deliverystreamarn | ||
*/ | ||
deliveryStreamArn: string | cdk.Token; | ||
/** | ||
* ``ConfigurationSetEventDestinationResource.KinesisFirehoseDestinationProperty.IAMRoleARN`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-kinesisfirehosedestination.html#cfn-ses-configurationseteventdestination-kinesisfirehosedestination-iamrolearn | ||
*/ | ||
iamRoleArn: string | cdk.Token; | ||
} | ||
} | ||
} | ||
/** | ||
@@ -343,7 +186,7 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html | ||
* | ||
* @param parent the ``cdk.Construct`` this ``CfnReceiptFilter`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``CfnReceiptFilter`` | ||
* @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: CfnReceiptFilterProps); | ||
constructor(scope: cdk.Construct, id: string, props: CfnReceiptFilterProps); | ||
readonly propertyOverrides: CfnReceiptFilterProps; | ||
@@ -368,3 +211,3 @@ protected renderProperties(properties: any): { | ||
*/ | ||
name?: string | cdk.Token; | ||
name?: string; | ||
} | ||
@@ -381,3 +224,3 @@ } | ||
*/ | ||
cidr: string | cdk.Token; | ||
cidr: string; | ||
/** | ||
@@ -387,74 +230,5 @@ * ``CfnReceiptFilter.IpFilterProperty.Policy`` | ||
*/ | ||
policy: string | cdk.Token; | ||
policy: string; | ||
} | ||
} | ||
export declare namespace cloudformation { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html | ||
*/ | ||
interface ReceiptFilterResourceProps { | ||
/** | ||
* ``AWS::SES::ReceiptFilter.Filter`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html#cfn-ses-receiptfilter-filter | ||
*/ | ||
filter: ReceiptFilterResource.FilterProperty | cdk.Token; | ||
} | ||
/** | ||
* @deprecated "cloudformation.ReceiptFilterResource" will be deprecated in a future release in favor of "CfnReceiptFilter" (see https://github.com/awslabs/aws-cdk/issues/878) | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html | ||
*/ | ||
class ReceiptFilterResource extends cdk.Resource { | ||
/** | ||
* The CloudFormation resource type name for this resource class. | ||
*/ | ||
static readonly resourceTypeName = "AWS::SES::ReceiptFilter"; | ||
readonly receiptFilterName: string; | ||
/** | ||
* Creates a new ``AWS::SES::ReceiptFilter``. | ||
* | ||
* @param parent the ``cdk.Construct`` this ``ReceiptFilterResource`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``ReceiptFilterResource`` | ||
*/ | ||
constructor(parent: cdk.Construct, name: string, properties: ReceiptFilterResourceProps); | ||
readonly propertyOverrides: ReceiptFilterResourceProps; | ||
protected renderProperties(properties: any): { | ||
[key: string]: any; | ||
}; | ||
} | ||
namespace ReceiptFilterResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-filter.html | ||
*/ | ||
interface FilterProperty { | ||
/** | ||
* ``ReceiptFilterResource.FilterProperty.IpFilter`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-filter.html#cfn-ses-receiptfilter-filter-ipfilter | ||
*/ | ||
ipFilter: ReceiptFilterResource.IpFilterProperty | cdk.Token; | ||
/** | ||
* ``ReceiptFilterResource.FilterProperty.Name`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-filter.html#cfn-ses-receiptfilter-filter-name | ||
*/ | ||
name?: string | cdk.Token; | ||
} | ||
} | ||
namespace ReceiptFilterResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html | ||
*/ | ||
interface IpFilterProperty { | ||
/** | ||
* ``ReceiptFilterResource.IpFilterProperty.Cidr`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-cidr | ||
*/ | ||
cidr: string | cdk.Token; | ||
/** | ||
* ``ReceiptFilterResource.IpFilterProperty.Policy`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptfilter-ipfilter.html#cfn-ses-receiptfilter-ipfilter-policy | ||
*/ | ||
policy: string | cdk.Token; | ||
} | ||
} | ||
} | ||
/** | ||
@@ -473,3 +247,3 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html | ||
*/ | ||
ruleSetName: string | cdk.Token; | ||
ruleSetName: string; | ||
/** | ||
@@ -479,3 +253,3 @@ * ``AWS::SES::ReceiptRule.After`` | ||
*/ | ||
after?: string | cdk.Token; | ||
after?: string; | ||
} | ||
@@ -494,7 +268,7 @@ /** | ||
* | ||
* @param parent the ``cdk.Construct`` this ``CfnReceiptRule`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``CfnReceiptRule`` | ||
* @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: CfnReceiptRuleProps); | ||
constructor(scope: cdk.Construct, id: string, props: CfnReceiptRuleProps); | ||
readonly propertyOverrides: CfnReceiptRuleProps; | ||
@@ -556,3 +330,3 @@ protected renderProperties(properties: any): { | ||
*/ | ||
headerName: string | cdk.Token; | ||
headerName: string; | ||
/** | ||
@@ -562,3 +336,3 @@ * ``CfnReceiptRule.AddHeaderActionProperty.HeaderValue`` | ||
*/ | ||
headerValue: string | cdk.Token; | ||
headerValue: string; | ||
} | ||
@@ -575,3 +349,3 @@ } | ||
*/ | ||
message: string | cdk.Token; | ||
message: string; | ||
/** | ||
@@ -581,3 +355,3 @@ * ``CfnReceiptRule.BounceActionProperty.Sender`` | ||
*/ | ||
sender: string | cdk.Token; | ||
sender: string; | ||
/** | ||
@@ -587,3 +361,3 @@ * ``CfnReceiptRule.BounceActionProperty.SmtpReplyCode`` | ||
*/ | ||
smtpReplyCode: string | cdk.Token; | ||
smtpReplyCode: string; | ||
/** | ||
@@ -593,3 +367,3 @@ * ``CfnReceiptRule.BounceActionProperty.StatusCode`` | ||
*/ | ||
statusCode?: string | cdk.Token; | ||
statusCode?: string; | ||
/** | ||
@@ -599,3 +373,3 @@ * ``CfnReceiptRule.BounceActionProperty.TopicArn`` | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
topicArn?: string; | ||
} | ||
@@ -612,3 +386,3 @@ } | ||
*/ | ||
functionArn: string | cdk.Token; | ||
functionArn: string; | ||
/** | ||
@@ -618,3 +392,3 @@ * ``CfnReceiptRule.LambdaActionProperty.InvocationType`` | ||
*/ | ||
invocationType?: string | cdk.Token; | ||
invocationType?: string; | ||
/** | ||
@@ -624,3 +398,3 @@ * ``CfnReceiptRule.LambdaActionProperty.TopicArn`` | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
topicArn?: string; | ||
} | ||
@@ -647,3 +421,3 @@ } | ||
*/ | ||
name?: string | cdk.Token; | ||
name?: string; | ||
/** | ||
@@ -663,3 +437,3 @@ * ``CfnReceiptRule.RuleProperty.Recipients`` | ||
*/ | ||
tlsPolicy?: string | cdk.Token; | ||
tlsPolicy?: string; | ||
} | ||
@@ -676,3 +450,3 @@ } | ||
*/ | ||
bucketName: string | cdk.Token; | ||
bucketName: string; | ||
/** | ||
@@ -682,3 +456,3 @@ * ``CfnReceiptRule.S3ActionProperty.KmsKeyArn`` | ||
*/ | ||
kmsKeyArn?: string | cdk.Token; | ||
kmsKeyArn?: string; | ||
/** | ||
@@ -688,3 +462,3 @@ * ``CfnReceiptRule.S3ActionProperty.ObjectKeyPrefix`` | ||
*/ | ||
objectKeyPrefix?: string | cdk.Token; | ||
objectKeyPrefix?: string; | ||
/** | ||
@@ -694,3 +468,3 @@ * ``CfnReceiptRule.S3ActionProperty.TopicArn`` | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
topicArn?: string; | ||
} | ||
@@ -707,3 +481,3 @@ } | ||
*/ | ||
encoding?: string | cdk.Token; | ||
encoding?: string; | ||
/** | ||
@@ -713,3 +487,3 @@ * ``CfnReceiptRule.SNSActionProperty.TopicArn`` | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
topicArn?: string; | ||
} | ||
@@ -726,3 +500,3 @@ } | ||
*/ | ||
scope: string | cdk.Token; | ||
scope: string; | ||
/** | ||
@@ -732,3 +506,3 @@ * ``CfnReceiptRule.StopActionProperty.TopicArn`` | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
topicArn?: string; | ||
} | ||
@@ -745,3 +519,3 @@ } | ||
*/ | ||
organizationArn: string | cdk.Token; | ||
organizationArn: string; | ||
/** | ||
@@ -751,278 +525,5 @@ * ``CfnReceiptRule.WorkmailActionProperty.TopicArn`` | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
topicArn?: string; | ||
} | ||
} | ||
export declare namespace cloudformation { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html | ||
*/ | ||
interface ReceiptRuleResourceProps { | ||
/** | ||
* ``AWS::SES::ReceiptRule.Rule`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rule | ||
*/ | ||
rule: ReceiptRuleResource.RuleProperty | cdk.Token; | ||
/** | ||
* ``AWS::SES::ReceiptRule.RuleSetName`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-rulesetname | ||
*/ | ||
ruleSetName: string | cdk.Token; | ||
/** | ||
* ``AWS::SES::ReceiptRule.After`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html#cfn-ses-receiptrule-after | ||
*/ | ||
after?: string | cdk.Token; | ||
} | ||
/** | ||
* @deprecated "cloudformation.ReceiptRuleResource" will be deprecated in a future release in favor of "CfnReceiptRule" (see https://github.com/awslabs/aws-cdk/issues/878) | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html | ||
*/ | ||
class ReceiptRuleResource extends cdk.Resource { | ||
/** | ||
* The CloudFormation resource type name for this resource class. | ||
*/ | ||
static readonly resourceTypeName = "AWS::SES::ReceiptRule"; | ||
readonly receiptRuleName: string; | ||
/** | ||
* Creates a new ``AWS::SES::ReceiptRule``. | ||
* | ||
* @param parent the ``cdk.Construct`` this ``ReceiptRuleResource`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``ReceiptRuleResource`` | ||
*/ | ||
constructor(parent: cdk.Construct, name: string, properties: ReceiptRuleResourceProps); | ||
readonly propertyOverrides: ReceiptRuleResourceProps; | ||
protected renderProperties(properties: any): { | ||
[key: string]: any; | ||
}; | ||
} | ||
namespace ReceiptRuleResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html | ||
*/ | ||
interface ActionProperty { | ||
/** | ||
* ``ReceiptRuleResource.ActionProperty.AddHeaderAction`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-addheaderaction | ||
*/ | ||
addHeaderAction?: ReceiptRuleResource.AddHeaderActionProperty | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.ActionProperty.BounceAction`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-bounceaction | ||
*/ | ||
bounceAction?: ReceiptRuleResource.BounceActionProperty | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.ActionProperty.LambdaAction`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-lambdaaction | ||
*/ | ||
lambdaAction?: ReceiptRuleResource.LambdaActionProperty | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.ActionProperty.S3Action`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-s3action | ||
*/ | ||
s3Action?: ReceiptRuleResource.S3ActionProperty | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.ActionProperty.SNSAction`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-snsaction | ||
*/ | ||
snsAction?: ReceiptRuleResource.SNSActionProperty | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.ActionProperty.StopAction`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-stopaction | ||
*/ | ||
stopAction?: ReceiptRuleResource.StopActionProperty | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.ActionProperty.WorkmailAction`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-workmailaction | ||
*/ | ||
workmailAction?: ReceiptRuleResource.WorkmailActionProperty | cdk.Token; | ||
} | ||
} | ||
namespace ReceiptRuleResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-addheaderaction.html | ||
*/ | ||
interface AddHeaderActionProperty { | ||
/** | ||
* ``ReceiptRuleResource.AddHeaderActionProperty.HeaderName`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-addheaderaction.html#cfn-ses-receiptrule-addheaderaction-headername | ||
*/ | ||
headerName: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.AddHeaderActionProperty.HeaderValue`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-addheaderaction.html#cfn-ses-receiptrule-addheaderaction-headervalue | ||
*/ | ||
headerValue: string | cdk.Token; | ||
} | ||
} | ||
namespace ReceiptRuleResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html | ||
*/ | ||
interface BounceActionProperty { | ||
/** | ||
* ``ReceiptRuleResource.BounceActionProperty.Message`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-message | ||
*/ | ||
message: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.BounceActionProperty.Sender`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-sender | ||
*/ | ||
sender: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.BounceActionProperty.SmtpReplyCode`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-smtpreplycode | ||
*/ | ||
smtpReplyCode: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.BounceActionProperty.StatusCode`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-statuscode | ||
*/ | ||
statusCode?: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.BounceActionProperty.TopicArn`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-bounceaction.html#cfn-ses-receiptrule-bounceaction-topicarn | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
} | ||
} | ||
namespace ReceiptRuleResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-lambdaaction.html | ||
*/ | ||
interface LambdaActionProperty { | ||
/** | ||
* ``ReceiptRuleResource.LambdaActionProperty.FunctionArn`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-lambdaaction.html#cfn-ses-receiptrule-lambdaaction-functionarn | ||
*/ | ||
functionArn: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.LambdaActionProperty.InvocationType`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-lambdaaction.html#cfn-ses-receiptrule-lambdaaction-invocationtype | ||
*/ | ||
invocationType?: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.LambdaActionProperty.TopicArn`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-lambdaaction.html#cfn-ses-receiptrule-lambdaaction-topicarn | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
} | ||
} | ||
namespace ReceiptRuleResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html | ||
*/ | ||
interface RuleProperty { | ||
/** | ||
* ``ReceiptRuleResource.RuleProperty.Actions`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-actions | ||
*/ | ||
actions?: Array<ReceiptRuleResource.ActionProperty | cdk.Token> | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.RuleProperty.Enabled`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-enabled | ||
*/ | ||
enabled?: boolean | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.RuleProperty.Name`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-name | ||
*/ | ||
name?: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.RuleProperty.Recipients`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-recipients | ||
*/ | ||
recipients?: Array<string | cdk.Token> | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.RuleProperty.ScanEnabled`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-scanenabled | ||
*/ | ||
scanEnabled?: boolean | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.RuleProperty.TlsPolicy`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-rule.html#cfn-ses-receiptrule-rule-tlspolicy | ||
*/ | ||
tlsPolicy?: string | cdk.Token; | ||
} | ||
} | ||
namespace ReceiptRuleResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html | ||
*/ | ||
interface S3ActionProperty { | ||
/** | ||
* ``ReceiptRuleResource.S3ActionProperty.BucketName`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html#cfn-ses-receiptrule-s3action-bucketname | ||
*/ | ||
bucketName: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.S3ActionProperty.KmsKeyArn`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html#cfn-ses-receiptrule-s3action-kmskeyarn | ||
*/ | ||
kmsKeyArn?: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.S3ActionProperty.ObjectKeyPrefix`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html#cfn-ses-receiptrule-s3action-objectkeyprefix | ||
*/ | ||
objectKeyPrefix?: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.S3ActionProperty.TopicArn`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-s3action.html#cfn-ses-receiptrule-s3action-topicarn | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
} | ||
} | ||
namespace ReceiptRuleResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-snsaction.html | ||
*/ | ||
interface SNSActionProperty { | ||
/** | ||
* ``ReceiptRuleResource.SNSActionProperty.Encoding`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-snsaction.html#cfn-ses-receiptrule-snsaction-encoding | ||
*/ | ||
encoding?: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.SNSActionProperty.TopicArn`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-snsaction.html#cfn-ses-receiptrule-snsaction-topicarn | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
} | ||
} | ||
namespace ReceiptRuleResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-stopaction.html | ||
*/ | ||
interface StopActionProperty { | ||
/** | ||
* ``ReceiptRuleResource.StopActionProperty.Scope`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-stopaction.html#cfn-ses-receiptrule-stopaction-scope | ||
*/ | ||
scope: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.StopActionProperty.TopicArn`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-stopaction.html#cfn-ses-receiptrule-stopaction-topicarn | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
} | ||
} | ||
namespace ReceiptRuleResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-workmailaction.html | ||
*/ | ||
interface WorkmailActionProperty { | ||
/** | ||
* ``ReceiptRuleResource.WorkmailActionProperty.OrganizationArn`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-organizationarn | ||
*/ | ||
organizationArn: string | cdk.Token; | ||
/** | ||
* ``ReceiptRuleResource.WorkmailActionProperty.TopicArn`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-topicarn | ||
*/ | ||
topicArn?: string | cdk.Token; | ||
} | ||
} | ||
} | ||
/** | ||
@@ -1036,3 +537,3 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html | ||
*/ | ||
ruleSetName?: string | cdk.Token; | ||
ruleSetName?: string; | ||
} | ||
@@ -1051,7 +552,7 @@ /** | ||
* | ||
* @param parent the ``cdk.Construct`` this ``CfnReceiptRuleSet`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``CfnReceiptRuleSet`` | ||
* @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?: CfnReceiptRuleSetProps); | ||
constructor(scope: cdk.Construct, id: string, props?: CfnReceiptRuleSetProps); | ||
readonly propertyOverrides: CfnReceiptRuleSetProps; | ||
@@ -1062,37 +563,2 @@ protected renderProperties(properties: any): { | ||
} | ||
export declare namespace cloudformation { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html | ||
*/ | ||
interface ReceiptRuleSetResourceProps { | ||
/** | ||
* ``AWS::SES::ReceiptRuleSet.RuleSetName`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html#cfn-ses-receiptruleset-rulesetname | ||
*/ | ||
ruleSetName?: string | cdk.Token; | ||
} | ||
/** | ||
* @deprecated "cloudformation.ReceiptRuleSetResource" will be deprecated in a future release in favor of "CfnReceiptRuleSet" (see https://github.com/awslabs/aws-cdk/issues/878) | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html | ||
*/ | ||
class ReceiptRuleSetResource extends cdk.Resource { | ||
/** | ||
* The CloudFormation resource type name for this resource class. | ||
*/ | ||
static readonly resourceTypeName = "AWS::SES::ReceiptRuleSet"; | ||
readonly receiptRuleSetName: string; | ||
/** | ||
* Creates a new ``AWS::SES::ReceiptRuleSet``. | ||
* | ||
* @param parent the ``cdk.Construct`` this ``ReceiptRuleSetResource`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``ReceiptRuleSetResource`` | ||
*/ | ||
constructor(parent: cdk.Construct, name: string, properties?: ReceiptRuleSetResourceProps); | ||
readonly propertyOverrides: ReceiptRuleSetResourceProps; | ||
protected renderProperties(properties: any): { | ||
[key: string]: any; | ||
}; | ||
} | ||
} | ||
/** | ||
@@ -1120,7 +586,7 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html | ||
* | ||
* @param parent the ``cdk.Construct`` this ``CfnTemplate`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``CfnTemplate`` | ||
* @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?: CfnTemplateProps); | ||
constructor(scope: cdk.Construct, id: string, props?: CfnTemplateProps); | ||
readonly propertyOverrides: CfnTemplateProps; | ||
@@ -1140,3 +606,3 @@ protected renderProperties(properties: any): { | ||
*/ | ||
htmlPart?: string | cdk.Token; | ||
htmlPart?: string; | ||
/** | ||
@@ -1146,3 +612,3 @@ * ``CfnTemplate.TemplateProperty.SubjectPart`` | ||
*/ | ||
subjectPart?: string | cdk.Token; | ||
subjectPart?: string; | ||
/** | ||
@@ -1152,3 +618,3 @@ * ``CfnTemplate.TemplateProperty.TemplateName`` | ||
*/ | ||
templateName?: string | cdk.Token; | ||
templateName?: string; | ||
/** | ||
@@ -1158,66 +624,4 @@ * ``CfnTemplate.TemplateProperty.TextPart`` | ||
*/ | ||
textPart?: string | cdk.Token; | ||
textPart?: string; | ||
} | ||
} | ||
export declare namespace cloudformation { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html | ||
*/ | ||
interface TemplateResourceProps { | ||
/** | ||
* ``AWS::SES::Template.Template`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html#cfn-ses-template-template | ||
*/ | ||
template?: TemplateResource.TemplateProperty | cdk.Token; | ||
} | ||
/** | ||
* @deprecated "cloudformation.TemplateResource" will be deprecated in a future release in favor of "CfnTemplate" (see https://github.com/awslabs/aws-cdk/issues/878) | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-template.html | ||
*/ | ||
class TemplateResource extends cdk.Resource { | ||
/** | ||
* The CloudFormation resource type name for this resource class. | ||
*/ | ||
static readonly resourceTypeName = "AWS::SES::Template"; | ||
readonly templateId: string; | ||
/** | ||
* Creates a new ``AWS::SES::Template``. | ||
* | ||
* @param parent the ``cdk.Construct`` this ``TemplateResource`` is a part of | ||
* @param name the name of the resource in the ``cdk.Construct`` tree | ||
* @param properties the properties of this ``TemplateResource`` | ||
*/ | ||
constructor(parent: cdk.Construct, name: string, properties?: TemplateResourceProps); | ||
readonly propertyOverrides: TemplateResourceProps; | ||
protected renderProperties(properties: any): { | ||
[key: string]: any; | ||
}; | ||
} | ||
namespace TemplateResource { | ||
/** | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html | ||
*/ | ||
interface TemplateProperty { | ||
/** | ||
* ``TemplateResource.TemplateProperty.HtmlPart`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-htmlpart | ||
*/ | ||
htmlPart?: string | cdk.Token; | ||
/** | ||
* ``TemplateResource.TemplateProperty.SubjectPart`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-subjectpart | ||
*/ | ||
subjectPart?: string | cdk.Token; | ||
/** | ||
* ``TemplateResource.TemplateProperty.TemplateName`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-templatename | ||
*/ | ||
templateName?: string | cdk.Token; | ||
/** | ||
* ``TemplateResource.TemplateProperty.TextPart`` | ||
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-template-template.html#cfn-ses-template-template-textpart | ||
*/ | ||
textPart?: string | cdk.Token; | ||
} | ||
} | ||
} |
{ | ||
"name": "@aws-cdk/aws-ses", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"description": "The CDK Construct Library for AWS::SES", | ||
@@ -37,3 +37,5 @@ "main": "lib/index.js", | ||
"pkglint": "pkglint -f", | ||
"package": "cdk-package" | ||
"package": "cdk-package", | ||
"awslint": "cdk-awslint", | ||
"cfn2ts": "cfn2ts" | ||
}, | ||
@@ -56,13 +58,13 @@ "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" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-cdk", | ||
"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
279472
1597
+ Added@aws-cdk/cdk@0.22.0(transitive)
+ Added@aws-cdk/cx-api@0.22.0(transitive)
- Removed@aws-cdk/cdk@0.21.0(transitive)
- Removed@aws-cdk/cx-api@0.21.0(transitive)
Updated@aws-cdk/cdk@^0.22.0