@aws-sdk/client-mailmanager 3.650.0 → 3.654.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/README.md +5 -6
  2. package/dist-cjs/models/models_0.js +2 -0
  3. package/dist-es/models/models_0.js +2 -0
  4. package/dist-types/MailManager.d.ts +5 -6
  5. package/dist-types/MailManagerClient.d.ts +5 -6
  6. package/dist-types/commands/CreateAddonInstanceCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateArchiveCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateIngressPointCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateRelayCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateRuleSetCommand.d.ts +13 -0
  12. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteAddonInstanceCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteAddonSubscriptionCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteArchiveCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteIngressPointCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteRelayCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteRuleSetCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +11 -0
  20. package/dist-types/commands/GetAddonInstanceCommand.d.ts +11 -0
  21. package/dist-types/commands/GetAddonSubscriptionCommand.d.ts +11 -0
  22. package/dist-types/commands/GetArchiveCommand.d.ts +11 -0
  23. package/dist-types/commands/GetArchiveExportCommand.d.ts +11 -0
  24. package/dist-types/commands/GetArchiveMessageCommand.d.ts +11 -0
  25. package/dist-types/commands/GetArchiveMessageContentCommand.d.ts +11 -0
  26. package/dist-types/commands/GetArchiveSearchCommand.d.ts +11 -0
  27. package/dist-types/commands/GetArchiveSearchResultsCommand.d.ts +11 -0
  28. package/dist-types/commands/GetIngressPointCommand.d.ts +11 -0
  29. package/dist-types/commands/GetRelayCommand.d.ts +11 -0
  30. package/dist-types/commands/GetRuleSetCommand.d.ts +13 -0
  31. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +11 -0
  32. package/dist-types/commands/ListAddonInstancesCommand.d.ts +11 -0
  33. package/dist-types/commands/ListAddonSubscriptionsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListArchiveExportsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListArchiveSearchesCommand.d.ts +11 -0
  36. package/dist-types/commands/ListArchivesCommand.d.ts +11 -0
  37. package/dist-types/commands/ListIngressPointsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListRelaysCommand.d.ts +11 -0
  39. package/dist-types/commands/ListRuleSetsCommand.d.ts +11 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +11 -0
  42. package/dist-types/commands/StartArchiveExportCommand.d.ts +11 -0
  43. package/dist-types/commands/StartArchiveSearchCommand.d.ts +11 -0
  44. package/dist-types/commands/StopArchiveExportCommand.d.ts +11 -0
  45. package/dist-types/commands/StopArchiveSearchCommand.d.ts +11 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateArchiveCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateIngressPointCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateRelayCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateRuleSetCommand.d.ts +14 -1
  52. package/dist-types/commands/UpdateTrafficPolicyCommand.d.ts +11 -0
  53. package/dist-types/index.d.ts +5 -6
  54. package/dist-types/models/models_0.d.ts +13 -1
  55. package/dist-types/ts3.4/commands/CreateAddonInstanceCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateAddonSubscriptionCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateIngressPointCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateRelayCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateRuleSetCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteAddonInstanceCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteAddonSubscriptionCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteIngressPointCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteRelayCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteRuleSetCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetAddonInstanceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetAddonSubscriptionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetArchiveCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetArchiveExportCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetArchiveMessageCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetArchiveMessageContentCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetArchiveSearchCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GetArchiveSearchResultsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/GetIngressPointCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/GetRelayCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/GetRuleSetCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListAddonInstancesCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListAddonSubscriptionsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListArchiveExportsCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListArchiveSearchesCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListIngressPointsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListRelaysCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListRuleSetsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/StartArchiveExportCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/StartArchiveSearchCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/StopArchiveExportCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/StopArchiveSearchCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/UpdateIngressPointCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/UpdateRelayCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/UpdateRuleSetCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  103. package/package.json +35 -35
@@ -36,4 +36,15 @@ declare const GetArchiveExportCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetArchiveExportCommand extends GetArchiveExportCommand_base {}
39
+ export declare class GetArchiveExportCommand extends GetArchiveExportCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetArchiveExportRequest;
43
+ output: GetArchiveExportResponse;
44
+ };
45
+ sdk: {
46
+ input: GetArchiveExportCommandInput;
47
+ output: GetArchiveExportCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetArchiveMessageCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetArchiveMessageCommand extends GetArchiveMessageCommand_base {}
40
+ export declare class GetArchiveMessageCommand extends GetArchiveMessageCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetArchiveMessageRequest;
44
+ output: GetArchiveMessageResponse;
45
+ };
46
+ sdk: {
47
+ input: GetArchiveMessageCommandInput;
48
+ output: GetArchiveMessageCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetArchiveMessageContentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetArchiveMessageContentCommand extends GetArchiveMessageContentCommand_base {}
40
+ export declare class GetArchiveMessageContentCommand extends GetArchiveMessageContentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetArchiveMessageContentRequest;
44
+ output: GetArchiveMessageContentResponse;
45
+ };
46
+ sdk: {
47
+ input: GetArchiveMessageContentCommandInput;
48
+ output: GetArchiveMessageContentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetArchiveSearchCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetArchiveSearchCommand extends GetArchiveSearchCommand_base {}
39
+ export declare class GetArchiveSearchCommand extends GetArchiveSearchCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetArchiveSearchRequest;
43
+ output: GetArchiveSearchResponse;
44
+ };
45
+ sdk: {
46
+ input: GetArchiveSearchCommandInput;
47
+ output: GetArchiveSearchCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetArchiveSearchResultsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetArchiveSearchResultsCommand extends GetArchiveSearchResultsCommand_base {}
40
+ export declare class GetArchiveSearchResultsCommand extends GetArchiveSearchResultsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetArchiveSearchResultsRequest;
44
+ output: GetArchiveSearchResultsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetArchiveSearchResultsCommandInput;
48
+ output: GetArchiveSearchResultsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetIngressPointCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetIngressPointCommand extends GetIngressPointCommand_base {}
39
+ export declare class GetIngressPointCommand extends GetIngressPointCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetIngressPointRequest;
43
+ output: GetIngressPointResponse;
44
+ };
45
+ sdk: {
46
+ input: GetIngressPointCommandInput;
47
+ output: GetIngressPointCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetRelayCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetRelayCommand extends GetRelayCommand_base {}
36
+ export declare class GetRelayCommand extends GetRelayCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetRelayRequest;
40
+ output: GetRelayResponse;
41
+ };
42
+ sdk: {
43
+ input: GetRelayCommandInput;
44
+ output: GetRelayCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetRuleSetCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetRuleSetCommand extends GetRuleSetCommand_base {}
36
+ export declare class GetRuleSetCommand extends GetRuleSetCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetRuleSetRequest;
40
+ output: GetRuleSetResponse;
41
+ };
42
+ sdk: {
43
+ input: GetRuleSetCommandInput;
44
+ output: GetRuleSetCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetTrafficPolicyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetTrafficPolicyCommand extends GetTrafficPolicyCommand_base {}
39
+ export declare class GetTrafficPolicyCommand extends GetTrafficPolicyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetTrafficPolicyRequest;
43
+ output: GetTrafficPolicyResponse;
44
+ };
45
+ sdk: {
46
+ input: GetTrafficPolicyCommandInput;
47
+ output: GetTrafficPolicyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListAddonInstancesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAddonInstancesCommand extends ListAddonInstancesCommand_base {}
40
+ export declare class ListAddonInstancesCommand extends ListAddonInstancesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAddonInstancesRequest;
44
+ output: ListAddonInstancesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAddonInstancesCommandInput;
48
+ output: ListAddonInstancesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAddonSubscriptionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAddonSubscriptionsCommand extends ListAddonSubscriptionsCommand_base {}
40
+ export declare class ListAddonSubscriptionsCommand extends ListAddonSubscriptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAddonSubscriptionsRequest;
44
+ output: ListAddonSubscriptionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAddonSubscriptionsCommandInput;
48
+ output: ListAddonSubscriptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListArchiveExportsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListArchiveExportsCommand extends ListArchiveExportsCommand_base {}
40
+ export declare class ListArchiveExportsCommand extends ListArchiveExportsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListArchiveExportsRequest;
44
+ output: ListArchiveExportsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListArchiveExportsCommandInput;
48
+ output: ListArchiveExportsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListArchiveSearchesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListArchiveSearchesCommand extends ListArchiveSearchesCommand_base {}
40
+ export declare class ListArchiveSearchesCommand extends ListArchiveSearchesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListArchiveSearchesRequest;
44
+ output: ListArchiveSearchesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListArchiveSearchesCommandInput;
48
+ output: ListArchiveSearchesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListArchivesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListArchivesCommand extends ListArchivesCommand_base {}
36
+ export declare class ListArchivesCommand extends ListArchivesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListArchivesRequest;
40
+ output: ListArchivesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListArchivesCommandInput;
44
+ output: ListArchivesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListIngressPointsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListIngressPointsCommand extends ListIngressPointsCommand_base {}
40
+ export declare class ListIngressPointsCommand extends ListIngressPointsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListIngressPointsRequest;
44
+ output: ListIngressPointsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListIngressPointsCommandInput;
48
+ output: ListIngressPointsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListRelaysCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListRelaysCommand extends ListRelaysCommand_base {}
36
+ export declare class ListRelaysCommand extends ListRelaysCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListRelaysRequest;
40
+ output: ListRelaysResponse;
41
+ };
42
+ sdk: {
43
+ input: ListRelaysCommandInput;
44
+ output: ListRelaysCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListRuleSetsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListRuleSetsCommand extends ListRuleSetsCommand_base {}
36
+ export declare class ListRuleSetsCommand extends ListRuleSetsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListRuleSetsRequest;
40
+ output: ListRuleSetsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListRuleSetsCommandInput;
44
+ output: ListRuleSetsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTrafficPoliciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTrafficPoliciesCommand extends ListTrafficPoliciesCommand_base {}
40
+ export declare class ListTrafficPoliciesCommand extends ListTrafficPoliciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTrafficPoliciesRequest;
44
+ output: ListTrafficPoliciesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTrafficPoliciesCommandInput;
48
+ output: ListTrafficPoliciesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StartArchiveExportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartArchiveExportCommand extends StartArchiveExportCommand_base {}
40
+ export declare class StartArchiveExportCommand extends StartArchiveExportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartArchiveExportRequest;
44
+ output: StartArchiveExportResponse;
45
+ };
46
+ sdk: {
47
+ input: StartArchiveExportCommandInput;
48
+ output: StartArchiveExportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StartArchiveSearchCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartArchiveSearchCommand extends StartArchiveSearchCommand_base {}
40
+ export declare class StartArchiveSearchCommand extends StartArchiveSearchCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartArchiveSearchRequest;
44
+ output: StartArchiveSearchResponse;
45
+ };
46
+ sdk: {
47
+ input: StartArchiveSearchCommandInput;
48
+ output: StartArchiveSearchCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StopArchiveExportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopArchiveExportCommand extends StopArchiveExportCommand_base {}
40
+ export declare class StopArchiveExportCommand extends StopArchiveExportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopArchiveExportRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: StopArchiveExportCommandInput;
48
+ output: StopArchiveExportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StopArchiveSearchCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopArchiveSearchCommand extends StopArchiveSearchCommand_base {}
40
+ export declare class StopArchiveSearchCommand extends StopArchiveSearchCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopArchiveSearchRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: StopArchiveSearchCommandInput;
48
+ output: StopArchiveSearchCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateArchiveCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateArchiveCommand extends UpdateArchiveCommand_base {}
39
+ export declare class UpdateArchiveCommand extends UpdateArchiveCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateArchiveRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UpdateArchiveCommandInput;
47
+ output: UpdateArchiveCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateIngressPointCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateIngressPointCommand extends UpdateIngressPointCommand_base {}
40
+ export declare class UpdateIngressPointCommand extends UpdateIngressPointCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateIngressPointRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateIngressPointCommandInput;
48
+ output: UpdateIngressPointCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateRelayCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateRelayCommand extends UpdateRelayCommand_base {}
36
+ export declare class UpdateRelayCommand extends UpdateRelayCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateRelayRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateRelayCommandInput;
44
+ output: UpdateRelayCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UpdateRuleSetCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateRuleSetCommand extends UpdateRuleSetCommand_base {}
39
+ export declare class UpdateRuleSetCommand extends UpdateRuleSetCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateRuleSetRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UpdateRuleSetCommandInput;
47
+ output: UpdateRuleSetCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateTrafficPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateTrafficPolicyCommand extends UpdateTrafficPolicyCommand_base {}
40
+ export declare class UpdateTrafficPolicyCommand extends UpdateTrafficPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateTrafficPolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateTrafficPolicyCommandInput;
48
+ output: UpdateTrafficPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -708,18 +708,27 @@ export type RuleStringEmailAttribute =
708
708
  (typeof RuleStringEmailAttribute)[keyof typeof RuleStringEmailAttribute];
709
709
  export type RuleStringToEvaluate =
710
710
  | RuleStringToEvaluate.AttributeMember
711
+ | RuleStringToEvaluate.MimeHeaderAttributeMember
711
712
  | RuleStringToEvaluate.$UnknownMember;
712
713
  export declare namespace RuleStringToEvaluate {
713
714
  interface AttributeMember {
714
715
  Attribute: RuleStringEmailAttribute;
716
+ MimeHeaderAttribute?: never;
717
+ $unknown?: never;
718
+ }
719
+ interface MimeHeaderAttributeMember {
720
+ Attribute?: never;
721
+ MimeHeaderAttribute: string;
715
722
  $unknown?: never;
716
723
  }
717
724
  interface $UnknownMember {
718
725
  Attribute?: never;
726
+ MimeHeaderAttribute?: never;
719
727
  $unknown: [string, any];
720
728
  }
721
729
  interface Visitor<T> {
722
730
  Attribute: (value: RuleStringEmailAttribute) => T;
731
+ MimeHeaderAttribute: (value: string) => T;
723
732
  _: (name: string, value: any) => T;
724
733
  }
725
734
  const visit: <T>(value: RuleStringToEvaluate, visitor: Visitor<T>) => T;
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.650.0",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"