@aws-sdk/client-mailmanager 3.890.0 → 3.893.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-types/commands/CreateAddonInstanceCommand.d.ts +2 -0
- package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateAddressListCommand.d.ts +2 -0
- package/dist-types/commands/CreateAddressListImportJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateArchiveCommand.d.ts +2 -0
- package/dist-types/commands/CreateIngressPointCommand.d.ts +2 -0
- package/dist-types/commands/CreateRelayCommand.d.ts +2 -0
- package/dist-types/commands/CreateRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAddonInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAddonSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAddressListCommand.d.ts +2 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIngressPointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRelayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterMemberFromAddressListCommand.d.ts +2 -0
- package/dist-types/commands/GetAddonInstanceCommand.d.ts +2 -0
- package/dist-types/commands/GetAddonSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/GetAddressListCommand.d.ts +2 -0
- package/dist-types/commands/GetAddressListImportJobCommand.d.ts +2 -0
- package/dist-types/commands/GetArchiveCommand.d.ts +2 -0
- package/dist-types/commands/GetArchiveExportCommand.d.ts +2 -0
- package/dist-types/commands/GetArchiveMessageCommand.d.ts +2 -0
- package/dist-types/commands/GetArchiveMessageContentCommand.d.ts +2 -0
- package/dist-types/commands/GetArchiveSearchCommand.d.ts +2 -0
- package/dist-types/commands/GetArchiveSearchResultsCommand.d.ts +2 -0
- package/dist-types/commands/GetIngressPointCommand.d.ts +2 -0
- package/dist-types/commands/GetMemberOfAddressListCommand.d.ts +2 -0
- package/dist-types/commands/GetRelayCommand.d.ts +2 -0
- package/dist-types/commands/GetRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ListAddonInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListAddonSubscriptionsCommand.d.ts +2 -0
- package/dist-types/commands/ListAddressListImportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListAddressListsCommand.d.ts +2 -0
- package/dist-types/commands/ListArchiveExportsCommand.d.ts +2 -0
- package/dist-types/commands/ListArchiveSearchesCommand.d.ts +2 -0
- package/dist-types/commands/ListArchivesCommand.d.ts +2 -0
- package/dist-types/commands/ListIngressPointsCommand.d.ts +2 -0
- package/dist-types/commands/ListMembersOfAddressListCommand.d.ts +2 -0
- package/dist-types/commands/ListRelaysCommand.d.ts +2 -0
- package/dist-types/commands/ListRuleSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/RegisterMemberToAddressListCommand.d.ts +2 -0
- package/dist-types/commands/StartAddressListImportJobCommand.d.ts +2 -0
- package/dist-types/commands/StartArchiveExportCommand.d.ts +2 -0
- package/dist-types/commands/StartArchiveSearchCommand.d.ts +2 -0
- package/dist-types/commands/StopAddressListImportJobCommand.d.ts +2 -0
- package/dist-types/commands/StopArchiveExportCommand.d.ts +2 -0
- package/dist-types/commands/StopArchiveSearchCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateArchiveCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIngressPointCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRelayCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrafficPolicyCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const CreateAddonInstanceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, CreateAddonInstanceCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, CreateAddonInstanceCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // CreateAddonInstanceRequest
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateAddonSubscriptionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, CreateAddonSubscriptionCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, CreateAddonSubscriptionCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // CreateAddonSubscriptionRequest
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateAddressListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, CreateAddressListCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, CreateAddressListCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // CreateAddressListRequest
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateAddressListImportJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, CreateAddressListImportJobCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, CreateAddressListImportJobCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // CreateAddressListImportJobRequest
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateArchiveCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, CreateArchiveCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, CreateArchiveCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // CreateArchiveRequest
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateIngressPointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, CreateIngressPointCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, CreateIngressPointCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // CreateIngressPointRequest
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateRelayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, CreateRelayCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, CreateRelayCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // CreateRelayRequest
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateRuleSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, CreateRuleSetCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, CreateRuleSetCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // CreateRuleSetRequest
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateTrafficPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, CreateTrafficPolicyCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, CreateTrafficPolicyCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // CreateTrafficPolicyRequest
|
|
38
40
|
* ClientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DeleteAddonInstanceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, DeleteAddonInstanceCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, DeleteAddonInstanceCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // DeleteAddonInstanceRequest
|
|
38
40
|
* AddonInstanceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAddonSubscriptionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, DeleteAddonSubscriptionCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, DeleteAddonSubscriptionCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // DeleteAddonSubscriptionRequest
|
|
38
40
|
* AddonSubscriptionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAddressListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, DeleteAddressListCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, DeleteAddressListCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // DeleteAddressListRequest
|
|
38
40
|
* AddressListId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteArchiveCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, DeleteArchiveCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, DeleteArchiveCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // DeleteArchiveRequest
|
|
38
40
|
* ArchiveId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteIngressPointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, DeleteIngressPointCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, DeleteIngressPointCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // DeleteIngressPointRequest
|
|
38
40
|
* IngressPointId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRelayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, DeleteRelayCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, DeleteRelayCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // DeleteRelayRequest
|
|
38
40
|
* RelayId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRuleSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, DeleteRuleSetCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, DeleteRuleSetCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // DeleteRuleSetRequest
|
|
38
40
|
* RuleSetId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteTrafficPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, DeleteTrafficPolicyCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, DeleteTrafficPolicyCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // DeleteTrafficPolicyRequest
|
|
38
40
|
* TrafficPolicyId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeregisterMemberFromAddressListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, DeregisterMemberFromAddressListCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, DeregisterMemberFromAddressListCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // DeregisterMemberFromAddressListRequest
|
|
38
40
|
* AddressListId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAddonInstanceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetAddonInstanceCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetAddonInstanceCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetAddonInstanceRequest
|
|
38
40
|
* AddonInstanceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAddonSubscriptionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetAddonSubscriptionCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetAddonSubscriptionCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetAddonSubscriptionRequest
|
|
38
40
|
* AddonSubscriptionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAddressListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetAddressListCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetAddressListCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetAddressListRequest
|
|
38
40
|
* AddressListId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAddressListImportJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetAddressListImportJobCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetAddressListImportJobCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetAddressListImportJobRequest
|
|
38
40
|
* JobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetArchiveCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetArchiveCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetArchiveCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetArchiveRequest
|
|
38
40
|
* ArchiveId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetArchiveExportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetArchiveExportCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetArchiveExportCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetArchiveExportRequest
|
|
38
40
|
* ExportId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetArchiveMessageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetArchiveMessageCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetArchiveMessageCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetArchiveMessageRequest
|
|
38
40
|
* ArchivedMessageId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetArchiveMessageContentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetArchiveMessageContentCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetArchiveMessageContentCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetArchiveMessageContentRequest
|
|
38
40
|
* ArchivedMessageId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetArchiveSearchCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetArchiveSearchCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetArchiveSearchCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetArchiveSearchRequest
|
|
38
40
|
* SearchId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetArchiveSearchResultsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetArchiveSearchResultsCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetArchiveSearchResultsCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetArchiveSearchResultsRequest
|
|
38
40
|
* SearchId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetIngressPointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetIngressPointCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetIngressPointCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetIngressPointRequest
|
|
38
40
|
* IngressPointId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetMemberOfAddressListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetMemberOfAddressListCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetMemberOfAddressListCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetMemberOfAddressListRequest
|
|
38
40
|
* AddressListId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRelayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetRelayCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetRelayCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetRelayRequest
|
|
38
40
|
* RelayId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRuleSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetRuleSetCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetRuleSetCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetRuleSetRequest
|
|
38
40
|
* RuleSetId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTrafficPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, GetTrafficPolicyCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, GetTrafficPolicyCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // GetTrafficPolicyRequest
|
|
38
40
|
* TrafficPolicyId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAddonInstancesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListAddonInstancesCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListAddonInstancesCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListAddonInstancesRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListAddonSubscriptionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListAddonSubscriptionsCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListAddonSubscriptionsCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListAddonSubscriptionsRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListAddressListImportJobsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListAddressListImportJobsCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListAddressListImportJobsCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListAddressListImportJobsRequest
|
|
38
40
|
* AddressListId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAddressListsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListAddressListsCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListAddressListsCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListAddressListsRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListArchiveExportsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListArchiveExportsCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListArchiveExportsCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListArchiveExportsRequest
|
|
38
40
|
* ArchiveId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListArchiveSearchesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListArchiveSearchesCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListArchiveSearchesCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListArchiveSearchesRequest
|
|
38
40
|
* ArchiveId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListArchivesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListArchivesCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListArchivesCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListArchivesRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListIngressPointsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListIngressPointsCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListIngressPointsCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListIngressPointsRequest
|
|
38
40
|
* PageSize: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListMembersOfAddressListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListMembersOfAddressListCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListMembersOfAddressListCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListMembersOfAddressListRequest
|
|
38
40
|
* AddressListId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListRelaysCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListRelaysCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListRelaysCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListRelaysRequest
|
|
38
40
|
* PageSize: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListRuleSetsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListRuleSetsCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListRuleSetsCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListRuleSetsRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListTagsForResourceCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTrafficPoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, ListTrafficPoliciesCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, ListTrafficPoliciesCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // ListTrafficPoliciesRequest
|
|
38
40
|
* PageSize: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const RegisterMemberToAddressListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, RegisterMemberToAddressListCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, RegisterMemberToAddressListCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // RegisterMemberToAddressListRequest
|
|
38
40
|
* AddressListId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartAddressListImportJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, StartAddressListImportJobCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, StartAddressListImportJobCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // StartAddressListImportJobRequest
|
|
38
40
|
* JobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartArchiveExportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, StartArchiveExportCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, StartArchiveExportCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // StartArchiveExportRequest
|
|
38
40
|
* ArchiveId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartArchiveSearchCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, StartArchiveSearchCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, StartArchiveSearchCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // StartArchiveSearchRequest
|
|
38
40
|
* ArchiveId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopAddressListImportJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, StopAddressListImportJobCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, StopAddressListImportJobCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // StopAddressListImportJobRequest
|
|
38
40
|
* JobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopArchiveExportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, StopArchiveExportCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, StopArchiveExportCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // StopArchiveExportRequest
|
|
38
40
|
* ExportId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopArchiveSearchCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, StopArchiveSearchCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, StopArchiveSearchCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // StopArchiveSearchRequest
|
|
38
40
|
* SearchId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, TagResourceCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, TagResourceCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, UntagResourceCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, UntagResourceCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateArchiveCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, UpdateArchiveCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, UpdateArchiveCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // UpdateArchiveRequest
|
|
38
40
|
* ArchiveId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateIngressPointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, UpdateIngressPointCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, UpdateIngressPointCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // UpdateIngressPointRequest
|
|
38
40
|
* IngressPointId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateRelayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, UpdateRelayCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, UpdateRelayCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // UpdateRelayRequest
|
|
38
40
|
* RelayId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, UpdateRuleSetCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, UpdateRuleSetCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // UpdateRuleSetRequest
|
|
38
40
|
* RuleSetId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateTrafficPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MailManagerClient, UpdateTrafficPolicyCommand } from "@aws-sdk/client-mailmanager"; // ES Modules import
|
|
35
35
|
* // const { MailManagerClient, UpdateTrafficPolicyCommand } = require("@aws-sdk/client-mailmanager"); // CommonJS import
|
|
36
|
+
* // import type { MailManagerClientConfig } from "@aws-sdk/client-mailmanager";
|
|
37
|
+
* const config = {}; // type is MailManagerClientConfig
|
|
36
38
|
* const client = new MailManagerClient(config);
|
|
37
39
|
* const input = { // UpdateTrafficPolicyRequest
|
|
38
40
|
* TrafficPolicyId: "STRING_VALUE", // required
|
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.893.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,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|