@aws-sdk/client-mailmanager 3.974.0 → 3.978.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +39 -25
- package/dist-es/MailManager.js +27 -1
- package/dist-types/MailManager.d.ts +85 -1
- package/dist-types/ts3.4/MailManager.d.ts +89 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -2662,6 +2662,30 @@ class UpdateTrafficPolicyCommand extends smithyClient.Command
|
|
|
2662
2662
|
.build() {
|
|
2663
2663
|
}
|
|
2664
2664
|
|
|
2665
|
+
const paginateListAddonInstances = core.createPaginator(MailManagerClient, ListAddonInstancesCommand, "NextToken", "NextToken", "PageSize");
|
|
2666
|
+
|
|
2667
|
+
const paginateListAddonSubscriptions = core.createPaginator(MailManagerClient, ListAddonSubscriptionsCommand, "NextToken", "NextToken", "PageSize");
|
|
2668
|
+
|
|
2669
|
+
const paginateListAddressListImportJobs = core.createPaginator(MailManagerClient, ListAddressListImportJobsCommand, "NextToken", "NextToken", "PageSize");
|
|
2670
|
+
|
|
2671
|
+
const paginateListAddressLists = core.createPaginator(MailManagerClient, ListAddressListsCommand, "NextToken", "NextToken", "PageSize");
|
|
2672
|
+
|
|
2673
|
+
const paginateListArchiveExports = core.createPaginator(MailManagerClient, ListArchiveExportsCommand, "NextToken", "NextToken", "PageSize");
|
|
2674
|
+
|
|
2675
|
+
const paginateListArchiveSearches = core.createPaginator(MailManagerClient, ListArchiveSearchesCommand, "NextToken", "NextToken", "PageSize");
|
|
2676
|
+
|
|
2677
|
+
const paginateListArchives = core.createPaginator(MailManagerClient, ListArchivesCommand, "NextToken", "NextToken", "PageSize");
|
|
2678
|
+
|
|
2679
|
+
const paginateListIngressPoints = core.createPaginator(MailManagerClient, ListIngressPointsCommand, "NextToken", "NextToken", "PageSize");
|
|
2680
|
+
|
|
2681
|
+
const paginateListMembersOfAddressList = core.createPaginator(MailManagerClient, ListMembersOfAddressListCommand, "NextToken", "NextToken", "PageSize");
|
|
2682
|
+
|
|
2683
|
+
const paginateListRelays = core.createPaginator(MailManagerClient, ListRelaysCommand, "NextToken", "NextToken", "PageSize");
|
|
2684
|
+
|
|
2685
|
+
const paginateListRuleSets = core.createPaginator(MailManagerClient, ListRuleSetsCommand, "NextToken", "NextToken", "PageSize");
|
|
2686
|
+
|
|
2687
|
+
const paginateListTrafficPolicies = core.createPaginator(MailManagerClient, ListTrafficPoliciesCommand, "NextToken", "NextToken", "PageSize");
|
|
2688
|
+
|
|
2665
2689
|
const commands = {
|
|
2666
2690
|
CreateAddonInstanceCommand,
|
|
2667
2691
|
CreateAddonSubscriptionCommand,
|
|
@@ -2724,33 +2748,23 @@ const commands = {
|
|
|
2724
2748
|
UpdateRuleSetCommand,
|
|
2725
2749
|
UpdateTrafficPolicyCommand,
|
|
2726
2750
|
};
|
|
2751
|
+
const paginators = {
|
|
2752
|
+
paginateListAddonInstances,
|
|
2753
|
+
paginateListAddonSubscriptions,
|
|
2754
|
+
paginateListAddressListImportJobs,
|
|
2755
|
+
paginateListAddressLists,
|
|
2756
|
+
paginateListArchiveExports,
|
|
2757
|
+
paginateListArchives,
|
|
2758
|
+
paginateListArchiveSearches,
|
|
2759
|
+
paginateListIngressPoints,
|
|
2760
|
+
paginateListMembersOfAddressList,
|
|
2761
|
+
paginateListRelays,
|
|
2762
|
+
paginateListRuleSets,
|
|
2763
|
+
paginateListTrafficPolicies,
|
|
2764
|
+
};
|
|
2727
2765
|
class MailManager extends MailManagerClient {
|
|
2728
2766
|
}
|
|
2729
|
-
smithyClient.createAggregatedClient(commands, MailManager);
|
|
2730
|
-
|
|
2731
|
-
const paginateListAddonInstances = core.createPaginator(MailManagerClient, ListAddonInstancesCommand, "NextToken", "NextToken", "PageSize");
|
|
2732
|
-
|
|
2733
|
-
const paginateListAddonSubscriptions = core.createPaginator(MailManagerClient, ListAddonSubscriptionsCommand, "NextToken", "NextToken", "PageSize");
|
|
2734
|
-
|
|
2735
|
-
const paginateListAddressListImportJobs = core.createPaginator(MailManagerClient, ListAddressListImportJobsCommand, "NextToken", "NextToken", "PageSize");
|
|
2736
|
-
|
|
2737
|
-
const paginateListAddressLists = core.createPaginator(MailManagerClient, ListAddressListsCommand, "NextToken", "NextToken", "PageSize");
|
|
2738
|
-
|
|
2739
|
-
const paginateListArchiveExports = core.createPaginator(MailManagerClient, ListArchiveExportsCommand, "NextToken", "NextToken", "PageSize");
|
|
2740
|
-
|
|
2741
|
-
const paginateListArchives = core.createPaginator(MailManagerClient, ListArchivesCommand, "NextToken", "NextToken", "PageSize");
|
|
2742
|
-
|
|
2743
|
-
const paginateListArchiveSearches = core.createPaginator(MailManagerClient, ListArchiveSearchesCommand, "NextToken", "NextToken", "PageSize");
|
|
2744
|
-
|
|
2745
|
-
const paginateListIngressPoints = core.createPaginator(MailManagerClient, ListIngressPointsCommand, "NextToken", "NextToken", "PageSize");
|
|
2746
|
-
|
|
2747
|
-
const paginateListMembersOfAddressList = core.createPaginator(MailManagerClient, ListMembersOfAddressListCommand, "NextToken", "NextToken", "PageSize");
|
|
2748
|
-
|
|
2749
|
-
const paginateListRelays = core.createPaginator(MailManagerClient, ListRelaysCommand, "NextToken", "NextToken", "PageSize");
|
|
2750
|
-
|
|
2751
|
-
const paginateListRuleSets = core.createPaginator(MailManagerClient, ListRuleSetsCommand, "NextToken", "NextToken", "PageSize");
|
|
2752
|
-
|
|
2753
|
-
const paginateListTrafficPolicies = core.createPaginator(MailManagerClient, ListTrafficPoliciesCommand, "NextToken", "NextToken", "PageSize");
|
|
2767
|
+
smithyClient.createAggregatedClient(commands, MailManager, { paginators });
|
|
2754
2768
|
|
|
2755
2769
|
const AcceptAction = {
|
|
2756
2770
|
ALLOW: "ALLOW",
|
package/dist-es/MailManager.js
CHANGED
|
@@ -60,6 +60,18 @@ import { UpdateRelayCommand } from "./commands/UpdateRelayCommand";
|
|
|
60
60
|
import { UpdateRuleSetCommand, } from "./commands/UpdateRuleSetCommand";
|
|
61
61
|
import { UpdateTrafficPolicyCommand, } from "./commands/UpdateTrafficPolicyCommand";
|
|
62
62
|
import { MailManagerClient } from "./MailManagerClient";
|
|
63
|
+
import { paginateListAddonInstances } from "./pagination/ListAddonInstancesPaginator";
|
|
64
|
+
import { paginateListAddonSubscriptions } from "./pagination/ListAddonSubscriptionsPaginator";
|
|
65
|
+
import { paginateListAddressListImportJobs } from "./pagination/ListAddressListImportJobsPaginator";
|
|
66
|
+
import { paginateListAddressLists } from "./pagination/ListAddressListsPaginator";
|
|
67
|
+
import { paginateListArchiveExports } from "./pagination/ListArchiveExportsPaginator";
|
|
68
|
+
import { paginateListArchiveSearches } from "./pagination/ListArchiveSearchesPaginator";
|
|
69
|
+
import { paginateListArchives } from "./pagination/ListArchivesPaginator";
|
|
70
|
+
import { paginateListIngressPoints } from "./pagination/ListIngressPointsPaginator";
|
|
71
|
+
import { paginateListMembersOfAddressList } from "./pagination/ListMembersOfAddressListPaginator";
|
|
72
|
+
import { paginateListRelays } from "./pagination/ListRelaysPaginator";
|
|
73
|
+
import { paginateListRuleSets } from "./pagination/ListRuleSetsPaginator";
|
|
74
|
+
import { paginateListTrafficPolicies } from "./pagination/ListTrafficPoliciesPaginator";
|
|
63
75
|
const commands = {
|
|
64
76
|
CreateAddonInstanceCommand,
|
|
65
77
|
CreateAddonSubscriptionCommand,
|
|
@@ -122,6 +134,20 @@ const commands = {
|
|
|
122
134
|
UpdateRuleSetCommand,
|
|
123
135
|
UpdateTrafficPolicyCommand,
|
|
124
136
|
};
|
|
137
|
+
const paginators = {
|
|
138
|
+
paginateListAddonInstances,
|
|
139
|
+
paginateListAddonSubscriptions,
|
|
140
|
+
paginateListAddressListImportJobs,
|
|
141
|
+
paginateListAddressLists,
|
|
142
|
+
paginateListArchiveExports,
|
|
143
|
+
paginateListArchives,
|
|
144
|
+
paginateListArchiveSearches,
|
|
145
|
+
paginateListIngressPoints,
|
|
146
|
+
paginateListMembersOfAddressList,
|
|
147
|
+
paginateListRelays,
|
|
148
|
+
paginateListRuleSets,
|
|
149
|
+
paginateListTrafficPolicies,
|
|
150
|
+
};
|
|
125
151
|
export class MailManager extends MailManagerClient {
|
|
126
152
|
}
|
|
127
|
-
createAggregatedClient(commands, MailManager);
|
|
153
|
+
createAggregatedClient(commands, MailManager, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
|
|
3
3
|
import { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
|
|
4
4
|
import { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
|
|
@@ -429,6 +429,90 @@ export interface MailManager {
|
|
|
429
429
|
updateTrafficPolicy(args: UpdateTrafficPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrafficPolicyCommandOutput>;
|
|
430
430
|
updateTrafficPolicy(args: UpdateTrafficPolicyCommandInput, cb: (err: any, data?: UpdateTrafficPolicyCommandOutput) => void): void;
|
|
431
431
|
updateTrafficPolicy(args: UpdateTrafficPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrafficPolicyCommandOutput) => void): void;
|
|
432
|
+
/**
|
|
433
|
+
* @see {@link ListAddonInstancesCommand}
|
|
434
|
+
* @param args - command input.
|
|
435
|
+
* @param paginationConfig - optional pagination config.
|
|
436
|
+
* @returns AsyncIterable of {@link ListAddonInstancesCommandOutput}.
|
|
437
|
+
*/
|
|
438
|
+
paginateListAddonInstances(args?: ListAddonInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAddonInstancesCommandOutput>;
|
|
439
|
+
/**
|
|
440
|
+
* @see {@link ListAddonSubscriptionsCommand}
|
|
441
|
+
* @param args - command input.
|
|
442
|
+
* @param paginationConfig - optional pagination config.
|
|
443
|
+
* @returns AsyncIterable of {@link ListAddonSubscriptionsCommandOutput}.
|
|
444
|
+
*/
|
|
445
|
+
paginateListAddonSubscriptions(args?: ListAddonSubscriptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAddonSubscriptionsCommandOutput>;
|
|
446
|
+
/**
|
|
447
|
+
* @see {@link ListAddressListImportJobsCommand}
|
|
448
|
+
* @param args - command input.
|
|
449
|
+
* @param paginationConfig - optional pagination config.
|
|
450
|
+
* @returns AsyncIterable of {@link ListAddressListImportJobsCommandOutput}.
|
|
451
|
+
*/
|
|
452
|
+
paginateListAddressListImportJobs(args: ListAddressListImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAddressListImportJobsCommandOutput>;
|
|
453
|
+
/**
|
|
454
|
+
* @see {@link ListAddressListsCommand}
|
|
455
|
+
* @param args - command input.
|
|
456
|
+
* @param paginationConfig - optional pagination config.
|
|
457
|
+
* @returns AsyncIterable of {@link ListAddressListsCommandOutput}.
|
|
458
|
+
*/
|
|
459
|
+
paginateListAddressLists(args?: ListAddressListsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAddressListsCommandOutput>;
|
|
460
|
+
/**
|
|
461
|
+
* @see {@link ListArchiveExportsCommand}
|
|
462
|
+
* @param args - command input.
|
|
463
|
+
* @param paginationConfig - optional pagination config.
|
|
464
|
+
* @returns AsyncIterable of {@link ListArchiveExportsCommandOutput}.
|
|
465
|
+
*/
|
|
466
|
+
paginateListArchiveExports(args: ListArchiveExportsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListArchiveExportsCommandOutput>;
|
|
467
|
+
/**
|
|
468
|
+
* @see {@link ListArchivesCommand}
|
|
469
|
+
* @param args - command input.
|
|
470
|
+
* @param paginationConfig - optional pagination config.
|
|
471
|
+
* @returns AsyncIterable of {@link ListArchivesCommandOutput}.
|
|
472
|
+
*/
|
|
473
|
+
paginateListArchives(args?: ListArchivesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListArchivesCommandOutput>;
|
|
474
|
+
/**
|
|
475
|
+
* @see {@link ListArchiveSearchesCommand}
|
|
476
|
+
* @param args - command input.
|
|
477
|
+
* @param paginationConfig - optional pagination config.
|
|
478
|
+
* @returns AsyncIterable of {@link ListArchiveSearchesCommandOutput}.
|
|
479
|
+
*/
|
|
480
|
+
paginateListArchiveSearches(args: ListArchiveSearchesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListArchiveSearchesCommandOutput>;
|
|
481
|
+
/**
|
|
482
|
+
* @see {@link ListIngressPointsCommand}
|
|
483
|
+
* @param args - command input.
|
|
484
|
+
* @param paginationConfig - optional pagination config.
|
|
485
|
+
* @returns AsyncIterable of {@link ListIngressPointsCommandOutput}.
|
|
486
|
+
*/
|
|
487
|
+
paginateListIngressPoints(args?: ListIngressPointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIngressPointsCommandOutput>;
|
|
488
|
+
/**
|
|
489
|
+
* @see {@link ListMembersOfAddressListCommand}
|
|
490
|
+
* @param args - command input.
|
|
491
|
+
* @param paginationConfig - optional pagination config.
|
|
492
|
+
* @returns AsyncIterable of {@link ListMembersOfAddressListCommandOutput}.
|
|
493
|
+
*/
|
|
494
|
+
paginateListMembersOfAddressList(args: ListMembersOfAddressListCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMembersOfAddressListCommandOutput>;
|
|
495
|
+
/**
|
|
496
|
+
* @see {@link ListRelaysCommand}
|
|
497
|
+
* @param args - command input.
|
|
498
|
+
* @param paginationConfig - optional pagination config.
|
|
499
|
+
* @returns AsyncIterable of {@link ListRelaysCommandOutput}.
|
|
500
|
+
*/
|
|
501
|
+
paginateListRelays(args?: ListRelaysCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRelaysCommandOutput>;
|
|
502
|
+
/**
|
|
503
|
+
* @see {@link ListRuleSetsCommand}
|
|
504
|
+
* @param args - command input.
|
|
505
|
+
* @param paginationConfig - optional pagination config.
|
|
506
|
+
* @returns AsyncIterable of {@link ListRuleSetsCommandOutput}.
|
|
507
|
+
*/
|
|
508
|
+
paginateListRuleSets(args?: ListRuleSetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRuleSetsCommandOutput>;
|
|
509
|
+
/**
|
|
510
|
+
* @see {@link ListTrafficPoliciesCommand}
|
|
511
|
+
* @param args - command input.
|
|
512
|
+
* @param paginationConfig - optional pagination config.
|
|
513
|
+
* @returns AsyncIterable of {@link ListTrafficPoliciesCommandOutput}.
|
|
514
|
+
*/
|
|
515
|
+
paginateListTrafficPolicies(args?: ListTrafficPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTrafficPoliciesCommandOutput>;
|
|
432
516
|
}
|
|
433
517
|
/**
|
|
434
518
|
* <fullname>Amazon SES Mail Manager API</fullname> <p>The Amazon SES Mail Manager API contains operations and data types that comprise the Mail Manager feature of <a href="http://aws.amazon.com/ses">Amazon Simple Email Service (SES)</a>.</p> <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen your organization's email infrastructure, simplify email workflow management, and streamline email compliance control. To learn more, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/eb.html">Mail Manager chapter</a> in the <i>Amazon SES Developer Guide</i>.</p>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
CreateAddonInstanceCommandInput,
|
|
4
8
|
CreateAddonInstanceCommandOutput,
|
|
@@ -1029,6 +1033,90 @@ export interface MailManager {
|
|
|
1029
1033
|
options: __HttpHandlerOptions,
|
|
1030
1034
|
cb: (err: any, data?: UpdateTrafficPolicyCommandOutput) => void
|
|
1031
1035
|
): void;
|
|
1036
|
+
paginateListAddonInstances(
|
|
1037
|
+
args?: ListAddonInstancesCommandInput,
|
|
1038
|
+
paginationConfig?: Pick<
|
|
1039
|
+
PaginationConfiguration,
|
|
1040
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1041
|
+
>
|
|
1042
|
+
): Paginator<ListAddonInstancesCommandOutput>;
|
|
1043
|
+
paginateListAddonSubscriptions(
|
|
1044
|
+
args?: ListAddonSubscriptionsCommandInput,
|
|
1045
|
+
paginationConfig?: Pick<
|
|
1046
|
+
PaginationConfiguration,
|
|
1047
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1048
|
+
>
|
|
1049
|
+
): Paginator<ListAddonSubscriptionsCommandOutput>;
|
|
1050
|
+
paginateListAddressListImportJobs(
|
|
1051
|
+
args: ListAddressListImportJobsCommandInput,
|
|
1052
|
+
paginationConfig?: Pick<
|
|
1053
|
+
PaginationConfiguration,
|
|
1054
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1055
|
+
>
|
|
1056
|
+
): Paginator<ListAddressListImportJobsCommandOutput>;
|
|
1057
|
+
paginateListAddressLists(
|
|
1058
|
+
args?: ListAddressListsCommandInput,
|
|
1059
|
+
paginationConfig?: Pick<
|
|
1060
|
+
PaginationConfiguration,
|
|
1061
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1062
|
+
>
|
|
1063
|
+
): Paginator<ListAddressListsCommandOutput>;
|
|
1064
|
+
paginateListArchiveExports(
|
|
1065
|
+
args: ListArchiveExportsCommandInput,
|
|
1066
|
+
paginationConfig?: Pick<
|
|
1067
|
+
PaginationConfiguration,
|
|
1068
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1069
|
+
>
|
|
1070
|
+
): Paginator<ListArchiveExportsCommandOutput>;
|
|
1071
|
+
paginateListArchives(
|
|
1072
|
+
args?: ListArchivesCommandInput,
|
|
1073
|
+
paginationConfig?: Pick<
|
|
1074
|
+
PaginationConfiguration,
|
|
1075
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1076
|
+
>
|
|
1077
|
+
): Paginator<ListArchivesCommandOutput>;
|
|
1078
|
+
paginateListArchiveSearches(
|
|
1079
|
+
args: ListArchiveSearchesCommandInput,
|
|
1080
|
+
paginationConfig?: Pick<
|
|
1081
|
+
PaginationConfiguration,
|
|
1082
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1083
|
+
>
|
|
1084
|
+
): Paginator<ListArchiveSearchesCommandOutput>;
|
|
1085
|
+
paginateListIngressPoints(
|
|
1086
|
+
args?: ListIngressPointsCommandInput,
|
|
1087
|
+
paginationConfig?: Pick<
|
|
1088
|
+
PaginationConfiguration,
|
|
1089
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1090
|
+
>
|
|
1091
|
+
): Paginator<ListIngressPointsCommandOutput>;
|
|
1092
|
+
paginateListMembersOfAddressList(
|
|
1093
|
+
args: ListMembersOfAddressListCommandInput,
|
|
1094
|
+
paginationConfig?: Pick<
|
|
1095
|
+
PaginationConfiguration,
|
|
1096
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1097
|
+
>
|
|
1098
|
+
): Paginator<ListMembersOfAddressListCommandOutput>;
|
|
1099
|
+
paginateListRelays(
|
|
1100
|
+
args?: ListRelaysCommandInput,
|
|
1101
|
+
paginationConfig?: Pick<
|
|
1102
|
+
PaginationConfiguration,
|
|
1103
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1104
|
+
>
|
|
1105
|
+
): Paginator<ListRelaysCommandOutput>;
|
|
1106
|
+
paginateListRuleSets(
|
|
1107
|
+
args?: ListRuleSetsCommandInput,
|
|
1108
|
+
paginationConfig?: Pick<
|
|
1109
|
+
PaginationConfiguration,
|
|
1110
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1111
|
+
>
|
|
1112
|
+
): Paginator<ListRuleSetsCommandOutput>;
|
|
1113
|
+
paginateListTrafficPolicies(
|
|
1114
|
+
args?: ListTrafficPoliciesCommandInput,
|
|
1115
|
+
paginationConfig?: Pick<
|
|
1116
|
+
PaginationConfiguration,
|
|
1117
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1118
|
+
>
|
|
1119
|
+
): Paginator<ListTrafficPoliciesCommandOutput>;
|
|
1032
1120
|
}
|
|
1033
1121
|
export declare class MailManager
|
|
1034
1122
|
extends MailManagerClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mailmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mailmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mailmanager",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|