@aws-sdk/client-sesv2 3.183.0 → 3.186.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/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/SESv2.js +333 -326
- package/dist-es/SESv2Client.js +28 -22
- package/dist-es/commands/CreateConfigurationSetCommand.js +28 -21
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +28 -21
- package/dist-es/commands/CreateContactCommand.js +28 -21
- package/dist-es/commands/CreateContactListCommand.js +28 -21
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +28 -21
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +28 -21
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +28 -21
- package/dist-es/commands/CreateEmailIdentityCommand.js +28 -21
- package/dist-es/commands/CreateEmailIdentityPolicyCommand.js +28 -21
- package/dist-es/commands/CreateEmailTemplateCommand.js +28 -21
- package/dist-es/commands/CreateImportJobCommand.js +28 -21
- package/dist-es/commands/DeleteConfigurationSetCommand.js +28 -21
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +28 -21
- package/dist-es/commands/DeleteContactCommand.js +28 -21
- package/dist-es/commands/DeleteContactListCommand.js +28 -21
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +28 -21
- package/dist-es/commands/DeleteEmailIdentityCommand.js +28 -21
- package/dist-es/commands/DeleteEmailIdentityPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteEmailTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteSuppressedDestinationCommand.js +28 -21
- package/dist-es/commands/GetAccountCommand.js +28 -21
- package/dist-es/commands/GetBlacklistReportsCommand.js +28 -21
- package/dist-es/commands/GetConfigurationSetCommand.js +28 -21
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +28 -21
- package/dist-es/commands/GetContactCommand.js +28 -21
- package/dist-es/commands/GetContactListCommand.js +28 -21
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +28 -21
- package/dist-es/commands/GetDedicatedIpCommand.js +28 -21
- package/dist-es/commands/GetDedicatedIpsCommand.js +28 -21
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +28 -21
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +28 -21
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +28 -21
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +28 -21
- package/dist-es/commands/GetEmailIdentityCommand.js +28 -21
- package/dist-es/commands/GetEmailIdentityPoliciesCommand.js +28 -21
- package/dist-es/commands/GetEmailTemplateCommand.js +28 -21
- package/dist-es/commands/GetImportJobCommand.js +28 -21
- package/dist-es/commands/GetSuppressedDestinationCommand.js +28 -21
- package/dist-es/commands/ListConfigurationSetsCommand.js +28 -21
- package/dist-es/commands/ListContactListsCommand.js +28 -21
- package/dist-es/commands/ListContactsCommand.js +28 -21
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +28 -21
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +28 -21
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +28 -21
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +28 -21
- package/dist-es/commands/ListEmailIdentitiesCommand.js +28 -21
- package/dist-es/commands/ListEmailTemplatesCommand.js +28 -21
- package/dist-es/commands/ListImportJobsCommand.js +28 -21
- package/dist-es/commands/ListSuppressedDestinationsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +28 -21
- package/dist-es/commands/PutAccountDetailsCommand.js +28 -21
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +28 -21
- package/dist-es/commands/PutAccountSuppressionAttributesCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetSuppressionOptionsCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +28 -21
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +28 -21
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +28 -21
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +28 -21
- package/dist-es/commands/PutSuppressedDestinationCommand.js +28 -21
- package/dist-es/commands/SendBulkEmailCommand.js +28 -21
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +28 -21
- package/dist-es/commands/SendEmailCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/TestRenderEmailTemplateCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +28 -21
- package/dist-es/commands/UpdateContactCommand.js +28 -21
- package/dist-es/commands/UpdateContactListCommand.js +28 -21
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +28 -21
- package/dist-es/commands/UpdateEmailIdentityPolicyCommand.js +28 -21
- package/dist-es/commands/UpdateEmailTemplateCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SESv2ServiceException.js +10 -5
- package/dist-es/models/models_0.js +362 -825
- package/dist-es/pagination/GetDedicatedIpsPaginator.js +68 -25
- package/dist-es/pagination/ListConfigurationSetsPaginator.js +68 -25
- package/dist-es/pagination/ListContactListsPaginator.js +68 -25
- package/dist-es/pagination/ListContactsPaginator.js +68 -25
- package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListDedicatedIpPoolsPaginator.js +68 -25
- package/dist-es/pagination/ListDeliverabilityTestReportsPaginator.js +68 -25
- package/dist-es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +68 -25
- package/dist-es/pagination/ListEmailIdentitiesPaginator.js +68 -25
- package/dist-es/pagination/ListEmailTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListImportJobsPaginator.js +68 -25
- package/dist-es/pagination/ListSuppressedDestinationsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +7830 -5615
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListSuppressedDestinationsRequestFilterSensitiveLog, ListSuppressedDestinationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1ListSuppressedDestinationsCommand, serializeAws_restJson1ListSuppressedDestinationsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListSuppressedDestinationsCommand = (function (_super) {
|
|
7
|
+
__extends(ListSuppressedDestinationsCommand, _super);
|
|
8
|
+
function ListSuppressedDestinationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListSuppressedDestinationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "ListSuppressedDestinationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListSuppressedDestinationsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListSuppressedDestinationsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListSuppressedDestinationsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListSuppressedDestinationsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListSuppressedDestinationsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListSuppressedDestinationsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListSuppressedDestinationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListSuppressedDestinationsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListTagsForResourceCommand = (function (_super) {
|
|
7
|
+
__extends(ListTagsForResourceCommand, _super);
|
|
8
|
+
function ListTagsForResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "ListTagsForResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListTagsForResourceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListTagsForResourceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListTagsForResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListTagsForResourceCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog, PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand, serializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var PutAccountDedicatedIpWarmupAttributesCommand = (function (_super) {
|
|
7
|
+
__extends(PutAccountDedicatedIpWarmupAttributesCommand, _super);
|
|
8
|
+
function PutAccountDedicatedIpWarmupAttributesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
PutAccountDedicatedIpWarmupAttributesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "PutAccountDedicatedIpWarmupAttributesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutAccountDedicatedIpWarmupAttributesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
PutAccountDedicatedIpWarmupAttributesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return PutAccountDedicatedIpWarmupAttributesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutAccountDedicatedIpWarmupAttributesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutAccountDetailsRequestFilterSensitiveLog, PutAccountDetailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1PutAccountDetailsCommand, serializeAws_restJson1PutAccountDetailsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var PutAccountDetailsCommand = (function (_super) {
|
|
7
|
+
__extends(PutAccountDetailsCommand, _super);
|
|
8
|
+
function PutAccountDetailsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
PutAccountDetailsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "PutAccountDetailsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PutAccountDetailsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: PutAccountDetailsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutAccountDetailsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1PutAccountDetailsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
PutAccountDetailsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1PutAccountDetailsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return PutAccountDetailsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutAccountDetailsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutAccountSendingAttributesRequestFilterSensitiveLog, PutAccountSendingAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1PutAccountSendingAttributesCommand, serializeAws_restJson1PutAccountSendingAttributesCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var PutAccountSendingAttributesCommand = (function (_super) {
|
|
7
|
+
__extends(PutAccountSendingAttributesCommand, _super);
|
|
8
|
+
function PutAccountSendingAttributesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
PutAccountSendingAttributesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "PutAccountSendingAttributesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PutAccountSendingAttributesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: PutAccountSendingAttributesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutAccountSendingAttributesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1PutAccountSendingAttributesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
PutAccountSendingAttributesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1PutAccountSendingAttributesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return PutAccountSendingAttributesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutAccountSendingAttributesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutAccountSuppressionAttributesRequestFilterSensitiveLog, PutAccountSuppressionAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1PutAccountSuppressionAttributesCommand, serializeAws_restJson1PutAccountSuppressionAttributesCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var PutAccountSuppressionAttributesCommand = (function (_super) {
|
|
7
|
+
__extends(PutAccountSuppressionAttributesCommand, _super);
|
|
8
|
+
function PutAccountSuppressionAttributesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
PutAccountSuppressionAttributesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "PutAccountSuppressionAttributesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PutAccountSuppressionAttributesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: PutAccountSuppressionAttributesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutAccountSuppressionAttributesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1PutAccountSuppressionAttributesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
PutAccountSuppressionAttributesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1PutAccountSuppressionAttributesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return PutAccountSuppressionAttributesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutAccountSuppressionAttributesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog, PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand, serializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var PutConfigurationSetDeliveryOptionsCommand = (function (_super) {
|
|
7
|
+
__extends(PutConfigurationSetDeliveryOptionsCommand, _super);
|
|
8
|
+
function PutConfigurationSetDeliveryOptionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
PutConfigurationSetDeliveryOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "PutConfigurationSetDeliveryOptionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutConfigurationSetDeliveryOptionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
PutConfigurationSetDeliveryOptionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return PutConfigurationSetDeliveryOptionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutConfigurationSetDeliveryOptionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutConfigurationSetReputationOptionsRequestFilterSensitiveLog, PutConfigurationSetReputationOptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1PutConfigurationSetReputationOptionsCommand, serializeAws_restJson1PutConfigurationSetReputationOptionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var PutConfigurationSetReputationOptionsCommand = (function (_super) {
|
|
7
|
+
__extends(PutConfigurationSetReputationOptionsCommand, _super);
|
|
8
|
+
function PutConfigurationSetReputationOptionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
PutConfigurationSetReputationOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "PutConfigurationSetReputationOptionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PutConfigurationSetReputationOptionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: PutConfigurationSetReputationOptionsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutConfigurationSetReputationOptionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1PutConfigurationSetReputationOptionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
PutConfigurationSetReputationOptionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1PutConfigurationSetReputationOptionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return PutConfigurationSetReputationOptionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutConfigurationSetReputationOptionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutConfigurationSetSendingOptionsRequestFilterSensitiveLog, PutConfigurationSetSendingOptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1PutConfigurationSetSendingOptionsCommand, serializeAws_restJson1PutConfigurationSetSendingOptionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var PutConfigurationSetSendingOptionsCommand = (function (_super) {
|
|
7
|
+
__extends(PutConfigurationSetSendingOptionsCommand, _super);
|
|
8
|
+
function PutConfigurationSetSendingOptionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
PutConfigurationSetSendingOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "PutConfigurationSetSendingOptionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PutConfigurationSetSendingOptionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: PutConfigurationSetSendingOptionsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutConfigurationSetSendingOptionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1PutConfigurationSetSendingOptionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
PutConfigurationSetSendingOptionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1PutConfigurationSetSendingOptionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return PutConfigurationSetSendingOptionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutConfigurationSetSendingOptionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PutConfigurationSetSuppressionOptionsRequestFilterSensitiveLog, PutConfigurationSetSuppressionOptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand, serializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var PutConfigurationSetSuppressionOptionsCommand = (function (_super) {
|
|
7
|
+
__extends(PutConfigurationSetSuppressionOptionsCommand, _super);
|
|
8
|
+
function PutConfigurationSetSuppressionOptionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
PutConfigurationSetSuppressionOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SESv2Client";
|
|
18
|
+
var commandName = "PutConfigurationSetSuppressionOptionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PutConfigurationSetSuppressionOptionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: PutConfigurationSetSuppressionOptionsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutConfigurationSetSuppressionOptionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
PutConfigurationSetSuppressionOptionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return PutConfigurationSetSuppressionOptionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutConfigurationSetSuppressionOptionsCommand };
|