@aws-sdk/client-pinpoint-email 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +100 -101
- package/dist-cjs/models/PinpointEmailServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/PinpointEmail.js +1 -1
- package/dist-es/PinpointEmailClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +2 -2
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +2 -2
- package/dist-es/commands/CreateEmailIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +2 -2
- package/dist-es/commands/DeleteEmailIdentityCommand.js +2 -2
- package/dist-es/commands/GetAccountCommand.js +2 -2
- package/dist-es/commands/GetBlacklistReportsCommand.js +2 -2
- package/dist-es/commands/GetConfigurationSetCommand.js +2 -2
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +2 -2
- package/dist-es/commands/GetDedicatedIpCommand.js +2 -2
- package/dist-es/commands/GetDedicatedIpsCommand.js +2 -2
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -2
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +2 -2
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +2 -2
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +2 -2
- package/dist-es/commands/GetEmailIdentityCommand.js +2 -2
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -2
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +2 -2
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +2 -2
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -2
- package/dist-es/commands/ListEmailIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -2
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +2 -2
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -2
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +2 -2
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +2 -2
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -2
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -2
- package/dist-es/commands/SendEmailCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/PinpointEmailServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/PinpointEmailClient.d.ts +5 -5
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -4
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -4
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +6 -4
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +6 -4
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -4
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +6 -4
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -4
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +6 -4
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -4
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +6 -4
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -4
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -4
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -4
- package/dist-types/commands/SendEmailCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/PinpointEmailServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/PinpointEmailClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/PinpointEmailServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface ListConfigurationSetsCommandInput extends ListConfigurationSets
|
|
|
22
22
|
export interface ListConfigurationSetsCommandOutput extends ListConfigurationSetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConfigurationSetsCommand_base: {
|
|
25
|
-
new (input: ListConfigurationSetsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConfigurationSetsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConfigurationSetsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConfigurationSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List all of the configuration sets associated with your Amazon Pinpoint account in the current
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDedicatedIpPoolsCommandInput extends ListDedicatedIpPoolsRe
|
|
|
22
22
|
export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDedicatedIpPoolsCommand_base: {
|
|
25
|
-
new (input: ListDedicatedIpPoolsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDedicatedIpPoolsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDedicatedIpPoolsCommandInput): import("@smithy/core/client").CommandImpl<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDedicatedIpPoolsCommandInput]): import("@smithy/core/client").CommandImpl<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListDeliverabilityTestReportsRequest, ListDeliverabilityTestReportsResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDeliverabilityTestReportsCommandInput extends ListDeliverab
|
|
|
22
22
|
export interface ListDeliverabilityTestReportsCommandOutput extends ListDeliverabilityTestReportsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDeliverabilityTestReportsCommand_base: {
|
|
25
|
-
new (input: ListDeliverabilityTestReportsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDeliverabilityTestReportsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDeliverabilityTestReportsCommandInput): import("@smithy/core/client").CommandImpl<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDeliverabilityTestReportsCommandInput]): import("@smithy/core/client").CommandImpl<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListDomainDeliverabilityCampaignsRequest, ListDomainDeliverabilityCampaignsResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDomainDeliverabilityCampaignsCommandInput extends ListDomai
|
|
|
22
22
|
export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDomainDeliverabilityCampaignsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDomainDeliverabilityCampaignsCommand_base: {
|
|
25
|
-
new (input: ListDomainDeliverabilityCampaignsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDomainDeliverabilityCampaignsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDomainDeliverabilityCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDomainDeliverabilityCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieve deliverability data for all the campaigns that used a specific domain to send
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListEmailIdentitiesRequest, ListEmailIdentitiesResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface ListEmailIdentitiesCommandInput extends ListEmailIdentitiesRequ
|
|
|
22
22
|
export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEmailIdentitiesCommand_base: {
|
|
25
|
-
new (input: ListEmailIdentitiesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListEmailIdentitiesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEmailIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListEmailIdentitiesCommandInput]): import("@smithy/core/client").CommandImpl<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all of the email identities that are associated with your Amazon Pinpoint
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieve a list of the tags (keys and values) that are associated with a specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutAccountDedicatedIpWarmupAttributesRequest, PutAccountDedicatedIpWarmupAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandInput extends PutAc
|
|
|
22
22
|
export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutAccountDedicatedIpWarmupAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAccountDedicatedIpWarmupAttributesCommand_base: {
|
|
25
|
-
new (input: PutAccountDedicatedIpWarmupAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [PutAccountDedicatedIpWarmupAttributesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAccountDedicatedIpWarmupAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [PutAccountDedicatedIpWarmupAttributesCommandInput]): import("@smithy/core/client").CommandImpl<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enable or disable the automatic warm-up feature for dedicated IP addresses.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutAccountSendingAttributesRequest, PutAccountSendingAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutAccountSendingAttributesCommandInput extends PutAccountSendi
|
|
|
22
22
|
export interface PutAccountSendingAttributesCommandOutput extends PutAccountSendingAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAccountSendingAttributesCommand_base: {
|
|
25
|
-
new (input: PutAccountSendingAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [PutAccountSendingAttributesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAccountSendingAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [PutAccountSendingAttributesCommandInput]): import("@smithy/core/client").CommandImpl<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enable or disable the ability of your account to send email.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutConfigurationSetDeliveryOptionsCommandInput extends PutConfi
|
|
|
22
22
|
export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutConfigurationSetDeliveryOptionsCommand_base: {
|
|
25
|
-
new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutConfigurationSetReputationOptionsRequest, PutConfigurationSetReputationOptionsResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutConfigurationSetReputationOptionsCommandInput extends PutCon
|
|
|
22
22
|
export interface PutConfigurationSetReputationOptionsCommandOutput extends PutConfigurationSetReputationOptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutConfigurationSetReputationOptionsCommand_base: {
|
|
25
|
-
new (input: PutConfigurationSetReputationOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutConfigurationSetReputationOptionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutConfigurationSetReputationOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutConfigurationSetReputationOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enable or disable collection of reputation metrics for emails that you send using a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutConfigurationSetSendingOptionsRequest, PutConfigurationSetSendingOptionsResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutConfigurationSetSendingOptionsCommandInput extends PutConfig
|
|
|
22
22
|
export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfigurationSetSendingOptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutConfigurationSetSendingOptionsCommand_base: {
|
|
25
|
-
new (input: PutConfigurationSetSendingOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutConfigurationSetSendingOptionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutConfigurationSetSendingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutConfigurationSetSendingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enable or disable email sending for messages that use a particular configuration set
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutConfigurationSetTrackingOptionsRequest, PutConfigurationSetTrackingOptionsResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutConfigurationSetTrackingOptionsCommandInput extends PutConfi
|
|
|
22
22
|
export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConfigurationSetTrackingOptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutConfigurationSetTrackingOptionsCommand_base: {
|
|
25
|
-
new (input: PutConfigurationSetTrackingOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutConfigurationSetTrackingOptionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Specify a custom domain to use for open and click tracking elements in email that you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutDedicatedIpInPoolCommandInput extends PutDedicatedIpInPoolRe
|
|
|
22
22
|
export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutDedicatedIpInPoolCommand_base: {
|
|
25
|
-
new (input: PutDedicatedIpInPoolCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutDedicatedIpInPoolCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutDedicatedIpInPoolCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutDedicatedIpInPoolCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Move a dedicated IP address to an existing dedicated IP pool.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutDedicatedIpWarmupAttributesRequest, PutDedicatedIpWarmupAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutDedicatedIpWarmupAttributesCommandInput extends PutDedicated
|
|
|
22
22
|
export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicatedIpWarmupAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutDedicatedIpWarmupAttributesCommand_base: {
|
|
25
|
-
new (input: PutDedicatedIpWarmupAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutDedicatedIpWarmupAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutDedicatedIpWarmupAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutDedicatedIpWarmupAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p></p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutDeliverabilityDashboardOptionRequest, PutDeliverabilityDashboardOptionResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutDeliverabilityDashboardOptionCommandInput extends PutDeliver
|
|
|
22
22
|
export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDeliverabilityDashboardOptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutDeliverabilityDashboardOptionCommand_base: {
|
|
25
|
-
new (input: PutDeliverabilityDashboardOptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutDeliverabilityDashboardOptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutDeliverabilityDashboardOptionCommandInput): import("@smithy/core/client").CommandImpl<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutDeliverabilityDashboardOptionCommandInput): import("@smithy/core/client").CommandImpl<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. When you enable the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutEmailIdentityDkimAttributesRequest, PutEmailIdentityDkimAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutEmailIdentityDkimAttributesCommandInput extends PutEmailIden
|
|
|
22
22
|
export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIdentityDkimAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutEmailIdentityDkimAttributesCommand_base: {
|
|
25
|
-
new (input: PutEmailIdentityDkimAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutEmailIdentityDkimAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutEmailIdentityDkimAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutEmailIdentityDkimAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Used to enable or disable DKIM authentication for an email identity.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutEmailIdentityFeedbackAttributesRequest, PutEmailIdentityFeedbackAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutEmailIdentityFeedbackAttributesCommandInput extends PutEmail
|
|
|
22
22
|
export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmailIdentityFeedbackAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutEmailIdentityFeedbackAttributesCommand_base: {
|
|
25
|
-
new (input: PutEmailIdentityFeedbackAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutEmailIdentityFeedbackAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutEmailIdentityFeedbackAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutEmailIdentityFeedbackAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Used to enable or disable feedback forwarding for an identity. This setting determines
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutEmailIdentityMailFromAttributesRequest, PutEmailIdentityMailFromAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface PutEmailIdentityMailFromAttributesCommandInput extends PutEmail
|
|
|
22
22
|
export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmailIdentityMailFromAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutEmailIdentityMailFromAttributesCommand_base: {
|
|
25
|
-
new (input: PutEmailIdentityMailFromAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutEmailIdentityMailFromAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutEmailIdentityMailFromAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutEmailIdentityMailFromAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Used to enable or disable the custom Mail-From domain configuration for an email
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SendEmailRequest, SendEmailResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface SendEmailCommandInput extends SendEmailRequest {
|
|
|
22
22
|
export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendEmailCommand_base: {
|
|
25
|
-
new (input: SendEmailCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendEmailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<SendEmailCommandInput, SendEmailCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<SendEmailCommandInput, SendEmailCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sends an email message. You can use the Amazon Pinpoint Email API to send two types of
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Add one or more tags (keys and values) to a specified resource. A
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Remove one or more tags (keys and values) from a specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_0";
|
|
4
4
|
import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateConfigurationSetEventDestinationCommandInput extends Upda
|
|
|
22
22
|
export interface UpdateConfigurationSetEventDestinationCommandOutput extends UpdateConfigurationSetEventDestinationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateConfigurationSetEventDestinationCommand_base: {
|
|
25
|
-
new (input: UpdateConfigurationSetEventDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateConfigurationSetEventDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update the configuration of an event destination for a configuration set.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { PinpointEmailServiceException as __BaseException } from "./PinpointEmailServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The message can't be sent because the account's ability to send email has been
|
|
@@ -5,13 +5,13 @@ import type { PinpointEmailClientConfig } from "./PinpointEmailClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { PinpointEmailClientConfig } from "./PinpointEmailClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { PinpointEmailClientConfig } from "./PinpointEmailClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|