@aws-sdk/client-sesv2 3.857.0 → 3.859.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/README.md +103 -7
- package/dist-cjs/index.js +710 -23
- package/dist-es/SESv2.js +24 -0
- package/dist-es/commands/CreateTenantCommand.js +22 -0
- package/dist-es/commands/CreateTenantResourceAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteTenantCommand.js +22 -0
- package/dist-es/commands/DeleteTenantResourceAssociationCommand.js +22 -0
- package/dist-es/commands/GetReputationEntityCommand.js +22 -0
- package/dist-es/commands/GetTenantCommand.js +22 -0
- package/dist-es/commands/ListReputationEntitiesCommand.js +22 -0
- package/dist-es/commands/ListResourceTenantsCommand.js +22 -0
- package/dist-es/commands/ListTenantResourcesCommand.js +22 -0
- package/dist-es/commands/ListTenantsCommand.js +22 -0
- package/dist-es/commands/PutAccountDetailsCommand.js +1 -1
- package/dist-es/commands/UpdateReputationEntityCustomerManagedStatusCommand.js +22 -0
- package/dist-es/commands/UpdateReputationEntityPolicyCommand.js +22 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/models_0.js +21 -10
- package/dist-es/models/models_1.js +15 -0
- package/dist-es/pagination/ListReputationEntitiesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceTenantsPaginator.js +4 -0
- package/dist-es/pagination/ListTenantResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListTenantsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +395 -0
- package/dist-types/SESv2.d.ts +86 -0
- package/dist-types/SESv2Client.d.ts +14 -2
- package/dist-types/commands/CreateTenantCommand.d.ts +105 -0
- package/dist-types/commands/CreateTenantResourceAssociationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteTenantCommand.d.ts +81 -0
- package/dist-types/commands/DeleteTenantResourceAssociationCommand.d.ts +83 -0
- package/dist-types/commands/GetReputationEntityCommand.d.ts +105 -0
- package/dist-types/commands/GetTenantCommand.d.ts +94 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListReputationEntitiesCommand.d.ts +107 -0
- package/dist-types/commands/ListResourceTenantsCommand.d.ts +94 -0
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTenantResourcesCommand.d.ts +95 -0
- package/dist-types/commands/ListTenantsCommand.d.ts +89 -0
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendEmailCommand.d.ts +1 -0
- package/dist-types/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +89 -0
- package/dist-types/commands/UpdateReputationEntityPolicyCommand.d.ts +85 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +399 -314
- package/dist-types/models/models_1.d.ts +612 -1
- package/dist-types/pagination/ListReputationEntitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceTenantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTenantResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTenantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
- package/dist-types/ts3.4/SESv2.d.ts +212 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +74 -2
- package/dist-types/ts3.4/commands/CreateTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateTenantResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTenantResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetReputationEntityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListReputationEntitiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceTenantsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTenantResourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTenantsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateReputationEntityPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +104 -69
- package/dist-types/ts3.4/models/models_1.d.ts +131 -0
- package/dist-types/ts3.4/pagination/ListReputationEntitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceTenantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTenantResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTenantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
- package/package.json +6 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutConfigurationSetArchivingOptionsRequest, PutConfigurationSetArchivingOptionsResponse } from "../models/
|
|
3
|
+
import { PutConfigurationSetArchivingOptionsRequest, PutConfigurationSetArchivingOptionsResponse } from "../models/models_1";
|
|
4
4
|
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/
|
|
3
|
+
import { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_1";
|
|
4
4
|
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutConfigurationSetReputationOptionsRequest, PutConfigurationSetReputationOptionsResponse } from "../models/
|
|
3
|
+
import { PutConfigurationSetReputationOptionsRequest, PutConfigurationSetReputationOptionsResponse } from "../models/models_1";
|
|
4
4
|
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { PutConfigurationSetSendingOptionsRequest, PutConfigurationSetSendingOptionsResponse } from "../models/
|
|
3
|
+
import { PutConfigurationSetSendingOptionsRequest, PutConfigurationSetSendingOptionsResponse } from "../models/models_1";
|
|
4
4
|
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -111,6 +111,7 @@ declare const SendBulkEmailCommand_base: {
|
|
|
111
111
|
* ],
|
|
112
112
|
* ConfigurationSetName: "STRING_VALUE",
|
|
113
113
|
* EndpointId: "STRING_VALUE",
|
|
114
|
+
* TenantName: "STRING_VALUE",
|
|
114
115
|
* };
|
|
115
116
|
* const command = new SendBulkEmailCommand(input);
|
|
116
117
|
* const response = await client.send(command);
|
|
@@ -149,6 +149,7 @@ declare const SendEmailCommand_base: {
|
|
|
149
149
|
* ],
|
|
150
150
|
* ConfigurationSetName: "STRING_VALUE",
|
|
151
151
|
* EndpointId: "STRING_VALUE",
|
|
152
|
+
* TenantName: "STRING_VALUE",
|
|
152
153
|
* ListManagementOptions: { // ListManagementOptions
|
|
153
154
|
* ContactListName: "STRING_VALUE", // required
|
|
154
155
|
* TopicName: "STRING_VALUE",
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateReputationEntityCustomerManagedStatusRequest, UpdateReputationEntityCustomerManagedStatusResponse } from "../models/models_1";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateReputationEntityCustomerManagedStatusCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateReputationEntityCustomerManagedStatusCommandInput extends UpdateReputationEntityCustomerManagedStatusRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateReputationEntityCustomerManagedStatusCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateReputationEntityCustomerManagedStatusCommandOutput extends UpdateReputationEntityCustomerManagedStatusResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateReputationEntityCustomerManagedStatusCommand_base: {
|
|
25
|
+
new (input: UpdateReputationEntityCustomerManagedStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReputationEntityCustomerManagedStatusCommandInput, UpdateReputationEntityCustomerManagedStatusCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateReputationEntityCustomerManagedStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReputationEntityCustomerManagedStatusCommandInput, UpdateReputationEntityCustomerManagedStatusCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Update the customer-managed sending status for a reputation entity. This allows
|
|
31
|
+
* you to enable, disable, or reinstate sending for the entity.</p>
|
|
32
|
+
* <p>The customer-managed status works in conjunction with the Amazon Web Services Amazon SES-managed status
|
|
33
|
+
* to determine the overall sending capability. When you update the customer-managed status,
|
|
34
|
+
* the Amazon Web Services Amazon SES-managed status remains unchanged. If Amazon Web Services Amazon SES has disabled the entity,
|
|
35
|
+
* it will not be allowed to send regardless of the customer-managed status setting. When you
|
|
36
|
+
* reinstate an entity through the customer-managed status, it can continue sending only if
|
|
37
|
+
* the Amazon Web Services Amazon SES-managed status also permits sending, even if there are active reputation
|
|
38
|
+
* findings, until the findings are resolved or new violations occur.</p>
|
|
39
|
+
* @example
|
|
40
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
41
|
+
* ```javascript
|
|
42
|
+
* import { SESv2Client, UpdateReputationEntityCustomerManagedStatusCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
|
|
43
|
+
* // const { SESv2Client, UpdateReputationEntityCustomerManagedStatusCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
|
|
44
|
+
* const client = new SESv2Client(config);
|
|
45
|
+
* const input = { // UpdateReputationEntityCustomerManagedStatusRequest
|
|
46
|
+
* ReputationEntityType: "RESOURCE", // required
|
|
47
|
+
* ReputationEntityReference: "STRING_VALUE", // required
|
|
48
|
+
* SendingStatus: "ENABLED" || "REINSTATED" || "DISABLED", // required
|
|
49
|
+
* };
|
|
50
|
+
* const command = new UpdateReputationEntityCustomerManagedStatusCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // {};
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param UpdateReputationEntityCustomerManagedStatusCommandInput - {@link UpdateReputationEntityCustomerManagedStatusCommandInput}
|
|
57
|
+
* @returns {@link UpdateReputationEntityCustomerManagedStatusCommandOutput}
|
|
58
|
+
* @see {@link UpdateReputationEntityCustomerManagedStatusCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link UpdateReputationEntityCustomerManagedStatusCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link BadRequestException} (client fault)
|
|
63
|
+
* <p>The input you provided is invalid.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ConflictException} (client fault)
|
|
66
|
+
* <p>If there is already an ongoing account details update under review.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
69
|
+
* <p>Too many requests have been made to the operation.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link SESv2ServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class UpdateReputationEntityCustomerManagedStatusCommand extends UpdateReputationEntityCustomerManagedStatusCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: UpdateReputationEntityCustomerManagedStatusRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: UpdateReputationEntityCustomerManagedStatusCommandInput;
|
|
86
|
+
output: UpdateReputationEntityCustomerManagedStatusCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateReputationEntityPolicyRequest, UpdateReputationEntityPolicyResponse } from "../models/models_1";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateReputationEntityPolicyCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateReputationEntityPolicyCommandInput extends UpdateReputationEntityPolicyRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateReputationEntityPolicyCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateReputationEntityPolicyCommandOutput extends UpdateReputationEntityPolicyResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateReputationEntityPolicyCommand_base: {
|
|
25
|
+
new (input: UpdateReputationEntityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReputationEntityPolicyCommandInput, UpdateReputationEntityPolicyCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateReputationEntityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReputationEntityPolicyCommandInput, UpdateReputationEntityPolicyCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Update the reputation management policy for a reputation entity. The policy
|
|
31
|
+
* determines how the entity responds to reputation findings, such as automatically
|
|
32
|
+
* pausing sending when certain thresholds are exceeded.</p>
|
|
33
|
+
* <p>Reputation management policies are Amazon Web Services Amazon SES-managed (predefined policies).
|
|
34
|
+
* You can select from none, standard, and strict policies.</p>
|
|
35
|
+
* @example
|
|
36
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
37
|
+
* ```javascript
|
|
38
|
+
* import { SESv2Client, UpdateReputationEntityPolicyCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
|
|
39
|
+
* // const { SESv2Client, UpdateReputationEntityPolicyCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
|
|
40
|
+
* const client = new SESv2Client(config);
|
|
41
|
+
* const input = { // UpdateReputationEntityPolicyRequest
|
|
42
|
+
* ReputationEntityType: "RESOURCE", // required
|
|
43
|
+
* ReputationEntityReference: "STRING_VALUE", // required
|
|
44
|
+
* ReputationEntityPolicy: "STRING_VALUE", // required
|
|
45
|
+
* };
|
|
46
|
+
* const command = new UpdateReputationEntityPolicyCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // {};
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param UpdateReputationEntityPolicyCommandInput - {@link UpdateReputationEntityPolicyCommandInput}
|
|
53
|
+
* @returns {@link UpdateReputationEntityPolicyCommandOutput}
|
|
54
|
+
* @see {@link UpdateReputationEntityPolicyCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link UpdateReputationEntityPolicyCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link BadRequestException} (client fault)
|
|
59
|
+
* <p>The input you provided is invalid.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ConflictException} (client fault)
|
|
62
|
+
* <p>If there is already an ongoing account details update under review.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
65
|
+
* <p>Too many requests have been made to the operation.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link SESv2ServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export declare class UpdateReputationEntityPolicyCommand extends UpdateReputationEntityPolicyCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: UpdateReputationEntityPolicyRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: UpdateReputationEntityPolicyCommandInput;
|
|
82
|
+
output: UpdateReputationEntityPolicyCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
}
|
|
@@ -13,6 +13,8 @@ export * from "./CreateEmailTemplateCommand";
|
|
|
13
13
|
export * from "./CreateExportJobCommand";
|
|
14
14
|
export * from "./CreateImportJobCommand";
|
|
15
15
|
export * from "./CreateMultiRegionEndpointCommand";
|
|
16
|
+
export * from "./CreateTenantCommand";
|
|
17
|
+
export * from "./CreateTenantResourceAssociationCommand";
|
|
16
18
|
export * from "./DeleteConfigurationSetCommand";
|
|
17
19
|
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
18
20
|
export * from "./DeleteContactCommand";
|
|
@@ -24,6 +26,8 @@ export * from "./DeleteEmailIdentityPolicyCommand";
|
|
|
24
26
|
export * from "./DeleteEmailTemplateCommand";
|
|
25
27
|
export * from "./DeleteMultiRegionEndpointCommand";
|
|
26
28
|
export * from "./DeleteSuppressedDestinationCommand";
|
|
29
|
+
export * from "./DeleteTenantCommand";
|
|
30
|
+
export * from "./DeleteTenantResourceAssociationCommand";
|
|
27
31
|
export * from "./GetAccountCommand";
|
|
28
32
|
export * from "./GetBlacklistReportsCommand";
|
|
29
33
|
export * from "./GetConfigurationSetCommand";
|
|
@@ -45,7 +49,9 @@ export * from "./GetExportJobCommand";
|
|
|
45
49
|
export * from "./GetImportJobCommand";
|
|
46
50
|
export * from "./GetMessageInsightsCommand";
|
|
47
51
|
export * from "./GetMultiRegionEndpointCommand";
|
|
52
|
+
export * from "./GetReputationEntityCommand";
|
|
48
53
|
export * from "./GetSuppressedDestinationCommand";
|
|
54
|
+
export * from "./GetTenantCommand";
|
|
49
55
|
export * from "./ListConfigurationSetsCommand";
|
|
50
56
|
export * from "./ListContactListsCommand";
|
|
51
57
|
export * from "./ListContactsCommand";
|
|
@@ -59,8 +65,12 @@ export * from "./ListExportJobsCommand";
|
|
|
59
65
|
export * from "./ListImportJobsCommand";
|
|
60
66
|
export * from "./ListMultiRegionEndpointsCommand";
|
|
61
67
|
export * from "./ListRecommendationsCommand";
|
|
68
|
+
export * from "./ListReputationEntitiesCommand";
|
|
69
|
+
export * from "./ListResourceTenantsCommand";
|
|
62
70
|
export * from "./ListSuppressedDestinationsCommand";
|
|
63
71
|
export * from "./ListTagsForResourceCommand";
|
|
72
|
+
export * from "./ListTenantResourcesCommand";
|
|
73
|
+
export * from "./ListTenantsCommand";
|
|
64
74
|
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
65
75
|
export * from "./PutAccountDetailsCommand";
|
|
66
76
|
export * from "./PutAccountSendingAttributesCommand";
|
|
@@ -95,3 +105,5 @@ export * from "./UpdateContactListCommand";
|
|
|
95
105
|
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
96
106
|
export * from "./UpdateEmailIdentityPolicyCommand";
|
|
97
107
|
export * from "./UpdateEmailTemplateCommand";
|
|
108
|
+
export * from "./UpdateReputationEntityCustomerManagedStatusCommand";
|
|
109
|
+
export * from "./UpdateReputationEntityPolicyCommand";
|