@aws-sdk/client-pinpoint-sms-voice-v2 3.413.0 → 3.418.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 (91) hide show
  1. package/dist-cjs/commands/AssociateOriginationIdentityCommand.js +5 -0
  2. package/dist-cjs/commands/CreateConfigurationSetCommand.js +5 -0
  3. package/dist-cjs/commands/CreateEventDestinationCommand.js +5 -0
  4. package/dist-cjs/commands/CreateOptOutListCommand.js +5 -0
  5. package/dist-cjs/commands/CreatePoolCommand.js +5 -0
  6. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteDefaultMessageTypeCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteDefaultSenderIdCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteEventDestinationCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteKeywordCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteOptOutListCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteOptedOutNumberCommand.js +5 -0
  13. package/dist-cjs/commands/DeletePoolCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteTextMessageSpendLimitOverrideCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +5 -0
  16. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeConfigurationSetsCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeKeywordsCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeOptOutListsCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeOptedOutNumbersCommand.js +5 -0
  22. package/dist-cjs/commands/DescribePhoneNumbersCommand.js +5 -0
  23. package/dist-cjs/commands/DescribePoolsCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeSenderIdsCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeSpendLimitsCommand.js +5 -0
  26. package/dist-cjs/commands/DisassociateOriginationIdentityCommand.js +5 -0
  27. package/dist-cjs/commands/ListPoolOriginationIdentitiesCommand.js +5 -0
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  29. package/dist-cjs/commands/PutKeywordCommand.js +5 -0
  30. package/dist-cjs/commands/PutOptedOutNumberCommand.js +5 -0
  31. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +5 -0
  32. package/dist-cjs/commands/RequestPhoneNumberCommand.js +5 -0
  33. package/dist-cjs/commands/SendTextMessageCommand.js +5 -0
  34. package/dist-cjs/commands/SendVoiceMessageCommand.js +5 -0
  35. package/dist-cjs/commands/SetDefaultMessageTypeCommand.js +5 -0
  36. package/dist-cjs/commands/SetDefaultSenderIdCommand.js +5 -0
  37. package/dist-cjs/commands/SetTextMessageSpendLimitOverrideCommand.js +5 -0
  38. package/dist-cjs/commands/SetVoiceMessageSpendLimitOverrideCommand.js +5 -0
  39. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  40. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  41. package/dist-cjs/commands/UpdateEventDestinationCommand.js +5 -0
  42. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +5 -0
  43. package/dist-cjs/commands/UpdatePoolCommand.js +5 -0
  44. package/dist-cjs/runtimeExtensions.js +3 -0
  45. package/dist-es/commands/AssociateOriginationIdentityCommand.js +5 -0
  46. package/dist-es/commands/CreateConfigurationSetCommand.js +5 -0
  47. package/dist-es/commands/CreateEventDestinationCommand.js +5 -0
  48. package/dist-es/commands/CreateOptOutListCommand.js +5 -0
  49. package/dist-es/commands/CreatePoolCommand.js +5 -0
  50. package/dist-es/commands/DeleteConfigurationSetCommand.js +5 -0
  51. package/dist-es/commands/DeleteDefaultMessageTypeCommand.js +5 -0
  52. package/dist-es/commands/DeleteDefaultSenderIdCommand.js +5 -0
  53. package/dist-es/commands/DeleteEventDestinationCommand.js +5 -0
  54. package/dist-es/commands/DeleteKeywordCommand.js +5 -0
  55. package/dist-es/commands/DeleteOptOutListCommand.js +5 -0
  56. package/dist-es/commands/DeleteOptedOutNumberCommand.js +5 -0
  57. package/dist-es/commands/DeletePoolCommand.js +5 -0
  58. package/dist-es/commands/DeleteTextMessageSpendLimitOverrideCommand.js +5 -0
  59. package/dist-es/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +5 -0
  60. package/dist-es/commands/DescribeAccountAttributesCommand.js +5 -0
  61. package/dist-es/commands/DescribeAccountLimitsCommand.js +5 -0
  62. package/dist-es/commands/DescribeConfigurationSetsCommand.js +5 -0
  63. package/dist-es/commands/DescribeKeywordsCommand.js +5 -0
  64. package/dist-es/commands/DescribeOptOutListsCommand.js +5 -0
  65. package/dist-es/commands/DescribeOptedOutNumbersCommand.js +5 -0
  66. package/dist-es/commands/DescribePhoneNumbersCommand.js +5 -0
  67. package/dist-es/commands/DescribePoolsCommand.js +5 -0
  68. package/dist-es/commands/DescribeSenderIdsCommand.js +5 -0
  69. package/dist-es/commands/DescribeSpendLimitsCommand.js +5 -0
  70. package/dist-es/commands/DisassociateOriginationIdentityCommand.js +5 -0
  71. package/dist-es/commands/ListPoolOriginationIdentitiesCommand.js +5 -0
  72. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  73. package/dist-es/commands/PutKeywordCommand.js +5 -0
  74. package/dist-es/commands/PutOptedOutNumberCommand.js +5 -0
  75. package/dist-es/commands/ReleasePhoneNumberCommand.js +5 -0
  76. package/dist-es/commands/RequestPhoneNumberCommand.js +5 -0
  77. package/dist-es/commands/SendTextMessageCommand.js +5 -0
  78. package/dist-es/commands/SendVoiceMessageCommand.js +5 -0
  79. package/dist-es/commands/SetDefaultMessageTypeCommand.js +5 -0
  80. package/dist-es/commands/SetDefaultSenderIdCommand.js +5 -0
  81. package/dist-es/commands/SetTextMessageSpendLimitOverrideCommand.js +5 -0
  82. package/dist-es/commands/SetVoiceMessageSpendLimitOverrideCommand.js +5 -0
  83. package/dist-es/commands/TagResourceCommand.js +5 -0
  84. package/dist-es/commands/UntagResourceCommand.js +5 -0
  85. package/dist-es/commands/UpdateEventDestinationCommand.js +5 -0
  86. package/dist-es/commands/UpdatePhoneNumberCommand.js +5 -0
  87. package/dist-es/commands/UpdatePoolCommand.js +5 -0
  88. package/dist-es/runtimeExtensions.js +3 -0
  89. package/dist-types/extensionConfiguration.d.ts +2 -1
  90. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  91. package/package.json +31 -30
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class SendTextMessageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class SendTextMessageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "SendTextMessage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class SendVoiceMessageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class SendVoiceMessageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "SendVoiceMessage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class SetDefaultMessageTypeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class SetDefaultMessageTypeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "SetDefaultMessageType",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class SetDefaultSenderIdCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class SetDefaultSenderIdCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "SetDefaultSenderId",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class SetTextMessageSpendLimitOverrideCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class SetTextMessageSpendLimitOverrideCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "SetTextMessageSpendLimitOverride",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class SetVoiceMessageSpendLimitOverrideCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class SetVoiceMessageSpendLimitOverrideCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "SetVoiceMessageSpendLimitOverride",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class TagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class TagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "TagResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UntagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "UntagResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateEventDestinationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateEventDestinationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "UpdateEventDestination",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdatePhoneNumberCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdatePhoneNumberCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "UpdatePhoneNumber",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdatePoolCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdatePoolCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "PinpointSMSVoiceV2",
38
+ operation: "UpdatePool",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,17 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveRuntimeExtensions = void 0;
4
+ const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
4
5
  const protocol_http_1 = require("@smithy/protocol-http");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const asPartial = (t) => t;
7
8
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
8
9
  const extensionConfiguration = {
10
+ ...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
9
11
  ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
10
12
  ...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
11
13
  };
12
14
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
13
15
  return {
14
16
  ...runtimeConfig,
17
+ ...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
15
18
  ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
16
19
  ...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
17
20
  };
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AssociateOriginationIdentityCommand, se_AssociateOriginationIdentityCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class AssociateOriginationIdentityCommand extends $Command {
@@ -29,6 +30,10 @@ export class AssociateOriginationIdentityCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "AssociateOriginationIdentity",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateConfigurationSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateConfigurationSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "CreateConfigurationSet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateEventDestinationCommand, se_CreateEventDestinationCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateEventDestinationCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateEventDestinationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "CreateEventDestination",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateOptOutListCommand, se_CreateOptOutListCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreateOptOutListCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateOptOutListCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "CreateOptOutList",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreatePoolCommand, se_CreatePoolCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class CreatePoolCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreatePoolCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "CreatePool",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteConfigurationSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteConfigurationSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeleteConfigurationSet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteDefaultMessageTypeCommand, se_DeleteDefaultMessageTypeCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteDefaultMessageTypeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDefaultMessageTypeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeleteDefaultMessageType",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteDefaultSenderIdCommand, se_DeleteDefaultSenderIdCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteDefaultSenderIdCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDefaultSenderIdCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeleteDefaultSenderId",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteEventDestinationCommand, se_DeleteEventDestinationCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteEventDestinationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteEventDestinationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeleteEventDestination",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteKeywordCommand, se_DeleteKeywordCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteKeywordCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteKeywordCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeleteKeyword",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteOptOutListCommand, se_DeleteOptOutListCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteOptOutListCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteOptOutListCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeleteOptOutList",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteOptedOutNumberCommand, se_DeleteOptedOutNumberCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteOptedOutNumberCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteOptedOutNumberCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeleteOptedOutNumber",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeletePoolCommand, se_DeletePoolCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeletePoolCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeletePoolCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeletePool",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteTextMessageSpendLimitOverrideCommand, se_DeleteTextMessageSpendLimitOverrideCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteTextMessageSpendLimitOverrideCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteTextMessageSpendLimitOverrideCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeleteTextMessageSpendLimitOverride",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteVoiceMessageSpendLimitOverrideCommand, se_DeleteVoiceMessageSpendLimitOverrideCommand, } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DeleteVoiceMessageSpendLimitOverrideCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteVoiceMessageSpendLimitOverrideCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DeleteVoiceMessageSpendLimitOverride",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeAccountAttributesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAccountAttributesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DescribeAccountAttributes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeAccountLimitsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAccountLimitsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DescribeAccountLimits",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeConfigurationSetsCommand, se_DescribeConfigurationSetsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeConfigurationSetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeConfigurationSetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DescribeConfigurationSets",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeKeywordsCommand, se_DescribeKeywordsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeKeywordsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeKeywordsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DescribeKeywords",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeOptOutListsCommand, se_DescribeOptOutListsCommand } from "../protocols/Aws_json1_0";
5
6
  export { $Command };
6
7
  export class DescribeOptOutListsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeOptOutListsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "PinpointSMSVoiceV2",
35
+ operation: "DescribeOptOutLists",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);