| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791 |
- {
- "version":"2.0",
- "metadata":{
- "apiVersion":"2010-12-01",
- "endpointPrefix":"email",
- "protocol":"query",
- "serviceAbbreviation":"Amazon SES",
- "serviceFullName":"Amazon Simple Email Service",
- "signatureVersion":"v4",
- "signingName":"ses",
- "xmlNamespace":"http://ses.amazonaws.com/doc/2010-12-01/"
- },
- "operations":{
- "CloneReceiptRuleSet":{
- "name":"CloneReceiptRuleSet",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"CloneReceiptRuleSetRequest"},
- "output":{
- "shape":"CloneReceiptRuleSetResponse",
- "resultWrapper":"CloneReceiptRuleSetResult"
- },
- "errors":[
- {"shape":"RuleSetDoesNotExistException"},
- {"shape":"AlreadyExistsException"},
- {"shape":"LimitExceededException"}
- ]
- },
- "CreateReceiptFilter":{
- "name":"CreateReceiptFilter",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"CreateReceiptFilterRequest"},
- "output":{
- "shape":"CreateReceiptFilterResponse",
- "resultWrapper":"CreateReceiptFilterResult"
- },
- "errors":[
- {"shape":"LimitExceededException"},
- {"shape":"AlreadyExistsException"}
- ]
- },
- "CreateReceiptRule":{
- "name":"CreateReceiptRule",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"CreateReceiptRuleRequest"},
- "output":{
- "shape":"CreateReceiptRuleResponse",
- "resultWrapper":"CreateReceiptRuleResult"
- },
- "errors":[
- {"shape":"InvalidSnsTopicException"},
- {"shape":"InvalidS3ConfigurationException"},
- {"shape":"InvalidLambdaFunctionException"},
- {"shape":"AlreadyExistsException"},
- {"shape":"RuleDoesNotExistException"},
- {"shape":"RuleSetDoesNotExistException"},
- {"shape":"LimitExceededException"}
- ]
- },
- "CreateReceiptRuleSet":{
- "name":"CreateReceiptRuleSet",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"CreateReceiptRuleSetRequest"},
- "output":{
- "shape":"CreateReceiptRuleSetResponse",
- "resultWrapper":"CreateReceiptRuleSetResult"
- },
- "errors":[
- {"shape":"AlreadyExistsException"},
- {"shape":"LimitExceededException"}
- ]
- },
- "DeleteIdentity":{
- "name":"DeleteIdentity",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeleteIdentityRequest"},
- "output":{
- "shape":"DeleteIdentityResponse",
- "resultWrapper":"DeleteIdentityResult"
- }
- },
- "DeleteIdentityPolicy":{
- "name":"DeleteIdentityPolicy",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeleteIdentityPolicyRequest"},
- "output":{
- "shape":"DeleteIdentityPolicyResponse",
- "resultWrapper":"DeleteIdentityPolicyResult"
- }
- },
- "DeleteReceiptFilter":{
- "name":"DeleteReceiptFilter",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeleteReceiptFilterRequest"},
- "output":{
- "shape":"DeleteReceiptFilterResponse",
- "resultWrapper":"DeleteReceiptFilterResult"
- }
- },
- "DeleteReceiptRule":{
- "name":"DeleteReceiptRule",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeleteReceiptRuleRequest"},
- "output":{
- "shape":"DeleteReceiptRuleResponse",
- "resultWrapper":"DeleteReceiptRuleResult"
- },
- "errors":[
- {"shape":"RuleSetDoesNotExistException"}
- ]
- },
- "DeleteReceiptRuleSet":{
- "name":"DeleteReceiptRuleSet",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeleteReceiptRuleSetRequest"},
- "output":{
- "shape":"DeleteReceiptRuleSetResponse",
- "resultWrapper":"DeleteReceiptRuleSetResult"
- },
- "errors":[
- {"shape":"CannotDeleteException"}
- ]
- },
- "DeleteVerifiedEmailAddress":{
- "name":"DeleteVerifiedEmailAddress",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DeleteVerifiedEmailAddressRequest"}
- },
- "DescribeActiveReceiptRuleSet":{
- "name":"DescribeActiveReceiptRuleSet",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DescribeActiveReceiptRuleSetRequest"},
- "output":{
- "shape":"DescribeActiveReceiptRuleSetResponse",
- "resultWrapper":"DescribeActiveReceiptRuleSetResult"
- }
- },
- "DescribeReceiptRule":{
- "name":"DescribeReceiptRule",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DescribeReceiptRuleRequest"},
- "output":{
- "shape":"DescribeReceiptRuleResponse",
- "resultWrapper":"DescribeReceiptRuleResult"
- },
- "errors":[
- {"shape":"RuleDoesNotExistException"},
- {"shape":"RuleSetDoesNotExistException"}
- ]
- },
- "DescribeReceiptRuleSet":{
- "name":"DescribeReceiptRuleSet",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"DescribeReceiptRuleSetRequest"},
- "output":{
- "shape":"DescribeReceiptRuleSetResponse",
- "resultWrapper":"DescribeReceiptRuleSetResult"
- },
- "errors":[
- {"shape":"RuleSetDoesNotExistException"}
- ]
- },
- "GetIdentityDkimAttributes":{
- "name":"GetIdentityDkimAttributes",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"GetIdentityDkimAttributesRequest"},
- "output":{
- "shape":"GetIdentityDkimAttributesResponse",
- "resultWrapper":"GetIdentityDkimAttributesResult"
- }
- },
- "GetIdentityMailFromDomainAttributes":{
- "name":"GetIdentityMailFromDomainAttributes",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"GetIdentityMailFromDomainAttributesRequest"},
- "output":{
- "shape":"GetIdentityMailFromDomainAttributesResponse",
- "resultWrapper":"GetIdentityMailFromDomainAttributesResult"
- }
- },
- "GetIdentityNotificationAttributes":{
- "name":"GetIdentityNotificationAttributes",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"GetIdentityNotificationAttributesRequest"},
- "output":{
- "shape":"GetIdentityNotificationAttributesResponse",
- "resultWrapper":"GetIdentityNotificationAttributesResult"
- }
- },
- "GetIdentityPolicies":{
- "name":"GetIdentityPolicies",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"GetIdentityPoliciesRequest"},
- "output":{
- "shape":"GetIdentityPoliciesResponse",
- "resultWrapper":"GetIdentityPoliciesResult"
- }
- },
- "GetIdentityVerificationAttributes":{
- "name":"GetIdentityVerificationAttributes",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"GetIdentityVerificationAttributesRequest"},
- "output":{
- "shape":"GetIdentityVerificationAttributesResponse",
- "resultWrapper":"GetIdentityVerificationAttributesResult"
- }
- },
- "GetSendQuota":{
- "name":"GetSendQuota",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "output":{
- "shape":"GetSendQuotaResponse",
- "resultWrapper":"GetSendQuotaResult"
- }
- },
- "GetSendStatistics":{
- "name":"GetSendStatistics",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "output":{
- "shape":"GetSendStatisticsResponse",
- "resultWrapper":"GetSendStatisticsResult"
- }
- },
- "ListIdentities":{
- "name":"ListIdentities",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ListIdentitiesRequest"},
- "output":{
- "shape":"ListIdentitiesResponse",
- "resultWrapper":"ListIdentitiesResult"
- }
- },
- "ListIdentityPolicies":{
- "name":"ListIdentityPolicies",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ListIdentityPoliciesRequest"},
- "output":{
- "shape":"ListIdentityPoliciesResponse",
- "resultWrapper":"ListIdentityPoliciesResult"
- }
- },
- "ListReceiptFilters":{
- "name":"ListReceiptFilters",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ListReceiptFiltersRequest"},
- "output":{
- "shape":"ListReceiptFiltersResponse",
- "resultWrapper":"ListReceiptFiltersResult"
- }
- },
- "ListReceiptRuleSets":{
- "name":"ListReceiptRuleSets",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ListReceiptRuleSetsRequest"},
- "output":{
- "shape":"ListReceiptRuleSetsResponse",
- "resultWrapper":"ListReceiptRuleSetsResult"
- }
- },
- "ListVerifiedEmailAddresses":{
- "name":"ListVerifiedEmailAddresses",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "output":{
- "shape":"ListVerifiedEmailAddressesResponse",
- "resultWrapper":"ListVerifiedEmailAddressesResult"
- }
- },
- "PutIdentityPolicy":{
- "name":"PutIdentityPolicy",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"PutIdentityPolicyRequest"},
- "output":{
- "shape":"PutIdentityPolicyResponse",
- "resultWrapper":"PutIdentityPolicyResult"
- },
- "errors":[
- {"shape":"InvalidPolicyException"}
- ]
- },
- "ReorderReceiptRuleSet":{
- "name":"ReorderReceiptRuleSet",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"ReorderReceiptRuleSetRequest"},
- "output":{
- "shape":"ReorderReceiptRuleSetResponse",
- "resultWrapper":"ReorderReceiptRuleSetResult"
- },
- "errors":[
- {"shape":"RuleSetDoesNotExistException"},
- {"shape":"RuleDoesNotExistException"}
- ]
- },
- "SendBounce":{
- "name":"SendBounce",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SendBounceRequest"},
- "output":{
- "shape":"SendBounceResponse",
- "resultWrapper":"SendBounceResult"
- },
- "errors":[
- {"shape":"MessageRejected"}
- ]
- },
- "SendEmail":{
- "name":"SendEmail",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SendEmailRequest"},
- "output":{
- "shape":"SendEmailResponse",
- "resultWrapper":"SendEmailResult"
- },
- "errors":[
- {"shape":"MessageRejected"},
- {"shape":"MailFromDomainNotVerifiedException"}
- ]
- },
- "SendRawEmail":{
- "name":"SendRawEmail",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SendRawEmailRequest"},
- "output":{
- "shape":"SendRawEmailResponse",
- "resultWrapper":"SendRawEmailResult"
- },
- "errors":[
- {"shape":"MessageRejected"},
- {"shape":"MailFromDomainNotVerifiedException"}
- ]
- },
- "SetActiveReceiptRuleSet":{
- "name":"SetActiveReceiptRuleSet",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetActiveReceiptRuleSetRequest"},
- "output":{
- "shape":"SetActiveReceiptRuleSetResponse",
- "resultWrapper":"SetActiveReceiptRuleSetResult"
- },
- "errors":[
- {"shape":"RuleSetDoesNotExistException"}
- ]
- },
- "SetIdentityDkimEnabled":{
- "name":"SetIdentityDkimEnabled",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetIdentityDkimEnabledRequest"},
- "output":{
- "shape":"SetIdentityDkimEnabledResponse",
- "resultWrapper":"SetIdentityDkimEnabledResult"
- }
- },
- "SetIdentityFeedbackForwardingEnabled":{
- "name":"SetIdentityFeedbackForwardingEnabled",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetIdentityFeedbackForwardingEnabledRequest"},
- "output":{
- "shape":"SetIdentityFeedbackForwardingEnabledResponse",
- "resultWrapper":"SetIdentityFeedbackForwardingEnabledResult"
- }
- },
- "SetIdentityHeadersInNotificationsEnabled":{
- "name":"SetIdentityHeadersInNotificationsEnabled",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetIdentityHeadersInNotificationsEnabledRequest"},
- "output":{
- "shape":"SetIdentityHeadersInNotificationsEnabledResponse",
- "resultWrapper":"SetIdentityHeadersInNotificationsEnabledResult"
- }
- },
- "SetIdentityMailFromDomain":{
- "name":"SetIdentityMailFromDomain",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetIdentityMailFromDomainRequest"},
- "output":{
- "shape":"SetIdentityMailFromDomainResponse",
- "resultWrapper":"SetIdentityMailFromDomainResult"
- }
- },
- "SetIdentityNotificationTopic":{
- "name":"SetIdentityNotificationTopic",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetIdentityNotificationTopicRequest"},
- "output":{
- "shape":"SetIdentityNotificationTopicResponse",
- "resultWrapper":"SetIdentityNotificationTopicResult"
- }
- },
- "SetReceiptRulePosition":{
- "name":"SetReceiptRulePosition",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"SetReceiptRulePositionRequest"},
- "output":{
- "shape":"SetReceiptRulePositionResponse",
- "resultWrapper":"SetReceiptRulePositionResult"
- },
- "errors":[
- {"shape":"RuleSetDoesNotExistException"},
- {"shape":"RuleDoesNotExistException"}
- ]
- },
- "UpdateReceiptRule":{
- "name":"UpdateReceiptRule",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"UpdateReceiptRuleRequest"},
- "output":{
- "shape":"UpdateReceiptRuleResponse",
- "resultWrapper":"UpdateReceiptRuleResult"
- },
- "errors":[
- {"shape":"InvalidSnsTopicException"},
- {"shape":"InvalidS3ConfigurationException"},
- {"shape":"InvalidLambdaFunctionException"},
- {"shape":"RuleSetDoesNotExistException"},
- {"shape":"RuleDoesNotExistException"},
- {"shape":"LimitExceededException"}
- ]
- },
- "VerifyDomainDkim":{
- "name":"VerifyDomainDkim",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"VerifyDomainDkimRequest"},
- "output":{
- "shape":"VerifyDomainDkimResponse",
- "resultWrapper":"VerifyDomainDkimResult"
- }
- },
- "VerifyDomainIdentity":{
- "name":"VerifyDomainIdentity",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"VerifyDomainIdentityRequest"},
- "output":{
- "shape":"VerifyDomainIdentityResponse",
- "resultWrapper":"VerifyDomainIdentityResult"
- }
- },
- "VerifyEmailAddress":{
- "name":"VerifyEmailAddress",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"VerifyEmailAddressRequest"}
- },
- "VerifyEmailIdentity":{
- "name":"VerifyEmailIdentity",
- "http":{
- "method":"POST",
- "requestUri":"/"
- },
- "input":{"shape":"VerifyEmailIdentityRequest"},
- "output":{
- "shape":"VerifyEmailIdentityResponse",
- "resultWrapper":"VerifyEmailIdentityResult"
- }
- }
- },
- "shapes":{
- "AddHeaderAction":{
- "type":"structure",
- "required":[
- "HeaderName",
- "HeaderValue"
- ],
- "members":{
- "HeaderName":{"shape":"HeaderName"},
- "HeaderValue":{"shape":"HeaderValue"}
- }
- },
- "Address":{"type":"string"},
- "AddressList":{
- "type":"list",
- "member":{"shape":"Address"}
- },
- "AlreadyExistsException":{
- "type":"structure",
- "members":{
- "Name":{"shape":"RuleOrRuleSetName"}
- },
- "error":{
- "code":"AlreadyExists",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "AmazonResourceName":{"type":"string"},
- "ArrivalDate":{"type":"timestamp"},
- "BehaviorOnMXFailure":{
- "type":"string",
- "enum":[
- "UseDefaultValue",
- "RejectMessage"
- ]
- },
- "Body":{
- "type":"structure",
- "members":{
- "Text":{"shape":"Content"},
- "Html":{"shape":"Content"}
- }
- },
- "BounceAction":{
- "type":"structure",
- "required":[
- "SmtpReplyCode",
- "Message",
- "Sender"
- ],
- "members":{
- "TopicArn":{"shape":"AmazonResourceName"},
- "SmtpReplyCode":{"shape":"BounceSmtpReplyCode"},
- "StatusCode":{"shape":"BounceStatusCode"},
- "Message":{"shape":"BounceMessage"},
- "Sender":{"shape":"Address"}
- }
- },
- "BounceMessage":{"type":"string"},
- "BounceSmtpReplyCode":{"type":"string"},
- "BounceStatusCode":{"type":"string"},
- "BounceType":{
- "type":"string",
- "enum":[
- "DoesNotExist",
- "MessageTooLarge",
- "ExceededQuota",
- "ContentRejected",
- "Undefined",
- "TemporaryFailure"
- ]
- },
- "BouncedRecipientInfo":{
- "type":"structure",
- "required":["Recipient"],
- "members":{
- "Recipient":{"shape":"Address"},
- "RecipientArn":{"shape":"AmazonResourceName"},
- "BounceType":{"shape":"BounceType"},
- "RecipientDsnFields":{"shape":"RecipientDsnFields"}
- }
- },
- "BouncedRecipientInfoList":{
- "type":"list",
- "member":{"shape":"BouncedRecipientInfo"}
- },
- "CannotDeleteException":{
- "type":"structure",
- "members":{
- "Name":{"shape":"RuleOrRuleSetName"}
- },
- "error":{
- "code":"CannotDelete",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "Charset":{"type":"string"},
- "Cidr":{"type":"string"},
- "CloneReceiptRuleSetRequest":{
- "type":"structure",
- "required":[
- "RuleSetName",
- "OriginalRuleSetName"
- ],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"},
- "OriginalRuleSetName":{"shape":"ReceiptRuleSetName"}
- }
- },
- "CloneReceiptRuleSetResponse":{
- "type":"structure",
- "members":{
- }
- },
- "Content":{
- "type":"structure",
- "required":["Data"],
- "members":{
- "Data":{"shape":"MessageData"},
- "Charset":{"shape":"Charset"}
- }
- },
- "Counter":{"type":"long"},
- "CreateReceiptFilterRequest":{
- "type":"structure",
- "required":["Filter"],
- "members":{
- "Filter":{"shape":"ReceiptFilter"}
- }
- },
- "CreateReceiptFilterResponse":{
- "type":"structure",
- "members":{
- }
- },
- "CreateReceiptRuleRequest":{
- "type":"structure",
- "required":[
- "RuleSetName",
- "Rule"
- ],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"},
- "After":{"shape":"ReceiptRuleName"},
- "Rule":{"shape":"ReceiptRule"}
- }
- },
- "CreateReceiptRuleResponse":{
- "type":"structure",
- "members":{
- }
- },
- "CreateReceiptRuleSetRequest":{
- "type":"structure",
- "required":["RuleSetName"],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"}
- }
- },
- "CreateReceiptRuleSetResponse":{
- "type":"structure",
- "members":{
- }
- },
- "CustomMailFromStatus":{
- "type":"string",
- "enum":[
- "Pending",
- "Success",
- "Failed",
- "TemporaryFailure"
- ]
- },
- "DeleteIdentityPolicyRequest":{
- "type":"structure",
- "required":[
- "Identity",
- "PolicyName"
- ],
- "members":{
- "Identity":{"shape":"Identity"},
- "PolicyName":{"shape":"PolicyName"}
- }
- },
- "DeleteIdentityPolicyResponse":{
- "type":"structure",
- "members":{
- }
- },
- "DeleteIdentityRequest":{
- "type":"structure",
- "required":["Identity"],
- "members":{
- "Identity":{"shape":"Identity"}
- }
- },
- "DeleteIdentityResponse":{
- "type":"structure",
- "members":{
- }
- },
- "DeleteReceiptFilterRequest":{
- "type":"structure",
- "required":["FilterName"],
- "members":{
- "FilterName":{"shape":"ReceiptFilterName"}
- }
- },
- "DeleteReceiptFilterResponse":{
- "type":"structure",
- "members":{
- }
- },
- "DeleteReceiptRuleRequest":{
- "type":"structure",
- "required":[
- "RuleSetName",
- "RuleName"
- ],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"},
- "RuleName":{"shape":"ReceiptRuleName"}
- }
- },
- "DeleteReceiptRuleResponse":{
- "type":"structure",
- "members":{
- }
- },
- "DeleteReceiptRuleSetRequest":{
- "type":"structure",
- "required":["RuleSetName"],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"}
- }
- },
- "DeleteReceiptRuleSetResponse":{
- "type":"structure",
- "members":{
- }
- },
- "DeleteVerifiedEmailAddressRequest":{
- "type":"structure",
- "required":["EmailAddress"],
- "members":{
- "EmailAddress":{"shape":"Address"}
- }
- },
- "DescribeActiveReceiptRuleSetRequest":{
- "type":"structure",
- "members":{
- }
- },
- "DescribeActiveReceiptRuleSetResponse":{
- "type":"structure",
- "members":{
- "Metadata":{"shape":"ReceiptRuleSetMetadata"},
- "Rules":{"shape":"ReceiptRulesList"}
- }
- },
- "DescribeReceiptRuleRequest":{
- "type":"structure",
- "required":[
- "RuleSetName",
- "RuleName"
- ],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"},
- "RuleName":{"shape":"ReceiptRuleName"}
- }
- },
- "DescribeReceiptRuleResponse":{
- "type":"structure",
- "members":{
- "Rule":{"shape":"ReceiptRule"}
- }
- },
- "DescribeReceiptRuleSetRequest":{
- "type":"structure",
- "required":["RuleSetName"],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"}
- }
- },
- "DescribeReceiptRuleSetResponse":{
- "type":"structure",
- "members":{
- "Metadata":{"shape":"ReceiptRuleSetMetadata"},
- "Rules":{"shape":"ReceiptRulesList"}
- }
- },
- "Destination":{
- "type":"structure",
- "members":{
- "ToAddresses":{"shape":"AddressList"},
- "CcAddresses":{"shape":"AddressList"},
- "BccAddresses":{"shape":"AddressList"}
- }
- },
- "DiagnosticCode":{"type":"string"},
- "DkimAttributes":{
- "type":"map",
- "key":{"shape":"Identity"},
- "value":{"shape":"IdentityDkimAttributes"}
- },
- "Domain":{"type":"string"},
- "DsnAction":{
- "type":"string",
- "enum":[
- "failed",
- "delayed",
- "delivered",
- "relayed",
- "expanded"
- ]
- },
- "DsnStatus":{"type":"string"},
- "Enabled":{"type":"boolean"},
- "Explanation":{"type":"string"},
- "ExtensionField":{
- "type":"structure",
- "required":[
- "Name",
- "Value"
- ],
- "members":{
- "Name":{"shape":"ExtensionFieldName"},
- "Value":{"shape":"ExtensionFieldValue"}
- }
- },
- "ExtensionFieldList":{
- "type":"list",
- "member":{"shape":"ExtensionField"}
- },
- "ExtensionFieldName":{"type":"string"},
- "ExtensionFieldValue":{"type":"string"},
- "GetIdentityDkimAttributesRequest":{
- "type":"structure",
- "required":["Identities"],
- "members":{
- "Identities":{"shape":"IdentityList"}
- }
- },
- "GetIdentityDkimAttributesResponse":{
- "type":"structure",
- "required":["DkimAttributes"],
- "members":{
- "DkimAttributes":{"shape":"DkimAttributes"}
- }
- },
- "GetIdentityMailFromDomainAttributesRequest":{
- "type":"structure",
- "required":["Identities"],
- "members":{
- "Identities":{"shape":"IdentityList"}
- }
- },
- "GetIdentityMailFromDomainAttributesResponse":{
- "type":"structure",
- "required":["MailFromDomainAttributes"],
- "members":{
- "MailFromDomainAttributes":{"shape":"MailFromDomainAttributes"}
- }
- },
- "GetIdentityNotificationAttributesRequest":{
- "type":"structure",
- "required":["Identities"],
- "members":{
- "Identities":{"shape":"IdentityList"}
- }
- },
- "GetIdentityNotificationAttributesResponse":{
- "type":"structure",
- "required":["NotificationAttributes"],
- "members":{
- "NotificationAttributes":{"shape":"NotificationAttributes"}
- }
- },
- "GetIdentityPoliciesRequest":{
- "type":"structure",
- "required":[
- "Identity",
- "PolicyNames"
- ],
- "members":{
- "Identity":{"shape":"Identity"},
- "PolicyNames":{"shape":"PolicyNameList"}
- }
- },
- "GetIdentityPoliciesResponse":{
- "type":"structure",
- "required":["Policies"],
- "members":{
- "Policies":{"shape":"PolicyMap"}
- }
- },
- "GetIdentityVerificationAttributesRequest":{
- "type":"structure",
- "required":["Identities"],
- "members":{
- "Identities":{"shape":"IdentityList"}
- }
- },
- "GetIdentityVerificationAttributesResponse":{
- "type":"structure",
- "required":["VerificationAttributes"],
- "members":{
- "VerificationAttributes":{"shape":"VerificationAttributes"}
- }
- },
- "GetSendQuotaResponse":{
- "type":"structure",
- "members":{
- "Max24HourSend":{"shape":"Max24HourSend"},
- "MaxSendRate":{"shape":"MaxSendRate"},
- "SentLast24Hours":{"shape":"SentLast24Hours"}
- }
- },
- "GetSendStatisticsResponse":{
- "type":"structure",
- "members":{
- "SendDataPoints":{"shape":"SendDataPointList"}
- }
- },
- "HeaderName":{"type":"string"},
- "HeaderValue":{"type":"string"},
- "Identity":{"type":"string"},
- "IdentityDkimAttributes":{
- "type":"structure",
- "required":[
- "DkimEnabled",
- "DkimVerificationStatus"
- ],
- "members":{
- "DkimEnabled":{"shape":"Enabled"},
- "DkimVerificationStatus":{"shape":"VerificationStatus"},
- "DkimTokens":{"shape":"VerificationTokenList"}
- }
- },
- "IdentityList":{
- "type":"list",
- "member":{"shape":"Identity"}
- },
- "IdentityMailFromDomainAttributes":{
- "type":"structure",
- "required":[
- "MailFromDomain",
- "MailFromDomainStatus",
- "BehaviorOnMXFailure"
- ],
- "members":{
- "MailFromDomain":{"shape":"MailFromDomainName"},
- "MailFromDomainStatus":{"shape":"CustomMailFromStatus"},
- "BehaviorOnMXFailure":{"shape":"BehaviorOnMXFailure"}
- }
- },
- "IdentityNotificationAttributes":{
- "type":"structure",
- "required":[
- "BounceTopic",
- "ComplaintTopic",
- "DeliveryTopic",
- "ForwardingEnabled"
- ],
- "members":{
- "BounceTopic":{"shape":"NotificationTopic"},
- "ComplaintTopic":{"shape":"NotificationTopic"},
- "DeliveryTopic":{"shape":"NotificationTopic"},
- "ForwardingEnabled":{"shape":"Enabled"},
- "HeadersInBounceNotificationsEnabled":{"shape":"Enabled"},
- "HeadersInComplaintNotificationsEnabled":{"shape":"Enabled"},
- "HeadersInDeliveryNotificationsEnabled":{"shape":"Enabled"}
- }
- },
- "IdentityType":{
- "type":"string",
- "enum":[
- "EmailAddress",
- "Domain"
- ]
- },
- "IdentityVerificationAttributes":{
- "type":"structure",
- "required":["VerificationStatus"],
- "members":{
- "VerificationStatus":{"shape":"VerificationStatus"},
- "VerificationToken":{"shape":"VerificationToken"}
- }
- },
- "InvalidLambdaFunctionException":{
- "type":"structure",
- "members":{
- "FunctionArn":{"shape":"AmazonResourceName"}
- },
- "error":{
- "code":"InvalidLambdaFunction",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "InvalidPolicyException":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"InvalidPolicy",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "InvalidS3ConfigurationException":{
- "type":"structure",
- "members":{
- "Bucket":{"shape":"S3BucketName"}
- },
- "error":{
- "code":"InvalidS3Configuration",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "InvalidSnsTopicException":{
- "type":"structure",
- "members":{
- "Topic":{"shape":"AmazonResourceName"}
- },
- "error":{
- "code":"InvalidSnsTopic",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "InvocationType":{
- "type":"string",
- "enum":[
- "Event",
- "RequestResponse"
- ]
- },
- "LambdaAction":{
- "type":"structure",
- "required":["FunctionArn"],
- "members":{
- "TopicArn":{"shape":"AmazonResourceName"},
- "FunctionArn":{"shape":"AmazonResourceName"},
- "InvocationType":{"shape":"InvocationType"}
- }
- },
- "LastAttemptDate":{"type":"timestamp"},
- "LimitExceededException":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"LimitExceeded",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "ListIdentitiesRequest":{
- "type":"structure",
- "members":{
- "IdentityType":{"shape":"IdentityType"},
- "NextToken":{"shape":"NextToken"},
- "MaxItems":{"shape":"MaxItems"}
- }
- },
- "ListIdentitiesResponse":{
- "type":"structure",
- "required":["Identities"],
- "members":{
- "Identities":{"shape":"IdentityList"},
- "NextToken":{"shape":"NextToken"}
- }
- },
- "ListIdentityPoliciesRequest":{
- "type":"structure",
- "required":["Identity"],
- "members":{
- "Identity":{"shape":"Identity"}
- }
- },
- "ListIdentityPoliciesResponse":{
- "type":"structure",
- "required":["PolicyNames"],
- "members":{
- "PolicyNames":{"shape":"PolicyNameList"}
- }
- },
- "ListReceiptFiltersRequest":{
- "type":"structure",
- "members":{
- }
- },
- "ListReceiptFiltersResponse":{
- "type":"structure",
- "members":{
- "Filters":{"shape":"ReceiptFilterList"}
- }
- },
- "ListReceiptRuleSetsRequest":{
- "type":"structure",
- "members":{
- "NextToken":{"shape":"NextToken"}
- }
- },
- "ListReceiptRuleSetsResponse":{
- "type":"structure",
- "members":{
- "RuleSets":{"shape":"ReceiptRuleSetsLists"},
- "NextToken":{"shape":"NextToken"}
- }
- },
- "ListVerifiedEmailAddressesResponse":{
- "type":"structure",
- "members":{
- "VerifiedEmailAddresses":{"shape":"AddressList"}
- }
- },
- "MailFromDomainAttributes":{
- "type":"map",
- "key":{"shape":"Identity"},
- "value":{"shape":"IdentityMailFromDomainAttributes"}
- },
- "MailFromDomainName":{"type":"string"},
- "MailFromDomainNotVerifiedException":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"MailFromDomainNotVerifiedException",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "Max24HourSend":{"type":"double"},
- "MaxItems":{"type":"integer"},
- "MaxSendRate":{"type":"double"},
- "Message":{
- "type":"structure",
- "required":[
- "Subject",
- "Body"
- ],
- "members":{
- "Subject":{"shape":"Content"},
- "Body":{"shape":"Body"}
- }
- },
- "MessageData":{"type":"string"},
- "MessageDsn":{
- "type":"structure",
- "required":["ReportingMta"],
- "members":{
- "ReportingMta":{"shape":"ReportingMta"},
- "ArrivalDate":{"shape":"ArrivalDate"},
- "ExtensionFields":{"shape":"ExtensionFieldList"}
- }
- },
- "MessageId":{"type":"string"},
- "MessageRejected":{
- "type":"structure",
- "members":{
- },
- "error":{
- "code":"MessageRejected",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "NextToken":{"type":"string"},
- "NotificationAttributes":{
- "type":"map",
- "key":{"shape":"Identity"},
- "value":{"shape":"IdentityNotificationAttributes"}
- },
- "NotificationTopic":{"type":"string"},
- "NotificationType":{
- "type":"string",
- "enum":[
- "Bounce",
- "Complaint",
- "Delivery"
- ]
- },
- "Policy":{
- "type":"string",
- "min":1
- },
- "PolicyMap":{
- "type":"map",
- "key":{"shape":"PolicyName"},
- "value":{"shape":"Policy"}
- },
- "PolicyName":{
- "type":"string",
- "max":64,
- "min":1
- },
- "PolicyNameList":{
- "type":"list",
- "member":{"shape":"PolicyName"}
- },
- "PutIdentityPolicyRequest":{
- "type":"structure",
- "required":[
- "Identity",
- "PolicyName",
- "Policy"
- ],
- "members":{
- "Identity":{"shape":"Identity"},
- "PolicyName":{"shape":"PolicyName"},
- "Policy":{"shape":"Policy"}
- }
- },
- "PutIdentityPolicyResponse":{
- "type":"structure",
- "members":{
- }
- },
- "RawMessage":{
- "type":"structure",
- "required":["Data"],
- "members":{
- "Data":{"shape":"RawMessageData"}
- }
- },
- "RawMessageData":{"type":"blob"},
- "ReceiptAction":{
- "type":"structure",
- "members":{
- "S3Action":{"shape":"S3Action"},
- "BounceAction":{"shape":"BounceAction"},
- "WorkmailAction":{"shape":"WorkmailAction"},
- "LambdaAction":{"shape":"LambdaAction"},
- "StopAction":{"shape":"StopAction"},
- "AddHeaderAction":{"shape":"AddHeaderAction"},
- "SNSAction":{"shape":"SNSAction"}
- }
- },
- "ReceiptActionsList":{
- "type":"list",
- "member":{"shape":"ReceiptAction"}
- },
- "ReceiptFilter":{
- "type":"structure",
- "required":[
- "Name",
- "IpFilter"
- ],
- "members":{
- "Name":{"shape":"ReceiptFilterName"},
- "IpFilter":{"shape":"ReceiptIpFilter"}
- }
- },
- "ReceiptFilterList":{
- "type":"list",
- "member":{"shape":"ReceiptFilter"}
- },
- "ReceiptFilterName":{"type":"string"},
- "ReceiptFilterPolicy":{
- "type":"string",
- "enum":[
- "Block",
- "Allow"
- ]
- },
- "ReceiptIpFilter":{
- "type":"structure",
- "required":[
- "Policy",
- "Cidr"
- ],
- "members":{
- "Policy":{"shape":"ReceiptFilterPolicy"},
- "Cidr":{"shape":"Cidr"}
- }
- },
- "ReceiptRule":{
- "type":"structure",
- "required":["Name"],
- "members":{
- "Name":{"shape":"ReceiptRuleName"},
- "Enabled":{"shape":"Enabled"},
- "TlsPolicy":{"shape":"TlsPolicy"},
- "Recipients":{"shape":"RecipientsList"},
- "Actions":{"shape":"ReceiptActionsList"},
- "ScanEnabled":{"shape":"Enabled"}
- }
- },
- "ReceiptRuleName":{"type":"string"},
- "ReceiptRuleNamesList":{
- "type":"list",
- "member":{"shape":"ReceiptRuleName"}
- },
- "ReceiptRuleSetMetadata":{
- "type":"structure",
- "members":{
- "Name":{"shape":"ReceiptRuleSetName"},
- "CreatedTimestamp":{"shape":"Timestamp"}
- }
- },
- "ReceiptRuleSetName":{"type":"string"},
- "ReceiptRuleSetsLists":{
- "type":"list",
- "member":{"shape":"ReceiptRuleSetMetadata"}
- },
- "ReceiptRulesList":{
- "type":"list",
- "member":{"shape":"ReceiptRule"}
- },
- "Recipient":{"type":"string"},
- "RecipientDsnFields":{
- "type":"structure",
- "required":[
- "Action",
- "Status"
- ],
- "members":{
- "FinalRecipient":{"shape":"Address"},
- "Action":{"shape":"DsnAction"},
- "RemoteMta":{"shape":"RemoteMta"},
- "Status":{"shape":"DsnStatus"},
- "DiagnosticCode":{"shape":"DiagnosticCode"},
- "LastAttemptDate":{"shape":"LastAttemptDate"},
- "ExtensionFields":{"shape":"ExtensionFieldList"}
- }
- },
- "RecipientsList":{
- "type":"list",
- "member":{"shape":"Recipient"}
- },
- "RemoteMta":{"type":"string"},
- "ReorderReceiptRuleSetRequest":{
- "type":"structure",
- "required":[
- "RuleSetName",
- "RuleNames"
- ],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"},
- "RuleNames":{"shape":"ReceiptRuleNamesList"}
- }
- },
- "ReorderReceiptRuleSetResponse":{
- "type":"structure",
- "members":{
- }
- },
- "ReportingMta":{"type":"string"},
- "RuleDoesNotExistException":{
- "type":"structure",
- "members":{
- "Name":{"shape":"RuleOrRuleSetName"}
- },
- "error":{
- "code":"RuleDoesNotExist",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "RuleOrRuleSetName":{"type":"string"},
- "RuleSetDoesNotExistException":{
- "type":"structure",
- "members":{
- "Name":{"shape":"RuleOrRuleSetName"}
- },
- "error":{
- "code":"RuleSetDoesNotExist",
- "httpStatusCode":400,
- "senderFault":true
- },
- "exception":true
- },
- "S3Action":{
- "type":"structure",
- "required":["BucketName"],
- "members":{
- "TopicArn":{"shape":"AmazonResourceName"},
- "BucketName":{"shape":"S3BucketName"},
- "ObjectKeyPrefix":{"shape":"S3KeyPrefix"},
- "KmsKeyArn":{"shape":"AmazonResourceName"}
- }
- },
- "S3BucketName":{"type":"string"},
- "S3KeyPrefix":{"type":"string"},
- "SNSAction":{
- "type":"structure",
- "required":["TopicArn"],
- "members":{
- "TopicArn":{"shape":"AmazonResourceName"},
- "Encoding":{"shape":"SNSActionEncoding"}
- }
- },
- "SNSActionEncoding":{
- "type":"string",
- "enum":[
- "UTF-8",
- "Base64"
- ]
- },
- "SendBounceRequest":{
- "type":"structure",
- "required":[
- "OriginalMessageId",
- "BounceSender",
- "BouncedRecipientInfoList"
- ],
- "members":{
- "OriginalMessageId":{"shape":"MessageId"},
- "BounceSender":{"shape":"Address"},
- "Explanation":{"shape":"Explanation"},
- "MessageDsn":{"shape":"MessageDsn"},
- "BouncedRecipientInfoList":{"shape":"BouncedRecipientInfoList"},
- "BounceSenderArn":{"shape":"AmazonResourceName"}
- }
- },
- "SendBounceResponse":{
- "type":"structure",
- "members":{
- "MessageId":{"shape":"MessageId"}
- }
- },
- "SendDataPoint":{
- "type":"structure",
- "members":{
- "Timestamp":{"shape":"Timestamp"},
- "DeliveryAttempts":{"shape":"Counter"},
- "Bounces":{"shape":"Counter"},
- "Complaints":{"shape":"Counter"},
- "Rejects":{"shape":"Counter"}
- }
- },
- "SendDataPointList":{
- "type":"list",
- "member":{"shape":"SendDataPoint"}
- },
- "SendEmailRequest":{
- "type":"structure",
- "required":[
- "Source",
- "Destination",
- "Message"
- ],
- "members":{
- "Source":{"shape":"Address"},
- "Destination":{"shape":"Destination"},
- "Message":{"shape":"Message"},
- "ReplyToAddresses":{"shape":"AddressList"},
- "ReturnPath":{"shape":"Address"},
- "SourceArn":{"shape":"AmazonResourceName"},
- "ReturnPathArn":{"shape":"AmazonResourceName"}
- }
- },
- "SendEmailResponse":{
- "type":"structure",
- "required":["MessageId"],
- "members":{
- "MessageId":{"shape":"MessageId"}
- }
- },
- "SendRawEmailRequest":{
- "type":"structure",
- "required":["RawMessage"],
- "members":{
- "Source":{"shape":"Address"},
- "Destinations":{"shape":"AddressList"},
- "RawMessage":{"shape":"RawMessage"},
- "FromArn":{"shape":"AmazonResourceName"},
- "SourceArn":{"shape":"AmazonResourceName"},
- "ReturnPathArn":{"shape":"AmazonResourceName"}
- }
- },
- "SendRawEmailResponse":{
- "type":"structure",
- "required":["MessageId"],
- "members":{
- "MessageId":{"shape":"MessageId"}
- }
- },
- "SentLast24Hours":{"type":"double"},
- "SetActiveReceiptRuleSetRequest":{
- "type":"structure",
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"}
- }
- },
- "SetActiveReceiptRuleSetResponse":{
- "type":"structure",
- "members":{
- }
- },
- "SetIdentityDkimEnabledRequest":{
- "type":"structure",
- "required":[
- "Identity",
- "DkimEnabled"
- ],
- "members":{
- "Identity":{"shape":"Identity"},
- "DkimEnabled":{"shape":"Enabled"}
- }
- },
- "SetIdentityDkimEnabledResponse":{
- "type":"structure",
- "members":{
- }
- },
- "SetIdentityFeedbackForwardingEnabledRequest":{
- "type":"structure",
- "required":[
- "Identity",
- "ForwardingEnabled"
- ],
- "members":{
- "Identity":{"shape":"Identity"},
- "ForwardingEnabled":{"shape":"Enabled"}
- }
- },
- "SetIdentityFeedbackForwardingEnabledResponse":{
- "type":"structure",
- "members":{
- }
- },
- "SetIdentityHeadersInNotificationsEnabledRequest":{
- "type":"structure",
- "required":[
- "Identity",
- "NotificationType",
- "Enabled"
- ],
- "members":{
- "Identity":{"shape":"Identity"},
- "NotificationType":{"shape":"NotificationType"},
- "Enabled":{"shape":"Enabled"}
- }
- },
- "SetIdentityHeadersInNotificationsEnabledResponse":{
- "type":"structure",
- "members":{
- }
- },
- "SetIdentityMailFromDomainRequest":{
- "type":"structure",
- "required":["Identity"],
- "members":{
- "Identity":{"shape":"Identity"},
- "MailFromDomain":{"shape":"MailFromDomainName"},
- "BehaviorOnMXFailure":{"shape":"BehaviorOnMXFailure"}
- }
- },
- "SetIdentityMailFromDomainResponse":{
- "type":"structure",
- "members":{
- }
- },
- "SetIdentityNotificationTopicRequest":{
- "type":"structure",
- "required":[
- "Identity",
- "NotificationType"
- ],
- "members":{
- "Identity":{"shape":"Identity"},
- "NotificationType":{"shape":"NotificationType"},
- "SnsTopic":{"shape":"NotificationTopic"}
- }
- },
- "SetIdentityNotificationTopicResponse":{
- "type":"structure",
- "members":{
- }
- },
- "SetReceiptRulePositionRequest":{
- "type":"structure",
- "required":[
- "RuleSetName",
- "RuleName"
- ],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"},
- "RuleName":{"shape":"ReceiptRuleName"},
- "After":{"shape":"ReceiptRuleName"}
- }
- },
- "SetReceiptRulePositionResponse":{
- "type":"structure",
- "members":{
- }
- },
- "StopAction":{
- "type":"structure",
- "required":["Scope"],
- "members":{
- "Scope":{"shape":"StopScope"},
- "TopicArn":{"shape":"AmazonResourceName"}
- }
- },
- "StopScope":{
- "type":"string",
- "enum":["RuleSet"]
- },
- "Timestamp":{"type":"timestamp"},
- "TlsPolicy":{
- "type":"string",
- "enum":[
- "Require",
- "Optional"
- ]
- },
- "UpdateReceiptRuleRequest":{
- "type":"structure",
- "required":[
- "RuleSetName",
- "Rule"
- ],
- "members":{
- "RuleSetName":{"shape":"ReceiptRuleSetName"},
- "Rule":{"shape":"ReceiptRule"}
- }
- },
- "UpdateReceiptRuleResponse":{
- "type":"structure",
- "members":{
- }
- },
- "VerificationAttributes":{
- "type":"map",
- "key":{"shape":"Identity"},
- "value":{"shape":"IdentityVerificationAttributes"}
- },
- "VerificationStatus":{
- "type":"string",
- "enum":[
- "Pending",
- "Success",
- "Failed",
- "TemporaryFailure",
- "NotStarted"
- ]
- },
- "VerificationToken":{"type":"string"},
- "VerificationTokenList":{
- "type":"list",
- "member":{"shape":"VerificationToken"}
- },
- "VerifyDomainDkimRequest":{
- "type":"structure",
- "required":["Domain"],
- "members":{
- "Domain":{"shape":"Domain"}
- }
- },
- "VerifyDomainDkimResponse":{
- "type":"structure",
- "required":["DkimTokens"],
- "members":{
- "DkimTokens":{"shape":"VerificationTokenList"}
- }
- },
- "VerifyDomainIdentityRequest":{
- "type":"structure",
- "required":["Domain"],
- "members":{
- "Domain":{"shape":"Domain"}
- }
- },
- "VerifyDomainIdentityResponse":{
- "type":"structure",
- "required":["VerificationToken"],
- "members":{
- "VerificationToken":{"shape":"VerificationToken"}
- }
- },
- "VerifyEmailAddressRequest":{
- "type":"structure",
- "required":["EmailAddress"],
- "members":{
- "EmailAddress":{"shape":"Address"}
- }
- },
- "VerifyEmailIdentityRequest":{
- "type":"structure",
- "required":["EmailAddress"],
- "members":{
- "EmailAddress":{"shape":"Address"}
- }
- },
- "VerifyEmailIdentityResponse":{
- "type":"structure",
- "members":{
- }
- },
- "WorkmailAction":{
- "type":"structure",
- "required":["OrganizationArn"],
- "members":{
- "TopicArn":{"shape":"AmazonResourceName"},
- "OrganizationArn":{"shape":"AmazonResourceName"}
- }
- }
- }
- }
|