File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
infrastructure/terraform/modules/ses
lambdas/backend-client/src/types/generated Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11output "domain_identity_arns" {
2- value = var. external_email_domain == null ? [aws_ses_domain_identity . main . arn ] : [aws_ses_domain_identity . main . arn , aws_ses_domain_identity . external . arn ]
2+ value = var. external_email_domain == null ? [aws_ses_domain_identity . main . arn ] : [aws_ses_domain_identity . main . arn , aws_ses_domain_identity . external . 0 . arn ]
33}
Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ export type Failure = {
3333 technicalMessage : string ;
3434} ;
3535
36- export type ProofFileDetails = {
37- fileName : string ;
38- supplier : string ;
39- virusScanStatus : VirusScanStatus ;
40- } ;
41-
4236export type Language =
4337 | 'ar'
4438 | 'bg'
@@ -90,6 +84,12 @@ export type NhsAppProperties = {
9084 templateType : 'NHS_APP' ;
9185} ;
9286
87+ export type ProofFileDetails = {
88+ fileName : string ;
89+ supplier : string ;
90+ virusScanStatus : VirusScanStatus ;
91+ } ;
92+
9393export type SmsProperties = {
9494 message : string ;
9595 templateType : 'SMS' ;
You can’t perform that action at this time.
0 commit comments