@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.
Files changed (146) hide show
  1. package/dist-cjs/index.js +53 -425
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateConfigurationSetCommand.js +2 -14
  4. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -14
  5. package/dist-es/commands/CreateDedicatedIpPoolCommand.js +2 -14
  6. package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +2 -14
  7. package/dist-es/commands/CreateEmailIdentityCommand.js +2 -14
  8. package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -14
  9. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -14
  10. package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +2 -14
  11. package/dist-es/commands/DeleteEmailIdentityCommand.js +2 -14
  12. package/dist-es/commands/GetAccountCommand.js +2 -14
  13. package/dist-es/commands/GetBlacklistReportsCommand.js +2 -14
  14. package/dist-es/commands/GetConfigurationSetCommand.js +2 -14
  15. package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +2 -14
  16. package/dist-es/commands/GetDedicatedIpCommand.js +2 -14
  17. package/dist-es/commands/GetDedicatedIpsCommand.js +2 -14
  18. package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -14
  19. package/dist-es/commands/GetDeliverabilityTestReportCommand.js +2 -14
  20. package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +2 -14
  21. package/dist-es/commands/GetDomainStatisticsReportCommand.js +2 -14
  22. package/dist-es/commands/GetEmailIdentityCommand.js +2 -14
  23. package/dist-es/commands/ListConfigurationSetsCommand.js +2 -14
  24. package/dist-es/commands/ListDedicatedIpPoolsCommand.js +2 -14
  25. package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +2 -14
  26. package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -14
  27. package/dist-es/commands/ListEmailIdentitiesCommand.js +2 -14
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  29. package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -14
  30. package/dist-es/commands/PutAccountSendingAttributesCommand.js +2 -14
  31. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -14
  32. package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +2 -14
  33. package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +2 -14
  34. package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -14
  35. package/dist-es/commands/PutDedicatedIpInPoolCommand.js +2 -14
  36. package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -14
  37. package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +2 -14
  38. package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +2 -14
  39. package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -14
  40. package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -14
  41. package/dist-es/commands/SendEmailCommand.js +2 -14
  42. package/dist-es/commands/TagResourceCommand.js +2 -14
  43. package/dist-es/commands/UntagResourceCommand.js +2 -14
  44. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -14
  45. package/dist-es/index.js +1 -0
  46. package/dist-es/runtimeConfig.browser.js +0 -2
  47. package/dist-es/runtimeConfig.js +1 -2
  48. package/dist-es/runtimeConfig.native.js +0 -2
  49. package/dist-es/runtimeConfig.shared.js +2 -0
  50. package/dist-types/commandBuilder.d.ts +18 -0
  51. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +3 -8
  60. package/dist-types/commands/GetAccountCommand.d.ts +3 -8
  61. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +3 -8
  62. package/dist-types/commands/GetConfigurationSetCommand.d.ts +3 -8
  63. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -8
  64. package/dist-types/commands/GetDedicatedIpCommand.d.ts +3 -8
  65. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -8
  67. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +3 -8
  68. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -8
  69. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +3 -8
  70. package/dist-types/commands/GetEmailIdentityCommand.d.ts +3 -8
  71. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  78. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +3 -8
  79. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
  80. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -8
  81. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -8
  82. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -8
  83. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +3 -8
  84. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  85. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -8
  86. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -8
  87. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -8
  88. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -8
  89. package/dist-types/commands/SendEmailCommand.d.ts +3 -8
  90. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  91. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/runtimeConfig.d.ts +1 -1
  96. package/dist-types/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  99. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/index.d.ts +1 -0
  142. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  146. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetDomainStatisticsReportRequest,
5
4
  GetDomainStatisticsReportResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetDomainStatisticsReportCommandInput
15
8
  extends GetDomainStatisticsReportRequest {}
16
9
  export interface GetDomainStatisticsReportCommandOutput
@@ -22,22 +15,20 @@ declare const GetDomainStatisticsReportCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDomainStatisticsReportCommandInput,
24
17
  GetDomainStatisticsReportCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDomainStatisticsReportCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDomainStatisticsReportCommandInput,
33
26
  GetDomainStatisticsReportCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetDomainStatisticsReportCommand extends GetDomainStatisticsReportCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetEmailIdentityRequest,
5
4
  GetEmailIdentityResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetEmailIdentityCommandInput extends GetEmailIdentityRequest {}
15
8
  export interface GetEmailIdentityCommandOutput
16
9
  extends GetEmailIdentityResponse,
@@ -21,22 +14,20 @@ declare const GetEmailIdentityCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetEmailIdentityCommandInput,
23
16
  GetEmailIdentityCommandOutput,
24
- PinpointEmailClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PinpointEmailClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetEmailIdentityCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetEmailIdentityCommandInput,
32
25
  GetEmailIdentityCommandOutput,
33
- PinpointEmailClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").PinpointEmailClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetEmailIdentityCommand extends GetEmailIdentityCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListConfigurationSetsRequest,
5
4
  ListConfigurationSetsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListConfigurationSetsCommandInput
15
8
  extends ListConfigurationSetsRequest {}
16
9
  export interface ListConfigurationSetsCommandOutput
@@ -22,22 +15,20 @@ declare const ListConfigurationSetsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListConfigurationSetsCommandInput,
24
17
  ListConfigurationSetsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListConfigurationSetsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListConfigurationSetsCommandInput,
33
26
  ListConfigurationSetsCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListConfigurationSetsCommand extends ListConfigurationSetsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListDedicatedIpPoolsRequest,
5
4
  ListDedicatedIpPoolsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListDedicatedIpPoolsCommandInput
15
8
  extends ListDedicatedIpPoolsRequest {}
16
9
  export interface ListDedicatedIpPoolsCommandOutput
@@ -22,22 +15,20 @@ declare const ListDedicatedIpPoolsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListDedicatedIpPoolsCommandInput,
24
17
  ListDedicatedIpPoolsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListDedicatedIpPoolsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListDedicatedIpPoolsCommandInput,
33
26
  ListDedicatedIpPoolsCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListDedicatedIpPoolsCommand extends ListDedicatedIpPoolsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListDeliverabilityTestReportsRequest,
5
4
  ListDeliverabilityTestReportsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListDeliverabilityTestReportsCommandInput
15
8
  extends ListDeliverabilityTestReportsRequest {}
16
9
  export interface ListDeliverabilityTestReportsCommandOutput
@@ -22,22 +15,20 @@ declare const ListDeliverabilityTestReportsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListDeliverabilityTestReportsCommandInput,
24
17
  ListDeliverabilityTestReportsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListDeliverabilityTestReportsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListDeliverabilityTestReportsCommandInput,
33
26
  ListDeliverabilityTestReportsCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListDeliverabilityTestReportsCommand extends ListDeliverabilityTestReportsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListDomainDeliverabilityCampaignsRequest,
5
4
  ListDomainDeliverabilityCampaignsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListDomainDeliverabilityCampaignsCommandInput
15
8
  extends ListDomainDeliverabilityCampaignsRequest {}
16
9
  export interface ListDomainDeliverabilityCampaignsCommandOutput
@@ -22,22 +15,20 @@ declare const ListDomainDeliverabilityCampaignsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListDomainDeliverabilityCampaignsCommandInput,
24
17
  ListDomainDeliverabilityCampaignsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListDomainDeliverabilityCampaignsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListDomainDeliverabilityCampaignsCommandInput,
33
26
  ListDomainDeliverabilityCampaignsCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListDomainDeliverabilityCampaignsCommand extends ListDomainDeliverabilityCampaignsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListEmailIdentitiesRequest,
5
4
  ListEmailIdentitiesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEmailIdentitiesCommandInput
15
8
  extends ListEmailIdentitiesRequest {}
16
9
  export interface ListEmailIdentitiesCommandOutput
@@ -22,22 +15,20 @@ declare const ListEmailIdentitiesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListEmailIdentitiesCommandInput,
24
17
  ListEmailIdentitiesCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListEmailIdentitiesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListEmailIdentitiesCommandInput,
33
26
  ListEmailIdentitiesCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListEmailIdentitiesCommand extends ListEmailIdentitiesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceRequest,
5
4
  ListTagsForResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  PutAccountDedicatedIpWarmupAttributesRequest,
5
4
  PutAccountDedicatedIpWarmupAttributesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutAccountDedicatedIpWarmupAttributesCommandInput
15
8
  extends PutAccountDedicatedIpWarmupAttributesRequest {}
16
9
  export interface PutAccountDedicatedIpWarmupAttributesCommandOutput
@@ -22,22 +15,20 @@ declare const PutAccountDedicatedIpWarmupAttributesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutAccountDedicatedIpWarmupAttributesCommandInput,
24
17
  PutAccountDedicatedIpWarmupAttributesCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [PutAccountDedicatedIpWarmupAttributesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutAccountDedicatedIpWarmupAttributesCommandInput,
33
26
  PutAccountDedicatedIpWarmupAttributesCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutAccountDedicatedIpWarmupAttributesCommand extends PutAccountDedicatedIpWarmupAttributesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  PutAccountSendingAttributesRequest,
5
4
  PutAccountSendingAttributesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutAccountSendingAttributesCommandInput
15
8
  extends PutAccountSendingAttributesRequest {}
16
9
  export interface PutAccountSendingAttributesCommandOutput
@@ -22,22 +15,20 @@ declare const PutAccountSendingAttributesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutAccountSendingAttributesCommandInput,
24
17
  PutAccountSendingAttributesCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [PutAccountSendingAttributesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutAccountSendingAttributesCommandInput,
33
26
  PutAccountSendingAttributesCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutAccountSendingAttributesCommand extends PutAccountSendingAttributesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  PutConfigurationSetDeliveryOptionsRequest,
5
4
  PutConfigurationSetDeliveryOptionsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutConfigurationSetDeliveryOptionsCommandInput
15
8
  extends PutConfigurationSetDeliveryOptionsRequest {}
16
9
  export interface PutConfigurationSetDeliveryOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const PutConfigurationSetDeliveryOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutConfigurationSetDeliveryOptionsCommandInput,
24
17
  PutConfigurationSetDeliveryOptionsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutConfigurationSetDeliveryOptionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutConfigurationSetDeliveryOptionsCommandInput,
33
26
  PutConfigurationSetDeliveryOptionsCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutConfigurationSetDeliveryOptionsCommand extends PutConfigurationSetDeliveryOptionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  PutConfigurationSetReputationOptionsRequest,
5
4
  PutConfigurationSetReputationOptionsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutConfigurationSetReputationOptionsCommandInput
15
8
  extends PutConfigurationSetReputationOptionsRequest {}
16
9
  export interface PutConfigurationSetReputationOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const PutConfigurationSetReputationOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutConfigurationSetReputationOptionsCommandInput,
24
17
  PutConfigurationSetReputationOptionsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutConfigurationSetReputationOptionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutConfigurationSetReputationOptionsCommandInput,
33
26
  PutConfigurationSetReputationOptionsCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutConfigurationSetReputationOptionsCommand extends PutConfigurationSetReputationOptionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  PutConfigurationSetSendingOptionsRequest,
5
4
  PutConfigurationSetSendingOptionsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutConfigurationSetSendingOptionsCommandInput
15
8
  extends PutConfigurationSetSendingOptionsRequest {}
16
9
  export interface PutConfigurationSetSendingOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const PutConfigurationSetSendingOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutConfigurationSetSendingOptionsCommandInput,
24
17
  PutConfigurationSetSendingOptionsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutConfigurationSetSendingOptionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutConfigurationSetSendingOptionsCommandInput,
33
26
  PutConfigurationSetSendingOptionsCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutConfigurationSetSendingOptionsCommand extends PutConfigurationSetSendingOptionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  PutConfigurationSetTrackingOptionsRequest,
5
4
  PutConfigurationSetTrackingOptionsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutConfigurationSetTrackingOptionsCommandInput
15
8
  extends PutConfigurationSetTrackingOptionsRequest {}
16
9
  export interface PutConfigurationSetTrackingOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const PutConfigurationSetTrackingOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutConfigurationSetTrackingOptionsCommandInput,
24
17
  PutConfigurationSetTrackingOptionsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutConfigurationSetTrackingOptionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutConfigurationSetTrackingOptionsCommandInput,
33
26
  PutConfigurationSetTrackingOptionsCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutConfigurationSetTrackingOptionsCommand extends PutConfigurationSetTrackingOptionsCommand_base {
43
34
  protected static __types: {