@aws-sdk/client-ses 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SES.d.ts +1396 -360
  3. package/dist-types/ts3.4/SESClient.d.ts +554 -144
  4. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +37 -17
  72. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +33 -17
  74. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +38 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +7 -7
  78. package/dist-types/ts3.4/models/SESServiceException.d.ts +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2151 -1868
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  82. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  85. package/dist-types/ts3.4/protocols/Aws_query.d.ts +857 -215
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  90. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  91. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +13 -7
  92. package/package.json +35 -35
@@ -1,215 +1,857 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput } from "../commands/CloneReceiptRuleSetCommand";
4
- import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "../commands/CreateConfigurationSetCommand";
5
- import { CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput } from "../commands/CreateConfigurationSetEventDestinationCommand";
6
- import { CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput } from "../commands/CreateConfigurationSetTrackingOptionsCommand";
7
- import { CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput } from "../commands/CreateCustomVerificationEmailTemplateCommand";
8
- import { CreateReceiptFilterCommandInput, CreateReceiptFilterCommandOutput } from "../commands/CreateReceiptFilterCommand";
9
- import { CreateReceiptRuleCommandInput, CreateReceiptRuleCommandOutput } from "../commands/CreateReceiptRuleCommand";
10
- import { CreateReceiptRuleSetCommandInput, CreateReceiptRuleSetCommandOutput } from "../commands/CreateReceiptRuleSetCommand";
11
- import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "../commands/CreateTemplateCommand";
12
- import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "../commands/DeleteConfigurationSetCommand";
13
- import { DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput } from "../commands/DeleteConfigurationSetEventDestinationCommand";
14
- import { DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput } from "../commands/DeleteConfigurationSetTrackingOptionsCommand";
15
- import { DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput } from "../commands/DeleteCustomVerificationEmailTemplateCommand";
16
- import { DeleteIdentityCommandInput, DeleteIdentityCommandOutput } from "../commands/DeleteIdentityCommand";
17
- import { DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput } from "../commands/DeleteIdentityPolicyCommand";
18
- import { DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput } from "../commands/DeleteReceiptFilterCommand";
19
- import { DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput } from "../commands/DeleteReceiptRuleCommand";
20
- import { DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput } from "../commands/DeleteReceiptRuleSetCommand";
21
- import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "../commands/DeleteTemplateCommand";
22
- import { DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput } from "../commands/DeleteVerifiedEmailAddressCommand";
23
- import { DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput } from "../commands/DescribeActiveReceiptRuleSetCommand";
24
- import { DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput } from "../commands/DescribeConfigurationSetCommand";
25
- import { DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput } from "../commands/DescribeReceiptRuleCommand";
26
- import { DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput } from "../commands/DescribeReceiptRuleSetCommand";
27
- import { GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput } from "../commands/GetAccountSendingEnabledCommand";
28
- import { GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput } from "../commands/GetCustomVerificationEmailTemplateCommand";
29
- import { GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput } from "../commands/GetIdentityDkimAttributesCommand";
30
- import { GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput } from "../commands/GetIdentityMailFromDomainAttributesCommand";
31
- import { GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput } from "../commands/GetIdentityNotificationAttributesCommand";
32
- import { GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput } from "../commands/GetIdentityPoliciesCommand";
33
- import { GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput } from "../commands/GetIdentityVerificationAttributesCommand";
34
- import { GetSendQuotaCommandInput, GetSendQuotaCommandOutput } from "../commands/GetSendQuotaCommand";
35
- import { GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput } from "../commands/GetSendStatisticsCommand";
36
- import { GetTemplateCommandInput, GetTemplateCommandOutput } from "../commands/GetTemplateCommand";
37
- import { ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput } from "../commands/ListConfigurationSetsCommand";
38
- import { ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput } from "../commands/ListCustomVerificationEmailTemplatesCommand";
39
- import { ListIdentitiesCommandInput, ListIdentitiesCommandOutput } from "../commands/ListIdentitiesCommand";
40
- import { ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput } from "../commands/ListIdentityPoliciesCommand";
41
- import { ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput } from "../commands/ListReceiptFiltersCommand";
42
- import { ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput } from "../commands/ListReceiptRuleSetsCommand";
43
- import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
44
- import { ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput } from "../commands/ListVerifiedEmailAddressesCommand";
45
- import { PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput } from "../commands/PutConfigurationSetDeliveryOptionsCommand";
46
- import { PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput } from "../commands/PutIdentityPolicyCommand";
47
- import { ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput } from "../commands/ReorderReceiptRuleSetCommand";
48
- import { SendBounceCommandInput, SendBounceCommandOutput } from "../commands/SendBounceCommand";
49
- import { SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput } from "../commands/SendBulkTemplatedEmailCommand";
50
- import { SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput } from "../commands/SendCustomVerificationEmailCommand";
51
- import { SendEmailCommandInput, SendEmailCommandOutput } from "../commands/SendEmailCommand";
52
- import { SendRawEmailCommandInput, SendRawEmailCommandOutput } from "../commands/SendRawEmailCommand";
53
- import { SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput } from "../commands/SendTemplatedEmailCommand";
54
- import { SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput } from "../commands/SetActiveReceiptRuleSetCommand";
55
- import { SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput } from "../commands/SetIdentityDkimEnabledCommand";
56
- import { SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput } from "../commands/SetIdentityFeedbackForwardingEnabledCommand";
57
- import { SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput } from "../commands/SetIdentityHeadersInNotificationsEnabledCommand";
58
- import { SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput } from "../commands/SetIdentityMailFromDomainCommand";
59
- import { SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput } from "../commands/SetIdentityNotificationTopicCommand";
60
- import { SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput } from "../commands/SetReceiptRulePositionCommand";
61
- import { TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput } from "../commands/TestRenderTemplateCommand";
62
- import { UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput } from "../commands/UpdateAccountSendingEnabledCommand";
63
- import { UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput } from "../commands/UpdateConfigurationSetEventDestinationCommand";
64
- import { UpdateConfigurationSetReputationMetricsEnabledCommandInput, UpdateConfigurationSetReputationMetricsEnabledCommandOutput } from "../commands/UpdateConfigurationSetReputationMetricsEnabledCommand";
65
- import { UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput } from "../commands/UpdateConfigurationSetSendingEnabledCommand";
66
- import { UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput } from "../commands/UpdateConfigurationSetTrackingOptionsCommand";
67
- import { UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput } from "../commands/UpdateCustomVerificationEmailTemplateCommand";
68
- import { UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput } from "../commands/UpdateReceiptRuleCommand";
69
- import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "../commands/UpdateTemplateCommand";
70
- import { VerifyDomainDkimCommandInput, VerifyDomainDkimCommandOutput } from "../commands/VerifyDomainDkimCommand";
71
- import { VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput } from "../commands/VerifyDomainIdentityCommand";
72
- import { VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput } from "../commands/VerifyEmailAddressCommand";
73
- import { VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput } from "../commands/VerifyEmailIdentityCommand";
74
- export declare const serializeAws_queryCloneReceiptRuleSetCommand: (input: CloneReceiptRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_queryCreateConfigurationSetCommand: (input: CreateConfigurationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_queryCreateConfigurationSetEventDestinationCommand: (input: CreateConfigurationSetEventDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_queryCreateConfigurationSetTrackingOptionsCommand: (input: CreateConfigurationSetTrackingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_queryCreateCustomVerificationEmailTemplateCommand: (input: CreateCustomVerificationEmailTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_queryCreateReceiptFilterCommand: (input: CreateReceiptFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_queryCreateReceiptRuleCommand: (input: CreateReceiptRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_queryCreateReceiptRuleSetCommand: (input: CreateReceiptRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_queryCreateTemplateCommand: (input: CreateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_queryDeleteConfigurationSetCommand: (input: DeleteConfigurationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_queryDeleteConfigurationSetEventDestinationCommand: (input: DeleteConfigurationSetEventDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_queryDeleteConfigurationSetTrackingOptionsCommand: (input: DeleteConfigurationSetTrackingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_queryDeleteCustomVerificationEmailTemplateCommand: (input: DeleteCustomVerificationEmailTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_queryDeleteIdentityCommand: (input: DeleteIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_queryDeleteIdentityPolicyCommand: (input: DeleteIdentityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_queryDeleteReceiptFilterCommand: (input: DeleteReceiptFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_queryDeleteReceiptRuleCommand: (input: DeleteReceiptRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_queryDeleteReceiptRuleSetCommand: (input: DeleteReceiptRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_queryDeleteTemplateCommand: (input: DeleteTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_queryDeleteVerifiedEmailAddressCommand: (input: DeleteVerifiedEmailAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_queryDescribeActiveReceiptRuleSetCommand: (input: DescribeActiveReceiptRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_queryDescribeConfigurationSetCommand: (input: DescribeConfigurationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_queryDescribeReceiptRuleCommand: (input: DescribeReceiptRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_queryDescribeReceiptRuleSetCommand: (input: DescribeReceiptRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_queryGetAccountSendingEnabledCommand: (input: GetAccountSendingEnabledCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_queryGetCustomVerificationEmailTemplateCommand: (input: GetCustomVerificationEmailTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_queryGetIdentityDkimAttributesCommand: (input: GetIdentityDkimAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_queryGetIdentityMailFromDomainAttributesCommand: (input: GetIdentityMailFromDomainAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_queryGetIdentityNotificationAttributesCommand: (input: GetIdentityNotificationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_queryGetIdentityPoliciesCommand: (input: GetIdentityPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_queryGetIdentityVerificationAttributesCommand: (input: GetIdentityVerificationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_queryGetSendQuotaCommand: (input: GetSendQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_queryGetSendStatisticsCommand: (input: GetSendStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_queryGetTemplateCommand: (input: GetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_queryListConfigurationSetsCommand: (input: ListConfigurationSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_queryListCustomVerificationEmailTemplatesCommand: (input: ListCustomVerificationEmailTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_queryListIdentitiesCommand: (input: ListIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_queryListIdentityPoliciesCommand: (input: ListIdentityPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_queryListReceiptFiltersCommand: (input: ListReceiptFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_queryListReceiptRuleSetsCommand: (input: ListReceiptRuleSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_queryListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_queryListVerifiedEmailAddressesCommand: (input: ListVerifiedEmailAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_queryPutConfigurationSetDeliveryOptionsCommand: (input: PutConfigurationSetDeliveryOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_queryPutIdentityPolicyCommand: (input: PutIdentityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_queryReorderReceiptRuleSetCommand: (input: ReorderReceiptRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_querySendBounceCommand: (input: SendBounceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_querySendBulkTemplatedEmailCommand: (input: SendBulkTemplatedEmailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_querySendCustomVerificationEmailCommand: (input: SendCustomVerificationEmailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_querySendEmailCommand: (input: SendEmailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_querySendRawEmailCommand: (input: SendRawEmailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_querySendTemplatedEmailCommand: (input: SendTemplatedEmailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_querySetActiveReceiptRuleSetCommand: (input: SetActiveReceiptRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_querySetIdentityDkimEnabledCommand: (input: SetIdentityDkimEnabledCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_querySetIdentityFeedbackForwardingEnabledCommand: (input: SetIdentityFeedbackForwardingEnabledCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_querySetIdentityHeadersInNotificationsEnabledCommand: (input: SetIdentityHeadersInNotificationsEnabledCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_querySetIdentityMailFromDomainCommand: (input: SetIdentityMailFromDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_querySetIdentityNotificationTopicCommand: (input: SetIdentityNotificationTopicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_querySetReceiptRulePositionCommand: (input: SetReceiptRulePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_queryTestRenderTemplateCommand: (input: TestRenderTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_queryUpdateAccountSendingEnabledCommand: (input: UpdateAccountSendingEnabledCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_queryUpdateConfigurationSetEventDestinationCommand: (input: UpdateConfigurationSetEventDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_queryUpdateConfigurationSetReputationMetricsEnabledCommand: (input: UpdateConfigurationSetReputationMetricsEnabledCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_queryUpdateConfigurationSetSendingEnabledCommand: (input: UpdateConfigurationSetSendingEnabledCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_queryUpdateConfigurationSetTrackingOptionsCommand: (input: UpdateConfigurationSetTrackingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_queryUpdateCustomVerificationEmailTemplateCommand: (input: UpdateCustomVerificationEmailTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_queryUpdateReceiptRuleCommand: (input: UpdateReceiptRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_queryUpdateTemplateCommand: (input: UpdateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_queryVerifyDomainDkimCommand: (input: VerifyDomainDkimCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_queryVerifyDomainIdentityCommand: (input: VerifyDomainIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_queryVerifyEmailAddressCommand: (input: VerifyEmailAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_queryVerifyEmailIdentityCommand: (input: VerifyEmailIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const deserializeAws_queryCloneReceiptRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CloneReceiptRuleSetCommandOutput>;
146
- export declare const deserializeAws_queryCreateConfigurationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationSetCommandOutput>;
147
- export declare const deserializeAws_queryCreateConfigurationSetEventDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationSetEventDestinationCommandOutput>;
148
- export declare const deserializeAws_queryCreateConfigurationSetTrackingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationSetTrackingOptionsCommandOutput>;
149
- export declare const deserializeAws_queryCreateCustomVerificationEmailTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomVerificationEmailTemplateCommandOutput>;
150
- export declare const deserializeAws_queryCreateReceiptFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReceiptFilterCommandOutput>;
151
- export declare const deserializeAws_queryCreateReceiptRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReceiptRuleCommandOutput>;
152
- export declare const deserializeAws_queryCreateReceiptRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReceiptRuleSetCommandOutput>;
153
- export declare const deserializeAws_queryCreateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateCommandOutput>;
154
- export declare const deserializeAws_queryDeleteConfigurationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationSetCommandOutput>;
155
- export declare const deserializeAws_queryDeleteConfigurationSetEventDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationSetEventDestinationCommandOutput>;
156
- export declare const deserializeAws_queryDeleteConfigurationSetTrackingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationSetTrackingOptionsCommandOutput>;
157
- export declare const deserializeAws_queryDeleteCustomVerificationEmailTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomVerificationEmailTemplateCommandOutput>;
158
- export declare const deserializeAws_queryDeleteIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityCommandOutput>;
159
- export declare const deserializeAws_queryDeleteIdentityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityPolicyCommandOutput>;
160
- export declare const deserializeAws_queryDeleteReceiptFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReceiptFilterCommandOutput>;
161
- export declare const deserializeAws_queryDeleteReceiptRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReceiptRuleCommandOutput>;
162
- export declare const deserializeAws_queryDeleteReceiptRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReceiptRuleSetCommandOutput>;
163
- export declare const deserializeAws_queryDeleteTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateCommandOutput>;
164
- export declare const deserializeAws_queryDeleteVerifiedEmailAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVerifiedEmailAddressCommandOutput>;
165
- export declare const deserializeAws_queryDescribeActiveReceiptRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActiveReceiptRuleSetCommandOutput>;
166
- export declare const deserializeAws_queryDescribeConfigurationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationSetCommandOutput>;
167
- export declare const deserializeAws_queryDescribeReceiptRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReceiptRuleCommandOutput>;
168
- export declare const deserializeAws_queryDescribeReceiptRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReceiptRuleSetCommandOutput>;
169
- export declare const deserializeAws_queryGetAccountSendingEnabledCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSendingEnabledCommandOutput>;
170
- export declare const deserializeAws_queryGetCustomVerificationEmailTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomVerificationEmailTemplateCommandOutput>;
171
- export declare const deserializeAws_queryGetIdentityDkimAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityDkimAttributesCommandOutput>;
172
- export declare const deserializeAws_queryGetIdentityMailFromDomainAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityMailFromDomainAttributesCommandOutput>;
173
- export declare const deserializeAws_queryGetIdentityNotificationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityNotificationAttributesCommandOutput>;
174
- export declare const deserializeAws_queryGetIdentityPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityPoliciesCommandOutput>;
175
- export declare const deserializeAws_queryGetIdentityVerificationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityVerificationAttributesCommandOutput>;
176
- export declare const deserializeAws_queryGetSendQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSendQuotaCommandOutput>;
177
- export declare const deserializeAws_queryGetSendStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSendStatisticsCommandOutput>;
178
- export declare const deserializeAws_queryGetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateCommandOutput>;
179
- export declare const deserializeAws_queryListConfigurationSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationSetsCommandOutput>;
180
- export declare const deserializeAws_queryListCustomVerificationEmailTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
181
- export declare const deserializeAws_queryListIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentitiesCommandOutput>;
182
- export declare const deserializeAws_queryListIdentityPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityPoliciesCommandOutput>;
183
- export declare const deserializeAws_queryListReceiptFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceiptFiltersCommandOutput>;
184
- export declare const deserializeAws_queryListReceiptRuleSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceiptRuleSetsCommandOutput>;
185
- export declare const deserializeAws_queryListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
186
- export declare const deserializeAws_queryListVerifiedEmailAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVerifiedEmailAddressesCommandOutput>;
187
- export declare const deserializeAws_queryPutConfigurationSetDeliveryOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
188
- export declare const deserializeAws_queryPutIdentityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIdentityPolicyCommandOutput>;
189
- export declare const deserializeAws_queryReorderReceiptRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReorderReceiptRuleSetCommandOutput>;
190
- export declare const deserializeAws_querySendBounceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendBounceCommandOutput>;
191
- export declare const deserializeAws_querySendBulkTemplatedEmailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendBulkTemplatedEmailCommandOutput>;
192
- export declare const deserializeAws_querySendCustomVerificationEmailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendCustomVerificationEmailCommandOutput>;
193
- export declare const deserializeAws_querySendEmailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendEmailCommandOutput>;
194
- export declare const deserializeAws_querySendRawEmailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendRawEmailCommandOutput>;
195
- export declare const deserializeAws_querySendTemplatedEmailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendTemplatedEmailCommandOutput>;
196
- export declare const deserializeAws_querySetActiveReceiptRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetActiveReceiptRuleSetCommandOutput>;
197
- export declare const deserializeAws_querySetIdentityDkimEnabledCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIdentityDkimEnabledCommandOutput>;
198
- export declare const deserializeAws_querySetIdentityFeedbackForwardingEnabledCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIdentityFeedbackForwardingEnabledCommandOutput>;
199
- export declare const deserializeAws_querySetIdentityHeadersInNotificationsEnabledCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIdentityHeadersInNotificationsEnabledCommandOutput>;
200
- export declare const deserializeAws_querySetIdentityMailFromDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIdentityMailFromDomainCommandOutput>;
201
- export declare const deserializeAws_querySetIdentityNotificationTopicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIdentityNotificationTopicCommandOutput>;
202
- export declare const deserializeAws_querySetReceiptRulePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetReceiptRulePositionCommandOutput>;
203
- export declare const deserializeAws_queryTestRenderTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestRenderTemplateCommandOutput>;
204
- export declare const deserializeAws_queryUpdateAccountSendingEnabledCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSendingEnabledCommandOutput>;
205
- export declare const deserializeAws_queryUpdateConfigurationSetEventDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationSetEventDestinationCommandOutput>;
206
- export declare const deserializeAws_queryUpdateConfigurationSetReputationMetricsEnabledCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationSetReputationMetricsEnabledCommandOutput>;
207
- export declare const deserializeAws_queryUpdateConfigurationSetSendingEnabledCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationSetSendingEnabledCommandOutput>;
208
- export declare const deserializeAws_queryUpdateConfigurationSetTrackingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationSetTrackingOptionsCommandOutput>;
209
- export declare const deserializeAws_queryUpdateCustomVerificationEmailTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomVerificationEmailTemplateCommandOutput>;
210
- export declare const deserializeAws_queryUpdateReceiptRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReceiptRuleCommandOutput>;
211
- export declare const deserializeAws_queryUpdateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateCommandOutput>;
212
- export declare const deserializeAws_queryVerifyDomainDkimCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyDomainDkimCommandOutput>;
213
- export declare const deserializeAws_queryVerifyDomainIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyDomainIdentityCommandOutput>;
214
- export declare const deserializeAws_queryVerifyEmailAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyEmailAddressCommandOutput>;
215
- export declare const deserializeAws_queryVerifyEmailIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyEmailIdentityCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CloneReceiptRuleSetCommandInput,
8
+ CloneReceiptRuleSetCommandOutput,
9
+ } from "../commands/CloneReceiptRuleSetCommand";
10
+ import {
11
+ CreateConfigurationSetCommandInput,
12
+ CreateConfigurationSetCommandOutput,
13
+ } from "../commands/CreateConfigurationSetCommand";
14
+ import {
15
+ CreateConfigurationSetEventDestinationCommandInput,
16
+ CreateConfigurationSetEventDestinationCommandOutput,
17
+ } from "../commands/CreateConfigurationSetEventDestinationCommand";
18
+ import {
19
+ CreateConfigurationSetTrackingOptionsCommandInput,
20
+ CreateConfigurationSetTrackingOptionsCommandOutput,
21
+ } from "../commands/CreateConfigurationSetTrackingOptionsCommand";
22
+ import {
23
+ CreateCustomVerificationEmailTemplateCommandInput,
24
+ CreateCustomVerificationEmailTemplateCommandOutput,
25
+ } from "../commands/CreateCustomVerificationEmailTemplateCommand";
26
+ import {
27
+ CreateReceiptFilterCommandInput,
28
+ CreateReceiptFilterCommandOutput,
29
+ } from "../commands/CreateReceiptFilterCommand";
30
+ import {
31
+ CreateReceiptRuleCommandInput,
32
+ CreateReceiptRuleCommandOutput,
33
+ } from "../commands/CreateReceiptRuleCommand";
34
+ import {
35
+ CreateReceiptRuleSetCommandInput,
36
+ CreateReceiptRuleSetCommandOutput,
37
+ } from "../commands/CreateReceiptRuleSetCommand";
38
+ import {
39
+ CreateTemplateCommandInput,
40
+ CreateTemplateCommandOutput,
41
+ } from "../commands/CreateTemplateCommand";
42
+ import {
43
+ DeleteConfigurationSetCommandInput,
44
+ DeleteConfigurationSetCommandOutput,
45
+ } from "../commands/DeleteConfigurationSetCommand";
46
+ import {
47
+ DeleteConfigurationSetEventDestinationCommandInput,
48
+ DeleteConfigurationSetEventDestinationCommandOutput,
49
+ } from "../commands/DeleteConfigurationSetEventDestinationCommand";
50
+ import {
51
+ DeleteConfigurationSetTrackingOptionsCommandInput,
52
+ DeleteConfigurationSetTrackingOptionsCommandOutput,
53
+ } from "../commands/DeleteConfigurationSetTrackingOptionsCommand";
54
+ import {
55
+ DeleteCustomVerificationEmailTemplateCommandInput,
56
+ DeleteCustomVerificationEmailTemplateCommandOutput,
57
+ } from "../commands/DeleteCustomVerificationEmailTemplateCommand";
58
+ import {
59
+ DeleteIdentityCommandInput,
60
+ DeleteIdentityCommandOutput,
61
+ } from "../commands/DeleteIdentityCommand";
62
+ import {
63
+ DeleteIdentityPolicyCommandInput,
64
+ DeleteIdentityPolicyCommandOutput,
65
+ } from "../commands/DeleteIdentityPolicyCommand";
66
+ import {
67
+ DeleteReceiptFilterCommandInput,
68
+ DeleteReceiptFilterCommandOutput,
69
+ } from "../commands/DeleteReceiptFilterCommand";
70
+ import {
71
+ DeleteReceiptRuleCommandInput,
72
+ DeleteReceiptRuleCommandOutput,
73
+ } from "../commands/DeleteReceiptRuleCommand";
74
+ import {
75
+ DeleteReceiptRuleSetCommandInput,
76
+ DeleteReceiptRuleSetCommandOutput,
77
+ } from "../commands/DeleteReceiptRuleSetCommand";
78
+ import {
79
+ DeleteTemplateCommandInput,
80
+ DeleteTemplateCommandOutput,
81
+ } from "../commands/DeleteTemplateCommand";
82
+ import {
83
+ DeleteVerifiedEmailAddressCommandInput,
84
+ DeleteVerifiedEmailAddressCommandOutput,
85
+ } from "../commands/DeleteVerifiedEmailAddressCommand";
86
+ import {
87
+ DescribeActiveReceiptRuleSetCommandInput,
88
+ DescribeActiveReceiptRuleSetCommandOutput,
89
+ } from "../commands/DescribeActiveReceiptRuleSetCommand";
90
+ import {
91
+ DescribeConfigurationSetCommandInput,
92
+ DescribeConfigurationSetCommandOutput,
93
+ } from "../commands/DescribeConfigurationSetCommand";
94
+ import {
95
+ DescribeReceiptRuleCommandInput,
96
+ DescribeReceiptRuleCommandOutput,
97
+ } from "../commands/DescribeReceiptRuleCommand";
98
+ import {
99
+ DescribeReceiptRuleSetCommandInput,
100
+ DescribeReceiptRuleSetCommandOutput,
101
+ } from "../commands/DescribeReceiptRuleSetCommand";
102
+ import {
103
+ GetAccountSendingEnabledCommandInput,
104
+ GetAccountSendingEnabledCommandOutput,
105
+ } from "../commands/GetAccountSendingEnabledCommand";
106
+ import {
107
+ GetCustomVerificationEmailTemplateCommandInput,
108
+ GetCustomVerificationEmailTemplateCommandOutput,
109
+ } from "../commands/GetCustomVerificationEmailTemplateCommand";
110
+ import {
111
+ GetIdentityDkimAttributesCommandInput,
112
+ GetIdentityDkimAttributesCommandOutput,
113
+ } from "../commands/GetIdentityDkimAttributesCommand";
114
+ import {
115
+ GetIdentityMailFromDomainAttributesCommandInput,
116
+ GetIdentityMailFromDomainAttributesCommandOutput,
117
+ } from "../commands/GetIdentityMailFromDomainAttributesCommand";
118
+ import {
119
+ GetIdentityNotificationAttributesCommandInput,
120
+ GetIdentityNotificationAttributesCommandOutput,
121
+ } from "../commands/GetIdentityNotificationAttributesCommand";
122
+ import {
123
+ GetIdentityPoliciesCommandInput,
124
+ GetIdentityPoliciesCommandOutput,
125
+ } from "../commands/GetIdentityPoliciesCommand";
126
+ import {
127
+ GetIdentityVerificationAttributesCommandInput,
128
+ GetIdentityVerificationAttributesCommandOutput,
129
+ } from "../commands/GetIdentityVerificationAttributesCommand";
130
+ import {
131
+ GetSendQuotaCommandInput,
132
+ GetSendQuotaCommandOutput,
133
+ } from "../commands/GetSendQuotaCommand";
134
+ import {
135
+ GetSendStatisticsCommandInput,
136
+ GetSendStatisticsCommandOutput,
137
+ } from "../commands/GetSendStatisticsCommand";
138
+ import {
139
+ GetTemplateCommandInput,
140
+ GetTemplateCommandOutput,
141
+ } from "../commands/GetTemplateCommand";
142
+ import {
143
+ ListConfigurationSetsCommandInput,
144
+ ListConfigurationSetsCommandOutput,
145
+ } from "../commands/ListConfigurationSetsCommand";
146
+ import {
147
+ ListCustomVerificationEmailTemplatesCommandInput,
148
+ ListCustomVerificationEmailTemplatesCommandOutput,
149
+ } from "../commands/ListCustomVerificationEmailTemplatesCommand";
150
+ import {
151
+ ListIdentitiesCommandInput,
152
+ ListIdentitiesCommandOutput,
153
+ } from "../commands/ListIdentitiesCommand";
154
+ import {
155
+ ListIdentityPoliciesCommandInput,
156
+ ListIdentityPoliciesCommandOutput,
157
+ } from "../commands/ListIdentityPoliciesCommand";
158
+ import {
159
+ ListReceiptFiltersCommandInput,
160
+ ListReceiptFiltersCommandOutput,
161
+ } from "../commands/ListReceiptFiltersCommand";
162
+ import {
163
+ ListReceiptRuleSetsCommandInput,
164
+ ListReceiptRuleSetsCommandOutput,
165
+ } from "../commands/ListReceiptRuleSetsCommand";
166
+ import {
167
+ ListTemplatesCommandInput,
168
+ ListTemplatesCommandOutput,
169
+ } from "../commands/ListTemplatesCommand";
170
+ import {
171
+ ListVerifiedEmailAddressesCommandInput,
172
+ ListVerifiedEmailAddressesCommandOutput,
173
+ } from "../commands/ListVerifiedEmailAddressesCommand";
174
+ import {
175
+ PutConfigurationSetDeliveryOptionsCommandInput,
176
+ PutConfigurationSetDeliveryOptionsCommandOutput,
177
+ } from "../commands/PutConfigurationSetDeliveryOptionsCommand";
178
+ import {
179
+ PutIdentityPolicyCommandInput,
180
+ PutIdentityPolicyCommandOutput,
181
+ } from "../commands/PutIdentityPolicyCommand";
182
+ import {
183
+ ReorderReceiptRuleSetCommandInput,
184
+ ReorderReceiptRuleSetCommandOutput,
185
+ } from "../commands/ReorderReceiptRuleSetCommand";
186
+ import {
187
+ SendBounceCommandInput,
188
+ SendBounceCommandOutput,
189
+ } from "../commands/SendBounceCommand";
190
+ import {
191
+ SendBulkTemplatedEmailCommandInput,
192
+ SendBulkTemplatedEmailCommandOutput,
193
+ } from "../commands/SendBulkTemplatedEmailCommand";
194
+ import {
195
+ SendCustomVerificationEmailCommandInput,
196
+ SendCustomVerificationEmailCommandOutput,
197
+ } from "../commands/SendCustomVerificationEmailCommand";
198
+ import {
199
+ SendEmailCommandInput,
200
+ SendEmailCommandOutput,
201
+ } from "../commands/SendEmailCommand";
202
+ import {
203
+ SendRawEmailCommandInput,
204
+ SendRawEmailCommandOutput,
205
+ } from "../commands/SendRawEmailCommand";
206
+ import {
207
+ SendTemplatedEmailCommandInput,
208
+ SendTemplatedEmailCommandOutput,
209
+ } from "../commands/SendTemplatedEmailCommand";
210
+ import {
211
+ SetActiveReceiptRuleSetCommandInput,
212
+ SetActiveReceiptRuleSetCommandOutput,
213
+ } from "../commands/SetActiveReceiptRuleSetCommand";
214
+ import {
215
+ SetIdentityDkimEnabledCommandInput,
216
+ SetIdentityDkimEnabledCommandOutput,
217
+ } from "../commands/SetIdentityDkimEnabledCommand";
218
+ import {
219
+ SetIdentityFeedbackForwardingEnabledCommandInput,
220
+ SetIdentityFeedbackForwardingEnabledCommandOutput,
221
+ } from "../commands/SetIdentityFeedbackForwardingEnabledCommand";
222
+ import {
223
+ SetIdentityHeadersInNotificationsEnabledCommandInput,
224
+ SetIdentityHeadersInNotificationsEnabledCommandOutput,
225
+ } from "../commands/SetIdentityHeadersInNotificationsEnabledCommand";
226
+ import {
227
+ SetIdentityMailFromDomainCommandInput,
228
+ SetIdentityMailFromDomainCommandOutput,
229
+ } from "../commands/SetIdentityMailFromDomainCommand";
230
+ import {
231
+ SetIdentityNotificationTopicCommandInput,
232
+ SetIdentityNotificationTopicCommandOutput,
233
+ } from "../commands/SetIdentityNotificationTopicCommand";
234
+ import {
235
+ SetReceiptRulePositionCommandInput,
236
+ SetReceiptRulePositionCommandOutput,
237
+ } from "../commands/SetReceiptRulePositionCommand";
238
+ import {
239
+ TestRenderTemplateCommandInput,
240
+ TestRenderTemplateCommandOutput,
241
+ } from "../commands/TestRenderTemplateCommand";
242
+ import {
243
+ UpdateAccountSendingEnabledCommandInput,
244
+ UpdateAccountSendingEnabledCommandOutput,
245
+ } from "../commands/UpdateAccountSendingEnabledCommand";
246
+ import {
247
+ UpdateConfigurationSetEventDestinationCommandInput,
248
+ UpdateConfigurationSetEventDestinationCommandOutput,
249
+ } from "../commands/UpdateConfigurationSetEventDestinationCommand";
250
+ import {
251
+ UpdateConfigurationSetReputationMetricsEnabledCommandInput,
252
+ UpdateConfigurationSetReputationMetricsEnabledCommandOutput,
253
+ } from "../commands/UpdateConfigurationSetReputationMetricsEnabledCommand";
254
+ import {
255
+ UpdateConfigurationSetSendingEnabledCommandInput,
256
+ UpdateConfigurationSetSendingEnabledCommandOutput,
257
+ } from "../commands/UpdateConfigurationSetSendingEnabledCommand";
258
+ import {
259
+ UpdateConfigurationSetTrackingOptionsCommandInput,
260
+ UpdateConfigurationSetTrackingOptionsCommandOutput,
261
+ } from "../commands/UpdateConfigurationSetTrackingOptionsCommand";
262
+ import {
263
+ UpdateCustomVerificationEmailTemplateCommandInput,
264
+ UpdateCustomVerificationEmailTemplateCommandOutput,
265
+ } from "../commands/UpdateCustomVerificationEmailTemplateCommand";
266
+ import {
267
+ UpdateReceiptRuleCommandInput,
268
+ UpdateReceiptRuleCommandOutput,
269
+ } from "../commands/UpdateReceiptRuleCommand";
270
+ import {
271
+ UpdateTemplateCommandInput,
272
+ UpdateTemplateCommandOutput,
273
+ } from "../commands/UpdateTemplateCommand";
274
+ import {
275
+ VerifyDomainDkimCommandInput,
276
+ VerifyDomainDkimCommandOutput,
277
+ } from "../commands/VerifyDomainDkimCommand";
278
+ import {
279
+ VerifyDomainIdentityCommandInput,
280
+ VerifyDomainIdentityCommandOutput,
281
+ } from "../commands/VerifyDomainIdentityCommand";
282
+ import {
283
+ VerifyEmailAddressCommandInput,
284
+ VerifyEmailAddressCommandOutput,
285
+ } from "../commands/VerifyEmailAddressCommand";
286
+ import {
287
+ VerifyEmailIdentityCommandInput,
288
+ VerifyEmailIdentityCommandOutput,
289
+ } from "../commands/VerifyEmailIdentityCommand";
290
+ export declare const serializeAws_queryCloneReceiptRuleSetCommand: (
291
+ input: CloneReceiptRuleSetCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_queryCreateConfigurationSetCommand: (
295
+ input: CreateConfigurationSetCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_queryCreateConfigurationSetEventDestinationCommand: (
299
+ input: CreateConfigurationSetEventDestinationCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_queryCreateConfigurationSetTrackingOptionsCommand: (
303
+ input: CreateConfigurationSetTrackingOptionsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_queryCreateCustomVerificationEmailTemplateCommand: (
307
+ input: CreateCustomVerificationEmailTemplateCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_queryCreateReceiptFilterCommand: (
311
+ input: CreateReceiptFilterCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_queryCreateReceiptRuleCommand: (
315
+ input: CreateReceiptRuleCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_queryCreateReceiptRuleSetCommand: (
319
+ input: CreateReceiptRuleSetCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_queryCreateTemplateCommand: (
323
+ input: CreateTemplateCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_queryDeleteConfigurationSetCommand: (
327
+ input: DeleteConfigurationSetCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_queryDeleteConfigurationSetEventDestinationCommand: (
331
+ input: DeleteConfigurationSetEventDestinationCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_queryDeleteConfigurationSetTrackingOptionsCommand: (
335
+ input: DeleteConfigurationSetTrackingOptionsCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_queryDeleteCustomVerificationEmailTemplateCommand: (
339
+ input: DeleteCustomVerificationEmailTemplateCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_queryDeleteIdentityCommand: (
343
+ input: DeleteIdentityCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_queryDeleteIdentityPolicyCommand: (
347
+ input: DeleteIdentityPolicyCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_queryDeleteReceiptFilterCommand: (
351
+ input: DeleteReceiptFilterCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_queryDeleteReceiptRuleCommand: (
355
+ input: DeleteReceiptRuleCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_queryDeleteReceiptRuleSetCommand: (
359
+ input: DeleteReceiptRuleSetCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_queryDeleteTemplateCommand: (
363
+ input: DeleteTemplateCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_queryDeleteVerifiedEmailAddressCommand: (
367
+ input: DeleteVerifiedEmailAddressCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_queryDescribeActiveReceiptRuleSetCommand: (
371
+ input: DescribeActiveReceiptRuleSetCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_queryDescribeConfigurationSetCommand: (
375
+ input: DescribeConfigurationSetCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_queryDescribeReceiptRuleCommand: (
379
+ input: DescribeReceiptRuleCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_queryDescribeReceiptRuleSetCommand: (
383
+ input: DescribeReceiptRuleSetCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_queryGetAccountSendingEnabledCommand: (
387
+ input: GetAccountSendingEnabledCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_queryGetCustomVerificationEmailTemplateCommand: (
391
+ input: GetCustomVerificationEmailTemplateCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_queryGetIdentityDkimAttributesCommand: (
395
+ input: GetIdentityDkimAttributesCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_queryGetIdentityMailFromDomainAttributesCommand: (
399
+ input: GetIdentityMailFromDomainAttributesCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_queryGetIdentityNotificationAttributesCommand: (
403
+ input: GetIdentityNotificationAttributesCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_queryGetIdentityPoliciesCommand: (
407
+ input: GetIdentityPoliciesCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_queryGetIdentityVerificationAttributesCommand: (
411
+ input: GetIdentityVerificationAttributesCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_queryGetSendQuotaCommand: (
415
+ input: GetSendQuotaCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_queryGetSendStatisticsCommand: (
419
+ input: GetSendStatisticsCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_queryGetTemplateCommand: (
423
+ input: GetTemplateCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_queryListConfigurationSetsCommand: (
427
+ input: ListConfigurationSetsCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_queryListCustomVerificationEmailTemplatesCommand: (
431
+ input: ListCustomVerificationEmailTemplatesCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_queryListIdentitiesCommand: (
435
+ input: ListIdentitiesCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_queryListIdentityPoliciesCommand: (
439
+ input: ListIdentityPoliciesCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_queryListReceiptFiltersCommand: (
443
+ input: ListReceiptFiltersCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_queryListReceiptRuleSetsCommand: (
447
+ input: ListReceiptRuleSetsCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_queryListTemplatesCommand: (
451
+ input: ListTemplatesCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_queryListVerifiedEmailAddressesCommand: (
455
+ input: ListVerifiedEmailAddressesCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_queryPutConfigurationSetDeliveryOptionsCommand: (
459
+ input: PutConfigurationSetDeliveryOptionsCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_queryPutIdentityPolicyCommand: (
463
+ input: PutIdentityPolicyCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_queryReorderReceiptRuleSetCommand: (
467
+ input: ReorderReceiptRuleSetCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_querySendBounceCommand: (
471
+ input: SendBounceCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_querySendBulkTemplatedEmailCommand: (
475
+ input: SendBulkTemplatedEmailCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_querySendCustomVerificationEmailCommand: (
479
+ input: SendCustomVerificationEmailCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_querySendEmailCommand: (
483
+ input: SendEmailCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_querySendRawEmailCommand: (
487
+ input: SendRawEmailCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_querySendTemplatedEmailCommand: (
491
+ input: SendTemplatedEmailCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_querySetActiveReceiptRuleSetCommand: (
495
+ input: SetActiveReceiptRuleSetCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_querySetIdentityDkimEnabledCommand: (
499
+ input: SetIdentityDkimEnabledCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_querySetIdentityFeedbackForwardingEnabledCommand: (
503
+ input: SetIdentityFeedbackForwardingEnabledCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_querySetIdentityHeadersInNotificationsEnabledCommand: (
507
+ input: SetIdentityHeadersInNotificationsEnabledCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_querySetIdentityMailFromDomainCommand: (
511
+ input: SetIdentityMailFromDomainCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_querySetIdentityNotificationTopicCommand: (
515
+ input: SetIdentityNotificationTopicCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_querySetReceiptRulePositionCommand: (
519
+ input: SetReceiptRulePositionCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_queryTestRenderTemplateCommand: (
523
+ input: TestRenderTemplateCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_queryUpdateAccountSendingEnabledCommand: (
527
+ input: UpdateAccountSendingEnabledCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_queryUpdateConfigurationSetEventDestinationCommand: (
531
+ input: UpdateConfigurationSetEventDestinationCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_queryUpdateConfigurationSetReputationMetricsEnabledCommand: (
535
+ input: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_queryUpdateConfigurationSetSendingEnabledCommand: (
539
+ input: UpdateConfigurationSetSendingEnabledCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_queryUpdateConfigurationSetTrackingOptionsCommand: (
543
+ input: UpdateConfigurationSetTrackingOptionsCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_queryUpdateCustomVerificationEmailTemplateCommand: (
547
+ input: UpdateCustomVerificationEmailTemplateCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_queryUpdateReceiptRuleCommand: (
551
+ input: UpdateReceiptRuleCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_queryUpdateTemplateCommand: (
555
+ input: UpdateTemplateCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_queryVerifyDomainDkimCommand: (
559
+ input: VerifyDomainDkimCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_queryVerifyDomainIdentityCommand: (
563
+ input: VerifyDomainIdentityCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_queryVerifyEmailAddressCommand: (
567
+ input: VerifyEmailAddressCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_queryVerifyEmailIdentityCommand: (
571
+ input: VerifyEmailIdentityCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const deserializeAws_queryCloneReceiptRuleSetCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<CloneReceiptRuleSetCommandOutput>;
578
+ export declare const deserializeAws_queryCreateConfigurationSetCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<CreateConfigurationSetCommandOutput>;
582
+ export declare const deserializeAws_queryCreateConfigurationSetEventDestinationCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<CreateConfigurationSetEventDestinationCommandOutput>;
586
+ export declare const deserializeAws_queryCreateConfigurationSetTrackingOptionsCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<CreateConfigurationSetTrackingOptionsCommandOutput>;
590
+ export declare const deserializeAws_queryCreateCustomVerificationEmailTemplateCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<CreateCustomVerificationEmailTemplateCommandOutput>;
594
+ export declare const deserializeAws_queryCreateReceiptFilterCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<CreateReceiptFilterCommandOutput>;
598
+ export declare const deserializeAws_queryCreateReceiptRuleCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<CreateReceiptRuleCommandOutput>;
602
+ export declare const deserializeAws_queryCreateReceiptRuleSetCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<CreateReceiptRuleSetCommandOutput>;
606
+ export declare const deserializeAws_queryCreateTemplateCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<CreateTemplateCommandOutput>;
610
+ export declare const deserializeAws_queryDeleteConfigurationSetCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DeleteConfigurationSetCommandOutput>;
614
+ export declare const deserializeAws_queryDeleteConfigurationSetEventDestinationCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DeleteConfigurationSetEventDestinationCommandOutput>;
618
+ export declare const deserializeAws_queryDeleteConfigurationSetTrackingOptionsCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DeleteConfigurationSetTrackingOptionsCommandOutput>;
622
+ export declare const deserializeAws_queryDeleteCustomVerificationEmailTemplateCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DeleteCustomVerificationEmailTemplateCommandOutput>;
626
+ export declare const deserializeAws_queryDeleteIdentityCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DeleteIdentityCommandOutput>;
630
+ export declare const deserializeAws_queryDeleteIdentityPolicyCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DeleteIdentityPolicyCommandOutput>;
634
+ export declare const deserializeAws_queryDeleteReceiptFilterCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DeleteReceiptFilterCommandOutput>;
638
+ export declare const deserializeAws_queryDeleteReceiptRuleCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DeleteReceiptRuleCommandOutput>;
642
+ export declare const deserializeAws_queryDeleteReceiptRuleSetCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DeleteReceiptRuleSetCommandOutput>;
646
+ export declare const deserializeAws_queryDeleteTemplateCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DeleteTemplateCommandOutput>;
650
+ export declare const deserializeAws_queryDeleteVerifiedEmailAddressCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DeleteVerifiedEmailAddressCommandOutput>;
654
+ export declare const deserializeAws_queryDescribeActiveReceiptRuleSetCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DescribeActiveReceiptRuleSetCommandOutput>;
658
+ export declare const deserializeAws_queryDescribeConfigurationSetCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DescribeConfigurationSetCommandOutput>;
662
+ export declare const deserializeAws_queryDescribeReceiptRuleCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<DescribeReceiptRuleCommandOutput>;
666
+ export declare const deserializeAws_queryDescribeReceiptRuleSetCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DescribeReceiptRuleSetCommandOutput>;
670
+ export declare const deserializeAws_queryGetAccountSendingEnabledCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<GetAccountSendingEnabledCommandOutput>;
674
+ export declare const deserializeAws_queryGetCustomVerificationEmailTemplateCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<GetCustomVerificationEmailTemplateCommandOutput>;
678
+ export declare const deserializeAws_queryGetIdentityDkimAttributesCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<GetIdentityDkimAttributesCommandOutput>;
682
+ export declare const deserializeAws_queryGetIdentityMailFromDomainAttributesCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<GetIdentityMailFromDomainAttributesCommandOutput>;
686
+ export declare const deserializeAws_queryGetIdentityNotificationAttributesCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<GetIdentityNotificationAttributesCommandOutput>;
690
+ export declare const deserializeAws_queryGetIdentityPoliciesCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<GetIdentityPoliciesCommandOutput>;
694
+ export declare const deserializeAws_queryGetIdentityVerificationAttributesCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<GetIdentityVerificationAttributesCommandOutput>;
698
+ export declare const deserializeAws_queryGetSendQuotaCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<GetSendQuotaCommandOutput>;
702
+ export declare const deserializeAws_queryGetSendStatisticsCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<GetSendStatisticsCommandOutput>;
706
+ export declare const deserializeAws_queryGetTemplateCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<GetTemplateCommandOutput>;
710
+ export declare const deserializeAws_queryListConfigurationSetsCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<ListConfigurationSetsCommandOutput>;
714
+ export declare const deserializeAws_queryListCustomVerificationEmailTemplatesCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
718
+ export declare const deserializeAws_queryListIdentitiesCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<ListIdentitiesCommandOutput>;
722
+ export declare const deserializeAws_queryListIdentityPoliciesCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<ListIdentityPoliciesCommandOutput>;
726
+ export declare const deserializeAws_queryListReceiptFiltersCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ListReceiptFiltersCommandOutput>;
730
+ export declare const deserializeAws_queryListReceiptRuleSetsCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<ListReceiptRuleSetsCommandOutput>;
734
+ export declare const deserializeAws_queryListTemplatesCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<ListTemplatesCommandOutput>;
738
+ export declare const deserializeAws_queryListVerifiedEmailAddressesCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<ListVerifiedEmailAddressesCommandOutput>;
742
+ export declare const deserializeAws_queryPutConfigurationSetDeliveryOptionsCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
746
+ export declare const deserializeAws_queryPutIdentityPolicyCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<PutIdentityPolicyCommandOutput>;
750
+ export declare const deserializeAws_queryReorderReceiptRuleSetCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<ReorderReceiptRuleSetCommandOutput>;
754
+ export declare const deserializeAws_querySendBounceCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<SendBounceCommandOutput>;
758
+ export declare const deserializeAws_querySendBulkTemplatedEmailCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<SendBulkTemplatedEmailCommandOutput>;
762
+ export declare const deserializeAws_querySendCustomVerificationEmailCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<SendCustomVerificationEmailCommandOutput>;
766
+ export declare const deserializeAws_querySendEmailCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<SendEmailCommandOutput>;
770
+ export declare const deserializeAws_querySendRawEmailCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<SendRawEmailCommandOutput>;
774
+ export declare const deserializeAws_querySendTemplatedEmailCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<SendTemplatedEmailCommandOutput>;
778
+ export declare const deserializeAws_querySetActiveReceiptRuleSetCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<SetActiveReceiptRuleSetCommandOutput>;
782
+ export declare const deserializeAws_querySetIdentityDkimEnabledCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<SetIdentityDkimEnabledCommandOutput>;
786
+ export declare const deserializeAws_querySetIdentityFeedbackForwardingEnabledCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<SetIdentityFeedbackForwardingEnabledCommandOutput>;
790
+ export declare const deserializeAws_querySetIdentityHeadersInNotificationsEnabledCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<SetIdentityHeadersInNotificationsEnabledCommandOutput>;
794
+ export declare const deserializeAws_querySetIdentityMailFromDomainCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<SetIdentityMailFromDomainCommandOutput>;
798
+ export declare const deserializeAws_querySetIdentityNotificationTopicCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<SetIdentityNotificationTopicCommandOutput>;
802
+ export declare const deserializeAws_querySetReceiptRulePositionCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<SetReceiptRulePositionCommandOutput>;
806
+ export declare const deserializeAws_queryTestRenderTemplateCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<TestRenderTemplateCommandOutput>;
810
+ export declare const deserializeAws_queryUpdateAccountSendingEnabledCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<UpdateAccountSendingEnabledCommandOutput>;
814
+ export declare const deserializeAws_queryUpdateConfigurationSetEventDestinationCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<UpdateConfigurationSetEventDestinationCommandOutput>;
818
+ export declare const deserializeAws_queryUpdateConfigurationSetReputationMetricsEnabledCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<UpdateConfigurationSetReputationMetricsEnabledCommandOutput>;
822
+ export declare const deserializeAws_queryUpdateConfigurationSetSendingEnabledCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<UpdateConfigurationSetSendingEnabledCommandOutput>;
826
+ export declare const deserializeAws_queryUpdateConfigurationSetTrackingOptionsCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<UpdateConfigurationSetTrackingOptionsCommandOutput>;
830
+ export declare const deserializeAws_queryUpdateCustomVerificationEmailTemplateCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<UpdateCustomVerificationEmailTemplateCommandOutput>;
834
+ export declare const deserializeAws_queryUpdateReceiptRuleCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<UpdateReceiptRuleCommandOutput>;
838
+ export declare const deserializeAws_queryUpdateTemplateCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<UpdateTemplateCommandOutput>;
842
+ export declare const deserializeAws_queryVerifyDomainDkimCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<VerifyDomainDkimCommandOutput>;
846
+ export declare const deserializeAws_queryVerifyDomainIdentityCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<VerifyDomainIdentityCommandOutput>;
850
+ export declare const deserializeAws_queryVerifyEmailAddressCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<VerifyEmailAddressCommandOutput>;
854
+ export declare const deserializeAws_queryVerifyEmailIdentityCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<VerifyEmailIdentityCommandOutput>;