@aws-sdk/client-pinpoint-email 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +53 -425
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +2 -14
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +2 -14
- package/dist-es/commands/CreateEmailIdentityCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +2 -14
- package/dist-es/commands/DeleteEmailIdentityCommand.js +2 -14
- package/dist-es/commands/GetAccountCommand.js +2 -14
- package/dist-es/commands/GetBlacklistReportsCommand.js +2 -14
- package/dist-es/commands/GetConfigurationSetCommand.js +2 -14
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +2 -14
- package/dist-es/commands/GetDedicatedIpCommand.js +2 -14
- package/dist-es/commands/GetDedicatedIpsCommand.js +2 -14
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -14
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +2 -14
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +2 -14
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +2 -14
- package/dist-es/commands/GetEmailIdentityCommand.js +2 -14
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -14
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +2 -14
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +2 -14
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -14
- package/dist-es/commands/ListEmailIdentitiesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -14
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -14
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +2 -14
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -14
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +2 -14
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +2 -14
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -14
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -14
- package/dist-es/commands/SendEmailCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -8
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -8
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +3 -8
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +3 -8
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -8
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +3 -8
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -8
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +3 -8
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -8
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -8
- package/dist-types/commands/SendEmailCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutDeliverabilityDashboardOption$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutDeliverabilityDashboardOptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutDeliverabilityDashboardOption", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutDeliverabilityDashboardOptionCommand")
|
|
14
|
-
.sc(PutDeliverabilityDashboardOption$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutDeliverabilityDashboardOptionCommand extends command(_ep0, _mw0, "PutDeliverabilityDashboardOption", PutDeliverabilityDashboardOption$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutEmailIdentityDkimAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutEmailIdentityDkimAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutEmailIdentityDkimAttributes", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutEmailIdentityDkimAttributesCommand")
|
|
14
|
-
.sc(PutEmailIdentityDkimAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutEmailIdentityDkimAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityDkimAttributes", PutEmailIdentityDkimAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutEmailIdentityFeedbackAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutEmailIdentityFeedbackAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutEmailIdentityFeedbackAttributes", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutEmailIdentityFeedbackAttributesCommand")
|
|
14
|
-
.sc(PutEmailIdentityFeedbackAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutEmailIdentityFeedbackAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityFeedbackAttributes", PutEmailIdentityFeedbackAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutEmailIdentityMailFromAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutEmailIdentityMailFromAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "PutEmailIdentityMailFromAttributes", {})
|
|
13
|
-
.n("PinpointEmailClient", "PutEmailIdentityMailFromAttributesCommand")
|
|
14
|
-
.sc(PutEmailIdentityMailFromAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutEmailIdentityMailFromAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityMailFromAttributes", PutEmailIdentityMailFromAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SendEmail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendEmailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "SendEmail", {})
|
|
13
|
-
.n("PinpointEmailClient", "SendEmailCommand")
|
|
14
|
-
.sc(SendEmail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SendEmailCommand extends command(_ep0, _mw0, "SendEmail", SendEmail$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "TagResource", {})
|
|
13
|
-
.n("PinpointEmailClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "UntagResource", {})
|
|
13
|
-
.n("PinpointEmailClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateConfigurationSetEventDestination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConfigurationSetEventDestinationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonPinpointEmailService", "UpdateConfigurationSetEventDestination", {})
|
|
13
|
-
.n("PinpointEmailClient", "UpdateConfigurationSetEventDestinationCommand")
|
|
14
|
-
.sc(UpdateConfigurationSetEventDestination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "UpdateConfigurationSetEventDestination", UpdateConfigurationSetEventDestination$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./PinpointEmailClient";
|
|
2
2
|
export * from "./PinpointEmail";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "AmazonPinpointEmailService",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "Pinpoint Email",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./PinpointEmailClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateConfigurationSetCommandInput extends CreateConfigurationS
|
|
|
22
19
|
export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateConfigurationSetCommand_base: {
|
|
25
|
-
new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a configuration set. <i>Configuration sets</i> are groups of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateConfigurationSetEventDestinationCommandInput extends Crea
|
|
|
22
19
|
export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateConfigurationSetEventDestinationCommand_base: {
|
|
25
|
-
new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create an event destination. In Amazon Pinpoint, <i>events</i> include message
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDedicatedIpPoolCommandInput extends CreateDedicatedIpPool
|
|
|
22
19
|
export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoolResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDedicatedIpPoolCommand_base: {
|
|
25
|
-
new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateDeliverabilityTestReportRequest, CreateDeliverabilityTestReportResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDeliverabilityTestReportCommandInput extends CreateDelive
|
|
|
22
19
|
export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliverabilityTestReportResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDeliverabilityTestReportCommand_base: {
|
|
25
|
-
new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateEmailIdentityRequest, CreateEmailIdentityResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateEmailIdentityCommandInput extends CreateEmailIdentityRequ
|
|
|
22
19
|
export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEmailIdentityCommand_base: {
|
|
25
|
-
new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Verifies an email identity for use with Amazon Pinpoint. In Amazon Pinpoint, an identity is an email
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteConfigurationSetCommandInput extends DeleteConfigurationS
|
|
|
22
19
|
export interface DeleteConfigurationSetCommandOutput extends DeleteConfigurationSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteConfigurationSetCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete an existing configuration set.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteConfigurationSetEventDestinationCommandInput extends Dele
|
|
|
22
19
|
export interface DeleteConfigurationSetEventDestinationCommandOutput extends DeleteConfigurationSetEventDestinationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteConfigurationSetEventDestinationCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete an event destination.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDedicatedIpPoolCommandInput extends DeleteDedicatedIpPool
|
|
|
22
19
|
export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoolResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDedicatedIpPoolCommand_base: {
|
|
25
|
-
new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Delete a dedicated IP pool.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteEmailIdentityCommandInput extends DeleteEmailIdentityRequ
|
|
|
22
19
|
export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEmailIdentityCommand_base: {
|
|
25
|
-
new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an email identity that you previously verified for use with Amazon Pinpoint. An identity
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetAccountRequest, GetAccountResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAccountCommandInput extends GetAccountRequest {
|
|
|
22
19
|
export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAccountCommand_base: {
|
|
25
|
-
new (input: GetAccountCommandInput): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetAccountCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAccountCommandInput): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetAccountCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Obtain information about the email-sending status and capabilities of your Amazon Pinpoint
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBlacklistReportsCommandInput extends GetBlacklistReportsRequ
|
|
|
22
19
|
export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBlacklistReportsCommand_base: {
|
|
25
|
-
new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../models/models_0";
|
|
4
|
-
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetConfigurationSetCommandInput extends GetConfigurationSetRequ
|
|
|
22
19
|
export interface GetConfigurationSetCommandOutput extends GetConfigurationSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetConfigurationSetCommand_base: {
|
|
25
|
-
new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Get information about an existing configuration set, including the dedicated IP pool
|