@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
  CreateEmailIdentityRequest,
5
4
  CreateEmailIdentityResponse,
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 CreateEmailIdentityCommandInput
15
8
  extends CreateEmailIdentityRequest {}
16
9
  export interface CreateEmailIdentityCommandOutput
@@ -22,22 +15,20 @@ declare const CreateEmailIdentityCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateEmailIdentityCommandInput,
24
17
  CreateEmailIdentityCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateEmailIdentityCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateEmailIdentityCommandInput,
33
26
  CreateEmailIdentityCommandOutput,
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 CreateEmailIdentityCommand extends CreateEmailIdentityCommand_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
  DeleteConfigurationSetRequest,
5
4
  DeleteConfigurationSetResponse,
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 DeleteConfigurationSetCommandInput
15
8
  extends DeleteConfigurationSetRequest {}
16
9
  export interface DeleteConfigurationSetCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteConfigurationSetCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteConfigurationSetCommandInput,
24
17
  DeleteConfigurationSetCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteConfigurationSetCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteConfigurationSetCommandInput,
33
26
  DeleteConfigurationSetCommandOutput,
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 DeleteConfigurationSetCommand extends DeleteConfigurationSetCommand_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
  DeleteConfigurationSetEventDestinationRequest,
5
4
  DeleteConfigurationSetEventDestinationResponse,
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 DeleteConfigurationSetEventDestinationCommandInput
15
8
  extends DeleteConfigurationSetEventDestinationRequest {}
16
9
  export interface DeleteConfigurationSetEventDestinationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteConfigurationSetEventDestinationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteConfigurationSetEventDestinationCommandInput,
24
17
  DeleteConfigurationSetEventDestinationCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteConfigurationSetEventDestinationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteConfigurationSetEventDestinationCommandInput,
33
26
  DeleteConfigurationSetEventDestinationCommandOutput,
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 DeleteConfigurationSetEventDestinationCommand extends DeleteConfigurationSetEventDestinationCommand_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
  DeleteDedicatedIpPoolRequest,
5
4
  DeleteDedicatedIpPoolResponse,
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 DeleteDedicatedIpPoolCommandInput
15
8
  extends DeleteDedicatedIpPoolRequest {}
16
9
  export interface DeleteDedicatedIpPoolCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteDedicatedIpPoolCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteDedicatedIpPoolCommandInput,
24
17
  DeleteDedicatedIpPoolCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteDedicatedIpPoolCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteDedicatedIpPoolCommandInput,
33
26
  DeleteDedicatedIpPoolCommandOutput,
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 DeleteDedicatedIpPoolCommand extends DeleteDedicatedIpPoolCommand_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
  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: {