@aws-sdk/client-sesv2 3.39.0 → 3.43.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 (97) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +85 -8
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +85 -8
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/SESv2Client.d.ts +8 -0
  9. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateContactListCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateImportJobCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteContactCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteContactListCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +1 -1
  30. package/dist-types/commands/GetAccountCommand.d.ts +1 -1
  31. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +1 -1
  32. package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -1
  33. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -1
  34. package/dist-types/commands/GetContactCommand.d.ts +1 -1
  35. package/dist-types/commands/GetContactListCommand.d.ts +1 -1
  36. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
  37. package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -1
  38. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -1
  39. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -1
  40. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +1 -1
  41. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +1 -1
  42. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +1 -1
  43. package/dist-types/commands/GetEmailIdentityCommand.d.ts +1 -1
  44. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +1 -1
  45. package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -1
  46. package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
  47. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +1 -1
  48. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListContactListsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListContactsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  60. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
  61. package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -1
  62. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
  63. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
  64. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
  65. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
  66. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
  67. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +1 -1
  68. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +1 -1
  69. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
  70. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
  71. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
  72. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
  73. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
  74. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +1 -1
  75. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +1 -1
  76. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
  77. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +1 -1
  78. package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -1
  79. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
  80. package/dist-types/commands/SendEmailCommand.d.ts +1 -1
  81. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  82. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +1 -1
  83. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateContactListCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -1
  90. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  91. package/dist-types/runtimeConfig.d.ts +2 -0
  92. package/dist-types/runtimeConfig.native.d.ts +2 -0
  93. package/dist-types/ts3.4/SESv2Client.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  97. package/package.json +23 -23
@@ -20,7 +20,7 @@ export interface DeleteSuppressedDestinationCommandOutput extends DeleteSuppress
20
20
  *
21
21
  * @see {@link DeleteSuppressedDestinationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSuppressedDestinationCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSuppressedDestinationCommand extends $Command<DeleteSuppressedDestinationCommandInput, DeleteSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
21
21
  *
22
22
  * @see {@link GetAccountCommandInput} for command's `input` shape.
23
23
  * @see {@link GetAccountCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
20
20
  *
21
21
  * @see {@link GetBlacklistReportsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBlacklistReportsCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetBlacklistReportsCommand extends $Command<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, SESv2ClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes
27
27
  *
28
28
  * @see {@link GetConfigurationSetCommandInput} for command's `input` shape.
29
29
  * @see {@link GetConfigurationSetCommandOutput} for command's `response` shape.
30
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class GetConfigurationSetCommand extends $Command<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, SESv2ClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface GetConfigurationSetEventDestinationsCommandOutput extends GetCo
27
27
  *
28
28
  * @see {@link GetConfigurationSetEventDestinationsCommandInput} for command's `input` shape.
29
29
  * @see {@link GetConfigurationSetEventDestinationsCommandOutput} for command's `response` shape.
30
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class GetConfigurationSetEventDestinationsCommand extends $Command<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetContactCommandOutput extends GetContactResponse, __MetadataB
20
20
  *
21
21
  * @see {@link GetContactCommandInput} for command's `input` shape.
22
22
  * @see {@link GetContactCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetContactCommand extends $Command<GetContactCommandInput, GetContactCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetContactListCommandOutput extends GetContactListResponse, __M
21
21
  *
22
22
  * @see {@link GetContactListCommandInput} for command's `input` shape.
23
23
  * @see {@link GetContactListCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetContactListCommand extends $Command<GetContactListCommandInput, GetContactListCommandOutput, SESv2ClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCust
24
24
  *
25
25
  * @see {@link GetCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
27
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCustomVerificationEmailTemplateCommand extends $Command<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __M
22
22
  *
23
23
  * @see {@link GetDedicatedIpCommandInput} for command's `input` shape.
24
24
  * @see {@link GetDedicatedIpCommandOutput} for command's `response` shape.
25
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetDedicatedIpCommand extends $Command<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _
21
21
  *
22
22
  * @see {@link GetDedicatedIpsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetDedicatedIpsCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetDedicatedIpsCommand extends $Command<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, SESv2ClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliv
27
27
  *
28
28
  * @see {@link GetDeliverabilityDashboardOptionsCommandInput} for command's `input` shape.
29
29
  * @see {@link GetDeliverabilityDashboardOptionsCommandOutput} for command's `response` shape.
30
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class GetDeliverabilityDashboardOptionsCommand extends $Command<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabil
20
20
  *
21
21
  * @see {@link GetDeliverabilityTestReportCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDeliverabilityTestReportCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDeliverabilityTestReportCommand extends $Command<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, SESv2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainD
22
22
  *
23
23
  * @see {@link GetDomainDeliverabilityCampaignCommandInput} for command's `input` shape.
24
24
  * @see {@link GetDomainDeliverabilityCampaignCommandOutput} for command's `response` shape.
25
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetDomainDeliverabilityCampaignCommand extends $Command<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist
21
21
  *
22
22
  * @see {@link GetDomainStatisticsReportCommandInput} for command's `input` shape.
23
23
  * @see {@link GetDomainStatisticsReportCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetDomainStatisticsReportCommand extends $Command<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, SESv2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
22
22
  *
23
23
  * @see {@link GetEmailIdentityCommandInput} for command's `input` shape.
24
24
  * @see {@link GetEmailIdentityCommandOutput} for command's `response` shape.
25
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetEmailIdentityCommand extends $Command<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, SESv2ClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface GetEmailIdentityPoliciesCommandOutput extends GetEmailIdentityP
31
31
  *
32
32
  * @see {@link GetEmailIdentityPoliciesCommandInput} for command's `input` shape.
33
33
  * @see {@link GetEmailIdentityPoliciesCommandOutput} for command's `response` shape.
34
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class GetEmailIdentityPoliciesCommand extends $Command<GetEmailIdentityPoliciesCommandInput, GetEmailIdentityPoliciesCommandOutput, SESv2ClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetEmailTemplateCommandOutput extends GetEmailTemplateResponse,
23
23
  *
24
24
  * @see {@link GetEmailTemplateCommandInput} for command's `input` shape.
25
25
  * @see {@link GetEmailTemplateCommandOutput} for command's `response` shape.
26
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetEmailTemplateCommand extends $Command<GetEmailTemplateCommandInput, GetEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetImportJobCommandOutput extends GetImportJobResponse, __Metad
20
20
  *
21
21
  * @see {@link GetImportJobCommandInput} for command's `input` shape.
22
22
  * @see {@link GetImportJobCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetImportJobCommand extends $Command<GetImportJobCommandInput, GetImportJobCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetSuppressedDestinationCommandOutput extends GetSuppressedDest
21
21
  *
22
22
  * @see {@link GetSuppressedDestinationCommandInput} for command's `input` shape.
23
23
  * @see {@link GetSuppressedDestinationCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetSuppressedDestinationCommand extends $Command<GetSuppressedDestinationCommandInput, GetSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
26
26
  *
27
27
  * @see {@link ListConfigurationSetsCommandInput} for command's `input` shape.
28
28
  * @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
29
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListContactListsCommandOutput extends ListContactListsResponse,
20
20
  *
21
21
  * @see {@link ListContactListsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListContactListsCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListContactListsCommand extends $Command<ListContactListsCommandInput, ListContactListsCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad
20
20
  *
21
21
  * @see {@link ListContactsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListContactsCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListContactsCommand extends $Command<ListContactsCommandInput, ListContactsCommandOutput, SESv2ClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
24
24
  *
25
25
  * @see {@link ListCustomVerificationEmailTemplatesCommandInput} for command's `input` shape.
26
26
  * @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
27
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
21
21
  *
22
22
  * @see {@link ListDedicatedIpPoolsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListDedicatedIpPoolsCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListDedicatedIpPoolsCommand extends $Command<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, SESv2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
22
22
  *
23
23
  * @see {@link ListDeliverabilityTestReportsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListDeliverabilityTestReportsCommandOutput} for command's `response` shape.
25
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListDeliverabilityTestReportsCommand extends $Command<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, SESv2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
22
22
  *
23
23
  * @see {@link ListDomainDeliverabilityCampaignsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListDomainDeliverabilityCampaignsCommandOutput} for command's `response` shape.
25
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListDomainDeliverabilityCampaignsCommand extends $Command<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, SESv2ClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
23
23
  *
24
24
  * @see {@link ListEmailIdentitiesCommandInput} for command's `input` shape.
25
25
  * @see {@link ListEmailIdentitiesCommandOutput} for command's `response` shape.
26
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListEmailIdentitiesCommand extends $Command<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, SESv2ClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesRespo
23
23
  *
24
24
  * @see {@link ListEmailTemplatesCommandInput} for command's `input` shape.
25
25
  * @see {@link ListEmailTemplatesCommandOutput} for command's `response` shape.
26
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListEmailTemplatesCommand extends $Command<ListEmailTemplatesCommandInput, ListEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
20
20
  *
21
21
  * @see {@link ListImportJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListImportJobsCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListImportJobsCommand extends $Command<ListImportJobsCommandInput, ListImportJobsCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedD
21
21
  *
22
22
  * @see {@link ListSuppressedDestinationsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListSuppressedDestinationsCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListSuppressedDestinationsCommand extends $Command<ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput, SESv2ClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
25
  *
26
26
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
27
27
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
28
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
20
20
  *
21
21
  * @see {@link PutAccountDedicatedIpWarmupAttributesCommandInput} for command's `input` shape.
22
22
  * @see {@link PutAccountDedicatedIpWarmupAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutAccountDedicatedIpWarmupAttributesCommand extends $Command<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutAccountDetailsCommandOutput extends PutAccountDetailsRespons
20
20
  *
21
21
  * @see {@link PutAccountDetailsCommandInput} for command's `input` shape.
22
22
  * @see {@link PutAccountDetailsCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutAccountDetailsCommand extends $Command<PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
20
20
  *
21
21
  * @see {@link PutAccountSendingAttributesCommandInput} for command's `input` shape.
22
22
  * @see {@link PutAccountSendingAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutAccountSendingAttributesCommand extends $Command<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutAccountSuppressionAttributesCommandOutput extends PutAccount
20
20
  *
21
21
  * @see {@link PutAccountSuppressionAttributesCommandInput} for command's `input` shape.
22
22
  * @see {@link PutAccountSuppressionAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutAccountSuppressionAttributesCommand extends $Command<PutAccountSuppressionAttributesCommandInput, PutAccountSuppressionAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
21
21
  *
22
22
  * @see {@link PutConfigurationSetDeliveryOptionsCommandInput} for command's `input` shape.
23
23
  * @see {@link PutConfigurationSetDeliveryOptionsCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutConfigurationSetReputationOptionsCommandOutput extends PutCo
21
21
  *
22
22
  * @see {@link PutConfigurationSetReputationOptionsCommandInput} for command's `input` shape.
23
23
  * @see {@link PutConfigurationSetReputationOptionsCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutConfigurationSetReputationOptionsCommand extends $Command<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfi
21
21
  *
22
22
  * @see {@link PutConfigurationSetSendingOptionsCommandInput} for command's `input` shape.
23
23
  * @see {@link PutConfigurationSetSendingOptionsCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutConfigurationSetSendingOptionsCommand extends $Command<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutConfigurationSetSuppressionOptionsCommandOutput extends PutC
20
20
  *
21
21
  * @see {@link PutConfigurationSetSuppressionOptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link PutConfigurationSetSuppressionOptionsCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutConfigurationSetSuppressionOptionsCommand extends $Command<PutConfigurationSetSuppressionOptionsCommandInput, PutConfigurationSetSuppressionOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConf
21
21
  *
22
22
  * @see {@link PutConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
23
23
  * @see {@link PutConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutConfigurationSetTrackingOptionsCommand extends $Command<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR
29
29
  *
30
30
  * @see {@link PutDedicatedIpInPoolCommandInput} for command's `input` shape.
31
31
  * @see {@link PutDedicatedIpInPoolCommandOutput} for command's `response` shape.
32
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class PutDedicatedIpInPoolCommand extends $Command<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicate
20
20
  *
21
21
  * @see {@link PutDedicatedIpWarmupAttributesCommandInput} for command's `input` shape.
22
22
  * @see {@link PutDedicatedIpWarmupAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutDedicatedIpWarmupAttributesCommand extends $Command<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDelive
26
26
  *
27
27
  * @see {@link PutDeliverabilityDashboardOptionCommandInput} for command's `input` shape.
28
28
  * @see {@link PutDeliverabilityDashboardOptionCommandOutput} for command's `response` shape.
29
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class PutDeliverabilityDashboardOptionCommand extends $Command<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutEmailIdentityConfigurationSetAttributesCommandOutput extends
20
20
  *
21
21
  * @see {@link PutEmailIdentityConfigurationSetAttributesCommandInput} for command's `input` shape.
22
22
  * @see {@link PutEmailIdentityConfigurationSetAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutEmailIdentityConfigurationSetAttributesCommand extends $Command<PutEmailIdentityConfigurationSetAttributesCommandInput, PutEmailIdentityConfigurationSetAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIde
20
20
  *
21
21
  * @see {@link PutEmailIdentityDkimAttributesCommandInput} for command's `input` shape.
22
22
  * @see {@link PutEmailIdentityDkimAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutEmailIdentityDkimAttributesCommand extends $Command<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface PutEmailIdentityDkimSigningAttributesCommandOutput extends PutE
42
42
  *
43
43
  * @see {@link PutEmailIdentityDkimSigningAttributesCommandInput} for command's `input` shape.
44
44
  * @see {@link PutEmailIdentityDkimSigningAttributesCommandOutput} for command's `response` shape.
45
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class PutEmailIdentityDkimSigningAttributesCommand extends $Command<PutEmailIdentityDkimSigningAttributesCommandInput, PutEmailIdentityDkimSigningAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmai
29
29
  *
30
30
  * @see {@link PutEmailIdentityFeedbackAttributesCommandInput} for command's `input` shape.
31
31
  * @see {@link PutEmailIdentityFeedbackAttributesCommandOutput} for command's `response` shape.
32
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class PutEmailIdentityFeedbackAttributesCommand extends $Command<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
21
21
  *
22
22
  * @see {@link PutEmailIdentityMailFromAttributesCommandInput} for command's `input` shape.
23
23
  * @see {@link PutEmailIdentityMailFromAttributesCommandOutput} for command's `response` shape.
24
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutEmailIdentityMailFromAttributesCommand extends $Command<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDest
20
20
  *
21
21
  * @see {@link PutSuppressedDestinationCommandInput} for command's `input` shape.
22
22
  * @see {@link PutSuppressedDestinationCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutSuppressedDestinationCommand extends $Command<PutSuppressedDestinationCommandInput, PutSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met
20
20
  *
21
21
  * @see {@link SendBulkEmailCommandInput} for command's `input` shape.
22
22
  * @see {@link SendBulkEmailCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class SendBulkEmailCommand extends $Command<SendBulkEmailCommandInput, SendBulkEmailCommandOutput, SESv2ClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
27
27
  *
28
28
  * @see {@link SendCustomVerificationEmailCommandInput} for command's `input` shape.
29
29
  * @see {@link SendCustomVerificationEmailCommandOutput} for command's `response` shape.
30
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESv2ClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
43
43
  *
44
44
  * @see {@link SendEmailCommandInput} for command's `input` shape.
45
45
  * @see {@link SendEmailCommandOutput} for command's `response` shape.
46
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESv2ClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
28
28
  *
29
29
  * @see {@link TagResourceCommandInput} for command's `input` shape.
30
30
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
31
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SESv2ClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem
23
23
  *
24
24
  * @see {@link TestRenderEmailTemplateCommandInput} for command's `input` shape.
25
25
  * @see {@link TestRenderEmailTemplateCommandOutput} for command's `response` shape.
26
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class TestRenderEmailTemplateCommand extends $Command<TestRenderEmailTemplateCommandInput, TestRenderEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SESv2ClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
26
26
  *
27
27
  * @see {@link UpdateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
28
28
  * @see {@link UpdateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
29
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
22
22
  *
23
23
  * @see {@link UpdateContactCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateContactCommandOutput} for command's `response` shape.
25
- * @see {@link SESv2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UpdateContactCommand extends $Command<UpdateContactCommandInput, UpdateContactCommandOutput, SESv2ClientResolvedConfig> {