@aws-sdk/client-ses 3.192.0 → 3.194.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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/SESClient.js +11 -8
- package/dist-cjs/commands/CloneReceiptRuleSetCommand.js +10 -0
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +10 -0
- package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-cjs/commands/CreateConfigurationSetTrackingOptionsCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateReceiptFilterCommand.js +10 -0
- package/dist-cjs/commands/CreateReceiptRuleCommand.js +10 -0
- package/dist-cjs/commands/CreateReceiptRuleSetCommand.js +10 -0
- package/dist-cjs/commands/CreateTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-cjs/commands/DeleteConfigurationSetTrackingOptionsCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteIdentityCommand.js +10 -0
- package/dist-cjs/commands/DeleteIdentityPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteReceiptFilterCommand.js +10 -0
- package/dist-cjs/commands/DeleteReceiptRuleCommand.js +10 -0
- package/dist-cjs/commands/DeleteReceiptRuleSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteVerifiedEmailAddressCommand.js +10 -0
- package/dist-cjs/commands/DescribeActiveReceiptRuleSetCommand.js +10 -0
- package/dist-cjs/commands/DescribeConfigurationSetCommand.js +10 -0
- package/dist-cjs/commands/DescribeReceiptRuleCommand.js +10 -0
- package/dist-cjs/commands/DescribeReceiptRuleSetCommand.js +10 -0
- package/dist-cjs/commands/GetAccountSendingEnabledCommand.js +10 -0
- package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetIdentityDkimAttributesCommand.js +10 -0
- package/dist-cjs/commands/GetIdentityMailFromDomainAttributesCommand.js +10 -0
- package/dist-cjs/commands/GetIdentityNotificationAttributesCommand.js +10 -0
- package/dist-cjs/commands/GetIdentityPoliciesCommand.js +10 -0
- package/dist-cjs/commands/GetIdentityVerificationAttributesCommand.js +10 -0
- package/dist-cjs/commands/GetSendQuotaCommand.js +10 -0
- package/dist-cjs/commands/GetSendStatisticsCommand.js +10 -0
- package/dist-cjs/commands/GetTemplateCommand.js +10 -0
- package/dist-cjs/commands/ListConfigurationSetsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListIdentitiesCommand.js +10 -0
- package/dist-cjs/commands/ListIdentityPoliciesCommand.js +10 -0
- package/dist-cjs/commands/ListReceiptFiltersCommand.js +10 -0
- package/dist-cjs/commands/ListReceiptRuleSetsCommand.js +10 -0
- package/dist-cjs/commands/ListTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListVerifiedEmailAddressesCommand.js +10 -0
- package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +10 -0
- package/dist-cjs/commands/PutIdentityPolicyCommand.js +10 -0
- package/dist-cjs/commands/ReorderReceiptRuleSetCommand.js +10 -0
- package/dist-cjs/commands/SendBounceCommand.js +10 -0
- package/dist-cjs/commands/SendBulkTemplatedEmailCommand.js +10 -0
- package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +10 -0
- package/dist-cjs/commands/SendEmailCommand.js +10 -0
- package/dist-cjs/commands/SendRawEmailCommand.js +10 -0
- package/dist-cjs/commands/SendTemplatedEmailCommand.js +10 -0
- package/dist-cjs/commands/SetActiveReceiptRuleSetCommand.js +10 -0
- package/dist-cjs/commands/SetIdentityDkimEnabledCommand.js +10 -0
- package/dist-cjs/commands/SetIdentityFeedbackForwardingEnabledCommand.js +10 -0
- package/dist-cjs/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +10 -0
- package/dist-cjs/commands/SetIdentityMailFromDomainCommand.js +10 -0
- package/dist-cjs/commands/SetIdentityNotificationTopicCommand.js +10 -0
- package/dist-cjs/commands/SetReceiptRulePositionCommand.js +10 -0
- package/dist-cjs/commands/TestRenderTemplateCommand.js +10 -0
- package/dist-cjs/commands/UpdateAccountSendingEnabledCommand.js +10 -0
- package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-cjs/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +10 -0
- package/dist-cjs/commands/UpdateConfigurationSetSendingEnabledCommand.js +10 -0
- package/dist-cjs/commands/UpdateConfigurationSetTrackingOptionsCommand.js +10 -0
- package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/UpdateReceiptRuleCommand.js +10 -0
- package/dist-cjs/commands/UpdateTemplateCommand.js +10 -0
- package/dist-cjs/commands/VerifyDomainDkimCommand.js +10 -0
- package/dist-cjs/commands/VerifyDomainIdentityCommand.js +10 -0
- package/dist-cjs/commands/VerifyEmailAddressCommand.js +10 -0
- package/dist-cjs/commands/VerifyEmailIdentityCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/SESClient.js +12 -9
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +10 -0
- package/dist-es/commands/CreateConfigurationSetCommand.js +10 -0
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +10 -0
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-es/commands/CreateReceiptFilterCommand.js +10 -0
- package/dist-es/commands/CreateReceiptRuleCommand.js +10 -0
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +10 -0
- package/dist-es/commands/CreateTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteConfigurationSetCommand.js +10 -0
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +10 -0
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteIdentityCommand.js +10 -0
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteReceiptFilterCommand.js +10 -0
- package/dist-es/commands/DeleteReceiptRuleCommand.js +10 -0
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +10 -0
- package/dist-es/commands/DeleteTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +10 -0
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +10 -0
- package/dist-es/commands/DescribeConfigurationSetCommand.js +10 -0
- package/dist-es/commands/DescribeReceiptRuleCommand.js +10 -0
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +10 -0
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +10 -0
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +10 -0
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +10 -0
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +10 -0
- package/dist-es/commands/GetIdentityPoliciesCommand.js +10 -0
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +10 -0
- package/dist-es/commands/GetSendQuotaCommand.js +10 -0
- package/dist-es/commands/GetSendStatisticsCommand.js +10 -0
- package/dist-es/commands/GetTemplateCommand.js +10 -0
- package/dist-es/commands/ListConfigurationSetsCommand.js +10 -0
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +10 -0
- package/dist-es/commands/ListIdentitiesCommand.js +10 -0
- package/dist-es/commands/ListIdentityPoliciesCommand.js +10 -0
- package/dist-es/commands/ListReceiptFiltersCommand.js +10 -0
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +10 -0
- package/dist-es/commands/ListTemplatesCommand.js +10 -0
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +10 -0
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +10 -0
- package/dist-es/commands/PutIdentityPolicyCommand.js +10 -0
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +10 -0
- package/dist-es/commands/SendBounceCommand.js +10 -0
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +10 -0
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +10 -0
- package/dist-es/commands/SendEmailCommand.js +10 -0
- package/dist-es/commands/SendRawEmailCommand.js +10 -0
- package/dist-es/commands/SendTemplatedEmailCommand.js +10 -0
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +10 -0
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +10 -0
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +10 -0
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +10 -0
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +10 -0
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +10 -0
- package/dist-es/commands/SetReceiptRulePositionCommand.js +10 -0
- package/dist-es/commands/TestRenderTemplateCommand.js +10 -0
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +10 -0
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +10 -0
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +10 -0
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +10 -0
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-es/commands/UpdateReceiptRuleCommand.js +10 -0
- package/dist-es/commands/UpdateTemplateCommand.js +10 -0
- package/dist-es/commands/VerifyDomainDkimCommand.js +10 -0
- package/dist-es/commands/VerifyDomainIdentityCommand.js +10 -0
- package/dist-es/commands/VerifyEmailAddressCommand.js +10 -0
- package/dist-es/commands/VerifyEmailIdentityCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/SESClient.d.ts +6 -9
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +2 -0
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIdentityCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +2 -0
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +2 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +2 -0
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -0
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/GetSendQuotaCommand.d.ts +2 -0
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +2 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListIdentitiesCommand.d.ts +2 -0
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +2 -0
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -0
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -0
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/SendBounceCommand.d.ts +2 -0
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +2 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +2 -0
- package/dist-types/commands/SendEmailCommand.d.ts +2 -0
- package/dist-types/commands/SendRawEmailCommand.d.ts +2 -0
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +2 -0
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +2 -0
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +2 -0
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +2 -0
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +2 -0
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +2 -0
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +2 -0
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -0
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +2 -0
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +2 -0
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +2 -0
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/SESClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +29 -27
- package/dist-cjs/endpoints.js +0 -159
- package/dist-es/endpoints.js +0 -155
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SendBulkTemplatedEmailRequest, SendBulkTemplatedEmailResponse } from "../models/models_0";
|
|
@@ -67,6 +68,7 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
|
|
|
67
68
|
*/
|
|
68
69
|
export declare class SendBulkTemplatedEmailCommand extends $Command<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig> {
|
|
69
70
|
readonly input: SendBulkTemplatedEmailCommandInput;
|
|
71
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
72
|
constructor(input: SendBulkTemplatedEmailCommandInput);
|
|
71
73
|
/**
|
|
72
74
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESClientResolvedConfig> {
|
|
35
36
|
readonly input: SendCustomVerificationEmailCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: SendCustomVerificationEmailCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SendEmailRequest, SendEmailResponse } from "../models/models_0";
|
|
@@ -69,6 +70,7 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
|
|
|
69
70
|
*/
|
|
70
71
|
export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESClientResolvedConfig> {
|
|
71
72
|
readonly input: SendEmailCommandInput;
|
|
73
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
74
|
constructor(input: SendEmailCommandInput);
|
|
73
75
|
/**
|
|
74
76
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SendRawEmailRequest, SendRawEmailResponse } from "../models/models_0";
|
|
@@ -133,6 +134,7 @@ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __Metad
|
|
|
133
134
|
*/
|
|
134
135
|
export declare class SendRawEmailCommand extends $Command<SendRawEmailCommandInput, SendRawEmailCommandOutput, SESClientResolvedConfig> {
|
|
135
136
|
readonly input: SendRawEmailCommandInput;
|
|
137
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
136
138
|
constructor(input: SendRawEmailCommandInput);
|
|
137
139
|
/**
|
|
138
140
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SendTemplatedEmailRequest, SendTemplatedEmailResponse } from "../models/models_0";
|
|
@@ -74,6 +75,7 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo
|
|
|
74
75
|
*/
|
|
75
76
|
export declare class SendTemplatedEmailCommand extends $Command<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig> {
|
|
76
77
|
readonly input: SendTemplatedEmailCommandInput;
|
|
78
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
79
|
constructor(input: SendTemplatedEmailCommandInput);
|
|
78
80
|
/**
|
|
79
81
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SetActiveReceiptRuleSetRequest, SetActiveReceiptRuleSetResponse } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRu
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class SetActiveReceiptRuleSetCommand extends $Command<SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
33
34
|
readonly input: SetActiveReceiptRuleSetCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: SetActiveReceiptRuleSetCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SetIdentityDkimEnabledRequest, SetIdentityDkimEnabledResponse } from "../models/models_0";
|
|
@@ -37,6 +38,7 @@ export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnab
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class SetIdentityDkimEnabledCommand extends $Command<SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, SESClientResolvedConfig> {
|
|
39
40
|
readonly input: SetIdentityDkimEnabledCommandInput;
|
|
41
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
40
42
|
constructor(input: SetIdentityDkimEnabledCommandInput);
|
|
41
43
|
/**
|
|
42
44
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResponse } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface SetIdentityFeedbackForwardingEnabledCommandOutput extends SetId
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class SetIdentityFeedbackForwardingEnabledCommand extends $Command<SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
37
38
|
readonly input: SetIdentityFeedbackForwardingEnabledCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: SetIdentityFeedbackForwardingEnabledCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SetIdentityHeadersInNotificationsEnabledRequest, SetIdentityHeadersInNotificationsEnabledResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface SetIdentityHeadersInNotificationsEnabledCommandOutput extends S
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class SetIdentityHeadersInNotificationsEnabledCommand extends $Command<SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput, SESClientResolvedConfig> {
|
|
32
33
|
readonly input: SetIdentityHeadersInNotificationsEnabledCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: SetIdentityHeadersInNotificationsEnabledCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SetIdentityMailFromDomainRequest, SetIdentityMailFromDomainResponse } from "../models/models_0";
|
|
@@ -34,6 +35,7 @@ export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailF
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class SetIdentityMailFromDomainCommand extends $Command<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig> {
|
|
36
37
|
readonly input: SetIdentityMailFromDomainCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: SetIdentityMailFromDomainCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResponse } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface SetIdentityNotificationTopicCommandOutput extends SetIdentityNo
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class SetIdentityNotificationTopicCommand extends $Command<SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput, SESClientResolvedConfig> {
|
|
35
36
|
readonly input: SetIdentityNotificationTopicCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: SetIdentityNotificationTopicCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SetReceiptRulePositionRequest, SetReceiptRulePositionResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePosit
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class SetReceiptRulePositionCommand extends $Command<SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput, SESClientResolvedConfig> {
|
|
30
31
|
readonly input: SetReceiptRulePositionCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: SetReceiptRulePositionCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { TestRenderTemplateRequest, TestRenderTemplateResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface TestRenderTemplateCommandOutput extends TestRenderTemplateRespo
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class TestRenderTemplateCommand extends $Command<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput, SESClientResolvedConfig> {
|
|
29
30
|
readonly input: TestRenderTemplateCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: TestRenderTemplateCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateAccountSendingEnabledRequest } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBear
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class UpdateAccountSendingEnabledCommand extends $Command<UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
32
33
|
readonly input: UpdateAccountSendingEnabledCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: UpdateAccountSendingEnabledCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
|
|
38
39
|
readonly input: UpdateConfigurationSetEventDestinationCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: UpdateConfigurationSetEventDestinationCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateConfigurationSetReputationMetricsEnabledRequest } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput ext
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command<UpdateConfigurationSetReputationMetricsEnabledCommandInput, UpdateConfigurationSetReputationMetricsEnabledCommandOutput, SESClientResolvedConfig> {
|
|
31
32
|
readonly input: UpdateConfigurationSetReputationMetricsEnabledCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: UpdateConfigurationSetReputationMetricsEnabledCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateConfigurationSetSendingEnabledRequest } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __Met
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class UpdateConfigurationSetSendingEnabledCommand extends $Command<UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
32
33
|
readonly input: UpdateConfigurationSetSendingEnabledCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: UpdateConfigurationSetSendingEnabledCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateConfigurationSetTrackingOptionsRequest, UpdateConfigurationSetTrackingOptionsResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface UpdateConfigurationSetTrackingOptionsCommandOutput extends Upda
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class UpdateConfigurationSetTrackingOptionsCommand extends $Command<UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
|
|
31
32
|
readonly input: UpdateConfigurationSetTrackingOptionsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: UpdateConfigurationSetTrackingOptionsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateCustomVerificationEmailTemplateRequest } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __Me
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
30
31
|
readonly input: UpdateCustomVerificationEmailTemplateCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: UpdateCustomVerificationEmailTemplateCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateReceiptRuleRequest, UpdateReceiptRuleResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface UpdateReceiptRuleCommandOutput extends UpdateReceiptRuleRespons
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class UpdateReceiptRuleCommand extends $Command<UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
30
31
|
readonly input: UpdateReceiptRuleCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: UpdateReceiptRuleCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, SESClientResolvedConfig> {
|
|
30
31
|
readonly input: UpdateTemplateCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: UpdateTemplateCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { VerifyDomainDkimRequest, VerifyDomainDkimResponse } from "../models/models_0";
|
|
@@ -63,6 +64,7 @@ export interface VerifyDomainDkimCommandOutput extends VerifyDomainDkimResponse,
|
|
|
63
64
|
*/
|
|
64
65
|
export declare class VerifyDomainDkimCommand extends $Command<VerifyDomainDkimCommandInput, VerifyDomainDkimCommandOutput, SESClientResolvedConfig> {
|
|
65
66
|
readonly input: VerifyDomainDkimCommandInput;
|
|
67
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
68
|
constructor(input: VerifyDomainDkimCommandInput);
|
|
67
69
|
/**
|
|
68
70
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { VerifyDomainIdentityRequest, VerifyDomainIdentityResponse } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface VerifyDomainIdentityCommandOutput extends VerifyDomainIdentityR
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class VerifyDomainIdentityCommand extends $Command<VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput, SESClientResolvedConfig> {
|
|
33
34
|
readonly input: VerifyDomainIdentityCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: VerifyDomainIdentityCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { VerifyEmailAddressRequest } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface VerifyEmailAddressCommandOutput extends __MetadataBearer {
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class VerifyEmailAddressCommand extends $Command<VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput, SESClientResolvedConfig> {
|
|
28
29
|
readonly input: VerifyEmailAddressCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: VerifyEmailAddressCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { VerifyEmailIdentityRequest, VerifyEmailIdentityResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface VerifyEmailIdentityCommandOutput extends VerifyEmailIdentityRes
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class VerifyEmailIdentityCommand extends $Command<VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput, SESClientResolvedConfig> {
|
|
30
31
|
readonly input: VerifyEmailIdentityCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: VerifyEmailIdentityCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { SESClientConfig } from "./SESClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -326,6 +327,11 @@ import {
|
|
|
326
327
|
VerifyEmailIdentityCommandInput,
|
|
327
328
|
VerifyEmailIdentityCommandOutput,
|
|
328
329
|
} from "./commands/VerifyEmailIdentityCommand";
|
|
330
|
+
import {
|
|
331
|
+
ClientInputEndpointParameters,
|
|
332
|
+
ClientResolvedEndpointParameters,
|
|
333
|
+
EndpointParameters,
|
|
334
|
+
} from "./endpoint/EndpointParameters";
|
|
329
335
|
export declare type ServiceInputTypes =
|
|
330
336
|
| CloneReceiptRuleSetCommandInput
|
|
331
337
|
| CreateConfigurationSetCommandInput
|
|
@@ -491,7 +497,6 @@ export interface ClientDefaults
|
|
|
491
497
|
serviceId?: string;
|
|
492
498
|
region?: string | __Provider<string>;
|
|
493
499
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
494
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
495
500
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
496
501
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
497
502
|
}
|
|
@@ -500,21 +505,23 @@ declare type SESClientConfigType = Partial<
|
|
|
500
505
|
> &
|
|
501
506
|
ClientDefaults &
|
|
502
507
|
RegionInputConfig &
|
|
503
|
-
|
|
508
|
+
EndpointInputConfig<EndpointParameters> &
|
|
504
509
|
RetryInputConfig &
|
|
505
510
|
HostHeaderInputConfig &
|
|
506
511
|
AwsAuthInputConfig &
|
|
507
|
-
UserAgentInputConfig
|
|
512
|
+
UserAgentInputConfig &
|
|
513
|
+
ClientInputEndpointParameters;
|
|
508
514
|
export interface SESClientConfig extends SESClientConfigType {}
|
|
509
515
|
declare type SESClientResolvedConfigType =
|
|
510
516
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
511
517
|
Required<ClientDefaults> &
|
|
512
518
|
RegionResolvedConfig &
|
|
513
|
-
|
|
519
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
514
520
|
RetryResolvedConfig &
|
|
515
521
|
HostHeaderResolvedConfig &
|
|
516
522
|
AwsAuthResolvedConfig &
|
|
517
|
-
UserAgentResolvedConfig
|
|
523
|
+
UserAgentResolvedConfig &
|
|
524
|
+
ClientResolvedEndpointParameters;
|
|
518
525
|
export interface SESClientResolvedConfig extends SESClientResolvedConfigType {}
|
|
519
526
|
export declare class SESClient extends __Client<
|
|
520
527
|
__HttpHandlerOptions,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CloneReceiptRuleSetCommand extends $Command<
|
|
|
25
26
|
SESClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CloneReceiptRuleSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CloneReceiptRuleSetCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateConfigurationSetCommand extends $Command<
|
|
|
25
26
|
SESClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateConfigurationSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateConfigurationSetCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateConfigurationSetEventDestinationCommand extends $Comm
|
|
|
25
26
|
SESClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateConfigurationSetEventDestinationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateConfigurationSetEventDestinationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateConfigurationSetTrackingOptionsCommand extends $Comma
|
|
|
25
26
|
SESClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateConfigurationSetTrackingOptionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateConfigurationSetTrackingOptionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateCustomVerificationEmailTemplateCommand extends $Comma
|
|
|
21
22
|
SESClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateCustomVerificationEmailTemplateCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateCustomVerificationEmailTemplateCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateReceiptFilterCommand extends $Command<
|
|
|
25
26
|
SESClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateReceiptFilterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateReceiptFilterCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateReceiptRuleCommand extends $Command<
|
|
|
25
26
|
SESClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateReceiptRuleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateReceiptRuleCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateReceiptRuleSetCommand extends $Command<
|
|
|
25
26
|
SESClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateReceiptRuleSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateReceiptRuleSetCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|