@aws-sdk/client-pinpoint-email 3.185.0 → 3.188.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-es/PinpointEmail.js +170 -177
  3. package/dist-es/PinpointEmailClient.js +22 -28
  4. package/dist-es/commands/CreateConfigurationSetCommand.js +21 -28
  5. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +21 -28
  6. package/dist-es/commands/CreateDedicatedIpPoolCommand.js +21 -28
  7. package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +21 -28
  8. package/dist-es/commands/CreateEmailIdentityCommand.js +21 -28
  9. package/dist-es/commands/DeleteConfigurationSetCommand.js +21 -28
  10. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +21 -28
  11. package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +21 -28
  12. package/dist-es/commands/DeleteEmailIdentityCommand.js +21 -28
  13. package/dist-es/commands/GetAccountCommand.js +21 -28
  14. package/dist-es/commands/GetBlacklistReportsCommand.js +21 -28
  15. package/dist-es/commands/GetConfigurationSetCommand.js +21 -28
  16. package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +21 -28
  17. package/dist-es/commands/GetDedicatedIpCommand.js +21 -28
  18. package/dist-es/commands/GetDedicatedIpsCommand.js +21 -28
  19. package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +21 -28
  20. package/dist-es/commands/GetDeliverabilityTestReportCommand.js +21 -28
  21. package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +21 -28
  22. package/dist-es/commands/GetDomainStatisticsReportCommand.js +21 -28
  23. package/dist-es/commands/GetEmailIdentityCommand.js +21 -28
  24. package/dist-es/commands/ListConfigurationSetsCommand.js +21 -28
  25. package/dist-es/commands/ListDedicatedIpPoolsCommand.js +21 -28
  26. package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +21 -28
  27. package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +21 -28
  28. package/dist-es/commands/ListEmailIdentitiesCommand.js +21 -28
  29. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  30. package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +21 -28
  31. package/dist-es/commands/PutAccountSendingAttributesCommand.js +21 -28
  32. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +21 -28
  33. package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +21 -28
  34. package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +21 -28
  35. package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +21 -28
  36. package/dist-es/commands/PutDedicatedIpInPoolCommand.js +21 -28
  37. package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +21 -28
  38. package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +21 -28
  39. package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +21 -28
  40. package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +21 -28
  41. package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +21 -28
  42. package/dist-es/commands/SendEmailCommand.js +21 -28
  43. package/dist-es/commands/TagResourceCommand.js +21 -28
  44. package/dist-es/commands/UntagResourceCommand.js +21 -28
  45. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +21 -28
  46. package/dist-es/endpoints.js +8 -8
  47. package/dist-es/models/PinpointEmailServiceException.js +5 -10
  48. package/dist-es/models/models_0.js +470 -231
  49. package/dist-es/pagination/GetDedicatedIpsPaginator.js +25 -68
  50. package/dist-es/pagination/ListConfigurationSetsPaginator.js +25 -68
  51. package/dist-es/pagination/ListDedicatedIpPoolsPaginator.js +25 -68
  52. package/dist-es/pagination/ListDeliverabilityTestReportsPaginator.js +25 -68
  53. package/dist-es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +25 -68
  54. package/dist-es/pagination/ListEmailIdentitiesPaginator.js +25 -68
  55. package/dist-es/protocols/Aws_restJson1.js +2963 -4133
  56. package/dist-es/runtimeConfig.browser.js +26 -12
  57. package/dist-es/runtimeConfig.js +30 -12
  58. package/dist-es/runtimeConfig.native.js +8 -5
  59. package/dist-es/runtimeConfig.shared.js +8 -11
  60. package/package.json +33 -33
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetEmailIdentityRequestFilterSensitiveLog, GetEmailIdentityResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetEmailIdentityCommand, serializeAws_restJson1GetEmailIdentityCommand, } from "../protocols/Aws_restJson1";
6
- var GetEmailIdentityCommand = (function (_super) {
7
- __extends(GetEmailIdentityCommand, _super);
8
- function GetEmailIdentityCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetEmailIdentityCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetEmailIdentityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "GetEmailIdentityCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "GetEmailIdentityCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetEmailIdentityRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetEmailIdentityResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetEmailIdentityCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetEmailIdentityCommand(input, context);
33
- };
34
- GetEmailIdentityCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetEmailIdentityCommand(output, context);
36
- };
37
- return GetEmailIdentityCommand;
38
- }($Command));
39
- export { GetEmailIdentityCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListConfigurationSetsRequestFilterSensitiveLog, ListConfigurationSetsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListConfigurationSetsCommand, serializeAws_restJson1ListConfigurationSetsCommand, } from "../protocols/Aws_restJson1";
6
- var ListConfigurationSetsCommand = (function (_super) {
7
- __extends(ListConfigurationSetsCommand, _super);
8
- function ListConfigurationSetsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListConfigurationSetsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListConfigurationSetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "ListConfigurationSetsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "ListConfigurationSetsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListConfigurationSetsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListConfigurationSetsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListConfigurationSetsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListConfigurationSetsCommand(input, context);
33
- };
34
- ListConfigurationSetsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListConfigurationSetsCommand(output, context);
36
- };
37
- return ListConfigurationSetsCommand;
38
- }($Command));
39
- export { ListConfigurationSetsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListDedicatedIpPoolsRequestFilterSensitiveLog, ListDedicatedIpPoolsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListDedicatedIpPoolsCommand, serializeAws_restJson1ListDedicatedIpPoolsCommand, } from "../protocols/Aws_restJson1";
6
- var ListDedicatedIpPoolsCommand = (function (_super) {
7
- __extends(ListDedicatedIpPoolsCommand, _super);
8
- function ListDedicatedIpPoolsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListDedicatedIpPoolsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListDedicatedIpPoolsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "ListDedicatedIpPoolsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "ListDedicatedIpPoolsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListDedicatedIpPoolsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListDedicatedIpPoolsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListDedicatedIpPoolsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListDedicatedIpPoolsCommand(input, context);
33
- };
34
- ListDedicatedIpPoolsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListDedicatedIpPoolsCommand(output, context);
36
- };
37
- return ListDedicatedIpPoolsCommand;
38
- }($Command));
39
- export { ListDedicatedIpPoolsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListDeliverabilityTestReportsRequestFilterSensitiveLog, ListDeliverabilityTestReportsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListDeliverabilityTestReportsCommand, serializeAws_restJson1ListDeliverabilityTestReportsCommand, } from "../protocols/Aws_restJson1";
6
- var ListDeliverabilityTestReportsCommand = (function (_super) {
7
- __extends(ListDeliverabilityTestReportsCommand, _super);
8
- function ListDeliverabilityTestReportsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListDeliverabilityTestReportsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListDeliverabilityTestReportsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "ListDeliverabilityTestReportsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "ListDeliverabilityTestReportsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListDeliverabilityTestReportsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListDeliverabilityTestReportsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListDeliverabilityTestReportsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListDeliverabilityTestReportsCommand(input, context);
33
- };
34
- ListDeliverabilityTestReportsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListDeliverabilityTestReportsCommand(output, context);
36
- };
37
- return ListDeliverabilityTestReportsCommand;
38
- }($Command));
39
- export { ListDeliverabilityTestReportsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListDomainDeliverabilityCampaignsRequestFilterSensitiveLog, ListDomainDeliverabilityCampaignsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListDomainDeliverabilityCampaignsCommand, serializeAws_restJson1ListDomainDeliverabilityCampaignsCommand, } from "../protocols/Aws_restJson1";
6
- var ListDomainDeliverabilityCampaignsCommand = (function (_super) {
7
- __extends(ListDomainDeliverabilityCampaignsCommand, _super);
8
- function ListDomainDeliverabilityCampaignsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListDomainDeliverabilityCampaignsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListDomainDeliverabilityCampaignsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "ListDomainDeliverabilityCampaignsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "ListDomainDeliverabilityCampaignsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListDomainDeliverabilityCampaignsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListDomainDeliverabilityCampaignsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListDomainDeliverabilityCampaignsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListDomainDeliverabilityCampaignsCommand(input, context);
33
- };
34
- ListDomainDeliverabilityCampaignsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListDomainDeliverabilityCampaignsCommand(output, context);
36
- };
37
- return ListDomainDeliverabilityCampaignsCommand;
38
- }($Command));
39
- export { ListDomainDeliverabilityCampaignsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListEmailIdentitiesRequestFilterSensitiveLog, ListEmailIdentitiesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListEmailIdentitiesCommand, serializeAws_restJson1ListEmailIdentitiesCommand, } from "../protocols/Aws_restJson1";
6
- var ListEmailIdentitiesCommand = (function (_super) {
7
- __extends(ListEmailIdentitiesCommand, _super);
8
- function ListEmailIdentitiesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class ListEmailIdentitiesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListEmailIdentitiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "ListEmailIdentitiesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "ListEmailIdentitiesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListEmailIdentitiesRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListEmailIdentitiesResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- ListEmailIdentitiesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListEmailIdentitiesCommand(input, context);
33
- };
34
- ListEmailIdentitiesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListEmailIdentitiesCommand(output, context);
36
- };
37
- return ListEmailIdentitiesCommand;
38
- }($Command));
39
- export { ListEmailIdentitiesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
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;
5
+ export class ListTagsForResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "ListTagsForResourceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "ListTagsForResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
25
22
  };
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) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1ListTagsForResourceCommand(input, context);
33
- };
34
- ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
36
- };
37
- return ListTagsForResourceCommand;
38
- }($Command));
39
- export { ListTagsForResourceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog, PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand, serializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand, } from "../protocols/Aws_restJson1";
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;
5
+ export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- PutAccountDedicatedIpWarmupAttributesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "PutAccountDedicatedIpWarmupAttributesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "PutAccountDedicatedIpWarmupAttributesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog,
25
22
  };
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) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand(input, context);
33
- };
34
- PutAccountDedicatedIpWarmupAttributesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand(output, context);
36
- };
37
- return PutAccountDedicatedIpWarmupAttributesCommand;
38
- }($Command));
39
- export { PutAccountDedicatedIpWarmupAttributesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { PutAccountSendingAttributesRequestFilterSensitiveLog, PutAccountSendingAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutAccountSendingAttributesCommand, serializeAws_restJson1PutAccountSendingAttributesCommand, } from "../protocols/Aws_restJson1";
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;
5
+ export class PutAccountSendingAttributesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- PutAccountSendingAttributesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "PutAccountSendingAttributesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "PutAccountSendingAttributesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: PutAccountSendingAttributesRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: PutAccountSendingAttributesResponseFilterSensitiveLog,
25
22
  };
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) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1PutAccountSendingAttributesCommand(input, context);
33
- };
34
- PutAccountSendingAttributesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1PutAccountSendingAttributesCommand(output, context);
36
- };
37
- return PutAccountSendingAttributesCommand;
38
- }($Command));
39
- export { PutAccountSendingAttributesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog, PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand, serializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand, } from "../protocols/Aws_restJson1";
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;
5
+ export class PutConfigurationSetDeliveryOptionsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- PutConfigurationSetDeliveryOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "PinpointEmailClient";
18
- var commandName = "PutConfigurationSetDeliveryOptionsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "PinpointEmailClient";
15
+ const commandName = "PutConfigurationSetDeliveryOptionsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog,
25
22
  };
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) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand(input, context);
33
- };
34
- PutConfigurationSetDeliveryOptionsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand(output, context);
36
- };
37
- return PutConfigurationSetDeliveryOptionsCommand;
38
- }($Command));
39
- export { PutConfigurationSetDeliveryOptionsCommand };
31
+ }
32
+ }