@aws-sdk/client-sesv2 3.1045.0 → 3.1047.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/dist-cjs/auth/httpAuthSchemeProvider.js +7 -7
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +236 -237
- package/dist-cjs/models/SESv2ServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +19 -23
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SESv2.js +1 -1
- package/dist-es/SESv2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-es/commands/BatchGetMetricDataCommand.js +2 -2
- package/dist-es/commands/CancelExportJobCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/CreateContactCommand.js +2 -2
- package/dist-es/commands/CreateContactListCommand.js +2 -2
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +2 -2
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +2 -2
- package/dist-es/commands/CreateEmailIdentityCommand.js +2 -2
- package/dist-es/commands/CreateEmailIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/CreateEmailTemplateCommand.js +2 -2
- package/dist-es/commands/CreateExportJobCommand.js +2 -2
- package/dist-es/commands/CreateImportJobCommand.js +2 -2
- package/dist-es/commands/CreateMultiRegionEndpointCommand.js +2 -2
- package/dist-es/commands/CreateTenantCommand.js +2 -2
- package/dist-es/commands/CreateTenantResourceAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteContactCommand.js +2 -2
- package/dist-es/commands/DeleteContactListCommand.js +2 -2
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +2 -2
- package/dist-es/commands/DeleteEmailIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteEmailIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteEmailTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteMultiRegionEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteSuppressedDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteTenantCommand.js +2 -2
- package/dist-es/commands/DeleteTenantResourceAssociationCommand.js +2 -2
- package/dist-es/commands/GetAccountCommand.js +2 -2
- package/dist-es/commands/GetBlacklistReportsCommand.js +2 -2
- package/dist-es/commands/GetConfigurationSetCommand.js +2 -2
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +2 -2
- package/dist-es/commands/GetContactCommand.js +2 -2
- package/dist-es/commands/GetContactListCommand.js +2 -2
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/GetDedicatedIpCommand.js +2 -2
- package/dist-es/commands/GetDedicatedIpPoolCommand.js +2 -2
- package/dist-es/commands/GetDedicatedIpsCommand.js +2 -2
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -2
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +2 -2
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +2 -2
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +2 -2
- package/dist-es/commands/GetEmailAddressInsightsCommand.js +2 -2
- package/dist-es/commands/GetEmailIdentityCommand.js +2 -2
- package/dist-es/commands/GetEmailIdentityPoliciesCommand.js +2 -2
- package/dist-es/commands/GetEmailTemplateCommand.js +2 -2
- package/dist-es/commands/GetExportJobCommand.js +2 -2
- package/dist-es/commands/GetImportJobCommand.js +2 -2
- package/dist-es/commands/GetMessageInsightsCommand.js +2 -2
- package/dist-es/commands/GetMultiRegionEndpointCommand.js +2 -2
- package/dist-es/commands/GetReputationEntityCommand.js +2 -2
- package/dist-es/commands/GetSuppressedDestinationCommand.js +2 -2
- package/dist-es/commands/GetTenantCommand.js +2 -2
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -2
- package/dist-es/commands/ListContactListsCommand.js +2 -2
- package/dist-es/commands/ListContactsCommand.js +2 -2
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +2 -2
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +2 -2
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +2 -2
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -2
- package/dist-es/commands/ListEmailIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListEmailTemplatesCommand.js +2 -2
- package/dist-es/commands/ListExportJobsCommand.js +2 -2
- package/dist-es/commands/ListImportJobsCommand.js +2 -2
- package/dist-es/commands/ListMultiRegionEndpointsCommand.js +2 -2
- package/dist-es/commands/ListRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListReputationEntitiesCommand.js +2 -2
- package/dist-es/commands/ListResourceTenantsCommand.js +2 -2
- package/dist-es/commands/ListSuppressedDestinationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTenantResourcesCommand.js +2 -2
- package/dist-es/commands/ListTenantsCommand.js +2 -2
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -2
- package/dist-es/commands/PutAccountDetailsCommand.js +2 -2
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +2 -2
- package/dist-es/commands/PutAccountSuppressionAttributesCommand.js +2 -2
- package/dist-es/commands/PutAccountVdmAttributesCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetArchivingOptionsCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetSuppressionOptionsCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetVdmOptionsCommand.js +2 -2
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +2 -2
- package/dist-es/commands/PutDedicatedIpPoolScalingAttributesCommand.js +2 -2
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -2
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +2 -2
- package/dist-es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +2 -2
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +2 -2
- package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +2 -2
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -2
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -2
- package/dist-es/commands/PutSuppressedDestinationCommand.js +2 -2
- package/dist-es/commands/SendBulkEmailCommand.js +2 -2
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +2 -2
- package/dist-es/commands/SendEmailCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestRenderEmailTemplateCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateContactCommand.js +2 -2
- package/dist-es/commands/UpdateContactListCommand.js +2 -2
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateEmailIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateEmailTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateReputationEntityCustomerManagedStatusCommand.js +2 -2
- package/dist-es/commands/UpdateReputationEntityPolicyCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SESv2ServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/SESv2Client.d.ts +5 -5
- package/dist-types/commands/BatchGetMetricDataCommand.d.ts +6 -4
- package/dist-types/commands/CancelExportJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/CreateContactCommand.d.ts +6 -4
- package/dist-types/commands/CreateContactListCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -4
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +6 -4
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateExportJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateImportJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateMultiRegionEndpointCommand.d.ts +6 -4
- package/dist-types/commands/CreateTenantCommand.d.ts +6 -4
- package/dist-types/commands/CreateTenantResourceAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContactCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContactListCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMultiRegionEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTenantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTenantResourceAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -4
- package/dist-types/commands/GetContactCommand.d.ts +6 -4
- package/dist-types/commands/GetContactListCommand.d.ts +6 -4
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +6 -4
- package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +6 -4
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -4
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +6 -4
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -4
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +6 -4
- package/dist-types/commands/GetEmailAddressInsightsCommand.d.ts +6 -4
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +6 -4
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetExportJobCommand.d.ts +6 -4
- package/dist-types/commands/GetImportJobCommand.d.ts +6 -4
- package/dist-types/commands/GetMessageInsightsCommand.d.ts +6 -4
- package/dist-types/commands/GetMultiRegionEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetReputationEntityCommand.d.ts +6 -4
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +6 -4
- package/dist-types/commands/GetTenantCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListContactListsCommand.d.ts +6 -4
- package/dist-types/commands/ListContactsCommand.d.ts +6 -4
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -4
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListExportJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListImportJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMultiRegionEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListReputationEntitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceTenantsCommand.d.ts +6 -4
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTenantResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListTenantsCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +6 -4
- package/dist-types/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -4
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +6 -4
- package/dist-types/commands/SendBulkEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendEmailCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContactCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContactListCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateReputationEntityPolicyCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SESv2ServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SESv2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetMetricDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelExportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateExportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMultiRegionEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTenantResourceAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMultiRegionEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTenantResourceAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEmailAddressInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMessageInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMultiRegionEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReputationEntityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTenantCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExportJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMultiRegionEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReputationEntitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceTenantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTenantResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTenantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccountVdmAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetVdmOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateReputationEntityPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SESv2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +14 -35
package/dist-cjs/index.js
CHANGED
|
@@ -4,17 +4,16 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
18
|
var errors = require('./models/errors');
|
|
20
19
|
var SESv2ServiceException = require('./models/SESv2ServiceException');
|
|
@@ -73,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
73
72
|
};
|
|
74
73
|
|
|
75
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
76
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
77
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
78
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
79
78
|
};
|
|
80
79
|
|
|
81
|
-
class SESv2Client extends
|
|
80
|
+
class SESv2Client extends client.Client {
|
|
82
81
|
config;
|
|
83
82
|
constructor(...[configuration]) {
|
|
84
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -86,17 +85,17 @@ class SESv2Client extends smithyClient.Client {
|
|
|
86
85
|
this.initConfig = _config_0;
|
|
87
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
88
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
89
|
-
const _config_3 =
|
|
90
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
91
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
92
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
93
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
94
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
95
94
|
this.config = _config_8;
|
|
96
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
97
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
98
|
-
this.middlewareStack.use(
|
|
99
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
100
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
101
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
102
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +113,11 @@ class SESv2Client extends smithyClient.Client {
|
|
|
114
113
|
}
|
|
115
114
|
}
|
|
116
115
|
|
|
117
|
-
class BatchGetMetricDataCommand extends
|
|
116
|
+
class BatchGetMetricDataCommand extends client.Command
|
|
118
117
|
.classBuilder()
|
|
119
118
|
.ep(commonParams)
|
|
120
119
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
120
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
121
|
})
|
|
123
122
|
.s("SimpleEmailService_v2", "BatchGetMetricData", {})
|
|
124
123
|
.n("SESv2Client", "BatchGetMetricDataCommand")
|
|
@@ -126,11 +125,11 @@ class BatchGetMetricDataCommand extends smithyClient.Command
|
|
|
126
125
|
.build() {
|
|
127
126
|
}
|
|
128
127
|
|
|
129
|
-
class CancelExportJobCommand extends
|
|
128
|
+
class CancelExportJobCommand extends client.Command
|
|
130
129
|
.classBuilder()
|
|
131
130
|
.ep(commonParams)
|
|
132
131
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
132
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
133
|
})
|
|
135
134
|
.s("SimpleEmailService_v2", "CancelExportJob", {})
|
|
136
135
|
.n("SESv2Client", "CancelExportJobCommand")
|
|
@@ -138,11 +137,11 @@ class CancelExportJobCommand extends smithyClient.Command
|
|
|
138
137
|
.build() {
|
|
139
138
|
}
|
|
140
139
|
|
|
141
|
-
class CreateConfigurationSetCommand extends
|
|
140
|
+
class CreateConfigurationSetCommand extends client.Command
|
|
142
141
|
.classBuilder()
|
|
143
142
|
.ep(commonParams)
|
|
144
143
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
144
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
145
|
})
|
|
147
146
|
.s("SimpleEmailService_v2", "CreateConfigurationSet", {})
|
|
148
147
|
.n("SESv2Client", "CreateConfigurationSetCommand")
|
|
@@ -150,11 +149,11 @@ class CreateConfigurationSetCommand extends smithyClient.Command
|
|
|
150
149
|
.build() {
|
|
151
150
|
}
|
|
152
151
|
|
|
153
|
-
class CreateConfigurationSetEventDestinationCommand extends
|
|
152
|
+
class CreateConfigurationSetEventDestinationCommand extends client.Command
|
|
154
153
|
.classBuilder()
|
|
155
154
|
.ep(commonParams)
|
|
156
155
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
156
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
157
|
})
|
|
159
158
|
.s("SimpleEmailService_v2", "CreateConfigurationSetEventDestination", {})
|
|
160
159
|
.n("SESv2Client", "CreateConfigurationSetEventDestinationCommand")
|
|
@@ -162,11 +161,11 @@ class CreateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
162
161
|
.build() {
|
|
163
162
|
}
|
|
164
163
|
|
|
165
|
-
class CreateContactCommand extends
|
|
164
|
+
class CreateContactCommand extends client.Command
|
|
166
165
|
.classBuilder()
|
|
167
166
|
.ep(commonParams)
|
|
168
167
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
168
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
169
|
})
|
|
171
170
|
.s("SimpleEmailService_v2", "CreateContact", {})
|
|
172
171
|
.n("SESv2Client", "CreateContactCommand")
|
|
@@ -174,11 +173,11 @@ class CreateContactCommand extends smithyClient.Command
|
|
|
174
173
|
.build() {
|
|
175
174
|
}
|
|
176
175
|
|
|
177
|
-
class CreateContactListCommand extends
|
|
176
|
+
class CreateContactListCommand extends client.Command
|
|
178
177
|
.classBuilder()
|
|
179
178
|
.ep(commonParams)
|
|
180
179
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
180
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
181
|
})
|
|
183
182
|
.s("SimpleEmailService_v2", "CreateContactList", {})
|
|
184
183
|
.n("SESv2Client", "CreateContactListCommand")
|
|
@@ -186,11 +185,11 @@ class CreateContactListCommand extends smithyClient.Command
|
|
|
186
185
|
.build() {
|
|
187
186
|
}
|
|
188
187
|
|
|
189
|
-
class CreateCustomVerificationEmailTemplateCommand extends
|
|
188
|
+
class CreateCustomVerificationEmailTemplateCommand extends client.Command
|
|
190
189
|
.classBuilder()
|
|
191
190
|
.ep(commonParams)
|
|
192
191
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
192
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
193
|
})
|
|
195
194
|
.s("SimpleEmailService_v2", "CreateCustomVerificationEmailTemplate", {})
|
|
196
195
|
.n("SESv2Client", "CreateCustomVerificationEmailTemplateCommand")
|
|
@@ -198,11 +197,11 @@ class CreateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
198
197
|
.build() {
|
|
199
198
|
}
|
|
200
199
|
|
|
201
|
-
class CreateDedicatedIpPoolCommand extends
|
|
200
|
+
class CreateDedicatedIpPoolCommand extends client.Command
|
|
202
201
|
.classBuilder()
|
|
203
202
|
.ep(commonParams)
|
|
204
203
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
204
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
205
|
})
|
|
207
206
|
.s("SimpleEmailService_v2", "CreateDedicatedIpPool", {})
|
|
208
207
|
.n("SESv2Client", "CreateDedicatedIpPoolCommand")
|
|
@@ -210,11 +209,11 @@ class CreateDedicatedIpPoolCommand extends smithyClient.Command
|
|
|
210
209
|
.build() {
|
|
211
210
|
}
|
|
212
211
|
|
|
213
|
-
class CreateDeliverabilityTestReportCommand extends
|
|
212
|
+
class CreateDeliverabilityTestReportCommand extends client.Command
|
|
214
213
|
.classBuilder()
|
|
215
214
|
.ep(commonParams)
|
|
216
215
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
216
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
217
|
})
|
|
219
218
|
.s("SimpleEmailService_v2", "CreateDeliverabilityTestReport", {})
|
|
220
219
|
.n("SESv2Client", "CreateDeliverabilityTestReportCommand")
|
|
@@ -222,11 +221,11 @@ class CreateDeliverabilityTestReportCommand extends smithyClient.Command
|
|
|
222
221
|
.build() {
|
|
223
222
|
}
|
|
224
223
|
|
|
225
|
-
class CreateEmailIdentityCommand extends
|
|
224
|
+
class CreateEmailIdentityCommand extends client.Command
|
|
226
225
|
.classBuilder()
|
|
227
226
|
.ep(commonParams)
|
|
228
227
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
228
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
229
|
})
|
|
231
230
|
.s("SimpleEmailService_v2", "CreateEmailIdentity", {})
|
|
232
231
|
.n("SESv2Client", "CreateEmailIdentityCommand")
|
|
@@ -234,11 +233,11 @@ class CreateEmailIdentityCommand extends smithyClient.Command
|
|
|
234
233
|
.build() {
|
|
235
234
|
}
|
|
236
235
|
|
|
237
|
-
class CreateEmailIdentityPolicyCommand extends
|
|
236
|
+
class CreateEmailIdentityPolicyCommand extends client.Command
|
|
238
237
|
.classBuilder()
|
|
239
238
|
.ep(commonParams)
|
|
240
239
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
240
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
241
|
})
|
|
243
242
|
.s("SimpleEmailService_v2", "CreateEmailIdentityPolicy", {})
|
|
244
243
|
.n("SESv2Client", "CreateEmailIdentityPolicyCommand")
|
|
@@ -246,11 +245,11 @@ class CreateEmailIdentityPolicyCommand extends smithyClient.Command
|
|
|
246
245
|
.build() {
|
|
247
246
|
}
|
|
248
247
|
|
|
249
|
-
class CreateEmailTemplateCommand extends
|
|
248
|
+
class CreateEmailTemplateCommand extends client.Command
|
|
250
249
|
.classBuilder()
|
|
251
250
|
.ep(commonParams)
|
|
252
251
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
252
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
253
|
})
|
|
255
254
|
.s("SimpleEmailService_v2", "CreateEmailTemplate", {})
|
|
256
255
|
.n("SESv2Client", "CreateEmailTemplateCommand")
|
|
@@ -258,11 +257,11 @@ class CreateEmailTemplateCommand extends smithyClient.Command
|
|
|
258
257
|
.build() {
|
|
259
258
|
}
|
|
260
259
|
|
|
261
|
-
class CreateExportJobCommand extends
|
|
260
|
+
class CreateExportJobCommand extends client.Command
|
|
262
261
|
.classBuilder()
|
|
263
262
|
.ep(commonParams)
|
|
264
263
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
264
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
265
|
})
|
|
267
266
|
.s("SimpleEmailService_v2", "CreateExportJob", {})
|
|
268
267
|
.n("SESv2Client", "CreateExportJobCommand")
|
|
@@ -270,11 +269,11 @@ class CreateExportJobCommand extends smithyClient.Command
|
|
|
270
269
|
.build() {
|
|
271
270
|
}
|
|
272
271
|
|
|
273
|
-
class CreateImportJobCommand extends
|
|
272
|
+
class CreateImportJobCommand extends client.Command
|
|
274
273
|
.classBuilder()
|
|
275
274
|
.ep(commonParams)
|
|
276
275
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
276
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
277
|
})
|
|
279
278
|
.s("SimpleEmailService_v2", "CreateImportJob", {})
|
|
280
279
|
.n("SESv2Client", "CreateImportJobCommand")
|
|
@@ -282,11 +281,11 @@ class CreateImportJobCommand extends smithyClient.Command
|
|
|
282
281
|
.build() {
|
|
283
282
|
}
|
|
284
283
|
|
|
285
|
-
class CreateMultiRegionEndpointCommand extends
|
|
284
|
+
class CreateMultiRegionEndpointCommand extends client.Command
|
|
286
285
|
.classBuilder()
|
|
287
286
|
.ep(commonParams)
|
|
288
287
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
288
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
289
|
})
|
|
291
290
|
.s("SimpleEmailService_v2", "CreateMultiRegionEndpoint", {})
|
|
292
291
|
.n("SESv2Client", "CreateMultiRegionEndpointCommand")
|
|
@@ -294,11 +293,11 @@ class CreateMultiRegionEndpointCommand extends smithyClient.Command
|
|
|
294
293
|
.build() {
|
|
295
294
|
}
|
|
296
295
|
|
|
297
|
-
class CreateTenantCommand extends
|
|
296
|
+
class CreateTenantCommand extends client.Command
|
|
298
297
|
.classBuilder()
|
|
299
298
|
.ep(commonParams)
|
|
300
299
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
300
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
301
|
})
|
|
303
302
|
.s("SimpleEmailService_v2", "CreateTenant", {})
|
|
304
303
|
.n("SESv2Client", "CreateTenantCommand")
|
|
@@ -306,11 +305,11 @@ class CreateTenantCommand extends smithyClient.Command
|
|
|
306
305
|
.build() {
|
|
307
306
|
}
|
|
308
307
|
|
|
309
|
-
class CreateTenantResourceAssociationCommand extends
|
|
308
|
+
class CreateTenantResourceAssociationCommand extends client.Command
|
|
310
309
|
.classBuilder()
|
|
311
310
|
.ep(commonParams)
|
|
312
311
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
312
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
313
|
})
|
|
315
314
|
.s("SimpleEmailService_v2", "CreateTenantResourceAssociation", {})
|
|
316
315
|
.n("SESv2Client", "CreateTenantResourceAssociationCommand")
|
|
@@ -318,11 +317,11 @@ class CreateTenantResourceAssociationCommand extends smithyClient.Command
|
|
|
318
317
|
.build() {
|
|
319
318
|
}
|
|
320
319
|
|
|
321
|
-
class DeleteConfigurationSetCommand extends
|
|
320
|
+
class DeleteConfigurationSetCommand extends client.Command
|
|
322
321
|
.classBuilder()
|
|
323
322
|
.ep(commonParams)
|
|
324
323
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
324
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
325
|
})
|
|
327
326
|
.s("SimpleEmailService_v2", "DeleteConfigurationSet", {})
|
|
328
327
|
.n("SESv2Client", "DeleteConfigurationSetCommand")
|
|
@@ -330,11 +329,11 @@ class DeleteConfigurationSetCommand extends smithyClient.Command
|
|
|
330
329
|
.build() {
|
|
331
330
|
}
|
|
332
331
|
|
|
333
|
-
class DeleteConfigurationSetEventDestinationCommand extends
|
|
332
|
+
class DeleteConfigurationSetEventDestinationCommand extends client.Command
|
|
334
333
|
.classBuilder()
|
|
335
334
|
.ep(commonParams)
|
|
336
335
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
336
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
337
|
})
|
|
339
338
|
.s("SimpleEmailService_v2", "DeleteConfigurationSetEventDestination", {})
|
|
340
339
|
.n("SESv2Client", "DeleteConfigurationSetEventDestinationCommand")
|
|
@@ -342,11 +341,11 @@ class DeleteConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
342
341
|
.build() {
|
|
343
342
|
}
|
|
344
343
|
|
|
345
|
-
class DeleteContactCommand extends
|
|
344
|
+
class DeleteContactCommand extends client.Command
|
|
346
345
|
.classBuilder()
|
|
347
346
|
.ep(commonParams)
|
|
348
347
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
348
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
349
|
})
|
|
351
350
|
.s("SimpleEmailService_v2", "DeleteContact", {})
|
|
352
351
|
.n("SESv2Client", "DeleteContactCommand")
|
|
@@ -354,11 +353,11 @@ class DeleteContactCommand extends smithyClient.Command
|
|
|
354
353
|
.build() {
|
|
355
354
|
}
|
|
356
355
|
|
|
357
|
-
class DeleteContactListCommand extends
|
|
356
|
+
class DeleteContactListCommand extends client.Command
|
|
358
357
|
.classBuilder()
|
|
359
358
|
.ep(commonParams)
|
|
360
359
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
360
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
361
|
})
|
|
363
362
|
.s("SimpleEmailService_v2", "DeleteContactList", {})
|
|
364
363
|
.n("SESv2Client", "DeleteContactListCommand")
|
|
@@ -366,11 +365,11 @@ class DeleteContactListCommand extends smithyClient.Command
|
|
|
366
365
|
.build() {
|
|
367
366
|
}
|
|
368
367
|
|
|
369
|
-
class DeleteCustomVerificationEmailTemplateCommand extends
|
|
368
|
+
class DeleteCustomVerificationEmailTemplateCommand extends client.Command
|
|
370
369
|
.classBuilder()
|
|
371
370
|
.ep(commonParams)
|
|
372
371
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
372
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
373
|
})
|
|
375
374
|
.s("SimpleEmailService_v2", "DeleteCustomVerificationEmailTemplate", {})
|
|
376
375
|
.n("SESv2Client", "DeleteCustomVerificationEmailTemplateCommand")
|
|
@@ -378,11 +377,11 @@ class DeleteCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
378
377
|
.build() {
|
|
379
378
|
}
|
|
380
379
|
|
|
381
|
-
class DeleteDedicatedIpPoolCommand extends
|
|
380
|
+
class DeleteDedicatedIpPoolCommand extends client.Command
|
|
382
381
|
.classBuilder()
|
|
383
382
|
.ep(commonParams)
|
|
384
383
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
384
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
385
|
})
|
|
387
386
|
.s("SimpleEmailService_v2", "DeleteDedicatedIpPool", {})
|
|
388
387
|
.n("SESv2Client", "DeleteDedicatedIpPoolCommand")
|
|
@@ -390,11 +389,11 @@ class DeleteDedicatedIpPoolCommand extends smithyClient.Command
|
|
|
390
389
|
.build() {
|
|
391
390
|
}
|
|
392
391
|
|
|
393
|
-
class DeleteEmailIdentityCommand extends
|
|
392
|
+
class DeleteEmailIdentityCommand extends client.Command
|
|
394
393
|
.classBuilder()
|
|
395
394
|
.ep(commonParams)
|
|
396
395
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
396
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
397
|
})
|
|
399
398
|
.s("SimpleEmailService_v2", "DeleteEmailIdentity", {})
|
|
400
399
|
.n("SESv2Client", "DeleteEmailIdentityCommand")
|
|
@@ -402,11 +401,11 @@ class DeleteEmailIdentityCommand extends smithyClient.Command
|
|
|
402
401
|
.build() {
|
|
403
402
|
}
|
|
404
403
|
|
|
405
|
-
class DeleteEmailIdentityPolicyCommand extends
|
|
404
|
+
class DeleteEmailIdentityPolicyCommand extends client.Command
|
|
406
405
|
.classBuilder()
|
|
407
406
|
.ep(commonParams)
|
|
408
407
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
408
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
409
|
})
|
|
411
410
|
.s("SimpleEmailService_v2", "DeleteEmailIdentityPolicy", {})
|
|
412
411
|
.n("SESv2Client", "DeleteEmailIdentityPolicyCommand")
|
|
@@ -414,11 +413,11 @@ class DeleteEmailIdentityPolicyCommand extends smithyClient.Command
|
|
|
414
413
|
.build() {
|
|
415
414
|
}
|
|
416
415
|
|
|
417
|
-
class DeleteEmailTemplateCommand extends
|
|
416
|
+
class DeleteEmailTemplateCommand extends client.Command
|
|
418
417
|
.classBuilder()
|
|
419
418
|
.ep(commonParams)
|
|
420
419
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
420
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
421
|
})
|
|
423
422
|
.s("SimpleEmailService_v2", "DeleteEmailTemplate", {})
|
|
424
423
|
.n("SESv2Client", "DeleteEmailTemplateCommand")
|
|
@@ -426,11 +425,11 @@ class DeleteEmailTemplateCommand extends smithyClient.Command
|
|
|
426
425
|
.build() {
|
|
427
426
|
}
|
|
428
427
|
|
|
429
|
-
class DeleteMultiRegionEndpointCommand extends
|
|
428
|
+
class DeleteMultiRegionEndpointCommand extends client.Command
|
|
430
429
|
.classBuilder()
|
|
431
430
|
.ep(commonParams)
|
|
432
431
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
432
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
433
|
})
|
|
435
434
|
.s("SimpleEmailService_v2", "DeleteMultiRegionEndpoint", {})
|
|
436
435
|
.n("SESv2Client", "DeleteMultiRegionEndpointCommand")
|
|
@@ -438,11 +437,11 @@ class DeleteMultiRegionEndpointCommand extends smithyClient.Command
|
|
|
438
437
|
.build() {
|
|
439
438
|
}
|
|
440
439
|
|
|
441
|
-
class DeleteSuppressedDestinationCommand extends
|
|
440
|
+
class DeleteSuppressedDestinationCommand extends client.Command
|
|
442
441
|
.classBuilder()
|
|
443
442
|
.ep(commonParams)
|
|
444
443
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
444
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
445
|
})
|
|
447
446
|
.s("SimpleEmailService_v2", "DeleteSuppressedDestination", {})
|
|
448
447
|
.n("SESv2Client", "DeleteSuppressedDestinationCommand")
|
|
@@ -450,11 +449,11 @@ class DeleteSuppressedDestinationCommand extends smithyClient.Command
|
|
|
450
449
|
.build() {
|
|
451
450
|
}
|
|
452
451
|
|
|
453
|
-
class DeleteTenantCommand extends
|
|
452
|
+
class DeleteTenantCommand extends client.Command
|
|
454
453
|
.classBuilder()
|
|
455
454
|
.ep(commonParams)
|
|
456
455
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
456
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
457
|
})
|
|
459
458
|
.s("SimpleEmailService_v2", "DeleteTenant", {})
|
|
460
459
|
.n("SESv2Client", "DeleteTenantCommand")
|
|
@@ -462,11 +461,11 @@ class DeleteTenantCommand extends smithyClient.Command
|
|
|
462
461
|
.build() {
|
|
463
462
|
}
|
|
464
463
|
|
|
465
|
-
class DeleteTenantResourceAssociationCommand extends
|
|
464
|
+
class DeleteTenantResourceAssociationCommand extends client.Command
|
|
466
465
|
.classBuilder()
|
|
467
466
|
.ep(commonParams)
|
|
468
467
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
468
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
469
|
})
|
|
471
470
|
.s("SimpleEmailService_v2", "DeleteTenantResourceAssociation", {})
|
|
472
471
|
.n("SESv2Client", "DeleteTenantResourceAssociationCommand")
|
|
@@ -474,11 +473,11 @@ class DeleteTenantResourceAssociationCommand extends smithyClient.Command
|
|
|
474
473
|
.build() {
|
|
475
474
|
}
|
|
476
475
|
|
|
477
|
-
class GetAccountCommand extends
|
|
476
|
+
class GetAccountCommand extends client.Command
|
|
478
477
|
.classBuilder()
|
|
479
478
|
.ep(commonParams)
|
|
480
479
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
480
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
481
|
})
|
|
483
482
|
.s("SimpleEmailService_v2", "GetAccount", {})
|
|
484
483
|
.n("SESv2Client", "GetAccountCommand")
|
|
@@ -486,11 +485,11 @@ class GetAccountCommand extends smithyClient.Command
|
|
|
486
485
|
.build() {
|
|
487
486
|
}
|
|
488
487
|
|
|
489
|
-
class GetBlacklistReportsCommand extends
|
|
488
|
+
class GetBlacklistReportsCommand extends client.Command
|
|
490
489
|
.classBuilder()
|
|
491
490
|
.ep(commonParams)
|
|
492
491
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
492
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
493
|
})
|
|
495
494
|
.s("SimpleEmailService_v2", "GetBlacklistReports", {})
|
|
496
495
|
.n("SESv2Client", "GetBlacklistReportsCommand")
|
|
@@ -498,11 +497,11 @@ class GetBlacklistReportsCommand extends smithyClient.Command
|
|
|
498
497
|
.build() {
|
|
499
498
|
}
|
|
500
499
|
|
|
501
|
-
class GetConfigurationSetCommand extends
|
|
500
|
+
class GetConfigurationSetCommand extends client.Command
|
|
502
501
|
.classBuilder()
|
|
503
502
|
.ep(commonParams)
|
|
504
503
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
504
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
505
|
})
|
|
507
506
|
.s("SimpleEmailService_v2", "GetConfigurationSet", {})
|
|
508
507
|
.n("SESv2Client", "GetConfigurationSetCommand")
|
|
@@ -510,11 +509,11 @@ class GetConfigurationSetCommand extends smithyClient.Command
|
|
|
510
509
|
.build() {
|
|
511
510
|
}
|
|
512
511
|
|
|
513
|
-
class GetConfigurationSetEventDestinationsCommand extends
|
|
512
|
+
class GetConfigurationSetEventDestinationsCommand extends client.Command
|
|
514
513
|
.classBuilder()
|
|
515
514
|
.ep(commonParams)
|
|
516
515
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
516
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
517
|
})
|
|
519
518
|
.s("SimpleEmailService_v2", "GetConfigurationSetEventDestinations", {})
|
|
520
519
|
.n("SESv2Client", "GetConfigurationSetEventDestinationsCommand")
|
|
@@ -522,11 +521,11 @@ class GetConfigurationSetEventDestinationsCommand extends smithyClient.Command
|
|
|
522
521
|
.build() {
|
|
523
522
|
}
|
|
524
523
|
|
|
525
|
-
class GetContactCommand extends
|
|
524
|
+
class GetContactCommand extends client.Command
|
|
526
525
|
.classBuilder()
|
|
527
526
|
.ep(commonParams)
|
|
528
527
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
528
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
529
|
})
|
|
531
530
|
.s("SimpleEmailService_v2", "GetContact", {})
|
|
532
531
|
.n("SESv2Client", "GetContactCommand")
|
|
@@ -534,11 +533,11 @@ class GetContactCommand extends smithyClient.Command
|
|
|
534
533
|
.build() {
|
|
535
534
|
}
|
|
536
535
|
|
|
537
|
-
class GetContactListCommand extends
|
|
536
|
+
class GetContactListCommand extends client.Command
|
|
538
537
|
.classBuilder()
|
|
539
538
|
.ep(commonParams)
|
|
540
539
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
540
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
541
|
})
|
|
543
542
|
.s("SimpleEmailService_v2", "GetContactList", {})
|
|
544
543
|
.n("SESv2Client", "GetContactListCommand")
|
|
@@ -546,11 +545,11 @@ class GetContactListCommand extends smithyClient.Command
|
|
|
546
545
|
.build() {
|
|
547
546
|
}
|
|
548
547
|
|
|
549
|
-
class GetCustomVerificationEmailTemplateCommand extends
|
|
548
|
+
class GetCustomVerificationEmailTemplateCommand extends client.Command
|
|
550
549
|
.classBuilder()
|
|
551
550
|
.ep(commonParams)
|
|
552
551
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
552
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
553
|
})
|
|
555
554
|
.s("SimpleEmailService_v2", "GetCustomVerificationEmailTemplate", {})
|
|
556
555
|
.n("SESv2Client", "GetCustomVerificationEmailTemplateCommand")
|
|
@@ -558,11 +557,11 @@ class GetCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
558
557
|
.build() {
|
|
559
558
|
}
|
|
560
559
|
|
|
561
|
-
class GetDedicatedIpCommand extends
|
|
560
|
+
class GetDedicatedIpCommand extends client.Command
|
|
562
561
|
.classBuilder()
|
|
563
562
|
.ep(commonParams)
|
|
564
563
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
564
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
565
|
})
|
|
567
566
|
.s("SimpleEmailService_v2", "GetDedicatedIp", {})
|
|
568
567
|
.n("SESv2Client", "GetDedicatedIpCommand")
|
|
@@ -570,11 +569,11 @@ class GetDedicatedIpCommand extends smithyClient.Command
|
|
|
570
569
|
.build() {
|
|
571
570
|
}
|
|
572
571
|
|
|
573
|
-
class GetDedicatedIpPoolCommand extends
|
|
572
|
+
class GetDedicatedIpPoolCommand extends client.Command
|
|
574
573
|
.classBuilder()
|
|
575
574
|
.ep(commonParams)
|
|
576
575
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
576
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
577
|
})
|
|
579
578
|
.s("SimpleEmailService_v2", "GetDedicatedIpPool", {})
|
|
580
579
|
.n("SESv2Client", "GetDedicatedIpPoolCommand")
|
|
@@ -582,11 +581,11 @@ class GetDedicatedIpPoolCommand extends smithyClient.Command
|
|
|
582
581
|
.build() {
|
|
583
582
|
}
|
|
584
583
|
|
|
585
|
-
class GetDedicatedIpsCommand extends
|
|
584
|
+
class GetDedicatedIpsCommand extends client.Command
|
|
586
585
|
.classBuilder()
|
|
587
586
|
.ep(commonParams)
|
|
588
587
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
588
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
589
|
})
|
|
591
590
|
.s("SimpleEmailService_v2", "GetDedicatedIps", {})
|
|
592
591
|
.n("SESv2Client", "GetDedicatedIpsCommand")
|
|
@@ -594,11 +593,11 @@ class GetDedicatedIpsCommand extends smithyClient.Command
|
|
|
594
593
|
.build() {
|
|
595
594
|
}
|
|
596
595
|
|
|
597
|
-
class GetDeliverabilityDashboardOptionsCommand extends
|
|
596
|
+
class GetDeliverabilityDashboardOptionsCommand extends client.Command
|
|
598
597
|
.classBuilder()
|
|
599
598
|
.ep(commonParams)
|
|
600
599
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
600
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
601
|
})
|
|
603
602
|
.s("SimpleEmailService_v2", "GetDeliverabilityDashboardOptions", {})
|
|
604
603
|
.n("SESv2Client", "GetDeliverabilityDashboardOptionsCommand")
|
|
@@ -606,11 +605,11 @@ class GetDeliverabilityDashboardOptionsCommand extends smithyClient.Command
|
|
|
606
605
|
.build() {
|
|
607
606
|
}
|
|
608
607
|
|
|
609
|
-
class GetDeliverabilityTestReportCommand extends
|
|
608
|
+
class GetDeliverabilityTestReportCommand extends client.Command
|
|
610
609
|
.classBuilder()
|
|
611
610
|
.ep(commonParams)
|
|
612
611
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
612
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
613
|
})
|
|
615
614
|
.s("SimpleEmailService_v2", "GetDeliverabilityTestReport", {})
|
|
616
615
|
.n("SESv2Client", "GetDeliverabilityTestReportCommand")
|
|
@@ -618,11 +617,11 @@ class GetDeliverabilityTestReportCommand extends smithyClient.Command
|
|
|
618
617
|
.build() {
|
|
619
618
|
}
|
|
620
619
|
|
|
621
|
-
class GetDomainDeliverabilityCampaignCommand extends
|
|
620
|
+
class GetDomainDeliverabilityCampaignCommand extends client.Command
|
|
622
621
|
.classBuilder()
|
|
623
622
|
.ep(commonParams)
|
|
624
623
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
624
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
625
|
})
|
|
627
626
|
.s("SimpleEmailService_v2", "GetDomainDeliverabilityCampaign", {})
|
|
628
627
|
.n("SESv2Client", "GetDomainDeliverabilityCampaignCommand")
|
|
@@ -630,11 +629,11 @@ class GetDomainDeliverabilityCampaignCommand extends smithyClient.Command
|
|
|
630
629
|
.build() {
|
|
631
630
|
}
|
|
632
631
|
|
|
633
|
-
class GetDomainStatisticsReportCommand extends
|
|
632
|
+
class GetDomainStatisticsReportCommand extends client.Command
|
|
634
633
|
.classBuilder()
|
|
635
634
|
.ep(commonParams)
|
|
636
635
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
636
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
637
|
})
|
|
639
638
|
.s("SimpleEmailService_v2", "GetDomainStatisticsReport", {})
|
|
640
639
|
.n("SESv2Client", "GetDomainStatisticsReportCommand")
|
|
@@ -642,11 +641,11 @@ class GetDomainStatisticsReportCommand extends smithyClient.Command
|
|
|
642
641
|
.build() {
|
|
643
642
|
}
|
|
644
643
|
|
|
645
|
-
class GetEmailAddressInsightsCommand extends
|
|
644
|
+
class GetEmailAddressInsightsCommand extends client.Command
|
|
646
645
|
.classBuilder()
|
|
647
646
|
.ep(commonParams)
|
|
648
647
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
648
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
649
|
})
|
|
651
650
|
.s("SimpleEmailService_v2", "GetEmailAddressInsights", {})
|
|
652
651
|
.n("SESv2Client", "GetEmailAddressInsightsCommand")
|
|
@@ -654,11 +653,11 @@ class GetEmailAddressInsightsCommand extends smithyClient.Command
|
|
|
654
653
|
.build() {
|
|
655
654
|
}
|
|
656
655
|
|
|
657
|
-
class GetEmailIdentityCommand extends
|
|
656
|
+
class GetEmailIdentityCommand extends client.Command
|
|
658
657
|
.classBuilder()
|
|
659
658
|
.ep(commonParams)
|
|
660
659
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
660
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
661
|
})
|
|
663
662
|
.s("SimpleEmailService_v2", "GetEmailIdentity", {})
|
|
664
663
|
.n("SESv2Client", "GetEmailIdentityCommand")
|
|
@@ -666,11 +665,11 @@ class GetEmailIdentityCommand extends smithyClient.Command
|
|
|
666
665
|
.build() {
|
|
667
666
|
}
|
|
668
667
|
|
|
669
|
-
class GetEmailIdentityPoliciesCommand extends
|
|
668
|
+
class GetEmailIdentityPoliciesCommand extends client.Command
|
|
670
669
|
.classBuilder()
|
|
671
670
|
.ep(commonParams)
|
|
672
671
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
672
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
673
|
})
|
|
675
674
|
.s("SimpleEmailService_v2", "GetEmailIdentityPolicies", {})
|
|
676
675
|
.n("SESv2Client", "GetEmailIdentityPoliciesCommand")
|
|
@@ -678,11 +677,11 @@ class GetEmailIdentityPoliciesCommand extends smithyClient.Command
|
|
|
678
677
|
.build() {
|
|
679
678
|
}
|
|
680
679
|
|
|
681
|
-
class GetEmailTemplateCommand extends
|
|
680
|
+
class GetEmailTemplateCommand extends client.Command
|
|
682
681
|
.classBuilder()
|
|
683
682
|
.ep(commonParams)
|
|
684
683
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
684
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
685
|
})
|
|
687
686
|
.s("SimpleEmailService_v2", "GetEmailTemplate", {})
|
|
688
687
|
.n("SESv2Client", "GetEmailTemplateCommand")
|
|
@@ -690,11 +689,11 @@ class GetEmailTemplateCommand extends smithyClient.Command
|
|
|
690
689
|
.build() {
|
|
691
690
|
}
|
|
692
691
|
|
|
693
|
-
class GetExportJobCommand extends
|
|
692
|
+
class GetExportJobCommand extends client.Command
|
|
694
693
|
.classBuilder()
|
|
695
694
|
.ep(commonParams)
|
|
696
695
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
696
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
697
|
})
|
|
699
698
|
.s("SimpleEmailService_v2", "GetExportJob", {})
|
|
700
699
|
.n("SESv2Client", "GetExportJobCommand")
|
|
@@ -702,11 +701,11 @@ class GetExportJobCommand extends smithyClient.Command
|
|
|
702
701
|
.build() {
|
|
703
702
|
}
|
|
704
703
|
|
|
705
|
-
class GetImportJobCommand extends
|
|
704
|
+
class GetImportJobCommand extends client.Command
|
|
706
705
|
.classBuilder()
|
|
707
706
|
.ep(commonParams)
|
|
708
707
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
708
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
709
|
})
|
|
711
710
|
.s("SimpleEmailService_v2", "GetImportJob", {})
|
|
712
711
|
.n("SESv2Client", "GetImportJobCommand")
|
|
@@ -714,11 +713,11 @@ class GetImportJobCommand extends smithyClient.Command
|
|
|
714
713
|
.build() {
|
|
715
714
|
}
|
|
716
715
|
|
|
717
|
-
class GetMessageInsightsCommand extends
|
|
716
|
+
class GetMessageInsightsCommand extends client.Command
|
|
718
717
|
.classBuilder()
|
|
719
718
|
.ep(commonParams)
|
|
720
719
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
720
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
721
|
})
|
|
723
722
|
.s("SimpleEmailService_v2", "GetMessageInsights", {})
|
|
724
723
|
.n("SESv2Client", "GetMessageInsightsCommand")
|
|
@@ -726,11 +725,11 @@ class GetMessageInsightsCommand extends smithyClient.Command
|
|
|
726
725
|
.build() {
|
|
727
726
|
}
|
|
728
727
|
|
|
729
|
-
class GetMultiRegionEndpointCommand extends
|
|
728
|
+
class GetMultiRegionEndpointCommand extends client.Command
|
|
730
729
|
.classBuilder()
|
|
731
730
|
.ep(commonParams)
|
|
732
731
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
732
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
733
|
})
|
|
735
734
|
.s("SimpleEmailService_v2", "GetMultiRegionEndpoint", {})
|
|
736
735
|
.n("SESv2Client", "GetMultiRegionEndpointCommand")
|
|
@@ -738,11 +737,11 @@ class GetMultiRegionEndpointCommand extends smithyClient.Command
|
|
|
738
737
|
.build() {
|
|
739
738
|
}
|
|
740
739
|
|
|
741
|
-
class GetReputationEntityCommand extends
|
|
740
|
+
class GetReputationEntityCommand extends client.Command
|
|
742
741
|
.classBuilder()
|
|
743
742
|
.ep(commonParams)
|
|
744
743
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
744
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
745
|
})
|
|
747
746
|
.s("SimpleEmailService_v2", "GetReputationEntity", {})
|
|
748
747
|
.n("SESv2Client", "GetReputationEntityCommand")
|
|
@@ -750,11 +749,11 @@ class GetReputationEntityCommand extends smithyClient.Command
|
|
|
750
749
|
.build() {
|
|
751
750
|
}
|
|
752
751
|
|
|
753
|
-
class GetSuppressedDestinationCommand extends
|
|
752
|
+
class GetSuppressedDestinationCommand extends client.Command
|
|
754
753
|
.classBuilder()
|
|
755
754
|
.ep(commonParams)
|
|
756
755
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
756
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
757
|
})
|
|
759
758
|
.s("SimpleEmailService_v2", "GetSuppressedDestination", {})
|
|
760
759
|
.n("SESv2Client", "GetSuppressedDestinationCommand")
|
|
@@ -762,11 +761,11 @@ class GetSuppressedDestinationCommand extends smithyClient.Command
|
|
|
762
761
|
.build() {
|
|
763
762
|
}
|
|
764
763
|
|
|
765
|
-
class GetTenantCommand extends
|
|
764
|
+
class GetTenantCommand extends client.Command
|
|
766
765
|
.classBuilder()
|
|
767
766
|
.ep(commonParams)
|
|
768
767
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
768
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
769
|
})
|
|
771
770
|
.s("SimpleEmailService_v2", "GetTenant", {})
|
|
772
771
|
.n("SESv2Client", "GetTenantCommand")
|
|
@@ -774,11 +773,11 @@ class GetTenantCommand extends smithyClient.Command
|
|
|
774
773
|
.build() {
|
|
775
774
|
}
|
|
776
775
|
|
|
777
|
-
class ListConfigurationSetsCommand extends
|
|
776
|
+
class ListConfigurationSetsCommand extends client.Command
|
|
778
777
|
.classBuilder()
|
|
779
778
|
.ep(commonParams)
|
|
780
779
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
780
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
781
|
})
|
|
783
782
|
.s("SimpleEmailService_v2", "ListConfigurationSets", {})
|
|
784
783
|
.n("SESv2Client", "ListConfigurationSetsCommand")
|
|
@@ -786,11 +785,11 @@ class ListConfigurationSetsCommand extends smithyClient.Command
|
|
|
786
785
|
.build() {
|
|
787
786
|
}
|
|
788
787
|
|
|
789
|
-
class ListContactListsCommand extends
|
|
788
|
+
class ListContactListsCommand extends client.Command
|
|
790
789
|
.classBuilder()
|
|
791
790
|
.ep(commonParams)
|
|
792
791
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
792
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
793
|
})
|
|
795
794
|
.s("SimpleEmailService_v2", "ListContactLists", {})
|
|
796
795
|
.n("SESv2Client", "ListContactListsCommand")
|
|
@@ -798,11 +797,11 @@ class ListContactListsCommand extends smithyClient.Command
|
|
|
798
797
|
.build() {
|
|
799
798
|
}
|
|
800
799
|
|
|
801
|
-
class ListContactsCommand extends
|
|
800
|
+
class ListContactsCommand extends client.Command
|
|
802
801
|
.classBuilder()
|
|
803
802
|
.ep(commonParams)
|
|
804
803
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
804
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
805
|
})
|
|
807
806
|
.s("SimpleEmailService_v2", "ListContacts", {})
|
|
808
807
|
.n("SESv2Client", "ListContactsCommand")
|
|
@@ -810,11 +809,11 @@ class ListContactsCommand extends smithyClient.Command
|
|
|
810
809
|
.build() {
|
|
811
810
|
}
|
|
812
811
|
|
|
813
|
-
class ListCustomVerificationEmailTemplatesCommand extends
|
|
812
|
+
class ListCustomVerificationEmailTemplatesCommand extends client.Command
|
|
814
813
|
.classBuilder()
|
|
815
814
|
.ep(commonParams)
|
|
816
815
|
.m(function (Command, cs, config, o) {
|
|
817
|
-
return [
|
|
816
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
817
|
})
|
|
819
818
|
.s("SimpleEmailService_v2", "ListCustomVerificationEmailTemplates", {})
|
|
820
819
|
.n("SESv2Client", "ListCustomVerificationEmailTemplatesCommand")
|
|
@@ -822,11 +821,11 @@ class ListCustomVerificationEmailTemplatesCommand extends smithyClient.Command
|
|
|
822
821
|
.build() {
|
|
823
822
|
}
|
|
824
823
|
|
|
825
|
-
class ListDedicatedIpPoolsCommand extends
|
|
824
|
+
class ListDedicatedIpPoolsCommand extends client.Command
|
|
826
825
|
.classBuilder()
|
|
827
826
|
.ep(commonParams)
|
|
828
827
|
.m(function (Command, cs, config, o) {
|
|
829
|
-
return [
|
|
828
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
829
|
})
|
|
831
830
|
.s("SimpleEmailService_v2", "ListDedicatedIpPools", {})
|
|
832
831
|
.n("SESv2Client", "ListDedicatedIpPoolsCommand")
|
|
@@ -834,11 +833,11 @@ class ListDedicatedIpPoolsCommand extends smithyClient.Command
|
|
|
834
833
|
.build() {
|
|
835
834
|
}
|
|
836
835
|
|
|
837
|
-
class ListDeliverabilityTestReportsCommand extends
|
|
836
|
+
class ListDeliverabilityTestReportsCommand extends client.Command
|
|
838
837
|
.classBuilder()
|
|
839
838
|
.ep(commonParams)
|
|
840
839
|
.m(function (Command, cs, config, o) {
|
|
841
|
-
return [
|
|
840
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
841
|
})
|
|
843
842
|
.s("SimpleEmailService_v2", "ListDeliverabilityTestReports", {})
|
|
844
843
|
.n("SESv2Client", "ListDeliverabilityTestReportsCommand")
|
|
@@ -846,11 +845,11 @@ class ListDeliverabilityTestReportsCommand extends smithyClient.Command
|
|
|
846
845
|
.build() {
|
|
847
846
|
}
|
|
848
847
|
|
|
849
|
-
class ListDomainDeliverabilityCampaignsCommand extends
|
|
848
|
+
class ListDomainDeliverabilityCampaignsCommand extends client.Command
|
|
850
849
|
.classBuilder()
|
|
851
850
|
.ep(commonParams)
|
|
852
851
|
.m(function (Command, cs, config, o) {
|
|
853
|
-
return [
|
|
852
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
853
|
})
|
|
855
854
|
.s("SimpleEmailService_v2", "ListDomainDeliverabilityCampaigns", {})
|
|
856
855
|
.n("SESv2Client", "ListDomainDeliverabilityCampaignsCommand")
|
|
@@ -858,11 +857,11 @@ class ListDomainDeliverabilityCampaignsCommand extends smithyClient.Command
|
|
|
858
857
|
.build() {
|
|
859
858
|
}
|
|
860
859
|
|
|
861
|
-
class ListEmailIdentitiesCommand extends
|
|
860
|
+
class ListEmailIdentitiesCommand extends client.Command
|
|
862
861
|
.classBuilder()
|
|
863
862
|
.ep(commonParams)
|
|
864
863
|
.m(function (Command, cs, config, o) {
|
|
865
|
-
return [
|
|
864
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
865
|
})
|
|
867
866
|
.s("SimpleEmailService_v2", "ListEmailIdentities", {})
|
|
868
867
|
.n("SESv2Client", "ListEmailIdentitiesCommand")
|
|
@@ -870,11 +869,11 @@ class ListEmailIdentitiesCommand extends smithyClient.Command
|
|
|
870
869
|
.build() {
|
|
871
870
|
}
|
|
872
871
|
|
|
873
|
-
class ListEmailTemplatesCommand extends
|
|
872
|
+
class ListEmailTemplatesCommand extends client.Command
|
|
874
873
|
.classBuilder()
|
|
875
874
|
.ep(commonParams)
|
|
876
875
|
.m(function (Command, cs, config, o) {
|
|
877
|
-
return [
|
|
876
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
877
|
})
|
|
879
878
|
.s("SimpleEmailService_v2", "ListEmailTemplates", {})
|
|
880
879
|
.n("SESv2Client", "ListEmailTemplatesCommand")
|
|
@@ -882,11 +881,11 @@ class ListEmailTemplatesCommand extends smithyClient.Command
|
|
|
882
881
|
.build() {
|
|
883
882
|
}
|
|
884
883
|
|
|
885
|
-
class ListExportJobsCommand extends
|
|
884
|
+
class ListExportJobsCommand extends client.Command
|
|
886
885
|
.classBuilder()
|
|
887
886
|
.ep(commonParams)
|
|
888
887
|
.m(function (Command, cs, config, o) {
|
|
889
|
-
return [
|
|
888
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
890
889
|
})
|
|
891
890
|
.s("SimpleEmailService_v2", "ListExportJobs", {})
|
|
892
891
|
.n("SESv2Client", "ListExportJobsCommand")
|
|
@@ -894,11 +893,11 @@ class ListExportJobsCommand extends smithyClient.Command
|
|
|
894
893
|
.build() {
|
|
895
894
|
}
|
|
896
895
|
|
|
897
|
-
class ListImportJobsCommand extends
|
|
896
|
+
class ListImportJobsCommand extends client.Command
|
|
898
897
|
.classBuilder()
|
|
899
898
|
.ep(commonParams)
|
|
900
899
|
.m(function (Command, cs, config, o) {
|
|
901
|
-
return [
|
|
900
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
901
|
})
|
|
903
902
|
.s("SimpleEmailService_v2", "ListImportJobs", {})
|
|
904
903
|
.n("SESv2Client", "ListImportJobsCommand")
|
|
@@ -906,11 +905,11 @@ class ListImportJobsCommand extends smithyClient.Command
|
|
|
906
905
|
.build() {
|
|
907
906
|
}
|
|
908
907
|
|
|
909
|
-
class ListMultiRegionEndpointsCommand extends
|
|
908
|
+
class ListMultiRegionEndpointsCommand extends client.Command
|
|
910
909
|
.classBuilder()
|
|
911
910
|
.ep(commonParams)
|
|
912
911
|
.m(function (Command, cs, config, o) {
|
|
913
|
-
return [
|
|
912
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
914
913
|
})
|
|
915
914
|
.s("SimpleEmailService_v2", "ListMultiRegionEndpoints", {})
|
|
916
915
|
.n("SESv2Client", "ListMultiRegionEndpointsCommand")
|
|
@@ -918,11 +917,11 @@ class ListMultiRegionEndpointsCommand extends smithyClient.Command
|
|
|
918
917
|
.build() {
|
|
919
918
|
}
|
|
920
919
|
|
|
921
|
-
class ListRecommendationsCommand extends
|
|
920
|
+
class ListRecommendationsCommand extends client.Command
|
|
922
921
|
.classBuilder()
|
|
923
922
|
.ep(commonParams)
|
|
924
923
|
.m(function (Command, cs, config, o) {
|
|
925
|
-
return [
|
|
924
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
926
925
|
})
|
|
927
926
|
.s("SimpleEmailService_v2", "ListRecommendations", {})
|
|
928
927
|
.n("SESv2Client", "ListRecommendationsCommand")
|
|
@@ -930,11 +929,11 @@ class ListRecommendationsCommand extends smithyClient.Command
|
|
|
930
929
|
.build() {
|
|
931
930
|
}
|
|
932
931
|
|
|
933
|
-
class ListReputationEntitiesCommand extends
|
|
932
|
+
class ListReputationEntitiesCommand extends client.Command
|
|
934
933
|
.classBuilder()
|
|
935
934
|
.ep(commonParams)
|
|
936
935
|
.m(function (Command, cs, config, o) {
|
|
937
|
-
return [
|
|
936
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
938
937
|
})
|
|
939
938
|
.s("SimpleEmailService_v2", "ListReputationEntities", {})
|
|
940
939
|
.n("SESv2Client", "ListReputationEntitiesCommand")
|
|
@@ -942,11 +941,11 @@ class ListReputationEntitiesCommand extends smithyClient.Command
|
|
|
942
941
|
.build() {
|
|
943
942
|
}
|
|
944
943
|
|
|
945
|
-
class ListResourceTenantsCommand extends
|
|
944
|
+
class ListResourceTenantsCommand extends client.Command
|
|
946
945
|
.classBuilder()
|
|
947
946
|
.ep(commonParams)
|
|
948
947
|
.m(function (Command, cs, config, o) {
|
|
949
|
-
return [
|
|
948
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
950
949
|
})
|
|
951
950
|
.s("SimpleEmailService_v2", "ListResourceTenants", {})
|
|
952
951
|
.n("SESv2Client", "ListResourceTenantsCommand")
|
|
@@ -954,11 +953,11 @@ class ListResourceTenantsCommand extends smithyClient.Command
|
|
|
954
953
|
.build() {
|
|
955
954
|
}
|
|
956
955
|
|
|
957
|
-
class ListSuppressedDestinationsCommand extends
|
|
956
|
+
class ListSuppressedDestinationsCommand extends client.Command
|
|
958
957
|
.classBuilder()
|
|
959
958
|
.ep(commonParams)
|
|
960
959
|
.m(function (Command, cs, config, o) {
|
|
961
|
-
return [
|
|
960
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
962
961
|
})
|
|
963
962
|
.s("SimpleEmailService_v2", "ListSuppressedDestinations", {})
|
|
964
963
|
.n("SESv2Client", "ListSuppressedDestinationsCommand")
|
|
@@ -966,11 +965,11 @@ class ListSuppressedDestinationsCommand extends smithyClient.Command
|
|
|
966
965
|
.build() {
|
|
967
966
|
}
|
|
968
967
|
|
|
969
|
-
class ListTagsForResourceCommand extends
|
|
968
|
+
class ListTagsForResourceCommand extends client.Command
|
|
970
969
|
.classBuilder()
|
|
971
970
|
.ep(commonParams)
|
|
972
971
|
.m(function (Command, cs, config, o) {
|
|
973
|
-
return [
|
|
972
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
974
973
|
})
|
|
975
974
|
.s("SimpleEmailService_v2", "ListTagsForResource", {})
|
|
976
975
|
.n("SESv2Client", "ListTagsForResourceCommand")
|
|
@@ -978,11 +977,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
978
977
|
.build() {
|
|
979
978
|
}
|
|
980
979
|
|
|
981
|
-
class ListTenantResourcesCommand extends
|
|
980
|
+
class ListTenantResourcesCommand extends client.Command
|
|
982
981
|
.classBuilder()
|
|
983
982
|
.ep(commonParams)
|
|
984
983
|
.m(function (Command, cs, config, o) {
|
|
985
|
-
return [
|
|
984
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
986
985
|
})
|
|
987
986
|
.s("SimpleEmailService_v2", "ListTenantResources", {})
|
|
988
987
|
.n("SESv2Client", "ListTenantResourcesCommand")
|
|
@@ -990,11 +989,11 @@ class ListTenantResourcesCommand extends smithyClient.Command
|
|
|
990
989
|
.build() {
|
|
991
990
|
}
|
|
992
991
|
|
|
993
|
-
class ListTenantsCommand extends
|
|
992
|
+
class ListTenantsCommand extends client.Command
|
|
994
993
|
.classBuilder()
|
|
995
994
|
.ep(commonParams)
|
|
996
995
|
.m(function (Command, cs, config, o) {
|
|
997
|
-
return [
|
|
996
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
998
997
|
})
|
|
999
998
|
.s("SimpleEmailService_v2", "ListTenants", {})
|
|
1000
999
|
.n("SESv2Client", "ListTenantsCommand")
|
|
@@ -1002,11 +1001,11 @@ class ListTenantsCommand extends smithyClient.Command
|
|
|
1002
1001
|
.build() {
|
|
1003
1002
|
}
|
|
1004
1003
|
|
|
1005
|
-
class PutAccountDedicatedIpWarmupAttributesCommand extends
|
|
1004
|
+
class PutAccountDedicatedIpWarmupAttributesCommand extends client.Command
|
|
1006
1005
|
.classBuilder()
|
|
1007
1006
|
.ep(commonParams)
|
|
1008
1007
|
.m(function (Command, cs, config, o) {
|
|
1009
|
-
return [
|
|
1008
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1010
1009
|
})
|
|
1011
1010
|
.s("SimpleEmailService_v2", "PutAccountDedicatedIpWarmupAttributes", {})
|
|
1012
1011
|
.n("SESv2Client", "PutAccountDedicatedIpWarmupAttributesCommand")
|
|
@@ -1014,11 +1013,11 @@ class PutAccountDedicatedIpWarmupAttributesCommand extends smithyClient.Command
|
|
|
1014
1013
|
.build() {
|
|
1015
1014
|
}
|
|
1016
1015
|
|
|
1017
|
-
class PutAccountDetailsCommand extends
|
|
1016
|
+
class PutAccountDetailsCommand extends client.Command
|
|
1018
1017
|
.classBuilder()
|
|
1019
1018
|
.ep(commonParams)
|
|
1020
1019
|
.m(function (Command, cs, config, o) {
|
|
1021
|
-
return [
|
|
1020
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1022
1021
|
})
|
|
1023
1022
|
.s("SimpleEmailService_v2", "PutAccountDetails", {})
|
|
1024
1023
|
.n("SESv2Client", "PutAccountDetailsCommand")
|
|
@@ -1026,11 +1025,11 @@ class PutAccountDetailsCommand extends smithyClient.Command
|
|
|
1026
1025
|
.build() {
|
|
1027
1026
|
}
|
|
1028
1027
|
|
|
1029
|
-
class PutAccountSendingAttributesCommand extends
|
|
1028
|
+
class PutAccountSendingAttributesCommand extends client.Command
|
|
1030
1029
|
.classBuilder()
|
|
1031
1030
|
.ep(commonParams)
|
|
1032
1031
|
.m(function (Command, cs, config, o) {
|
|
1033
|
-
return [
|
|
1032
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1034
1033
|
})
|
|
1035
1034
|
.s("SimpleEmailService_v2", "PutAccountSendingAttributes", {})
|
|
1036
1035
|
.n("SESv2Client", "PutAccountSendingAttributesCommand")
|
|
@@ -1038,11 +1037,11 @@ class PutAccountSendingAttributesCommand extends smithyClient.Command
|
|
|
1038
1037
|
.build() {
|
|
1039
1038
|
}
|
|
1040
1039
|
|
|
1041
|
-
class PutAccountSuppressionAttributesCommand extends
|
|
1040
|
+
class PutAccountSuppressionAttributesCommand extends client.Command
|
|
1042
1041
|
.classBuilder()
|
|
1043
1042
|
.ep(commonParams)
|
|
1044
1043
|
.m(function (Command, cs, config, o) {
|
|
1045
|
-
return [
|
|
1044
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1046
1045
|
})
|
|
1047
1046
|
.s("SimpleEmailService_v2", "PutAccountSuppressionAttributes", {})
|
|
1048
1047
|
.n("SESv2Client", "PutAccountSuppressionAttributesCommand")
|
|
@@ -1050,11 +1049,11 @@ class PutAccountSuppressionAttributesCommand extends smithyClient.Command
|
|
|
1050
1049
|
.build() {
|
|
1051
1050
|
}
|
|
1052
1051
|
|
|
1053
|
-
class PutAccountVdmAttributesCommand extends
|
|
1052
|
+
class PutAccountVdmAttributesCommand extends client.Command
|
|
1054
1053
|
.classBuilder()
|
|
1055
1054
|
.ep(commonParams)
|
|
1056
1055
|
.m(function (Command, cs, config, o) {
|
|
1057
|
-
return [
|
|
1056
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1058
1057
|
})
|
|
1059
1058
|
.s("SimpleEmailService_v2", "PutAccountVdmAttributes", {})
|
|
1060
1059
|
.n("SESv2Client", "PutAccountVdmAttributesCommand")
|
|
@@ -1062,11 +1061,11 @@ class PutAccountVdmAttributesCommand extends smithyClient.Command
|
|
|
1062
1061
|
.build() {
|
|
1063
1062
|
}
|
|
1064
1063
|
|
|
1065
|
-
class PutConfigurationSetArchivingOptionsCommand extends
|
|
1064
|
+
class PutConfigurationSetArchivingOptionsCommand extends client.Command
|
|
1066
1065
|
.classBuilder()
|
|
1067
1066
|
.ep(commonParams)
|
|
1068
1067
|
.m(function (Command, cs, config, o) {
|
|
1069
|
-
return [
|
|
1068
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1070
1069
|
})
|
|
1071
1070
|
.s("SimpleEmailService_v2", "PutConfigurationSetArchivingOptions", {})
|
|
1072
1071
|
.n("SESv2Client", "PutConfigurationSetArchivingOptionsCommand")
|
|
@@ -1074,11 +1073,11 @@ class PutConfigurationSetArchivingOptionsCommand extends smithyClient.Command
|
|
|
1074
1073
|
.build() {
|
|
1075
1074
|
}
|
|
1076
1075
|
|
|
1077
|
-
class PutConfigurationSetDeliveryOptionsCommand extends
|
|
1076
|
+
class PutConfigurationSetDeliveryOptionsCommand extends client.Command
|
|
1078
1077
|
.classBuilder()
|
|
1079
1078
|
.ep(commonParams)
|
|
1080
1079
|
.m(function (Command, cs, config, o) {
|
|
1081
|
-
return [
|
|
1080
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1082
1081
|
})
|
|
1083
1082
|
.s("SimpleEmailService_v2", "PutConfigurationSetDeliveryOptions", {})
|
|
1084
1083
|
.n("SESv2Client", "PutConfigurationSetDeliveryOptionsCommand")
|
|
@@ -1086,11 +1085,11 @@ class PutConfigurationSetDeliveryOptionsCommand extends smithyClient.Command
|
|
|
1086
1085
|
.build() {
|
|
1087
1086
|
}
|
|
1088
1087
|
|
|
1089
|
-
class PutConfigurationSetReputationOptionsCommand extends
|
|
1088
|
+
class PutConfigurationSetReputationOptionsCommand extends client.Command
|
|
1090
1089
|
.classBuilder()
|
|
1091
1090
|
.ep(commonParams)
|
|
1092
1091
|
.m(function (Command, cs, config, o) {
|
|
1093
|
-
return [
|
|
1092
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1094
1093
|
})
|
|
1095
1094
|
.s("SimpleEmailService_v2", "PutConfigurationSetReputationOptions", {})
|
|
1096
1095
|
.n("SESv2Client", "PutConfigurationSetReputationOptionsCommand")
|
|
@@ -1098,11 +1097,11 @@ class PutConfigurationSetReputationOptionsCommand extends smithyClient.Command
|
|
|
1098
1097
|
.build() {
|
|
1099
1098
|
}
|
|
1100
1099
|
|
|
1101
|
-
class PutConfigurationSetSendingOptionsCommand extends
|
|
1100
|
+
class PutConfigurationSetSendingOptionsCommand extends client.Command
|
|
1102
1101
|
.classBuilder()
|
|
1103
1102
|
.ep(commonParams)
|
|
1104
1103
|
.m(function (Command, cs, config, o) {
|
|
1105
|
-
return [
|
|
1104
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1106
1105
|
})
|
|
1107
1106
|
.s("SimpleEmailService_v2", "PutConfigurationSetSendingOptions", {})
|
|
1108
1107
|
.n("SESv2Client", "PutConfigurationSetSendingOptionsCommand")
|
|
@@ -1110,11 +1109,11 @@ class PutConfigurationSetSendingOptionsCommand extends smithyClient.Command
|
|
|
1110
1109
|
.build() {
|
|
1111
1110
|
}
|
|
1112
1111
|
|
|
1113
|
-
class PutConfigurationSetSuppressionOptionsCommand extends
|
|
1112
|
+
class PutConfigurationSetSuppressionOptionsCommand extends client.Command
|
|
1114
1113
|
.classBuilder()
|
|
1115
1114
|
.ep(commonParams)
|
|
1116
1115
|
.m(function (Command, cs, config, o) {
|
|
1117
|
-
return [
|
|
1116
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1118
1117
|
})
|
|
1119
1118
|
.s("SimpleEmailService_v2", "PutConfigurationSetSuppressionOptions", {})
|
|
1120
1119
|
.n("SESv2Client", "PutConfigurationSetSuppressionOptionsCommand")
|
|
@@ -1122,11 +1121,11 @@ class PutConfigurationSetSuppressionOptionsCommand extends smithyClient.Command
|
|
|
1122
1121
|
.build() {
|
|
1123
1122
|
}
|
|
1124
1123
|
|
|
1125
|
-
class PutConfigurationSetTrackingOptionsCommand extends
|
|
1124
|
+
class PutConfigurationSetTrackingOptionsCommand extends client.Command
|
|
1126
1125
|
.classBuilder()
|
|
1127
1126
|
.ep(commonParams)
|
|
1128
1127
|
.m(function (Command, cs, config, o) {
|
|
1129
|
-
return [
|
|
1128
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1130
1129
|
})
|
|
1131
1130
|
.s("SimpleEmailService_v2", "PutConfigurationSetTrackingOptions", {})
|
|
1132
1131
|
.n("SESv2Client", "PutConfigurationSetTrackingOptionsCommand")
|
|
@@ -1134,11 +1133,11 @@ class PutConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
1134
1133
|
.build() {
|
|
1135
1134
|
}
|
|
1136
1135
|
|
|
1137
|
-
class PutConfigurationSetVdmOptionsCommand extends
|
|
1136
|
+
class PutConfigurationSetVdmOptionsCommand extends client.Command
|
|
1138
1137
|
.classBuilder()
|
|
1139
1138
|
.ep(commonParams)
|
|
1140
1139
|
.m(function (Command, cs, config, o) {
|
|
1141
|
-
return [
|
|
1140
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1142
1141
|
})
|
|
1143
1142
|
.s("SimpleEmailService_v2", "PutConfigurationSetVdmOptions", {})
|
|
1144
1143
|
.n("SESv2Client", "PutConfigurationSetVdmOptionsCommand")
|
|
@@ -1146,11 +1145,11 @@ class PutConfigurationSetVdmOptionsCommand extends smithyClient.Command
|
|
|
1146
1145
|
.build() {
|
|
1147
1146
|
}
|
|
1148
1147
|
|
|
1149
|
-
class PutDedicatedIpInPoolCommand extends
|
|
1148
|
+
class PutDedicatedIpInPoolCommand extends client.Command
|
|
1150
1149
|
.classBuilder()
|
|
1151
1150
|
.ep(commonParams)
|
|
1152
1151
|
.m(function (Command, cs, config, o) {
|
|
1153
|
-
return [
|
|
1152
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1154
1153
|
})
|
|
1155
1154
|
.s("SimpleEmailService_v2", "PutDedicatedIpInPool", {})
|
|
1156
1155
|
.n("SESv2Client", "PutDedicatedIpInPoolCommand")
|
|
@@ -1158,11 +1157,11 @@ class PutDedicatedIpInPoolCommand extends smithyClient.Command
|
|
|
1158
1157
|
.build() {
|
|
1159
1158
|
}
|
|
1160
1159
|
|
|
1161
|
-
class PutDedicatedIpPoolScalingAttributesCommand extends
|
|
1160
|
+
class PutDedicatedIpPoolScalingAttributesCommand extends client.Command
|
|
1162
1161
|
.classBuilder()
|
|
1163
1162
|
.ep(commonParams)
|
|
1164
1163
|
.m(function (Command, cs, config, o) {
|
|
1165
|
-
return [
|
|
1164
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1166
1165
|
})
|
|
1167
1166
|
.s("SimpleEmailService_v2", "PutDedicatedIpPoolScalingAttributes", {})
|
|
1168
1167
|
.n("SESv2Client", "PutDedicatedIpPoolScalingAttributesCommand")
|
|
@@ -1170,11 +1169,11 @@ class PutDedicatedIpPoolScalingAttributesCommand extends smithyClient.Command
|
|
|
1170
1169
|
.build() {
|
|
1171
1170
|
}
|
|
1172
1171
|
|
|
1173
|
-
class PutDedicatedIpWarmupAttributesCommand extends
|
|
1172
|
+
class PutDedicatedIpWarmupAttributesCommand extends client.Command
|
|
1174
1173
|
.classBuilder()
|
|
1175
1174
|
.ep(commonParams)
|
|
1176
1175
|
.m(function (Command, cs, config, o) {
|
|
1177
|
-
return [
|
|
1176
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1178
1177
|
})
|
|
1179
1178
|
.s("SimpleEmailService_v2", "PutDedicatedIpWarmupAttributes", {})
|
|
1180
1179
|
.n("SESv2Client", "PutDedicatedIpWarmupAttributesCommand")
|
|
@@ -1182,11 +1181,11 @@ class PutDedicatedIpWarmupAttributesCommand extends smithyClient.Command
|
|
|
1182
1181
|
.build() {
|
|
1183
1182
|
}
|
|
1184
1183
|
|
|
1185
|
-
class PutDeliverabilityDashboardOptionCommand extends
|
|
1184
|
+
class PutDeliverabilityDashboardOptionCommand extends client.Command
|
|
1186
1185
|
.classBuilder()
|
|
1187
1186
|
.ep(commonParams)
|
|
1188
1187
|
.m(function (Command, cs, config, o) {
|
|
1189
|
-
return [
|
|
1188
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1190
1189
|
})
|
|
1191
1190
|
.s("SimpleEmailService_v2", "PutDeliverabilityDashboardOption", {})
|
|
1192
1191
|
.n("SESv2Client", "PutDeliverabilityDashboardOptionCommand")
|
|
@@ -1194,11 +1193,11 @@ class PutDeliverabilityDashboardOptionCommand extends smithyClient.Command
|
|
|
1194
1193
|
.build() {
|
|
1195
1194
|
}
|
|
1196
1195
|
|
|
1197
|
-
class PutEmailIdentityConfigurationSetAttributesCommand extends
|
|
1196
|
+
class PutEmailIdentityConfigurationSetAttributesCommand extends client.Command
|
|
1198
1197
|
.classBuilder()
|
|
1199
1198
|
.ep(commonParams)
|
|
1200
1199
|
.m(function (Command, cs, config, o) {
|
|
1201
|
-
return [
|
|
1200
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1202
1201
|
})
|
|
1203
1202
|
.s("SimpleEmailService_v2", "PutEmailIdentityConfigurationSetAttributes", {})
|
|
1204
1203
|
.n("SESv2Client", "PutEmailIdentityConfigurationSetAttributesCommand")
|
|
@@ -1206,11 +1205,11 @@ class PutEmailIdentityConfigurationSetAttributesCommand extends smithyClient.Com
|
|
|
1206
1205
|
.build() {
|
|
1207
1206
|
}
|
|
1208
1207
|
|
|
1209
|
-
class PutEmailIdentityDkimAttributesCommand extends
|
|
1208
|
+
class PutEmailIdentityDkimAttributesCommand extends client.Command
|
|
1210
1209
|
.classBuilder()
|
|
1211
1210
|
.ep(commonParams)
|
|
1212
1211
|
.m(function (Command, cs, config, o) {
|
|
1213
|
-
return [
|
|
1212
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1214
1213
|
})
|
|
1215
1214
|
.s("SimpleEmailService_v2", "PutEmailIdentityDkimAttributes", {})
|
|
1216
1215
|
.n("SESv2Client", "PutEmailIdentityDkimAttributesCommand")
|
|
@@ -1218,11 +1217,11 @@ class PutEmailIdentityDkimAttributesCommand extends smithyClient.Command
|
|
|
1218
1217
|
.build() {
|
|
1219
1218
|
}
|
|
1220
1219
|
|
|
1221
|
-
class PutEmailIdentityDkimSigningAttributesCommand extends
|
|
1220
|
+
class PutEmailIdentityDkimSigningAttributesCommand extends client.Command
|
|
1222
1221
|
.classBuilder()
|
|
1223
1222
|
.ep(commonParams)
|
|
1224
1223
|
.m(function (Command, cs, config, o) {
|
|
1225
|
-
return [
|
|
1224
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1226
1225
|
})
|
|
1227
1226
|
.s("SimpleEmailService_v2", "PutEmailIdentityDkimSigningAttributes", {})
|
|
1228
1227
|
.n("SESv2Client", "PutEmailIdentityDkimSigningAttributesCommand")
|
|
@@ -1230,11 +1229,11 @@ class PutEmailIdentityDkimSigningAttributesCommand extends smithyClient.Command
|
|
|
1230
1229
|
.build() {
|
|
1231
1230
|
}
|
|
1232
1231
|
|
|
1233
|
-
class PutEmailIdentityFeedbackAttributesCommand extends
|
|
1232
|
+
class PutEmailIdentityFeedbackAttributesCommand extends client.Command
|
|
1234
1233
|
.classBuilder()
|
|
1235
1234
|
.ep(commonParams)
|
|
1236
1235
|
.m(function (Command, cs, config, o) {
|
|
1237
|
-
return [
|
|
1236
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1238
1237
|
})
|
|
1239
1238
|
.s("SimpleEmailService_v2", "PutEmailIdentityFeedbackAttributes", {})
|
|
1240
1239
|
.n("SESv2Client", "PutEmailIdentityFeedbackAttributesCommand")
|
|
@@ -1242,11 +1241,11 @@ class PutEmailIdentityFeedbackAttributesCommand extends smithyClient.Command
|
|
|
1242
1241
|
.build() {
|
|
1243
1242
|
}
|
|
1244
1243
|
|
|
1245
|
-
class PutEmailIdentityMailFromAttributesCommand extends
|
|
1244
|
+
class PutEmailIdentityMailFromAttributesCommand extends client.Command
|
|
1246
1245
|
.classBuilder()
|
|
1247
1246
|
.ep(commonParams)
|
|
1248
1247
|
.m(function (Command, cs, config, o) {
|
|
1249
|
-
return [
|
|
1248
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1250
1249
|
})
|
|
1251
1250
|
.s("SimpleEmailService_v2", "PutEmailIdentityMailFromAttributes", {})
|
|
1252
1251
|
.n("SESv2Client", "PutEmailIdentityMailFromAttributesCommand")
|
|
@@ -1254,11 +1253,11 @@ class PutEmailIdentityMailFromAttributesCommand extends smithyClient.Command
|
|
|
1254
1253
|
.build() {
|
|
1255
1254
|
}
|
|
1256
1255
|
|
|
1257
|
-
class PutSuppressedDestinationCommand extends
|
|
1256
|
+
class PutSuppressedDestinationCommand extends client.Command
|
|
1258
1257
|
.classBuilder()
|
|
1259
1258
|
.ep(commonParams)
|
|
1260
1259
|
.m(function (Command, cs, config, o) {
|
|
1261
|
-
return [
|
|
1260
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1262
1261
|
})
|
|
1263
1262
|
.s("SimpleEmailService_v2", "PutSuppressedDestination", {})
|
|
1264
1263
|
.n("SESv2Client", "PutSuppressedDestinationCommand")
|
|
@@ -1266,14 +1265,14 @@ class PutSuppressedDestinationCommand extends smithyClient.Command
|
|
|
1266
1265
|
.build() {
|
|
1267
1266
|
}
|
|
1268
1267
|
|
|
1269
|
-
class SendBulkEmailCommand extends
|
|
1268
|
+
class SendBulkEmailCommand extends client.Command
|
|
1270
1269
|
.classBuilder()
|
|
1271
1270
|
.ep({
|
|
1272
1271
|
...commonParams,
|
|
1273
1272
|
EndpointId: { type: "contextParams", name: "EndpointId" },
|
|
1274
1273
|
})
|
|
1275
1274
|
.m(function (Command, cs, config, o) {
|
|
1276
|
-
return [
|
|
1275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1277
1276
|
})
|
|
1278
1277
|
.s("SimpleEmailService_v2", "SendBulkEmail", {})
|
|
1279
1278
|
.n("SESv2Client", "SendBulkEmailCommand")
|
|
@@ -1281,11 +1280,11 @@ class SendBulkEmailCommand extends smithyClient.Command
|
|
|
1281
1280
|
.build() {
|
|
1282
1281
|
}
|
|
1283
1282
|
|
|
1284
|
-
class SendCustomVerificationEmailCommand extends
|
|
1283
|
+
class SendCustomVerificationEmailCommand extends client.Command
|
|
1285
1284
|
.classBuilder()
|
|
1286
1285
|
.ep(commonParams)
|
|
1287
1286
|
.m(function (Command, cs, config, o) {
|
|
1288
|
-
return [
|
|
1287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1289
1288
|
})
|
|
1290
1289
|
.s("SimpleEmailService_v2", "SendCustomVerificationEmail", {})
|
|
1291
1290
|
.n("SESv2Client", "SendCustomVerificationEmailCommand")
|
|
@@ -1293,14 +1292,14 @@ class SendCustomVerificationEmailCommand extends smithyClient.Command
|
|
|
1293
1292
|
.build() {
|
|
1294
1293
|
}
|
|
1295
1294
|
|
|
1296
|
-
class SendEmailCommand extends
|
|
1295
|
+
class SendEmailCommand extends client.Command
|
|
1297
1296
|
.classBuilder()
|
|
1298
1297
|
.ep({
|
|
1299
1298
|
...commonParams,
|
|
1300
1299
|
EndpointId: { type: "contextParams", name: "EndpointId" },
|
|
1301
1300
|
})
|
|
1302
1301
|
.m(function (Command, cs, config, o) {
|
|
1303
|
-
return [
|
|
1302
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1304
1303
|
})
|
|
1305
1304
|
.s("SimpleEmailService_v2", "SendEmail", {})
|
|
1306
1305
|
.n("SESv2Client", "SendEmailCommand")
|
|
@@ -1308,11 +1307,11 @@ class SendEmailCommand extends smithyClient.Command
|
|
|
1308
1307
|
.build() {
|
|
1309
1308
|
}
|
|
1310
1309
|
|
|
1311
|
-
class TagResourceCommand extends
|
|
1310
|
+
class TagResourceCommand extends client.Command
|
|
1312
1311
|
.classBuilder()
|
|
1313
1312
|
.ep(commonParams)
|
|
1314
1313
|
.m(function (Command, cs, config, o) {
|
|
1315
|
-
return [
|
|
1314
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1316
1315
|
})
|
|
1317
1316
|
.s("SimpleEmailService_v2", "TagResource", {})
|
|
1318
1317
|
.n("SESv2Client", "TagResourceCommand")
|
|
@@ -1320,11 +1319,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1320
1319
|
.build() {
|
|
1321
1320
|
}
|
|
1322
1321
|
|
|
1323
|
-
class TestRenderEmailTemplateCommand extends
|
|
1322
|
+
class TestRenderEmailTemplateCommand extends client.Command
|
|
1324
1323
|
.classBuilder()
|
|
1325
1324
|
.ep(commonParams)
|
|
1326
1325
|
.m(function (Command, cs, config, o) {
|
|
1327
|
-
return [
|
|
1326
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1328
1327
|
})
|
|
1329
1328
|
.s("SimpleEmailService_v2", "TestRenderEmailTemplate", {})
|
|
1330
1329
|
.n("SESv2Client", "TestRenderEmailTemplateCommand")
|
|
@@ -1332,11 +1331,11 @@ class TestRenderEmailTemplateCommand extends smithyClient.Command
|
|
|
1332
1331
|
.build() {
|
|
1333
1332
|
}
|
|
1334
1333
|
|
|
1335
|
-
class UntagResourceCommand extends
|
|
1334
|
+
class UntagResourceCommand extends client.Command
|
|
1336
1335
|
.classBuilder()
|
|
1337
1336
|
.ep(commonParams)
|
|
1338
1337
|
.m(function (Command, cs, config, o) {
|
|
1339
|
-
return [
|
|
1338
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1340
1339
|
})
|
|
1341
1340
|
.s("SimpleEmailService_v2", "UntagResource", {})
|
|
1342
1341
|
.n("SESv2Client", "UntagResourceCommand")
|
|
@@ -1344,11 +1343,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1344
1343
|
.build() {
|
|
1345
1344
|
}
|
|
1346
1345
|
|
|
1347
|
-
class UpdateConfigurationSetEventDestinationCommand extends
|
|
1346
|
+
class UpdateConfigurationSetEventDestinationCommand extends client.Command
|
|
1348
1347
|
.classBuilder()
|
|
1349
1348
|
.ep(commonParams)
|
|
1350
1349
|
.m(function (Command, cs, config, o) {
|
|
1351
|
-
return [
|
|
1350
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1352
1351
|
})
|
|
1353
1352
|
.s("SimpleEmailService_v2", "UpdateConfigurationSetEventDestination", {})
|
|
1354
1353
|
.n("SESv2Client", "UpdateConfigurationSetEventDestinationCommand")
|
|
@@ -1356,11 +1355,11 @@ class UpdateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
1356
1355
|
.build() {
|
|
1357
1356
|
}
|
|
1358
1357
|
|
|
1359
|
-
class UpdateContactCommand extends
|
|
1358
|
+
class UpdateContactCommand extends client.Command
|
|
1360
1359
|
.classBuilder()
|
|
1361
1360
|
.ep(commonParams)
|
|
1362
1361
|
.m(function (Command, cs, config, o) {
|
|
1363
|
-
return [
|
|
1362
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1364
1363
|
})
|
|
1365
1364
|
.s("SimpleEmailService_v2", "UpdateContact", {})
|
|
1366
1365
|
.n("SESv2Client", "UpdateContactCommand")
|
|
@@ -1368,11 +1367,11 @@ class UpdateContactCommand extends smithyClient.Command
|
|
|
1368
1367
|
.build() {
|
|
1369
1368
|
}
|
|
1370
1369
|
|
|
1371
|
-
class UpdateContactListCommand extends
|
|
1370
|
+
class UpdateContactListCommand extends client.Command
|
|
1372
1371
|
.classBuilder()
|
|
1373
1372
|
.ep(commonParams)
|
|
1374
1373
|
.m(function (Command, cs, config, o) {
|
|
1375
|
-
return [
|
|
1374
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1376
1375
|
})
|
|
1377
1376
|
.s("SimpleEmailService_v2", "UpdateContactList", {})
|
|
1378
1377
|
.n("SESv2Client", "UpdateContactListCommand")
|
|
@@ -1380,11 +1379,11 @@ class UpdateContactListCommand extends smithyClient.Command
|
|
|
1380
1379
|
.build() {
|
|
1381
1380
|
}
|
|
1382
1381
|
|
|
1383
|
-
class UpdateCustomVerificationEmailTemplateCommand extends
|
|
1382
|
+
class UpdateCustomVerificationEmailTemplateCommand extends client.Command
|
|
1384
1383
|
.classBuilder()
|
|
1385
1384
|
.ep(commonParams)
|
|
1386
1385
|
.m(function (Command, cs, config, o) {
|
|
1387
|
-
return [
|
|
1386
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1388
1387
|
})
|
|
1389
1388
|
.s("SimpleEmailService_v2", "UpdateCustomVerificationEmailTemplate", {})
|
|
1390
1389
|
.n("SESv2Client", "UpdateCustomVerificationEmailTemplateCommand")
|
|
@@ -1392,11 +1391,11 @@ class UpdateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
1392
1391
|
.build() {
|
|
1393
1392
|
}
|
|
1394
1393
|
|
|
1395
|
-
class UpdateEmailIdentityPolicyCommand extends
|
|
1394
|
+
class UpdateEmailIdentityPolicyCommand extends client.Command
|
|
1396
1395
|
.classBuilder()
|
|
1397
1396
|
.ep(commonParams)
|
|
1398
1397
|
.m(function (Command, cs, config, o) {
|
|
1399
|
-
return [
|
|
1398
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1400
1399
|
})
|
|
1401
1400
|
.s("SimpleEmailService_v2", "UpdateEmailIdentityPolicy", {})
|
|
1402
1401
|
.n("SESv2Client", "UpdateEmailIdentityPolicyCommand")
|
|
@@ -1404,11 +1403,11 @@ class UpdateEmailIdentityPolicyCommand extends smithyClient.Command
|
|
|
1404
1403
|
.build() {
|
|
1405
1404
|
}
|
|
1406
1405
|
|
|
1407
|
-
class UpdateEmailTemplateCommand extends
|
|
1406
|
+
class UpdateEmailTemplateCommand extends client.Command
|
|
1408
1407
|
.classBuilder()
|
|
1409
1408
|
.ep(commonParams)
|
|
1410
1409
|
.m(function (Command, cs, config, o) {
|
|
1411
|
-
return [
|
|
1410
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1412
1411
|
})
|
|
1413
1412
|
.s("SimpleEmailService_v2", "UpdateEmailTemplate", {})
|
|
1414
1413
|
.n("SESv2Client", "UpdateEmailTemplateCommand")
|
|
@@ -1416,11 +1415,11 @@ class UpdateEmailTemplateCommand extends smithyClient.Command
|
|
|
1416
1415
|
.build() {
|
|
1417
1416
|
}
|
|
1418
1417
|
|
|
1419
|
-
class UpdateReputationEntityCustomerManagedStatusCommand extends
|
|
1418
|
+
class UpdateReputationEntityCustomerManagedStatusCommand extends client.Command
|
|
1420
1419
|
.classBuilder()
|
|
1421
1420
|
.ep(commonParams)
|
|
1422
1421
|
.m(function (Command, cs, config, o) {
|
|
1423
|
-
return [
|
|
1422
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1424
1423
|
})
|
|
1425
1424
|
.s("SimpleEmailService_v2", "UpdateReputationEntityCustomerManagedStatus", {})
|
|
1426
1425
|
.n("SESv2Client", "UpdateReputationEntityCustomerManagedStatusCommand")
|
|
@@ -1428,11 +1427,11 @@ class UpdateReputationEntityCustomerManagedStatusCommand extends smithyClient.Co
|
|
|
1428
1427
|
.build() {
|
|
1429
1428
|
}
|
|
1430
1429
|
|
|
1431
|
-
class UpdateReputationEntityPolicyCommand extends
|
|
1430
|
+
class UpdateReputationEntityPolicyCommand extends client.Command
|
|
1432
1431
|
.classBuilder()
|
|
1433
1432
|
.ep(commonParams)
|
|
1434
1433
|
.m(function (Command, cs, config, o) {
|
|
1435
|
-
return [
|
|
1434
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1436
1435
|
})
|
|
1437
1436
|
.s("SimpleEmailService_v2", "UpdateReputationEntityPolicy", {})
|
|
1438
1437
|
.n("SESv2Client", "UpdateReputationEntityPolicyCommand")
|
|
@@ -1613,7 +1612,7 @@ const paginators = {
|
|
|
1613
1612
|
};
|
|
1614
1613
|
class SESv2 extends SESv2Client {
|
|
1615
1614
|
}
|
|
1616
|
-
|
|
1615
|
+
client.createAggregatedClient(commands, SESv2, { paginators });
|
|
1617
1616
|
|
|
1618
1617
|
const ContactLanguage = {
|
|
1619
1618
|
EN: "EN",
|
|
@@ -1921,8 +1920,8 @@ const ResourceType = {
|
|
|
1921
1920
|
EMAIL_TEMPLATE: "EMAIL_TEMPLATE",
|
|
1922
1921
|
};
|
|
1923
1922
|
|
|
1924
|
-
exports.$Command =
|
|
1925
|
-
exports.__Client =
|
|
1923
|
+
exports.$Command = client.Command;
|
|
1924
|
+
exports.__Client = client.Client;
|
|
1926
1925
|
exports.SESv2ServiceException = SESv2ServiceException.SESv2ServiceException;
|
|
1927
1926
|
exports.AttachmentContentDisposition = AttachmentContentDisposition;
|
|
1928
1927
|
exports.AttachmentContentTransferEncoding = AttachmentContentTransferEncoding;
|