@aws-sdk/client-ses 3.193.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 +11 -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 +4 -2
- 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 { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteConfigurationSetRequestFilterSensitiveLog, DeleteConfigurationSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteConfigurationSetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteConfigurationSetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog, DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteConfigurationSetEventDestinationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteConfigurationSetTrackingOptionsRequestFilterSensitiveLog, DeleteConfigurationSetTrackingOptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteConfigurationSetTrackingOptionsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteConfigurationSetTrackingOptionsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteCustomVerificationEmailTemplateRequestFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteCustomVerificationEmailTemplateCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteCustomVerificationEmailTemplateCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteIdentityRequestFilterSensitiveLog, DeleteIdentityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteIdentityCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteIdentityCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteIdentityPolicyRequestFilterSensitiveLog, DeleteIdentityPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteIdentityPolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteIdentityPolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteReceiptFilterRequestFilterSensitiveLog, DeleteReceiptFilterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteReceiptFilterCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteReceiptFilterCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteReceiptRuleRequestFilterSensitiveLog, DeleteReceiptRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteReceiptRuleCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteReceiptRuleCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteReceiptRuleSetRequestFilterSensitiveLog, DeleteReceiptRuleSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteReceiptRuleSetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteReceiptRuleSetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteTemplateRequestFilterSensitiveLog, DeleteTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteTemplateCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteTemplateCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteVerifiedEmailAddressRequestFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteVerifiedEmailAddressCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteVerifiedEmailAddressCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeActiveReceiptRuleSetRequestFilterSensitiveLog, DescribeActiveReceiptRuleSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeActiveReceiptRuleSetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeActiveReceiptRuleSetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeConfigurationSetRequestFilterSensitiveLog, DescribeConfigurationSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeConfigurationSetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeConfigurationSetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeReceiptRuleRequestFilterSensitiveLog, DescribeReceiptRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeReceiptRuleCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeReceiptRuleCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeReceiptRuleSetRequestFilterSensitiveLog, DescribeReceiptRuleSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeReceiptRuleSetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeReceiptRuleSetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetAccountSendingEnabledResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetAccountSendingEnabledCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetAccountSendingEnabledCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetCustomVerificationEmailTemplateRequestFilterSensitiveLog, GetCustomVerificationEmailTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetCustomVerificationEmailTemplateCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetCustomVerificationEmailTemplateCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetIdentityDkimAttributesRequestFilterSensitiveLog, GetIdentityDkimAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetIdentityDkimAttributesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetIdentityDkimAttributesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetIdentityMailFromDomainAttributesRequestFilterSensitiveLog, GetIdentityMailFromDomainAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetIdentityMailFromDomainAttributesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetIdentityMailFromDomainAttributesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetIdentityNotificationAttributesRequestFilterSensitiveLog, GetIdentityNotificationAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetIdentityNotificationAttributesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetIdentityNotificationAttributesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetIdentityPoliciesRequestFilterSensitiveLog, GetIdentityPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetIdentityPoliciesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetIdentityPoliciesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetIdentityVerificationAttributesRequestFilterSensitiveLog, GetIdentityVerificationAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetIdentityVerificationAttributesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetIdentityVerificationAttributesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetSendQuotaResponseFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetSendQuotaCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetSendQuotaCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetSendStatisticsResponseFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetSendStatisticsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetSendStatisticsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetTemplateRequestFilterSensitiveLog, GetTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetTemplateCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetTemplateCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListConfigurationSetsRequestFilterSensitiveLog, ListConfigurationSetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListConfigurationSetsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListConfigurationSetsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListCustomVerificationEmailTemplatesRequestFilterSensitiveLog, ListCustomVerificationEmailTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListCustomVerificationEmailTemplatesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "SESClient";
|