@aws-sdk/client-pinpoint-email 3.1077.0 → 3.1079.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 (134) hide show
  1. package/dist-cjs/index.js +50 -423
  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-types/commandBuilder.d.ts +18 -0
  47. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +3 -8
  56. package/dist-types/commands/GetAccountCommand.d.ts +3 -8
  57. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +3 -8
  58. package/dist-types/commands/GetConfigurationSetCommand.d.ts +3 -8
  59. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -8
  60. package/dist-types/commands/GetDedicatedIpCommand.d.ts +3 -8
  61. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +3 -8
  62. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -8
  63. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +3 -8
  64. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -8
  65. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +3 -8
  66. package/dist-types/commands/GetEmailIdentityCommand.d.ts +3 -8
  67. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  74. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +3 -8
  75. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
  76. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -8
  77. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -8
  78. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -8
  79. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +3 -8
  80. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  81. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -8
  82. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -8
  83. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -8
  84. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -8
  85. package/dist-types/commands/SendEmailCommand.d.ts +3 -8
  86. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  87. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
  89. package/dist-types/index.d.ts +1 -0
  90. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/index.d.ts +1 -0
  134. package/package.json +8 -8
@@ -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
  DeleteEmailIdentityRequest,
5
4
  DeleteEmailIdentityResponse,
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 DeleteEmailIdentityCommandInput
15
8
  extends DeleteEmailIdentityRequest {}
16
9
  export interface DeleteEmailIdentityCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteEmailIdentityCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteEmailIdentityCommandInput,
24
17
  DeleteEmailIdentityCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteEmailIdentityCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteEmailIdentityCommandInput,
33
26
  DeleteEmailIdentityCommandOutput,
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 DeleteEmailIdentityCommand extends DeleteEmailIdentityCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { GetAccountRequest, GetAccountResponse } from "../models/models_0";
4
- import {
5
- PinpointEmailClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PinpointEmailClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetAccountCommandInput extends GetAccountRequest {}
12
5
  export interface GetAccountCommandOutput
13
6
  extends GetAccountResponse,
@@ -18,22 +11,20 @@ declare const GetAccountCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetAccountCommandInput,
20
13
  GetAccountCommandOutput,
21
- PinpointEmailClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PinpointEmailClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [GetAccountCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetAccountCommandInput,
29
22
  GetAccountCommandOutput,
30
- PinpointEmailClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PinpointEmailClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetAccountCommand extends GetAccountCommand_base {
39
30
  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
  GetBlacklistReportsRequest,
5
4
  GetBlacklistReportsResponse,
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 GetBlacklistReportsCommandInput
15
8
  extends GetBlacklistReportsRequest {}
16
9
  export interface GetBlacklistReportsCommandOutput
@@ -22,22 +15,20 @@ declare const GetBlacklistReportsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBlacklistReportsCommandInput,
24
17
  GetBlacklistReportsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetBlacklistReportsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBlacklistReportsCommandInput,
33
26
  GetBlacklistReportsCommandOutput,
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 GetBlacklistReportsCommand extends GetBlacklistReportsCommand_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
  GetConfigurationSetRequest,
5
4
  GetConfigurationSetResponse,
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 GetConfigurationSetCommandInput
15
8
  extends GetConfigurationSetRequest {}
16
9
  export interface GetConfigurationSetCommandOutput
@@ -22,22 +15,20 @@ declare const GetConfigurationSetCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetConfigurationSetCommandInput,
24
17
  GetConfigurationSetCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetConfigurationSetCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetConfigurationSetCommandInput,
33
26
  GetConfigurationSetCommandOutput,
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 GetConfigurationSetCommand extends GetConfigurationSetCommand_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
  GetConfigurationSetEventDestinationsRequest,
5
4
  GetConfigurationSetEventDestinationsResponse,
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 GetConfigurationSetEventDestinationsCommandInput
15
8
  extends GetConfigurationSetEventDestinationsRequest {}
16
9
  export interface GetConfigurationSetEventDestinationsCommandOutput
@@ -22,22 +15,20 @@ declare const GetConfigurationSetEventDestinationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetConfigurationSetEventDestinationsCommandInput,
24
17
  GetConfigurationSetEventDestinationsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetConfigurationSetEventDestinationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetConfigurationSetEventDestinationsCommandInput,
33
26
  GetConfigurationSetEventDestinationsCommandOutput,
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 GetConfigurationSetEventDestinationsCommand extends GetConfigurationSetEventDestinationsCommand_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
  GetDedicatedIpRequest,
5
4
  GetDedicatedIpResponse,
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 GetDedicatedIpCommandInput extends GetDedicatedIpRequest {}
15
8
  export interface GetDedicatedIpCommandOutput
16
9
  extends GetDedicatedIpResponse,
@@ -21,22 +14,20 @@ declare const GetDedicatedIpCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetDedicatedIpCommandInput,
23
16
  GetDedicatedIpCommandOutput,
24
- PinpointEmailClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PinpointEmailClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetDedicatedIpCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetDedicatedIpCommandInput,
32
25
  GetDedicatedIpCommandOutput,
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 GetDedicatedIpCommand extends GetDedicatedIpCommand_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
  GetDedicatedIpsRequest,
5
4
  GetDedicatedIpsResponse,
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 GetDedicatedIpsCommandInput extends GetDedicatedIpsRequest {}
15
8
  export interface GetDedicatedIpsCommandOutput
16
9
  extends GetDedicatedIpsResponse,
@@ -21,22 +14,20 @@ declare const GetDedicatedIpsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetDedicatedIpsCommandInput,
23
16
  GetDedicatedIpsCommandOutput,
24
- PinpointEmailClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PinpointEmailClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [GetDedicatedIpsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetDedicatedIpsCommandInput,
32
25
  GetDedicatedIpsCommandOutput,
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 GetDedicatedIpsCommand extends GetDedicatedIpsCommand_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
  GetDeliverabilityDashboardOptionsRequest,
5
4
  GetDeliverabilityDashboardOptionsResponse,
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 GetDeliverabilityDashboardOptionsCommandInput
15
8
  extends GetDeliverabilityDashboardOptionsRequest {}
16
9
  export interface GetDeliverabilityDashboardOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const GetDeliverabilityDashboardOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDeliverabilityDashboardOptionsCommandInput,
24
17
  GetDeliverabilityDashboardOptionsCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetDeliverabilityDashboardOptionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDeliverabilityDashboardOptionsCommandInput,
33
26
  GetDeliverabilityDashboardOptionsCommandOutput,
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 GetDeliverabilityDashboardOptionsCommand extends GetDeliverabilityDashboardOptionsCommand_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
  GetDeliverabilityTestReportRequest,
5
4
  GetDeliverabilityTestReportResponse,
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 GetDeliverabilityTestReportCommandInput
15
8
  extends GetDeliverabilityTestReportRequest {}
16
9
  export interface GetDeliverabilityTestReportCommandOutput
@@ -22,22 +15,20 @@ declare const GetDeliverabilityTestReportCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDeliverabilityTestReportCommandInput,
24
17
  GetDeliverabilityTestReportCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDeliverabilityTestReportCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDeliverabilityTestReportCommandInput,
33
26
  GetDeliverabilityTestReportCommandOutput,
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 GetDeliverabilityTestReportCommand extends GetDeliverabilityTestReportCommand_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
  GetDomainDeliverabilityCampaignRequest,
5
4
  GetDomainDeliverabilityCampaignResponse,
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 GetDomainDeliverabilityCampaignCommandInput
15
8
  extends GetDomainDeliverabilityCampaignRequest {}
16
9
  export interface GetDomainDeliverabilityCampaignCommandOutput
@@ -22,22 +15,20 @@ declare const GetDomainDeliverabilityCampaignCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDomainDeliverabilityCampaignCommandInput,
24
17
  GetDomainDeliverabilityCampaignCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDomainDeliverabilityCampaignCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDomainDeliverabilityCampaignCommandInput,
33
26
  GetDomainDeliverabilityCampaignCommandOutput,
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 GetDomainDeliverabilityCampaignCommand extends GetDomainDeliverabilityCampaignCommand_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
  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: {