@aws-sdk/client-pinpoint-email 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/PinpointEmail.js +1 -2
- package/{dist/cjs → dist-cjs}/PinpointEmailClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateConfigurationSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateConfigurationSetEventDestinationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDedicatedIpPoolCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDeliverabilityTestReportCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateEmailIdentityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDedicatedIpPoolCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteEmailIdentityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetBlacklistReportsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetConfigurationSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetConfigurationSetEventDestinationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDedicatedIpCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDedicatedIpsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDeliverabilityTestReportCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDomainDeliverabilityCampaignCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDomainStatisticsReportCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetEmailIdentityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListConfigurationSetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDedicatedIpPoolsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDeliverabilityTestReportsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListEmailIdentitiesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutAccountSendingAttributesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutConfigurationSetReputationOptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutConfigurationSetSendingOptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutDedicatedIpInPoolCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutDeliverabilityDashboardOptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutEmailIdentityDkimAttributesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SendEmailCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/GetDedicatedIpsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListConfigurationSetsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListDedicatedIpPoolsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListDeliverabilityTestReportsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListDomainDeliverabilityCampaignsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListEmailIdentitiesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +19 -20
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/PinpointEmail.js +2 -34
- package/dist-es/PinpointEmailClient.js +37 -0
- package/{dist/es → dist-es}/commands/CreateConfigurationSetCommand.js +4 -34
- package/{dist/es → dist-es}/commands/CreateConfigurationSetEventDestinationCommand.js +4 -36
- package/{dist/es → dist-es}/commands/CreateDedicatedIpPoolCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateDeliverabilityTestReportCommand.js +4 -36
- package/dist-es/commands/CreateEmailIdentityCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeleteConfigurationSetCommand.js +4 -35
- package/{dist/es → dist-es}/commands/DeleteConfigurationSetEventDestinationCommand.js +4 -35
- package/{dist/es → dist-es}/commands/DeleteDedicatedIpPoolCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteEmailIdentityCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetAccountCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetBlacklistReportsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetConfigurationSetCommand.js +4 -37
- package/{dist/es → dist-es}/commands/GetConfigurationSetEventDestinationsCommand.js +4 -36
- package/{dist/es → dist-es}/commands/GetDedicatedIpCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetDedicatedIpsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetDeliverabilityDashboardOptionsCommand.js +4 -36
- package/{dist/es → dist-es}/commands/GetDeliverabilityTestReportCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDomainDeliverabilityCampaignCommand.js +4 -33
- package/{dist/es → dist-es}/commands/GetDomainStatisticsReportCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetEmailIdentityCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListConfigurationSetsCommand.js +4 -36
- package/{dist/es → dist-es}/commands/ListDedicatedIpPoolsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListDeliverabilityTestReportsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListDomainDeliverabilityCampaignsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListEmailIdentitiesCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -35
- package/{dist/es → dist-es}/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutAccountSendingAttributesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutConfigurationSetDeliveryOptionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/PutConfigurationSetReputationOptionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/PutConfigurationSetSendingOptionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/PutConfigurationSetTrackingOptionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/PutDedicatedIpInPoolCommand.js +4 -39
- package/{dist/es → dist-es}/commands/PutDedicatedIpWarmupAttributesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutDeliverabilityDashboardOptionCommand.js +4 -36
- package/{dist/es → dist-es}/commands/PutEmailIdentityDkimAttributesCommand.js +4 -30
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +39 -0
- package/{dist/es → dist-es}/commands/PutEmailIdentityMailFromAttributesCommand.js +4 -31
- package/dist-es/commands/SendEmailCommand.js +39 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -38
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateConfigurationSetEventDestinationCommand.js +4 -35
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -391
- package/{dist/es → dist-es}/pagination/GetDedicatedIpsPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListConfigurationSetsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListDedicatedIpPoolsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListDeliverabilityTestReportsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListDomainDeliverabilityCampaignsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListEmailIdentitiesPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +966 -972
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/PinpointEmail.d.ts +2 -2
- package/{dist/types → dist-types}/PinpointEmailClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateConfigurationSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateDedicatedIpPoolCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateEmailIdentityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteConfigurationSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteEmailIdentityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetAccountCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetBlacklistReportsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetConfigurationSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDedicatedIpCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDedicatedIpsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDeliverabilityTestReportCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDomainStatisticsReportCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetEmailIdentityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListConfigurationSetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListDedicatedIpPoolsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListEmailIdentitiesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutAccountSendingAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutDedicatedIpInPoolCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SendEmailCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetDedicatedIpsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListConfigurationSetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDedicatedIpPoolsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDeliverabilityTestReportsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListEmailIdentitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/PinpointEmail.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/PinpointEmailClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CreateConfigurationSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateEmailIdentityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetAccountCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetBlacklistReportsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetConfigurationSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDedicatedIpCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDedicatedIpsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetEmailIdentityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListConfigurationSetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/SendEmailCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/PinpointEmail.ts +0 -1718
- package/PinpointEmailClient.ts +0 -494
- package/commands/CreateConfigurationSetCommand.ts +0 -98
- package/commands/CreateConfigurationSetEventDestinationCommand.ts +0 -112
- package/commands/CreateDedicatedIpPoolCommand.ts +0 -97
- package/commands/CreateDeliverabilityTestReportCommand.ts +0 -108
- package/commands/CreateEmailIdentityCommand.ts +0 -107
- package/commands/DeleteConfigurationSetCommand.ts +0 -99
- package/commands/DeleteConfigurationSetEventDestinationCommand.ts +0 -111
- package/commands/DeleteDedicatedIpPoolCommand.ts +0 -94
- package/commands/DeleteEmailIdentityCommand.ts +0 -95
- package/commands/GetAccountCommand.ts +0 -95
- package/commands/GetBlacklistReportsCommand.ts +0 -94
- package/commands/GetConfigurationSetCommand.ts +0 -101
- package/commands/GetConfigurationSetEventDestinationsCommand.ts +0 -111
- package/commands/GetDedicatedIpCommand.ts +0 -96
- package/commands/GetDedicatedIpsCommand.ts +0 -95
- package/commands/GetDeliverabilityDashboardOptionsCommand.ts +0 -111
- package/commands/GetDeliverabilityTestReportCommand.ts +0 -99
- package/commands/GetDomainDeliverabilityCampaignCommand.ts +0 -105
- package/commands/GetDomainStatisticsReportCommand.ts +0 -98
- package/commands/GetEmailIdentityCommand.ts +0 -96
- package/commands/ListConfigurationSetsCommand.ts +0 -100
- package/commands/ListDedicatedIpPoolsCommand.ts +0 -95
- package/commands/ListDeliverabilityTestReportsCommand.ts +0 -101
- package/commands/ListDomainDeliverabilityCampaignsCommand.ts +0 -108
- package/commands/ListEmailIdentitiesCommand.ts +0 -96
- package/commands/ListTagsForResourceCommand.ts +0 -99
- package/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +0 -106
- package/commands/PutAccountSendingAttributesCommand.ts +0 -99
- package/commands/PutConfigurationSetDeliveryOptionsCommand.ts +0 -106
- package/commands/PutConfigurationSetReputationOptionsCommand.ts +0 -106
- package/commands/PutConfigurationSetSendingOptionsCommand.ts +0 -106
- package/commands/PutConfigurationSetTrackingOptionsCommand.ts +0 -106
- package/commands/PutDedicatedIpInPoolCommand.ts +0 -103
- package/commands/PutDedicatedIpWarmupAttributesCommand.ts +0 -102
- package/commands/PutDeliverabilityDashboardOptionCommand.ts +0 -108
- package/commands/PutEmailIdentityDkimAttributesCommand.ts +0 -102
- package/commands/PutEmailIdentityFeedbackAttributesCommand.ts +0 -115
- package/commands/PutEmailIdentityMailFromAttributesCommand.ts +0 -106
- package/commands/SendEmailCommand.ts +0 -111
- package/commands/TagResourceCommand.ts +0 -102
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateConfigurationSetEventDestinationCommand.ts +0 -111
- package/dist/cjs/PinpointEmail.js.map +0 -1
- package/dist/cjs/PinpointEmailClient.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDedicatedIpPoolCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeliverabilityTestReportCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEmailIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDedicatedIpPoolCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEmailIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetBlacklistReportsCommand.js.map +0 -1
- package/dist/cjs/commands/GetConfigurationSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetConfigurationSetEventDestinationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDedicatedIpCommand.js.map +0 -1
- package/dist/cjs/commands/GetDedicatedIpsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeliverabilityDashboardOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeliverabilityTestReportCommand.js.map +0 -1
- package/dist/cjs/commands/GetDomainDeliverabilityCampaignCommand.js.map +0 -1
- package/dist/cjs/commands/GetDomainStatisticsReportCommand.js.map +0 -1
- package/dist/cjs/commands/GetEmailIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/ListConfigurationSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDedicatedIpPoolsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeliverabilityTestReportsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDomainDeliverabilityCampaignsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEmailIdentitiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccountSendingAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutConfigurationSetReputationOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutConfigurationSetSendingOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutConfigurationSetTrackingOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutDedicatedIpInPoolCommand.js.map +0 -1
- package/dist/cjs/commands/PutDedicatedIpWarmupAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutDeliverabilityDashboardOptionCommand.js.map +0 -1
- package/dist/cjs/commands/PutEmailIdentityDkimAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutEmailIdentityMailFromAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/SendEmailCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetDedicatedIpsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListConfigurationSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDedicatedIpPoolsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeliverabilityTestReportsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEmailIdentitiesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/PinpointEmail.js.map +0 -1
- package/dist/es/PinpointEmailClient.js +0 -74
- package/dist/es/PinpointEmailClient.js.map +0 -1
- package/dist/es/commands/CreateConfigurationSetCommand.js.map +0 -1
- package/dist/es/commands/CreateConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/es/commands/CreateDedicatedIpPoolCommand.js.map +0 -1
- package/dist/es/commands/CreateDeliverabilityTestReportCommand.js.map +0 -1
- package/dist/es/commands/CreateEmailIdentityCommand.js +0 -78
- package/dist/es/commands/CreateEmailIdentityCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDedicatedIpPoolCommand.js.map +0 -1
- package/dist/es/commands/DeleteEmailIdentityCommand.js.map +0 -1
- package/dist/es/commands/GetAccountCommand.js.map +0 -1
- package/dist/es/commands/GetBlacklistReportsCommand.js.map +0 -1
- package/dist/es/commands/GetConfigurationSetCommand.js.map +0 -1
- package/dist/es/commands/GetConfigurationSetEventDestinationsCommand.js.map +0 -1
- package/dist/es/commands/GetDedicatedIpCommand.js.map +0 -1
- package/dist/es/commands/GetDedicatedIpsCommand.js.map +0 -1
- package/dist/es/commands/GetDeliverabilityDashboardOptionsCommand.js.map +0 -1
- package/dist/es/commands/GetDeliverabilityTestReportCommand.js.map +0 -1
- package/dist/es/commands/GetDomainDeliverabilityCampaignCommand.js.map +0 -1
- package/dist/es/commands/GetDomainStatisticsReportCommand.js.map +0 -1
- package/dist/es/commands/GetEmailIdentityCommand.js.map +0 -1
- package/dist/es/commands/ListConfigurationSetsCommand.js.map +0 -1
- package/dist/es/commands/ListDedicatedIpPoolsCommand.js.map +0 -1
- package/dist/es/commands/ListDeliverabilityTestReportsCommand.js.map +0 -1
- package/dist/es/commands/ListDomainDeliverabilityCampaignsCommand.js.map +0 -1
- package/dist/es/commands/ListEmailIdentitiesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutAccountSendingAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutConfigurationSetDeliveryOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutConfigurationSetReputationOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutConfigurationSetSendingOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutConfigurationSetTrackingOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutDedicatedIpInPoolCommand.js.map +0 -1
- package/dist/es/commands/PutDedicatedIpWarmupAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutDeliverabilityDashboardOptionCommand.js.map +0 -1
- package/dist/es/commands/PutEmailIdentityDkimAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutEmailIdentityFeedbackAttributesCommand.js +0 -75
- package/dist/es/commands/PutEmailIdentityFeedbackAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutEmailIdentityMailFromAttributesCommand.js.map +0 -1
- package/dist/es/commands/SendEmailCommand.js +0 -82
- package/dist/es/commands/SendEmailCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -53
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetDedicatedIpsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListConfigurationSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDedicatedIpPoolsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeliverabilityTestReportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDomainDeliverabilityCampaignsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEmailIdentitiesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -62
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3845
- package/pagination/GetDedicatedIpsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListConfigurationSetsPaginator.ts +0 -58
- package/pagination/ListDedicatedIpPoolsPaginator.ts +0 -58
- package/pagination/ListDeliverabilityTestReportsPaginator.ts +0 -58
- package/pagination/ListDomainDeliverabilityCampaignsPaginator.ts +0 -58
- package/pagination/ListEmailIdentitiesPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -5816
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutConfigurationSetDeliveryOptionsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools
|
|
10
10
|
* to create groups of dedicated IP addresses for sending specific types of email.</p>
|
|
@@ -59,4 +59,3 @@ class PutConfigurationSetDeliveryOptionsCommand extends smithy_client_1.Command
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.PutConfigurationSetDeliveryOptionsCommand = PutConfigurationSetDeliveryOptionsCommand;
|
|
62
|
-
//# sourceMappingURL=PutConfigurationSetDeliveryOptionsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutConfigurationSetReputationOptionsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Enable or disable collection of reputation metrics for emails that you send using a
|
|
10
10
|
* particular configuration set in a specific AWS Region.</p>
|
|
@@ -59,4 +59,3 @@ class PutConfigurationSetReputationOptionsCommand extends smithy_client_1.Comman
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.PutConfigurationSetReputationOptionsCommand = PutConfigurationSetReputationOptionsCommand;
|
|
62
|
-
//# sourceMappingURL=PutConfigurationSetReputationOptionsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutConfigurationSetSendingOptionsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Enable or disable email sending for messages that use a particular configuration set
|
|
10
10
|
* in a specific AWS Region.</p>
|
|
@@ -59,4 +59,3 @@ class PutConfigurationSetSendingOptionsCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.PutConfigurationSetSendingOptionsCommand = PutConfigurationSetSendingOptionsCommand;
|
|
62
|
-
//# sourceMappingURL=PutConfigurationSetSendingOptionsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutConfigurationSetTrackingOptionsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Specify a custom domain to use for open and click tracking elements in email that you
|
|
10
10
|
* send using Amazon Pinpoint.</p>
|
|
@@ -59,4 +59,3 @@ class PutConfigurationSetTrackingOptionsCommand extends smithy_client_1.Command
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.PutConfigurationSetTrackingOptionsCommand = PutConfigurationSetTrackingOptionsCommand;
|
|
62
|
-
//# sourceMappingURL=PutConfigurationSetTrackingOptionsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutDedicatedIpInPoolCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Move a dedicated IP address to an existing dedicated IP pool.</p>
|
|
10
10
|
* <note>
|
|
@@ -67,4 +67,3 @@ class PutDedicatedIpInPoolCommand extends smithy_client_1.Command {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
exports.PutDedicatedIpInPoolCommand = PutDedicatedIpInPoolCommand;
|
|
70
|
-
//# sourceMappingURL=PutDedicatedIpInPoolCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutDedicatedIpWarmupAttributesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p></p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class PutDedicatedIpWarmupAttributesCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.PutDedicatedIpWarmupAttributesCommand = PutDedicatedIpWarmupAttributesCommand;
|
|
61
|
-
//# sourceMappingURL=PutDedicatedIpWarmupAttributesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutDeliverabilityDashboardOptionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. When you enable the
|
|
10
10
|
* Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for
|
|
@@ -64,4 +64,3 @@ class PutDeliverabilityDashboardOptionCommand extends smithy_client_1.Command {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
exports.PutDeliverabilityDashboardOptionCommand = PutDeliverabilityDashboardOptionCommand;
|
|
67
|
-
//# sourceMappingURL=PutDeliverabilityDashboardOptionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutEmailIdentityDkimAttributesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Used to enable or disable DKIM authentication for an email identity.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class PutEmailIdentityDkimAttributesCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.PutEmailIdentityDkimAttributesCommand = PutEmailIdentityDkimAttributesCommand;
|
|
61
|
-
//# sourceMappingURL=PutEmailIdentityDkimAttributesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutEmailIdentityFeedbackAttributesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Used to enable or disable feedback forwarding for an identity. This setting determines
|
|
10
10
|
* what happens when an identity is used to send an email that results in a bounce or
|
|
@@ -68,4 +68,3 @@ class PutEmailIdentityFeedbackAttributesCommand extends smithy_client_1.Command
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
exports.PutEmailIdentityFeedbackAttributesCommand = PutEmailIdentityFeedbackAttributesCommand;
|
|
71
|
-
//# sourceMappingURL=PutEmailIdentityFeedbackAttributesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutEmailIdentityMailFromAttributesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Used to enable or disable the custom Mail-From domain configuration for an email
|
|
10
10
|
* identity.</p>
|
|
@@ -59,4 +59,3 @@ class PutEmailIdentityMailFromAttributesCommand extends smithy_client_1.Command
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.PutEmailIdentityMailFromAttributesCommand = PutEmailIdentityMailFromAttributesCommand;
|
|
62
|
-
//# sourceMappingURL=PutEmailIdentityMailFromAttributesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SendEmailCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Sends an email message. You can use the Amazon Pinpoint Email API to send two types of
|
|
10
10
|
* messages:</p>
|
|
@@ -75,4 +75,3 @@ class SendEmailCommand extends smithy_client_1.Command {
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
exports.SendEmailCommand = SendEmailCommand;
|
|
78
|
-
//# sourceMappingURL=SendEmailCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Add one or more tags (keys and values) to a specified resource. A
|
|
10
10
|
* <i>tag</i> is a label that you optionally define and associate with a
|
|
@@ -66,4 +66,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
exports.TagResourceCommand = TagResourceCommand;
|
|
69
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Remove one or more tags (keys and values) from a specified resource.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateConfigurationSetEventDestinationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Update the configuration of an event destination for a configuration set.</p>
|
|
10
10
|
* <p>In Amazon Pinpoint, <i>events</i> include message sends, deliveries, opens,
|
|
@@ -63,4 +63,3 @@ class UpdateConfigurationSetEventDestinationCommand extends smithy_client_1.Comm
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exports.UpdateConfigurationSetEventDestinationCommand = UpdateConfigurationSetEventDestinationCommand;
|
|
66
|
-
//# sourceMappingURL=UpdateConfigurationSetEventDestinationCommand.js.map
|
|
@@ -53,4 +53,3 @@ tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
|
53
53
|
tslib_1.__exportStar(require("./commands/UpdateConfigurationSetEventDestinationCommand"), exports);
|
|
54
54
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
55
55
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
56
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1237,4 +1237,3 @@ var UpdateConfigurationSetEventDestinationResponse;
|
|
|
1237
1237
|
...obj,
|
|
1238
1238
|
});
|
|
1239
1239
|
})(UpdateConfigurationSetEventDestinationResponse = exports.UpdateConfigurationSetEventDestinationResponse || (exports.UpdateConfigurationSetEventDestinationResponse = {}));
|
|
1240
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateGetDedicatedIps = void 0;
|
|
4
|
+
const GetDedicatedIpsCommand_1 = require("../commands/GetDedicatedIpsCommand");
|
|
4
5
|
const PinpointEmail_1 = require("../PinpointEmail");
|
|
5
6
|
const PinpointEmailClient_1 = require("../PinpointEmailClient");
|
|
6
|
-
const GetDedicatedIpsCommand_1 = require("../commands/GetDedicatedIpsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateGetDedicatedIps(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateGetDedicatedIps = paginateGetDedicatedIps;
|
|
46
|
-
//# sourceMappingURL=GetDedicatedIpsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListConfigurationSets = void 0;
|
|
4
|
+
const ListConfigurationSetsCommand_1 = require("../commands/ListConfigurationSetsCommand");
|
|
4
5
|
const PinpointEmail_1 = require("../PinpointEmail");
|
|
5
6
|
const PinpointEmailClient_1 = require("../PinpointEmailClient");
|
|
6
|
-
const ListConfigurationSetsCommand_1 = require("../commands/ListConfigurationSetsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListConfigurationSets(config, input, ...additionalArgume
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListConfigurationSets = paginateListConfigurationSets;
|
|
46
|
-
//# sourceMappingURL=ListConfigurationSetsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListDedicatedIpPools = void 0;
|
|
4
|
+
const ListDedicatedIpPoolsCommand_1 = require("../commands/ListDedicatedIpPoolsCommand");
|
|
4
5
|
const PinpointEmail_1 = require("../PinpointEmail");
|
|
5
6
|
const PinpointEmailClient_1 = require("../PinpointEmailClient");
|
|
6
|
-
const ListDedicatedIpPoolsCommand_1 = require("../commands/ListDedicatedIpPoolsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListDedicatedIpPools(config, input, ...additionalArgumen
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListDedicatedIpPools = paginateListDedicatedIpPools;
|
|
46
|
-
//# sourceMappingURL=ListDedicatedIpPoolsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListDeliverabilityTestReports = void 0;
|
|
4
|
+
const ListDeliverabilityTestReportsCommand_1 = require("../commands/ListDeliverabilityTestReportsCommand");
|
|
4
5
|
const PinpointEmail_1 = require("../PinpointEmail");
|
|
5
6
|
const PinpointEmailClient_1 = require("../PinpointEmailClient");
|
|
6
|
-
const ListDeliverabilityTestReportsCommand_1 = require("../commands/ListDeliverabilityTestReportsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListDeliverabilityTestReports(config, input, ...addition
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListDeliverabilityTestReports = paginateListDeliverabilityTestReports;
|
|
46
|
-
//# sourceMappingURL=ListDeliverabilityTestReportsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListDomainDeliverabilityCampaigns = void 0;
|
|
4
|
+
const ListDomainDeliverabilityCampaignsCommand_1 = require("../commands/ListDomainDeliverabilityCampaignsCommand");
|
|
4
5
|
const PinpointEmail_1 = require("../PinpointEmail");
|
|
5
6
|
const PinpointEmailClient_1 = require("../PinpointEmailClient");
|
|
6
|
-
const ListDomainDeliverabilityCampaignsCommand_1 = require("../commands/ListDomainDeliverabilityCampaignsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListDomainDeliverabilityCampaigns(config, input, ...addi
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListDomainDeliverabilityCampaigns = paginateListDomainDeliverabilityCampaigns;
|
|
46
|
-
//# sourceMappingURL=ListDomainDeliverabilityCampaignsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListEmailIdentities = void 0;
|
|
4
|
+
const ListEmailIdentitiesCommand_1 = require("../commands/ListEmailIdentitiesCommand");
|
|
4
5
|
const PinpointEmail_1 = require("../PinpointEmail");
|
|
5
6
|
const PinpointEmailClient_1 = require("../PinpointEmailClient");
|
|
6
|
-
const ListEmailIdentitiesCommand_1 = require("../commands/ListEmailIdentitiesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListEmailIdentities(config, input, ...additionalArgument
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListEmailIdentities = paginateListEmailIdentities;
|
|
46
|
-
//# sourceMappingURL=ListEmailIdentitiesPaginator.js.map
|
|
@@ -9,7 +9,7 @@ const serializeAws_restJson1CreateConfigurationSetCommand = async (input, contex
|
|
|
9
9
|
const headers = {
|
|
10
10
|
"content-type": "application/json",
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/configuration-sets";
|
|
13
13
|
let body;
|
|
14
14
|
body = JSON.stringify({
|
|
15
15
|
...(input.ConfigurationSetName !== undefined &&
|
|
@@ -86,7 +86,7 @@ const serializeAws_restJson1CreateDedicatedIpPoolCommand = async (input, context
|
|
|
86
86
|
const headers = {
|
|
87
87
|
"content-type": "application/json",
|
|
88
88
|
};
|
|
89
|
-
|
|
89
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/dedicated-ip-pools";
|
|
90
90
|
let body;
|
|
91
91
|
body = JSON.stringify({
|
|
92
92
|
...(input.PoolName !== undefined && input.PoolName !== null && { PoolName: input.PoolName }),
|
|
@@ -109,7 +109,7 @@ const serializeAws_restJson1CreateDeliverabilityTestReportCommand = async (input
|
|
|
109
109
|
const headers = {
|
|
110
110
|
"content-type": "application/json",
|
|
111
111
|
};
|
|
112
|
-
|
|
112
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/deliverability-dashboard/test";
|
|
113
113
|
let body;
|
|
114
114
|
body = JSON.stringify({
|
|
115
115
|
...(input.Content !== undefined &&
|
|
@@ -136,7 +136,7 @@ const serializeAws_restJson1CreateEmailIdentityCommand = async (input, context)
|
|
|
136
136
|
const headers = {
|
|
137
137
|
"content-type": "application/json",
|
|
138
138
|
};
|
|
139
|
-
|
|
139
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/identities";
|
|
140
140
|
let body;
|
|
141
141
|
body = JSON.stringify({
|
|
142
142
|
...(input.EmailIdentity !== undefined && input.EmailIdentity !== null && { EmailIdentity: input.EmailIdentity }),
|
|
@@ -275,7 +275,7 @@ const serializeAws_restJson1GetAccountCommand = async (input, context) => {
|
|
|
275
275
|
const headers = {
|
|
276
276
|
"content-type": "application/json",
|
|
277
277
|
};
|
|
278
|
-
|
|
278
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/account";
|
|
279
279
|
let body;
|
|
280
280
|
body = "";
|
|
281
281
|
return new protocol_http_1.HttpRequest({
|
|
@@ -292,7 +292,7 @@ exports.serializeAws_restJson1GetAccountCommand = serializeAws_restJson1GetAccou
|
|
|
292
292
|
const serializeAws_restJson1GetBlacklistReportsCommand = async (input, context) => {
|
|
293
293
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
294
294
|
const headers = {};
|
|
295
|
-
|
|
295
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` +
|
|
296
296
|
"/v1/email/deliverability-dashboard/blacklist-report";
|
|
297
297
|
const query = {
|
|
298
298
|
...(input.BlacklistItemNames !== undefined && {
|
|
@@ -395,7 +395,7 @@ exports.serializeAws_restJson1GetDedicatedIpCommand = serializeAws_restJson1GetD
|
|
|
395
395
|
const serializeAws_restJson1GetDedicatedIpsCommand = async (input, context) => {
|
|
396
396
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
397
397
|
const headers = {};
|
|
398
|
-
|
|
398
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/dedicated-ips";
|
|
399
399
|
const query = {
|
|
400
400
|
...(input.PoolName !== undefined && { PoolName: input.PoolName }),
|
|
401
401
|
...(input.NextToken !== undefined && { NextToken: input.NextToken }),
|
|
@@ -419,7 +419,7 @@ const serializeAws_restJson1GetDeliverabilityDashboardOptionsCommand = async (in
|
|
|
419
419
|
const headers = {
|
|
420
420
|
"content-type": "application/json",
|
|
421
421
|
};
|
|
422
|
-
|
|
422
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/deliverability-dashboard";
|
|
423
423
|
let body;
|
|
424
424
|
body = "";
|
|
425
425
|
return new protocol_http_1.HttpRequest({
|
|
@@ -548,7 +548,7 @@ exports.serializeAws_restJson1GetEmailIdentityCommand = serializeAws_restJson1Ge
|
|
|
548
548
|
const serializeAws_restJson1ListConfigurationSetsCommand = async (input, context) => {
|
|
549
549
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
550
550
|
const headers = {};
|
|
551
|
-
|
|
551
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/configuration-sets";
|
|
552
552
|
const query = {
|
|
553
553
|
...(input.NextToken !== undefined && { NextToken: input.NextToken }),
|
|
554
554
|
...(input.PageSize !== undefined && { PageSize: input.PageSize.toString() }),
|
|
@@ -569,7 +569,7 @@ exports.serializeAws_restJson1ListConfigurationSetsCommand = serializeAws_restJs
|
|
|
569
569
|
const serializeAws_restJson1ListDedicatedIpPoolsCommand = async (input, context) => {
|
|
570
570
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
571
571
|
const headers = {};
|
|
572
|
-
|
|
572
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/dedicated-ip-pools";
|
|
573
573
|
const query = {
|
|
574
574
|
...(input.NextToken !== undefined && { NextToken: input.NextToken }),
|
|
575
575
|
...(input.PageSize !== undefined && { PageSize: input.PageSize.toString() }),
|
|
@@ -590,7 +590,7 @@ exports.serializeAws_restJson1ListDedicatedIpPoolsCommand = serializeAws_restJso
|
|
|
590
590
|
const serializeAws_restJson1ListDeliverabilityTestReportsCommand = async (input, context) => {
|
|
591
591
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
592
592
|
const headers = {};
|
|
593
|
-
|
|
593
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` +
|
|
594
594
|
"/v1/email/deliverability-dashboard/test-reports";
|
|
595
595
|
const query = {
|
|
596
596
|
...(input.NextToken !== undefined && { NextToken: input.NextToken }),
|
|
@@ -646,7 +646,7 @@ exports.serializeAws_restJson1ListDomainDeliverabilityCampaignsCommand = seriali
|
|
|
646
646
|
const serializeAws_restJson1ListEmailIdentitiesCommand = async (input, context) => {
|
|
647
647
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
648
648
|
const headers = {};
|
|
649
|
-
|
|
649
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/identities";
|
|
650
650
|
const query = {
|
|
651
651
|
...(input.NextToken !== undefined && { NextToken: input.NextToken }),
|
|
652
652
|
...(input.PageSize !== undefined && { PageSize: input.PageSize.toString() }),
|
|
@@ -667,7 +667,7 @@ exports.serializeAws_restJson1ListEmailIdentitiesCommand = serializeAws_restJson
|
|
|
667
667
|
const serializeAws_restJson1ListTagsForResourceCommand = async (input, context) => {
|
|
668
668
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
669
669
|
const headers = {};
|
|
670
|
-
|
|
670
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/tags";
|
|
671
671
|
const query = {
|
|
672
672
|
...(input.ResourceArn !== undefined && { ResourceArn: input.ResourceArn }),
|
|
673
673
|
};
|
|
@@ -689,7 +689,7 @@ const serializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand = async
|
|
|
689
689
|
const headers = {
|
|
690
690
|
"content-type": "application/json",
|
|
691
691
|
};
|
|
692
|
-
|
|
692
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/account/dedicated-ips/warmup";
|
|
693
693
|
let body;
|
|
694
694
|
body = JSON.stringify({
|
|
695
695
|
...(input.AutoWarmupEnabled !== undefined &&
|
|
@@ -711,7 +711,7 @@ const serializeAws_restJson1PutAccountSendingAttributesCommand = async (input, c
|
|
|
711
711
|
const headers = {
|
|
712
712
|
"content-type": "application/json",
|
|
713
713
|
};
|
|
714
|
-
|
|
714
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/account/sending";
|
|
715
715
|
let body;
|
|
716
716
|
body = JSON.stringify({
|
|
717
717
|
...(input.SendingEnabled !== undefined &&
|
|
@@ -930,7 +930,7 @@ const serializeAws_restJson1PutDeliverabilityDashboardOptionCommand = async (inp
|
|
|
930
930
|
const headers = {
|
|
931
931
|
"content-type": "application/json",
|
|
932
932
|
};
|
|
933
|
-
|
|
933
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/deliverability-dashboard";
|
|
934
934
|
let body;
|
|
935
935
|
body = JSON.stringify({
|
|
936
936
|
...(input.DashboardEnabled !== undefined &&
|
|
@@ -1056,7 +1056,7 @@ const serializeAws_restJson1SendEmailCommand = async (input, context) => {
|
|
|
1056
1056
|
const headers = {
|
|
1057
1057
|
"content-type": "application/json",
|
|
1058
1058
|
};
|
|
1059
|
-
|
|
1059
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/outbound-emails";
|
|
1060
1060
|
let body;
|
|
1061
1061
|
body = JSON.stringify({
|
|
1062
1062
|
...(input.ConfigurationSetName !== undefined &&
|
|
@@ -1094,7 +1094,7 @@ const serializeAws_restJson1TagResourceCommand = async (input, context) => {
|
|
|
1094
1094
|
const headers = {
|
|
1095
1095
|
"content-type": "application/json",
|
|
1096
1096
|
};
|
|
1097
|
-
|
|
1097
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/tags";
|
|
1098
1098
|
let body;
|
|
1099
1099
|
body = JSON.stringify({
|
|
1100
1100
|
...(input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn }),
|
|
@@ -1115,7 +1115,7 @@ exports.serializeAws_restJson1TagResourceCommand = serializeAws_restJson1TagReso
|
|
|
1115
1115
|
const serializeAws_restJson1UntagResourceCommand = async (input, context) => {
|
|
1116
1116
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1117
1117
|
const headers = {};
|
|
1118
|
-
|
|
1118
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/email/tags";
|
|
1119
1119
|
const query = {
|
|
1120
1120
|
...(input.ResourceArn !== undefined && { ResourceArn: input.ResourceArn }),
|
|
1121
1121
|
...(input.TagKeys !== undefined && { TagKeys: (input.TagKeys || []).map((_entry) => _entry) }),
|
|
@@ -4942,4 +4942,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
4942
4942
|
}
|
|
4943
4943
|
return "";
|
|
4944
4944
|
};
|
|
4945
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
8
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
9
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
44
|
};
|
|
44
45
|
};
|
|
45
46
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
6
6
|
/**
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|