@aws-sdk/client-mailmanager 3.1019.0 → 3.1020.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.
@@ -5,7 +5,7 @@ import { CreateAddressListCommand, } from "./commands/CreateAddressListCommand";
5
5
  import { CreateAddressListImportJobCommand, } from "./commands/CreateAddressListImportJobCommand";
6
6
  import { CreateArchiveCommand, } from "./commands/CreateArchiveCommand";
7
7
  import { CreateIngressPointCommand, } from "./commands/CreateIngressPointCommand";
8
- import { CreateRelayCommand } from "./commands/CreateRelayCommand";
8
+ import { CreateRelayCommand, } from "./commands/CreateRelayCommand";
9
9
  import { CreateRuleSetCommand, } from "./commands/CreateRuleSetCommand";
10
10
  import { CreateTrafficPolicyCommand, } from "./commands/CreateTrafficPolicyCommand";
11
11
  import { DeleteAddonInstanceCommand, } from "./commands/DeleteAddonInstanceCommand";
@@ -13,7 +13,7 @@ import { DeleteAddonSubscriptionCommand, } from "./commands/DeleteAddonSubscript
13
13
  import { DeleteAddressListCommand, } from "./commands/DeleteAddressListCommand";
14
14
  import { DeleteArchiveCommand, } from "./commands/DeleteArchiveCommand";
15
15
  import { DeleteIngressPointCommand, } from "./commands/DeleteIngressPointCommand";
16
- import { DeleteRelayCommand } from "./commands/DeleteRelayCommand";
16
+ import { DeleteRelayCommand, } from "./commands/DeleteRelayCommand";
17
17
  import { DeleteRuleSetCommand, } from "./commands/DeleteRuleSetCommand";
18
18
  import { DeleteTrafficPolicyCommand, } from "./commands/DeleteTrafficPolicyCommand";
19
19
  import { DeregisterMemberFromAddressListCommand, } from "./commands/DeregisterMemberFromAddressListCommand";
@@ -21,7 +21,7 @@ import { GetAddonInstanceCommand, } from "./commands/GetAddonInstanceCommand";
21
21
  import { GetAddonSubscriptionCommand, } from "./commands/GetAddonSubscriptionCommand";
22
22
  import { GetAddressListCommand, } from "./commands/GetAddressListCommand";
23
23
  import { GetAddressListImportJobCommand, } from "./commands/GetAddressListImportJobCommand";
24
- import { GetArchiveCommand } from "./commands/GetArchiveCommand";
24
+ import { GetArchiveCommand, } from "./commands/GetArchiveCommand";
25
25
  import { GetArchiveExportCommand, } from "./commands/GetArchiveExportCommand";
26
26
  import { GetArchiveMessageCommand, } from "./commands/GetArchiveMessageCommand";
27
27
  import { GetArchiveMessageContentCommand, } from "./commands/GetArchiveMessageContentCommand";
@@ -30,7 +30,7 @@ import { GetArchiveSearchResultsCommand, } from "./commands/GetArchiveSearchResu
30
30
  import { GetIngressPointCommand, } from "./commands/GetIngressPointCommand";
31
31
  import { GetMemberOfAddressListCommand, } from "./commands/GetMemberOfAddressListCommand";
32
32
  import { GetRelayCommand } from "./commands/GetRelayCommand";
33
- import { GetRuleSetCommand } from "./commands/GetRuleSetCommand";
33
+ import { GetRuleSetCommand, } from "./commands/GetRuleSetCommand";
34
34
  import { GetTrafficPolicyCommand, } from "./commands/GetTrafficPolicyCommand";
35
35
  import { ListAddonInstancesCommand, } from "./commands/ListAddonInstancesCommand";
36
36
  import { ListAddonSubscriptionsCommand, } from "./commands/ListAddonSubscriptionsCommand";
@@ -41,7 +41,7 @@ import { ListArchivesCommand, } from "./commands/ListArchivesCommand";
41
41
  import { ListArchiveSearchesCommand, } from "./commands/ListArchiveSearchesCommand";
42
42
  import { ListIngressPointsCommand, } from "./commands/ListIngressPointsCommand";
43
43
  import { ListMembersOfAddressListCommand, } from "./commands/ListMembersOfAddressListCommand";
44
- import { ListRelaysCommand } from "./commands/ListRelaysCommand";
44
+ import { ListRelaysCommand, } from "./commands/ListRelaysCommand";
45
45
  import { ListRuleSetsCommand, } from "./commands/ListRuleSetsCommand";
46
46
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
47
47
  import { ListTrafficPoliciesCommand, } from "./commands/ListTrafficPoliciesCommand";
@@ -52,11 +52,11 @@ import { StartArchiveSearchCommand, } from "./commands/StartArchiveSearchCommand
52
52
  import { StopAddressListImportJobCommand, } from "./commands/StopAddressListImportJobCommand";
53
53
  import { StopArchiveExportCommand, } from "./commands/StopArchiveExportCommand";
54
54
  import { StopArchiveSearchCommand, } from "./commands/StopArchiveSearchCommand";
55
- import { TagResourceCommand } from "./commands/TagResourceCommand";
55
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
56
56
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
57
57
  import { UpdateArchiveCommand, } from "./commands/UpdateArchiveCommand";
58
58
  import { UpdateIngressPointCommand, } from "./commands/UpdateIngressPointCommand";
59
- import { UpdateRelayCommand } from "./commands/UpdateRelayCommand";
59
+ 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";
@@ -1,64 +1,64 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
3
- import { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
4
- import { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
5
- import { CreateAddressListImportJobCommandInput, CreateAddressListImportJobCommandOutput } from "./commands/CreateAddressListImportJobCommand";
6
- import { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
7
- import { CreateIngressPointCommandInput, CreateIngressPointCommandOutput } from "./commands/CreateIngressPointCommand";
8
- import { CreateRelayCommandInput, CreateRelayCommandOutput } from "./commands/CreateRelayCommand";
9
- import { CreateRuleSetCommandInput, CreateRuleSetCommandOutput } from "./commands/CreateRuleSetCommand";
10
- import { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "./commands/CreateTrafficPolicyCommand";
11
- import { DeleteAddonInstanceCommandInput, DeleteAddonInstanceCommandOutput } from "./commands/DeleteAddonInstanceCommand";
12
- import { DeleteAddonSubscriptionCommandInput, DeleteAddonSubscriptionCommandOutput } from "./commands/DeleteAddonSubscriptionCommand";
13
- import { DeleteAddressListCommandInput, DeleteAddressListCommandOutput } from "./commands/DeleteAddressListCommand";
14
- import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
15
- import { DeleteIngressPointCommandInput, DeleteIngressPointCommandOutput } from "./commands/DeleteIngressPointCommand";
16
- import { DeleteRelayCommandInput, DeleteRelayCommandOutput } from "./commands/DeleteRelayCommand";
17
- import { DeleteRuleSetCommandInput, DeleteRuleSetCommandOutput } from "./commands/DeleteRuleSetCommand";
18
- import { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "./commands/DeleteTrafficPolicyCommand";
19
- import { DeregisterMemberFromAddressListCommandInput, DeregisterMemberFromAddressListCommandOutput } from "./commands/DeregisterMemberFromAddressListCommand";
20
- import { GetAddonInstanceCommandInput, GetAddonInstanceCommandOutput } from "./commands/GetAddonInstanceCommand";
21
- import { GetAddonSubscriptionCommandInput, GetAddonSubscriptionCommandOutput } from "./commands/GetAddonSubscriptionCommand";
22
- import { GetAddressListCommandInput, GetAddressListCommandOutput } from "./commands/GetAddressListCommand";
23
- import { GetAddressListImportJobCommandInput, GetAddressListImportJobCommandOutput } from "./commands/GetAddressListImportJobCommand";
24
- import { GetArchiveCommandInput, GetArchiveCommandOutput } from "./commands/GetArchiveCommand";
25
- import { GetArchiveExportCommandInput, GetArchiveExportCommandOutput } from "./commands/GetArchiveExportCommand";
26
- import { GetArchiveMessageCommandInput, GetArchiveMessageCommandOutput } from "./commands/GetArchiveMessageCommand";
27
- import { GetArchiveMessageContentCommandInput, GetArchiveMessageContentCommandOutput } from "./commands/GetArchiveMessageContentCommand";
28
- import { GetArchiveSearchCommandInput, GetArchiveSearchCommandOutput } from "./commands/GetArchiveSearchCommand";
29
- import { GetArchiveSearchResultsCommandInput, GetArchiveSearchResultsCommandOutput } from "./commands/GetArchiveSearchResultsCommand";
30
- import { GetIngressPointCommandInput, GetIngressPointCommandOutput } from "./commands/GetIngressPointCommand";
31
- import { GetMemberOfAddressListCommandInput, GetMemberOfAddressListCommandOutput } from "./commands/GetMemberOfAddressListCommand";
32
- import { GetRelayCommandInput, GetRelayCommandOutput } from "./commands/GetRelayCommand";
33
- import { GetRuleSetCommandInput, GetRuleSetCommandOutput } from "./commands/GetRuleSetCommand";
34
- import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
35
- import { ListAddonInstancesCommandInput, ListAddonInstancesCommandOutput } from "./commands/ListAddonInstancesCommand";
36
- import { ListAddonSubscriptionsCommandInput, ListAddonSubscriptionsCommandOutput } from "./commands/ListAddonSubscriptionsCommand";
37
- import { ListAddressListImportJobsCommandInput, ListAddressListImportJobsCommandOutput } from "./commands/ListAddressListImportJobsCommand";
38
- import { ListAddressListsCommandInput, ListAddressListsCommandOutput } from "./commands/ListAddressListsCommand";
39
- import { ListArchiveExportsCommandInput, ListArchiveExportsCommandOutput } from "./commands/ListArchiveExportsCommand";
40
- import { ListArchivesCommandInput, ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
41
- import { ListArchiveSearchesCommandInput, ListArchiveSearchesCommandOutput } from "./commands/ListArchiveSearchesCommand";
42
- import { ListIngressPointsCommandInput, ListIngressPointsCommandOutput } from "./commands/ListIngressPointsCommand";
43
- import { ListMembersOfAddressListCommandInput, ListMembersOfAddressListCommandOutput } from "./commands/ListMembersOfAddressListCommand";
44
- import { ListRelaysCommandInput, ListRelaysCommandOutput } from "./commands/ListRelaysCommand";
45
- import { ListRuleSetsCommandInput, ListRuleSetsCommandOutput } from "./commands/ListRuleSetsCommand";
46
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
47
- import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "./commands/ListTrafficPoliciesCommand";
48
- import { RegisterMemberToAddressListCommandInput, RegisterMemberToAddressListCommandOutput } from "./commands/RegisterMemberToAddressListCommand";
49
- import { StartAddressListImportJobCommandInput, StartAddressListImportJobCommandOutput } from "./commands/StartAddressListImportJobCommand";
50
- import { StartArchiveExportCommandInput, StartArchiveExportCommandOutput } from "./commands/StartArchiveExportCommand";
51
- import { StartArchiveSearchCommandInput, StartArchiveSearchCommandOutput } from "./commands/StartArchiveSearchCommand";
52
- import { StopAddressListImportJobCommandInput, StopAddressListImportJobCommandOutput } from "./commands/StopAddressListImportJobCommand";
53
- import { StopArchiveExportCommandInput, StopArchiveExportCommandOutput } from "./commands/StopArchiveExportCommand";
54
- import { StopArchiveSearchCommandInput, StopArchiveSearchCommandOutput } from "./commands/StopArchiveSearchCommand";
55
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
56
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
57
- import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
58
- import { UpdateIngressPointCommandInput, UpdateIngressPointCommandOutput } from "./commands/UpdateIngressPointCommand";
59
- import { UpdateRelayCommandInput, UpdateRelayCommandOutput } from "./commands/UpdateRelayCommand";
60
- import { UpdateRuleSetCommandInput, UpdateRuleSetCommandOutput } from "./commands/UpdateRuleSetCommand";
61
- import { UpdateTrafficPolicyCommandInput, UpdateTrafficPolicyCommandOutput } from "./commands/UpdateTrafficPolicyCommand";
2
+ import { type CreateAddonInstanceCommandInput, type CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
3
+ import { type CreateAddonSubscriptionCommandInput, type CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
4
+ import { type CreateAddressListCommandInput, type CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
5
+ import { type CreateAddressListImportJobCommandInput, type CreateAddressListImportJobCommandOutput } from "./commands/CreateAddressListImportJobCommand";
6
+ import { type CreateArchiveCommandInput, type CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
7
+ import { type CreateIngressPointCommandInput, type CreateIngressPointCommandOutput } from "./commands/CreateIngressPointCommand";
8
+ import { type CreateRelayCommandInput, type CreateRelayCommandOutput } from "./commands/CreateRelayCommand";
9
+ import { type CreateRuleSetCommandInput, type CreateRuleSetCommandOutput } from "./commands/CreateRuleSetCommand";
10
+ import { type CreateTrafficPolicyCommandInput, type CreateTrafficPolicyCommandOutput } from "./commands/CreateTrafficPolicyCommand";
11
+ import { type DeleteAddonInstanceCommandInput, type DeleteAddonInstanceCommandOutput } from "./commands/DeleteAddonInstanceCommand";
12
+ import { type DeleteAddonSubscriptionCommandInput, type DeleteAddonSubscriptionCommandOutput } from "./commands/DeleteAddonSubscriptionCommand";
13
+ import { type DeleteAddressListCommandInput, type DeleteAddressListCommandOutput } from "./commands/DeleteAddressListCommand";
14
+ import { type DeleteArchiveCommandInput, type DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
15
+ import { type DeleteIngressPointCommandInput, type DeleteIngressPointCommandOutput } from "./commands/DeleteIngressPointCommand";
16
+ import { type DeleteRelayCommandInput, type DeleteRelayCommandOutput } from "./commands/DeleteRelayCommand";
17
+ import { type DeleteRuleSetCommandInput, type DeleteRuleSetCommandOutput } from "./commands/DeleteRuleSetCommand";
18
+ import { type DeleteTrafficPolicyCommandInput, type DeleteTrafficPolicyCommandOutput } from "./commands/DeleteTrafficPolicyCommand";
19
+ import { type DeregisterMemberFromAddressListCommandInput, type DeregisterMemberFromAddressListCommandOutput } from "./commands/DeregisterMemberFromAddressListCommand";
20
+ import { type GetAddonInstanceCommandInput, type GetAddonInstanceCommandOutput } from "./commands/GetAddonInstanceCommand";
21
+ import { type GetAddonSubscriptionCommandInput, type GetAddonSubscriptionCommandOutput } from "./commands/GetAddonSubscriptionCommand";
22
+ import { type GetAddressListCommandInput, type GetAddressListCommandOutput } from "./commands/GetAddressListCommand";
23
+ import { type GetAddressListImportJobCommandInput, type GetAddressListImportJobCommandOutput } from "./commands/GetAddressListImportJobCommand";
24
+ import { type GetArchiveCommandInput, type GetArchiveCommandOutput } from "./commands/GetArchiveCommand";
25
+ import { type GetArchiveExportCommandInput, type GetArchiveExportCommandOutput } from "./commands/GetArchiveExportCommand";
26
+ import { type GetArchiveMessageCommandInput, type GetArchiveMessageCommandOutput } from "./commands/GetArchiveMessageCommand";
27
+ import { type GetArchiveMessageContentCommandInput, type GetArchiveMessageContentCommandOutput } from "./commands/GetArchiveMessageContentCommand";
28
+ import { type GetArchiveSearchCommandInput, type GetArchiveSearchCommandOutput } from "./commands/GetArchiveSearchCommand";
29
+ import { type GetArchiveSearchResultsCommandInput, type GetArchiveSearchResultsCommandOutput } from "./commands/GetArchiveSearchResultsCommand";
30
+ import { type GetIngressPointCommandInput, type GetIngressPointCommandOutput } from "./commands/GetIngressPointCommand";
31
+ import { type GetMemberOfAddressListCommandInput, type GetMemberOfAddressListCommandOutput } from "./commands/GetMemberOfAddressListCommand";
32
+ import { type GetRelayCommandInput, type GetRelayCommandOutput } from "./commands/GetRelayCommand";
33
+ import { type GetRuleSetCommandInput, type GetRuleSetCommandOutput } from "./commands/GetRuleSetCommand";
34
+ import { type GetTrafficPolicyCommandInput, type GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
35
+ import { type ListAddonInstancesCommandInput, type ListAddonInstancesCommandOutput } from "./commands/ListAddonInstancesCommand";
36
+ import { type ListAddonSubscriptionsCommandInput, type ListAddonSubscriptionsCommandOutput } from "./commands/ListAddonSubscriptionsCommand";
37
+ import { type ListAddressListImportJobsCommandInput, type ListAddressListImportJobsCommandOutput } from "./commands/ListAddressListImportJobsCommand";
38
+ import { type ListAddressListsCommandInput, type ListAddressListsCommandOutput } from "./commands/ListAddressListsCommand";
39
+ import { type ListArchiveExportsCommandInput, type ListArchiveExportsCommandOutput } from "./commands/ListArchiveExportsCommand";
40
+ import { type ListArchivesCommandInput, type ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
41
+ import { type ListArchiveSearchesCommandInput, type ListArchiveSearchesCommandOutput } from "./commands/ListArchiveSearchesCommand";
42
+ import { type ListIngressPointsCommandInput, type ListIngressPointsCommandOutput } from "./commands/ListIngressPointsCommand";
43
+ import { type ListMembersOfAddressListCommandInput, type ListMembersOfAddressListCommandOutput } from "./commands/ListMembersOfAddressListCommand";
44
+ import { type ListRelaysCommandInput, type ListRelaysCommandOutput } from "./commands/ListRelaysCommand";
45
+ import { type ListRuleSetsCommandInput, type ListRuleSetsCommandOutput } from "./commands/ListRuleSetsCommand";
46
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
47
+ import { type ListTrafficPoliciesCommandInput, type ListTrafficPoliciesCommandOutput } from "./commands/ListTrafficPoliciesCommand";
48
+ import { type RegisterMemberToAddressListCommandInput, type RegisterMemberToAddressListCommandOutput } from "./commands/RegisterMemberToAddressListCommand";
49
+ import { type StartAddressListImportJobCommandInput, type StartAddressListImportJobCommandOutput } from "./commands/StartAddressListImportJobCommand";
50
+ import { type StartArchiveExportCommandInput, type StartArchiveExportCommandOutput } from "./commands/StartArchiveExportCommand";
51
+ import { type StartArchiveSearchCommandInput, type StartArchiveSearchCommandOutput } from "./commands/StartArchiveSearchCommand";
52
+ import { type StopAddressListImportJobCommandInput, type StopAddressListImportJobCommandOutput } from "./commands/StopAddressListImportJobCommand";
53
+ import { type StopArchiveExportCommandInput, type StopArchiveExportCommandOutput } from "./commands/StopArchiveExportCommand";
54
+ import { type StopArchiveSearchCommandInput, type StopArchiveSearchCommandOutput } from "./commands/StopArchiveSearchCommand";
55
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
56
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
57
+ import { type UpdateArchiveCommandInput, type UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
58
+ import { type UpdateIngressPointCommandInput, type UpdateIngressPointCommandOutput } from "./commands/UpdateIngressPointCommand";
59
+ import { type UpdateRelayCommandInput, type UpdateRelayCommandOutput } from "./commands/UpdateRelayCommand";
60
+ import { type UpdateRuleSetCommandInput, type UpdateRuleSetCommandOutput } from "./commands/UpdateRuleSetCommand";
61
+ import { type UpdateTrafficPolicyCommandInput, type UpdateTrafficPolicyCommandOutput } from "./commands/UpdateTrafficPolicyCommand";
62
62
  import { MailManagerClient } from "./MailManagerClient";
63
63
  export interface MailManager {
64
64
  /**
@@ -5,69 +5,69 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
11
- import { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
12
- import { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
13
- import { CreateAddressListImportJobCommandInput, CreateAddressListImportJobCommandOutput } from "./commands/CreateAddressListImportJobCommand";
14
- import { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
15
- import { CreateIngressPointCommandInput, CreateIngressPointCommandOutput } from "./commands/CreateIngressPointCommand";
16
- import { CreateRelayCommandInput, CreateRelayCommandOutput } from "./commands/CreateRelayCommand";
17
- import { CreateRuleSetCommandInput, CreateRuleSetCommandOutput } from "./commands/CreateRuleSetCommand";
18
- import { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "./commands/CreateTrafficPolicyCommand";
19
- import { DeleteAddonInstanceCommandInput, DeleteAddonInstanceCommandOutput } from "./commands/DeleteAddonInstanceCommand";
20
- import { DeleteAddonSubscriptionCommandInput, DeleteAddonSubscriptionCommandOutput } from "./commands/DeleteAddonSubscriptionCommand";
21
- import { DeleteAddressListCommandInput, DeleteAddressListCommandOutput } from "./commands/DeleteAddressListCommand";
22
- import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
23
- import { DeleteIngressPointCommandInput, DeleteIngressPointCommandOutput } from "./commands/DeleteIngressPointCommand";
24
- import { DeleteRelayCommandInput, DeleteRelayCommandOutput } from "./commands/DeleteRelayCommand";
25
- import { DeleteRuleSetCommandInput, DeleteRuleSetCommandOutput } from "./commands/DeleteRuleSetCommand";
26
- import { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "./commands/DeleteTrafficPolicyCommand";
27
- import { DeregisterMemberFromAddressListCommandInput, DeregisterMemberFromAddressListCommandOutput } from "./commands/DeregisterMemberFromAddressListCommand";
28
- import { GetAddonInstanceCommandInput, GetAddonInstanceCommandOutput } from "./commands/GetAddonInstanceCommand";
29
- import { GetAddonSubscriptionCommandInput, GetAddonSubscriptionCommandOutput } from "./commands/GetAddonSubscriptionCommand";
30
- import { GetAddressListCommandInput, GetAddressListCommandOutput } from "./commands/GetAddressListCommand";
31
- import { GetAddressListImportJobCommandInput, GetAddressListImportJobCommandOutput } from "./commands/GetAddressListImportJobCommand";
32
- import { GetArchiveCommandInput, GetArchiveCommandOutput } from "./commands/GetArchiveCommand";
33
- import { GetArchiveExportCommandInput, GetArchiveExportCommandOutput } from "./commands/GetArchiveExportCommand";
34
- import { GetArchiveMessageCommandInput, GetArchiveMessageCommandOutput } from "./commands/GetArchiveMessageCommand";
35
- import { GetArchiveMessageContentCommandInput, GetArchiveMessageContentCommandOutput } from "./commands/GetArchiveMessageContentCommand";
36
- import { GetArchiveSearchCommandInput, GetArchiveSearchCommandOutput } from "./commands/GetArchiveSearchCommand";
37
- import { GetArchiveSearchResultsCommandInput, GetArchiveSearchResultsCommandOutput } from "./commands/GetArchiveSearchResultsCommand";
38
- import { GetIngressPointCommandInput, GetIngressPointCommandOutput } from "./commands/GetIngressPointCommand";
39
- import { GetMemberOfAddressListCommandInput, GetMemberOfAddressListCommandOutput } from "./commands/GetMemberOfAddressListCommand";
40
- import { GetRelayCommandInput, GetRelayCommandOutput } from "./commands/GetRelayCommand";
41
- import { GetRuleSetCommandInput, GetRuleSetCommandOutput } from "./commands/GetRuleSetCommand";
42
- import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
43
- import { ListAddonInstancesCommandInput, ListAddonInstancesCommandOutput } from "./commands/ListAddonInstancesCommand";
44
- import { ListAddonSubscriptionsCommandInput, ListAddonSubscriptionsCommandOutput } from "./commands/ListAddonSubscriptionsCommand";
45
- import { ListAddressListImportJobsCommandInput, ListAddressListImportJobsCommandOutput } from "./commands/ListAddressListImportJobsCommand";
46
- import { ListAddressListsCommandInput, ListAddressListsCommandOutput } from "./commands/ListAddressListsCommand";
47
- import { ListArchiveExportsCommandInput, ListArchiveExportsCommandOutput } from "./commands/ListArchiveExportsCommand";
48
- import { ListArchivesCommandInput, ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
49
- import { ListArchiveSearchesCommandInput, ListArchiveSearchesCommandOutput } from "./commands/ListArchiveSearchesCommand";
50
- import { ListIngressPointsCommandInput, ListIngressPointsCommandOutput } from "./commands/ListIngressPointsCommand";
51
- import { ListMembersOfAddressListCommandInput, ListMembersOfAddressListCommandOutput } from "./commands/ListMembersOfAddressListCommand";
52
- import { ListRelaysCommandInput, ListRelaysCommandOutput } from "./commands/ListRelaysCommand";
53
- import { ListRuleSetsCommandInput, ListRuleSetsCommandOutput } from "./commands/ListRuleSetsCommand";
54
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
55
- import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "./commands/ListTrafficPoliciesCommand";
56
- import { RegisterMemberToAddressListCommandInput, RegisterMemberToAddressListCommandOutput } from "./commands/RegisterMemberToAddressListCommand";
57
- import { StartAddressListImportJobCommandInput, StartAddressListImportJobCommandOutput } from "./commands/StartAddressListImportJobCommand";
58
- import { StartArchiveExportCommandInput, StartArchiveExportCommandOutput } from "./commands/StartArchiveExportCommand";
59
- import { StartArchiveSearchCommandInput, StartArchiveSearchCommandOutput } from "./commands/StartArchiveSearchCommand";
60
- import { StopAddressListImportJobCommandInput, StopAddressListImportJobCommandOutput } from "./commands/StopAddressListImportJobCommand";
61
- import { StopArchiveExportCommandInput, StopArchiveExportCommandOutput } from "./commands/StopArchiveExportCommand";
62
- import { StopArchiveSearchCommandInput, StopArchiveSearchCommandOutput } from "./commands/StopArchiveSearchCommand";
63
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
64
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
65
- import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
66
- import { UpdateIngressPointCommandInput, UpdateIngressPointCommandOutput } from "./commands/UpdateIngressPointCommand";
67
- import { UpdateRelayCommandInput, UpdateRelayCommandOutput } from "./commands/UpdateRelayCommand";
68
- import { UpdateRuleSetCommandInput, UpdateRuleSetCommandOutput } from "./commands/UpdateRuleSetCommand";
69
- import { UpdateTrafficPolicyCommandInput, UpdateTrafficPolicyCommandOutput } from "./commands/UpdateTrafficPolicyCommand";
70
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
11
+ import type { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
12
+ import type { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
13
+ import type { CreateAddressListImportJobCommandInput, CreateAddressListImportJobCommandOutput } from "./commands/CreateAddressListImportJobCommand";
14
+ import type { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
15
+ import type { CreateIngressPointCommandInput, CreateIngressPointCommandOutput } from "./commands/CreateIngressPointCommand";
16
+ import type { CreateRelayCommandInput, CreateRelayCommandOutput } from "./commands/CreateRelayCommand";
17
+ import type { CreateRuleSetCommandInput, CreateRuleSetCommandOutput } from "./commands/CreateRuleSetCommand";
18
+ import type { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "./commands/CreateTrafficPolicyCommand";
19
+ import type { DeleteAddonInstanceCommandInput, DeleteAddonInstanceCommandOutput } from "./commands/DeleteAddonInstanceCommand";
20
+ import type { DeleteAddonSubscriptionCommandInput, DeleteAddonSubscriptionCommandOutput } from "./commands/DeleteAddonSubscriptionCommand";
21
+ import type { DeleteAddressListCommandInput, DeleteAddressListCommandOutput } from "./commands/DeleteAddressListCommand";
22
+ import type { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
23
+ import type { DeleteIngressPointCommandInput, DeleteIngressPointCommandOutput } from "./commands/DeleteIngressPointCommand";
24
+ import type { DeleteRelayCommandInput, DeleteRelayCommandOutput } from "./commands/DeleteRelayCommand";
25
+ import type { DeleteRuleSetCommandInput, DeleteRuleSetCommandOutput } from "./commands/DeleteRuleSetCommand";
26
+ import type { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "./commands/DeleteTrafficPolicyCommand";
27
+ import type { DeregisterMemberFromAddressListCommandInput, DeregisterMemberFromAddressListCommandOutput } from "./commands/DeregisterMemberFromAddressListCommand";
28
+ import type { GetAddonInstanceCommandInput, GetAddonInstanceCommandOutput } from "./commands/GetAddonInstanceCommand";
29
+ import type { GetAddonSubscriptionCommandInput, GetAddonSubscriptionCommandOutput } from "./commands/GetAddonSubscriptionCommand";
30
+ import type { GetAddressListCommandInput, GetAddressListCommandOutput } from "./commands/GetAddressListCommand";
31
+ import type { GetAddressListImportJobCommandInput, GetAddressListImportJobCommandOutput } from "./commands/GetAddressListImportJobCommand";
32
+ import type { GetArchiveCommandInput, GetArchiveCommandOutput } from "./commands/GetArchiveCommand";
33
+ import type { GetArchiveExportCommandInput, GetArchiveExportCommandOutput } from "./commands/GetArchiveExportCommand";
34
+ import type { GetArchiveMessageCommandInput, GetArchiveMessageCommandOutput } from "./commands/GetArchiveMessageCommand";
35
+ import type { GetArchiveMessageContentCommandInput, GetArchiveMessageContentCommandOutput } from "./commands/GetArchiveMessageContentCommand";
36
+ import type { GetArchiveSearchCommandInput, GetArchiveSearchCommandOutput } from "./commands/GetArchiveSearchCommand";
37
+ import type { GetArchiveSearchResultsCommandInput, GetArchiveSearchResultsCommandOutput } from "./commands/GetArchiveSearchResultsCommand";
38
+ import type { GetIngressPointCommandInput, GetIngressPointCommandOutput } from "./commands/GetIngressPointCommand";
39
+ import type { GetMemberOfAddressListCommandInput, GetMemberOfAddressListCommandOutput } from "./commands/GetMemberOfAddressListCommand";
40
+ import type { GetRelayCommandInput, GetRelayCommandOutput } from "./commands/GetRelayCommand";
41
+ import type { GetRuleSetCommandInput, GetRuleSetCommandOutput } from "./commands/GetRuleSetCommand";
42
+ import type { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
43
+ import type { ListAddonInstancesCommandInput, ListAddonInstancesCommandOutput } from "./commands/ListAddonInstancesCommand";
44
+ import type { ListAddonSubscriptionsCommandInput, ListAddonSubscriptionsCommandOutput } from "./commands/ListAddonSubscriptionsCommand";
45
+ import type { ListAddressListImportJobsCommandInput, ListAddressListImportJobsCommandOutput } from "./commands/ListAddressListImportJobsCommand";
46
+ import type { ListAddressListsCommandInput, ListAddressListsCommandOutput } from "./commands/ListAddressListsCommand";
47
+ import type { ListArchiveExportsCommandInput, ListArchiveExportsCommandOutput } from "./commands/ListArchiveExportsCommand";
48
+ import type { ListArchivesCommandInput, ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
49
+ import type { ListArchiveSearchesCommandInput, ListArchiveSearchesCommandOutput } from "./commands/ListArchiveSearchesCommand";
50
+ import type { ListIngressPointsCommandInput, ListIngressPointsCommandOutput } from "./commands/ListIngressPointsCommand";
51
+ import type { ListMembersOfAddressListCommandInput, ListMembersOfAddressListCommandOutput } from "./commands/ListMembersOfAddressListCommand";
52
+ import type { ListRelaysCommandInput, ListRelaysCommandOutput } from "./commands/ListRelaysCommand";
53
+ import type { ListRuleSetsCommandInput, ListRuleSetsCommandOutput } from "./commands/ListRuleSetsCommand";
54
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
55
+ import type { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "./commands/ListTrafficPoliciesCommand";
56
+ import type { RegisterMemberToAddressListCommandInput, RegisterMemberToAddressListCommandOutput } from "./commands/RegisterMemberToAddressListCommand";
57
+ import type { StartAddressListImportJobCommandInput, StartAddressListImportJobCommandOutput } from "./commands/StartAddressListImportJobCommand";
58
+ import type { StartArchiveExportCommandInput, StartArchiveExportCommandOutput } from "./commands/StartArchiveExportCommand";
59
+ import type { StartArchiveSearchCommandInput, StartArchiveSearchCommandOutput } from "./commands/StartArchiveSearchCommand";
60
+ import type { StopAddressListImportJobCommandInput, StopAddressListImportJobCommandOutput } from "./commands/StopAddressListImportJobCommand";
61
+ import type { StopArchiveExportCommandInput, StopArchiveExportCommandOutput } from "./commands/StopArchiveExportCommand";
62
+ import type { StopArchiveSearchCommandInput, StopArchiveSearchCommandOutput } from "./commands/StopArchiveSearchCommand";
63
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
64
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
65
+ import type { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
66
+ import type { UpdateIngressPointCommandInput, UpdateIngressPointCommandOutput } from "./commands/UpdateIngressPointCommand";
67
+ import type { UpdateRelayCommandInput, UpdateRelayCommandOutput } from "./commands/UpdateRelayCommand";
68
+ import type { UpdateRuleSetCommandInput, UpdateRuleSetCommandOutput } from "./commands/UpdateRuleSetCommand";
69
+ import type { UpdateTrafficPolicyCommandInput, UpdateTrafficPolicyCommandOutput } from "./commands/UpdateTrafficPolicyCommand";
70
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
71
71
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
72
72
  export { __Client };
73
73
  /**
@@ -176,7 +176,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
176
176
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
177
177
  * @internal
178
178
  */
179
- defaultUserAgentProvider?: Provider<__UserAgent>;
179
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
180
180
  /**
181
181
  * Default credentials provider; Not available in browser runtime.
182
182
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { MailManagerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./MailManagerClient";
7
7
  export * from "./MailManager";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { MailManagerExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { AcceptAction, ActionFailurePolicy, ArchiveBooleanEmailAttribute, ArchiveBooleanOperator, ArchiveState, ArchiveStringEmailAttribute, ArchiveStringOperator, ExportState, ImportDataType, ImportJobStatus, IngressAddressListEmailAttribute, IngressBooleanOperator, IngressIpOperator, IngressIpv4Attribute, IngressIpv6Attribute, IngressPointStatus, IngressPointStatusToUpdate, IngressPointType, IngressStringEmailAttribute, IngressStringOperator, IngressTlsAttribute, IngressTlsProtocolAttribute, IngressTlsProtocolOperator, IpType, MailFrom, RetentionPeriod, RuleAddressListEmailAttribute, RuleBooleanEmailAttribute, RuleBooleanOperator, RuleDmarcOperator, RuleDmarcPolicy, RuleIpEmailAttribute, RuleIpOperator, RuleNumberEmailAttribute, RuleNumberOperator, RuleStringEmailAttribute, RuleStringOperator, RuleVerdict, RuleVerdictAttribute, RuleVerdictOperator, SearchState, SnsNotificationEncoding, SnsNotificationPayloadType } from "./enums";
1
+ import type { AcceptAction, ActionFailurePolicy, ArchiveBooleanEmailAttribute, ArchiveBooleanOperator, ArchiveState, ArchiveStringEmailAttribute, ArchiveStringOperator, ExportState, ImportDataType, ImportJobStatus, IngressAddressListEmailAttribute, IngressBooleanOperator, IngressIpOperator, IngressIpv4Attribute, IngressIpv6Attribute, IngressPointStatus, IngressPointStatusToUpdate, IngressPointType, IngressStringEmailAttribute, IngressStringOperator, IngressTlsAttribute, IngressTlsProtocolAttribute, IngressTlsProtocolOperator, IpType, MailFrom, RetentionPeriod, RuleAddressListEmailAttribute, RuleBooleanEmailAttribute, RuleBooleanOperator, RuleDmarcOperator, RuleDmarcPolicy, RuleIpEmailAttribute, RuleIpOperator, RuleNumberEmailAttribute, RuleNumberOperator, RuleStringEmailAttribute, RuleStringOperator, RuleVerdict, RuleVerdictAttribute, RuleVerdictOperator, SearchState, SnsNotificationEncoding, SnsNotificationPayloadType } from "./enums";
2
2
  /**
3
3
  * <p>The action to add a header to a message. When executed, this action will add the given header to the message.</p>
4
4
  * @public
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAddonInstancesCommandInput, ListAddonInstancesCommandOutput } from "../commands/ListAddonInstancesCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAddonSubscriptionsCommandInput, ListAddonSubscriptionsCommandOutput } from "../commands/ListAddonSubscriptionsCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAddressListImportJobsCommandInput, ListAddressListImportJobsCommandOutput } from "../commands/ListAddressListImportJobsCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAddressListsCommandInput, ListAddressListsCommandOutput } from "../commands/ListAddressListsCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListArchiveExportsCommandInput, ListArchiveExportsCommandOutput } from "../commands/ListArchiveExportsCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListArchiveSearchesCommandInput, ListArchiveSearchesCommandOutput } from "../commands/ListArchiveSearchesCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListArchivesCommandInput, ListArchivesCommandOutput } from "../commands/ListArchivesCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListIngressPointsCommandInput, ListIngressPointsCommandOutput } from "../commands/ListIngressPointsCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMembersOfAddressListCommandInput, ListMembersOfAddressListCommandOutput } from "../commands/ListMembersOfAddressListCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListRelaysCommandInput, ListRelaysCommandOutput } from "../commands/ListRelaysCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListRuleSetsCommandInput, ListRuleSetsCommandOutput } from "../commands/ListRuleSetsCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "../commands/ListTrafficPoliciesCommand";
3
- import { MailManagerPaginationConfiguration } from "./Interfaces";
3
+ import type { MailManagerPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -432,7 +431,7 @@ export interface ClientDefaults
432
431
  useFipsEndpoint?: boolean | __Provider<boolean>;
433
432
  region?: string | __Provider<string>;
434
433
  profile?: string;
435
- defaultUserAgentProvider?: Provider<__UserAgent>;
434
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
436
435
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
437
436
  maxAttempts?: number | __Provider<number>;
438
437
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { MailManagerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
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.1019.0",
4
+ "version": "3.1020.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",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",