@aws-sdk/client-pinpoint-email 3.37.0 → 3.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
19
 
8
20
 
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./CreateConfigurationSetCommand"), exports);
5
+ tslib_1.__exportStar(require("./CreateConfigurationSetEventDestinationCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateDedicatedIpPoolCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateDeliverabilityTestReportCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateEmailIdentityCommand"), exports);
9
+ tslib_1.__exportStar(require("./DeleteConfigurationSetCommand"), exports);
10
+ tslib_1.__exportStar(require("./DeleteConfigurationSetEventDestinationCommand"), exports);
11
+ tslib_1.__exportStar(require("./DeleteDedicatedIpPoolCommand"), exports);
12
+ tslib_1.__exportStar(require("./DeleteEmailIdentityCommand"), exports);
13
+ tslib_1.__exportStar(require("./GetAccountCommand"), exports);
14
+ tslib_1.__exportStar(require("./GetBlacklistReportsCommand"), exports);
15
+ tslib_1.__exportStar(require("./GetConfigurationSetCommand"), exports);
16
+ tslib_1.__exportStar(require("./GetConfigurationSetEventDestinationsCommand"), exports);
17
+ tslib_1.__exportStar(require("./GetDedicatedIpCommand"), exports);
18
+ tslib_1.__exportStar(require("./GetDedicatedIpsCommand"), exports);
19
+ tslib_1.__exportStar(require("./GetDeliverabilityDashboardOptionsCommand"), exports);
20
+ tslib_1.__exportStar(require("./GetDeliverabilityTestReportCommand"), exports);
21
+ tslib_1.__exportStar(require("./GetDomainDeliverabilityCampaignCommand"), exports);
22
+ tslib_1.__exportStar(require("./GetDomainStatisticsReportCommand"), exports);
23
+ tslib_1.__exportStar(require("./GetEmailIdentityCommand"), exports);
24
+ tslib_1.__exportStar(require("./ListConfigurationSetsCommand"), exports);
25
+ tslib_1.__exportStar(require("./ListDedicatedIpPoolsCommand"), exports);
26
+ tslib_1.__exportStar(require("./ListDeliverabilityTestReportsCommand"), exports);
27
+ tslib_1.__exportStar(require("./ListDomainDeliverabilityCampaignsCommand"), exports);
28
+ tslib_1.__exportStar(require("./ListEmailIdentitiesCommand"), exports);
29
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
30
+ tslib_1.__exportStar(require("./PutAccountDedicatedIpWarmupAttributesCommand"), exports);
31
+ tslib_1.__exportStar(require("./PutAccountSendingAttributesCommand"), exports);
32
+ tslib_1.__exportStar(require("./PutConfigurationSetDeliveryOptionsCommand"), exports);
33
+ tslib_1.__exportStar(require("./PutConfigurationSetReputationOptionsCommand"), exports);
34
+ tslib_1.__exportStar(require("./PutConfigurationSetSendingOptionsCommand"), exports);
35
+ tslib_1.__exportStar(require("./PutConfigurationSetTrackingOptionsCommand"), exports);
36
+ tslib_1.__exportStar(require("./PutDedicatedIpInPoolCommand"), exports);
37
+ tslib_1.__exportStar(require("./PutDedicatedIpWarmupAttributesCommand"), exports);
38
+ tslib_1.__exportStar(require("./PutDeliverabilityDashboardOptionCommand"), exports);
39
+ tslib_1.__exportStar(require("./PutEmailIdentityDkimAttributesCommand"), exports);
40
+ tslib_1.__exportStar(require("./PutEmailIdentityFeedbackAttributesCommand"), exports);
41
+ tslib_1.__exportStar(require("./PutEmailIdentityMailFromAttributesCommand"), exports);
42
+ tslib_1.__exportStar(require("./SendEmailCommand"), exports);
43
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
44
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
45
+ tslib_1.__exportStar(require("./UpdateConfigurationSetEventDestinationCommand"), exports);
package/dist-cjs/index.js CHANGED
@@ -1,55 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./PinpointEmailClient"), exports);
5
4
  tslib_1.__exportStar(require("./PinpointEmail"), exports);
6
- tslib_1.__exportStar(require("./commands/CreateConfigurationSetCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/CreateConfigurationSetEventDestinationCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CreateDedicatedIpPoolCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/CreateDeliverabilityTestReportCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/CreateEmailIdentityCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/DeleteConfigurationSetCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/DeleteConfigurationSetEventDestinationCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/DeleteDedicatedIpPoolCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/DeleteEmailIdentityCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/GetAccountCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/GetBlacklistReportsCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/GetConfigurationSetCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/GetConfigurationSetEventDestinationsCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/GetDedicatedIpCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/GetDedicatedIpsCommand"), exports);
21
- tslib_1.__exportStar(require("./pagination/GetDedicatedIpsPaginator"), exports);
22
- tslib_1.__exportStar(require("./commands/GetDeliverabilityDashboardOptionsCommand"), exports);
23
- tslib_1.__exportStar(require("./commands/GetDeliverabilityTestReportCommand"), exports);
24
- tslib_1.__exportStar(require("./commands/GetDomainDeliverabilityCampaignCommand"), exports);
25
- tslib_1.__exportStar(require("./commands/GetDomainStatisticsReportCommand"), exports);
26
- tslib_1.__exportStar(require("./commands/GetEmailIdentityCommand"), exports);
27
- tslib_1.__exportStar(require("./commands/ListConfigurationSetsCommand"), exports);
28
- tslib_1.__exportStar(require("./pagination/ListConfigurationSetsPaginator"), exports);
29
- tslib_1.__exportStar(require("./commands/ListDedicatedIpPoolsCommand"), exports);
30
- tslib_1.__exportStar(require("./pagination/ListDedicatedIpPoolsPaginator"), exports);
31
- tslib_1.__exportStar(require("./commands/ListDeliverabilityTestReportsCommand"), exports);
32
- tslib_1.__exportStar(require("./pagination/ListDeliverabilityTestReportsPaginator"), exports);
33
- tslib_1.__exportStar(require("./commands/ListDomainDeliverabilityCampaignsCommand"), exports);
34
- tslib_1.__exportStar(require("./pagination/ListDomainDeliverabilityCampaignsPaginator"), exports);
35
- tslib_1.__exportStar(require("./commands/ListEmailIdentitiesCommand"), exports);
36
- tslib_1.__exportStar(require("./pagination/ListEmailIdentitiesPaginator"), exports);
37
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
38
- tslib_1.__exportStar(require("./commands/PutAccountDedicatedIpWarmupAttributesCommand"), exports);
39
- tslib_1.__exportStar(require("./commands/PutAccountSendingAttributesCommand"), exports);
40
- tslib_1.__exportStar(require("./commands/PutConfigurationSetDeliveryOptionsCommand"), exports);
41
- tslib_1.__exportStar(require("./commands/PutConfigurationSetReputationOptionsCommand"), exports);
42
- tslib_1.__exportStar(require("./commands/PutConfigurationSetSendingOptionsCommand"), exports);
43
- tslib_1.__exportStar(require("./commands/PutConfigurationSetTrackingOptionsCommand"), exports);
44
- tslib_1.__exportStar(require("./commands/PutDedicatedIpInPoolCommand"), exports);
45
- tslib_1.__exportStar(require("./commands/PutDedicatedIpWarmupAttributesCommand"), exports);
46
- tslib_1.__exportStar(require("./commands/PutDeliverabilityDashboardOptionCommand"), exports);
47
- tslib_1.__exportStar(require("./commands/PutEmailIdentityDkimAttributesCommand"), exports);
48
- tslib_1.__exportStar(require("./commands/PutEmailIdentityFeedbackAttributesCommand"), exports);
49
- tslib_1.__exportStar(require("./commands/PutEmailIdentityMailFromAttributesCommand"), exports);
50
- tslib_1.__exportStar(require("./commands/SendEmailCommand"), exports);
51
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
52
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
53
- tslib_1.__exportStar(require("./commands/UpdateConfigurationSetEventDestinationCommand"), exports);
54
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
55
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./PinpointEmailClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./GetDedicatedIpsPaginator"), exports);
5
+ tslib_1.__exportStar(require("./Interfaces"), exports);
6
+ tslib_1.__exportStar(require("./ListConfigurationSetsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListDedicatedIpPoolsPaginator"), exports);
8
+ tslib_1.__exportStar(require("./ListDeliverabilityTestReportsPaginator"), exports);
9
+ tslib_1.__exportStar(require("./ListDomainDeliverabilityCampaignsPaginator"), exports);
10
+ tslib_1.__exportStar(require("./ListEmailIdentitiesPaginator"), exports);
@@ -0,0 +1,42 @@
1
+ export * from "./CreateConfigurationSetCommand";
2
+ export * from "./CreateConfigurationSetEventDestinationCommand";
3
+ export * from "./CreateDedicatedIpPoolCommand";
4
+ export * from "./CreateDeliverabilityTestReportCommand";
5
+ export * from "./CreateEmailIdentityCommand";
6
+ export * from "./DeleteConfigurationSetCommand";
7
+ export * from "./DeleteConfigurationSetEventDestinationCommand";
8
+ export * from "./DeleteDedicatedIpPoolCommand";
9
+ export * from "./DeleteEmailIdentityCommand";
10
+ export * from "./GetAccountCommand";
11
+ export * from "./GetBlacklistReportsCommand";
12
+ export * from "./GetConfigurationSetCommand";
13
+ export * from "./GetConfigurationSetEventDestinationsCommand";
14
+ export * from "./GetDedicatedIpCommand";
15
+ export * from "./GetDedicatedIpsCommand";
16
+ export * from "./GetDeliverabilityDashboardOptionsCommand";
17
+ export * from "./GetDeliverabilityTestReportCommand";
18
+ export * from "./GetDomainDeliverabilityCampaignCommand";
19
+ export * from "./GetDomainStatisticsReportCommand";
20
+ export * from "./GetEmailIdentityCommand";
21
+ export * from "./ListConfigurationSetsCommand";
22
+ export * from "./ListDedicatedIpPoolsCommand";
23
+ export * from "./ListDeliverabilityTestReportsCommand";
24
+ export * from "./ListDomainDeliverabilityCampaignsCommand";
25
+ export * from "./ListEmailIdentitiesCommand";
26
+ export * from "./ListTagsForResourceCommand";
27
+ export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
28
+ export * from "./PutAccountSendingAttributesCommand";
29
+ export * from "./PutConfigurationSetDeliveryOptionsCommand";
30
+ export * from "./PutConfigurationSetReputationOptionsCommand";
31
+ export * from "./PutConfigurationSetSendingOptionsCommand";
32
+ export * from "./PutConfigurationSetTrackingOptionsCommand";
33
+ export * from "./PutDedicatedIpInPoolCommand";
34
+ export * from "./PutDedicatedIpWarmupAttributesCommand";
35
+ export * from "./PutDeliverabilityDashboardOptionCommand";
36
+ export * from "./PutEmailIdentityDkimAttributesCommand";
37
+ export * from "./PutEmailIdentityFeedbackAttributesCommand";
38
+ export * from "./PutEmailIdentityMailFromAttributesCommand";
39
+ export * from "./SendEmailCommand";
40
+ export * from "./TagResourceCommand";
41
+ export * from "./UntagResourceCommand";
42
+ export * from "./UpdateConfigurationSetEventDestinationCommand";
package/dist-es/index.js CHANGED
@@ -1,52 +1,5 @@
1
- export * from "./PinpointEmailClient";
2
1
  export * from "./PinpointEmail";
3
- export * from "./commands/CreateConfigurationSetCommand";
4
- export * from "./commands/CreateConfigurationSetEventDestinationCommand";
5
- export * from "./commands/CreateDedicatedIpPoolCommand";
6
- export * from "./commands/CreateDeliverabilityTestReportCommand";
7
- export * from "./commands/CreateEmailIdentityCommand";
8
- export * from "./commands/DeleteConfigurationSetCommand";
9
- export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
10
- export * from "./commands/DeleteDedicatedIpPoolCommand";
11
- export * from "./commands/DeleteEmailIdentityCommand";
12
- export * from "./commands/GetAccountCommand";
13
- export * from "./commands/GetBlacklistReportsCommand";
14
- export * from "./commands/GetConfigurationSetCommand";
15
- export * from "./commands/GetConfigurationSetEventDestinationsCommand";
16
- export * from "./commands/GetDedicatedIpCommand";
17
- export * from "./commands/GetDedicatedIpsCommand";
18
- export * from "./pagination/GetDedicatedIpsPaginator";
19
- export * from "./commands/GetDeliverabilityDashboardOptionsCommand";
20
- export * from "./commands/GetDeliverabilityTestReportCommand";
21
- export * from "./commands/GetDomainDeliverabilityCampaignCommand";
22
- export * from "./commands/GetDomainStatisticsReportCommand";
23
- export * from "./commands/GetEmailIdentityCommand";
24
- export * from "./commands/ListConfigurationSetsCommand";
25
- export * from "./pagination/ListConfigurationSetsPaginator";
26
- export * from "./commands/ListDedicatedIpPoolsCommand";
27
- export * from "./pagination/ListDedicatedIpPoolsPaginator";
28
- export * from "./commands/ListDeliverabilityTestReportsCommand";
29
- export * from "./pagination/ListDeliverabilityTestReportsPaginator";
30
- export * from "./commands/ListDomainDeliverabilityCampaignsCommand";
31
- export * from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
32
- export * from "./commands/ListEmailIdentitiesCommand";
33
- export * from "./pagination/ListEmailIdentitiesPaginator";
34
- export * from "./commands/ListTagsForResourceCommand";
35
- export * from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
36
- export * from "./commands/PutAccountSendingAttributesCommand";
37
- export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
38
- export * from "./commands/PutConfigurationSetReputationOptionsCommand";
39
- export * from "./commands/PutConfigurationSetSendingOptionsCommand";
40
- export * from "./commands/PutConfigurationSetTrackingOptionsCommand";
41
- export * from "./commands/PutDedicatedIpInPoolCommand";
42
- export * from "./commands/PutDedicatedIpWarmupAttributesCommand";
43
- export * from "./commands/PutDeliverabilityDashboardOptionCommand";
44
- export * from "./commands/PutEmailIdentityDkimAttributesCommand";
45
- export * from "./commands/PutEmailIdentityFeedbackAttributesCommand";
46
- export * from "./commands/PutEmailIdentityMailFromAttributesCommand";
47
- export * from "./commands/SendEmailCommand";
48
- export * from "./commands/TagResourceCommand";
49
- export * from "./commands/UntagResourceCommand";
50
- export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
51
- export * from "./pagination/Interfaces";
52
- export * from "./models/index";
2
+ export * from "./PinpointEmailClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,7 @@
1
+ export * from "./GetDedicatedIpsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListConfigurationSetsPaginator";
4
+ export * from "./ListDedicatedIpPoolsPaginator";
5
+ export * from "./ListDeliverabilityTestReportsPaginator";
6
+ export * from "./ListDomainDeliverabilityCampaignsPaginator";
7
+ export * from "./ListEmailIdentitiesPaginator";
@@ -0,0 +1,42 @@
1
+ export * from "./CreateConfigurationSetCommand";
2
+ export * from "./CreateConfigurationSetEventDestinationCommand";
3
+ export * from "./CreateDedicatedIpPoolCommand";
4
+ export * from "./CreateDeliverabilityTestReportCommand";
5
+ export * from "./CreateEmailIdentityCommand";
6
+ export * from "./DeleteConfigurationSetCommand";
7
+ export * from "./DeleteConfigurationSetEventDestinationCommand";
8
+ export * from "./DeleteDedicatedIpPoolCommand";
9
+ export * from "./DeleteEmailIdentityCommand";
10
+ export * from "./GetAccountCommand";
11
+ export * from "./GetBlacklistReportsCommand";
12
+ export * from "./GetConfigurationSetCommand";
13
+ export * from "./GetConfigurationSetEventDestinationsCommand";
14
+ export * from "./GetDedicatedIpCommand";
15
+ export * from "./GetDedicatedIpsCommand";
16
+ export * from "./GetDeliverabilityDashboardOptionsCommand";
17
+ export * from "./GetDeliverabilityTestReportCommand";
18
+ export * from "./GetDomainDeliverabilityCampaignCommand";
19
+ export * from "./GetDomainStatisticsReportCommand";
20
+ export * from "./GetEmailIdentityCommand";
21
+ export * from "./ListConfigurationSetsCommand";
22
+ export * from "./ListDedicatedIpPoolsCommand";
23
+ export * from "./ListDeliverabilityTestReportsCommand";
24
+ export * from "./ListDomainDeliverabilityCampaignsCommand";
25
+ export * from "./ListEmailIdentitiesCommand";
26
+ export * from "./ListTagsForResourceCommand";
27
+ export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
28
+ export * from "./PutAccountSendingAttributesCommand";
29
+ export * from "./PutConfigurationSetDeliveryOptionsCommand";
30
+ export * from "./PutConfigurationSetReputationOptionsCommand";
31
+ export * from "./PutConfigurationSetSendingOptionsCommand";
32
+ export * from "./PutConfigurationSetTrackingOptionsCommand";
33
+ export * from "./PutDedicatedIpInPoolCommand";
34
+ export * from "./PutDedicatedIpWarmupAttributesCommand";
35
+ export * from "./PutDeliverabilityDashboardOptionCommand";
36
+ export * from "./PutEmailIdentityDkimAttributesCommand";
37
+ export * from "./PutEmailIdentityFeedbackAttributesCommand";
38
+ export * from "./PutEmailIdentityMailFromAttributesCommand";
39
+ export * from "./SendEmailCommand";
40
+ export * from "./TagResourceCommand";
41
+ export * from "./UntagResourceCommand";
42
+ export * from "./UpdateConfigurationSetEventDestinationCommand";
@@ -1,52 +1,5 @@
1
- export * from "./PinpointEmailClient";
2
1
  export * from "./PinpointEmail";
3
- export * from "./commands/CreateConfigurationSetCommand";
4
- export * from "./commands/CreateConfigurationSetEventDestinationCommand";
5
- export * from "./commands/CreateDedicatedIpPoolCommand";
6
- export * from "./commands/CreateDeliverabilityTestReportCommand";
7
- export * from "./commands/CreateEmailIdentityCommand";
8
- export * from "./commands/DeleteConfigurationSetCommand";
9
- export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
10
- export * from "./commands/DeleteDedicatedIpPoolCommand";
11
- export * from "./commands/DeleteEmailIdentityCommand";
12
- export * from "./commands/GetAccountCommand";
13
- export * from "./commands/GetBlacklistReportsCommand";
14
- export * from "./commands/GetConfigurationSetCommand";
15
- export * from "./commands/GetConfigurationSetEventDestinationsCommand";
16
- export * from "./commands/GetDedicatedIpCommand";
17
- export * from "./commands/GetDedicatedIpsCommand";
18
- export * from "./pagination/GetDedicatedIpsPaginator";
19
- export * from "./commands/GetDeliverabilityDashboardOptionsCommand";
20
- export * from "./commands/GetDeliverabilityTestReportCommand";
21
- export * from "./commands/GetDomainDeliverabilityCampaignCommand";
22
- export * from "./commands/GetDomainStatisticsReportCommand";
23
- export * from "./commands/GetEmailIdentityCommand";
24
- export * from "./commands/ListConfigurationSetsCommand";
25
- export * from "./pagination/ListConfigurationSetsPaginator";
26
- export * from "./commands/ListDedicatedIpPoolsCommand";
27
- export * from "./pagination/ListDedicatedIpPoolsPaginator";
28
- export * from "./commands/ListDeliverabilityTestReportsCommand";
29
- export * from "./pagination/ListDeliverabilityTestReportsPaginator";
30
- export * from "./commands/ListDomainDeliverabilityCampaignsCommand";
31
- export * from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
32
- export * from "./commands/ListEmailIdentitiesCommand";
33
- export * from "./pagination/ListEmailIdentitiesPaginator";
34
- export * from "./commands/ListTagsForResourceCommand";
35
- export * from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
36
- export * from "./commands/PutAccountSendingAttributesCommand";
37
- export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
38
- export * from "./commands/PutConfigurationSetReputationOptionsCommand";
39
- export * from "./commands/PutConfigurationSetSendingOptionsCommand";
40
- export * from "./commands/PutConfigurationSetTrackingOptionsCommand";
41
- export * from "./commands/PutDedicatedIpInPoolCommand";
42
- export * from "./commands/PutDedicatedIpWarmupAttributesCommand";
43
- export * from "./commands/PutDeliverabilityDashboardOptionCommand";
44
- export * from "./commands/PutEmailIdentityDkimAttributesCommand";
45
- export * from "./commands/PutEmailIdentityFeedbackAttributesCommand";
46
- export * from "./commands/PutEmailIdentityMailFromAttributesCommand";
47
- export * from "./commands/SendEmailCommand";
48
- export * from "./commands/TagResourceCommand";
49
- export * from "./commands/UntagResourceCommand";
50
- export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
51
- export * from "./pagination/Interfaces";
52
- export * from "./models/index";
2
+ export * from "./PinpointEmailClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,7 @@
1
+ export * from "./GetDedicatedIpsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListConfigurationSetsPaginator";
4
+ export * from "./ListDedicatedIpPoolsPaginator";
5
+ export * from "./ListDeliverabilityTestReportsPaginator";
6
+ export * from "./ListDomainDeliverabilityCampaignsPaginator";
7
+ export * from "./ListEmailIdentitiesPaginator";
@@ -0,0 +1,42 @@
1
+ export * from "./CreateConfigurationSetCommand";
2
+ export * from "./CreateConfigurationSetEventDestinationCommand";
3
+ export * from "./CreateDedicatedIpPoolCommand";
4
+ export * from "./CreateDeliverabilityTestReportCommand";
5
+ export * from "./CreateEmailIdentityCommand";
6
+ export * from "./DeleteConfigurationSetCommand";
7
+ export * from "./DeleteConfigurationSetEventDestinationCommand";
8
+ export * from "./DeleteDedicatedIpPoolCommand";
9
+ export * from "./DeleteEmailIdentityCommand";
10
+ export * from "./GetAccountCommand";
11
+ export * from "./GetBlacklistReportsCommand";
12
+ export * from "./GetConfigurationSetCommand";
13
+ export * from "./GetConfigurationSetEventDestinationsCommand";
14
+ export * from "./GetDedicatedIpCommand";
15
+ export * from "./GetDedicatedIpsCommand";
16
+ export * from "./GetDeliverabilityDashboardOptionsCommand";
17
+ export * from "./GetDeliverabilityTestReportCommand";
18
+ export * from "./GetDomainDeliverabilityCampaignCommand";
19
+ export * from "./GetDomainStatisticsReportCommand";
20
+ export * from "./GetEmailIdentityCommand";
21
+ export * from "./ListConfigurationSetsCommand";
22
+ export * from "./ListDedicatedIpPoolsCommand";
23
+ export * from "./ListDeliverabilityTestReportsCommand";
24
+ export * from "./ListDomainDeliverabilityCampaignsCommand";
25
+ export * from "./ListEmailIdentitiesCommand";
26
+ export * from "./ListTagsForResourceCommand";
27
+ export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
28
+ export * from "./PutAccountSendingAttributesCommand";
29
+ export * from "./PutConfigurationSetDeliveryOptionsCommand";
30
+ export * from "./PutConfigurationSetReputationOptionsCommand";
31
+ export * from "./PutConfigurationSetSendingOptionsCommand";
32
+ export * from "./PutConfigurationSetTrackingOptionsCommand";
33
+ export * from "./PutDedicatedIpInPoolCommand";
34
+ export * from "./PutDedicatedIpWarmupAttributesCommand";
35
+ export * from "./PutDeliverabilityDashboardOptionCommand";
36
+ export * from "./PutEmailIdentityDkimAttributesCommand";
37
+ export * from "./PutEmailIdentityFeedbackAttributesCommand";
38
+ export * from "./PutEmailIdentityMailFromAttributesCommand";
39
+ export * from "./SendEmailCommand";
40
+ export * from "./TagResourceCommand";
41
+ export * from "./UntagResourceCommand";
42
+ export * from "./UpdateConfigurationSetEventDestinationCommand";
@@ -1,52 +1,5 @@
1
- export * from "./PinpointEmailClient";
2
1
  export * from "./PinpointEmail";
3
- export * from "./commands/CreateConfigurationSetCommand";
4
- export * from "./commands/CreateConfigurationSetEventDestinationCommand";
5
- export * from "./commands/CreateDedicatedIpPoolCommand";
6
- export * from "./commands/CreateDeliverabilityTestReportCommand";
7
- export * from "./commands/CreateEmailIdentityCommand";
8
- export * from "./commands/DeleteConfigurationSetCommand";
9
- export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
10
- export * from "./commands/DeleteDedicatedIpPoolCommand";
11
- export * from "./commands/DeleteEmailIdentityCommand";
12
- export * from "./commands/GetAccountCommand";
13
- export * from "./commands/GetBlacklistReportsCommand";
14
- export * from "./commands/GetConfigurationSetCommand";
15
- export * from "./commands/GetConfigurationSetEventDestinationsCommand";
16
- export * from "./commands/GetDedicatedIpCommand";
17
- export * from "./commands/GetDedicatedIpsCommand";
18
- export * from "./pagination/GetDedicatedIpsPaginator";
19
- export * from "./commands/GetDeliverabilityDashboardOptionsCommand";
20
- export * from "./commands/GetDeliverabilityTestReportCommand";
21
- export * from "./commands/GetDomainDeliverabilityCampaignCommand";
22
- export * from "./commands/GetDomainStatisticsReportCommand";
23
- export * from "./commands/GetEmailIdentityCommand";
24
- export * from "./commands/ListConfigurationSetsCommand";
25
- export * from "./pagination/ListConfigurationSetsPaginator";
26
- export * from "./commands/ListDedicatedIpPoolsCommand";
27
- export * from "./pagination/ListDedicatedIpPoolsPaginator";
28
- export * from "./commands/ListDeliverabilityTestReportsCommand";
29
- export * from "./pagination/ListDeliverabilityTestReportsPaginator";
30
- export * from "./commands/ListDomainDeliverabilityCampaignsCommand";
31
- export * from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
32
- export * from "./commands/ListEmailIdentitiesCommand";
33
- export * from "./pagination/ListEmailIdentitiesPaginator";
34
- export * from "./commands/ListTagsForResourceCommand";
35
- export * from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
36
- export * from "./commands/PutAccountSendingAttributesCommand";
37
- export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
38
- export * from "./commands/PutConfigurationSetReputationOptionsCommand";
39
- export * from "./commands/PutConfigurationSetSendingOptionsCommand";
40
- export * from "./commands/PutConfigurationSetTrackingOptionsCommand";
41
- export * from "./commands/PutDedicatedIpInPoolCommand";
42
- export * from "./commands/PutDedicatedIpWarmupAttributesCommand";
43
- export * from "./commands/PutDeliverabilityDashboardOptionCommand";
44
- export * from "./commands/PutEmailIdentityDkimAttributesCommand";
45
- export * from "./commands/PutEmailIdentityFeedbackAttributesCommand";
46
- export * from "./commands/PutEmailIdentityMailFromAttributesCommand";
47
- export * from "./commands/SendEmailCommand";
48
- export * from "./commands/TagResourceCommand";
49
- export * from "./commands/UntagResourceCommand";
50
- export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
51
- export * from "./pagination/Interfaces";
52
- export * from "./models/index";
2
+ export * from "./PinpointEmailClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,7 @@
1
+ export * from "./GetDedicatedIpsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListConfigurationSetsPaginator";
4
+ export * from "./ListDedicatedIpPoolsPaginator";
5
+ export * from "./ListDeliverabilityTestReportsPaginator";
6
+ export * from "./ListDomainDeliverabilityCampaignsPaginator";
7
+ export * from "./ListEmailIdentitiesPaginator";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pinpoint-email",
3
3
  "description": "AWS SDK for JavaScript Pinpoint Email Client for Node.js, Browser and React Native",
4
- "version": "3.37.0",
4
+ "version": "3.38.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "^1.0.0",
23
23
  "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
24
+ "@aws-sdk/client-sts": "3.38.0",
25
+ "@aws-sdk/config-resolver": "3.38.0",
26
+ "@aws-sdk/credential-provider-node": "3.38.0",
27
+ "@aws-sdk/fetch-http-handler": "3.38.0",
28
+ "@aws-sdk/hash-node": "3.38.0",
29
+ "@aws-sdk/invalid-dependency": "3.38.0",
30
+ "@aws-sdk/middleware-content-length": "3.38.0",
31
+ "@aws-sdk/middleware-host-header": "3.38.0",
32
+ "@aws-sdk/middleware-logger": "3.38.0",
33
+ "@aws-sdk/middleware-retry": "3.38.0",
34
+ "@aws-sdk/middleware-serde": "3.38.0",
35
+ "@aws-sdk/middleware-signing": "3.38.0",
36
+ "@aws-sdk/middleware-stack": "3.38.0",
37
+ "@aws-sdk/middleware-user-agent": "3.38.0",
38
+ "@aws-sdk/node-config-provider": "3.38.0",
39
+ "@aws-sdk/node-http-handler": "3.38.0",
40
+ "@aws-sdk/protocol-http": "3.38.0",
41
+ "@aws-sdk/smithy-client": "3.38.0",
42
+ "@aws-sdk/types": "3.38.0",
43
+ "@aws-sdk/url-parser": "3.38.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.38.0",
49
+ "@aws-sdk/util-user-agent-node": "3.38.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/client-documentation-generator": "3.37.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
56
56
  "@types/node": "^12.7.5",
57
57
  "downlevel-dts": "0.7.0",
58
58
  "jest": "^26.1.0",