@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,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetBlacklistReportsCommand, serializeAws_restJson1GetBlacklistReportsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { PinpointEmailClient, GetBlacklistReportsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
12
|
-
* // const { PinpointEmailClient, GetBlacklistReportsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
13
|
-
* const client = new PinpointEmailClient(config);
|
|
14
|
-
* const command = new GetBlacklistReportsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetBlacklistReportsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetBlacklistReportsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetBlacklistReportsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetBlacklistReportsCommand, serializeAws_restJson1GetBlacklistReportsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetBlacklistReportsCommand = (function (_super) {
|
|
24
7
|
__extends(GetBlacklistReportsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetBlacklistReportsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetBlacklistReportsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetBlacklistReportsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetBlacklistReportsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetBlacklistReportsCommand };
|
|
65
|
-
//# sourceMappingURL=GetBlacklistReportsCommand.js.map
|
|
@@ -1,47 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetConfigurationSetCommand, serializeAws_restJson1GetConfigurationSetCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* more.</p>
|
|
10
|
-
* <p>In Amazon Pinpoint, <i>configuration sets</i> are groups of rules that you can
|
|
11
|
-
* apply to the emails you send. You apply a configuration set to an email by including a
|
|
12
|
-
* reference to the configuration set in the headers of the email. When you apply a
|
|
13
|
-
* configuration set to an email, all of the rules in that configuration set are applied to
|
|
14
|
-
* the email.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { PinpointEmailClient, GetConfigurationSetCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
19
|
-
* // const { PinpointEmailClient, GetConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
20
|
-
* const client = new PinpointEmailClient(config);
|
|
21
|
-
* const command = new GetConfigurationSetCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link GetConfigurationSetCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link GetConfigurationSetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
var GetConfigurationSetCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetConfigurationSetCommand, serializeAws_restJson1GetConfigurationSetCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetConfigurationSetCommand = (function (_super) {
|
|
31
7
|
__extends(GetConfigurationSetCommand, _super);
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
8
|
function GetConfigurationSetCommand(input) {
|
|
35
|
-
var _this =
|
|
36
|
-
// Start section: command_constructor
|
|
37
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
38
10
|
_this.input = input;
|
|
39
11
|
return _this;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
GetConfigurationSetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -69,4 +37,3 @@ var GetConfigurationSetCommand = /** @class */ (function (_super) {
|
|
|
69
37
|
return GetConfigurationSetCommand;
|
|
70
38
|
}($Command));
|
|
71
39
|
export { GetConfigurationSetCommand };
|
|
72
|
-
//# sourceMappingURL=GetConfigurationSetCommand.js.map
|
|
@@ -1,46 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetConfigurationSetEventDestinationsRequest, GetConfigurationSetEventDestinationsResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetConfigurationSetEventDestinationsCommand, serializeAws_restJson1GetConfigurationSetEventDestinationsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p>In Amazon Pinpoint, <i>events</i> include message sends, deliveries, opens,
|
|
10
|
-
* clicks, bounces, and complaints. <i>Event destinations</i> are places that
|
|
11
|
-
* you can send information about these events to. For example, you can send event data to
|
|
12
|
-
* Amazon SNS to receive notifications when you receive bounces or complaints, or you can use
|
|
13
|
-
* Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { PinpointEmailClient, GetConfigurationSetEventDestinationsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
18
|
-
* // const { PinpointEmailClient, GetConfigurationSetEventDestinationsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
19
|
-
* const client = new PinpointEmailClient(config);
|
|
20
|
-
* const command = new GetConfigurationSetEventDestinationsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link GetConfigurationSetEventDestinationsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link GetConfigurationSetEventDestinationsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
var GetConfigurationSetEventDestinationsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetConfigurationSetEventDestinationsRequest, GetConfigurationSetEventDestinationsResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetConfigurationSetEventDestinationsCommand, serializeAws_restJson1GetConfigurationSetEventDestinationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetConfigurationSetEventDestinationsCommand = (function (_super) {
|
|
30
7
|
__extends(GetConfigurationSetEventDestinationsCommand, _super);
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
8
|
function GetConfigurationSetEventDestinationsCommand(input) {
|
|
34
|
-
var _this =
|
|
35
|
-
// Start section: command_constructor
|
|
36
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
37
10
|
_this.input = input;
|
|
38
11
|
return _this;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
GetConfigurationSetEventDestinationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -68,4 +37,3 @@ var GetConfigurationSetEventDestinationsCommand = /** @class */ (function (_supe
|
|
|
68
37
|
return GetConfigurationSetEventDestinationsCommand;
|
|
69
38
|
}($Command));
|
|
70
39
|
export { GetConfigurationSetEventDestinationsCommand };
|
|
71
|
-
//# sourceMappingURL=GetConfigurationSetEventDestinationsCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetDedicatedIpCommand, serializeAws_restJson1GetDedicatedIpCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* for the address.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { PinpointEmailClient, GetDedicatedIpCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
14
|
-
* // const { PinpointEmailClient, GetDedicatedIpCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
15
|
-
* const client = new PinpointEmailClient(config);
|
|
16
|
-
* const command = new GetDedicatedIpCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link GetDedicatedIpCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link GetDedicatedIpCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var GetDedicatedIpCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetDedicatedIpCommand, serializeAws_restJson1GetDedicatedIpCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetDedicatedIpCommand = (function (_super) {
|
|
26
7
|
__extends(GetDedicatedIpCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function GetDedicatedIpCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
GetDedicatedIpCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var GetDedicatedIpCommand = /** @class */ (function (_super) {
|
|
|
64
37
|
return GetDedicatedIpCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { GetDedicatedIpCommand };
|
|
67
|
-
//# sourceMappingURL=GetDedicatedIpCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetDedicatedIpsCommand, serializeAws_restJson1GetDedicatedIpsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { PinpointEmailClient, GetDedicatedIpsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
13
|
-
* // const { PinpointEmailClient, GetDedicatedIpsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
14
|
-
* const client = new PinpointEmailClient(config);
|
|
15
|
-
* const command = new GetDedicatedIpsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link GetDedicatedIpsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link GetDedicatedIpsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var GetDedicatedIpsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetDedicatedIpsCommand, serializeAws_restJson1GetDedicatedIpsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetDedicatedIpsCommand = (function (_super) {
|
|
25
7
|
__extends(GetDedicatedIpsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function GetDedicatedIpsCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
GetDedicatedIpsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var GetDedicatedIpsCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return GetDedicatedIpsCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { GetDedicatedIpsCommand };
|
|
66
|
-
//# sourceMappingURL=GetDedicatedIpsCommand.js.map
|
|
@@ -1,46 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetDeliverabilityDashboardOptionsRequest, GetDeliverabilityDashboardOptionsResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetDeliverabilityDashboardOptionsCommand, serializeAws_restJson1GetDeliverabilityDashboardOptionsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* other metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the
|
|
10
|
-
* ability to perform predictive inbox placement tests.</p>
|
|
11
|
-
* <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition
|
|
12
|
-
* to any other fees that you accrue by using Amazon Pinpoint. For more information about the
|
|
13
|
-
* features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/pinpoint/pricing/">Amazon Pinpoint Pricing</a>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { PinpointEmailClient, GetDeliverabilityDashboardOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
18
|
-
* // const { PinpointEmailClient, GetDeliverabilityDashboardOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
19
|
-
* const client = new PinpointEmailClient(config);
|
|
20
|
-
* const command = new GetDeliverabilityDashboardOptionsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link GetDeliverabilityDashboardOptionsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link GetDeliverabilityDashboardOptionsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
var GetDeliverabilityDashboardOptionsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetDeliverabilityDashboardOptionsRequest, GetDeliverabilityDashboardOptionsResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetDeliverabilityDashboardOptionsCommand, serializeAws_restJson1GetDeliverabilityDashboardOptionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetDeliverabilityDashboardOptionsCommand = (function (_super) {
|
|
30
7
|
__extends(GetDeliverabilityDashboardOptionsCommand, _super);
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
8
|
function GetDeliverabilityDashboardOptionsCommand(input) {
|
|
34
|
-
var _this =
|
|
35
|
-
// Start section: command_constructor
|
|
36
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
37
10
|
_this.input = input;
|
|
38
11
|
return _this;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
GetDeliverabilityDashboardOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -68,4 +37,3 @@ var GetDeliverabilityDashboardOptionsCommand = /** @class */ (function (_super)
|
|
|
68
37
|
return GetDeliverabilityDashboardOptionsCommand;
|
|
69
38
|
}($Command));
|
|
70
39
|
export { GetDeliverabilityDashboardOptionsCommand };
|
|
71
|
-
//# sourceMappingURL=GetDeliverabilityDashboardOptionsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetDeliverabilityTestReportRequest, GetDeliverabilityTestReportResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetDeliverabilityTestReportCommand, serializeAws_restJson1GetDeliverabilityTestReportCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { PinpointEmailClient, GetDeliverabilityTestReportCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
12
|
-
* // const { PinpointEmailClient, GetDeliverabilityTestReportCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
13
|
-
* const client = new PinpointEmailClient(config);
|
|
14
|
-
* const command = new GetDeliverabilityTestReportCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetDeliverabilityTestReportCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetDeliverabilityTestReportCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetDeliverabilityTestReportCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetDeliverabilityTestReportRequest, GetDeliverabilityTestReportResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetDeliverabilityTestReportCommand, serializeAws_restJson1GetDeliverabilityTestReportCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetDeliverabilityTestReportCommand = (function (_super) {
|
|
24
7
|
__extends(GetDeliverabilityTestReportCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetDeliverabilityTestReportCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetDeliverabilityTestReportCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetDeliverabilityTestReportCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetDeliverabilityTestReportCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetDeliverabilityTestReportCommand };
|
|
65
|
-
//# sourceMappingURL=GetDeliverabilityTestReportCommand.js.map
|
|
@@ -1,43 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetDomainDeliverabilityCampaignRequest, GetDomainDeliverabilityCampaignResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetDomainDeliverabilityCampaignCommand, serializeAws_restJson1GetDomainDeliverabilityCampaignCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Deliverability dashboard is enabled for (<code>PutDeliverabilityDashboardOption</code>
|
|
10
|
-
* operation).</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { PinpointEmailClient, GetDomainDeliverabilityCampaignCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
15
|
-
* // const { PinpointEmailClient, GetDomainDeliverabilityCampaignCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
16
|
-
* const client = new PinpointEmailClient(config);
|
|
17
|
-
* const command = new GetDomainDeliverabilityCampaignCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetDomainDeliverabilityCampaignCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetDomainDeliverabilityCampaignCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
var GetDomainDeliverabilityCampaignCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetDomainDeliverabilityCampaignRequest, GetDomainDeliverabilityCampaignResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetDomainDeliverabilityCampaignCommand, serializeAws_restJson1GetDomainDeliverabilityCampaignCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetDomainDeliverabilityCampaignCommand = (function (_super) {
|
|
27
7
|
__extends(GetDomainDeliverabilityCampaignCommand, _super);
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
8
|
function GetDomainDeliverabilityCampaignCommand(input) {
|
|
31
|
-
var _this =
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
34
10
|
_this.input = input;
|
|
35
11
|
return _this;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
GetDomainDeliverabilityCampaignCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +37,3 @@ var GetDomainDeliverabilityCampaignCommand = /** @class */ (function (_super) {
|
|
|
65
37
|
return GetDomainDeliverabilityCampaignCommand;
|
|
66
38
|
}($Command));
|
|
67
39
|
export { GetDomainDeliverabilityCampaignCommand };
|
|
68
|
-
//# sourceMappingURL=GetDomainDeliverabilityCampaignCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetDomainStatisticsReportCommand, serializeAws_restJson1GetDomainStatisticsReportCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { PinpointEmailClient, GetDomainStatisticsReportCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
13
|
-
* // const { PinpointEmailClient, GetDomainStatisticsReportCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
14
|
-
* const client = new PinpointEmailClient(config);
|
|
15
|
-
* const command = new GetDomainStatisticsReportCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link GetDomainStatisticsReportCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link GetDomainStatisticsReportCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var GetDomainStatisticsReportCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetDomainStatisticsReportCommand, serializeAws_restJson1GetDomainStatisticsReportCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetDomainStatisticsReportCommand = (function (_super) {
|
|
25
7
|
__extends(GetDomainStatisticsReportCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function GetDomainStatisticsReportCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
GetDomainStatisticsReportCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var GetDomainStatisticsReportCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return GetDomainStatisticsReportCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { GetDomainStatisticsReportCommand };
|
|
66
|
-
//# sourceMappingURL=GetDomainStatisticsReportCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetEmailIdentityCommand, serializeAws_restJson1GetEmailIdentityCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* custom Mail-From settings.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { PinpointEmailClient, GetEmailIdentityCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
14
|
-
* // const { PinpointEmailClient, GetEmailIdentityCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
15
|
-
* const client = new PinpointEmailClient(config);
|
|
16
|
-
* const command = new GetEmailIdentityCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link GetEmailIdentityCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link GetEmailIdentityCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var GetEmailIdentityCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetEmailIdentityCommand, serializeAws_restJson1GetEmailIdentityCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetEmailIdentityCommand = (function (_super) {
|
|
26
7
|
__extends(GetEmailIdentityCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function GetEmailIdentityCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
GetEmailIdentityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var GetEmailIdentityCommand = /** @class */ (function (_super) {
|
|
|
64
37
|
return GetEmailIdentityCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { GetEmailIdentityCommand };
|
|
67
|
-
//# sourceMappingURL=GetEmailIdentityCommand.js.map
|
|
@@ -1,46 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListConfigurationSetsCommand, serializeAws_restJson1ListConfigurationSetsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p>In Amazon Pinpoint, <i>configuration sets</i> are groups of rules that you can
|
|
10
|
-
* apply to the emails you send. You apply a configuration set to an email by including a
|
|
11
|
-
* reference to the configuration set in the headers of the email. When you apply a
|
|
12
|
-
* configuration set to an email, all of the rules in that configuration set are applied to
|
|
13
|
-
* the email.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { PinpointEmailClient, ListConfigurationSetsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
18
|
-
* // const { PinpointEmailClient, ListConfigurationSetsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
19
|
-
* const client = new PinpointEmailClient(config);
|
|
20
|
-
* const command = new ListConfigurationSetsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListConfigurationSetsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
var ListConfigurationSetsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListConfigurationSetsCommand, serializeAws_restJson1ListConfigurationSetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListConfigurationSetsCommand = (function (_super) {
|
|
30
7
|
__extends(ListConfigurationSetsCommand, _super);
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
8
|
function ListConfigurationSetsCommand(input) {
|
|
34
|
-
var _this =
|
|
35
|
-
// Start section: command_constructor
|
|
36
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
37
10
|
_this.input = input;
|
|
38
11
|
return _this;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
ListConfigurationSetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -68,4 +37,3 @@ var ListConfigurationSetsCommand = /** @class */ (function (_super) {
|
|
|
68
37
|
return ListConfigurationSetsCommand;
|
|
69
38
|
}($Command));
|
|
70
39
|
export { ListConfigurationSetsCommand };
|
|
71
|
-
//# sourceMappingURL=ListConfigurationSetsCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListDedicatedIpPoolsCommand, serializeAws_restJson1ListDedicatedIpPoolsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { PinpointEmailClient, ListDedicatedIpPoolsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import
|
|
13
|
-
* // const { PinpointEmailClient, ListDedicatedIpPoolsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import
|
|
14
|
-
* const client = new PinpointEmailClient(config);
|
|
15
|
-
* const command = new ListDedicatedIpPoolsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ListDedicatedIpPoolsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ListDedicatedIpPoolsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ListDedicatedIpPoolsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListDedicatedIpPoolsCommand, serializeAws_restJson1ListDedicatedIpPoolsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListDedicatedIpPoolsCommand = (function (_super) {
|
|
25
7
|
__extends(ListDedicatedIpPoolsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function ListDedicatedIpPoolsCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
ListDedicatedIpPoolsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var ListDedicatedIpPoolsCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return ListDedicatedIpPoolsCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { ListDedicatedIpPoolsCommand };
|
|
66
|
-
//# sourceMappingURL=ListDedicatedIpPoolsCommand.js.map
|